@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,74 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
import { IImageAsset as IDocumentAsset } from './image-asset.model';
|
|
4
|
+
export interface ITimeOffPolicy extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
name: string;
|
|
6
|
+
requiresApproval: boolean;
|
|
7
|
+
paid: boolean;
|
|
8
|
+
employees?: IEmployee[];
|
|
9
|
+
}
|
|
10
|
+
export interface ITimeOffPolicyCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
11
|
+
employees?: IEmployee[];
|
|
12
|
+
name?: string;
|
|
13
|
+
requiresApproval?: boolean;
|
|
14
|
+
paid?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface ITimeOffPolicyUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
17
|
+
employees?: IEmployee[];
|
|
18
|
+
name?: string;
|
|
19
|
+
requiresApproval?: boolean;
|
|
20
|
+
paid?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export interface ITimeOffPolicyFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
23
|
+
employees?: IEmployee[];
|
|
24
|
+
name?: string;
|
|
25
|
+
requiresApproval?: boolean;
|
|
26
|
+
paid?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface ITimeOff extends IBasePerTenantAndOrganizationEntityModel {
|
|
29
|
+
employees?: IEmployee[];
|
|
30
|
+
description?: string;
|
|
31
|
+
policy?: ITimeOffPolicy;
|
|
32
|
+
policyId?: ITimeOffPolicy['id'];
|
|
33
|
+
document?: IDocumentAsset | null;
|
|
34
|
+
documentId?: IDocumentAsset['id'] | null;
|
|
35
|
+
start: Date;
|
|
36
|
+
end: Date;
|
|
37
|
+
requestDate: Date;
|
|
38
|
+
status?: string;
|
|
39
|
+
isHoliday?: boolean;
|
|
40
|
+
documentUrl?: string;
|
|
41
|
+
fullName?: string;
|
|
42
|
+
imageUrl?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface ITimeOffFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
45
|
+
employeeId?: string;
|
|
46
|
+
isArchived?: boolean;
|
|
47
|
+
startDate?: Date;
|
|
48
|
+
endDate?: Date;
|
|
49
|
+
}
|
|
50
|
+
export interface ITimeOffUpdateInput {
|
|
51
|
+
status?: string;
|
|
52
|
+
}
|
|
53
|
+
export interface ITimeOffCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
54
|
+
employees?: IEmployee[];
|
|
55
|
+
description?: string;
|
|
56
|
+
policy?: ITimeOffPolicy;
|
|
57
|
+
start?: Date;
|
|
58
|
+
end?: Date;
|
|
59
|
+
requestDate?: Date;
|
|
60
|
+
status?: string;
|
|
61
|
+
isHoliday?: boolean;
|
|
62
|
+
documentUrl?: string;
|
|
63
|
+
}
|
|
64
|
+
export declare enum StatusTypesEnum {
|
|
65
|
+
REQUESTED = "REQUESTED",
|
|
66
|
+
APPROVED = "APPROVED",
|
|
67
|
+
DENIED = "DENIED",
|
|
68
|
+
ALL = "ALL"
|
|
69
|
+
}
|
|
70
|
+
export declare enum StatusTypesMapRequestApprovalEnum {
|
|
71
|
+
REQUESTED = 1,
|
|
72
|
+
APPROVED = 2,
|
|
73
|
+
DENIED = 3
|
|
74
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StatusTypesMapRequestApprovalEnum = exports.StatusTypesEnum = void 0;
|
|
4
|
+
var StatusTypesEnum;
|
|
5
|
+
(function (StatusTypesEnum) {
|
|
6
|
+
StatusTypesEnum["REQUESTED"] = "REQUESTED";
|
|
7
|
+
StatusTypesEnum["APPROVED"] = "APPROVED";
|
|
8
|
+
StatusTypesEnum["DENIED"] = "DENIED";
|
|
9
|
+
StatusTypesEnum["ALL"] = "ALL";
|
|
10
|
+
})(StatusTypesEnum || (exports.StatusTypesEnum = StatusTypesEnum = {}));
|
|
11
|
+
var StatusTypesMapRequestApprovalEnum;
|
|
12
|
+
(function (StatusTypesMapRequestApprovalEnum) {
|
|
13
|
+
StatusTypesMapRequestApprovalEnum[StatusTypesMapRequestApprovalEnum["REQUESTED"] = 1] = "REQUESTED";
|
|
14
|
+
StatusTypesMapRequestApprovalEnum[StatusTypesMapRequestApprovalEnum["APPROVED"] = 2] = "APPROVED";
|
|
15
|
+
StatusTypesMapRequestApprovalEnum[StatusTypesMapRequestApprovalEnum["DENIED"] = 3] = "DENIED";
|
|
16
|
+
})(StatusTypesMapRequestApprovalEnum || (exports.StatusTypesMapRequestApprovalEnum = StatusTypesMapRequestApprovalEnum = {}));
|
|
17
|
+
//# sourceMappingURL=time-off.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-off.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/time-off.model.ts"],"names":[],"mappings":";;;AAiFA,IAAY,eAKX;AALD,WAAY,eAAe;IAC1B,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,oCAAiB,CAAA;IACjB,8BAAW,CAAA;AACZ,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAED,IAAY,iCAIX;AAJD,WAAY,iCAAiC;IAC5C,mGAAa,CAAA;IACb,iGAAY,CAAA;IACZ,6FAAU,CAAA;AACX,CAAC,EAJW,iCAAiC,iDAAjC,iCAAiC,QAI5C"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { IUser } from './user.model';
|
|
2
|
+
import { IEmployee, IEmployeeEntityInput } from './employee.model';
|
|
3
|
+
import { ITask } from './task.model';
|
|
4
|
+
import { ITimeSlot, ITimeLog, ITimeLogFilters, ITimeLogTodayFilters } from './timesheet.model';
|
|
5
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
6
|
+
import { IRelationalOrganizationTeam } from './organization-team.model';
|
|
7
|
+
export interface IGetTimeSlotStatistics extends ITimeLogFilters {
|
|
8
|
+
employeeId?: string;
|
|
9
|
+
projectId?: string | string[];
|
|
10
|
+
onlyMe?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export interface ITimeSlotStatistics extends IEmployee {
|
|
13
|
+
user_name?: string;
|
|
14
|
+
startedAt?: Date;
|
|
15
|
+
user_image_url?: string;
|
|
16
|
+
timeSlots?: ITimeSlot[];
|
|
17
|
+
user: Pick<IUser, 'name' | 'imageUrl'>;
|
|
18
|
+
}
|
|
19
|
+
export interface IGetActivitiesStatistics extends ITimeLogFilters {
|
|
20
|
+
employeeId?: string;
|
|
21
|
+
projectId?: string | string[];
|
|
22
|
+
onlyMe?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export interface IActivitiesStatistics {
|
|
25
|
+
durationPercentage?: number;
|
|
26
|
+
duration?: number;
|
|
27
|
+
title?: string;
|
|
28
|
+
sessions?: number;
|
|
29
|
+
}
|
|
30
|
+
export interface IGetProjectsStatistics extends ITimeLogFilters {
|
|
31
|
+
employeeId?: string;
|
|
32
|
+
projectId?: string | string[];
|
|
33
|
+
onlyMe?: boolean;
|
|
34
|
+
}
|
|
35
|
+
export interface IProjectsStatistics extends IOrganizationProject {
|
|
36
|
+
duration?: number;
|
|
37
|
+
durationPercentage?: number;
|
|
38
|
+
}
|
|
39
|
+
export interface IGetTasksStatistics extends ITimeLogFilters, ITimeLogTodayFilters, Pick<IRelationalOrganizationTeam, 'organizationTeamId'>, Pick<IEmployeeEntityInput, 'employeeId'> {
|
|
40
|
+
projectId?: string | string[];
|
|
41
|
+
onlyMe?: boolean;
|
|
42
|
+
take?: number;
|
|
43
|
+
}
|
|
44
|
+
export interface ITasksStatistics extends ITask {
|
|
45
|
+
duration?: number;
|
|
46
|
+
durationPercentage?: number;
|
|
47
|
+
}
|
|
48
|
+
export interface IGetManualTimesStatistics extends ITimeLogFilters {
|
|
49
|
+
employeeId?: string;
|
|
50
|
+
projectId?: string | string[];
|
|
51
|
+
onlyMe?: boolean;
|
|
52
|
+
}
|
|
53
|
+
export interface IManualTimesStatistics extends Pick<ITimeLog, 'id' | 'startedAt' | 'duration' | 'employeeId'> {
|
|
54
|
+
user?: Pick<IUser, 'name' | 'imageUrl'>;
|
|
55
|
+
project?: Pick<IOrganizationProject, 'name' | 'imageUrl'>;
|
|
56
|
+
}
|
|
57
|
+
export interface IGetMembersStatistics extends ITimeLogFilters, ITimeLogTodayFilters {
|
|
58
|
+
employeeId?: string;
|
|
59
|
+
projectId?: string | string[];
|
|
60
|
+
}
|
|
61
|
+
export interface IMembersStatistics {
|
|
62
|
+
id?: string;
|
|
63
|
+
user_name?: string;
|
|
64
|
+
user_image_url?: string;
|
|
65
|
+
weekHours?: Array<{
|
|
66
|
+
duration: number;
|
|
67
|
+
day: number;
|
|
68
|
+
}>;
|
|
69
|
+
weekTime?: {
|
|
70
|
+
duration: number;
|
|
71
|
+
overall: number;
|
|
72
|
+
employeeId: string;
|
|
73
|
+
};
|
|
74
|
+
todayTime?: {
|
|
75
|
+
duration: number;
|
|
76
|
+
overall: number;
|
|
77
|
+
employeeId: string;
|
|
78
|
+
};
|
|
79
|
+
user?: Pick<IUser, 'name' | 'imageUrl'>;
|
|
80
|
+
}
|
|
81
|
+
export interface IGetCountsStatistics extends ITimeLogFilters, ITimeLogTodayFilters {
|
|
82
|
+
onlyMe?: boolean;
|
|
83
|
+
employeeId?: string;
|
|
84
|
+
projectId?: string | string[];
|
|
85
|
+
}
|
|
86
|
+
export interface ICountsStatistics {
|
|
87
|
+
employeesCount: number;
|
|
88
|
+
projectsCount: number;
|
|
89
|
+
weekActivities: number;
|
|
90
|
+
weekDuration: number;
|
|
91
|
+
todayActivities: number;
|
|
92
|
+
todayDuration: number;
|
|
93
|
+
}
|
|
94
|
+
export interface ISelectedDateRange {
|
|
95
|
+
startDate: Date;
|
|
96
|
+
endDate: Date;
|
|
97
|
+
isCustomDate?: boolean;
|
|
98
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timesheet-statistics.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/timesheet-statistics.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel } from './base-entity.model';
|
|
2
|
+
import { IOrganizationContact, OrganizationContactBudgetTypeEnum } from './organization-contact.model';
|
|
3
|
+
import { IOrganizationProject, IRelationalOrganizationProject, OrganizationProjectBudgetTypeEnum } from './organization-projects.model';
|
|
4
|
+
import { IEmployee, IEmployeeFindInput, IEmployeeEntityInput } from './employee.model';
|
|
5
|
+
import { ITask } from './task.model';
|
|
6
|
+
import { ITag } from './tag.model';
|
|
7
|
+
import { IPaginationInput } from './core.model';
|
|
8
|
+
import { ReportGroupByFilter } from './report.model';
|
|
9
|
+
import { IUser } from './user.model';
|
|
10
|
+
import { IRelationalOrganizationTeam } from './organization-team.model';
|
|
11
|
+
import { IScreenshot } from './screenshot.model';
|
|
12
|
+
import { TimeFormatEnum } from './organization.model';
|
|
13
|
+
export interface ITimesheet extends IBasePerTenantAndOrganizationEntityModel {
|
|
14
|
+
employee: IEmployee;
|
|
15
|
+
employeeId?: IEmployee['id'];
|
|
16
|
+
approvedBy?: IUser;
|
|
17
|
+
approvedById?: IUser['id'];
|
|
18
|
+
timeLogs?: ITimeLog[];
|
|
19
|
+
duration?: number;
|
|
20
|
+
keyboard?: number;
|
|
21
|
+
mouse?: number;
|
|
22
|
+
overall?: number;
|
|
23
|
+
startedAt?: Date;
|
|
24
|
+
stoppedAt?: Date;
|
|
25
|
+
approvedAt?: Date;
|
|
26
|
+
submittedAt?: Date;
|
|
27
|
+
lockedAt?: Date;
|
|
28
|
+
editedAt?: Date;
|
|
29
|
+
isBilled?: boolean;
|
|
30
|
+
status: string;
|
|
31
|
+
isEdited?: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface ITimesheetCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
34
|
+
employeeId: string;
|
|
35
|
+
approvedById?: string;
|
|
36
|
+
duration: number;
|
|
37
|
+
keyboard: number;
|
|
38
|
+
mouse: number;
|
|
39
|
+
overall?: number;
|
|
40
|
+
startedAt: Date;
|
|
41
|
+
stoppedAt?: Date;
|
|
42
|
+
approvedAt?: Date;
|
|
43
|
+
submittedAt?: Date;
|
|
44
|
+
lockedAt?: Date;
|
|
45
|
+
isBilled?: boolean;
|
|
46
|
+
status?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface ITimeSheetFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
49
|
+
employeeId: string;
|
|
50
|
+
approvedById?: string;
|
|
51
|
+
employee: IEmployeeFindInput;
|
|
52
|
+
isBilled?: boolean;
|
|
53
|
+
status?: string;
|
|
54
|
+
startedAt: Date;
|
|
55
|
+
stoppedAt?: Date;
|
|
56
|
+
approvedAt?: Date;
|
|
57
|
+
submittedAt?: Date;
|
|
58
|
+
}
|
|
59
|
+
export declare enum TimesheetStatus {
|
|
60
|
+
DRAFT = "DRAFT",
|
|
61
|
+
PENDING = "PENDING",
|
|
62
|
+
IN_REVIEW = "IN REVIEW",
|
|
63
|
+
DENIED = "DENIED",
|
|
64
|
+
APPROVED = "APPROVED"
|
|
65
|
+
}
|
|
66
|
+
export interface IUpdateTimesheetStatusInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
67
|
+
ids: string | string[];
|
|
68
|
+
status?: TimesheetStatus;
|
|
69
|
+
}
|
|
70
|
+
export interface ISubmitTimesheetInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
71
|
+
ids: string | string[];
|
|
72
|
+
status: 'submit' | 'unsubmit';
|
|
73
|
+
}
|
|
74
|
+
export interface IGetTimesheetInput extends IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel {
|
|
75
|
+
onlyMe?: boolean;
|
|
76
|
+
startDate?: Date | string;
|
|
77
|
+
endDate?: Date | string;
|
|
78
|
+
projectIds?: string[];
|
|
79
|
+
clientId?: string[];
|
|
80
|
+
employeeIds?: string[];
|
|
81
|
+
}
|
|
82
|
+
export interface IDateRange {
|
|
83
|
+
start: Date;
|
|
84
|
+
end: Date;
|
|
85
|
+
}
|
|
86
|
+
export interface ITimeLog extends IBasePerTenantAndOrganizationEntityModel, IRelationalOrganizationProject, IRelationalOrganizationTeam {
|
|
87
|
+
employee: IEmployee;
|
|
88
|
+
employeeId: IEmployee['id'];
|
|
89
|
+
timesheet?: ITimesheet;
|
|
90
|
+
timesheetId?: ITimesheet['id'];
|
|
91
|
+
task?: ITask;
|
|
92
|
+
taskId?: ITask['id'];
|
|
93
|
+
timeSlots?: ITimeSlot[];
|
|
94
|
+
project?: IOrganizationProject;
|
|
95
|
+
projectId?: IOrganizationProject['id'];
|
|
96
|
+
organizationContact?: IOrganizationContact;
|
|
97
|
+
organizationContactId?: IOrganizationContact['id'];
|
|
98
|
+
source?: TimeLogSourceEnum;
|
|
99
|
+
startedAt?: Date;
|
|
100
|
+
stoppedAt?: Date;
|
|
101
|
+
/** Edited At* */
|
|
102
|
+
editedAt?: Date;
|
|
103
|
+
logType: TimeLogType;
|
|
104
|
+
description?: string;
|
|
105
|
+
reason?: string;
|
|
106
|
+
duration: number;
|
|
107
|
+
isBillable: boolean;
|
|
108
|
+
tags?: string[];
|
|
109
|
+
isRunning?: boolean;
|
|
110
|
+
isEdited?: boolean;
|
|
111
|
+
}
|
|
112
|
+
export interface ITimeLogCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
113
|
+
employeeId: string;
|
|
114
|
+
timesheetId?: string;
|
|
115
|
+
taskId?: string;
|
|
116
|
+
projectId: string;
|
|
117
|
+
startedAt?: Date;
|
|
118
|
+
stoppedAt?: Date;
|
|
119
|
+
logType: TimeLogType;
|
|
120
|
+
description?: string;
|
|
121
|
+
duration: number;
|
|
122
|
+
isBillable?: boolean;
|
|
123
|
+
isBilled?: boolean;
|
|
124
|
+
}
|
|
125
|
+
export interface ITimeSlotCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
126
|
+
employeeId: string;
|
|
127
|
+
duration: number;
|
|
128
|
+
keyboard: number;
|
|
129
|
+
mouse: number;
|
|
130
|
+
overall: number;
|
|
131
|
+
startedAt: Date;
|
|
132
|
+
time_slot: Date;
|
|
133
|
+
}
|
|
134
|
+
export declare enum TimeLogType {
|
|
135
|
+
TRACKED = "TRACKED",
|
|
136
|
+
MANUAL = "MANUAL",
|
|
137
|
+
IDLE = "IDLE",
|
|
138
|
+
RESUMED = "RESUMED"
|
|
139
|
+
}
|
|
140
|
+
export declare enum ManualTimeLogAction {
|
|
141
|
+
ADDED = "ADDED",
|
|
142
|
+
EDITED = "EDITED"
|
|
143
|
+
}
|
|
144
|
+
export declare enum TimeLogSourceEnum {
|
|
145
|
+
MOBILE = "MOBILE",
|
|
146
|
+
WEB_TIMER = "BROWSER",
|
|
147
|
+
DESKTOP = "DESKTOP",
|
|
148
|
+
BROWSER_EXTENSION = "BROWSER_EXTENSION",
|
|
149
|
+
HUBSTAFF = "HUBSTAFF",
|
|
150
|
+
UPWORK = "UPWORK",
|
|
151
|
+
TEAMS = "TEAMS"
|
|
152
|
+
}
|
|
153
|
+
export interface ITimeLogFilters extends IBasePerTenantAndOrganizationEntityModel {
|
|
154
|
+
date?: Date | string;
|
|
155
|
+
startDate?: Date | string;
|
|
156
|
+
endDate?: Date | string;
|
|
157
|
+
isCustomDate?: boolean;
|
|
158
|
+
projectIds?: string[];
|
|
159
|
+
teamIds?: string[];
|
|
160
|
+
employeeIds?: string[];
|
|
161
|
+
logType?: TimeLogType[];
|
|
162
|
+
source?: TimeLogSourceEnum[];
|
|
163
|
+
activityLevel?: {
|
|
164
|
+
start: number;
|
|
165
|
+
end: number;
|
|
166
|
+
};
|
|
167
|
+
taskIds?: string[];
|
|
168
|
+
defaultRange?: boolean;
|
|
169
|
+
unitOfTime?: any;
|
|
170
|
+
categoryId?: string;
|
|
171
|
+
timeZone?: string;
|
|
172
|
+
timeFormat?: TimeFormatEnum;
|
|
173
|
+
}
|
|
174
|
+
export interface ITimeLogTodayFilters extends IBasePerTenantAndOrganizationEntityModel {
|
|
175
|
+
todayStart?: Date | string;
|
|
176
|
+
todayEnd?: Date | string;
|
|
177
|
+
}
|
|
178
|
+
export interface ITimeSlot extends IBasePerTenantAndOrganizationEntityModel {
|
|
179
|
+
[x: string]: any;
|
|
180
|
+
employeeId: string;
|
|
181
|
+
employee?: IEmployee;
|
|
182
|
+
activities?: IActivity[];
|
|
183
|
+
screenshots?: IScreenshot[];
|
|
184
|
+
timeLogs?: ITimeLog[];
|
|
185
|
+
timeSlotMinutes?: ITimeSlotMinute[];
|
|
186
|
+
project?: IOrganizationProject;
|
|
187
|
+
projectId?: string;
|
|
188
|
+
duration?: number;
|
|
189
|
+
keyboard?: number;
|
|
190
|
+
mouse?: number;
|
|
191
|
+
overall?: number;
|
|
192
|
+
startedAt: Date;
|
|
193
|
+
stoppedAt?: Date;
|
|
194
|
+
percentage?: number;
|
|
195
|
+
keyboardPercentage?: number;
|
|
196
|
+
mousePercentage?: number;
|
|
197
|
+
tags?: ITag[];
|
|
198
|
+
isAllowDelete?: boolean;
|
|
199
|
+
}
|
|
200
|
+
export interface ITimeSlotTimeLogs extends IBasePerTenantAndOrganizationEntityModel {
|
|
201
|
+
timeLogs: ITimeLog[];
|
|
202
|
+
timeSlots: ITimeSlot[];
|
|
203
|
+
timeLogId: string;
|
|
204
|
+
timeSlotId: string;
|
|
205
|
+
}
|
|
206
|
+
export interface ITimeSlotMinute extends IBasePerTenantAndOrganizationEntityModel {
|
|
207
|
+
timeSlot?: ITimeSlot;
|
|
208
|
+
timeSlotId?: string;
|
|
209
|
+
keyboard?: number;
|
|
210
|
+
mouse?: number;
|
|
211
|
+
datetime?: Date;
|
|
212
|
+
}
|
|
213
|
+
export interface IActivity extends IBasePerTenantAndOrganizationEntityModel {
|
|
214
|
+
title: string;
|
|
215
|
+
description?: string;
|
|
216
|
+
employee?: IEmployee;
|
|
217
|
+
employeeId?: string;
|
|
218
|
+
timeSlot?: ITimeSlot;
|
|
219
|
+
timeSlotId?: string;
|
|
220
|
+
project?: IOrganizationProject;
|
|
221
|
+
projectId?: string;
|
|
222
|
+
task?: ITask;
|
|
223
|
+
taskId?: string;
|
|
224
|
+
metaData?: string | IURLMetaData;
|
|
225
|
+
date: string;
|
|
226
|
+
time: string;
|
|
227
|
+
duration?: number;
|
|
228
|
+
type?: string;
|
|
229
|
+
source?: string;
|
|
230
|
+
id?: string;
|
|
231
|
+
activityTimestamp?: string;
|
|
232
|
+
recordedAt?: Date;
|
|
233
|
+
}
|
|
234
|
+
export interface IDailyActivity {
|
|
235
|
+
[x: string]: any;
|
|
236
|
+
sessions?: number;
|
|
237
|
+
duration?: number;
|
|
238
|
+
employeeId?: string;
|
|
239
|
+
date?: string;
|
|
240
|
+
title?: string;
|
|
241
|
+
description?: string;
|
|
242
|
+
durationPercentage?: number;
|
|
243
|
+
childItems?: IDailyActivity[];
|
|
244
|
+
}
|
|
245
|
+
export interface ICreateActivityInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
246
|
+
employeeId?: string;
|
|
247
|
+
projectId?: string;
|
|
248
|
+
duration?: number;
|
|
249
|
+
keyboard?: number;
|
|
250
|
+
mouse?: number;
|
|
251
|
+
overall?: number;
|
|
252
|
+
startedAt?: Date;
|
|
253
|
+
stoppedAt?: Date;
|
|
254
|
+
timeSlotId?: string;
|
|
255
|
+
type: string;
|
|
256
|
+
title: string;
|
|
257
|
+
data?: string;
|
|
258
|
+
}
|
|
259
|
+
export declare enum ActivityType {
|
|
260
|
+
URL = "URL",
|
|
261
|
+
APP = "APP"
|
|
262
|
+
}
|
|
263
|
+
export interface IURLMetaData {
|
|
264
|
+
title?: string;
|
|
265
|
+
description?: string;
|
|
266
|
+
image?: string;
|
|
267
|
+
[x: string]: any;
|
|
268
|
+
}
|
|
269
|
+
export interface ITimerStatusInput extends ITimeLogTodayFilters, IBaseRelationsEntityModel, IEmployeeEntityInput, IRelationalOrganizationTeam {
|
|
270
|
+
source?: TimeLogSourceEnum;
|
|
271
|
+
employeeIds?: string[];
|
|
272
|
+
}
|
|
273
|
+
export interface ITimerStatus {
|
|
274
|
+
duration?: number;
|
|
275
|
+
running?: boolean;
|
|
276
|
+
lastLog?: ITimeLog;
|
|
277
|
+
lastWorkedTask?: ITask;
|
|
278
|
+
timerStatus?: 'running' | 'pause' | 'idle';
|
|
279
|
+
}
|
|
280
|
+
export interface TimerState {
|
|
281
|
+
showTimerWindow: boolean;
|
|
282
|
+
duration: number;
|
|
283
|
+
currentSessionDuration: number;
|
|
284
|
+
running: boolean;
|
|
285
|
+
position: ITimerPosition;
|
|
286
|
+
timerConfig: ITimerToggleInput;
|
|
287
|
+
}
|
|
288
|
+
export interface ITimerPosition {
|
|
289
|
+
x: number;
|
|
290
|
+
y: number;
|
|
291
|
+
}
|
|
292
|
+
export interface ITimerToggleInput extends IBasePerTenantAndOrganizationEntityModel, Pick<IRelationalOrganizationTeam, 'organizationTeamId'> {
|
|
293
|
+
projectId?: string;
|
|
294
|
+
taskId?: string;
|
|
295
|
+
organizationContactId?: string;
|
|
296
|
+
description?: string;
|
|
297
|
+
logType?: TimeLogType;
|
|
298
|
+
source?: TimeLogSourceEnum;
|
|
299
|
+
tags?: string[];
|
|
300
|
+
isBillable?: boolean;
|
|
301
|
+
manualTimeSlot?: boolean;
|
|
302
|
+
version?: string;
|
|
303
|
+
startedAt?: Date;
|
|
304
|
+
stoppedAt?: Date;
|
|
305
|
+
}
|
|
306
|
+
export interface IManualTimeInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
307
|
+
id?: string;
|
|
308
|
+
employeeId?: string;
|
|
309
|
+
projectId?: string;
|
|
310
|
+
taskId?: string;
|
|
311
|
+
organizationContactId?: string;
|
|
312
|
+
logType?: TimeLogType;
|
|
313
|
+
description?: string;
|
|
314
|
+
reason?: string;
|
|
315
|
+
startedAt?: Date;
|
|
316
|
+
stoppedAt?: Date;
|
|
317
|
+
editedAt?: Date;
|
|
318
|
+
tags?: string[];
|
|
319
|
+
isBillable?: boolean;
|
|
320
|
+
}
|
|
321
|
+
export interface IGetTimeLogInput extends ITimeLogFilters, IBaseRelationsEntityModel {
|
|
322
|
+
onlyMe?: boolean;
|
|
323
|
+
timesheetId?: string;
|
|
324
|
+
}
|
|
325
|
+
export interface IGetTimeLogReportInput extends IGetTimeLogInput {
|
|
326
|
+
groupBy?: ReportGroupByFilter;
|
|
327
|
+
isEdited?: boolean;
|
|
328
|
+
}
|
|
329
|
+
export interface IGetTimeLogConflictInput extends IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel {
|
|
330
|
+
ignoreId?: string | string[];
|
|
331
|
+
startDate: string | Date;
|
|
332
|
+
endDate: string | Date;
|
|
333
|
+
employeeId: string;
|
|
334
|
+
}
|
|
335
|
+
export interface IGetTimeSlotInput extends ITimeLogFilters, IBaseRelationsEntityModel {
|
|
336
|
+
[x: string]: any;
|
|
337
|
+
}
|
|
338
|
+
export interface IGetActivitiesInput extends ITimeLogFilters, IPaginationInput, IBaseRelationsEntityModel {
|
|
339
|
+
types?: string[];
|
|
340
|
+
titles?: string[];
|
|
341
|
+
groupBy?: string;
|
|
342
|
+
}
|
|
343
|
+
export interface IBulkActivitiesInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
344
|
+
employeeId: string;
|
|
345
|
+
projectId?: string;
|
|
346
|
+
activities: IActivity[];
|
|
347
|
+
}
|
|
348
|
+
export interface IReportDayGroupByDate {
|
|
349
|
+
date: string;
|
|
350
|
+
logs: {
|
|
351
|
+
project: IOrganizationProject;
|
|
352
|
+
employeeLogs: {
|
|
353
|
+
task: ITask;
|
|
354
|
+
employee: IEmployee;
|
|
355
|
+
sum: number;
|
|
356
|
+
activity: number;
|
|
357
|
+
}[];
|
|
358
|
+
}[];
|
|
359
|
+
}
|
|
360
|
+
export interface IAmountOwedReport {
|
|
361
|
+
date: string;
|
|
362
|
+
employees: {
|
|
363
|
+
employee: IEmployee;
|
|
364
|
+
duration: number;
|
|
365
|
+
amount: number;
|
|
366
|
+
}[];
|
|
367
|
+
}
|
|
368
|
+
export interface IReportDayGroupByDate {
|
|
369
|
+
date: string;
|
|
370
|
+
logs: {
|
|
371
|
+
project: IOrganizationProject;
|
|
372
|
+
employeeLogs: {
|
|
373
|
+
task: ITask;
|
|
374
|
+
employee: IEmployee;
|
|
375
|
+
sum: number;
|
|
376
|
+
activity: number;
|
|
377
|
+
}[];
|
|
378
|
+
}[];
|
|
379
|
+
}
|
|
380
|
+
export interface IReportDayGroupByEmployee {
|
|
381
|
+
employee: IEmployee;
|
|
382
|
+
logs: {
|
|
383
|
+
date: string;
|
|
384
|
+
employeeLogs: {
|
|
385
|
+
sum: number;
|
|
386
|
+
activity: number;
|
|
387
|
+
project: IOrganizationProject;
|
|
388
|
+
task: ITask;
|
|
389
|
+
}[];
|
|
390
|
+
}[];
|
|
391
|
+
}
|
|
392
|
+
export interface IReportDayGroupByProject {
|
|
393
|
+
project: IOrganizationProject;
|
|
394
|
+
logs: {
|
|
395
|
+
date: string;
|
|
396
|
+
employeeLogs: {
|
|
397
|
+
task: ITask;
|
|
398
|
+
employee: IEmployee;
|
|
399
|
+
sum: number;
|
|
400
|
+
activity: number;
|
|
401
|
+
}[];
|
|
402
|
+
}[];
|
|
403
|
+
}
|
|
404
|
+
export interface IReportDayGroupByClient {
|
|
405
|
+
client: IOrganizationContact;
|
|
406
|
+
logs: {
|
|
407
|
+
project: IOrganizationProject;
|
|
408
|
+
logs: {
|
|
409
|
+
date: string;
|
|
410
|
+
employeeLogs: {
|
|
411
|
+
task: ITask;
|
|
412
|
+
employee: IEmployee;
|
|
413
|
+
sum: number;
|
|
414
|
+
activity: number;
|
|
415
|
+
}[];
|
|
416
|
+
}[];
|
|
417
|
+
};
|
|
418
|
+
}
|
|
419
|
+
export type IReportDayData = IReportDayGroupByDate | IReportDayGroupByEmployee | IReportDayGroupByProject | IReportDayGroupByClient;
|
|
420
|
+
export interface IGetTimeLimitReportInput extends IGetTimeLogReportInput {
|
|
421
|
+
duration?: 'day' | 'week' | 'month';
|
|
422
|
+
}
|
|
423
|
+
export interface ITimeLimitReport {
|
|
424
|
+
date: string;
|
|
425
|
+
employeeLogs: {
|
|
426
|
+
employee: IEmployee;
|
|
427
|
+
duration: number;
|
|
428
|
+
durationPercentage: number;
|
|
429
|
+
limit: number;
|
|
430
|
+
}[];
|
|
431
|
+
}
|
|
432
|
+
export interface IProjectBudgetLimitReport {
|
|
433
|
+
project?: IOrganizationProject;
|
|
434
|
+
budgetType?: OrganizationProjectBudgetTypeEnum;
|
|
435
|
+
budget?: number;
|
|
436
|
+
spent?: number;
|
|
437
|
+
spentPercentage?: number;
|
|
438
|
+
remainingBudget?: number;
|
|
439
|
+
}
|
|
440
|
+
export interface IClientBudgetLimitReport {
|
|
441
|
+
organizationContact?: IOrganizationContact;
|
|
442
|
+
budgetType?: OrganizationContactBudgetTypeEnum;
|
|
443
|
+
budget?: number;
|
|
444
|
+
spent?: number;
|
|
445
|
+
spentPercentage?: number;
|
|
446
|
+
remainingBudget?: number;
|
|
447
|
+
}
|
|
448
|
+
export interface IDeleteTimeSlot extends IBasePerTenantAndOrganizationEntityModel {
|
|
449
|
+
ids: string[];
|
|
450
|
+
}
|
|
451
|
+
export interface IDeleteTimeLog extends IBasePerTenantAndOrganizationEntityModel {
|
|
452
|
+
logIds: string[];
|
|
453
|
+
forceDelete: boolean;
|
|
454
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActivityType = exports.TimeLogSourceEnum = exports.ManualTimeLogAction = exports.TimeLogType = exports.TimesheetStatus = void 0;
|
|
4
|
+
var TimesheetStatus;
|
|
5
|
+
(function (TimesheetStatus) {
|
|
6
|
+
TimesheetStatus["DRAFT"] = "DRAFT";
|
|
7
|
+
TimesheetStatus["PENDING"] = "PENDING";
|
|
8
|
+
TimesheetStatus["IN_REVIEW"] = "IN REVIEW";
|
|
9
|
+
TimesheetStatus["DENIED"] = "DENIED";
|
|
10
|
+
TimesheetStatus["APPROVED"] = "APPROVED";
|
|
11
|
+
})(TimesheetStatus || (exports.TimesheetStatus = TimesheetStatus = {}));
|
|
12
|
+
var TimeLogType;
|
|
13
|
+
(function (TimeLogType) {
|
|
14
|
+
TimeLogType["TRACKED"] = "TRACKED";
|
|
15
|
+
TimeLogType["MANUAL"] = "MANUAL";
|
|
16
|
+
TimeLogType["IDLE"] = "IDLE";
|
|
17
|
+
TimeLogType["RESUMED"] = "RESUMED";
|
|
18
|
+
})(TimeLogType || (exports.TimeLogType = TimeLogType = {}));
|
|
19
|
+
var ManualTimeLogAction;
|
|
20
|
+
(function (ManualTimeLogAction) {
|
|
21
|
+
ManualTimeLogAction["ADDED"] = "ADDED";
|
|
22
|
+
ManualTimeLogAction["EDITED"] = "EDITED";
|
|
23
|
+
})(ManualTimeLogAction || (exports.ManualTimeLogAction = ManualTimeLogAction = {}));
|
|
24
|
+
var TimeLogSourceEnum;
|
|
25
|
+
(function (TimeLogSourceEnum) {
|
|
26
|
+
TimeLogSourceEnum["MOBILE"] = "MOBILE";
|
|
27
|
+
TimeLogSourceEnum["WEB_TIMER"] = "BROWSER";
|
|
28
|
+
TimeLogSourceEnum["DESKTOP"] = "DESKTOP";
|
|
29
|
+
TimeLogSourceEnum["BROWSER_EXTENSION"] = "BROWSER_EXTENSION";
|
|
30
|
+
TimeLogSourceEnum["HUBSTAFF"] = "HUBSTAFF";
|
|
31
|
+
TimeLogSourceEnum["UPWORK"] = "UPWORK";
|
|
32
|
+
TimeLogSourceEnum["TEAMS"] = "TEAMS";
|
|
33
|
+
})(TimeLogSourceEnum || (exports.TimeLogSourceEnum = TimeLogSourceEnum = {}));
|
|
34
|
+
var ActivityType;
|
|
35
|
+
(function (ActivityType) {
|
|
36
|
+
ActivityType["URL"] = "URL";
|
|
37
|
+
ActivityType["APP"] = "APP";
|
|
38
|
+
})(ActivityType || (exports.ActivityType = ActivityType = {}));
|
|
39
|
+
//# sourceMappingURL=timesheet.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timesheet.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/timesheet.model.ts"],"names":[],"mappings":";;;AAkEA,IAAY,eAMX;AAND,WAAY,eAAe;IAC1B,kCAAe,CAAA;IACf,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;IACjB,wCAAqB,CAAA;AACtB,CAAC,EANW,eAAe,+BAAf,eAAe,QAM1B;AA+ED,IAAY,WAKX;AALD,WAAY,WAAW;IACtB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,4BAAa,CAAA;IACb,kCAAmB,CAAA;AACpB,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC9B,sCAAe,CAAA;IACf,wCAAiB,CAAA;AAClB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAED,IAAY,iBAQX;AARD,WAAY,iBAAiB;IAC5B,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;IACrB,wCAAmB,CAAA;IACnB,4DAAuC,CAAA;IACvC,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;IACjB,oCAAe,CAAA;AAChB,CAAC,EARW,iBAAiB,iCAAjB,iBAAiB,QAQ5B;AAoHD,IAAY,YAGX;AAHD,WAAY,YAAY;IACvB,2BAAW,CAAA;IACX,2BAAW,CAAA;AACZ,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB"}
|