@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,19 @@
|
|
|
1
|
+
import { ActionTypeEnum, BaseEntityEnum, ID } from './imports';
|
|
2
|
+
import { IIssueComment } from './comment.model';
|
|
3
|
+
export interface IIssueActivity extends IIssueComment {
|
|
4
|
+
verb?: string;
|
|
5
|
+
field?: string;
|
|
6
|
+
old_value?: string;
|
|
7
|
+
new_value?: string;
|
|
8
|
+
comment?: string;
|
|
9
|
+
old_identifier?: any;
|
|
10
|
+
new_identifier?: any;
|
|
11
|
+
epoch?: number;
|
|
12
|
+
issue_comment?: ID;
|
|
13
|
+
}
|
|
14
|
+
export interface IIssueActivityFindInput {
|
|
15
|
+
entity?: BaseEntityEnum;
|
|
16
|
+
entityId?: ID;
|
|
17
|
+
action?: ActionTypeEnum;
|
|
18
|
+
employeeId?: ID;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity.model.js","sourceRoot":"","sources":["../../../../packages/models/src/activity.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
/**
|
|
3
|
+
* Chart X-Axis properties for analytics
|
|
4
|
+
*/
|
|
5
|
+
export declare enum ChartXAxisProperty {
|
|
6
|
+
STATES = "STATES",
|
|
7
|
+
STATE_GROUPS = "STATE_GROUPS",
|
|
8
|
+
LABELS = "LABELS",
|
|
9
|
+
ASSIGNEES = "ASSIGNEES",
|
|
10
|
+
ESTIMATE_POINTS = "ESTIMATE_POINTS",
|
|
11
|
+
CYCLES = "CYCLES",
|
|
12
|
+
MODULES = "MODULES",
|
|
13
|
+
PRIORITY = "PRIORITY",
|
|
14
|
+
START_DATE = "START_DATE",
|
|
15
|
+
TARGET_DATE = "TARGET_DATE",
|
|
16
|
+
CREATED_AT = "CREATED_AT",
|
|
17
|
+
COMPLETED_AT = "COMPLETED_AT",
|
|
18
|
+
CREATED_BY = "CREATED_BY",
|
|
19
|
+
WORK_ITEM_TYPES = "WORK_ITEM_TYPES",
|
|
20
|
+
PROJECTS = "PROJECTS",
|
|
21
|
+
EPICS = "EPICS"
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Chart Y-Axis metrics for analytics
|
|
25
|
+
*/
|
|
26
|
+
export declare enum ChartYAxisMetric {
|
|
27
|
+
WORK_ITEM_COUNT = "WORK_ITEM_COUNT",
|
|
28
|
+
ESTIMATE_POINT_COUNT = "ESTIMATE_POINT_COUNT",
|
|
29
|
+
PENDING_WORK_ITEM_COUNT = "PENDING_WORK_ITEM_COUNT",
|
|
30
|
+
COMPLETED_WORK_ITEM_COUNT = "COMPLETED_WORK_ITEM_COUNT",
|
|
31
|
+
IN_PROGRESS_WORK_ITEM_COUNT = "IN_PROGRESS_WORK_ITEM_COUNT",
|
|
32
|
+
WORK_ITEM_DUE_THIS_WEEK_COUNT = "WORK_ITEM_DUE_THIS_WEEK_COUNT",
|
|
33
|
+
WORK_ITEM_DUE_TODAY_COUNT = "WORK_ITEM_DUE_TODAY_COUNT",
|
|
34
|
+
BLOCKED_WORK_ITEM_COUNT = "BLOCKED_WORK_ITEM_COUNT",
|
|
35
|
+
EPIC_WORK_ITEM_COUNT = "EPIC_WORK_ITEM_COUNT"
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Analytics type for charts and stats
|
|
39
|
+
*/
|
|
40
|
+
export declare enum AnalyticsType {
|
|
41
|
+
PROJECTS = "projects",
|
|
42
|
+
WORK_ITEMS = "work-items",
|
|
43
|
+
CUSTOM_WORK_ITEMS = "custom-work-items"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Date filter options for analytics
|
|
47
|
+
*/
|
|
48
|
+
export declare enum DateFilter {
|
|
49
|
+
YESTERDAY = "yesterday",
|
|
50
|
+
LAST_7_DAYS = "last_7_days",
|
|
51
|
+
LAST_30_DAYS = "last_30_days",
|
|
52
|
+
LAST_3_MONTHS = "last_3_months",
|
|
53
|
+
CUSTOM = "custom"
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Analytics tabs base type
|
|
57
|
+
*/
|
|
58
|
+
export type TAnalyticsTabsBase = 'overview' | 'work-items';
|
|
59
|
+
/**
|
|
60
|
+
* Analytics graphs base type
|
|
61
|
+
*/
|
|
62
|
+
export type TAnalyticsGraphsBase = 'projects' | 'work-items' | 'custom-work-items';
|
|
63
|
+
/**
|
|
64
|
+
* Work item count stats
|
|
65
|
+
*/
|
|
66
|
+
export interface IWorkItemCount {
|
|
67
|
+
count: number;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Response for /advance-analytics endpoint
|
|
71
|
+
*/
|
|
72
|
+
export interface IAdvanceAnalyticsResponse {
|
|
73
|
+
total_work_items: IWorkItemCount;
|
|
74
|
+
started_work_items: IWorkItemCount;
|
|
75
|
+
backlog_work_items: IWorkItemCount;
|
|
76
|
+
un_started_work_items: IWorkItemCount;
|
|
77
|
+
completed_work_items: IWorkItemCount;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Row item for work items stats table (per assignee)
|
|
81
|
+
*/
|
|
82
|
+
export interface IWorkItemInsightRow {
|
|
83
|
+
display_name?: string;
|
|
84
|
+
assignee_id?: ID;
|
|
85
|
+
avatar_url?: string;
|
|
86
|
+
cancelled_work_items: number;
|
|
87
|
+
completed_work_items: number;
|
|
88
|
+
backlog_work_items: number;
|
|
89
|
+
un_started_work_items: number;
|
|
90
|
+
started_work_items: number;
|
|
91
|
+
project_id?: ID;
|
|
92
|
+
project__name?: string;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Chart data item for analytics charts
|
|
96
|
+
*/
|
|
97
|
+
export interface IChartDataItem {
|
|
98
|
+
key: string;
|
|
99
|
+
name: string;
|
|
100
|
+
count: number;
|
|
101
|
+
[groupKey: string]: string | number;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Response for /advance-analytics-charts endpoint
|
|
105
|
+
*/
|
|
106
|
+
export interface IAdvanceAnalyticsChartResponse {
|
|
107
|
+
data: IChartDataItem[];
|
|
108
|
+
schema: Record<string, string>;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Query parameters for advance analytics endpoints
|
|
112
|
+
*/
|
|
113
|
+
export interface IAdvanceAnalyticsQuery {
|
|
114
|
+
cycle_id?: ID;
|
|
115
|
+
module_id?: ID;
|
|
116
|
+
date_filter?: DateFilter;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Query parameters for advance analytics stats endpoint
|
|
120
|
+
*/
|
|
121
|
+
export interface IAdvanceAnalyticsStatsQuery extends IAdvanceAnalyticsQuery {
|
|
122
|
+
type: AnalyticsType;
|
|
123
|
+
project_ids?: string;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Query parameters for advance analytics charts endpoint
|
|
127
|
+
*/
|
|
128
|
+
export interface IAdvanceAnalyticsChartsQuery extends IAdvanceAnalyticsQuery {
|
|
129
|
+
type: AnalyticsType;
|
|
130
|
+
x_axis?: ChartXAxisProperty;
|
|
131
|
+
y_axis?: ChartYAxisMetric;
|
|
132
|
+
group_by?: ChartXAxisProperty;
|
|
133
|
+
project_ids?: string;
|
|
134
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DateFilter = exports.AnalyticsType = exports.ChartYAxisMetric = exports.ChartXAxisProperty = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Chart X-Axis properties for analytics
|
|
6
|
+
*/
|
|
7
|
+
var ChartXAxisProperty;
|
|
8
|
+
(function (ChartXAxisProperty) {
|
|
9
|
+
ChartXAxisProperty["STATES"] = "STATES";
|
|
10
|
+
ChartXAxisProperty["STATE_GROUPS"] = "STATE_GROUPS";
|
|
11
|
+
ChartXAxisProperty["LABELS"] = "LABELS";
|
|
12
|
+
ChartXAxisProperty["ASSIGNEES"] = "ASSIGNEES";
|
|
13
|
+
ChartXAxisProperty["ESTIMATE_POINTS"] = "ESTIMATE_POINTS";
|
|
14
|
+
ChartXAxisProperty["CYCLES"] = "CYCLES";
|
|
15
|
+
ChartXAxisProperty["MODULES"] = "MODULES";
|
|
16
|
+
ChartXAxisProperty["PRIORITY"] = "PRIORITY";
|
|
17
|
+
ChartXAxisProperty["START_DATE"] = "START_DATE";
|
|
18
|
+
ChartXAxisProperty["TARGET_DATE"] = "TARGET_DATE";
|
|
19
|
+
ChartXAxisProperty["CREATED_AT"] = "CREATED_AT";
|
|
20
|
+
ChartXAxisProperty["COMPLETED_AT"] = "COMPLETED_AT";
|
|
21
|
+
ChartXAxisProperty["CREATED_BY"] = "CREATED_BY";
|
|
22
|
+
ChartXAxisProperty["WORK_ITEM_TYPES"] = "WORK_ITEM_TYPES";
|
|
23
|
+
ChartXAxisProperty["PROJECTS"] = "PROJECTS";
|
|
24
|
+
ChartXAxisProperty["EPICS"] = "EPICS";
|
|
25
|
+
})(ChartXAxisProperty || (exports.ChartXAxisProperty = ChartXAxisProperty = {}));
|
|
26
|
+
/**
|
|
27
|
+
* Chart Y-Axis metrics for analytics
|
|
28
|
+
*/
|
|
29
|
+
var ChartYAxisMetric;
|
|
30
|
+
(function (ChartYAxisMetric) {
|
|
31
|
+
ChartYAxisMetric["WORK_ITEM_COUNT"] = "WORK_ITEM_COUNT";
|
|
32
|
+
ChartYAxisMetric["ESTIMATE_POINT_COUNT"] = "ESTIMATE_POINT_COUNT";
|
|
33
|
+
ChartYAxisMetric["PENDING_WORK_ITEM_COUNT"] = "PENDING_WORK_ITEM_COUNT";
|
|
34
|
+
ChartYAxisMetric["COMPLETED_WORK_ITEM_COUNT"] = "COMPLETED_WORK_ITEM_COUNT";
|
|
35
|
+
ChartYAxisMetric["IN_PROGRESS_WORK_ITEM_COUNT"] = "IN_PROGRESS_WORK_ITEM_COUNT";
|
|
36
|
+
ChartYAxisMetric["WORK_ITEM_DUE_THIS_WEEK_COUNT"] = "WORK_ITEM_DUE_THIS_WEEK_COUNT";
|
|
37
|
+
ChartYAxisMetric["WORK_ITEM_DUE_TODAY_COUNT"] = "WORK_ITEM_DUE_TODAY_COUNT";
|
|
38
|
+
ChartYAxisMetric["BLOCKED_WORK_ITEM_COUNT"] = "BLOCKED_WORK_ITEM_COUNT";
|
|
39
|
+
ChartYAxisMetric["EPIC_WORK_ITEM_COUNT"] = "EPIC_WORK_ITEM_COUNT";
|
|
40
|
+
})(ChartYAxisMetric || (exports.ChartYAxisMetric = ChartYAxisMetric = {}));
|
|
41
|
+
/**
|
|
42
|
+
* Analytics type for charts and stats
|
|
43
|
+
*/
|
|
44
|
+
var AnalyticsType;
|
|
45
|
+
(function (AnalyticsType) {
|
|
46
|
+
AnalyticsType["PROJECTS"] = "projects";
|
|
47
|
+
AnalyticsType["WORK_ITEMS"] = "work-items";
|
|
48
|
+
AnalyticsType["CUSTOM_WORK_ITEMS"] = "custom-work-items";
|
|
49
|
+
})(AnalyticsType || (exports.AnalyticsType = AnalyticsType = {}));
|
|
50
|
+
/**
|
|
51
|
+
* Date filter options for analytics
|
|
52
|
+
*/
|
|
53
|
+
var DateFilter;
|
|
54
|
+
(function (DateFilter) {
|
|
55
|
+
DateFilter["YESTERDAY"] = "yesterday";
|
|
56
|
+
DateFilter["LAST_7_DAYS"] = "last_7_days";
|
|
57
|
+
DateFilter["LAST_30_DAYS"] = "last_30_days";
|
|
58
|
+
DateFilter["LAST_3_MONTHS"] = "last_3_months";
|
|
59
|
+
DateFilter["CUSTOM"] = "custom";
|
|
60
|
+
})(DateFilter || (exports.DateFilter = DateFilter = {}));
|
|
61
|
+
//# sourceMappingURL=analytics.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics.model.js","sourceRoot":"","sources":["../../../../packages/models/src/analytics.model.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACH,IAAY,kBAiBX;AAjBD,WAAY,kBAAkB;IAC7B,uCAAiB,CAAA;IACjB,mDAA6B,CAAA;IAC7B,uCAAiB,CAAA;IACjB,6CAAuB,CAAA;IACvB,yDAAmC,CAAA;IACnC,uCAAiB,CAAA;IACjB,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,+CAAyB,CAAA;IACzB,iDAA2B,CAAA;IAC3B,+CAAyB,CAAA;IACzB,mDAA6B,CAAA;IAC7B,+CAAyB,CAAA;IACzB,yDAAmC,CAAA;IACnC,2CAAqB,CAAA;IACrB,qCAAe,CAAA;AAChB,CAAC,EAjBW,kBAAkB,kCAAlB,kBAAkB,QAiB7B;AAED;;GAEG;AACH,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IAC3B,uDAAmC,CAAA;IACnC,iEAA6C,CAAA;IAC7C,uEAAmD,CAAA;IACnD,2EAAuD,CAAA;IACvD,+EAA2D,CAAA;IAC3D,mFAA+D,CAAA;IAC/D,2EAAuD,CAAA;IACvD,uEAAmD,CAAA;IACnD,iEAA6C,CAAA;AAC9C,CAAC,EAVW,gBAAgB,gCAAhB,gBAAgB,QAU3B;AAED;;GAEG;AACH,IAAY,aAIX;AAJD,WAAY,aAAa;IACxB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,wDAAuC,CAAA;AACxC,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED;;GAEG;AACH,IAAY,UAMX;AAND,WAAY,UAAU;IACrB,qCAAuB,CAAA;IACvB,yCAA2B,CAAA;IAC3B,2CAA6B,CAAA;IAC7B,6CAA+B,CAAA;IAC/B,+BAAiB,CAAA;AAClB,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
export interface IDecodedToken {
|
|
3
|
+
id: ID;
|
|
4
|
+
tenantId: ID;
|
|
5
|
+
employeeId: ID;
|
|
6
|
+
role: string;
|
|
7
|
+
permissions: string[];
|
|
8
|
+
iat: number;
|
|
9
|
+
email?: string;
|
|
10
|
+
code?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IUserRegisterInput {
|
|
13
|
+
csrfmiddlewaretoken?: string;
|
|
14
|
+
email: string;
|
|
15
|
+
next_path?: string;
|
|
16
|
+
password: string;
|
|
17
|
+
confirm_password: string;
|
|
18
|
+
}
|
|
19
|
+
export interface IMagicGenerateResponse {
|
|
20
|
+
key: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.model.js","sourceRoot":"","sources":["../../../../packages/models/src/auth.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { BaseEntityEnum, EmployeeSettingTypeEnum, ID } from './imports';
|
|
2
|
+
export interface IWorkspaceInfo {
|
|
3
|
+
name?: string;
|
|
4
|
+
slug?: string;
|
|
5
|
+
id?: ID;
|
|
6
|
+
logo_url?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IDefaultProps extends IViewProps {
|
|
9
|
+
}
|
|
10
|
+
export interface IViewProps {
|
|
11
|
+
rich_filters?: IViewPropsFilters;
|
|
12
|
+
filters?: IViewPropsFilters;
|
|
13
|
+
display_filters?: IViewPropsDisplayFilters;
|
|
14
|
+
display_properties?: IDisplayProperties;
|
|
15
|
+
}
|
|
16
|
+
export interface IDefaultIssueProps {
|
|
17
|
+
created?: boolean;
|
|
18
|
+
assigned?: boolean;
|
|
19
|
+
all_issues?: boolean;
|
|
20
|
+
subscribed?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export interface IViewPropsFilters {
|
|
23
|
+
labels?: ID[];
|
|
24
|
+
project?: ID[];
|
|
25
|
+
priority?: string[];
|
|
26
|
+
assignees?: ID[];
|
|
27
|
+
cycle?: ID[];
|
|
28
|
+
module?: ID[];
|
|
29
|
+
created_by?: ID[];
|
|
30
|
+
start_date?: string[];
|
|
31
|
+
state_group?: string[];
|
|
32
|
+
target_date?: string[];
|
|
33
|
+
subscriber?: string[];
|
|
34
|
+
state?: string[];
|
|
35
|
+
state_in?: ID[];
|
|
36
|
+
state_id__in?: ID[];
|
|
37
|
+
state_group__in?: ID[];
|
|
38
|
+
module_id__in?: ID[];
|
|
39
|
+
cycle_id__in?: ID[];
|
|
40
|
+
assignee_id__in?: ID[];
|
|
41
|
+
priority__in?: ID[];
|
|
42
|
+
mention_id__in?: ID[];
|
|
43
|
+
label_id__in?: ID[];
|
|
44
|
+
start_date__exact?: string[];
|
|
45
|
+
target_date__exact?: string[];
|
|
46
|
+
start_date__range?: string[];
|
|
47
|
+
}
|
|
48
|
+
export interface IViewPropsDisplayFilters {
|
|
49
|
+
type?: any;
|
|
50
|
+
layout?: string | null;
|
|
51
|
+
calendar?: {
|
|
52
|
+
layout?: string;
|
|
53
|
+
show_weekends?: boolean;
|
|
54
|
+
};
|
|
55
|
+
group_by?: string | null;
|
|
56
|
+
order_by?: string | null;
|
|
57
|
+
sub_issue?: boolean;
|
|
58
|
+
sub_group_by?: string;
|
|
59
|
+
show_empty_groups?: boolean;
|
|
60
|
+
calendar_date_range?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface IDisplayProperties {
|
|
63
|
+
key?: boolean;
|
|
64
|
+
link?: boolean;
|
|
65
|
+
cycle?: boolean;
|
|
66
|
+
state?: boolean;
|
|
67
|
+
labels?: boolean;
|
|
68
|
+
modules?: boolean;
|
|
69
|
+
assignee?: boolean;
|
|
70
|
+
due_date?: boolean;
|
|
71
|
+
estimate?: boolean;
|
|
72
|
+
priority?: boolean;
|
|
73
|
+
created_on?: boolean;
|
|
74
|
+
issue_type?: boolean;
|
|
75
|
+
start_date?: boolean;
|
|
76
|
+
updated_on?: boolean;
|
|
77
|
+
sub_issue_count?: boolean;
|
|
78
|
+
attachment_count?: boolean;
|
|
79
|
+
}
|
|
80
|
+
export interface IUpdateUserPropertiesInput {
|
|
81
|
+
display_filters?: IViewPropsDisplayFilters;
|
|
82
|
+
filters?: IViewPropsFilters;
|
|
83
|
+
rich_filters?: IViewPropsFilters;
|
|
84
|
+
display_properties?: IDisplayProperties;
|
|
85
|
+
}
|
|
86
|
+
export declare enum IssueOrderByField {
|
|
87
|
+
DESC_CREATED_AT = "-created_at",
|
|
88
|
+
DESC_UPDATED_AT = "-updated_at",
|
|
89
|
+
ASC_CREATED_AT = "created_at",
|
|
90
|
+
ASC_UPDATED_AT = "updated_at",
|
|
91
|
+
START_DATE = "start_date",
|
|
92
|
+
DESC_PRIORITY = "-priority",
|
|
93
|
+
MANUAL = "sort_order"
|
|
94
|
+
}
|
|
95
|
+
export interface IFindUserPropertiesInput {
|
|
96
|
+
employeeId: ID;
|
|
97
|
+
entityId?: ID;
|
|
98
|
+
entity?: BaseEntityEnum;
|
|
99
|
+
settingType?: EmployeeSettingTypeEnum;
|
|
100
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IssueOrderByField = void 0;
|
|
4
|
+
var IssueOrderByField;
|
|
5
|
+
(function (IssueOrderByField) {
|
|
6
|
+
IssueOrderByField["DESC_CREATED_AT"] = "-created_at";
|
|
7
|
+
IssueOrderByField["DESC_UPDATED_AT"] = "-updated_at";
|
|
8
|
+
IssueOrderByField["ASC_CREATED_AT"] = "created_at";
|
|
9
|
+
IssueOrderByField["ASC_UPDATED_AT"] = "updated_at";
|
|
10
|
+
IssueOrderByField["START_DATE"] = "start_date";
|
|
11
|
+
IssueOrderByField["DESC_PRIORITY"] = "-priority";
|
|
12
|
+
IssueOrderByField["MANUAL"] = "sort_order";
|
|
13
|
+
})(IssueOrderByField || (exports.IssueOrderByField = IssueOrderByField = {}));
|
|
14
|
+
//# sourceMappingURL=base.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.model.js","sourceRoot":"","sources":["../../../../packages/models/src/base.model.ts"],"names":[],"mappings":";;;AA6FA,IAAY,iBAQX;AARD,WAAY,iBAAiB;IAC5B,oDAA+B,CAAA;IAC/B,oDAA+B,CAAA;IAC/B,kDAA6B,CAAA;IAC7B,kDAA6B,CAAA;IAC7B,8CAAyB,CAAA;IACzB,gDAA2B,CAAA;IAC3B,0CAAqB,CAAA;AACtB,CAAC,EARW,iBAAiB,iCAAjB,iBAAiB,QAQ5B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ActorTypeEnum, ID } from './imports';
|
|
2
|
+
import { IWorkspaceInfo } from './base.model';
|
|
3
|
+
import { IMemberInfo } from './user.model';
|
|
4
|
+
import { IIssue } from './issue.model';
|
|
5
|
+
import { IProject } from './project.model';
|
|
6
|
+
import { IReactionData } from './reaction.model';
|
|
7
|
+
export interface IIssueComment {
|
|
8
|
+
id?: ID;
|
|
9
|
+
actor_detail?: IMemberInfo;
|
|
10
|
+
issue_detail?: IIssue;
|
|
11
|
+
project_detail?: IProject;
|
|
12
|
+
workspace_detail?: IWorkspaceInfo;
|
|
13
|
+
comment_reactions?: IReactionData[];
|
|
14
|
+
created_at?: Date;
|
|
15
|
+
updated_at?: Date;
|
|
16
|
+
deleted_at?: Date | null;
|
|
17
|
+
comment_stripped?: string;
|
|
18
|
+
comment_json?: Record<string, string>;
|
|
19
|
+
comment_html?: string;
|
|
20
|
+
attachments?: any;
|
|
21
|
+
access?: any;
|
|
22
|
+
external_source?: any;
|
|
23
|
+
external_id?: any;
|
|
24
|
+
created_by?: ID;
|
|
25
|
+
updated_by?: ID;
|
|
26
|
+
project?: ID;
|
|
27
|
+
workspace?: ID;
|
|
28
|
+
issue?: ID;
|
|
29
|
+
actor?: ID;
|
|
30
|
+
}
|
|
31
|
+
export interface ICreateCommentInput {
|
|
32
|
+
actorType?: ActorTypeEnum;
|
|
33
|
+
comment_html: string;
|
|
34
|
+
entityName?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comment.model.js","sourceRoot":"","sources":["../../../../packages/models/src/comment.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface IServerFetchInputs {
|
|
2
|
+
path: string;
|
|
3
|
+
method: 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH';
|
|
4
|
+
body?: any;
|
|
5
|
+
bearer_token?: string;
|
|
6
|
+
tenantId?: string;
|
|
7
|
+
init?: RequestInit;
|
|
8
|
+
query?: any;
|
|
9
|
+
customHeaders?: Record<string, any>;
|
|
10
|
+
responseType?: 'arraybuffer' | 'json' | 'text' | 'stream';
|
|
11
|
+
}
|
|
12
|
+
export interface IApiResponse {
|
|
13
|
+
status: number;
|
|
14
|
+
data: any;
|
|
15
|
+
headers: Record<string, string>;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.model.js","sourceRoot":"","sources":["../../../../packages/models/src/config.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
import { IIssue } from './issue.model';
|
|
3
|
+
export interface ICycle {
|
|
4
|
+
id?: ID;
|
|
5
|
+
name: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
start_date?: Date;
|
|
8
|
+
end_date?: Date;
|
|
9
|
+
status: CycleStatusEnum;
|
|
10
|
+
version?: number;
|
|
11
|
+
sort_order?: number;
|
|
12
|
+
progress_snapshot?: Record<string, any>;
|
|
13
|
+
is_favorite?: boolean;
|
|
14
|
+
total_issues?: number;
|
|
15
|
+
completed_issues?: number;
|
|
16
|
+
sub_issues?: number;
|
|
17
|
+
owned_by_id?: ID;
|
|
18
|
+
created_by?: ID;
|
|
19
|
+
workspace_id?: ID;
|
|
20
|
+
project_id?: ID;
|
|
21
|
+
view_props?: Record<string, any>;
|
|
22
|
+
logo_props?: Record<string, any>;
|
|
23
|
+
assignee_ids?: ID[];
|
|
24
|
+
external_source?: any;
|
|
25
|
+
external_id?: any;
|
|
26
|
+
archived_at?: Date | string | null;
|
|
27
|
+
}
|
|
28
|
+
export declare enum CycleStatusEnum {
|
|
29
|
+
CURRENT = "CURRENT",
|
|
30
|
+
COMPLETED = "COMPLETED",
|
|
31
|
+
UPCOMING = "UPCOMING",
|
|
32
|
+
DRAFT = "DRAFT"
|
|
33
|
+
}
|
|
34
|
+
export interface ICycleIssuesResponse {
|
|
35
|
+
grouped_by?: string;
|
|
36
|
+
sub_grouped_by?: string;
|
|
37
|
+
total_count?: number;
|
|
38
|
+
next_cursor?: string;
|
|
39
|
+
prev_cursor?: string;
|
|
40
|
+
next_page_results?: boolean;
|
|
41
|
+
prev_page_results?: boolean;
|
|
42
|
+
count?: number;
|
|
43
|
+
total_pages?: number;
|
|
44
|
+
total_results?: number;
|
|
45
|
+
extra_stats?: any;
|
|
46
|
+
results: IIssue[];
|
|
47
|
+
}
|
|
48
|
+
export interface ICycleAnalytics {
|
|
49
|
+
assignees: {
|
|
50
|
+
display_name?: string;
|
|
51
|
+
assignee_id?: ID;
|
|
52
|
+
avatar_url?: string;
|
|
53
|
+
total_issues?: number;
|
|
54
|
+
completed_issues?: number;
|
|
55
|
+
pending_issues?: number;
|
|
56
|
+
}[];
|
|
57
|
+
labels: {
|
|
58
|
+
label_name?: string;
|
|
59
|
+
color?: string;
|
|
60
|
+
label_id?: ID;
|
|
61
|
+
total_issues?: number;
|
|
62
|
+
completed_issues?: number;
|
|
63
|
+
pending_issues?: number;
|
|
64
|
+
}[];
|
|
65
|
+
completion_chart: Record<string, number>;
|
|
66
|
+
}
|
|
67
|
+
export interface ICycleProgress {
|
|
68
|
+
backlog_estimate_points: number;
|
|
69
|
+
unstarted_estimate_points: number;
|
|
70
|
+
started_estimate_points: number;
|
|
71
|
+
cancelled_estimate_points: number;
|
|
72
|
+
completed_estimate_points: number;
|
|
73
|
+
total_estimate_points: number;
|
|
74
|
+
backlog_issues: number;
|
|
75
|
+
total_issues: number;
|
|
76
|
+
completed_issues: number;
|
|
77
|
+
cancelled_issues: number;
|
|
78
|
+
started_issues: number;
|
|
79
|
+
unstarted_issues: number;
|
|
80
|
+
}
|
|
81
|
+
export interface ITransferCycleIssuesInput {
|
|
82
|
+
new_cycle_id: ID;
|
|
83
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CycleStatusEnum = void 0;
|
|
4
|
+
var CycleStatusEnum;
|
|
5
|
+
(function (CycleStatusEnum) {
|
|
6
|
+
CycleStatusEnum["CURRENT"] = "CURRENT";
|
|
7
|
+
CycleStatusEnum["COMPLETED"] = "COMPLETED";
|
|
8
|
+
CycleStatusEnum["UPCOMING"] = "UPCOMING";
|
|
9
|
+
CycleStatusEnum["DRAFT"] = "DRAFT";
|
|
10
|
+
})(CycleStatusEnum || (exports.CycleStatusEnum = CycleStatusEnum = {}));
|
|
11
|
+
//# sourceMappingURL=cycle.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cycle.model.js","sourceRoot":"","sources":["../../../../packages/models/src/cycle.model.ts"],"names":[],"mappings":";;;AA6BA,IAAY,eAKX;AALD,WAAY,eAAe;IAC1B,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,kCAAe,CAAA;AAChB,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
export interface IHomeDashboard {
|
|
3
|
+
id?: ID;
|
|
4
|
+
created_at?: Date;
|
|
5
|
+
updated_at?: Date;
|
|
6
|
+
deleted_at?: Date;
|
|
7
|
+
name?: string;
|
|
8
|
+
description_html?: string;
|
|
9
|
+
identifier?: string;
|
|
10
|
+
is_default?: boolean;
|
|
11
|
+
type_identifier?: string;
|
|
12
|
+
logo_props?: any;
|
|
13
|
+
created_by?: ID;
|
|
14
|
+
updated_by?: ID;
|
|
15
|
+
owned_by?: ID;
|
|
16
|
+
widgets?: IWidget[];
|
|
17
|
+
}
|
|
18
|
+
export interface IWidget {
|
|
19
|
+
id?: ID;
|
|
20
|
+
key?: string;
|
|
21
|
+
is_visible?: boolean;
|
|
22
|
+
widget_filters?: any;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.model.js","sourceRoot":"","sources":["../../../../packages/models/src/dashboard.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
export interface IFavoriteData {
|
|
3
|
+
id?: ID;
|
|
4
|
+
entity_type?: FavoriteEntityTypeEnum;
|
|
5
|
+
entity_identifier?: ID;
|
|
6
|
+
entity_data?: IFavoriteEntityData;
|
|
7
|
+
name?: string;
|
|
8
|
+
is_folder?: boolean;
|
|
9
|
+
sequence?: number;
|
|
10
|
+
parent?: ID;
|
|
11
|
+
workspace_id?: ID;
|
|
12
|
+
project_id?: ID;
|
|
13
|
+
}
|
|
14
|
+
export interface IFavoriteEntityData {
|
|
15
|
+
id?: ID;
|
|
16
|
+
name?: string;
|
|
17
|
+
logo_props?: any;
|
|
18
|
+
project_id?: ID;
|
|
19
|
+
}
|
|
20
|
+
export interface ICreateFavoriteInput {
|
|
21
|
+
entity_identifier: ID;
|
|
22
|
+
entity_type: FavoriteEntityTypeEnum;
|
|
23
|
+
is_folder: boolean;
|
|
24
|
+
parent: ID;
|
|
25
|
+
project_id: ID;
|
|
26
|
+
entity_data?: IFavoriteEntityData;
|
|
27
|
+
}
|
|
28
|
+
export declare enum FavoriteEntityTypeEnum {
|
|
29
|
+
MODULE = "module",
|
|
30
|
+
PROJECT = "project",
|
|
31
|
+
CYCLE = "cycle",
|
|
32
|
+
VIEW = "view"
|
|
33
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FavoriteEntityTypeEnum = void 0;
|
|
4
|
+
var FavoriteEntityTypeEnum;
|
|
5
|
+
(function (FavoriteEntityTypeEnum) {
|
|
6
|
+
FavoriteEntityTypeEnum["MODULE"] = "module";
|
|
7
|
+
FavoriteEntityTypeEnum["PROJECT"] = "project";
|
|
8
|
+
FavoriteEntityTypeEnum["CYCLE"] = "cycle";
|
|
9
|
+
FavoriteEntityTypeEnum["VIEW"] = "view";
|
|
10
|
+
})(FavoriteEntityTypeEnum || (exports.FavoriteEntityTypeEnum = FavoriteEntityTypeEnum = {}));
|
|
11
|
+
//# sourceMappingURL=favorite.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorite.model.js","sourceRoot":"","sources":["../../../../packages/models/src/favorite.model.ts"],"names":[],"mappings":";;;AA+BA,IAAY,sBAKX;AALD,WAAY,sBAAsB;IACjC,2CAAiB,CAAA;IACjB,6CAAmB,CAAA;IACnB,yCAAe,CAAA;IACf,uCAAa,CAAA;AACd,CAAC,EALW,sBAAsB,sCAAtB,sBAAsB,QAKjC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
export interface IAccountingTemplate extends IAccountingTemplateUpdateInput {
|
|
3
|
+
hbs?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface IAccountingTemplateFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
6
|
+
name?: string;
|
|
7
|
+
languageCode?: string;
|
|
8
|
+
templateType?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface IAccountingTemplateUpdateInput extends IAccountingTemplateFindInput {
|
|
11
|
+
mjml?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare enum AccountingTemplateTypeEnum {
|
|
14
|
+
INVOICE = "invoice",
|
|
15
|
+
ESTIMATE = "estimate",
|
|
16
|
+
RECEIPT = "receipt"
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccountingTemplateTypeEnum = void 0;
|
|
4
|
+
var AccountingTemplateTypeEnum;
|
|
5
|
+
(function (AccountingTemplateTypeEnum) {
|
|
6
|
+
AccountingTemplateTypeEnum["INVOICE"] = "invoice";
|
|
7
|
+
AccountingTemplateTypeEnum["ESTIMATE"] = "estimate";
|
|
8
|
+
AccountingTemplateTypeEnum["RECEIPT"] = "receipt";
|
|
9
|
+
})(AccountingTemplateTypeEnum || (exports.AccountingTemplateTypeEnum = AccountingTemplateTypeEnum = {}));
|
|
10
|
+
//# sourceMappingURL=accounting-template.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accounting-template.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/accounting-template.model.ts"],"names":[],"mappings":";;;AAmBA,IAAY,0BAIX;AAJD,WAAY,0BAA0B;IACrC,iDAAmB,CAAA;IACnB,mDAAqB,CAAA;IACrB,iDAAmB,CAAA;AACpB,CAAC,EAJW,0BAA0B,0CAA1B,0BAA0B,QAIrC"}
|