@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,12 @@
|
|
|
1
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
export interface IEmployeePhone extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
4
|
+
type: string;
|
|
5
|
+
phoneNumber: string;
|
|
6
|
+
}
|
|
7
|
+
export interface IEmployeePhoneFindInput extends Partial<IEmployeePhone>, IEmployeeEntityInput {
|
|
8
|
+
}
|
|
9
|
+
export interface IEmployeePhoneCreateInput extends IEmployeePhone, IEmployeeEntityInput {
|
|
10
|
+
}
|
|
11
|
+
export interface IEmployeePhoneUpdateInput extends IEmployeePhoneCreateInput {
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-phone.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee-phone.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, ID } from './base-entity.model';
|
|
2
|
+
import { IEmployee, IEmployeeEntityMutationInput } from './employee.model';
|
|
3
|
+
export interface IEmployeeProposalTemplateBaseInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
name?: string;
|
|
5
|
+
content?: string;
|
|
6
|
+
isDefault?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface IEmployeeProposalTemplate extends IEmployeeProposalTemplateBaseInput {
|
|
9
|
+
employeeId?: ID;
|
|
10
|
+
employee?: IEmployee;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Input for creating a proposal template
|
|
14
|
+
*/
|
|
15
|
+
export interface IEmployeeProposalTemplateCreateInput extends IEmployeeEntityMutationInput, IEmployeeProposalTemplateBaseInput {
|
|
16
|
+
name: string;
|
|
17
|
+
}
|
|
18
|
+
export interface IEmployeeProposalTemplateUpdateInput extends IEmployeeProposalTemplateBaseInput {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input for making a proposal template default
|
|
22
|
+
*/
|
|
23
|
+
export interface IEmployeeProposalTemplateMakeDefaultInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
24
|
+
isDefault: boolean;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-proposal-template.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee-proposal-template.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IBasePerEntityType, JsonData, OmitFields } from './base-entity.model';
|
|
2
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
3
|
+
export interface IEmployeeRecentVisit extends IBasePerEntityType, IEmployeeEntityInput {
|
|
4
|
+
visitedAt: Date;
|
|
5
|
+
data?: JsonData;
|
|
6
|
+
}
|
|
7
|
+
export interface IEmployeeRecentVisitInput extends OmitFields<IEmployeeRecentVisit, 'visitedAt'> {
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-recent-visit.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee-recent-visit.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IRecurringExpenseModel } from './recurring-expense.model';
|
|
3
|
+
export interface IEmployeeRecurringExpense extends IRecurringExpenseModel {
|
|
4
|
+
employeeId: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IEmployeeRecurringExpenseByMonthFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
7
|
+
employeeId?: string;
|
|
8
|
+
startDate?: Date | string;
|
|
9
|
+
endDate?: Date | string;
|
|
10
|
+
}
|
|
11
|
+
export interface IEmployeeRecurringExpenseFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
12
|
+
startDate?: Date;
|
|
13
|
+
endDate?: Date;
|
|
14
|
+
parentRecurringExpenseId?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-recurring-expense.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee-recurring-expense.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IBasePerEntityType, IBasePerTenantAndOrganizationEntityModel, JsonData } from './base-entity.model';
|
|
2
|
+
import { IEmployee, IEmployeeEntityInput } from './employee.model';
|
|
3
|
+
export interface IEmployeeSetting extends IBasePerTenantAndOrganizationEntityModel, Required<IEmployeeEntityInput>, Partial<IBasePerEntityType> {
|
|
4
|
+
month?: number;
|
|
5
|
+
year?: number;
|
|
6
|
+
settingType?: EmployeeSettingTypeEnum;
|
|
7
|
+
value?: number;
|
|
8
|
+
currency?: string;
|
|
9
|
+
data?: JsonData;
|
|
10
|
+
defaultData?: JsonData;
|
|
11
|
+
}
|
|
12
|
+
export interface IEmployeeSettingCreateInput extends IEmployeeSetting {
|
|
13
|
+
}
|
|
14
|
+
export interface IEmployeeSettingUpdateInput extends Omit<IEmployeeSettingCreateInput, 'employee' | 'employeeId'> {
|
|
15
|
+
}
|
|
16
|
+
export interface IEmployeeSettingFindInput {
|
|
17
|
+
employeeId?: string;
|
|
18
|
+
employee?: IEmployee;
|
|
19
|
+
month?: number;
|
|
20
|
+
year?: number;
|
|
21
|
+
currency?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare enum EmployeeSettingTypeEnum {
|
|
24
|
+
NORMAL = "Normal",
|
|
25
|
+
TASK_VIEWS = "Task-View",
|
|
26
|
+
CUSTOM = "Custom"
|
|
27
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EmployeeSettingTypeEnum = void 0;
|
|
4
|
+
var EmployeeSettingTypeEnum;
|
|
5
|
+
(function (EmployeeSettingTypeEnum) {
|
|
6
|
+
EmployeeSettingTypeEnum["NORMAL"] = "Normal";
|
|
7
|
+
EmployeeSettingTypeEnum["TASK_VIEWS"] = "Task-View";
|
|
8
|
+
EmployeeSettingTypeEnum["CUSTOM"] = "Custom";
|
|
9
|
+
})(EmployeeSettingTypeEnum || (exports.EmployeeSettingTypeEnum = EmployeeSettingTypeEnum = {}));
|
|
10
|
+
//# sourceMappingURL=employee-settings.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-settings.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee-settings.model.ts"],"names":[],"mappings":";;;AA4BA,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IAClC,4CAAiB,CAAA;IACjB,mDAAwB,CAAA;IACxB,4CAAiB,CAAA;AAClB,CAAC,EAJW,uBAAuB,uCAAvB,uBAAuB,QAIlC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { IUser } from './user.model';
|
|
2
|
+
import { IExpense } from './expense.model';
|
|
3
|
+
import { IOrganizationRecurringExpense } from './organization-recurring-expense.model';
|
|
4
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
5
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
6
|
+
export interface IEmployeeStatisticsFindInput {
|
|
7
|
+
valueDate: Date;
|
|
8
|
+
}
|
|
9
|
+
export interface IEmployeeStatistics {
|
|
10
|
+
expenseStatistics: number[];
|
|
11
|
+
incomeStatistics: number[];
|
|
12
|
+
profitStatistics: number[];
|
|
13
|
+
bonusStatistics: number[];
|
|
14
|
+
}
|
|
15
|
+
export interface IMonthAggregatedEmployeeStatisticsFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
16
|
+
employeeId: string;
|
|
17
|
+
startDate: Date | string;
|
|
18
|
+
endDate: Date | string;
|
|
19
|
+
}
|
|
20
|
+
export interface IMonthAggregatedEmployeeStatistics {
|
|
21
|
+
month: number;
|
|
22
|
+
year: number;
|
|
23
|
+
income: number;
|
|
24
|
+
expenseWithoutSalary: number;
|
|
25
|
+
expense: number;
|
|
26
|
+
profit: number;
|
|
27
|
+
bonus: number;
|
|
28
|
+
directIncomeBonus: number;
|
|
29
|
+
}
|
|
30
|
+
export interface IMonthAggregatedSplitExpense {
|
|
31
|
+
month: number;
|
|
32
|
+
year: number;
|
|
33
|
+
expense?: IExpense[];
|
|
34
|
+
recurringExpense?: IOrganizationRecurringExpense[];
|
|
35
|
+
splitExpense: number;
|
|
36
|
+
splitAmong: number;
|
|
37
|
+
valueDate?: Date;
|
|
38
|
+
}
|
|
39
|
+
export interface IAggregatedEmployeeStatisticFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
40
|
+
startDate: Date;
|
|
41
|
+
endDate: Date;
|
|
42
|
+
}
|
|
43
|
+
export interface IStatisticSum {
|
|
44
|
+
expense: number;
|
|
45
|
+
income: number;
|
|
46
|
+
profit: number;
|
|
47
|
+
bonus: number;
|
|
48
|
+
}
|
|
49
|
+
export interface IEmployeeStatisticSum extends IStatisticSum {
|
|
50
|
+
employee: {
|
|
51
|
+
id: string;
|
|
52
|
+
user: IUser;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
export interface IAggregatedEmployeeStatistic {
|
|
56
|
+
total: IStatisticSum;
|
|
57
|
+
employees: IEmployeeStatisticSum[];
|
|
58
|
+
chart: IChartEmployeeStatistic[];
|
|
59
|
+
}
|
|
60
|
+
export interface IChartEmployeeStatistic {
|
|
61
|
+
dates: string;
|
|
62
|
+
statistics: IStatisticSum;
|
|
63
|
+
}
|
|
64
|
+
export declare enum EmployeeStatisticsHistoryEnum {
|
|
65
|
+
INCOME = "INCOME",
|
|
66
|
+
EXPENSES = "EXPENSES",
|
|
67
|
+
EXPENSES_WITHOUT_SALARY = "EXPENSES_WITHOUT_SALARY",
|
|
68
|
+
NON_BONUS_INCOME = "NON_BONUS_INCOME",
|
|
69
|
+
BONUS_INCOME = "BONUS_INCOME",
|
|
70
|
+
PROFIT = "PROFIT"
|
|
71
|
+
}
|
|
72
|
+
export interface IEmployeeStatisticsHistory {
|
|
73
|
+
valueDate: Date;
|
|
74
|
+
amount: number;
|
|
75
|
+
notes?: string;
|
|
76
|
+
vendorName?: string;
|
|
77
|
+
client?: IOrganizationContact;
|
|
78
|
+
categoryName?: string;
|
|
79
|
+
isRecurring?: boolean;
|
|
80
|
+
isBonus?: boolean;
|
|
81
|
+
isSalary?: boolean;
|
|
82
|
+
source?: 'employee' | 'org';
|
|
83
|
+
splitExpense?: ISplitExpense;
|
|
84
|
+
}
|
|
85
|
+
export interface ISplitExpense {
|
|
86
|
+
originalValue: number;
|
|
87
|
+
employeeCount: number;
|
|
88
|
+
}
|
|
89
|
+
export interface IEmployeeStatisticsHistoryFindInput extends IMonthAggregatedEmployeeStatisticsFindInput {
|
|
90
|
+
type: EmployeeStatisticsHistoryEnum;
|
|
91
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EmployeeStatisticsHistoryEnum = void 0;
|
|
4
|
+
var EmployeeStatisticsHistoryEnum;
|
|
5
|
+
(function (EmployeeStatisticsHistoryEnum) {
|
|
6
|
+
EmployeeStatisticsHistoryEnum["INCOME"] = "INCOME";
|
|
7
|
+
EmployeeStatisticsHistoryEnum["EXPENSES"] = "EXPENSES";
|
|
8
|
+
EmployeeStatisticsHistoryEnum["EXPENSES_WITHOUT_SALARY"] = "EXPENSES_WITHOUT_SALARY";
|
|
9
|
+
EmployeeStatisticsHistoryEnum["NON_BONUS_INCOME"] = "NON_BONUS_INCOME";
|
|
10
|
+
EmployeeStatisticsHistoryEnum["BONUS_INCOME"] = "BONUS_INCOME";
|
|
11
|
+
EmployeeStatisticsHistoryEnum["PROFIT"] = "PROFIT";
|
|
12
|
+
})(EmployeeStatisticsHistoryEnum || (exports.EmployeeStatisticsHistoryEnum = EmployeeStatisticsHistoryEnum = {}));
|
|
13
|
+
//# sourceMappingURL=employee-statistics.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-statistics.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee-statistics.model.ts"],"names":[],"mappings":";;;AA2EA,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACxC,kDAAiB,CAAA;IACjB,sDAAqB,CAAA;IACrB,oFAAmD,CAAA;IACnD,sEAAqC,CAAA;IACrC,8DAA6B,CAAA;IAC7B,kDAAiB,CAAA;AAClB,CAAC,EAPW,6BAA6B,6CAA7B,6BAA6B,QAOxC"}
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, IBasePerTenantAndOrganizationEntityMutationInput, ID } from './base-entity.model';
|
|
2
|
+
import { IContact } from './contact.model';
|
|
3
|
+
import { IEmployeeJobsStatistics } from './employee-job.model';
|
|
4
|
+
import { IOrganizationDepartment } from './organization-department.model';
|
|
5
|
+
import { IOrganizationEmploymentType } from './organization-employment-type.model';
|
|
6
|
+
import { CrudActionEnum, IOrganizationFindInput, TimeFormatEnum } from './organization.model';
|
|
7
|
+
import { IOrganizationPosition } from './organization-positions.model';
|
|
8
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
9
|
+
import { IRequestApprovalEmployee } from './request-approval-employee.model';
|
|
10
|
+
import { ISkill } from './skill-entity.model';
|
|
11
|
+
import { IUser, IUserFindInput } from './user.model';
|
|
12
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
13
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
14
|
+
import { IEmployeeSetting } from './employee-settings.model';
|
|
15
|
+
import { IExpense } from './expense.model';
|
|
16
|
+
import { ITimesheet, ITimeSlot } from './timesheet.model';
|
|
17
|
+
import { ITask } from './task.model';
|
|
18
|
+
import { ICandidate } from './candidate.model';
|
|
19
|
+
import { IEmployeeAward } from './employee-award.model';
|
|
20
|
+
import { IOrganizationProjectModule } from './organization-project-module.model';
|
|
21
|
+
import { CurrenciesEnum } from './currency.model';
|
|
22
|
+
import { ITaggable } from './tag.model';
|
|
23
|
+
import { IFavorite } from './favorite.model';
|
|
24
|
+
import { IComment } from './comment.model';
|
|
25
|
+
export interface IFindMembersInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
26
|
+
organizationTeamId: ID;
|
|
27
|
+
organizationProjectId: ID;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Interface for inputs related to employee mutations, such as creating, updating, or partially updating an employee.
|
|
31
|
+
*/
|
|
32
|
+
export interface IEmployeeEntityMutationInput {
|
|
33
|
+
employeeId?: ID;
|
|
34
|
+
employee?: Partial<IEmployee>;
|
|
35
|
+
}
|
|
36
|
+
export interface IEmployeeEntityInput {
|
|
37
|
+
employeeId?: ID;
|
|
38
|
+
employee?: IEmployee;
|
|
39
|
+
}
|
|
40
|
+
export interface IEmployee extends IBasePerTenantAndOrganizationEntityModel, ITaggable {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
endWork?: Date;
|
|
43
|
+
startedWorkOn?: Date;
|
|
44
|
+
user?: IUser;
|
|
45
|
+
userId?: ID;
|
|
46
|
+
valueDate?: Date;
|
|
47
|
+
short_description?: string;
|
|
48
|
+
description?: string;
|
|
49
|
+
teams?: IOrganizationTeam[];
|
|
50
|
+
payPeriod?: PayPeriodEnum;
|
|
51
|
+
billRateValue?: number;
|
|
52
|
+
billRateCurrency?: CurrenciesEnum;
|
|
53
|
+
minimumBillingRate?: number;
|
|
54
|
+
reWeeklyLimit?: number;
|
|
55
|
+
organizationDepartments?: IOrganizationDepartment[];
|
|
56
|
+
organizationContacts?: IOrganizationContact[];
|
|
57
|
+
projects?: IOrganizationProject[];
|
|
58
|
+
organizationPosition?: IOrganizationPosition;
|
|
59
|
+
skills?: ISkill[];
|
|
60
|
+
awards?: IEmployeeAward[];
|
|
61
|
+
favorites?: IFavorite[];
|
|
62
|
+
offerDate?: Date;
|
|
63
|
+
acceptDate?: Date;
|
|
64
|
+
rejectDate?: Date;
|
|
65
|
+
employeeLevel?: string;
|
|
66
|
+
anonymousBonus?: boolean;
|
|
67
|
+
organizationEmploymentTypes?: IOrganizationEmploymentType[];
|
|
68
|
+
requestApprovalEmployee?: IRequestApprovalEmployee[];
|
|
69
|
+
settings?: IEmployeeSetting[];
|
|
70
|
+
expenses?: IExpense[];
|
|
71
|
+
timesheets?: ITimesheet[];
|
|
72
|
+
tasks?: ITask[];
|
|
73
|
+
modules?: IOrganizationProjectModule[];
|
|
74
|
+
assignedComments?: IComment[];
|
|
75
|
+
timeSlots?: ITimeSlot[];
|
|
76
|
+
contact?: IContact;
|
|
77
|
+
candidate?: ICandidate;
|
|
78
|
+
averageIncome?: number;
|
|
79
|
+
totalWorkHours?: number;
|
|
80
|
+
averageExpenses?: number;
|
|
81
|
+
averageBonus?: number;
|
|
82
|
+
show_anonymous_bonus?: boolean;
|
|
83
|
+
show_average_bonus?: boolean;
|
|
84
|
+
show_average_expenses?: boolean;
|
|
85
|
+
show_average_income?: boolean;
|
|
86
|
+
show_billrate?: boolean;
|
|
87
|
+
show_payperiod?: boolean;
|
|
88
|
+
isJobSearchActive?: boolean;
|
|
89
|
+
linkedInUrl?: string;
|
|
90
|
+
facebookUrl?: string;
|
|
91
|
+
instagramUrl?: string;
|
|
92
|
+
twitterUrl?: string;
|
|
93
|
+
githubUrl?: string;
|
|
94
|
+
gitlabUrl?: string;
|
|
95
|
+
upworkUrl?: string;
|
|
96
|
+
stackoverflowUrl?: string;
|
|
97
|
+
jobSuccess?: number;
|
|
98
|
+
isVerified?: boolean;
|
|
99
|
+
isVetted?: boolean;
|
|
100
|
+
totalJobs?: number;
|
|
101
|
+
fullName?: string;
|
|
102
|
+
profile_link?: string;
|
|
103
|
+
isTrackingEnabled?: boolean;
|
|
104
|
+
isDeleted?: boolean;
|
|
105
|
+
allowScreenshotCapture?: boolean;
|
|
106
|
+
/** Upwork ID For Gauzy AI*/
|
|
107
|
+
upworkId?: string;
|
|
108
|
+
/** LinkedIn ID For Gauzy AI*/
|
|
109
|
+
linkedInId?: string;
|
|
110
|
+
/** Employee status (Online/Offline) */
|
|
111
|
+
isOnline?: boolean;
|
|
112
|
+
/** Employee time tracking status */
|
|
113
|
+
isTrackingTime?: boolean;
|
|
114
|
+
isAway?: boolean;
|
|
115
|
+
}
|
|
116
|
+
export type IEmployeeJobsStatisticsResponse = IEmployee & IEmployeeJobsStatistics;
|
|
117
|
+
export interface UpdateEmployeeJobsStatistics extends IBasePerTenantAndOrganizationEntityModel {
|
|
118
|
+
isJobSearchActive?: boolean;
|
|
119
|
+
}
|
|
120
|
+
export interface IEmployeeFindInput extends ITaggable {
|
|
121
|
+
id?: ID;
|
|
122
|
+
organization?: IOrganizationFindInput;
|
|
123
|
+
user?: IUserFindInput;
|
|
124
|
+
userId?: ID;
|
|
125
|
+
valueDate?: Date;
|
|
126
|
+
organizationId?: ID;
|
|
127
|
+
tenantId?: ID;
|
|
128
|
+
profile_link?: string;
|
|
129
|
+
/** Employee status (Online/Offline) */
|
|
130
|
+
isOnline?: boolean;
|
|
131
|
+
/** Employee time tracking status */
|
|
132
|
+
isTrackingTime?: boolean;
|
|
133
|
+
isAway?: boolean;
|
|
134
|
+
}
|
|
135
|
+
export interface IEmployeeUpdateInput extends IBasePerTenantAndOrganizationEntityModel, ITaggable {
|
|
136
|
+
payPeriod?: PayPeriodEnum;
|
|
137
|
+
billRateValue?: number;
|
|
138
|
+
minimumBillingRate?: number;
|
|
139
|
+
billRateCurrency?: CurrenciesEnum;
|
|
140
|
+
reWeeklyLimit?: number;
|
|
141
|
+
organizationDepartment?: IOrganizationDepartment;
|
|
142
|
+
organizationPosition?: IOrganizationPosition;
|
|
143
|
+
offerDate?: Date;
|
|
144
|
+
acceptDate?: Date;
|
|
145
|
+
rejectDate?: Date;
|
|
146
|
+
short_description?: string;
|
|
147
|
+
description?: string;
|
|
148
|
+
averageIncome?: number;
|
|
149
|
+
averageExpenses?: number;
|
|
150
|
+
averageBonus?: number;
|
|
151
|
+
skills?: ISkill[];
|
|
152
|
+
isJobSearchActive?: boolean;
|
|
153
|
+
contact?: IContact;
|
|
154
|
+
linkedInUrl?: string;
|
|
155
|
+
facebookUrl?: string;
|
|
156
|
+
instagramUrl?: string;
|
|
157
|
+
twitterUrl?: string;
|
|
158
|
+
githubUrl?: string;
|
|
159
|
+
gitlabUrl?: string;
|
|
160
|
+
upworkUrl?: string;
|
|
161
|
+
profile_link?: string;
|
|
162
|
+
allowScreenshotCapture?: boolean;
|
|
163
|
+
/** Upwork ID For Gauzy AI*/
|
|
164
|
+
upworkId?: string;
|
|
165
|
+
/** LinkedIn ID For Gauzy AI*/
|
|
166
|
+
linkedInId?: string;
|
|
167
|
+
/** Employee status (Online/Offline) */
|
|
168
|
+
isOnline?: boolean;
|
|
169
|
+
/** Employee time tracking status */
|
|
170
|
+
isTrackingTime?: boolean;
|
|
171
|
+
isAway?: boolean;
|
|
172
|
+
}
|
|
173
|
+
export interface IEmployeeCreateInput extends IBasePerTenantAndOrganizationEntityMutationInput, ITaggable {
|
|
174
|
+
user?: IUser;
|
|
175
|
+
userId?: ID;
|
|
176
|
+
password?: string;
|
|
177
|
+
offerDate?: Date;
|
|
178
|
+
acceptDate?: Date;
|
|
179
|
+
rejectDate?: Date;
|
|
180
|
+
members?: IEmployee[];
|
|
181
|
+
skills?: ISkill[];
|
|
182
|
+
startedWorkOn?: Date;
|
|
183
|
+
short_description?: string;
|
|
184
|
+
description?: string;
|
|
185
|
+
originalUrl?: string;
|
|
186
|
+
isActive?: boolean;
|
|
187
|
+
/** Upwork ID For Gauzy AI*/
|
|
188
|
+
upworkId?: string;
|
|
189
|
+
/** LinkedIn ID For Gauzy AI*/
|
|
190
|
+
linkedInId?: string;
|
|
191
|
+
/** Employee status (Online/Offline) */
|
|
192
|
+
isOnline?: boolean;
|
|
193
|
+
/** Employee time tracking status */
|
|
194
|
+
isTrackingTime?: boolean;
|
|
195
|
+
isAway?: boolean;
|
|
196
|
+
}
|
|
197
|
+
export interface ISelectedEmployee extends ITaggable {
|
|
198
|
+
id: ID;
|
|
199
|
+
firstName: string;
|
|
200
|
+
lastName: string;
|
|
201
|
+
fullName?: string;
|
|
202
|
+
imageUrl: string;
|
|
203
|
+
shortDescription?: string;
|
|
204
|
+
employeeLevel?: string;
|
|
205
|
+
billRateCurrency?: CurrenciesEnum;
|
|
206
|
+
billRateValue?: number;
|
|
207
|
+
minimumBillingRate?: number;
|
|
208
|
+
defaultType?: DEFAULT_TYPE;
|
|
209
|
+
skills?: ISkill[];
|
|
210
|
+
timeZone?: string;
|
|
211
|
+
timeFormat?: TimeFormatEnum;
|
|
212
|
+
}
|
|
213
|
+
export declare enum DEFAULT_TYPE {
|
|
214
|
+
ALL_EMPLOYEE = "ALL_EMPLOYEE",
|
|
215
|
+
NO_EMPLOYEE = "NO_EMPLOYEE"
|
|
216
|
+
}
|
|
217
|
+
export declare enum PayPeriodEnum {
|
|
218
|
+
NONE = "NONE",
|
|
219
|
+
BI_WEEKLY = "BI_WEEKLY",
|
|
220
|
+
WEEKLY = "WEEKLY",
|
|
221
|
+
TWICE_PER_MONTH = "TWICE_PER_MONTH",
|
|
222
|
+
MONTHLY = "MONTHLY"
|
|
223
|
+
}
|
|
224
|
+
export interface IEmployeeLevel extends IBasePerTenantAndOrganizationEntityModel, ITaggable {
|
|
225
|
+
level: string;
|
|
226
|
+
skills?: ISkill[];
|
|
227
|
+
}
|
|
228
|
+
export interface IEmployeeLevelInput extends IBasePerTenantAndOrganizationEntityModel, ITaggable {
|
|
229
|
+
level: string;
|
|
230
|
+
skills?: ISkill[];
|
|
231
|
+
}
|
|
232
|
+
export interface IEmployeeLevelFindInput {
|
|
233
|
+
organizationId?: ID;
|
|
234
|
+
tenantId: ID;
|
|
235
|
+
}
|
|
236
|
+
export interface EmployeeViewModel extends ITaggable {
|
|
237
|
+
fullName: string;
|
|
238
|
+
email: string;
|
|
239
|
+
bonus?: number;
|
|
240
|
+
endWork?: Date;
|
|
241
|
+
id: string;
|
|
242
|
+
imageUrl?: string;
|
|
243
|
+
averageIncome?: number;
|
|
244
|
+
averageExpenses?: number;
|
|
245
|
+
averageBonus?: number;
|
|
246
|
+
workStatus?: string;
|
|
247
|
+
startedWorkOn?: Date;
|
|
248
|
+
isActive?: boolean;
|
|
249
|
+
isTrackingEnabled: boolean;
|
|
250
|
+
isDeleted?: boolean;
|
|
251
|
+
}
|
|
252
|
+
export interface IEmployeeStoreState {
|
|
253
|
+
employees: IEmployee[];
|
|
254
|
+
action: CrudActionEnum;
|
|
255
|
+
}
|
|
256
|
+
export interface IEmployeeUpdateProfileStatus extends IBasePerTenantAndOrganizationEntityModel {
|
|
257
|
+
readonly isActive: boolean;
|
|
258
|
+
}
|
|
259
|
+
export interface IMemberEntityBased extends IBasePerTenantAndOrganizationEntityModel {
|
|
260
|
+
memberIds?: ID[];
|
|
261
|
+
managerIds?: ID[];
|
|
262
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PayPeriodEnum = exports.DEFAULT_TYPE = void 0;
|
|
4
|
+
var DEFAULT_TYPE;
|
|
5
|
+
(function (DEFAULT_TYPE) {
|
|
6
|
+
DEFAULT_TYPE["ALL_EMPLOYEE"] = "ALL_EMPLOYEE";
|
|
7
|
+
DEFAULT_TYPE["NO_EMPLOYEE"] = "NO_EMPLOYEE";
|
|
8
|
+
})(DEFAULT_TYPE || (exports.DEFAULT_TYPE = DEFAULT_TYPE = {}));
|
|
9
|
+
var PayPeriodEnum;
|
|
10
|
+
(function (PayPeriodEnum) {
|
|
11
|
+
PayPeriodEnum["NONE"] = "NONE";
|
|
12
|
+
PayPeriodEnum["BI_WEEKLY"] = "BI_WEEKLY";
|
|
13
|
+
PayPeriodEnum["WEEKLY"] = "WEEKLY";
|
|
14
|
+
PayPeriodEnum["TWICE_PER_MONTH"] = "TWICE_PER_MONTH";
|
|
15
|
+
PayPeriodEnum["MONTHLY"] = "MONTHLY";
|
|
16
|
+
})(PayPeriodEnum || (exports.PayPeriodEnum = PayPeriodEnum = {}));
|
|
17
|
+
//# sourceMappingURL=employee.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/employee.model.ts"],"names":[],"mappings":";;;AAuOA,IAAY,YAGX;AAHD,WAAY,YAAY;IACvB,6CAA6B,CAAA;IAC7B,2CAA2B,CAAA;AAC5B,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,aAMX;AAND,WAAY,aAAa;IACxB,8BAAa,CAAA;IACb,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;IACjB,oDAAmC,CAAA;IACnC,oCAAmB,CAAA;AACpB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IEmployee } from './employee.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
export interface IBaseEntityWithMembers extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
members?: IEmployee[];
|
|
6
|
+
name?: string;
|
|
7
|
+
tags?: ITag[];
|
|
8
|
+
}
|
|
9
|
+
export interface IEditEntityByMemberInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
10
|
+
addedEntityIds?: string[];
|
|
11
|
+
removedEntityIds?: string[];
|
|
12
|
+
member: IEmployee;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-with-members.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/entity-with-members.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEquipmentSharing } from './equipment-sharing.model';
|
|
3
|
+
export interface IEquipmentSharingPolicy extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
name: string;
|
|
5
|
+
description: string;
|
|
6
|
+
equipmentSharings?: IEquipmentSharing[];
|
|
7
|
+
}
|
|
8
|
+
export interface IEquipmentSharingPolicyFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
9
|
+
name?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equipment-sharing-policy.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/equipment-sharing-policy.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
4
|
+
import { IEquipment } from './equipment.model';
|
|
5
|
+
import { IEquipmentSharingPolicy } from './equipment-sharing-policy.model';
|
|
6
|
+
export interface IEquipmentSharing extends IBasePerTenantAndOrganizationEntityModel {
|
|
7
|
+
name: string;
|
|
8
|
+
shareRequestDay: Date;
|
|
9
|
+
shareStartDay: Date;
|
|
10
|
+
shareEndDay: Date;
|
|
11
|
+
status: number;
|
|
12
|
+
createdBy: string;
|
|
13
|
+
createdByName: string;
|
|
14
|
+
equipment: IEquipment;
|
|
15
|
+
equipmentId: string;
|
|
16
|
+
equipmentSharingPolicy: IEquipmentSharingPolicy;
|
|
17
|
+
equipmentSharingPolicyId: string;
|
|
18
|
+
employees?: IEmployee[];
|
|
19
|
+
teams?: IOrganizationTeam[];
|
|
20
|
+
}
|
|
21
|
+
export interface IEquipmentSharingRequest extends IBasePerTenantAndOrganizationEntityModel {
|
|
22
|
+
equipment?: IEquipment;
|
|
23
|
+
equipmentId?: string;
|
|
24
|
+
shareRequestDay: Date;
|
|
25
|
+
shareStartDay: Date;
|
|
26
|
+
shareEndDay: Date;
|
|
27
|
+
status: number;
|
|
28
|
+
equipmentSharingPolicy?: IEquipmentSharingPolicy;
|
|
29
|
+
equipmentSharingPolicyId?: string;
|
|
30
|
+
employees?: IEmployee[];
|
|
31
|
+
teams?: IOrganizationTeam[];
|
|
32
|
+
}
|
|
33
|
+
export declare enum EquipmentSharingStatusEnum {
|
|
34
|
+
REQUESTED = "REQUESTED",
|
|
35
|
+
APPROVED = "APPROVED",
|
|
36
|
+
REFUSED = "REFUSED"
|
|
37
|
+
}
|
|
38
|
+
export interface ISelectedEquipmentSharing {
|
|
39
|
+
data: IEquipmentSharing;
|
|
40
|
+
isSelected: boolean;
|
|
41
|
+
}
|
|
42
|
+
export declare enum EquipmentSharingParticipantEnum {
|
|
43
|
+
EMPLOYEE = "EMPLOYEE",
|
|
44
|
+
TEAM = "TEAM"
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EquipmentSharingParticipantEnum = exports.EquipmentSharingStatusEnum = void 0;
|
|
4
|
+
var EquipmentSharingStatusEnum;
|
|
5
|
+
(function (EquipmentSharingStatusEnum) {
|
|
6
|
+
EquipmentSharingStatusEnum["REQUESTED"] = "REQUESTED";
|
|
7
|
+
EquipmentSharingStatusEnum["APPROVED"] = "APPROVED";
|
|
8
|
+
EquipmentSharingStatusEnum["REFUSED"] = "REFUSED";
|
|
9
|
+
})(EquipmentSharingStatusEnum || (exports.EquipmentSharingStatusEnum = EquipmentSharingStatusEnum = {}));
|
|
10
|
+
var EquipmentSharingParticipantEnum;
|
|
11
|
+
(function (EquipmentSharingParticipantEnum) {
|
|
12
|
+
EquipmentSharingParticipantEnum["EMPLOYEE"] = "EMPLOYEE";
|
|
13
|
+
EquipmentSharingParticipantEnum["TEAM"] = "TEAM";
|
|
14
|
+
})(EquipmentSharingParticipantEnum || (exports.EquipmentSharingParticipantEnum = EquipmentSharingParticipantEnum = {}));
|
|
15
|
+
//# sourceMappingURL=equipment-sharing.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equipment-sharing.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/equipment-sharing.model.ts"],"names":[],"mappings":";;;AAmCA,IAAY,0BAIX;AAJD,WAAY,0BAA0B;IACrC,qDAAuB,CAAA;IACvB,mDAAqB,CAAA;IACrB,iDAAmB,CAAA;AACpB,CAAC,EAJW,0BAA0B,0CAA1B,0BAA0B,QAIrC;AAOD,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IAC1C,wDAAqB,CAAA;IACrB,gDAAa,CAAA;AACd,CAAC,EAHW,+BAA+B,+CAA/B,+BAA+B,QAG1C"}
|