@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,31 @@
|
|
|
1
|
+
import { AsyncLocalStorage } from 'async_hooks';
|
|
2
|
+
import { PlanePluginOptions } from './plane-plugin-options.interface';
|
|
3
|
+
/**
|
|
4
|
+
* Configuration registry for the Plane plugin.
|
|
5
|
+
*
|
|
6
|
+
* Resolution priority for every getter:
|
|
7
|
+
* 1. Request-scoped config (AsyncLocalStorage, set per-request by mount.ts)
|
|
8
|
+
* 2. Static options (set once at module init via PlaneProxyModule.forRoot)
|
|
9
|
+
* 3. Environment variables
|
|
10
|
+
* 4. Hardcoded defaults
|
|
11
|
+
*/
|
|
12
|
+
export declare class PlaneConfigRegistry {
|
|
13
|
+
private static options;
|
|
14
|
+
/** Expose the store so mount.ts can wrap each request with tenant config. */
|
|
15
|
+
static get requestStore(): AsyncLocalStorage<PlanePluginOptions>;
|
|
16
|
+
static initialize(options: PlanePluginOptions): void;
|
|
17
|
+
private static get req();
|
|
18
|
+
static get externalBaseApiUrl(): string;
|
|
19
|
+
static get clientBaseUrl(): string;
|
|
20
|
+
static get clientAdminUrl(): string;
|
|
21
|
+
static get clientSpaceUrl(): string;
|
|
22
|
+
static get appBaseUrl(): string;
|
|
23
|
+
static get clientUrls(): string[];
|
|
24
|
+
static get apiKey(): string | undefined;
|
|
25
|
+
static get apiSecret(): string | undefined;
|
|
26
|
+
static get apiToken(): string | undefined;
|
|
27
|
+
static get githubAppName(): string | undefined;
|
|
28
|
+
static get slackClientId(): string | undefined;
|
|
29
|
+
static get posthogKey(): string | undefined;
|
|
30
|
+
static get posthogHost(): string | undefined;
|
|
31
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlaneConfigRegistry = void 0;
|
|
4
|
+
const async_hooks_1 = require("async_hooks");
|
|
5
|
+
/**
|
|
6
|
+
* Per-request store that holds the tenant-specific PlanePluginOptions
|
|
7
|
+
* resolved by the host application's `resolveConfig` callback.
|
|
8
|
+
*
|
|
9
|
+
* In standalone mode (no resolveConfig), the store is empty and all
|
|
10
|
+
* getters fall back to the static options or environment variables.
|
|
11
|
+
*/
|
|
12
|
+
const requestConfigStore = new async_hooks_1.AsyncLocalStorage();
|
|
13
|
+
/**
|
|
14
|
+
* Configuration registry for the Plane plugin.
|
|
15
|
+
*
|
|
16
|
+
* Resolution priority for every getter:
|
|
17
|
+
* 1. Request-scoped config (AsyncLocalStorage, set per-request by mount.ts)
|
|
18
|
+
* 2. Static options (set once at module init via PlaneProxyModule.forRoot)
|
|
19
|
+
* 3. Environment variables
|
|
20
|
+
* 4. Hardcoded defaults
|
|
21
|
+
*/
|
|
22
|
+
class PlaneConfigRegistry {
|
|
23
|
+
/** Expose the store so mount.ts can wrap each request with tenant config. */
|
|
24
|
+
static get requestStore() {
|
|
25
|
+
return requestConfigStore;
|
|
26
|
+
}
|
|
27
|
+
static initialize(options) {
|
|
28
|
+
PlaneConfigRegistry.options = options;
|
|
29
|
+
}
|
|
30
|
+
static get req() {
|
|
31
|
+
return requestConfigStore.getStore();
|
|
32
|
+
}
|
|
33
|
+
static get externalBaseApiUrl() {
|
|
34
|
+
var _a, _b, _c, _d, _e;
|
|
35
|
+
return (_e = (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.externalBaseApiUrl) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.externalBaseApiUrl) !== null && _d !== void 0 ? _d : process.env.GAUZY_API_BASE_URL) !== null && _e !== void 0 ? _e : '';
|
|
36
|
+
}
|
|
37
|
+
static get clientBaseUrl() {
|
|
38
|
+
var _a, _b, _c, _d, _e;
|
|
39
|
+
return (_e = (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.clientBaseUrl) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.clientBaseUrl) !== null && _d !== void 0 ? _d : process.env.PLANE_CLIENT_BASE_URL) !== null && _e !== void 0 ? _e : 'http://localhost:3000';
|
|
40
|
+
}
|
|
41
|
+
static get clientAdminUrl() {
|
|
42
|
+
var _a, _b, _c, _d, _e;
|
|
43
|
+
return (_e = (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.clientAdminUrl) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.clientAdminUrl) !== null && _d !== void 0 ? _d : process.env.PLANE_CLIENT_ADMIN_URL) !== null && _e !== void 0 ? _e : 'http://localhost:3001';
|
|
44
|
+
}
|
|
45
|
+
static get clientSpaceUrl() {
|
|
46
|
+
var _a, _b, _c, _d, _e;
|
|
47
|
+
return (_e = (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.clientSpaceUrl) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.clientSpaceUrl) !== null && _d !== void 0 ? _d : process.env.PLANE_CLIENT_SPACE_URL) !== null && _e !== void 0 ? _e : 'http://localhost:3002';
|
|
48
|
+
}
|
|
49
|
+
static get appBaseUrl() {
|
|
50
|
+
var _a, _b, _c, _d, _e;
|
|
51
|
+
return (_e = (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.appBaseUrl) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.appBaseUrl) !== null && _d !== void 0 ? _d : process.env.PLANE_APP_BASE_URL) !== null && _e !== void 0 ? _e : PlaneConfigRegistry.clientBaseUrl;
|
|
52
|
+
}
|
|
53
|
+
static get clientUrls() {
|
|
54
|
+
return [
|
|
55
|
+
PlaneConfigRegistry.clientBaseUrl,
|
|
56
|
+
PlaneConfigRegistry.clientSpaceUrl,
|
|
57
|
+
PlaneConfigRegistry.clientAdminUrl
|
|
58
|
+
];
|
|
59
|
+
}
|
|
60
|
+
static get apiKey() {
|
|
61
|
+
var _a, _b, _c, _d;
|
|
62
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.apiKey) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.apiKey) !== null && _d !== void 0 ? _d : process.env.GAUZY_API_KEY;
|
|
63
|
+
}
|
|
64
|
+
static get apiSecret() {
|
|
65
|
+
var _a, _b, _c, _d;
|
|
66
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.apiSecret) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.apiSecret) !== null && _d !== void 0 ? _d : process.env.GAUZY_API_SECRET;
|
|
67
|
+
}
|
|
68
|
+
static get apiToken() {
|
|
69
|
+
var _a, _b, _c, _d;
|
|
70
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.apiToken) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.apiToken) !== null && _d !== void 0 ? _d : process.env.PLANE_API_TOKEN;
|
|
71
|
+
}
|
|
72
|
+
static get githubAppName() {
|
|
73
|
+
var _a, _b, _c, _d;
|
|
74
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.githubAppName) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.githubAppName) !== null && _d !== void 0 ? _d : process.env.PLANE_GITHUB_APP_NAME;
|
|
75
|
+
}
|
|
76
|
+
static get slackClientId() {
|
|
77
|
+
var _a, _b, _c, _d;
|
|
78
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.slackClientId) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.slackClientId) !== null && _d !== void 0 ? _d : process.env.PLANE_SLACK_CLIENT_ID;
|
|
79
|
+
}
|
|
80
|
+
static get posthogKey() {
|
|
81
|
+
var _a, _b, _c, _d;
|
|
82
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.posthogKey) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.posthogKey) !== null && _d !== void 0 ? _d : process.env.PLANE_POSTHOG_KEY;
|
|
83
|
+
}
|
|
84
|
+
static get posthogHost() {
|
|
85
|
+
var _a, _b, _c, _d;
|
|
86
|
+
return (_d = (_b = (_a = PlaneConfigRegistry.req) === null || _a === void 0 ? void 0 : _a.posthogHost) !== null && _b !== void 0 ? _b : (_c = PlaneConfigRegistry.options) === null || _c === void 0 ? void 0 : _c.posthogHost) !== null && _d !== void 0 ? _d : process.env.PLANE_POSTHOG_HOST;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.PlaneConfigRegistry = PlaneConfigRegistry;
|
|
90
|
+
PlaneConfigRegistry.options = null;
|
|
91
|
+
//# sourceMappingURL=plane-config.registry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plane-config.registry.js","sourceRoot":"","sources":["../../../../packages/plugin-plane/src/plane-config.registry.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import type * as http from 'http';
|
|
2
|
+
export declare const PLANE_PLUGIN_OPTIONS: unique symbol;
|
|
3
|
+
export interface PlanePluginOptions {
|
|
4
|
+
/**
|
|
5
|
+
* Base URL of the Gauzy API (e.g. 'http://localhost:5500/api' or 'https://api.gauzy.co/api')
|
|
6
|
+
*/
|
|
7
|
+
externalBaseApiUrl: string;
|
|
8
|
+
/**
|
|
9
|
+
* Gauzy API key (X-APP-ID header)
|
|
10
|
+
*/
|
|
11
|
+
apiKey?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Gauzy API secret (X-API-KEY header)
|
|
14
|
+
*/
|
|
15
|
+
apiSecret?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Plane web app URL (e.g. 'http://localhost:3000')
|
|
18
|
+
*/
|
|
19
|
+
clientBaseUrl?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Plane admin app URL (e.g. 'http://localhost:3001')
|
|
22
|
+
*/
|
|
23
|
+
clientAdminUrl?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Plane space app URL (e.g. 'http://localhost:3002')
|
|
26
|
+
*/
|
|
27
|
+
clientSpaceUrl?: string;
|
|
28
|
+
/**
|
|
29
|
+
* App base URL returned to Plane UI instance config (e.g. 'http://localhost:3040')
|
|
30
|
+
*/
|
|
31
|
+
appBaseUrl?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Optional API token
|
|
34
|
+
*/
|
|
35
|
+
apiToken?: string;
|
|
36
|
+
/**
|
|
37
|
+
* GitHub app name shown in Plane instance config
|
|
38
|
+
*/
|
|
39
|
+
githubAppName?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Slack client ID shown in Plane instance config
|
|
42
|
+
*/
|
|
43
|
+
slackClientId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* PostHog API key
|
|
46
|
+
*/
|
|
47
|
+
posthogKey?: string;
|
|
48
|
+
/**
|
|
49
|
+
* PostHog host URL
|
|
50
|
+
*/
|
|
51
|
+
posthogHost?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Callback that resolves tenant-specific configuration per incoming request.
|
|
55
|
+
* Provided by the host application (e.g. Gauzy plugin) when mounting the proxy.
|
|
56
|
+
* The host reads apiKey, apiSecret, clientUrls, etc. from its database
|
|
57
|
+
* based on the tenant identified in the request.
|
|
58
|
+
*/
|
|
59
|
+
export type ResolveConfigFn = (req: http.IncomingMessage) => PlanePluginOptions | Promise<PlanePluginOptions>;
|
|
60
|
+
/**
|
|
61
|
+
* Extracts a tenant identifier from the incoming request.
|
|
62
|
+
* Used as the cache key when `cacheTtl` is enabled.
|
|
63
|
+
* Return `undefined` to skip caching for a given request.
|
|
64
|
+
*/
|
|
65
|
+
export type ExtractTenantIdFn = (req: http.IncomingMessage) => string | undefined;
|
|
66
|
+
export interface PlanePluginAsyncOptions {
|
|
67
|
+
imports?: any[];
|
|
68
|
+
inject?: any[];
|
|
69
|
+
useFactory: (...args: any[]) => Promise<PlanePluginOptions> | PlanePluginOptions;
|
|
70
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plane-plugin-options.interface.js","sourceRoot":"","sources":["../../../../packages/plugin-plane/src/plane-plugin-options.interface.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DynamicModule, MiddlewareConsumer, NestModule, OnModuleInit } from '@nestjs/common';
|
|
2
|
+
import { PlanePluginAsyncOptions, PlanePluginOptions } from './plane-plugin-options.interface';
|
|
3
|
+
export declare class PlaneProxyModule implements NestModule, OnModuleInit {
|
|
4
|
+
private readonly logger;
|
|
5
|
+
constructor();
|
|
6
|
+
/**
|
|
7
|
+
* Register the module with static options.
|
|
8
|
+
*/
|
|
9
|
+
static forRoot(options: PlanePluginOptions): DynamicModule;
|
|
10
|
+
/**
|
|
11
|
+
* Register the module with async options (e.g. from ConfigService or DB).
|
|
12
|
+
*/
|
|
13
|
+
static forRootAsync(asyncOptions: PlanePluginAsyncOptions): DynamicModule;
|
|
14
|
+
onModuleInit(): void;
|
|
15
|
+
configure(consumer: MiddlewareConsumer): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,176 @@
|
|
|
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 __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
+
};
|
|
14
|
+
var PlaneProxyModule_1;
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PlaneProxyModule = void 0;
|
|
17
|
+
const common_1 = require("@nestjs/common");
|
|
18
|
+
const core_1 = require("@nestjs/core");
|
|
19
|
+
const cookie_parser_1 = __importDefault(require("cookie-parser"));
|
|
20
|
+
const plane_plugin_options_interface_1 = require("./plane-plugin-options.interface");
|
|
21
|
+
const plane_config_registry_1 = require("./plane-config.registry");
|
|
22
|
+
const api_fetch_module_1 = require("./modules/api-fetch/api-fetch.module");
|
|
23
|
+
const auth_module_1 = require("./modules/auth/auth.module");
|
|
24
|
+
const instances_module_1 = require("./modules/instances/instances.module");
|
|
25
|
+
const user_module_1 = require("./modules/user/user.module");
|
|
26
|
+
const workspace_module_1 = require("./modules/workspace/workspace.module");
|
|
27
|
+
const states_module_1 = require("./modules/states/states.module");
|
|
28
|
+
const issues_module_1 = require("./modules/issues/issues.module");
|
|
29
|
+
const http_module_1 = require("./modules/http.module");
|
|
30
|
+
const issue_labels_module_1 = require("./modules/issues/issue-labels/issue-labels.module");
|
|
31
|
+
const project_module_1 = require("./modules/project/project.module");
|
|
32
|
+
const issue_relations_module_1 = require("./modules/issue-relations/issue-relations.module");
|
|
33
|
+
const project_module_module_1 = require("./modules/project-module/project-module.module");
|
|
34
|
+
const comments_module_1 = require("./modules/comments/comments.module");
|
|
35
|
+
const user_favorites_module_1 = require("./modules/user-favorites/user-favorites.module");
|
|
36
|
+
const reactions_module_1 = require("./modules/reactions/reactions.module");
|
|
37
|
+
const view_module_1 = require("./modules/views/view.module");
|
|
38
|
+
const workspace_view_module_1 = require("./modules/views/workspace-view.module");
|
|
39
|
+
const issue_links_module_1 = require("./modules/issue-links/issue-links.module");
|
|
40
|
+
const cycles_module_1 = require("./modules/cycles/cycles.module");
|
|
41
|
+
const activity_module_1 = require("./modules/activity/activity.module");
|
|
42
|
+
const dashboard_module_1 = require("./modules/dashboard/dashboard.module");
|
|
43
|
+
const subscription_module_1 = require("./modules/subscription/subscription.module");
|
|
44
|
+
const intake_issues_module_1 = require("./modules/issues/intake-issues/intake-issues.module");
|
|
45
|
+
const employee_properties_module_1 = require("./modules/employee-properties/employee-properties.module");
|
|
46
|
+
const mention_module_1 = require("./modules/mention/mention.module");
|
|
47
|
+
const token_middleware_1 = require("./modules/api-fetch/token.middleware");
|
|
48
|
+
const workspace_middleware_1 = require("./modules/workspace/workspace.middleware");
|
|
49
|
+
const auth_guard_1 = require("./modules/auth/auth.guard");
|
|
50
|
+
const timezones_module_1 = require("./modules/timezones/timezones.module");
|
|
51
|
+
const notification_module_1 = require("./modules/notification/notification.module");
|
|
52
|
+
const workspace_slug_module_1 = require("./modules/workspace-slug/workspace-slug.module");
|
|
53
|
+
const workspaces_module_1 = require("./modules/workspace/workspaces.module");
|
|
54
|
+
const invitation_module_1 = require("./modules/invitation/invitation.module");
|
|
55
|
+
const work_items_module_1 = require("./modules/work-items/work-items.module");
|
|
56
|
+
const sidebar_preferences_module_1 = require("./modules/sidebar-preferences/sidebar-preferences.module");
|
|
57
|
+
const recent_visits_module_1 = require("./modules/recent-visits/recent-visits.module");
|
|
58
|
+
const logger_1 = require("./modules/logger");
|
|
59
|
+
const advance_analytics_module_1 = require("./modules/advance-analytics/advance-analytics.module");
|
|
60
|
+
const pages_module_1 = require("./modules/pages/pages.module");
|
|
61
|
+
const file_assets_module_1 = require("./modules/file-assets/file-assets.module");
|
|
62
|
+
const FEATURE_MODULES = [
|
|
63
|
+
logger_1.LoggerModule,
|
|
64
|
+
http_module_1.GlobalHttpModule,
|
|
65
|
+
api_fetch_module_1.ApiFetchModule,
|
|
66
|
+
auth_module_1.AuthModule,
|
|
67
|
+
instances_module_1.InstancesModule,
|
|
68
|
+
user_module_1.UserModule,
|
|
69
|
+
workspace_module_1.WorkspaceModule,
|
|
70
|
+
states_module_1.StatesModule,
|
|
71
|
+
issues_module_1.IssuesModule,
|
|
72
|
+
issue_labels_module_1.IssueLabelsModule,
|
|
73
|
+
project_module_1.ProjectModule,
|
|
74
|
+
issue_relations_module_1.IssueRelationsModule,
|
|
75
|
+
project_module_module_1.ProjectModuleModule,
|
|
76
|
+
comments_module_1.CommentsModule,
|
|
77
|
+
user_favorites_module_1.UserFavoritesModule,
|
|
78
|
+
reactions_module_1.ReactionsModule,
|
|
79
|
+
view_module_1.IssueViewModule,
|
|
80
|
+
invitation_module_1.InvitationModule,
|
|
81
|
+
workspace_view_module_1.WorkspaceIssueViewModule,
|
|
82
|
+
issue_links_module_1.IssueLinksModule,
|
|
83
|
+
cycles_module_1.CyclesModule,
|
|
84
|
+
activity_module_1.ActivityModule,
|
|
85
|
+
dashboard_module_1.DashboardModule,
|
|
86
|
+
subscription_module_1.SubscriptionModule,
|
|
87
|
+
intake_issues_module_1.IntakeIssuesModule,
|
|
88
|
+
employee_properties_module_1.EmployeePropertiesModule,
|
|
89
|
+
mention_module_1.MentionModule,
|
|
90
|
+
timezones_module_1.TimezonesModule,
|
|
91
|
+
notification_module_1.NotificationModule,
|
|
92
|
+
workspace_slug_module_1.WorkspaceSlugModule,
|
|
93
|
+
workspaces_module_1.WorkspacesModule,
|
|
94
|
+
work_items_module_1.WorkItemsModule,
|
|
95
|
+
sidebar_preferences_module_1.SidebarPreferencesModule,
|
|
96
|
+
recent_visits_module_1.RecentVisitsModule,
|
|
97
|
+
advance_analytics_module_1.AdvanceAnalyticsModule,
|
|
98
|
+
advance_analytics_module_1.AdvanceAnalyticsStatsModule,
|
|
99
|
+
advance_analytics_module_1.AdvanceAnalyticsChartsModule,
|
|
100
|
+
pages_module_1.PagesModule,
|
|
101
|
+
file_assets_module_1.FileAssetsModule
|
|
102
|
+
];
|
|
103
|
+
let PlaneProxyModule = PlaneProxyModule_1 = class PlaneProxyModule {
|
|
104
|
+
constructor() {
|
|
105
|
+
this.logger = new common_1.Logger(PlaneProxyModule_1.name);
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Register the module with static options.
|
|
109
|
+
*/
|
|
110
|
+
static forRoot(options) {
|
|
111
|
+
plane_config_registry_1.PlaneConfigRegistry.initialize(options);
|
|
112
|
+
return {
|
|
113
|
+
module: PlaneProxyModule_1,
|
|
114
|
+
global: true,
|
|
115
|
+
imports: [...FEATURE_MODULES],
|
|
116
|
+
providers: [
|
|
117
|
+
{
|
|
118
|
+
provide: plane_plugin_options_interface_1.PLANE_PLUGIN_OPTIONS,
|
|
119
|
+
useValue: options
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
provide: core_1.APP_GUARD,
|
|
123
|
+
useClass: auth_guard_1.AuthGuard
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
exports: [plane_plugin_options_interface_1.PLANE_PLUGIN_OPTIONS]
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Register the module with async options (e.g. from ConfigService or DB).
|
|
131
|
+
*/
|
|
132
|
+
static forRootAsync(asyncOptions) {
|
|
133
|
+
return {
|
|
134
|
+
module: PlaneProxyModule_1,
|
|
135
|
+
global: true,
|
|
136
|
+
imports: [...(asyncOptions.imports || []), ...FEATURE_MODULES],
|
|
137
|
+
providers: [
|
|
138
|
+
{
|
|
139
|
+
provide: plane_plugin_options_interface_1.PLANE_PLUGIN_OPTIONS,
|
|
140
|
+
useFactory: (...args) => {
|
|
141
|
+
const options = asyncOptions.useFactory(...args);
|
|
142
|
+
if (options instanceof Promise) {
|
|
143
|
+
return options.then((opts) => {
|
|
144
|
+
plane_config_registry_1.PlaneConfigRegistry.initialize(opts);
|
|
145
|
+
return opts;
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
plane_config_registry_1.PlaneConfigRegistry.initialize(options);
|
|
149
|
+
return options;
|
|
150
|
+
},
|
|
151
|
+
inject: asyncOptions.inject || []
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
provide: core_1.APP_GUARD,
|
|
155
|
+
useClass: auth_guard_1.AuthGuard
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
exports: [plane_plugin_options_interface_1.PLANE_PLUGIN_OPTIONS]
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
onModuleInit() {
|
|
162
|
+
this.logger.log('PlaneProxyModule initialized');
|
|
163
|
+
this.logger.log(`Gauzy API URL: ${plane_config_registry_1.PlaneConfigRegistry.externalBaseApiUrl}`);
|
|
164
|
+
}
|
|
165
|
+
configure(consumer) {
|
|
166
|
+
consumer
|
|
167
|
+
.apply((0, cookie_parser_1.default)(), token_middleware_1.TokenMiddleware, workspace_middleware_1.WorkspaceMiddleware)
|
|
168
|
+
.forRoutes('*');
|
|
169
|
+
}
|
|
170
|
+
};
|
|
171
|
+
exports.PlaneProxyModule = PlaneProxyModule;
|
|
172
|
+
exports.PlaneProxyModule = PlaneProxyModule = PlaneProxyModule_1 = __decorate([
|
|
173
|
+
(0, common_1.Module)({}),
|
|
174
|
+
__metadata("design:paramtypes", [])
|
|
175
|
+
], PlaneProxyModule);
|
|
176
|
+
//# sourceMappingURL=plane-proxy.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plane-proxy.module.js","sourceRoot":"","sources":["../../../../packages/plugin-plane/src/plane-proxy.module.ts"],"names":[],"mappings":"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"}
|
package/package.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ever-gauzy/plugin-integration-plane-api",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Ever Gauzy Plane Integration - A Proxy connecting Plane frontend to Ever Gauzy APIs",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Ever Co. LTD",
|
|
7
|
+
"email": "ever@ever.co",
|
|
8
|
+
"url": "https://ever.co"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/ever-co/ever-gauzy-plugins-plane"
|
|
13
|
+
},
|
|
14
|
+
"license": "AGPL-3.0",
|
|
15
|
+
"main": "./dist/index.js",
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/index.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "nest build",
|
|
28
|
+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
29
|
+
"start": "nest start",
|
|
30
|
+
"start:dev": "nodemon",
|
|
31
|
+
"start:debug": "nest start --debug --watch",
|
|
32
|
+
"start:prod": "node dist/main",
|
|
33
|
+
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
34
|
+
"test": "jest",
|
|
35
|
+
"test:watch": "jest --watch",
|
|
36
|
+
"test:cov": "jest --coverage",
|
|
37
|
+
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
|
38
|
+
"test:e2e": "jest --config ./test/jest-e2e.json"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@nestjs/axios": "^3.0.2",
|
|
42
|
+
"@nestjs/common": "^10.4.16",
|
|
43
|
+
"@nestjs/config": "^3.2.3",
|
|
44
|
+
"@nestjs/core": "^10.0.0",
|
|
45
|
+
"@nestjs/platform-express": "^10.0.0",
|
|
46
|
+
"@nestjs/swagger": "^7.4.0",
|
|
47
|
+
"@ever-gauzy/plugin-integration-plane-models": "^0.1.0",
|
|
48
|
+
"axios": "^1.13.5",
|
|
49
|
+
"cheerio": "^1.0.0",
|
|
50
|
+
"class-transformer": "^0.5.1",
|
|
51
|
+
"class-validator": "^0.14.1",
|
|
52
|
+
"cookie-parser": "^1.4.7",
|
|
53
|
+
"express": "^5.2.1",
|
|
54
|
+
"jsonwebtoken": "^9.0.2",
|
|
55
|
+
"moment": "^2.30.1",
|
|
56
|
+
"qs": "^6.14.2",
|
|
57
|
+
"reflect-metadata": "^0.2.0",
|
|
58
|
+
"rxjs": "^7.8.1",
|
|
59
|
+
"slugify": "^1.6.6",
|
|
60
|
+
"uuid": "^11.1.0"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@nestjs/cli": "^10.0.0",
|
|
64
|
+
"@nestjs/schematics": "^10.0.0",
|
|
65
|
+
"@nestjs/testing": "^10.0.0",
|
|
66
|
+
"@types/cookie-parser": "^1.4.8",
|
|
67
|
+
"@types/express": "^4.17.17",
|
|
68
|
+
"@types/jest": "^29.5.2",
|
|
69
|
+
"@types/jsonwebtoken": "^9.0.7",
|
|
70
|
+
"@types/node": "^20.3.1",
|
|
71
|
+
"@types/supertest": "^6.0.0",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
73
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
74
|
+
"eslint": "^9.26.0",
|
|
75
|
+
"eslint-config-prettier": "^9.0.0",
|
|
76
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
77
|
+
"jest": "^29.5.0",
|
|
78
|
+
"nodemon": "^3.1.4",
|
|
79
|
+
"prettier": "^3.0.0",
|
|
80
|
+
"source-map-support": "^0.5.21",
|
|
81
|
+
"supertest": "^7.0.0",
|
|
82
|
+
"ts-jest": "^29.1.0",
|
|
83
|
+
"ts-loader": "^9.4.3",
|
|
84
|
+
"ts-node": "^10.9.1",
|
|
85
|
+
"tsconfig-paths": "^4.2.0",
|
|
86
|
+
"typescript": "^5.1.3"
|
|
87
|
+
},
|
|
88
|
+
"jest": {
|
|
89
|
+
"moduleFileExtensions": [
|
|
90
|
+
"js",
|
|
91
|
+
"json",
|
|
92
|
+
"ts"
|
|
93
|
+
],
|
|
94
|
+
"rootDir": "src",
|
|
95
|
+
"testRegex": ".*\\.spec\\.ts$",
|
|
96
|
+
"transform": {
|
|
97
|
+
"^.+\\.(t|j)s$": "ts-jest"
|
|
98
|
+
},
|
|
99
|
+
"collectCoverageFrom": [
|
|
100
|
+
"**/*.(t|j)s"
|
|
101
|
+
],
|
|
102
|
+
"coverageDirectory": "../coverage",
|
|
103
|
+
"testEnvironment": "node"
|
|
104
|
+
},
|
|
105
|
+
"publishConfig": {
|
|
106
|
+
"access": "public"
|
|
107
|
+
},
|
|
108
|
+
"packageManager": "yarn@1.22.21"
|
|
109
|
+
}
|