@ever-gauzy/plugin-integration-plane-models 0.1.1
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/dist/activity.model.d.ts +19 -0
- package/dist/activity.model.js +3 -0
- package/dist/activity.model.js.map +1 -0
- package/dist/analytics.model.d.ts +134 -0
- package/dist/analytics.model.js +61 -0
- package/dist/analytics.model.js.map +1 -0
- package/dist/auth.model.d.ts +21 -0
- package/dist/auth.model.js +3 -0
- package/dist/auth.model.js.map +1 -0
- package/dist/base.model.d.ts +100 -0
- package/dist/base.model.js +14 -0
- package/dist/base.model.js.map +1 -0
- package/dist/comment.model.d.ts +35 -0
- package/dist/comment.model.js +3 -0
- package/dist/comment.model.js.map +1 -0
- package/dist/config.model.d.ts +16 -0
- package/dist/config.model.js +3 -0
- package/dist/config.model.js.map +1 -0
- package/dist/cycle.model.d.ts +83 -0
- package/dist/cycle.model.js +11 -0
- package/dist/cycle.model.js.map +1 -0
- package/dist/dashboard.model.d.ts +23 -0
- package/dist/dashboard.model.js +3 -0
- package/dist/dashboard.model.js.map +1 -0
- package/dist/favorite.model.d.ts +33 -0
- package/dist/favorite.model.js +11 -0
- package/dist/favorite.model.js.map +1 -0
- package/dist/imports/accounting-template.model.d.ts +17 -0
- package/dist/imports/accounting-template.model.js +10 -0
- package/dist/imports/accounting-template.model.js.map +1 -0
- package/dist/imports/activity-log.model.d.ts +32 -0
- package/dist/imports/activity-log.model.js +13 -0
- package/dist/imports/activity-log.model.js.map +1 -0
- package/dist/imports/appointment-employees.model.d.ts +10 -0
- package/dist/imports/appointment-employees.model.js +3 -0
- package/dist/imports/appointment-employees.model.js.map +1 -0
- package/dist/imports/approval-policy.model.d.ts +27 -0
- package/dist/imports/approval-policy.model.js +16 -0
- package/dist/imports/approval-policy.model.js.map +1 -0
- package/dist/imports/auth.model.d.ts +18 -0
- package/dist/imports/auth.model.js +3 -0
- package/dist/imports/auth.model.js.map +1 -0
- package/dist/imports/availability-slots.model.d.ts +47 -0
- package/dist/imports/availability-slots.model.js +15 -0
- package/dist/imports/availability-slots.model.js.map +1 -0
- package/dist/imports/base-entity.model.d.ts +96 -0
- package/dist/imports/base-entity.model.js +42 -0
- package/dist/imports/base-entity.model.js.map +1 -0
- package/dist/imports/candidate-criterions-rating.model.d.ts +21 -0
- package/dist/imports/candidate-criterions-rating.model.js +3 -0
- package/dist/imports/candidate-criterions-rating.model.js.map +1 -0
- package/dist/imports/candidate-document.model.d.ts +16 -0
- package/dist/imports/candidate-document.model.js +3 -0
- package/dist/imports/candidate-document.model.js.map +1 -0
- package/dist/imports/candidate-education.model.d.ts +27 -0
- package/dist/imports/candidate-education.model.js +3 -0
- package/dist/imports/candidate-education.model.js.map +1 -0
- package/dist/imports/candidate-experience.model.d.ts +21 -0
- package/dist/imports/candidate-experience.model.js +3 -0
- package/dist/imports/candidate-experience.model.js.map +1 -0
- package/dist/imports/candidate-feedback.model.d.ts +24 -0
- package/dist/imports/candidate-feedback.model.js +3 -0
- package/dist/imports/candidate-feedback.model.js.map +1 -0
- package/dist/imports/candidate-interview.model.d.ts +46 -0
- package/dist/imports/candidate-interview.model.js +3 -0
- package/dist/imports/candidate-interview.model.js.map +1 -0
- package/dist/imports/candidate-interviewers.model.d.ts +28 -0
- package/dist/imports/candidate-interviewers.model.js +3 -0
- package/dist/imports/candidate-interviewers.model.js.map +1 -0
- package/dist/imports/candidate-personal-qualities.model.d.ts +20 -0
- package/dist/imports/candidate-personal-qualities.model.js +3 -0
- package/dist/imports/candidate-personal-qualities.model.js.map +1 -0
- package/dist/imports/candidate-skill.model.d.ts +13 -0
- package/dist/imports/candidate-skill.model.js +3 -0
- package/dist/imports/candidate-skill.model.js.map +1 -0
- package/dist/imports/candidate-source.model.d.ts +13 -0
- package/dist/imports/candidate-source.model.js +3 -0
- package/dist/imports/candidate-source.model.js.map +1 -0
- package/dist/imports/candidate-technologies.model.d.ts +22 -0
- package/dist/imports/candidate-technologies.model.js +3 -0
- package/dist/imports/candidate-technologies.model.js.map +1 -0
- package/dist/imports/candidate.model.d.ts +112 -0
- package/dist/imports/candidate.model.js +10 -0
- package/dist/imports/candidate.model.js.map +1 -0
- package/dist/imports/changelog.model.d.ts +26 -0
- package/dist/imports/changelog.model.js +3 -0
- package/dist/imports/changelog.model.js.map +1 -0
- package/dist/imports/chart.model.d.ts +9 -0
- package/dist/imports/chart.model.js +3 -0
- package/dist/imports/chart.model.js.map +1 -0
- package/dist/imports/comment.model.d.ts +33 -0
- package/dist/imports/comment.model.js +3 -0
- package/dist/imports/comment.model.js.map +1 -0
- package/dist/imports/contact.model.d.ts +47 -0
- package/dist/imports/contact.model.js +3 -0
- package/dist/imports/contact.model.js.map +1 -0
- package/dist/imports/core.model.d.ts +59 -0
- package/dist/imports/core.model.js +6 -0
- package/dist/imports/core.model.js.map +1 -0
- package/dist/imports/country.model.d.ts +5 -0
- package/dist/imports/country.model.js +3 -0
- package/dist/imports/country.model.js.map +1 -0
- package/dist/imports/currency.model.d.ts +579 -0
- package/dist/imports/currency.model.js +579 -0
- package/dist/imports/currency.model.js.map +1 -0
- package/dist/imports/custom-smtp.model.d.ts +23 -0
- package/dist/imports/custom-smtp.model.js +9 -0
- package/dist/imports/custom-smtp.model.js.map +1 -0
- package/dist/imports/daily-plan.model.d.ts +30 -0
- package/dist/imports/daily-plan.model.js +10 -0
- package/dist/imports/daily-plan.model.js.map +1 -0
- package/dist/imports/dashboard-widget.model.d.ts +19 -0
- package/dist/imports/dashboard-widget.model.js +3 -0
- package/dist/imports/dashboard-widget.model.js.map +1 -0
- package/dist/imports/dashboard.model.d.ts +24 -0
- package/dist/imports/dashboard.model.js +3 -0
- package/dist/imports/dashboard.model.js.map +1 -0
- package/dist/imports/date-picker.model.d.ts +10 -0
- package/dist/imports/date-picker.model.js +3 -0
- package/dist/imports/date-picker.model.js.map +1 -0
- package/dist/imports/deal.model.d.ts +21 -0
- package/dist/imports/deal.model.js +3 -0
- package/dist/imports/deal.model.js.map +1 -0
- package/dist/imports/email-reset.model.d.ts +11 -0
- package/dist/imports/email-reset.model.js +3 -0
- package/dist/imports/email-reset.model.js.map +1 -0
- package/dist/imports/email-template.model.d.ts +58 -0
- package/dist/imports/email-template.model.js +34 -0
- package/dist/imports/email-template.model.js.map +1 -0
- package/dist/imports/email.model.d.ts +35 -0
- package/dist/imports/email.model.js +9 -0
- package/dist/imports/email.model.js.map +1 -0
- package/dist/imports/employee-appointment.model.d.ts +57 -0
- package/dist/imports/employee-appointment.model.js +3 -0
- package/dist/imports/employee-appointment.model.js.map +1 -0
- package/dist/imports/employee-award.model.d.ts +12 -0
- package/dist/imports/employee-award.model.js +3 -0
- package/dist/imports/employee-award.model.js.map +1 -0
- package/dist/imports/employee-job.model.d.ts +128 -0
- package/dist/imports/employee-job.model.js +27 -0
- package/dist/imports/employee-job.model.js.map +1 -0
- package/dist/imports/employee-notification.model.d.ts +62 -0
- package/dist/imports/employee-notification.model.js +30 -0
- package/dist/imports/employee-notification.model.js.map +1 -0
- package/dist/imports/employee-phone.model.d.ts +12 -0
- package/dist/imports/employee-phone.model.js +3 -0
- package/dist/imports/employee-phone.model.js.map +1 -0
- package/dist/imports/employee-proposal-template.model.d.ts +25 -0
- package/dist/imports/employee-proposal-template.model.js +3 -0
- package/dist/imports/employee-proposal-template.model.js.map +1 -0
- package/dist/imports/employee-recent-visit.model.d.ts +8 -0
- package/dist/imports/employee-recent-visit.model.js +3 -0
- package/dist/imports/employee-recent-visit.model.js.map +1 -0
- package/dist/imports/employee-recurring-expense.model.d.ts +15 -0
- package/dist/imports/employee-recurring-expense.model.js +3 -0
- package/dist/imports/employee-recurring-expense.model.js.map +1 -0
- package/dist/imports/employee-settings.model.d.ts +27 -0
- package/dist/imports/employee-settings.model.js +10 -0
- package/dist/imports/employee-settings.model.js.map +1 -0
- package/dist/imports/employee-statistics.model.d.ts +91 -0
- package/dist/imports/employee-statistics.model.js +13 -0
- package/dist/imports/employee-statistics.model.js.map +1 -0
- package/dist/imports/employee.model.d.ts +262 -0
- package/dist/imports/employee.model.js +17 -0
- package/dist/imports/employee.model.js.map +1 -0
- package/dist/imports/entity-with-members.model.d.ts +13 -0
- package/dist/imports/entity-with-members.model.js +3 -0
- package/dist/imports/entity-with-members.model.js.map +1 -0
- package/dist/imports/equipment-sharing-policy.model.d.ts +11 -0
- package/dist/imports/equipment-sharing-policy.model.js +3 -0
- package/dist/imports/equipment-sharing-policy.model.js.map +1 -0
- package/dist/imports/equipment-sharing.model.d.ts +45 -0
- package/dist/imports/equipment-sharing.model.js +15 -0
- package/dist/imports/equipment-sharing.model.js.map +1 -0
- package/dist/imports/equipment.model.d.ts +20 -0
- package/dist/imports/equipment.model.js +3 -0
- package/dist/imports/equipment.model.js.map +1 -0
- package/dist/imports/estimate-email.model.d.ts +11 -0
- package/dist/imports/estimate-email.model.js +3 -0
- package/dist/imports/estimate-email.model.js.map +1 -0
- package/dist/imports/event-type.model.d.ts +53 -0
- package/dist/imports/event-type.model.js +3 -0
- package/dist/imports/event-type.model.js.map +1 -0
- package/dist/imports/expense-category.model.d.ts +19 -0
- package/dist/imports/expense-category.model.js +13 -0
- package/dist/imports/expense-category.model.js.map +1 -0
- package/dist/imports/expense.model.d.ts +169 -0
- package/dist/imports/expense.model.js +22 -0
- package/dist/imports/expense.model.js.map +1 -0
- package/dist/imports/favorite.model.d.ts +10 -0
- package/dist/imports/favorite.model.js +3 -0
- package/dist/imports/favorite.model.js.map +1 -0
- package/dist/imports/feature.model.d.ts +165 -0
- package/dist/imports/feature.model.js +92 -0
- package/dist/imports/feature.model.js.map +1 -0
- package/dist/imports/file-provider.d.ts +58 -0
- package/dist/imports/file-provider.js +13 -0
- package/dist/imports/file-provider.js.map +1 -0
- package/dist/imports/geo-location.model.d.ts +18 -0
- package/dist/imports/geo-location.model.js +13 -0
- package/dist/imports/geo-location.model.js.map +1 -0
- package/dist/imports/github.model.d.ts +134 -0
- package/dist/imports/github.model.js +25 -0
- package/dist/imports/github.model.js.map +1 -0
- package/dist/imports/goal-settings.model.d.ts +107 -0
- package/dist/imports/goal-settings.model.js +33 -0
- package/dist/imports/goal-settings.model.js.map +1 -0
- package/dist/imports/goals.model.d.ts +96 -0
- package/dist/imports/goals.model.js +45 -0
- package/dist/imports/goals.model.js.map +1 -0
- package/dist/imports/help-center-article.model.d.ts +59 -0
- package/dist/imports/help-center-article.model.js +3 -0
- package/dist/imports/help-center-article.model.js.map +1 -0
- package/dist/imports/help-center.model.d.ts +28 -0
- package/dist/imports/help-center.model.js +14 -0
- package/dist/imports/help-center.model.js.map +1 -0
- package/dist/imports/http-status.enum.d.ts +57 -0
- package/dist/imports/http-status.enum.js +63 -0
- package/dist/imports/http-status.enum.js.map +1 -0
- package/dist/imports/hubstaff.model.d.ts +87 -0
- package/dist/imports/hubstaff.model.js +3 -0
- package/dist/imports/hubstaff.model.js.map +1 -0
- package/dist/imports/image-asset.model.d.ts +25 -0
- package/dist/imports/image-asset.model.js +3 -0
- package/dist/imports/image-asset.model.js.map +1 -0
- package/dist/imports/import-export.model.d.ts +38 -0
- package/dist/imports/import-export.model.js +16 -0
- package/dist/imports/import-export.model.js.map +1 -0
- package/dist/imports/income.model.d.ts +44 -0
- package/dist/imports/income.model.js +8 -0
- package/dist/imports/income.model.js.map +1 -0
- package/dist/imports/index.d.ts +146 -0
- package/dist/imports/index.js +165 -0
- package/dist/imports/index.js.map +1 -0
- package/dist/imports/integration-setting.model.d.ts +8 -0
- package/dist/imports/integration-setting.model.js +3 -0
- package/dist/imports/integration-setting.model.js.map +1 -0
- package/dist/imports/integration.model.d.ts +155 -0
- package/dist/imports/integration.model.js +58 -0
- package/dist/imports/integration.model.js.map +1 -0
- package/dist/imports/invite.model.d.ts +147 -0
- package/dist/imports/invite.model.js +31 -0
- package/dist/imports/invite.model.js.map +1 -0
- package/dist/imports/invoice-estimate-history.model.d.ts +18 -0
- package/dist/imports/invoice-estimate-history.model.js +3 -0
- package/dist/imports/invoice-estimate-history.model.js.map +1 -0
- package/dist/imports/invoice-item.model.d.ts +44 -0
- package/dist/imports/invoice-item.model.js +3 -0
- package/dist/imports/invoice-item.model.js.map +1 -0
- package/dist/imports/invoice.model.d.ts +141 -0
- package/dist/imports/invoice.model.js +68 -0
- package/dist/imports/invoice.model.js.map +1 -0
- package/dist/imports/issue-type.model.d.ts +28 -0
- package/dist/imports/issue-type.model.js +12 -0
- package/dist/imports/issue-type.model.js.map +1 -0
- package/dist/imports/job-matching.model.d.ts +64 -0
- package/dist/imports/job-matching.model.js +3 -0
- package/dist/imports/job-matching.model.js.map +1 -0
- package/dist/imports/job-search-category.model.d.ts +10 -0
- package/dist/imports/job-search-category.model.js +3 -0
- package/dist/imports/job-search-category.model.js.map +1 -0
- package/dist/imports/job-search-occupation.model.d.ts +10 -0
- package/dist/imports/job-search-occupation.model.js +3 -0
- package/dist/imports/job-search-occupation.model.js.map +1 -0
- package/dist/imports/language.model.d.ts +19 -0
- package/dist/imports/language.model.js +3 -0
- package/dist/imports/language.model.js.map +1 -0
- package/dist/imports/mention.model.d.ts +20 -0
- package/dist/imports/mention.model.js +3 -0
- package/dist/imports/mention.model.js.map +1 -0
- package/dist/imports/organization-award.model.d.ts +12 -0
- package/dist/imports/organization-award.model.js +3 -0
- package/dist/imports/organization-award.model.js.map +1 -0
- package/dist/imports/organization-contact.model.d.ts +91 -0
- package/dist/imports/organization-contact.model.js +21 -0
- package/dist/imports/organization-contact.model.js.map +1 -0
- package/dist/imports/organization-department.model.d.ts +22 -0
- package/dist/imports/organization-department.model.js +3 -0
- package/dist/imports/organization-department.model.js.map +1 -0
- package/dist/imports/organization-document.model.d.ts +11 -0
- package/dist/imports/organization-document.model.js +3 -0
- package/dist/imports/organization-document.model.js.map +1 -0
- package/dist/imports/organization-employment-type.model.d.ts +27 -0
- package/dist/imports/organization-employment-type.model.js +18 -0
- package/dist/imports/organization-employment-type.model.js.map +1 -0
- package/dist/imports/organization-expense-category.model.d.ts +22 -0
- package/dist/imports/organization-expense-category.model.js +13 -0
- package/dist/imports/organization-expense-category.model.js.map +1 -0
- package/dist/imports/organization-language.model.d.ts +18 -0
- package/dist/imports/organization-language.model.js +3 -0
- package/dist/imports/organization-language.model.js.map +1 -0
- package/dist/imports/organization-positions.model.d.ts +13 -0
- package/dist/imports/organization-positions.model.js +3 -0
- package/dist/imports/organization-positions.model.js.map +1 -0
- package/dist/imports/organization-project-module.model.d.ts +52 -0
- package/dist/imports/organization-project-module.model.js +13 -0
- package/dist/imports/organization-project-module.model.js.map +1 -0
- package/dist/imports/organization-projects.model.d.ts +101 -0
- package/dist/imports/organization-projects.model.js +16 -0
- package/dist/imports/organization-projects.model.js.map +1 -0
- package/dist/imports/organization-recurring-expense.model.d.ts +24 -0
- package/dist/imports/organization-recurring-expense.model.js +3 -0
- package/dist/imports/organization-recurring-expense.model.js.map +1 -0
- package/dist/imports/organization-sprint.model.d.ts +78 -0
- package/dist/imports/organization-sprint.model.js +21 -0
- package/dist/imports/organization-sprint.model.js.map +1 -0
- package/dist/imports/organization-task-setting.model.d.ts +40 -0
- package/dist/imports/organization-task-setting.model.js +13 -0
- package/dist/imports/organization-task-setting.model.js.map +1 -0
- package/dist/imports/organization-team-employee-model.d.ts +20 -0
- package/dist/imports/organization-team-employee-model.js +3 -0
- package/dist/imports/organization-team-employee-model.js.map +1 -0
- package/dist/imports/organization-team-join-request.model.d.ts +25 -0
- package/dist/imports/organization-team-join-request.model.js +10 -0
- package/dist/imports/organization-team-join-request.model.js.map +1 -0
- package/dist/imports/organization-team.model.d.ts +66 -0
- package/dist/imports/organization-team.model.js +3 -0
- package/dist/imports/organization-team.model.js.map +1 -0
- package/dist/imports/organization-vendors.model.d.ts +31 -0
- package/dist/imports/organization-vendors.model.js +13 -0
- package/dist/imports/organization-vendors.model.js.map +1 -0
- package/dist/imports/organization.model.d.ts +293 -0
- package/dist/imports/organization.model.js +140 -0
- package/dist/imports/organization.model.js.map +1 -0
- package/dist/imports/password-reset.model.d.ts +18 -0
- package/dist/imports/password-reset.model.js +3 -0
- package/dist/imports/password-reset.model.js.map +1 -0
- package/dist/imports/payment.model.d.ts +99 -0
- package/dist/imports/payment.model.js +13 -0
- package/dist/imports/payment.model.js.map +1 -0
- package/dist/imports/pipeline-stage.model.d.ts +20 -0
- package/dist/imports/pipeline-stage.model.js +3 -0
- package/dist/imports/pipeline-stage.model.js.map +1 -0
- package/dist/imports/pipeline.model.d.ts +17 -0
- package/dist/imports/pipeline.model.js +9 -0
- package/dist/imports/pipeline.model.js.map +1 -0
- package/dist/imports/product.model.d.ts +290 -0
- package/dist/imports/product.model.js +33 -0
- package/dist/imports/product.model.js.map +1 -0
- package/dist/imports/proposal.model.d.ts +49 -0
- package/dist/imports/proposal.model.js +9 -0
- package/dist/imports/proposal.model.js.map +1 -0
- package/dist/imports/proxy.model.d.ts +17 -0
- package/dist/imports/proxy.model.js +3 -0
- package/dist/imports/proxy.model.js.map +1 -0
- package/dist/imports/reaction.model.d.ts +28 -0
- package/dist/imports/reaction.model.js +12 -0
- package/dist/imports/reaction.model.js.map +1 -0
- package/dist/imports/recurring-expense.model.d.ts +78 -0
- package/dist/imports/recurring-expense.model.js +32 -0
- package/dist/imports/recurring-expense.model.js.map +1 -0
- package/dist/imports/report.model.d.ts +48 -0
- package/dist/imports/report.model.js +11 -0
- package/dist/imports/report.model.js.map +1 -0
- package/dist/imports/request-approval-employee.model.d.ts +10 -0
- package/dist/imports/request-approval-employee.model.js +3 -0
- package/dist/imports/request-approval-employee.model.js.map +1 -0
- package/dist/imports/request-approval-team.model.d.ts +10 -0
- package/dist/imports/request-approval-team.model.js +3 -0
- package/dist/imports/request-approval-team.model.js.map +1 -0
- package/dist/imports/request-approval.model.d.ts +52 -0
- package/dist/imports/request-approval.model.js +15 -0
- package/dist/imports/request-approval.model.js.map +1 -0
- package/dist/imports/resource-link.model.d.ts +14 -0
- package/dist/imports/resource-link.model.js +3 -0
- package/dist/imports/resource-link.model.js.map +1 -0
- package/dist/imports/role-permission.model.d.ts +182 -0
- package/dist/imports/role-permission.model.js +314 -0
- package/dist/imports/role-permission.model.js.map +1 -0
- package/dist/imports/role.model.d.ts +34 -0
- package/dist/imports/role.model.js +23 -0
- package/dist/imports/role.model.js.map +1 -0
- package/dist/imports/screening-task.model.d.ts +23 -0
- package/dist/imports/screening-task.model.js +12 -0
- package/dist/imports/screening-task.model.js.map +1 -0
- package/dist/imports/screenshot.model.d.ts +35 -0
- package/dist/imports/screenshot.model.js +3 -0
- package/dist/imports/screenshot.model.js.map +1 -0
- package/dist/imports/seed.model.d.ts +43 -0
- package/dist/imports/seed.model.js +3 -0
- package/dist/imports/seed.model.js.map +1 -0
- package/dist/imports/shared-entity.model.d.ts +16 -0
- package/dist/imports/shared-entity.model.js +3 -0
- package/dist/imports/shared-entity.model.js.map +1 -0
- package/dist/imports/shared-types.d.ts +12 -0
- package/dist/imports/shared-types.js +3 -0
- package/dist/imports/shared-types.js.map +1 -0
- package/dist/imports/skill-entity.model.d.ts +12 -0
- package/dist/imports/skill-entity.model.js +3 -0
- package/dist/imports/skill-entity.model.js.map +1 -0
- package/dist/imports/sms.model.d.ts +3 -0
- package/dist/imports/sms.model.js +8 -0
- package/dist/imports/sms.model.js.map +1 -0
- package/dist/imports/social-account.model.d.ts +18 -0
- package/dist/imports/social-account.model.js +3 -0
- package/dist/imports/social-account.model.js.map +1 -0
- package/dist/imports/subscription.model.d.ts +18 -0
- package/dist/imports/subscription.model.js +12 -0
- package/dist/imports/subscription.model.js.map +1 -0
- package/dist/imports/tag.model.d.ts +38 -0
- package/dist/imports/tag.model.js +18 -0
- package/dist/imports/tag.model.js.map +1 -0
- package/dist/imports/task-estimation.model.d.ts +15 -0
- package/dist/imports/task-estimation.model.js +3 -0
- package/dist/imports/task-estimation.model.js.map +1 -0
- package/dist/imports/task-linked-issue.model.d.ts +25 -0
- package/dist/imports/task-linked-issue.model.js +14 -0
- package/dist/imports/task-linked-issue.model.js.map +1 -0
- package/dist/imports/task-priority.model.d.ts +31 -0
- package/dist/imports/task-priority.model.js +15 -0
- package/dist/imports/task-priority.model.js.map +1 -0
- package/dist/imports/task-related-issue-type.model.d.ts +21 -0
- package/dist/imports/task-related-issue-type.model.js +3 -0
- package/dist/imports/task-related-issue-type.model.js.map +1 -0
- package/dist/imports/task-size.model.d.ts +31 -0
- package/dist/imports/task-size.model.js +15 -0
- package/dist/imports/task-size.model.js.map +1 -0
- package/dist/imports/task-status.model.d.ts +55 -0
- package/dist/imports/task-status.model.js +20 -0
- package/dist/imports/task-status.model.js.map +1 -0
- package/dist/imports/task-version.model.d.ts +21 -0
- package/dist/imports/task-version.model.js +3 -0
- package/dist/imports/task-version.model.js.map +1 -0
- package/dist/imports/task-view.model.d.ts +28 -0
- package/dist/imports/task-view.model.js +11 -0
- package/dist/imports/task-view.model.js.map +1 -0
- package/dist/imports/task.model.d.ts +118 -0
- package/dist/imports/task.model.js +9 -0
- package/dist/imports/task.model.js.map +1 -0
- package/dist/imports/tenant.model.d.ts +29 -0
- package/dist/imports/tenant.model.js +3 -0
- package/dist/imports/tenant.model.js.map +1 -0
- package/dist/imports/time-off.model.d.ts +74 -0
- package/dist/imports/time-off.model.js +17 -0
- package/dist/imports/time-off.model.js.map +1 -0
- package/dist/imports/timesheet-statistics.model.d.ts +98 -0
- package/dist/imports/timesheet-statistics.model.js +3 -0
- package/dist/imports/timesheet-statistics.model.js.map +1 -0
- package/dist/imports/timesheet.model.d.ts +454 -0
- package/dist/imports/timesheet.model.js +39 -0
- package/dist/imports/timesheet.model.js.map +1 -0
- package/dist/imports/translation.model.d.ts +20 -0
- package/dist/imports/translation.model.js +3 -0
- package/dist/imports/translation.model.js.map +1 -0
- package/dist/imports/tree-node.model.d.ts +5 -0
- package/dist/imports/tree-node.model.js +3 -0
- package/dist/imports/tree-node.model.js.map +1 -0
- package/dist/imports/upwork.model.d.ts +78 -0
- package/dist/imports/upwork.model.js +20 -0
- package/dist/imports/upwork.model.js.map +1 -0
- package/dist/imports/user-organization.model.d.ts +13 -0
- package/dist/imports/user-organization.model.js +3 -0
- package/dist/imports/user-organization.model.js.map +1 -0
- package/dist/imports/user.model.d.ts +214 -0
- package/dist/imports/user.model.js +35 -0
- package/dist/imports/user.model.js.map +1 -0
- package/dist/imports/wakatime.model.d.ts +18 -0
- package/dist/imports/wakatime.model.js +3 -0
- package/dist/imports/wakatime.model.js.map +1 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +49 -0
- package/dist/index.js.map +1 -0
- package/dist/intake-issue.model.d.ts +21 -0
- package/dist/intake-issue.model.js +12 -0
- package/dist/intake-issue.model.js.map +1 -0
- package/dist/invitation.model.d.ts +60 -0
- package/dist/invitation.model.js +3 -0
- package/dist/invitation.model.js.map +1 -0
- package/dist/issue-label.model.d.ts +14 -0
- package/dist/issue-label.model.js +3 -0
- package/dist/issue-label.model.js.map +1 -0
- package/dist/issue-link.model.d.ts +24 -0
- package/dist/issue-link.model.js +3 -0
- package/dist/issue-link.model.js.map +1 -0
- package/dist/issue-relation.model.d.ts +54 -0
- package/dist/issue-relation.model.js +15 -0
- package/dist/issue-relation.model.js.map +1 -0
- package/dist/issue.model.d.ts +118 -0
- package/dist/issue.model.js +28 -0
- package/dist/issue.model.js.map +1 -0
- package/dist/module.model.d.ts +49 -0
- package/dist/module.model.js +3 -0
- package/dist/module.model.js.map +1 -0
- package/dist/notification.model.d.ts +52 -0
- package/dist/notification.model.js +3 -0
- package/dist/notification.model.js.map +1 -0
- package/dist/page.model.d.ts +48 -0
- package/dist/page.model.js +3 -0
- package/dist/page.model.js.map +1 -0
- package/dist/project-deploy-boards.model.d.ts +63 -0
- package/dist/project-deploy-boards.model.js +3 -0
- package/dist/project-deploy-boards.model.js.map +1 -0
- package/dist/project.model.d.ts +88 -0
- package/dist/project.model.js +3 -0
- package/dist/project.model.js.map +1 -0
- package/dist/reaction.model.d.ts +19 -0
- package/dist/reaction.model.js +3 -0
- package/dist/reaction.model.js.map +1 -0
- package/dist/recent-visits.model.d.ts +37 -0
- package/dist/recent-visits.model.js +3 -0
- package/dist/recent-visits.model.js.map +1 -0
- package/dist/state.model.d.ts +14 -0
- package/dist/state.model.js +3 -0
- package/dist/state.model.js.map +1 -0
- package/dist/sticky.model.d.ts +29 -0
- package/dist/sticky.model.js +3 -0
- package/dist/sticky.model.js.map +1 -0
- package/dist/subscriber.model.d.ts +13 -0
- package/dist/subscriber.model.js +3 -0
- package/dist/subscriber.model.js.map +1 -0
- package/dist/user.model.d.ts +82 -0
- package/dist/user.model.js +9 -0
- package/dist/user.model.js.map +1 -0
- package/dist/view.model.d.ts +53 -0
- package/dist/view.model.js +3 -0
- package/dist/view.model.js.map +1 -0
- package/dist/widget.model.d.ts +0 -0
- package/dist/widget.model.js +2 -0
- package/dist/widget.model.js.map +1 -0
- package/dist/workspace.model.d.ts +105 -0
- package/dist/workspace.model.js +22 -0
- package/dist/workspace.model.js.map +1 -0
- package/package.json +37 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-label.model.js","sourceRoot":"","sources":["../../../../packages/models/src/issue-label.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ID, JsonData } from './imports';
|
|
2
|
+
import { IMemberInfo } from './user.model';
|
|
3
|
+
export interface IIssueLink {
|
|
4
|
+
id?: ID;
|
|
5
|
+
created_by_detail?: IMemberInfo;
|
|
6
|
+
created_at?: Date;
|
|
7
|
+
updated_at?: Date;
|
|
8
|
+
deleted_at?: Date;
|
|
9
|
+
title: string;
|
|
10
|
+
url: string;
|
|
11
|
+
metadata: JsonData;
|
|
12
|
+
created_by?: ID;
|
|
13
|
+
created_by_id?: ID;
|
|
14
|
+
updated_by?: ID;
|
|
15
|
+
project?: ID;
|
|
16
|
+
workspace?: ID;
|
|
17
|
+
issue?: ID;
|
|
18
|
+
issue_id?: ID;
|
|
19
|
+
owner?: ID;
|
|
20
|
+
}
|
|
21
|
+
export interface ICreateIssueLink {
|
|
22
|
+
title: string;
|
|
23
|
+
url: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-link.model.js","sourceRoot":"","sources":["../../../../packages/models/src/issue-link.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { IIssue } from './issue.model';
|
|
2
|
+
import { ID } from './imports';
|
|
3
|
+
export declare enum IssueRelationTypeEnum {
|
|
4
|
+
BLOCKING = "blocking",
|
|
5
|
+
BLOCKED_BY = "blocked_by",
|
|
6
|
+
DUPLICATE = "duplicate",
|
|
7
|
+
RELATES_TO = "relates_to"
|
|
8
|
+
}
|
|
9
|
+
export interface IIssueRelation {
|
|
10
|
+
created_at?: Date;
|
|
11
|
+
updated_at?: Date;
|
|
12
|
+
id?: ID;
|
|
13
|
+
relation_type?: IssueRelationTypeEnum;
|
|
14
|
+
created_by_id?: ID;
|
|
15
|
+
issue_id?: ID;
|
|
16
|
+
name?: string;
|
|
17
|
+
sequence_id?: number;
|
|
18
|
+
project_id?: ID;
|
|
19
|
+
related_issue_id?: ID;
|
|
20
|
+
updated_by_id?: ID;
|
|
21
|
+
workspace_id?: ID;
|
|
22
|
+
}
|
|
23
|
+
export interface ICreatedIssueRelation {
|
|
24
|
+
id: ID;
|
|
25
|
+
project_id?: ID;
|
|
26
|
+
sequence_id: number;
|
|
27
|
+
relation_type: IssueRelationTypeEnum;
|
|
28
|
+
name: string;
|
|
29
|
+
}
|
|
30
|
+
export interface IIssueRelationResponse {
|
|
31
|
+
[IssueRelationTypeEnum.BLOCKED_BY]: IIssue[];
|
|
32
|
+
[IssueRelationTypeEnum.BLOCKING]: IIssue[];
|
|
33
|
+
[IssueRelationTypeEnum.DUPLICATE]: IIssue[];
|
|
34
|
+
[IssueRelationTypeEnum.RELATES_TO]: IIssue[];
|
|
35
|
+
}
|
|
36
|
+
export interface IParentableIssuesQueryParams {
|
|
37
|
+
search?: string;
|
|
38
|
+
issue_relation?: boolean;
|
|
39
|
+
parent?: boolean;
|
|
40
|
+
sub_issue?: boolean;
|
|
41
|
+
issue_id?: ID;
|
|
42
|
+
target_date?: IIssueTagetFilterValueEnum;
|
|
43
|
+
workspace_search?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export declare enum IIssueTagetFilterValueEnum {
|
|
46
|
+
NONE = "none"
|
|
47
|
+
}
|
|
48
|
+
export interface ICreateIssueRelationInput {
|
|
49
|
+
issues: ID[];
|
|
50
|
+
relation_type: IssueRelationTypeEnum;
|
|
51
|
+
}
|
|
52
|
+
export interface IDeleteRelationInput extends Pick<ICreateIssueRelationInput, 'relation_type'> {
|
|
53
|
+
related_issue: ID;
|
|
54
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IIssueTagetFilterValueEnum = exports.IssueRelationTypeEnum = void 0;
|
|
4
|
+
var IssueRelationTypeEnum;
|
|
5
|
+
(function (IssueRelationTypeEnum) {
|
|
6
|
+
IssueRelationTypeEnum["BLOCKING"] = "blocking";
|
|
7
|
+
IssueRelationTypeEnum["BLOCKED_BY"] = "blocked_by";
|
|
8
|
+
IssueRelationTypeEnum["DUPLICATE"] = "duplicate";
|
|
9
|
+
IssueRelationTypeEnum["RELATES_TO"] = "relates_to";
|
|
10
|
+
})(IssueRelationTypeEnum || (exports.IssueRelationTypeEnum = IssueRelationTypeEnum = {}));
|
|
11
|
+
var IIssueTagetFilterValueEnum;
|
|
12
|
+
(function (IIssueTagetFilterValueEnum) {
|
|
13
|
+
IIssueTagetFilterValueEnum["NONE"] = "none";
|
|
14
|
+
})(IIssueTagetFilterValueEnum || (exports.IIssueTagetFilterValueEnum = IIssueTagetFilterValueEnum = {}));
|
|
15
|
+
//# sourceMappingURL=issue-relation.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-relation.model.js","sourceRoot":"","sources":["../../../../packages/models/src/issue-relation.model.ts"],"names":[],"mappings":";;;AAGA,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAChC,8CAAqB,CAAA;IACrB,kDAAyB,CAAA;IACzB,gDAAuB,CAAA;IACvB,kDAAyB,CAAA;AAC1B,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC;AA0CD,IAAY,0BAEX;AAFD,WAAY,0BAA0B;IACrC,2CAAa,CAAA;AACd,CAAC,EAFW,0BAA0B,0CAA1B,0BAA0B,QAErC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { ID, IOrganizationSprint, TaskPriorityEnum } from './imports';
|
|
2
|
+
import { IssueOrderByField } from './base.model';
|
|
3
|
+
import { IReactionData } from './reaction.model';
|
|
4
|
+
import { IIssueLink } from './issue-link.model';
|
|
5
|
+
import { ICycle } from './cycle.model';
|
|
6
|
+
import { IIssueRelation } from './issue-relation.model';
|
|
7
|
+
export interface IIssue {
|
|
8
|
+
id?: ID;
|
|
9
|
+
name?: string;
|
|
10
|
+
description_html?: string;
|
|
11
|
+
description?: any;
|
|
12
|
+
state?: string;
|
|
13
|
+
state_id?: ID;
|
|
14
|
+
state_name?: string;
|
|
15
|
+
state_group?: string;
|
|
16
|
+
sort_order?: number;
|
|
17
|
+
completed_at?: Date;
|
|
18
|
+
estimate_point?: ID;
|
|
19
|
+
priority?: TaskPriorityEnum;
|
|
20
|
+
start_date?: Date;
|
|
21
|
+
target_date?: Date;
|
|
22
|
+
sequence_id?: number;
|
|
23
|
+
project_id?: ID;
|
|
24
|
+
project__identifier?: string;
|
|
25
|
+
identifier?: string;
|
|
26
|
+
parent_id?: ID;
|
|
27
|
+
parent?: {
|
|
28
|
+
id?: ID;
|
|
29
|
+
sequence_id?: number;
|
|
30
|
+
project_id: ID;
|
|
31
|
+
type_id: ID;
|
|
32
|
+
} | string;
|
|
33
|
+
created_at?: Date;
|
|
34
|
+
updated_at?: Date;
|
|
35
|
+
created_by?: string;
|
|
36
|
+
updated_by?: string;
|
|
37
|
+
is_draft?: boolean;
|
|
38
|
+
is_subscribed?: boolean;
|
|
39
|
+
archived_at?: Date;
|
|
40
|
+
state__group?: string;
|
|
41
|
+
type_id?: ID;
|
|
42
|
+
cycle_id?: ID;
|
|
43
|
+
cycle?: ICycle | IOrganizationSprint;
|
|
44
|
+
link_count?: number;
|
|
45
|
+
attachment_count?: number;
|
|
46
|
+
sub_issues_count?: number;
|
|
47
|
+
assignee_ids?: ID[];
|
|
48
|
+
label_ids?: ID[];
|
|
49
|
+
module_ids?: ID[];
|
|
50
|
+
modules?: ID[];
|
|
51
|
+
removed_modules?: ID[];
|
|
52
|
+
issue_reactions?: IReactionData[];
|
|
53
|
+
issue_relation?: IIssueRelation[];
|
|
54
|
+
issue_link?: IIssueLink[];
|
|
55
|
+
sub_issue_ids?: ID[];
|
|
56
|
+
issue_attachment?: [];
|
|
57
|
+
workspace__slug?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface IIssueCreateInput extends Omit<IIssue, 'id' | 'parent'> {
|
|
60
|
+
}
|
|
61
|
+
export type IIssueUpdateInput = IIssue;
|
|
62
|
+
export interface IIssueFindInput {
|
|
63
|
+
issues?: string;
|
|
64
|
+
creatorId?: string;
|
|
65
|
+
created_by?: string;
|
|
66
|
+
assignees?: string;
|
|
67
|
+
subscriber?: string;
|
|
68
|
+
mentions?: string;
|
|
69
|
+
projectId?: ID;
|
|
70
|
+
module?: string;
|
|
71
|
+
module_ids?: ID[];
|
|
72
|
+
cycle?: string;
|
|
73
|
+
group_by?: IssueGroupByEnum;
|
|
74
|
+
sub_group_by?: IssueGroupByEnum;
|
|
75
|
+
order_by?: IssueOrderByField;
|
|
76
|
+
state?: string;
|
|
77
|
+
type?: IssueFindByTypeEnum;
|
|
78
|
+
priority?: string;
|
|
79
|
+
sub_issue?: boolean;
|
|
80
|
+
start_date?: string;
|
|
81
|
+
target_date?: string;
|
|
82
|
+
created_at?: string;
|
|
83
|
+
updated_at?: string;
|
|
84
|
+
labels?: string;
|
|
85
|
+
filters?: any;
|
|
86
|
+
}
|
|
87
|
+
export declare enum IssueFindByTypeEnum {
|
|
88
|
+
ACTIVE = "active",
|
|
89
|
+
BACKLOG = "backlog"
|
|
90
|
+
}
|
|
91
|
+
export declare enum IssueGroupByEnum {
|
|
92
|
+
ASSIGNEE_ID = "assignees__id",
|
|
93
|
+
CREATED_BY = "created_by",
|
|
94
|
+
CYCLE_ID = "cycle_id",
|
|
95
|
+
LABEL_ID = "labels__id",
|
|
96
|
+
MODULE_ID = "issue_module__module_id",
|
|
97
|
+
PRIORITY = "priority",
|
|
98
|
+
PROJECT_ID = "project_id",
|
|
99
|
+
STATE = "state_id",
|
|
100
|
+
STATE_GROUP = "state__group",
|
|
101
|
+
START_DATE = "start_date",
|
|
102
|
+
TARGET_DATE = "target_date"
|
|
103
|
+
}
|
|
104
|
+
export type IssueManyToManyGroupCriteria = 'tags' | 'members' | 'modules';
|
|
105
|
+
export declare enum IssueActivityTypeEnum {
|
|
106
|
+
COMMENT = "issue-comment",
|
|
107
|
+
PROPERTY = "issue-property"
|
|
108
|
+
}
|
|
109
|
+
export interface ISubIssueResponse {
|
|
110
|
+
sub_issues: IIssue[];
|
|
111
|
+
state_distribution: ICompletedIssuesDistribution;
|
|
112
|
+
}
|
|
113
|
+
export interface ICompletedIssuesDistribution {
|
|
114
|
+
backlog: ID[];
|
|
115
|
+
completed: ID[];
|
|
116
|
+
unstarted: ID[];
|
|
117
|
+
started: ID[];
|
|
118
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IssueActivityTypeEnum = exports.IssueGroupByEnum = exports.IssueFindByTypeEnum = void 0;
|
|
4
|
+
var IssueFindByTypeEnum;
|
|
5
|
+
(function (IssueFindByTypeEnum) {
|
|
6
|
+
IssueFindByTypeEnum["ACTIVE"] = "active";
|
|
7
|
+
IssueFindByTypeEnum["BACKLOG"] = "backlog";
|
|
8
|
+
})(IssueFindByTypeEnum || (exports.IssueFindByTypeEnum = IssueFindByTypeEnum = {}));
|
|
9
|
+
var IssueGroupByEnum;
|
|
10
|
+
(function (IssueGroupByEnum) {
|
|
11
|
+
IssueGroupByEnum["ASSIGNEE_ID"] = "assignees__id";
|
|
12
|
+
IssueGroupByEnum["CREATED_BY"] = "created_by";
|
|
13
|
+
IssueGroupByEnum["CYCLE_ID"] = "cycle_id";
|
|
14
|
+
IssueGroupByEnum["LABEL_ID"] = "labels__id";
|
|
15
|
+
IssueGroupByEnum["MODULE_ID"] = "issue_module__module_id";
|
|
16
|
+
IssueGroupByEnum["PRIORITY"] = "priority";
|
|
17
|
+
IssueGroupByEnum["PROJECT_ID"] = "project_id";
|
|
18
|
+
IssueGroupByEnum["STATE"] = "state_id";
|
|
19
|
+
IssueGroupByEnum["STATE_GROUP"] = "state__group";
|
|
20
|
+
IssueGroupByEnum["START_DATE"] = "start_date";
|
|
21
|
+
IssueGroupByEnum["TARGET_DATE"] = "target_date";
|
|
22
|
+
})(IssueGroupByEnum || (exports.IssueGroupByEnum = IssueGroupByEnum = {}));
|
|
23
|
+
var IssueActivityTypeEnum;
|
|
24
|
+
(function (IssueActivityTypeEnum) {
|
|
25
|
+
IssueActivityTypeEnum["COMMENT"] = "issue-comment";
|
|
26
|
+
IssueActivityTypeEnum["PROPERTY"] = "issue-property";
|
|
27
|
+
})(IssueActivityTypeEnum || (exports.IssueActivityTypeEnum = IssueActivityTypeEnum = {}));
|
|
28
|
+
//# sourceMappingURL=issue.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue.model.js","sourceRoot":"","sources":["../../../../packages/models/src/issue.model.ts"],"names":[],"mappings":";;;AA0GA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC9B,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;AACpB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAED,IAAY,gBAYX;AAZD,WAAY,gBAAgB;IAC3B,iDAA6B,CAAA;IAC7B,6CAAyB,CAAA;IACzB,yCAAqB,CAAA;IACrB,2CAAuB,CAAA;IACvB,yDAAqC,CAAA;IACrC,yCAAqB,CAAA;IACrB,6CAAyB,CAAA;IACzB,sCAAkB,CAAA;IAClB,gDAA4B,CAAA;IAC5B,6CAAyB,CAAA;IACzB,+CAA2B,CAAA;AAC5B,CAAC,EAZW,gBAAgB,gCAAhB,gBAAgB,QAY3B;AAID,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAChC,kDAAyB,CAAA;IACzB,oDAA2B,CAAA;AAC5B,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ID, ProjectModuleStatusEnum } from './imports';
|
|
2
|
+
export interface IModule {
|
|
3
|
+
id: string;
|
|
4
|
+
workspace_id?: string;
|
|
5
|
+
project_id?: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
description_text?: string | null;
|
|
9
|
+
description_html?: string | null;
|
|
10
|
+
start_date?: Date | null;
|
|
11
|
+
target_date?: Date | null;
|
|
12
|
+
status?: ProjectModuleStatusEnum;
|
|
13
|
+
lead_id?: string;
|
|
14
|
+
view_props?: any;
|
|
15
|
+
sort_order?: number;
|
|
16
|
+
external_source?: any;
|
|
17
|
+
external_id?: any;
|
|
18
|
+
logo_props?: any;
|
|
19
|
+
created_at?: Date;
|
|
20
|
+
updated_at?: Date;
|
|
21
|
+
is_favorite?: boolean;
|
|
22
|
+
completed_issues?: number;
|
|
23
|
+
cancelled_issues?: number;
|
|
24
|
+
started_issues?: number;
|
|
25
|
+
unstarted_issues?: number;
|
|
26
|
+
backlog_issues?: number;
|
|
27
|
+
total_issues?: number;
|
|
28
|
+
completed_estimate_points?: number;
|
|
29
|
+
total_estimate_points?: number;
|
|
30
|
+
member_ids?: string[];
|
|
31
|
+
archived_at?: Date | string | null;
|
|
32
|
+
}
|
|
33
|
+
export interface ICreateModuleInput {
|
|
34
|
+
name: string;
|
|
35
|
+
description?: string;
|
|
36
|
+
start_date?: Date;
|
|
37
|
+
target_date?: Date;
|
|
38
|
+
status?: ProjectModuleStatusEnum;
|
|
39
|
+
lead_id?: ID;
|
|
40
|
+
member_ids?: ID[];
|
|
41
|
+
project_id: ID;
|
|
42
|
+
issues?: ID[];
|
|
43
|
+
}
|
|
44
|
+
export interface IModuleFindInput {
|
|
45
|
+
module: ID;
|
|
46
|
+
}
|
|
47
|
+
export type IUpdateModuleInput = Omit<IModule, 'id'>;
|
|
48
|
+
export type CompletionDateType = string;
|
|
49
|
+
export type ICompletionChart = Record<CompletionDateType, number | null>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module.model.js","sourceRoot":"","sources":["../../../../packages/models/src/module.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
import { IIssueActivity } from './activity.model';
|
|
3
|
+
import { IIssue } from './issue.model';
|
|
4
|
+
import { IMemberInfo } from './user.model';
|
|
5
|
+
export interface INotification {
|
|
6
|
+
id?: ID;
|
|
7
|
+
triggered_by_details?: IMemberInfo;
|
|
8
|
+
is_inbox_issue?: boolean;
|
|
9
|
+
is_intake_issue?: boolean;
|
|
10
|
+
is_mentioned_notification?: boolean;
|
|
11
|
+
created_at?: Date;
|
|
12
|
+
updated_at?: Date;
|
|
13
|
+
deleted_at?: Date;
|
|
14
|
+
data?: {
|
|
15
|
+
issue?: IIssue;
|
|
16
|
+
issue_activity?: IIssueActivity;
|
|
17
|
+
};
|
|
18
|
+
entity_identifier?: ID;
|
|
19
|
+
entity_name?: string;
|
|
20
|
+
title?: string;
|
|
21
|
+
message?: string;
|
|
22
|
+
message_html?: string;
|
|
23
|
+
message_stripped?: string;
|
|
24
|
+
sender?: string;
|
|
25
|
+
read_at?: Date;
|
|
26
|
+
snoozed_till?: Date;
|
|
27
|
+
archived_at?: Date;
|
|
28
|
+
created_by?: ID;
|
|
29
|
+
updated_by?: ID;
|
|
30
|
+
workspace?: ID;
|
|
31
|
+
project?: ID;
|
|
32
|
+
triggered_by?: ID;
|
|
33
|
+
receiver?: ID;
|
|
34
|
+
}
|
|
35
|
+
export interface IUnreadNotificationResponse {
|
|
36
|
+
total_unread_notifications_count?: number;
|
|
37
|
+
mention_unread_notifications_count?: number;
|
|
38
|
+
}
|
|
39
|
+
export interface INotificationResponse {
|
|
40
|
+
grouped_by?: string;
|
|
41
|
+
sub_grouped_by?: string;
|
|
42
|
+
total_count?: number;
|
|
43
|
+
next_cursor?: string;
|
|
44
|
+
prev_cursor?: string;
|
|
45
|
+
next_page_results?: boolean;
|
|
46
|
+
prev_page_results?: boolean;
|
|
47
|
+
count?: number;
|
|
48
|
+
total_pages?: number;
|
|
49
|
+
total_results?: number;
|
|
50
|
+
extra_stats?: any;
|
|
51
|
+
results?: INotification[];
|
|
52
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.model.js","sourceRoot":"","sources":["../../../../packages/models/src/notification.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
/**
|
|
3
|
+
* Plane page as returned by the proxy (Gauzy → Plane format).
|
|
4
|
+
* Mirrors the Plane API `IPage` shape expected by the frontend.
|
|
5
|
+
*/
|
|
6
|
+
export interface IPage {
|
|
7
|
+
id?: ID;
|
|
8
|
+
name?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
description_html?: string;
|
|
11
|
+
description_json?: any;
|
|
12
|
+
access?: number;
|
|
13
|
+
is_locked?: boolean;
|
|
14
|
+
is_favorite?: boolean;
|
|
15
|
+
archived_at?: string | null;
|
|
16
|
+
color?: string;
|
|
17
|
+
parent?: ID | null;
|
|
18
|
+
owned_by?: ID;
|
|
19
|
+
workspace?: ID;
|
|
20
|
+
project_ids?: ID[];
|
|
21
|
+
label_ids?: ID[];
|
|
22
|
+
logo_props?: any;
|
|
23
|
+
sort_order?: number;
|
|
24
|
+
external_id?: string | null;
|
|
25
|
+
created_at?: Date;
|
|
26
|
+
updated_at?: Date;
|
|
27
|
+
created_by?: ID;
|
|
28
|
+
updated_by?: ID;
|
|
29
|
+
deleted_at?: Date | null;
|
|
30
|
+
}
|
|
31
|
+
export interface ICreatePageInput {
|
|
32
|
+
name?: string;
|
|
33
|
+
description?: string;
|
|
34
|
+
description_html?: string;
|
|
35
|
+
description_json?: any;
|
|
36
|
+
description_binary?: string;
|
|
37
|
+
access?: number;
|
|
38
|
+
color?: string;
|
|
39
|
+
parent?: ID | null;
|
|
40
|
+
projects?: ID[];
|
|
41
|
+
labels?: ID[];
|
|
42
|
+
sort_order?: number;
|
|
43
|
+
}
|
|
44
|
+
export interface IUpdatePageInput extends Partial<ICreatePageInput> {
|
|
45
|
+
is_locked?: boolean;
|
|
46
|
+
archived_at?: string | null;
|
|
47
|
+
external_id?: string | null;
|
|
48
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page.model.js","sourceRoot":"","sources":["../../../../packages/models/src/page.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
import { IProjectLogoProps } from './project.model';
|
|
3
|
+
/**
|
|
4
|
+
* View props for project deploy boards
|
|
5
|
+
*/
|
|
6
|
+
export interface IProjectDeployBoardsViewProps {
|
|
7
|
+
list: boolean;
|
|
8
|
+
kanban: boolean;
|
|
9
|
+
calendar?: boolean;
|
|
10
|
+
gantt?: boolean;
|
|
11
|
+
spreadsheet?: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* The input for creating a project deploy boards
|
|
15
|
+
*/
|
|
16
|
+
export interface IProjectDeployBoardsCreateInput {
|
|
17
|
+
is_comments_enabled: boolean;
|
|
18
|
+
is_reactions_enabled: boolean;
|
|
19
|
+
is_votes_enabled: boolean;
|
|
20
|
+
is_activity_enabled?: boolean;
|
|
21
|
+
is_disabled?: boolean;
|
|
22
|
+
view_props: IProjectDeployBoardsViewProps;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Project details for the deploy board response
|
|
26
|
+
*/
|
|
27
|
+
export interface IProjectDeployBoardProjectDetails {
|
|
28
|
+
id: ID;
|
|
29
|
+
identifier: string;
|
|
30
|
+
name: string;
|
|
31
|
+
cover_image?: string;
|
|
32
|
+
cover_image_url?: string;
|
|
33
|
+
logo_props?: IProjectLogoProps;
|
|
34
|
+
description?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Workspace details for the deploy board response
|
|
38
|
+
*/
|
|
39
|
+
export interface IProjectDeployBoardWorkspaceDetails {
|
|
40
|
+
id: ID;
|
|
41
|
+
name: string;
|
|
42
|
+
slug: string;
|
|
43
|
+
logo_url?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The response format for a project deploy board (matches Plane's format)
|
|
47
|
+
*/
|
|
48
|
+
export interface IProjectDeployBoardResponse extends IProjectDeployBoardsCreateInput {
|
|
49
|
+
id: ID;
|
|
50
|
+
deleted_at: Date | null;
|
|
51
|
+
project_details: IProjectDeployBoardProjectDetails;
|
|
52
|
+
workspace_detail: IProjectDeployBoardWorkspaceDetails;
|
|
53
|
+
created_at: Date;
|
|
54
|
+
updated_at: Date;
|
|
55
|
+
entity_identifier: ID;
|
|
56
|
+
entity_name: string;
|
|
57
|
+
anchor: string;
|
|
58
|
+
created_by?: ID;
|
|
59
|
+
updated_by?: ID;
|
|
60
|
+
workspace: ID;
|
|
61
|
+
project: ID;
|
|
62
|
+
intake: ID | null;
|
|
63
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-deploy-boards.model.js","sourceRoot":"","sources":["../../../../packages/models/src/project-deploy-boards.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
export interface IProjectLogoProps {
|
|
3
|
+
emoji: {
|
|
4
|
+
url?: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
};
|
|
7
|
+
in_use: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IProject {
|
|
10
|
+
id?: string;
|
|
11
|
+
is_favorite?: boolean;
|
|
12
|
+
total_members?: number;
|
|
13
|
+
total_cycles?: number;
|
|
14
|
+
total_modules?: number;
|
|
15
|
+
total_issues?: number;
|
|
16
|
+
archived_issues?: number;
|
|
17
|
+
archived_sub_issues?: number;
|
|
18
|
+
draft_issues?: number;
|
|
19
|
+
draft_sub_issues?: number;
|
|
20
|
+
sub_issues?: number;
|
|
21
|
+
is_member?: boolean;
|
|
22
|
+
sort_order?: number;
|
|
23
|
+
member_role?: number;
|
|
24
|
+
anchor?: any;
|
|
25
|
+
members?: (IProjectMember | ID)[];
|
|
26
|
+
state_id?: any;
|
|
27
|
+
priority?: any;
|
|
28
|
+
start_date?: Date;
|
|
29
|
+
target_date?: Date;
|
|
30
|
+
created_at?: Date;
|
|
31
|
+
updated_at?: Date;
|
|
32
|
+
deleted_at?: any;
|
|
33
|
+
name?: string;
|
|
34
|
+
description?: string;
|
|
35
|
+
description_text?: any;
|
|
36
|
+
description_html?: any;
|
|
37
|
+
network?: number;
|
|
38
|
+
identifier?: string;
|
|
39
|
+
emoji?: any;
|
|
40
|
+
icon_prop?: any;
|
|
41
|
+
module_view?: true;
|
|
42
|
+
cycle_view?: true;
|
|
43
|
+
issue_views_view?: true;
|
|
44
|
+
page_view?: true;
|
|
45
|
+
inbox_view?: boolean;
|
|
46
|
+
is_time_tracking_enabled?: boolean;
|
|
47
|
+
is_issue_type_enabled?: boolean;
|
|
48
|
+
cover_image?: string;
|
|
49
|
+
archive_in?: number;
|
|
50
|
+
close_in?: number;
|
|
51
|
+
logo_props?: IProjectLogoProps;
|
|
52
|
+
archived_at?: Date;
|
|
53
|
+
created_by?: ID;
|
|
54
|
+
updated_by?: ID;
|
|
55
|
+
workspace?: ID;
|
|
56
|
+
default_assignee?: ID;
|
|
57
|
+
project_lead?: ID;
|
|
58
|
+
estimate?: any;
|
|
59
|
+
default_state?: any;
|
|
60
|
+
}
|
|
61
|
+
export interface IProjectMember {
|
|
62
|
+
id?: string;
|
|
63
|
+
member_id?: string;
|
|
64
|
+
member__display_name?: string;
|
|
65
|
+
member__avatar?: string;
|
|
66
|
+
role?: number;
|
|
67
|
+
}
|
|
68
|
+
export interface IAssignMembersToProject {
|
|
69
|
+
members: IProjectMember[];
|
|
70
|
+
}
|
|
71
|
+
export interface ICreateProjectInput extends Partial<Omit<IProject, 'id'>> {
|
|
72
|
+
}
|
|
73
|
+
export type IUpdateProjectInput = IProject;
|
|
74
|
+
export interface IGetProjectMembersResponse {
|
|
75
|
+
id: string;
|
|
76
|
+
role: number;
|
|
77
|
+
member: ID;
|
|
78
|
+
project: ID;
|
|
79
|
+
}
|
|
80
|
+
export interface IProjectIdentifierResponse {
|
|
81
|
+
exists: number;
|
|
82
|
+
identifiers: IProjectIdentifier[];
|
|
83
|
+
}
|
|
84
|
+
export interface IProjectIdentifier {
|
|
85
|
+
id?: number;
|
|
86
|
+
name?: string;
|
|
87
|
+
project?: ID;
|
|
88
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project.model.js","sourceRoot":"","sources":["../../../../packages/models/src/project.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
import { IMemberInfo } from './user.model';
|
|
3
|
+
export interface IReactionData {
|
|
4
|
+
id?: ID;
|
|
5
|
+
actor_detail?: IMemberInfo;
|
|
6
|
+
created_at?: Date;
|
|
7
|
+
updated_at?: Date;
|
|
8
|
+
deleted_at?: Date;
|
|
9
|
+
reaction: string;
|
|
10
|
+
created_by?: ID;
|
|
11
|
+
updated_by?: ID;
|
|
12
|
+
project?: ID;
|
|
13
|
+
workspace?: ID;
|
|
14
|
+
actor?: ID;
|
|
15
|
+
issue?: ID;
|
|
16
|
+
comment?: ID;
|
|
17
|
+
}
|
|
18
|
+
export interface ICreateReactionInput extends Pick<IReactionData, 'reaction'> {
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reaction.model.js","sourceRoot":"","sources":["../../../../packages/models/src/reaction.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ID, TaskPriorityEnum } from './imports';
|
|
2
|
+
import { IProjectLogoProps } from './project.model';
|
|
3
|
+
/**
|
|
4
|
+
* Interface for a project recent visit data.
|
|
5
|
+
*/
|
|
6
|
+
export interface IProjectRecentVisit {
|
|
7
|
+
id: ID;
|
|
8
|
+
name: string;
|
|
9
|
+
logo_props: IProjectLogoProps;
|
|
10
|
+
project_members: ID[];
|
|
11
|
+
identifier: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Interface for an issue recent visit data.
|
|
15
|
+
*/
|
|
16
|
+
export interface IIssueRecentVisit {
|
|
17
|
+
id: ID;
|
|
18
|
+
name: string;
|
|
19
|
+
state: ID;
|
|
20
|
+
priority: TaskPriorityEnum;
|
|
21
|
+
assignees: ID[];
|
|
22
|
+
type: any;
|
|
23
|
+
sequence_id: number;
|
|
24
|
+
project_id: ID;
|
|
25
|
+
project_identifier: string;
|
|
26
|
+
is_epic: boolean;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Interface for a recent visit data.
|
|
30
|
+
*/
|
|
31
|
+
export interface IRecentVisit {
|
|
32
|
+
id: ID;
|
|
33
|
+
entity_name: string;
|
|
34
|
+
entity_identifier: ID;
|
|
35
|
+
entity_data: IProjectRecentVisit | IIssueRecentVisit;
|
|
36
|
+
visited_at: Date;
|
|
37
|
+
}
|