@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,32 @@
|
|
|
1
|
+
import { ActorTypeEnum, IBasePerEntityType, JsonData, OmitFields } from './base-entity.model';
|
|
2
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
3
|
+
/**
|
|
4
|
+
* Interface representing an activity log entry.
|
|
5
|
+
*/
|
|
6
|
+
export interface IActivityLog extends IEmployeeEntityInput, IBasePerEntityType {
|
|
7
|
+
action: ActionTypeEnum;
|
|
8
|
+
actorType?: ActorTypeEnum;
|
|
9
|
+
description?: string;
|
|
10
|
+
updatedFields?: string[];
|
|
11
|
+
previousValues?: IActivityLogUpdatedValues[];
|
|
12
|
+
updatedValues?: IActivityLogUpdatedValues[];
|
|
13
|
+
previousEntities?: IActivityLogUpdatedValues[];
|
|
14
|
+
updatedEntities?: IActivityLogUpdatedValues[];
|
|
15
|
+
data?: JsonData;
|
|
16
|
+
}
|
|
17
|
+
export interface IActivityLogUpdatedValues {
|
|
18
|
+
[x: string]: Record<string, any>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Enum for action types in the activity log.
|
|
22
|
+
*/
|
|
23
|
+
export declare enum ActionTypeEnum {
|
|
24
|
+
Created = "Created",
|
|
25
|
+
Updated = "Updated",
|
|
26
|
+
Deleted = "Deleted"
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input type for activity log creation, excluding `employeeId` and `employee`.
|
|
30
|
+
*/
|
|
31
|
+
export interface IActivityLogInput extends OmitFields<IActivityLog> {
|
|
32
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionTypeEnum = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Enum for action types in the activity log.
|
|
6
|
+
*/
|
|
7
|
+
var ActionTypeEnum;
|
|
8
|
+
(function (ActionTypeEnum) {
|
|
9
|
+
ActionTypeEnum["Created"] = "Created";
|
|
10
|
+
ActionTypeEnum["Updated"] = "Updated";
|
|
11
|
+
ActionTypeEnum["Deleted"] = "Deleted";
|
|
12
|
+
})(ActionTypeEnum || (exports.ActionTypeEnum = ActionTypeEnum = {}));
|
|
13
|
+
//# sourceMappingURL=activity-log.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-log.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/activity-log.model.ts"],"names":[],"mappings":";;;AAsBA;;GAEG;AACH,IAAY,cAIX;AAJD,WAAY,cAAc;IACzB,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;AACpB,CAAC,EAJW,cAAc,8BAAd,cAAc,QAIzB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployeeAppointment } from './employee-appointment.model';
|
|
3
|
+
import { IEmployee } from './employee.model';
|
|
4
|
+
export interface IAppointmentEmployee extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
appointmentId: string;
|
|
6
|
+
employee?: IEmployee;
|
|
7
|
+
employeeId?: string;
|
|
8
|
+
employeeAppointment?: IEmployeeAppointment;
|
|
9
|
+
employeeAppointmentId?: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment-employees.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/appointment-employees.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
export interface IApprovalPolicy extends IBasePerTenantAndOrganizationEntityModel {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
approvalType: string;
|
|
6
|
+
}
|
|
7
|
+
export interface IApprovalPolicyFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
8
|
+
name?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
approvalType?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IApprovalPolicyCreateInput extends IApprovalPolicyFindInput {
|
|
13
|
+
name?: string;
|
|
14
|
+
}
|
|
15
|
+
export interface IApprovalPolicyUpdateInput extends IApprovalPolicyCreateInput {
|
|
16
|
+
id?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare enum ApprovalPolicyTypesEnum {
|
|
19
|
+
TIME_OFF = 1,
|
|
20
|
+
EQUIPMENT_SHARING = 2,
|
|
21
|
+
BUSINESS_TRIP = 3
|
|
22
|
+
}
|
|
23
|
+
export declare enum ApprovalPolicyTypesStringEnum {
|
|
24
|
+
TIME_OFF = "TIME_OFF",
|
|
25
|
+
EQUIPMENT_SHARING = "EQUIPMENT_SHARING",
|
|
26
|
+
BUSINESS_TRIP = "BUSINESS_TRIP"
|
|
27
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApprovalPolicyTypesStringEnum = exports.ApprovalPolicyTypesEnum = void 0;
|
|
4
|
+
var ApprovalPolicyTypesEnum;
|
|
5
|
+
(function (ApprovalPolicyTypesEnum) {
|
|
6
|
+
ApprovalPolicyTypesEnum[ApprovalPolicyTypesEnum["TIME_OFF"] = 1] = "TIME_OFF";
|
|
7
|
+
ApprovalPolicyTypesEnum[ApprovalPolicyTypesEnum["EQUIPMENT_SHARING"] = 2] = "EQUIPMENT_SHARING";
|
|
8
|
+
ApprovalPolicyTypesEnum[ApprovalPolicyTypesEnum["BUSINESS_TRIP"] = 3] = "BUSINESS_TRIP";
|
|
9
|
+
})(ApprovalPolicyTypesEnum || (exports.ApprovalPolicyTypesEnum = ApprovalPolicyTypesEnum = {}));
|
|
10
|
+
var ApprovalPolicyTypesStringEnum;
|
|
11
|
+
(function (ApprovalPolicyTypesStringEnum) {
|
|
12
|
+
ApprovalPolicyTypesStringEnum["TIME_OFF"] = "TIME_OFF";
|
|
13
|
+
ApprovalPolicyTypesStringEnum["EQUIPMENT_SHARING"] = "EQUIPMENT_SHARING";
|
|
14
|
+
ApprovalPolicyTypesStringEnum["BUSINESS_TRIP"] = "BUSINESS_TRIP";
|
|
15
|
+
})(ApprovalPolicyTypesStringEnum || (exports.ApprovalPolicyTypesStringEnum = ApprovalPolicyTypesStringEnum = {}));
|
|
16
|
+
//# sourceMappingURL=approval-policy.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approval-policy.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/approval-policy.model.ts"],"names":[],"mappings":";;;AA0BA,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IAClC,6EAAY,CAAA;IACZ,+FAAqB,CAAA;IACrB,uFAAiB,CAAA;AAClB,CAAC,EAJW,uBAAuB,uCAAvB,uBAAuB,QAIlC;AAED,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACxC,sDAAqB,CAAA;IACrB,wEAAuC,CAAA;IACvC,gEAA+B,CAAA;AAChC,CAAC,EAJW,6BAA6B,6CAA7B,6BAA6B,QAIxC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Interface representing the response structure for email existence check.
|
|
3
|
+
*/
|
|
4
|
+
export interface IEmailCheckResponse {
|
|
5
|
+
/**
|
|
6
|
+
* Indicates whether the provided email exists in the database.
|
|
7
|
+
*/
|
|
8
|
+
exists: boolean;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Interface representing the request payload for email existence check.
|
|
12
|
+
*/
|
|
13
|
+
export interface IEmailCheckRequest {
|
|
14
|
+
/**
|
|
15
|
+
* The email address to check in the database.
|
|
16
|
+
*/
|
|
17
|
+
email: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/auth.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee, IEmployeeFindInput } from './employee.model';
|
|
3
|
+
export interface IAvailabilitySlot extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
startTime: Date;
|
|
5
|
+
endTime: Date;
|
|
6
|
+
allDay: boolean;
|
|
7
|
+
type: AvailabilitySlotType;
|
|
8
|
+
employeeId?: string;
|
|
9
|
+
employee?: IEmployee;
|
|
10
|
+
}
|
|
11
|
+
export interface IAvailabilitySlotsFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
12
|
+
type?: string;
|
|
13
|
+
employee?: IEmployeeFindInput;
|
|
14
|
+
}
|
|
15
|
+
export interface IAvailabilitySlotsCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
16
|
+
type: AvailabilitySlotType;
|
|
17
|
+
allDay: boolean;
|
|
18
|
+
startTime: Date;
|
|
19
|
+
endTime: Date;
|
|
20
|
+
employeeId?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface IAvailabilitySlotsView extends IBasePerTenantAndOrganizationEntityModel {
|
|
23
|
+
id?: string;
|
|
24
|
+
startTime: Date;
|
|
25
|
+
endTime: Date;
|
|
26
|
+
allDay: boolean;
|
|
27
|
+
type?: AvailabilitySlotType;
|
|
28
|
+
employeeId?: string;
|
|
29
|
+
employee?: IEmployee;
|
|
30
|
+
}
|
|
31
|
+
export declare enum AvailabilitySlotType {
|
|
32
|
+
DEFAULT = "Default",
|
|
33
|
+
RECURRING = "Recurring"
|
|
34
|
+
}
|
|
35
|
+
export interface IGetAvailabilitySlotsConflictInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
36
|
+
relations?: string[];
|
|
37
|
+
ignoreId?: string | string[];
|
|
38
|
+
startTime: Date;
|
|
39
|
+
endTime: Date;
|
|
40
|
+
employeeId?: string;
|
|
41
|
+
type?: AvailabilitySlotType;
|
|
42
|
+
}
|
|
43
|
+
export declare enum AvailabilityMergeType {
|
|
44
|
+
MERGE = "merge",
|
|
45
|
+
REMOVE = "remove",
|
|
46
|
+
SKIP = "skip"
|
|
47
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvailabilityMergeType = exports.AvailabilitySlotType = void 0;
|
|
4
|
+
var AvailabilitySlotType;
|
|
5
|
+
(function (AvailabilitySlotType) {
|
|
6
|
+
AvailabilitySlotType["DEFAULT"] = "Default";
|
|
7
|
+
AvailabilitySlotType["RECURRING"] = "Recurring";
|
|
8
|
+
})(AvailabilitySlotType || (exports.AvailabilitySlotType = AvailabilitySlotType = {}));
|
|
9
|
+
var AvailabilityMergeType;
|
|
10
|
+
(function (AvailabilityMergeType) {
|
|
11
|
+
AvailabilityMergeType["MERGE"] = "merge";
|
|
12
|
+
AvailabilityMergeType["REMOVE"] = "remove";
|
|
13
|
+
AvailabilityMergeType["SKIP"] = "skip";
|
|
14
|
+
})(AvailabilityMergeType || (exports.AvailabilityMergeType = AvailabilityMergeType = {}));
|
|
15
|
+
//# sourceMappingURL=availability-slots.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability-slots.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/availability-slots.model.ts"],"names":[],"mappings":";;;AAuCA,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC/B,2CAAmB,CAAA;IACnB,+CAAuB,CAAA;AACxB,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B;AAYD,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAChC,wCAAe,CAAA;IACf,0CAAiB,CAAA;IACjB,sCAAa,CAAA;AACd,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { ITenant } from './tenant.model';
|
|
2
|
+
import { IOrganization } from './organization.model';
|
|
3
|
+
import { IUser } from './user.model';
|
|
4
|
+
export type JsonData = Record<string, any> | string;
|
|
5
|
+
/**
|
|
6
|
+
* Dynamically excludes the default system-managed fields ('id', 'createdAt', 'updatedAt')
|
|
7
|
+
* along with any additional keys provided.
|
|
8
|
+
*
|
|
9
|
+
* @template T - The original type.
|
|
10
|
+
* @template K - (Optional) Additional keys to omit from T.
|
|
11
|
+
*/
|
|
12
|
+
export type OmitFields<T, K extends keyof T = never> = Omit<T, 'id' | 'createdAt' | 'updatedAt' | K>;
|
|
13
|
+
/**
|
|
14
|
+
* @description
|
|
15
|
+
* An entity ID. Represents a unique identifier as a string.
|
|
16
|
+
*
|
|
17
|
+
* @docsCategory Type Definitions
|
|
18
|
+
* @docsSubcategory Identifiers
|
|
19
|
+
*/
|
|
20
|
+
export type ID = string;
|
|
21
|
+
export interface IBaseRelationsEntityModel {
|
|
22
|
+
relations?: string[];
|
|
23
|
+
}
|
|
24
|
+
export interface IBaseSoftDeleteEntityModel {
|
|
25
|
+
deletedAt?: Date;
|
|
26
|
+
}
|
|
27
|
+
export interface IBaseEntityModel extends IBaseEntityActionByUserModel, IBaseSoftDeleteEntityModel {
|
|
28
|
+
id?: ID;
|
|
29
|
+
readonly createdAt?: Date;
|
|
30
|
+
readonly updatedAt?: Date;
|
|
31
|
+
isActive?: boolean;
|
|
32
|
+
isArchived?: boolean;
|
|
33
|
+
archivedAt?: Date;
|
|
34
|
+
}
|
|
35
|
+
export interface IBaseEntityActionByUserModel {
|
|
36
|
+
createdByUser?: IUser;
|
|
37
|
+
createdByUserId?: ID;
|
|
38
|
+
updatedByUser?: IUser;
|
|
39
|
+
updatedByUserId?: ID;
|
|
40
|
+
deletedByUser?: IUser;
|
|
41
|
+
deletedByUserId?: ID;
|
|
42
|
+
}
|
|
43
|
+
export interface IBasePerTenantEntityModel extends IBaseEntityModel {
|
|
44
|
+
tenantId?: ID;
|
|
45
|
+
tenant?: ITenant;
|
|
46
|
+
}
|
|
47
|
+
export interface IBasePerTenantEntityMutationInput extends IBaseEntityModel {
|
|
48
|
+
tenantId?: ID;
|
|
49
|
+
tenant?: Partial<ITenant>;
|
|
50
|
+
}
|
|
51
|
+
export interface IBasePerTenantAndOrganizationEntityModel extends IBasePerTenantEntityModel {
|
|
52
|
+
organizationId?: ID;
|
|
53
|
+
organization?: IOrganization;
|
|
54
|
+
}
|
|
55
|
+
export interface IBasePerTenantAndOrganizationEntityMutationInput extends Partial<IBasePerTenantEntityMutationInput> {
|
|
56
|
+
organizationId?: ID;
|
|
57
|
+
organization?: Partial<IOrganization>;
|
|
58
|
+
}
|
|
59
|
+
export interface IBasePerEntityType extends IBasePerTenantAndOrganizationEntityModel {
|
|
60
|
+
entityId: ID;
|
|
61
|
+
entity: BaseEntityEnum;
|
|
62
|
+
}
|
|
63
|
+
export declare enum ActorTypeEnum {
|
|
64
|
+
System = "System",// System performed the action
|
|
65
|
+
User = "User"
|
|
66
|
+
}
|
|
67
|
+
export declare enum BaseEntityEnum {
|
|
68
|
+
Candidate = "Candidate",
|
|
69
|
+
Comment = "Comment",
|
|
70
|
+
Contact = "Contact",
|
|
71
|
+
Currency = "Currency",
|
|
72
|
+
DailyPlan = "DailyPlan",
|
|
73
|
+
Dashboard = "Dashboard",
|
|
74
|
+
DashboardWidget = "DashboardWidget",
|
|
75
|
+
Employee = "Employee",
|
|
76
|
+
Expense = "Expense",
|
|
77
|
+
Invoice = "Invoice",
|
|
78
|
+
Income = "Income",
|
|
79
|
+
Language = "Language",
|
|
80
|
+
Organization = "Organization",
|
|
81
|
+
OrganizationContact = "OrganizationContact",
|
|
82
|
+
OrganizationDepartment = "OrganizationDepartment",
|
|
83
|
+
OrganizationDocument = "OrganizationDocument",
|
|
84
|
+
OrganizationProject = "OrganizationProject",
|
|
85
|
+
OrganizationTeam = "OrganizationTeam",
|
|
86
|
+
OrganizationProjectModule = "OrganizationProjectModule",
|
|
87
|
+
OrganizationSprint = "OrganizationSprint",
|
|
88
|
+
OrganizationVendor = "OrganizationVendor",
|
|
89
|
+
ResourceLink = "ResourceLink",
|
|
90
|
+
ScreeningTask = "ScreeningTask",
|
|
91
|
+
Task = "Task",
|
|
92
|
+
TaskLinkedIssue = "TaskLinkedIssue",
|
|
93
|
+
TaskView = "TaskView",
|
|
94
|
+
User = "User",
|
|
95
|
+
Tenant = "Tenant"
|
|
96
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseEntityEnum = exports.ActorTypeEnum = void 0;
|
|
4
|
+
// Actor type defines if it's User or system performed some action
|
|
5
|
+
var ActorTypeEnum;
|
|
6
|
+
(function (ActorTypeEnum) {
|
|
7
|
+
ActorTypeEnum["System"] = "System";
|
|
8
|
+
ActorTypeEnum["User"] = "User"; // User performed the action
|
|
9
|
+
})(ActorTypeEnum || (exports.ActorTypeEnum = ActorTypeEnum = {}));
|
|
10
|
+
// BaseEntityEnum defines the type of the entity, used in BaseEntity model
|
|
11
|
+
var BaseEntityEnum;
|
|
12
|
+
(function (BaseEntityEnum) {
|
|
13
|
+
BaseEntityEnum["Candidate"] = "Candidate";
|
|
14
|
+
BaseEntityEnum["Comment"] = "Comment";
|
|
15
|
+
BaseEntityEnum["Contact"] = "Contact";
|
|
16
|
+
BaseEntityEnum["Currency"] = "Currency";
|
|
17
|
+
BaseEntityEnum["DailyPlan"] = "DailyPlan";
|
|
18
|
+
BaseEntityEnum["Dashboard"] = "Dashboard";
|
|
19
|
+
BaseEntityEnum["DashboardWidget"] = "DashboardWidget";
|
|
20
|
+
BaseEntityEnum["Employee"] = "Employee";
|
|
21
|
+
BaseEntityEnum["Expense"] = "Expense";
|
|
22
|
+
BaseEntityEnum["Invoice"] = "Invoice";
|
|
23
|
+
BaseEntityEnum["Income"] = "Income";
|
|
24
|
+
BaseEntityEnum["Language"] = "Language";
|
|
25
|
+
BaseEntityEnum["Organization"] = "Organization";
|
|
26
|
+
BaseEntityEnum["OrganizationContact"] = "OrganizationContact";
|
|
27
|
+
BaseEntityEnum["OrganizationDepartment"] = "OrganizationDepartment";
|
|
28
|
+
BaseEntityEnum["OrganizationDocument"] = "OrganizationDocument";
|
|
29
|
+
BaseEntityEnum["OrganizationProject"] = "OrganizationProject";
|
|
30
|
+
BaseEntityEnum["OrganizationTeam"] = "OrganizationTeam";
|
|
31
|
+
BaseEntityEnum["OrganizationProjectModule"] = "OrganizationProjectModule";
|
|
32
|
+
BaseEntityEnum["OrganizationSprint"] = "OrganizationSprint";
|
|
33
|
+
BaseEntityEnum["OrganizationVendor"] = "OrganizationVendor";
|
|
34
|
+
BaseEntityEnum["ResourceLink"] = "ResourceLink";
|
|
35
|
+
BaseEntityEnum["ScreeningTask"] = "ScreeningTask";
|
|
36
|
+
BaseEntityEnum["Task"] = "Task";
|
|
37
|
+
BaseEntityEnum["TaskLinkedIssue"] = "TaskLinkedIssue";
|
|
38
|
+
BaseEntityEnum["TaskView"] = "TaskView";
|
|
39
|
+
BaseEntityEnum["User"] = "User";
|
|
40
|
+
BaseEntityEnum["Tenant"] = "Tenant";
|
|
41
|
+
})(BaseEntityEnum || (exports.BaseEntityEnum = BaseEntityEnum = {}));
|
|
42
|
+
//# sourceMappingURL=base-entity.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-entity.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/base-entity.model.ts"],"names":[],"mappings":";;;AAwFA,kEAAkE;AAClE,IAAY,aAGX;AAHD,WAAY,aAAa;IACxB,kCAAiB,CAAA;IACjB,8BAAa,CAAA,CAAC,4BAA4B;AAC3C,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AAED,0EAA0E;AAC1E,IAAY,cA6BX;AA7BD,WAAY,cAAc;IACzB,yCAAuB,CAAA;IACvB,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,qDAAmC,CAAA;IACnC,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,+CAA6B,CAAA;IAC7B,6DAA2C,CAAA;IAC3C,mEAAiD,CAAA;IACjD,+DAA6C,CAAA;IAC7C,6DAA2C,CAAA;IAC3C,uDAAqC,CAAA;IACrC,yEAAuD,CAAA;IACvD,2DAAyC,CAAA;IACzC,2DAAyC,CAAA;IACzC,+CAA6B,CAAA;IAC7B,iDAA+B,CAAA;IAC/B,+BAAa,CAAA;IACb,qDAAmC,CAAA;IACnC,uCAAqB,CAAA;IACrB,+BAAa,CAAA;IACb,mCAAiB,CAAA;AAClB,CAAC,EA7BW,cAAc,8BAAd,cAAc,QA6BzB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { ICandidateTechnologies } from './candidate-technologies.model';
|
|
3
|
+
import { ICandidatePersonalQualities } from './candidate-personal-qualities.model';
|
|
4
|
+
import { ICandidateFeedback } from './candidate-feedback.model';
|
|
5
|
+
export interface ICandidateCriterionsRatingBase extends IBasePerTenantAndOrganizationEntityModel {
|
|
6
|
+
technologyId?: string;
|
|
7
|
+
technology?: ICandidateTechnologies;
|
|
8
|
+
personalQualityId?: string;
|
|
9
|
+
personalQuality?: ICandidatePersonalQualities;
|
|
10
|
+
feedbackId?: string;
|
|
11
|
+
feedback?: ICandidateFeedback;
|
|
12
|
+
}
|
|
13
|
+
export interface ICandidateCriterionsRating extends ICandidateCriterionsRatingBase {
|
|
14
|
+
rating: number;
|
|
15
|
+
}
|
|
16
|
+
export interface ICandidateCriterionsRatingFindInput extends ICandidateCriterionsRatingBase {
|
|
17
|
+
rating?: number;
|
|
18
|
+
}
|
|
19
|
+
export interface ICandidateCriterionsRatingCreateInput extends ICandidateCriterionsRatingBase {
|
|
20
|
+
rating: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-criterions-rating.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-criterions-rating.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
export interface ICandidateDocument extends IBasePerTenantAndOrganizationEntityModel {
|
|
3
|
+
name: string;
|
|
4
|
+
candidateId?: string;
|
|
5
|
+
documentUrl: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ICandidateDocumentFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
8
|
+
name?: string;
|
|
9
|
+
candidateId?: string;
|
|
10
|
+
documentUrl?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ICandidateDocumentCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
13
|
+
name: string;
|
|
14
|
+
candidateId?: string;
|
|
15
|
+
documentUrl: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-document.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-document.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { ICandidate } from './candidate.model';
|
|
3
|
+
export interface ICandidateEducation extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
schoolName: string;
|
|
5
|
+
degree: string;
|
|
6
|
+
completionDate: Date;
|
|
7
|
+
field: string;
|
|
8
|
+
notes?: string;
|
|
9
|
+
candidateId?: string;
|
|
10
|
+
candidate?: ICandidate;
|
|
11
|
+
}
|
|
12
|
+
export interface IEducationFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
13
|
+
schoolName?: string;
|
|
14
|
+
degree?: string;
|
|
15
|
+
completionDate?: Date;
|
|
16
|
+
field?: string;
|
|
17
|
+
notes?: string;
|
|
18
|
+
candidateId?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface IEducationCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
21
|
+
schoolName: string;
|
|
22
|
+
degree: string;
|
|
23
|
+
completionDate: Date;
|
|
24
|
+
field: string;
|
|
25
|
+
notes?: string;
|
|
26
|
+
candidateId?: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-education.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-education.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ICandidate } from './candidate.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
export interface ICandidateExperience extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
occupation: string;
|
|
5
|
+
duration: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
candidateId?: string;
|
|
8
|
+
candidate?: ICandidate;
|
|
9
|
+
}
|
|
10
|
+
export interface IExperienceFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
11
|
+
occupation?: string;
|
|
12
|
+
duration?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
candidateId?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface IExperienceCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
17
|
+
occupation: string;
|
|
18
|
+
duration: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
candidateId?: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-experience.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-experience.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IRelationalCandidateInterviewer } from './candidate-interviewers.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
import { ICandidateCriterionsRating } from './candidate-criterions-rating.model';
|
|
4
|
+
import { CandidateStatusEnum, IRelationalCandidate } from './candidate.model';
|
|
5
|
+
import { IRelationalCandidateInterview } from './candidate-interview.model';
|
|
6
|
+
export interface ICandidateFeedback extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate, IRelationalCandidateInterview, IRelationalCandidateInterviewer {
|
|
7
|
+
description: string;
|
|
8
|
+
rating: number;
|
|
9
|
+
status?: CandidateStatusEnum;
|
|
10
|
+
criterionsRating?: ICandidateCriterionsRating[];
|
|
11
|
+
interviewTitle?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface ICandidateFeedbackFindInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate, IRelationalCandidateInterview, IRelationalCandidateInterviewer {
|
|
14
|
+
description?: string;
|
|
15
|
+
rating?: number;
|
|
16
|
+
status?: CandidateStatusEnum;
|
|
17
|
+
criterionsRating?: ICandidateCriterionsRating[];
|
|
18
|
+
}
|
|
19
|
+
export interface ICandidateFeedbackCreateInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate, IRelationalCandidateInterview, IRelationalCandidateInterviewer {
|
|
20
|
+
description: string;
|
|
21
|
+
rating: number;
|
|
22
|
+
status?: CandidateStatusEnum;
|
|
23
|
+
criterionsRating?: ICandidateCriterionsRating[];
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-feedback.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-feedback.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IRelationalCandidate } from './candidate.model';
|
|
3
|
+
import { ICandidateFeedback } from './candidate-feedback.model';
|
|
4
|
+
import { ICandidateInterviewers } from './candidate-interviewers.model';
|
|
5
|
+
import { ICandidatePersonalQualities } from './candidate-personal-qualities.model';
|
|
6
|
+
import { ICandidateTechnologies } from './candidate-technologies.model';
|
|
7
|
+
import { IEmployee } from './employee.model';
|
|
8
|
+
export interface IRelationalCandidateInterview {
|
|
9
|
+
readonly interview?: ICandidateInterview;
|
|
10
|
+
readonly interviewId?: ICandidateInterview['id'];
|
|
11
|
+
}
|
|
12
|
+
export interface ICandidateInterview extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
13
|
+
title: string;
|
|
14
|
+
interviewers?: ICandidateInterviewers[];
|
|
15
|
+
location?: string;
|
|
16
|
+
startTime: Date;
|
|
17
|
+
endTime: Date;
|
|
18
|
+
note?: string;
|
|
19
|
+
feedbacks?: ICandidateFeedback[];
|
|
20
|
+
employees?: IEmployee[];
|
|
21
|
+
technologies?: ICandidateTechnologies[];
|
|
22
|
+
personalQualities?: ICandidatePersonalQualities[];
|
|
23
|
+
rating?: number;
|
|
24
|
+
}
|
|
25
|
+
export interface ICandidateInterviewFindInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
26
|
+
title?: string;
|
|
27
|
+
interviewers?: ICandidateInterviewers[];
|
|
28
|
+
location?: string;
|
|
29
|
+
startTime?: Date;
|
|
30
|
+
endTime?: Date;
|
|
31
|
+
note?: string;
|
|
32
|
+
feedbacks?: ICandidateFeedback[];
|
|
33
|
+
technologies?: ICandidateTechnologies[];
|
|
34
|
+
personalQualities?: ICandidatePersonalQualities[];
|
|
35
|
+
}
|
|
36
|
+
export interface ICandidateInterviewCreateInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
37
|
+
title: string;
|
|
38
|
+
interviewers?: ICandidateInterviewers[];
|
|
39
|
+
location?: string;
|
|
40
|
+
note?: string;
|
|
41
|
+
startTime: Date;
|
|
42
|
+
endTime: Date;
|
|
43
|
+
feedbacks?: ICandidateFeedback[];
|
|
44
|
+
technologies?: ICandidateTechnologies[];
|
|
45
|
+
personalQualities?: ICandidatePersonalQualities[];
|
|
46
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-interview.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-interview.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ICandidateInterview } from './candidate-interview.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
4
|
+
export interface IRelationalCandidateInterviewer {
|
|
5
|
+
readonly interviewer?: ICandidateInterviewers;
|
|
6
|
+
readonly interviewerId?: ICandidateInterviewers['id'];
|
|
7
|
+
}
|
|
8
|
+
export interface ICandidateInterviewers extends IBasePerTenantAndOrganizationEntityModel {
|
|
9
|
+
interviewId: string;
|
|
10
|
+
interview: ICandidateInterview;
|
|
11
|
+
employeeId: string;
|
|
12
|
+
employee: IEmployee;
|
|
13
|
+
employeeImageUrl?: string;
|
|
14
|
+
employeeName?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ICandidateInterviewersFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
17
|
+
interviewId?: string;
|
|
18
|
+
employeeId?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface ICandidateInterviewersCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
21
|
+
interviewId: string;
|
|
22
|
+
employeeId?: string;
|
|
23
|
+
employeeIds?: string[];
|
|
24
|
+
}
|
|
25
|
+
export interface ICandidateInterviewersDeleteInput {
|
|
26
|
+
interviewId?: string;
|
|
27
|
+
employeeId?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-interviewers.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-interviewers.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ICandidateInterview } from './candidate-interview.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
export interface ICandidatePersonalQualities extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
name: string;
|
|
5
|
+
interviewId?: string;
|
|
6
|
+
interview?: ICandidateInterview;
|
|
7
|
+
rating?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface ICandidatePersonalQualitiesFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
10
|
+
name?: string;
|
|
11
|
+
interviewId?: string;
|
|
12
|
+
interview?: ICandidateInterview;
|
|
13
|
+
rating?: number;
|
|
14
|
+
}
|
|
15
|
+
export interface ICandidatePersonalQualitiesCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
16
|
+
name: string;
|
|
17
|
+
interviewId?: string;
|
|
18
|
+
interview?: ICandidateInterview;
|
|
19
|
+
rating?: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-personal-qualities.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-personal-qualities.model.ts"],"names":[],"mappings":""}
|