@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,78 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
export interface IRecurringExpenseModel extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
startDay: number;
|
|
5
|
+
startMonth: number;
|
|
6
|
+
startYear: number;
|
|
7
|
+
startDate: Date;
|
|
8
|
+
endDay?: number;
|
|
9
|
+
endMonth?: number;
|
|
10
|
+
endYear?: number;
|
|
11
|
+
endDate?: Date;
|
|
12
|
+
categoryName: string;
|
|
13
|
+
value: number;
|
|
14
|
+
currency: string;
|
|
15
|
+
parentRecurringExpenseId?: string;
|
|
16
|
+
employeeId?: string;
|
|
17
|
+
employee?: IEmployee;
|
|
18
|
+
}
|
|
19
|
+
export interface IRecurringExpenseByMonthFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
20
|
+
employeeId?: string;
|
|
21
|
+
month?: number;
|
|
22
|
+
year?: number;
|
|
23
|
+
startDate?: Date;
|
|
24
|
+
endDate?: Date;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* categoryName, value and currency are the new values.
|
|
28
|
+
* startDay, startMonth, startYear represent the date when this was edited.
|
|
29
|
+
*/
|
|
30
|
+
export interface IRecurringExpenseEditInput {
|
|
31
|
+
startDay: number;
|
|
32
|
+
startMonth: number;
|
|
33
|
+
startYear: number;
|
|
34
|
+
categoryName: string;
|
|
35
|
+
value: number;
|
|
36
|
+
currency: string;
|
|
37
|
+
startDateUpdateType?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface IRecurringExpenseDeleteInput {
|
|
40
|
+
deletionType: RecurringExpenseDeletionEnum;
|
|
41
|
+
month: number;
|
|
42
|
+
year: number;
|
|
43
|
+
}
|
|
44
|
+
export interface IRecurringExpenseOrderFields {
|
|
45
|
+
startDate?: 'ASC' | 'DESC';
|
|
46
|
+
}
|
|
47
|
+
export interface IFindStartDateUpdateTypeInput {
|
|
48
|
+
newStartDate: Date;
|
|
49
|
+
recurringExpenseId: string;
|
|
50
|
+
}
|
|
51
|
+
export interface IStartUpdateTypeInfo {
|
|
52
|
+
value: StartDateUpdateTypeEnum;
|
|
53
|
+
conflicts: IRecurringExpenseModel[];
|
|
54
|
+
}
|
|
55
|
+
export declare enum RecurringExpenseDeletionEnum {
|
|
56
|
+
CURRENT = "current",
|
|
57
|
+
FUTURE = "future",
|
|
58
|
+
ALL = "all"
|
|
59
|
+
}
|
|
60
|
+
export declare enum RecurringExpenseDefaultCategoriesEnum {
|
|
61
|
+
SALARY = "SALARY",
|
|
62
|
+
SALARY_TAXES = "SALARY_TAXES",
|
|
63
|
+
RENT = "RENT",
|
|
64
|
+
EXTRA_BONUS = "EXTRA_BONUS"
|
|
65
|
+
}
|
|
66
|
+
export declare enum StartDateUpdateTypeEnum {
|
|
67
|
+
REDUCE_SAFE = "REDUCE_SAFE",
|
|
68
|
+
REDUCE_CONFLICT = "REDUCE_CONFLICT",
|
|
69
|
+
INCREASE_SAFE_WITHIN_LIMIT = "INCREASE_SAFE_WITHIN_LIMIT",
|
|
70
|
+
INCREASE_SAFE_OUTSIDE_LIMIT = "INCREASE_SAFE_OUTSIDE_LIMIT",
|
|
71
|
+
INCREASE_CONFLICT = "INCREASE_CONFLICT",
|
|
72
|
+
WITHIN_MONTH = "WITHIN_MONTH",
|
|
73
|
+
NO_CHANGE = "NO_CHANGE"
|
|
74
|
+
}
|
|
75
|
+
export declare enum ComponentType {
|
|
76
|
+
EMPLOYEE = "EMPLOYEE",
|
|
77
|
+
ORGANIZATION = "ORGANIZATION"
|
|
78
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ComponentType = exports.StartDateUpdateTypeEnum = exports.RecurringExpenseDefaultCategoriesEnum = exports.RecurringExpenseDeletionEnum = void 0;
|
|
4
|
+
var RecurringExpenseDeletionEnum;
|
|
5
|
+
(function (RecurringExpenseDeletionEnum) {
|
|
6
|
+
RecurringExpenseDeletionEnum["CURRENT"] = "current";
|
|
7
|
+
RecurringExpenseDeletionEnum["FUTURE"] = "future";
|
|
8
|
+
RecurringExpenseDeletionEnum["ALL"] = "all";
|
|
9
|
+
})(RecurringExpenseDeletionEnum || (exports.RecurringExpenseDeletionEnum = RecurringExpenseDeletionEnum = {}));
|
|
10
|
+
var RecurringExpenseDefaultCategoriesEnum;
|
|
11
|
+
(function (RecurringExpenseDefaultCategoriesEnum) {
|
|
12
|
+
RecurringExpenseDefaultCategoriesEnum["SALARY"] = "SALARY";
|
|
13
|
+
RecurringExpenseDefaultCategoriesEnum["SALARY_TAXES"] = "SALARY_TAXES";
|
|
14
|
+
RecurringExpenseDefaultCategoriesEnum["RENT"] = "RENT";
|
|
15
|
+
RecurringExpenseDefaultCategoriesEnum["EXTRA_BONUS"] = "EXTRA_BONUS";
|
|
16
|
+
})(RecurringExpenseDefaultCategoriesEnum || (exports.RecurringExpenseDefaultCategoriesEnum = RecurringExpenseDefaultCategoriesEnum = {}));
|
|
17
|
+
var StartDateUpdateTypeEnum;
|
|
18
|
+
(function (StartDateUpdateTypeEnum) {
|
|
19
|
+
StartDateUpdateTypeEnum["REDUCE_SAFE"] = "REDUCE_SAFE";
|
|
20
|
+
StartDateUpdateTypeEnum["REDUCE_CONFLICT"] = "REDUCE_CONFLICT";
|
|
21
|
+
StartDateUpdateTypeEnum["INCREASE_SAFE_WITHIN_LIMIT"] = "INCREASE_SAFE_WITHIN_LIMIT";
|
|
22
|
+
StartDateUpdateTypeEnum["INCREASE_SAFE_OUTSIDE_LIMIT"] = "INCREASE_SAFE_OUTSIDE_LIMIT";
|
|
23
|
+
StartDateUpdateTypeEnum["INCREASE_CONFLICT"] = "INCREASE_CONFLICT";
|
|
24
|
+
StartDateUpdateTypeEnum["WITHIN_MONTH"] = "WITHIN_MONTH";
|
|
25
|
+
StartDateUpdateTypeEnum["NO_CHANGE"] = "NO_CHANGE";
|
|
26
|
+
})(StartDateUpdateTypeEnum || (exports.StartDateUpdateTypeEnum = StartDateUpdateTypeEnum = {}));
|
|
27
|
+
var ComponentType;
|
|
28
|
+
(function (ComponentType) {
|
|
29
|
+
ComponentType["EMPLOYEE"] = "EMPLOYEE";
|
|
30
|
+
ComponentType["ORGANIZATION"] = "ORGANIZATION";
|
|
31
|
+
})(ComponentType || (exports.ComponentType = ComponentType = {}));
|
|
32
|
+
//# sourceMappingURL=recurring-expense.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recurring-expense.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/recurring-expense.model.ts"],"names":[],"mappings":";;;AAgEA,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACvC,mDAAmB,CAAA;IACnB,iDAAiB,CAAA;IACjB,2CAAW,CAAA;AACZ,CAAC,EAJW,4BAA4B,4CAA5B,4BAA4B,QAIvC;AAED,IAAY,qCAKX;AALD,WAAY,qCAAqC;IAChD,0DAAiB,CAAA;IACjB,sEAA6B,CAAA;IAC7B,sDAAa,CAAA;IACb,oEAA2B,CAAA;AAC5B,CAAC,EALW,qCAAqC,qDAArC,qCAAqC,QAKhD;AAED,IAAY,uBAQX;AARD,WAAY,uBAAuB;IAClC,sDAA2B,CAAA;IAC3B,8DAAmC,CAAA;IACnC,oFAAyD,CAAA;IACzD,sFAA2D,CAAA;IAC3D,kEAAuC,CAAA;IACvC,wDAA6B,CAAA;IAC7B,kDAAuB,CAAA;AACxB,CAAC,EARW,uBAAuB,uCAAvB,uBAAuB,QAQlC;AAED,IAAY,aAGX;AAHD,WAAY,aAAa;IACxB,sCAAqB,CAAA;IACrB,8CAA6B,CAAA;AAC9B,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { IBaseEntityModel, IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
export interface IReport extends IBaseEntityModel {
|
|
4
|
+
categoryId?: IReportCategory['id'];
|
|
5
|
+
category?: IReportCategory;
|
|
6
|
+
name?: string;
|
|
7
|
+
slug?: string;
|
|
8
|
+
iconClass?: string;
|
|
9
|
+
image?: string;
|
|
10
|
+
imageUrl?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
showInMenu?: boolean;
|
|
13
|
+
reportOrganizations?: IReportOrganization[];
|
|
14
|
+
}
|
|
15
|
+
export interface IReportCategory extends IBaseEntityModel {
|
|
16
|
+
name?: string;
|
|
17
|
+
iconClass?: string;
|
|
18
|
+
reports?: IReport[];
|
|
19
|
+
}
|
|
20
|
+
export interface IReportOrganization extends IBasePerTenantAndOrganizationEntityModel {
|
|
21
|
+
report?: IReport;
|
|
22
|
+
reportId?: string;
|
|
23
|
+
isEnabled?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface IGetReportCategory extends IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel {
|
|
26
|
+
where?: IReport;
|
|
27
|
+
}
|
|
28
|
+
export interface IGetReport extends IGetReportCategory {
|
|
29
|
+
}
|
|
30
|
+
export interface UpdateReportMenuInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
31
|
+
reportId?: string;
|
|
32
|
+
isEnabled?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export interface GetReportMenuItemsInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
35
|
+
}
|
|
36
|
+
export interface ReportDayData {
|
|
37
|
+
employee?: IEmployee;
|
|
38
|
+
dates: any;
|
|
39
|
+
sum: number;
|
|
40
|
+
activity: number;
|
|
41
|
+
}
|
|
42
|
+
export declare enum ReportGroupFilterEnum {
|
|
43
|
+
date = "date",
|
|
44
|
+
employee = "employee",
|
|
45
|
+
project = "project",
|
|
46
|
+
client = "client"
|
|
47
|
+
}
|
|
48
|
+
export type ReportGroupByFilter = keyof typeof ReportGroupFilterEnum;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReportGroupFilterEnum = void 0;
|
|
4
|
+
var ReportGroupFilterEnum;
|
|
5
|
+
(function (ReportGroupFilterEnum) {
|
|
6
|
+
ReportGroupFilterEnum["date"] = "date";
|
|
7
|
+
ReportGroupFilterEnum["employee"] = "employee";
|
|
8
|
+
ReportGroupFilterEnum["project"] = "project";
|
|
9
|
+
ReportGroupFilterEnum["client"] = "client";
|
|
10
|
+
})(ReportGroupFilterEnum || (exports.ReportGroupFilterEnum = ReportGroupFilterEnum = {}));
|
|
11
|
+
//# sourceMappingURL=report.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"report.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/report.model.ts"],"names":[],"mappings":";;;AAgDA,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAChC,sCAAa,CAAA;IACb,8CAAqB,CAAA;IACrB,4CAAmB,CAAA;IACnB,0CAAiB,CAAA;AAClB,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IRequestApproval } from './request-approval.model';
|
|
3
|
+
import { IEmployee } from './employee.model';
|
|
4
|
+
export interface IRequestApprovalEmployee extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
requestApprovalId: string;
|
|
6
|
+
employeeId: string;
|
|
7
|
+
status: number;
|
|
8
|
+
requestApproval: IRequestApproval;
|
|
9
|
+
employee: IEmployee;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-approval-employee.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/request-approval-employee.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IRequestApproval } from './request-approval.model';
|
|
3
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
4
|
+
export interface IRequestApprovalTeam extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
requestApprovalId: string;
|
|
6
|
+
teamId: string;
|
|
7
|
+
status: number;
|
|
8
|
+
requestApproval: IRequestApproval;
|
|
9
|
+
team: IOrganizationTeam;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-approval-team.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/request-approval-team.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IRequestApprovalEmployee } from './request-approval-employee.model';
|
|
3
|
+
import { IEmployee } from './employee.model';
|
|
4
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
5
|
+
import { IRequestApprovalTeam } from './request-approval-team.model';
|
|
6
|
+
import { IApprovalPolicy } from './approval-policy.model';
|
|
7
|
+
import { ITag } from './tag.model';
|
|
8
|
+
export interface IRequestApproval extends IBasePerTenantAndOrganizationEntityModel {
|
|
9
|
+
name: string;
|
|
10
|
+
status: number;
|
|
11
|
+
createdBy: string;
|
|
12
|
+
createdByName: string;
|
|
13
|
+
min_count: number;
|
|
14
|
+
requestId: string;
|
|
15
|
+
requestType: string;
|
|
16
|
+
approvalPolicy: IApprovalPolicy;
|
|
17
|
+
approvalPolicyId: string;
|
|
18
|
+
employeeApprovals?: IRequestApprovalEmployee[];
|
|
19
|
+
teamApprovals?: IRequestApprovalTeam[];
|
|
20
|
+
tags?: ITag[];
|
|
21
|
+
employees?: IEmployee[];
|
|
22
|
+
teams?: IOrganizationTeam[];
|
|
23
|
+
}
|
|
24
|
+
export interface IRequestApprovalCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
25
|
+
id?: string;
|
|
26
|
+
employeeApprovals?: IRequestApprovalEmployee[];
|
|
27
|
+
teamApprovals?: IRequestApprovalTeam[];
|
|
28
|
+
teams?: IOrganizationTeam[];
|
|
29
|
+
employees?: IEmployee[];
|
|
30
|
+
name?: string;
|
|
31
|
+
min_count?: number;
|
|
32
|
+
status?: number;
|
|
33
|
+
approvalPolicyId?: string;
|
|
34
|
+
tags?: ITag[];
|
|
35
|
+
}
|
|
36
|
+
export declare enum RequestApprovalStatusTypesEnum {
|
|
37
|
+
REQUESTED = 1,
|
|
38
|
+
APPROVED = 2,
|
|
39
|
+
REFUSED = 3
|
|
40
|
+
}
|
|
41
|
+
export declare const RequestApprovalStatus: {
|
|
42
|
+
REQUESTED: number;
|
|
43
|
+
APPROVED: number;
|
|
44
|
+
REFUSED: number;
|
|
45
|
+
};
|
|
46
|
+
export interface IRequestApprovalFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
47
|
+
id?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface IApprovalsData {
|
|
50
|
+
icon: string;
|
|
51
|
+
title: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RequestApprovalStatus = exports.RequestApprovalStatusTypesEnum = void 0;
|
|
4
|
+
var RequestApprovalStatusTypesEnum;
|
|
5
|
+
(function (RequestApprovalStatusTypesEnum) {
|
|
6
|
+
RequestApprovalStatusTypesEnum[RequestApprovalStatusTypesEnum["REQUESTED"] = 1] = "REQUESTED";
|
|
7
|
+
RequestApprovalStatusTypesEnum[RequestApprovalStatusTypesEnum["APPROVED"] = 2] = "APPROVED";
|
|
8
|
+
RequestApprovalStatusTypesEnum[RequestApprovalStatusTypesEnum["REFUSED"] = 3] = "REFUSED";
|
|
9
|
+
})(RequestApprovalStatusTypesEnum || (exports.RequestApprovalStatusTypesEnum = RequestApprovalStatusTypesEnum = {}));
|
|
10
|
+
exports.RequestApprovalStatus = {
|
|
11
|
+
REQUESTED: 1,
|
|
12
|
+
APPROVED: 2,
|
|
13
|
+
REFUSED: 3
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=request-approval.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-approval.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/request-approval.model.ts"],"names":[],"mappings":";;;AAsCA,IAAY,8BAIX;AAJD,WAAY,8BAA8B;IACzC,6FAAa,CAAA;IACb,2FAAY,CAAA;IACZ,yFAAW,CAAA;AACZ,CAAC,EAJW,8BAA8B,8CAA9B,8BAA8B,QAIzC;AAEY,QAAA,qBAAqB,GAAG;IACpC,SAAS,EAAE,CAAC;IACZ,QAAQ,EAAE,CAAC;IACX,OAAO,EAAE,CAAC;CACV,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IURLMetaData } from './timesheet.model';
|
|
2
|
+
import { IBasePerEntityType, OmitFields } from './base-entity.model';
|
|
3
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
4
|
+
export interface IResourceLink extends IBasePerEntityType, IEmployeeEntityInput {
|
|
5
|
+
title: string;
|
|
6
|
+
url: string;
|
|
7
|
+
metaData?: string | IURLMetaData;
|
|
8
|
+
}
|
|
9
|
+
export interface IResourceLinkCreateInput extends OmitFields<IResourceLink> {
|
|
10
|
+
}
|
|
11
|
+
export interface IResourceLinkUpdateInput extends Partial<OmitFields<IResourceLinkCreateInput, 'employee' | 'employeeId' | 'entity' | 'entityId'>> {
|
|
12
|
+
}
|
|
13
|
+
export interface IResourceLinkFindInput extends Pick<IResourceLink, 'entity' | 'entityId'> {
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-link.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/resource-link.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import { IBasePerTenantEntityModel } from './base-entity.model';
|
|
2
|
+
import { IRole } from './role.model';
|
|
3
|
+
export interface IRolePermission extends IBasePerTenantEntityModel {
|
|
4
|
+
roleId: string;
|
|
5
|
+
permission: string;
|
|
6
|
+
role: IRole;
|
|
7
|
+
enabled: boolean;
|
|
8
|
+
description: string;
|
|
9
|
+
}
|
|
10
|
+
export interface IRolePermissionMigrateInput extends IBasePerTenantEntityModel {
|
|
11
|
+
permission: string;
|
|
12
|
+
role: string;
|
|
13
|
+
isImporting: boolean;
|
|
14
|
+
sourceId: string;
|
|
15
|
+
description: string;
|
|
16
|
+
}
|
|
17
|
+
export interface IRolePermissionCreateInput extends IBasePerTenantEntityModel {
|
|
18
|
+
role?: IRole;
|
|
19
|
+
roleId: string;
|
|
20
|
+
permission: string;
|
|
21
|
+
enabled: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface IRolePermissionUpdateInput extends IRolePermissionCreateInput {
|
|
24
|
+
enabled: boolean;
|
|
25
|
+
}
|
|
26
|
+
export declare enum PermissionsEnum {
|
|
27
|
+
ADMIN_DASHBOARD_VIEW = "ADMIN_DASHBOARD_VIEW",
|
|
28
|
+
TEAM_DASHBOARD = "TEAM_DASHBOARD",
|
|
29
|
+
PROJECT_MANAGEMENT_DASHBOARD = "PROJECT_MANAGEMENT_DASHBOARD",
|
|
30
|
+
TIME_TRACKING_DASHBOARD = "TIME_TRACKING_DASHBOARD",
|
|
31
|
+
ACCOUNTING_DASHBOARD = "ACCOUNTING_DASHBOARD",
|
|
32
|
+
HUMAN_RESOURCE_DASHBOARD = "HUMAN_RESOURCE_DASHBOARD",
|
|
33
|
+
ORG_PAYMENT_VIEW = "ORG_PAYMENT_VIEW",
|
|
34
|
+
ORG_PAYMENT_ADD_EDIT = "ORG_PAYMENT_ADD_EDIT",
|
|
35
|
+
ORG_INCOMES_VIEW = "ORG_INCOMES_VIEW",
|
|
36
|
+
ORG_INCOMES_EDIT = "ORG_INCOMES_EDIT",
|
|
37
|
+
ORG_EXPENSES_VIEW = "ORG_EXPENSES_VIEW",
|
|
38
|
+
ORG_EXPENSES_EDIT = "ORG_EXPENSES_EDIT",
|
|
39
|
+
PROFILE_EDIT = "PROFILE_EDIT",
|
|
40
|
+
EMPLOYEE_EXPENSES_VIEW = "EMPLOYEE_EXPENSES_VIEW",
|
|
41
|
+
EMPLOYEE_EXPENSES_EDIT = "EMPLOYEE_EXPENSES_EDIT",
|
|
42
|
+
ORG_PROPOSALS_VIEW = "ORG_PROPOSALS_VIEW",
|
|
43
|
+
ORG_PROPOSALS_EDIT = "ORG_PROPOSALS_EDIT",
|
|
44
|
+
ORG_PROPOSAL_TEMPLATES_VIEW = "ORG_PROPOSAL_TEMPLATES_VIEW",
|
|
45
|
+
ORG_PROPOSAL_TEMPLATES_EDIT = "ORG_PROPOSAL_TEMPLATES_EDIT",
|
|
46
|
+
ORG_TASK_ADD = "ORG_TASK_ADD",
|
|
47
|
+
ORG_TASK_VIEW = "ORG_TASK_VIEW",
|
|
48
|
+
ORG_TASK_EDIT = "ORG_TASK_EDIT",
|
|
49
|
+
ORG_TASK_DELETE = "ORG_TASK_DELETE",
|
|
50
|
+
ORG_TIME_OFF_VIEW = "ORG_TIME_OFF_VIEW",
|
|
51
|
+
ORG_EMPLOYEES_ADD = "ORG_EMPLOYEES_ADD",
|
|
52
|
+
ORG_EMPLOYEES_VIEW = "ORG_EMPLOYEES_VIEW",
|
|
53
|
+
ORG_EMPLOYEES_EDIT = "ORG_EMPLOYEES_EDIT",
|
|
54
|
+
ORG_EMPLOYEES_DELETE = "ORG_EMPLOYEES_DELETE",
|
|
55
|
+
ORG_MEMBERS_VIEW = "ORG_MEMBERS_VIEW",
|
|
56
|
+
ORG_CANDIDATES_VIEW = "ORG_CANDIDATES_VIEW",
|
|
57
|
+
ORG_CANDIDATES_EDIT = "ORG_CANDIDATES_EDIT",
|
|
58
|
+
ORG_CANDIDATES_INTERVIEW_EDIT = "ORG_CANDIDATES_INTERVIEW_EDIT",
|
|
59
|
+
ORG_CANDIDATES_INTERVIEW_VIEW = "ORG_CANDIDATES_INTERVIEW_VIEW",
|
|
60
|
+
ORG_CANDIDATES_DOCUMENTS_VIEW = "ORG_CANDIDATES_DOCUMENTS_VIEW",
|
|
61
|
+
ORG_CANDIDATES_TASK_EDIT = "ORG_CANDIDATES_TASK_EDIT",
|
|
62
|
+
ORG_CANDIDATES_FEEDBACK_EDIT = "ORG_CANDIDATES_FEEDBACK_EDIT",
|
|
63
|
+
ORG_INVENTORY_PRODUCT_EDIT = "ORG_INVENTORY_PRODUCT_EDIT",
|
|
64
|
+
ORG_INVENTORY_VIEW = "ORG_INVENTORY_VIEW",
|
|
65
|
+
ORG_TAGS_ADD = "ORG_TAGS_ADD",
|
|
66
|
+
ORG_TAGS_VIEW = "ORG_TAGS_VIEW",
|
|
67
|
+
ORG_TAGS_EDIT = "ORG_TAGS_EDIT",
|
|
68
|
+
ORG_TAGS_DELETE = "ORG_TAGS_DELETE",
|
|
69
|
+
ORG_USERS_VIEW = "ORG_USERS_VIEW",
|
|
70
|
+
ORG_USERS_EDIT = "ORG_USERS_EDIT",
|
|
71
|
+
ORG_INVITE_VIEW = "ORG_INVITE_VIEW",
|
|
72
|
+
ORG_INVITE_EDIT = "ORG_INVITE_EDIT",
|
|
73
|
+
ALL_ORG_VIEW = "ALL_ORG_VIEW",
|
|
74
|
+
ALL_ORG_EDIT = "ALL_ORG_EDIT",
|
|
75
|
+
POLICY_VIEW = "POLICY_VIEW",
|
|
76
|
+
POLICY_EDIT = "POLICY_EDIT",
|
|
77
|
+
TIME_OFF_EDIT = "TIME_OFF_EDIT",
|
|
78
|
+
REQUEST_APPROVAL_VIEW = "REQUEST_APPROVAL_VIEW",
|
|
79
|
+
REQUEST_APPROVAL_EDIT = "REQUEST_APPROVAL_EDIT",
|
|
80
|
+
APPROVAL_POLICY_VIEW = "APPROVALS_POLICY_VIEW",
|
|
81
|
+
APPROVAL_POLICY_EDIT = "APPROVALS_POLICY_EDIT",
|
|
82
|
+
CHANGE_SELECTED_EMPLOYEE = "CHANGE_SELECTED_EMPLOYEE",
|
|
83
|
+
CHANGE_SELECTED_CANDIDATE = "CHANGE_SELECTED_CANDIDATE",
|
|
84
|
+
CHANGE_SELECTED_ORGANIZATION = "CHANGE_SELECTED_ORGANIZATION",
|
|
85
|
+
CHANGE_ROLES_PERMISSIONS = "CHANGE_ROLES_PERMISSIONS",
|
|
86
|
+
ACCESS_PRIVATE_PROJECTS = "ACCESS_PRIVATE_PROJECTS",
|
|
87
|
+
TIMESHEET_EDIT_TIME = "TIMESHEET_EDIT_TIME",
|
|
88
|
+
SUPER_ADMIN_EDIT = "SUPER_ADMIN_EDIT",
|
|
89
|
+
PUBLIC_PAGE_EDIT = "PUBLIC_PAGE_EDIT",
|
|
90
|
+
INVOICES_VIEW = "INVOICES_VIEW",
|
|
91
|
+
INVOICES_EDIT = "INVOICES_EDIT",
|
|
92
|
+
ESTIMATES_VIEW = "ESTIMATES_VIEW",
|
|
93
|
+
ESTIMATES_EDIT = "ESTIMATES_EDIT",
|
|
94
|
+
ORG_CANDIDATES_INTERVIEWERS_EDIT = "ORG_CANDIDATES_INTERVIEWERS_EDIT",
|
|
95
|
+
ORG_CANDIDATES_INTERVIEWERS_VIEW = "ORG_CANDIDATES_INTERVIEWERS_VIEW",
|
|
96
|
+
VIEW_ALL_EMAILS = "VIEW_ALL_EMAILS",
|
|
97
|
+
VIEW_ALL_EMAIL_TEMPLATES = "VIEW_ALL_EMAIL_TEMPLATES",
|
|
98
|
+
ORG_HELP_CENTER_EDIT = "ORG_HELP_CENTER_EDIT",
|
|
99
|
+
VIEW_SALES_PIPELINES = "VIEW_SALES_PIPELINES",
|
|
100
|
+
EDIT_SALES_PIPELINES = "EDIT_SALES_PIPELINES",
|
|
101
|
+
CAN_APPROVE_TIMESHEET = "CAN_APPROVE_TIMESHEET",
|
|
102
|
+
ORG_SPRINT_VIEW = "ORG_SPRINT_VIEW",
|
|
103
|
+
ORG_SPRINT_EDIT = "ORG_SPRINT_EDIT",
|
|
104
|
+
ORG_CONTACT_EDIT = "ORG_CONTACT_EDIT",
|
|
105
|
+
ORG_CONTACT_VIEW = "ORG_CONTACT_VIEW",
|
|
106
|
+
ORG_PROJECT_ADD = "ORG_PROJECT_ADD",
|
|
107
|
+
ORG_PROJECT_VIEW = "ORG_PROJECT_VIEW",
|
|
108
|
+
ORG_PROJECT_EDIT = "ORG_PROJECT_EDIT",
|
|
109
|
+
ORG_PROJECT_DELETE = "ORG_PROJECT_DELETE",
|
|
110
|
+
/** Organization Team */
|
|
111
|
+
ORG_TEAM_ADD = "ORG_TEAM_ADD",
|
|
112
|
+
ORG_TEAM_VIEW = "ORG_TEAM_VIEW",
|
|
113
|
+
ORG_TEAM_EDIT = "ORG_TEAM_EDIT",
|
|
114
|
+
ORG_TEAM_EDIT_ACTIVE_TASK = "ORG_TEAM_EDIT_ACTIVE_TASK",
|
|
115
|
+
ORG_TEAM_DELETE = "ORG_TEAM_DELETE",
|
|
116
|
+
ORG_TEAM_REMOVE_ACCOUNT_AS_MEMBER = "ORG_TEAM_REMOVE_ACCOUNT_AS_MEMBER",
|
|
117
|
+
/** Organization Team Join Request Permissions */
|
|
118
|
+
ORG_TEAM_JOIN_REQUEST_VIEW = "ORG_TEAM_JOIN_REQUEST_VIEW",
|
|
119
|
+
ORG_TEAM_JOIN_REQUEST_EDIT = "ORG_TEAM_JOIN_REQUEST_EDIT",
|
|
120
|
+
/** Organization Task Setting */
|
|
121
|
+
ORG_TASK_SETTING = "ORG_TASK_SETTING",
|
|
122
|
+
ORG_CONTRACT_EDIT = "ORG_CONTRACT_EDIT",
|
|
123
|
+
EVENT_TYPES_VIEW = "EVENT_TYPES_VIEW",
|
|
124
|
+
TIME_TRACKER = "TIME_TRACKER",
|
|
125
|
+
TENANT_ADD_EXISTING_USER = "TENANT_ADD_EXISTING_USER",
|
|
126
|
+
/** Integration CRUD Permissions Start */
|
|
127
|
+
INTEGRATION_ADD = "INTEGRATION_ADD",
|
|
128
|
+
INTEGRATION_VIEW = "INTEGRATION_VIEW",
|
|
129
|
+
INTEGRATION_EDIT = "INTEGRATION_EDIT",
|
|
130
|
+
INTEGRATION_DELETE = "INTEGRATION_DELETE",
|
|
131
|
+
/** Integration CRUD Permissions End */
|
|
132
|
+
FILE_STORAGE_VIEW = "FILE_STORAGE_VIEW",
|
|
133
|
+
PAYMENT_GATEWAY_VIEW = "PAYMENT_GATEWAY_VIEW",
|
|
134
|
+
SMS_GATEWAY_VIEW = "SMS_GATEWAY_VIEW",
|
|
135
|
+
CUSTOM_SMTP_VIEW = "CUSTOM_SMTP_VIEW",
|
|
136
|
+
IMPORT_ADD = "IMPORT_ADD",
|
|
137
|
+
EXPORT_ADD = "EXPORT_ADD",
|
|
138
|
+
MIGRATE_GAUZY_CLOUD = "MIGRATE_GAUZY_CLOUD",
|
|
139
|
+
/** Jobs Permissions Start */
|
|
140
|
+
ORG_JOB_SEARCH = "ORG_JOB_SEARCH",
|
|
141
|
+
ORG_JOB_APPLY = "ORG_JOB_APPLY",
|
|
142
|
+
ORG_JOB_EDIT = "ORG_JOB_EDIT",
|
|
143
|
+
ORG_JOB_EMPLOYEE_VIEW = "ORG_JOB_EMPLOYEE_VIEW",
|
|
144
|
+
ORG_JOB_MATCHING_VIEW = "ORG_JOB_MATCHING_VIEW",
|
|
145
|
+
/** Jobs Permissions End */
|
|
146
|
+
INVENTORY_GALLERY_ADD = "INVENTORY_GALLERY_ADD",
|
|
147
|
+
INVENTORY_GALLERY_VIEW = "INVENTORY_GALLERY_VIEW",
|
|
148
|
+
INVENTORY_GALLERY_EDIT = "INVENTORY_GALLERY_EDIT",
|
|
149
|
+
INVENTORY_GALLERY_DELETE = "INVENTORY_GALLERY_DELETE",
|
|
150
|
+
MEDIA_GALLERY_ADD = "MEDIA_GALLERY_ADD",
|
|
151
|
+
MEDIA_GALLERY_VIEW = "MEDIA_GALLERY_VIEW",
|
|
152
|
+
MEDIA_GALLERY_EDIT = "MEDIA_GALLERY_EDIT",
|
|
153
|
+
MEDIA_GALLERY_DELETE = "MEDIA_GALLERY_DELETE",
|
|
154
|
+
ORG_EQUIPMENT_VIEW = "ORG_EQUIPMENT_VIEW",
|
|
155
|
+
ORG_EQUIPMENT_EDIT = "ORG_EQUIPMENT_EDIT",
|
|
156
|
+
ORG_EQUIPMENT_SHARING_VIEW = "ORG_EQUIPMENT_SHARING_VIEW",
|
|
157
|
+
ORG_EQUIPMENT_SHARING_EDIT = "ORG_EQUIPMENT_SHARING_EDIT",
|
|
158
|
+
EQUIPMENT_MAKE_REQUEST = "EQUIPMENT_MAKE_REQUEST",
|
|
159
|
+
EQUIPMENT_APPROVE_REQUEST = "EQUIPMENT_APPROVE_REQUEST",
|
|
160
|
+
ORG_PRODUCT_TYPES_VIEW = "ORG_PRODUCT_TYPES_VIEW",
|
|
161
|
+
ORG_PRODUCT_TYPES_EDIT = "ORG_PRODUCT_TYPES_EDIT",
|
|
162
|
+
ORG_PRODUCT_CATEGORIES_VIEW = "ORG_PRODUCT_CATEGORIES_VIEW",
|
|
163
|
+
ORG_PRODUCT_CATEGORIES_EDIT = "ORG_PRODUCT_CATEGORIES_EDIT",
|
|
164
|
+
VIEW_ALL_ACCOUNTING_TEMPLATES = "VIEW_ALL_ACCOUNTING_TEMPLATES",
|
|
165
|
+
ACCESS_DELETE_ACCOUNT = "ACCESS_DELETE_ACCOUNT",
|
|
166
|
+
ACCESS_DELETE_ALL_DATA = "ACCESS_DELETE_ALL_DATA",
|
|
167
|
+
TENANT_SETTING = "TENANT_SETTING",//allow user to access tenant setting
|
|
168
|
+
ALLOW_DELETE_TIME = "ALLOW_DELETE_TIME",
|
|
169
|
+
ALLOW_MODIFY_TIME = "ALLOW_MODIFY_TIME",
|
|
170
|
+
ALLOW_MANUAL_TIME = "ALLOW_MANUAL_TIME",
|
|
171
|
+
DELETE_SCREENSHOTS = "DELETE_SCREENSHOTS",
|
|
172
|
+
ORG_MEMBER_LAST_LOG_VIEW = "ORG_MEMBER_LAST_LOG_VIEW",
|
|
173
|
+
/** Daily Plan */
|
|
174
|
+
DAILY_PLAN_CREATE = "DAILY_PLAN_CREATE",
|
|
175
|
+
DAILY_PLAN_READ = "DAILY_PLAN_READ",
|
|
176
|
+
DAILY_PLAN_UPDATE = "DAILY_PLAN_UPDATE",
|
|
177
|
+
DAILY_PLAN_DELETE = "DAILY_PLAN_DELETE"
|
|
178
|
+
}
|
|
179
|
+
export declare const PermissionGroups: {
|
|
180
|
+
GENERAL: PermissionsEnum[];
|
|
181
|
+
ADMINISTRATION: PermissionsEnum[];
|
|
182
|
+
};
|