@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,20 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEquipmentSharing } from './equipment-sharing.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
import { IImageAsset } from "./image-asset.model";
|
|
5
|
+
export interface IEquipment extends IBasePerTenantAndOrganizationEntityModel {
|
|
6
|
+
name: string;
|
|
7
|
+
type: string;
|
|
8
|
+
image: IImageAsset;
|
|
9
|
+
serialNumber?: string;
|
|
10
|
+
manufacturedYear: number;
|
|
11
|
+
initialCost: number;
|
|
12
|
+
currency: string;
|
|
13
|
+
maxSharePeriod: number;
|
|
14
|
+
autoApproveShare: boolean;
|
|
15
|
+
equipmentSharings: IEquipmentSharing[];
|
|
16
|
+
tags: ITag[];
|
|
17
|
+
}
|
|
18
|
+
export interface IEquipmentFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
19
|
+
organizationId?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equipment.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/equipment.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
export interface IEstimateEmail extends IBasePerTenantAndOrganizationEntityModel {
|
|
3
|
+
token?: string;
|
|
4
|
+
email?: string;
|
|
5
|
+
expireDate?: Date;
|
|
6
|
+
convertAcceptedEstimates?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface IEstimateEmailFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
9
|
+
token?: string;
|
|
10
|
+
email?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"estimate-email.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/estimate-email.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee, IEmployeeFindInput } from './employee.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
export interface IEventType extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
title: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
duration: number;
|
|
8
|
+
durationUnit: string;
|
|
9
|
+
employeeId?: string;
|
|
10
|
+
employee?: IEmployee;
|
|
11
|
+
tags?: ITag[];
|
|
12
|
+
}
|
|
13
|
+
export interface IEventTypeFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
14
|
+
title?: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
duration?: number;
|
|
17
|
+
durationUnit?: string;
|
|
18
|
+
isActive?: boolean;
|
|
19
|
+
employee?: IEmployeeFindInput;
|
|
20
|
+
tags?: ITag[];
|
|
21
|
+
}
|
|
22
|
+
export interface IEventTypeCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
23
|
+
employeeId?: string;
|
|
24
|
+
title: string;
|
|
25
|
+
description?: string;
|
|
26
|
+
duration: number;
|
|
27
|
+
durationUnit: string;
|
|
28
|
+
isActive: boolean;
|
|
29
|
+
tags?: ITag[];
|
|
30
|
+
}
|
|
31
|
+
export interface IEventTypeUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
32
|
+
employeeId?: string;
|
|
33
|
+
title?: string;
|
|
34
|
+
description?: string;
|
|
35
|
+
duration?: number;
|
|
36
|
+
durationUnit?: string;
|
|
37
|
+
isActive?: boolean;
|
|
38
|
+
tags?: ITag[];
|
|
39
|
+
}
|
|
40
|
+
export interface IEventTypeViewModel {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
durationFormat: string;
|
|
44
|
+
id: string;
|
|
45
|
+
active: string;
|
|
46
|
+
isActive: boolean;
|
|
47
|
+
duration: Number;
|
|
48
|
+
durationUnit: string;
|
|
49
|
+
tags: ITag[];
|
|
50
|
+
isDefault?: boolean;
|
|
51
|
+
employeeId?: string;
|
|
52
|
+
employee?: IEmployee;
|
|
53
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/event-type.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IExpense } from './expense.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
export interface IExpenseCategory extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
name: string;
|
|
6
|
+
tags?: ITag[];
|
|
7
|
+
expenses?: IExpense[];
|
|
8
|
+
}
|
|
9
|
+
export interface IExpenseCategoryFind extends IBasePerTenantAndOrganizationEntityModel {
|
|
10
|
+
name?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare enum ExpenseCategoriesEnum {
|
|
13
|
+
SOFTWARE = "Software",
|
|
14
|
+
EMPLOYEES_BENEFITS = "Employees Benefits",
|
|
15
|
+
COURSES = "Courses",
|
|
16
|
+
SUBSCRIPTIONS = "Subscriptions",
|
|
17
|
+
RENT = "Rent",
|
|
18
|
+
SERVICE_FEE = "Service Fee"
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExpenseCategoriesEnum = void 0;
|
|
4
|
+
var ExpenseCategoriesEnum;
|
|
5
|
+
(function (ExpenseCategoriesEnum) {
|
|
6
|
+
ExpenseCategoriesEnum["SOFTWARE"] = "Software";
|
|
7
|
+
ExpenseCategoriesEnum["EMPLOYEES_BENEFITS"] = "Employees Benefits";
|
|
8
|
+
ExpenseCategoriesEnum["COURSES"] = "Courses";
|
|
9
|
+
ExpenseCategoriesEnum["SUBSCRIPTIONS"] = "Subscriptions";
|
|
10
|
+
ExpenseCategoriesEnum["RENT"] = "Rent";
|
|
11
|
+
ExpenseCategoriesEnum["SERVICE_FEE"] = "Service Fee";
|
|
12
|
+
})(ExpenseCategoriesEnum || (exports.ExpenseCategoriesEnum = ExpenseCategoriesEnum = {}));
|
|
13
|
+
//# sourceMappingURL=expense-category.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expense-category.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/expense-category.model.ts"],"names":[],"mappings":";;;AAeA,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAChC,8CAAqB,CAAA;IACrB,kEAAyC,CAAA;IACzC,4CAAmB,CAAA;IACnB,wDAA+B,CAAA;IAC/B,sCAAa,CAAA;IACb,oDAA2B,CAAA;AAC5B,CAAC,EAPW,qBAAqB,qCAArB,qBAAqB,QAOhC"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { IEmployee, IEmployeeEntityInput } from './employee.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel, ID } from './base-entity.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
import { IExpenseCategory } from './expense-category.model';
|
|
5
|
+
import { IOrganizationVendor } from './organization-vendors.model';
|
|
6
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
7
|
+
import { IPaginationInput } from './core.model';
|
|
8
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
9
|
+
export interface IExpense extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
10
|
+
amount: number;
|
|
11
|
+
vendor: IOrganizationVendor;
|
|
12
|
+
vendorId: ID;
|
|
13
|
+
typeOfExpense: string;
|
|
14
|
+
category: IExpenseCategory;
|
|
15
|
+
categoryId: ID;
|
|
16
|
+
organizationContactId?: ID;
|
|
17
|
+
organizationContact?: IOrganizationContact;
|
|
18
|
+
projectId?: ID;
|
|
19
|
+
project?: IOrganizationProject;
|
|
20
|
+
notes?: string;
|
|
21
|
+
valueDate?: Date;
|
|
22
|
+
currency: string;
|
|
23
|
+
purpose?: string;
|
|
24
|
+
taxType?: string;
|
|
25
|
+
taxLabel?: string;
|
|
26
|
+
rateValue: number;
|
|
27
|
+
receipt?: string;
|
|
28
|
+
splitExpense: boolean;
|
|
29
|
+
tags?: ITag[];
|
|
30
|
+
status?: ExpenseStatusesEnum;
|
|
31
|
+
}
|
|
32
|
+
export interface IExpenseCreateInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
33
|
+
amount: number;
|
|
34
|
+
typeOfExpense?: string;
|
|
35
|
+
category: IExpenseCategory;
|
|
36
|
+
vendor: IOrganizationVendor;
|
|
37
|
+
organizationContactId?: ID;
|
|
38
|
+
organizationContact?: IOrganizationContact;
|
|
39
|
+
projectId?: ID;
|
|
40
|
+
project?: IOrganizationProject;
|
|
41
|
+
notes?: string;
|
|
42
|
+
valueDate?: Date;
|
|
43
|
+
currency?: string;
|
|
44
|
+
purpose?: string;
|
|
45
|
+
taxType?: string;
|
|
46
|
+
taxLabel?: string;
|
|
47
|
+
rateValue?: number;
|
|
48
|
+
receipt?: string;
|
|
49
|
+
splitExpense?: boolean;
|
|
50
|
+
reference?: string;
|
|
51
|
+
tags?: ITag[];
|
|
52
|
+
status?: ExpenseStatusesEnum;
|
|
53
|
+
}
|
|
54
|
+
export interface IExpenseFindInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
55
|
+
vendorName?: string;
|
|
56
|
+
vendorId?: string;
|
|
57
|
+
typeOfExpense?: string;
|
|
58
|
+
categoryName?: string;
|
|
59
|
+
categoryId?: string;
|
|
60
|
+
amount?: number;
|
|
61
|
+
organizationContactId?: ID;
|
|
62
|
+
organizationContact?: IOrganizationContact;
|
|
63
|
+
projectId?: ID;
|
|
64
|
+
project?: IOrganizationProject;
|
|
65
|
+
notes?: string;
|
|
66
|
+
valueDate?: Date;
|
|
67
|
+
currency?: string;
|
|
68
|
+
purpose?: string;
|
|
69
|
+
taxType?: string;
|
|
70
|
+
taxLabel?: string;
|
|
71
|
+
rateValue?: number;
|
|
72
|
+
receipt?: string;
|
|
73
|
+
splitExpense?: boolean;
|
|
74
|
+
tags?: ITag[];
|
|
75
|
+
status?: ExpenseStatusesEnum;
|
|
76
|
+
}
|
|
77
|
+
export interface IExpenseUpdateInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
78
|
+
amount?: number;
|
|
79
|
+
vendorName?: string;
|
|
80
|
+
vendorId?: string;
|
|
81
|
+
typeOfExpense?: string;
|
|
82
|
+
category: IExpenseCategory;
|
|
83
|
+
organizationContactId?: string;
|
|
84
|
+
organizationContact?: IOrganizationContact;
|
|
85
|
+
projectId?: string;
|
|
86
|
+
project?: IOrganizationProject;
|
|
87
|
+
notes?: string;
|
|
88
|
+
valueDate?: Date;
|
|
89
|
+
currency?: string;
|
|
90
|
+
purpose?: string;
|
|
91
|
+
taxType?: string;
|
|
92
|
+
taxLabel?: string;
|
|
93
|
+
rateValue?: number;
|
|
94
|
+
receipt?: string;
|
|
95
|
+
splitExpense?: boolean;
|
|
96
|
+
tags?: ITag[];
|
|
97
|
+
status?: ExpenseStatusesEnum;
|
|
98
|
+
}
|
|
99
|
+
export interface ISplitExpenseOutput extends IExpense {
|
|
100
|
+
originalValue?: number;
|
|
101
|
+
employeeCount?: number;
|
|
102
|
+
}
|
|
103
|
+
export interface ISplitExpenseFindInput {
|
|
104
|
+
relations?: string[];
|
|
105
|
+
filterDate?: string;
|
|
106
|
+
employeeId: string;
|
|
107
|
+
}
|
|
108
|
+
export declare enum ExpenseTypesEnum {
|
|
109
|
+
TAX_DEDUCTIBLE = "TAX_DEDUCTIBLE",
|
|
110
|
+
NOT_TAX_DEDUCTIBLE = "NOT_TAX_DEDUCTIBLE",
|
|
111
|
+
BILLABLE_TO_CONTACT = "BILLABLE_TO_CONTACT"
|
|
112
|
+
}
|
|
113
|
+
export declare enum TaxTypesEnum {
|
|
114
|
+
PERCENTAGE = "PERCENTAGE",
|
|
115
|
+
VALUE = "VALUE"
|
|
116
|
+
}
|
|
117
|
+
export declare enum ExpenseStatusesEnum {
|
|
118
|
+
INVOICED = "INVOICED",
|
|
119
|
+
UNINVOICED = "UNINVOICED",
|
|
120
|
+
PAID = "PAID",
|
|
121
|
+
NOT_BILLABLE = "NOT_BILLABLE"
|
|
122
|
+
}
|
|
123
|
+
export interface IGetExpenseInput extends IPaginationInput, IBasePerTenantAndOrganizationEntityModel {
|
|
124
|
+
onlyMe?: boolean;
|
|
125
|
+
relations?: string[];
|
|
126
|
+
types?: string[];
|
|
127
|
+
titles?: string[];
|
|
128
|
+
groupBy?: string;
|
|
129
|
+
date?: Date | string;
|
|
130
|
+
startDate?: Date | string;
|
|
131
|
+
endDate?: Date | string;
|
|
132
|
+
projectIds?: string[];
|
|
133
|
+
employeeIds?: string[];
|
|
134
|
+
categoryId?: string;
|
|
135
|
+
}
|
|
136
|
+
export interface IExpenseReportGroupByDate {
|
|
137
|
+
date: string;
|
|
138
|
+
employees: {
|
|
139
|
+
employee: IEmployee;
|
|
140
|
+
projects: {
|
|
141
|
+
project: IOrganizationProject;
|
|
142
|
+
expanse: IExpense;
|
|
143
|
+
sum: number;
|
|
144
|
+
}[];
|
|
145
|
+
}[];
|
|
146
|
+
}
|
|
147
|
+
export interface IExpenseReportGroupByEmployee {
|
|
148
|
+
employee: IEmployee;
|
|
149
|
+
dates: {
|
|
150
|
+
date: string;
|
|
151
|
+
projects: {
|
|
152
|
+
project: IOrganizationProject;
|
|
153
|
+
expanse: IExpense;
|
|
154
|
+
sum: number;
|
|
155
|
+
}[];
|
|
156
|
+
}[];
|
|
157
|
+
}
|
|
158
|
+
export interface IExpenseReportGroupByProject {
|
|
159
|
+
project: IOrganizationProject;
|
|
160
|
+
dates: {
|
|
161
|
+
date: string;
|
|
162
|
+
employees: {
|
|
163
|
+
employee: IEmployee;
|
|
164
|
+
expanse: IExpense;
|
|
165
|
+
sum: number;
|
|
166
|
+
}[];
|
|
167
|
+
}[];
|
|
168
|
+
}
|
|
169
|
+
export type IExpenseReportData = IExpenseReportGroupByDate | IExpenseReportGroupByEmployee | IExpenseReportGroupByProject;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExpenseStatusesEnum = exports.TaxTypesEnum = exports.ExpenseTypesEnum = void 0;
|
|
4
|
+
var ExpenseTypesEnum;
|
|
5
|
+
(function (ExpenseTypesEnum) {
|
|
6
|
+
ExpenseTypesEnum["TAX_DEDUCTIBLE"] = "TAX_DEDUCTIBLE";
|
|
7
|
+
ExpenseTypesEnum["NOT_TAX_DEDUCTIBLE"] = "NOT_TAX_DEDUCTIBLE";
|
|
8
|
+
ExpenseTypesEnum["BILLABLE_TO_CONTACT"] = "BILLABLE_TO_CONTACT";
|
|
9
|
+
})(ExpenseTypesEnum || (exports.ExpenseTypesEnum = ExpenseTypesEnum = {}));
|
|
10
|
+
var TaxTypesEnum;
|
|
11
|
+
(function (TaxTypesEnum) {
|
|
12
|
+
TaxTypesEnum["PERCENTAGE"] = "PERCENTAGE";
|
|
13
|
+
TaxTypesEnum["VALUE"] = "VALUE";
|
|
14
|
+
})(TaxTypesEnum || (exports.TaxTypesEnum = TaxTypesEnum = {}));
|
|
15
|
+
var ExpenseStatusesEnum;
|
|
16
|
+
(function (ExpenseStatusesEnum) {
|
|
17
|
+
ExpenseStatusesEnum["INVOICED"] = "INVOICED";
|
|
18
|
+
ExpenseStatusesEnum["UNINVOICED"] = "UNINVOICED";
|
|
19
|
+
ExpenseStatusesEnum["PAID"] = "PAID";
|
|
20
|
+
ExpenseStatusesEnum["NOT_BILLABLE"] = "NOT_BILLABLE";
|
|
21
|
+
})(ExpenseStatusesEnum || (exports.ExpenseStatusesEnum = ExpenseStatusesEnum = {}));
|
|
22
|
+
//# sourceMappingURL=expense.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expense.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/expense.model.ts"],"names":[],"mappings":";;;AAkHA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC3B,qDAAiC,CAAA;IACjC,6DAAyC,CAAA;IACzC,+DAA2C,CAAA;AAC5C,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACvB,yCAAyB,CAAA;IACzB,+BAAe,CAAA;AAChB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC9B,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IACzB,oCAAa,CAAA;IACb,oDAA6B,CAAA;AAC9B,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseEntityEnum, IBasePerTenantAndOrganizationEntityModel, ID } from './base-entity.model';
|
|
2
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
3
|
+
export interface IFavorite extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
4
|
+
entity: BaseEntityEnum;
|
|
5
|
+
entityId: ID;
|
|
6
|
+
}
|
|
7
|
+
export interface IFavoriteCreateInput extends IFavorite {
|
|
8
|
+
}
|
|
9
|
+
export interface IFavoriteFindInput extends Partial<IFavorite> {
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorite.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/favorite.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
export interface IFeature extends IBasePerTenantAndOrganizationEntityModel {
|
|
3
|
+
code: FeatureEnum;
|
|
4
|
+
description: string;
|
|
5
|
+
featureOrganizations?: IFeatureOrganization[];
|
|
6
|
+
image: string;
|
|
7
|
+
readonly imageUrl?: string;
|
|
8
|
+
link: string;
|
|
9
|
+
name: string;
|
|
10
|
+
status: string;
|
|
11
|
+
icon: string;
|
|
12
|
+
isEnabled?: boolean;
|
|
13
|
+
isPaid?: boolean;
|
|
14
|
+
readonly parentId?: string;
|
|
15
|
+
parent?: IFeature;
|
|
16
|
+
children?: IFeature[];
|
|
17
|
+
}
|
|
18
|
+
export interface IFeatureCreateInput extends IFeature {
|
|
19
|
+
isEnabled: boolean;
|
|
20
|
+
}
|
|
21
|
+
export interface IFeatureOrganization extends IBasePerTenantAndOrganizationEntityModel {
|
|
22
|
+
feature: IFeature;
|
|
23
|
+
featureId?: string;
|
|
24
|
+
isEnabled: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface IFeatureOrganizationUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
27
|
+
featureId: string;
|
|
28
|
+
isEnabled: boolean;
|
|
29
|
+
}
|
|
30
|
+
export interface IFeatureOrganizationFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
31
|
+
featureId?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare enum FeatureStatusEnum {
|
|
34
|
+
INFO = "info",
|
|
35
|
+
PRIMARY = "primary",
|
|
36
|
+
SUCCESS = "success",
|
|
37
|
+
WARNING = "warning"
|
|
38
|
+
}
|
|
39
|
+
export declare enum IFeatureToggleTypeEnum {
|
|
40
|
+
RELEASE = "release",
|
|
41
|
+
KILL_SWITCH = "kill-switch",
|
|
42
|
+
EXPERIMENT = "experiment",
|
|
43
|
+
OPERATIONAL = "operational",
|
|
44
|
+
PERMISSION = "permission"
|
|
45
|
+
}
|
|
46
|
+
export interface IFeatureToggleVariant {
|
|
47
|
+
name?: string;
|
|
48
|
+
weight?: number;
|
|
49
|
+
weightType?: string;
|
|
50
|
+
payload?: IFeatureTogglePayload;
|
|
51
|
+
overrides?: IFeatureToggleOverride[];
|
|
52
|
+
}
|
|
53
|
+
export interface IFeatureToggleOverride {
|
|
54
|
+
contextName?: string;
|
|
55
|
+
values?: string[];
|
|
56
|
+
}
|
|
57
|
+
export interface IFeatureTogglePayload {
|
|
58
|
+
type?: string;
|
|
59
|
+
value?: string;
|
|
60
|
+
}
|
|
61
|
+
export interface IFeatureToggle {
|
|
62
|
+
name: string;
|
|
63
|
+
description?: string;
|
|
64
|
+
type: IFeatureToggleTypeEnum;
|
|
65
|
+
project?: string;
|
|
66
|
+
enabled: boolean;
|
|
67
|
+
stale?: boolean;
|
|
68
|
+
strategies?: any;
|
|
69
|
+
variants?: IFeatureToggleVariant[];
|
|
70
|
+
createdAt?: string;
|
|
71
|
+
lastSeenAt?: string | null;
|
|
72
|
+
}
|
|
73
|
+
export declare enum FeatureEnum {
|
|
74
|
+
FEATURE_DASHBOARD = "FEATURE_DASHBOARD",
|
|
75
|
+
FEATURE_TIME_TRACKING = "FEATURE_TIME_TRACKING",
|
|
76
|
+
FEATURE_ESTIMATE = "FEATURE_ESTIMATE",
|
|
77
|
+
FEATURE_ESTIMATE_RECEIVED = "FEATURE_ESTIMATE_RECEIVED",
|
|
78
|
+
FEATURE_INVOICE = "FEATURE_INVOICE",
|
|
79
|
+
FEATURE_INVOICE_RECURRING = "FEATURE_INVOICE_RECURRING",
|
|
80
|
+
FEATURE_INVOICE_RECEIVED = "FEATURE_INVOICE_RECEIVED",
|
|
81
|
+
FEATURE_INCOME = "FEATURE_INCOME",
|
|
82
|
+
FEATURE_EXPENSE = "FEATURE_EXPENSE",
|
|
83
|
+
FEATURE_PAYMENT = "FEATURE_PAYMENT",
|
|
84
|
+
FEATURE_PROPOSAL = "FEATURE_PROPOSAL",
|
|
85
|
+
FEATURE_PROPOSAL_TEMPLATE = "FEATURE_PROPOSAL_TEMPLATE",
|
|
86
|
+
FEATURE_PIPELINE = "FEATURE_PIPELINE",
|
|
87
|
+
FEATURE_PIPELINE_DEAL = "FEATURE_PIPELINE_DEAL",
|
|
88
|
+
FEATURE_DASHBOARD_TASK = "FEATURE_DASHBOARD_TASK",
|
|
89
|
+
FEATURE_TEAM_TASK = "FEATURE_TEAM_TASK",
|
|
90
|
+
FEATURE_MY_TASK = "FEATURE_MY_TASK",
|
|
91
|
+
FEATURE_JOB = "FEATURE_JOB",
|
|
92
|
+
FEATURE_EMPLOYEES = "FEATURE_EMPLOYEES",
|
|
93
|
+
FEATURE_EMPLOYEE_TIME_ACTIVITY = "FEATURE_EMPLOYEE_TIME_ACTIVITY",
|
|
94
|
+
FEATURE_EMPLOYEE_TIMESHEETS = "FEATURE_EMPLOYEE_TIMESHEETS",
|
|
95
|
+
FEATURE_EMPLOYEE_APPOINTMENT = "FEATURE_EMPLOYEE_APPOINTMENT",
|
|
96
|
+
FEATURE_EMPLOYEE_APPROVAL = "FEATURE_EMPLOYEE_APPROVAL",
|
|
97
|
+
FEATURE_EMPLOYEE_APPROVAL_POLICY = "FEATURE_EMPLOYEE_APPROVAL_POLICY",
|
|
98
|
+
FEATURE_EMPLOYEE_LEVEL = "FEATURE_EMPLOYEE_LEVEL",
|
|
99
|
+
FEATURE_EMPLOYEE_POSITION = "FEATURE_EMPLOYEE_POSITION",
|
|
100
|
+
FEATURE_EMPLOYEE_TIMEOFF = "FEATURE_EMPLOYEE_TIMEOFF",
|
|
101
|
+
FEATURE_EMPLOYEE_RECURRING_EXPENSE = "FEATURE_EMPLOYEE_RECURRING_EXPENSE",
|
|
102
|
+
FEATURE_EMPLOYEE_CANDIDATE = "FEATURE_EMPLOYEE_CANDIDATE",
|
|
103
|
+
FEATURE_MANAGE_INTERVIEW = "FEATURE_MANAGE_INTERVIEW",
|
|
104
|
+
FEATURE_MANAGE_INVITE = "FEATURE_MANAGE_INVITE",
|
|
105
|
+
FEATURE_ORGANIZATION = "FEATURE_ORGANIZATION",
|
|
106
|
+
FEATURE_ORGANIZATION_EQUIPMENT = "FEATURE_ORGANIZATION_EQUIPMENT",
|
|
107
|
+
FEATURE_ORGANIZATION_INVENTORY = "FEATURE_ORGANIZATION_INVENTORY",
|
|
108
|
+
FEATURE_ORGANIZATION_TAG = "FEATURE_ORGANIZATION_TAG",
|
|
109
|
+
FEATURE_ORGANIZATION_VENDOR = "FEATURE_ORGANIZATION_VENDOR",
|
|
110
|
+
FEATURE_ORGANIZATION_PROJECT = "FEATURE_ORGANIZATION_PROJECT",
|
|
111
|
+
FEATURE_ORGANIZATION_DEPARTMENT = "FEATURE_ORGANIZATION_DEPARTMENT",
|
|
112
|
+
FEATURE_ORGANIZATION_TEAM = "FEATURE_ORGANIZATION_TEAM",
|
|
113
|
+
FEATURE_ORGANIZATION_DOCUMENT = "FEATURE_ORGANIZATION_DOCUMENT",
|
|
114
|
+
FEATURE_ORGANIZATION_EMPLOYMENT_TYPE = "FEATURE_ORGANIZATION_EMPLOYMENT_TYPE",
|
|
115
|
+
FEATURE_ORGANIZATION_RECURRING_EXPENSE = "FEATURE_ORGANIZATION_RECURRING_EXPENSE",
|
|
116
|
+
FEATURE_ORGANIZATION_HELP_CENTER = "FEATURE_ORGANIZATION_HELP_CENTER",
|
|
117
|
+
FEATURE_CONTACT = "FEATURE_CONTACT",
|
|
118
|
+
FEATURE_GOAL = "FEATURE_GOAL",
|
|
119
|
+
FEATURE_GOAL_REPORT = "FEATURE_GOAL_REPORT",
|
|
120
|
+
FEATURE_GOAL_SETTING = "FEATURE_GOAL_SETTING",
|
|
121
|
+
FEATURE_REPORT = "FEATURE_REPORT",
|
|
122
|
+
FEATURE_USER = "FEATURE_USER",
|
|
123
|
+
FEATURE_ORGANIZATIONS = "FEATURE_ORGANIZATIONS",
|
|
124
|
+
FEATURE_APP_INTEGRATION = "FEATURE_APP_INTEGRATION",
|
|
125
|
+
FEATURE_SETTING = "FEATURE_SETTING",
|
|
126
|
+
FEATURE_EMAIL_HISTORY = "FEATURE_EMAIL_HISTORY",
|
|
127
|
+
FEATURE_EMAIL_TEMPLATE = "FEATURE_EMAIL_TEMPLATE",
|
|
128
|
+
FEATURE_IMPORT_EXPORT = "FEATURE_IMPORT_EXPORT",
|
|
129
|
+
FEATURE_FILE_STORAGE = "FEATURE_FILE_STORAGE",
|
|
130
|
+
FEATURE_PAYMENT_GATEWAY = "FEATURE_PAYMENT_GATEWAY",
|
|
131
|
+
FEATURE_SMS_GATEWAY = "FEATURE_SMS_GATEWAY",
|
|
132
|
+
FEATURE_SMTP = "FEATURE_SMTP",
|
|
133
|
+
FEATURE_ROLES_PERMISSION = "FEATURE_ROLES_PERMISSION",
|
|
134
|
+
FEATURE_EMAIL_VERIFICATION = "FEATURE_EMAIL_VERIFICATION",
|
|
135
|
+
/** Defines feature flags and settings related to user authentication methods. */
|
|
136
|
+
FEATURE_EMAIL_PASSWORD_LOGIN = "FEATURE_EMAIL_PASSWORD_LOGIN",
|
|
137
|
+
FEATURE_MAGIC_LOGIN = "FEATURE_MAGIC_LOGIN",
|
|
138
|
+
FEATURE_GITHUB_LOGIN = "FEATURE_GITHUB_LOGIN",
|
|
139
|
+
FEATURE_FACEBOOK_LOGIN = "FEATURE_FACEBOOK_LOGIN",
|
|
140
|
+
FEATURE_GOOGLE_LOGIN = "FEATURE_GOOGLE_LOGIN",
|
|
141
|
+
FEATURE_TWITTER_LOGIN = "FEATURE_TWITTER_LOGIN",
|
|
142
|
+
FEATURE_MICROSOFT_LOGIN = "FEATURE_MICROSOFT_LOGIN",
|
|
143
|
+
FEATURE_LINKEDIN_LOGIN = "FEATURE_LINKEDIN_LOGIN"
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Interface representing flag features for authentication.
|
|
147
|
+
*/
|
|
148
|
+
export interface IAuthenticationFlagFeatures {
|
|
149
|
+
/** Flag indicating whether email/password login is enabled. */
|
|
150
|
+
FEATURE_EMAIL_PASSWORD_LOGIN: boolean;
|
|
151
|
+
/** Flag indicating whether magic login is enabled. */
|
|
152
|
+
FEATURE_MAGIC_LOGIN: boolean;
|
|
153
|
+
/** Flag indicating whether GitHub login is enabled. */
|
|
154
|
+
FEATURE_GITHUB_LOGIN: boolean;
|
|
155
|
+
/** Flag indicating whether Facebook login is enabled. */
|
|
156
|
+
FEATURE_FACEBOOK_LOGIN: boolean;
|
|
157
|
+
/** Flag indicating whether Google login is enabled. */
|
|
158
|
+
FEATURE_GOOGLE_LOGIN: boolean;
|
|
159
|
+
/** Flag indicating whether Twitter login is enabled. */
|
|
160
|
+
FEATURE_TWITTER_LOGIN: boolean;
|
|
161
|
+
/** Flag indicating whether Microsoft login is enabled. */
|
|
162
|
+
FEATURE_MICROSOFT_LOGIN: boolean;
|
|
163
|
+
/** Flag indicating whether LinkedIn login is enabled. */
|
|
164
|
+
FEATURE_LINKEDIN_LOGIN: boolean;
|
|
165
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FeatureEnum = exports.IFeatureToggleTypeEnum = exports.FeatureStatusEnum = void 0;
|
|
4
|
+
var FeatureStatusEnum;
|
|
5
|
+
(function (FeatureStatusEnum) {
|
|
6
|
+
FeatureStatusEnum["INFO"] = "info";
|
|
7
|
+
FeatureStatusEnum["PRIMARY"] = "primary";
|
|
8
|
+
FeatureStatusEnum["SUCCESS"] = "success";
|
|
9
|
+
FeatureStatusEnum["WARNING"] = "warning";
|
|
10
|
+
})(FeatureStatusEnum || (exports.FeatureStatusEnum = FeatureStatusEnum = {}));
|
|
11
|
+
var IFeatureToggleTypeEnum;
|
|
12
|
+
(function (IFeatureToggleTypeEnum) {
|
|
13
|
+
IFeatureToggleTypeEnum["RELEASE"] = "release";
|
|
14
|
+
IFeatureToggleTypeEnum["KILL_SWITCH"] = "kill-switch";
|
|
15
|
+
IFeatureToggleTypeEnum["EXPERIMENT"] = "experiment";
|
|
16
|
+
IFeatureToggleTypeEnum["OPERATIONAL"] = "operational";
|
|
17
|
+
IFeatureToggleTypeEnum["PERMISSION"] = "permission";
|
|
18
|
+
})(IFeatureToggleTypeEnum || (exports.IFeatureToggleTypeEnum = IFeatureToggleTypeEnum = {}));
|
|
19
|
+
var FeatureEnum;
|
|
20
|
+
(function (FeatureEnum) {
|
|
21
|
+
FeatureEnum["FEATURE_DASHBOARD"] = "FEATURE_DASHBOARD";
|
|
22
|
+
FeatureEnum["FEATURE_TIME_TRACKING"] = "FEATURE_TIME_TRACKING";
|
|
23
|
+
FeatureEnum["FEATURE_ESTIMATE"] = "FEATURE_ESTIMATE";
|
|
24
|
+
FeatureEnum["FEATURE_ESTIMATE_RECEIVED"] = "FEATURE_ESTIMATE_RECEIVED";
|
|
25
|
+
FeatureEnum["FEATURE_INVOICE"] = "FEATURE_INVOICE";
|
|
26
|
+
FeatureEnum["FEATURE_INVOICE_RECURRING"] = "FEATURE_INVOICE_RECURRING";
|
|
27
|
+
FeatureEnum["FEATURE_INVOICE_RECEIVED"] = "FEATURE_INVOICE_RECEIVED";
|
|
28
|
+
FeatureEnum["FEATURE_INCOME"] = "FEATURE_INCOME";
|
|
29
|
+
FeatureEnum["FEATURE_EXPENSE"] = "FEATURE_EXPENSE";
|
|
30
|
+
FeatureEnum["FEATURE_PAYMENT"] = "FEATURE_PAYMENT";
|
|
31
|
+
FeatureEnum["FEATURE_PROPOSAL"] = "FEATURE_PROPOSAL";
|
|
32
|
+
FeatureEnum["FEATURE_PROPOSAL_TEMPLATE"] = "FEATURE_PROPOSAL_TEMPLATE";
|
|
33
|
+
FeatureEnum["FEATURE_PIPELINE"] = "FEATURE_PIPELINE";
|
|
34
|
+
FeatureEnum["FEATURE_PIPELINE_DEAL"] = "FEATURE_PIPELINE_DEAL";
|
|
35
|
+
FeatureEnum["FEATURE_DASHBOARD_TASK"] = "FEATURE_DASHBOARD_TASK";
|
|
36
|
+
FeatureEnum["FEATURE_TEAM_TASK"] = "FEATURE_TEAM_TASK";
|
|
37
|
+
FeatureEnum["FEATURE_MY_TASK"] = "FEATURE_MY_TASK";
|
|
38
|
+
FeatureEnum["FEATURE_JOB"] = "FEATURE_JOB";
|
|
39
|
+
FeatureEnum["FEATURE_EMPLOYEES"] = "FEATURE_EMPLOYEES";
|
|
40
|
+
FeatureEnum["FEATURE_EMPLOYEE_TIME_ACTIVITY"] = "FEATURE_EMPLOYEE_TIME_ACTIVITY";
|
|
41
|
+
FeatureEnum["FEATURE_EMPLOYEE_TIMESHEETS"] = "FEATURE_EMPLOYEE_TIMESHEETS";
|
|
42
|
+
FeatureEnum["FEATURE_EMPLOYEE_APPOINTMENT"] = "FEATURE_EMPLOYEE_APPOINTMENT";
|
|
43
|
+
FeatureEnum["FEATURE_EMPLOYEE_APPROVAL"] = "FEATURE_EMPLOYEE_APPROVAL";
|
|
44
|
+
FeatureEnum["FEATURE_EMPLOYEE_APPROVAL_POLICY"] = "FEATURE_EMPLOYEE_APPROVAL_POLICY";
|
|
45
|
+
FeatureEnum["FEATURE_EMPLOYEE_LEVEL"] = "FEATURE_EMPLOYEE_LEVEL";
|
|
46
|
+
FeatureEnum["FEATURE_EMPLOYEE_POSITION"] = "FEATURE_EMPLOYEE_POSITION";
|
|
47
|
+
FeatureEnum["FEATURE_EMPLOYEE_TIMEOFF"] = "FEATURE_EMPLOYEE_TIMEOFF";
|
|
48
|
+
FeatureEnum["FEATURE_EMPLOYEE_RECURRING_EXPENSE"] = "FEATURE_EMPLOYEE_RECURRING_EXPENSE";
|
|
49
|
+
FeatureEnum["FEATURE_EMPLOYEE_CANDIDATE"] = "FEATURE_EMPLOYEE_CANDIDATE";
|
|
50
|
+
FeatureEnum["FEATURE_MANAGE_INTERVIEW"] = "FEATURE_MANAGE_INTERVIEW";
|
|
51
|
+
FeatureEnum["FEATURE_MANAGE_INVITE"] = "FEATURE_MANAGE_INVITE";
|
|
52
|
+
FeatureEnum["FEATURE_ORGANIZATION"] = "FEATURE_ORGANIZATION";
|
|
53
|
+
FeatureEnum["FEATURE_ORGANIZATION_EQUIPMENT"] = "FEATURE_ORGANIZATION_EQUIPMENT";
|
|
54
|
+
FeatureEnum["FEATURE_ORGANIZATION_INVENTORY"] = "FEATURE_ORGANIZATION_INVENTORY";
|
|
55
|
+
FeatureEnum["FEATURE_ORGANIZATION_TAG"] = "FEATURE_ORGANIZATION_TAG";
|
|
56
|
+
FeatureEnum["FEATURE_ORGANIZATION_VENDOR"] = "FEATURE_ORGANIZATION_VENDOR";
|
|
57
|
+
FeatureEnum["FEATURE_ORGANIZATION_PROJECT"] = "FEATURE_ORGANIZATION_PROJECT";
|
|
58
|
+
FeatureEnum["FEATURE_ORGANIZATION_DEPARTMENT"] = "FEATURE_ORGANIZATION_DEPARTMENT";
|
|
59
|
+
FeatureEnum["FEATURE_ORGANIZATION_TEAM"] = "FEATURE_ORGANIZATION_TEAM";
|
|
60
|
+
FeatureEnum["FEATURE_ORGANIZATION_DOCUMENT"] = "FEATURE_ORGANIZATION_DOCUMENT";
|
|
61
|
+
FeatureEnum["FEATURE_ORGANIZATION_EMPLOYMENT_TYPE"] = "FEATURE_ORGANIZATION_EMPLOYMENT_TYPE";
|
|
62
|
+
FeatureEnum["FEATURE_ORGANIZATION_RECURRING_EXPENSE"] = "FEATURE_ORGANIZATION_RECURRING_EXPENSE";
|
|
63
|
+
FeatureEnum["FEATURE_ORGANIZATION_HELP_CENTER"] = "FEATURE_ORGANIZATION_HELP_CENTER";
|
|
64
|
+
FeatureEnum["FEATURE_CONTACT"] = "FEATURE_CONTACT";
|
|
65
|
+
FeatureEnum["FEATURE_GOAL"] = "FEATURE_GOAL";
|
|
66
|
+
FeatureEnum["FEATURE_GOAL_REPORT"] = "FEATURE_GOAL_REPORT";
|
|
67
|
+
FeatureEnum["FEATURE_GOAL_SETTING"] = "FEATURE_GOAL_SETTING";
|
|
68
|
+
FeatureEnum["FEATURE_REPORT"] = "FEATURE_REPORT";
|
|
69
|
+
FeatureEnum["FEATURE_USER"] = "FEATURE_USER";
|
|
70
|
+
FeatureEnum["FEATURE_ORGANIZATIONS"] = "FEATURE_ORGANIZATIONS";
|
|
71
|
+
FeatureEnum["FEATURE_APP_INTEGRATION"] = "FEATURE_APP_INTEGRATION";
|
|
72
|
+
FeatureEnum["FEATURE_SETTING"] = "FEATURE_SETTING";
|
|
73
|
+
FeatureEnum["FEATURE_EMAIL_HISTORY"] = "FEATURE_EMAIL_HISTORY";
|
|
74
|
+
FeatureEnum["FEATURE_EMAIL_TEMPLATE"] = "FEATURE_EMAIL_TEMPLATE";
|
|
75
|
+
FeatureEnum["FEATURE_IMPORT_EXPORT"] = "FEATURE_IMPORT_EXPORT";
|
|
76
|
+
FeatureEnum["FEATURE_FILE_STORAGE"] = "FEATURE_FILE_STORAGE";
|
|
77
|
+
FeatureEnum["FEATURE_PAYMENT_GATEWAY"] = "FEATURE_PAYMENT_GATEWAY";
|
|
78
|
+
FeatureEnum["FEATURE_SMS_GATEWAY"] = "FEATURE_SMS_GATEWAY";
|
|
79
|
+
FeatureEnum["FEATURE_SMTP"] = "FEATURE_SMTP";
|
|
80
|
+
FeatureEnum["FEATURE_ROLES_PERMISSION"] = "FEATURE_ROLES_PERMISSION";
|
|
81
|
+
FeatureEnum["FEATURE_EMAIL_VERIFICATION"] = "FEATURE_EMAIL_VERIFICATION";
|
|
82
|
+
/** Defines feature flags and settings related to user authentication methods. */
|
|
83
|
+
FeatureEnum["FEATURE_EMAIL_PASSWORD_LOGIN"] = "FEATURE_EMAIL_PASSWORD_LOGIN";
|
|
84
|
+
FeatureEnum["FEATURE_MAGIC_LOGIN"] = "FEATURE_MAGIC_LOGIN";
|
|
85
|
+
FeatureEnum["FEATURE_GITHUB_LOGIN"] = "FEATURE_GITHUB_LOGIN";
|
|
86
|
+
FeatureEnum["FEATURE_FACEBOOK_LOGIN"] = "FEATURE_FACEBOOK_LOGIN";
|
|
87
|
+
FeatureEnum["FEATURE_GOOGLE_LOGIN"] = "FEATURE_GOOGLE_LOGIN";
|
|
88
|
+
FeatureEnum["FEATURE_TWITTER_LOGIN"] = "FEATURE_TWITTER_LOGIN";
|
|
89
|
+
FeatureEnum["FEATURE_MICROSOFT_LOGIN"] = "FEATURE_MICROSOFT_LOGIN";
|
|
90
|
+
FeatureEnum["FEATURE_LINKEDIN_LOGIN"] = "FEATURE_LINKEDIN_LOGIN";
|
|
91
|
+
})(FeatureEnum || (exports.FeatureEnum = FeatureEnum = {}));
|
|
92
|
+
//# sourceMappingURL=feature.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/feature.model.ts"],"names":[],"mappings":";;;AAwCA,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC5B,kCAAa,CAAA;IACb,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;AACpB,CAAC,EALW,iBAAiB,iCAAjB,iBAAiB,QAK5B;AAED,IAAY,sBAMX;AAND,WAAY,sBAAsB;IACjC,6CAAmB,CAAA;IACnB,qDAA2B,CAAA;IAC3B,mDAAyB,CAAA;IACzB,qDAA2B,CAAA;IAC3B,mDAAyB,CAAA;AAC1B,CAAC,EANW,sBAAsB,sCAAtB,sBAAsB,QAMjC;AAiCD,IAAY,WAwEX;AAxED,WAAY,WAAW;IACtB,sDAAuC,CAAA;IACvC,8DAA+C,CAAA;IAC/C,oDAAqC,CAAA;IACrC,sEAAuD,CAAA;IACvD,kDAAmC,CAAA;IACnC,sEAAuD,CAAA;IACvD,oEAAqD,CAAA;IACrD,gDAAiC,CAAA;IACjC,kDAAmC,CAAA;IACnC,kDAAmC,CAAA;IACnC,oDAAqC,CAAA;IACrC,sEAAuD,CAAA;IACvD,oDAAqC,CAAA;IACrC,8DAA+C,CAAA;IAC/C,gEAAiD,CAAA;IACjD,sDAAuC,CAAA;IACvC,kDAAmC,CAAA;IACnC,0CAA2B,CAAA;IAC3B,sDAAuC,CAAA;IACvC,gFAAiE,CAAA;IACjE,0EAA2D,CAAA;IAC3D,4EAA6D,CAAA;IAC7D,sEAAuD,CAAA;IACvD,oFAAqE,CAAA;IACrE,gEAAiD,CAAA;IACjD,sEAAuD,CAAA;IACvD,oEAAqD,CAAA;IACrD,wFAAyE,CAAA;IACzE,wEAAyD,CAAA;IACzD,oEAAqD,CAAA;IACrD,8DAA+C,CAAA;IAC/C,4DAA6C,CAAA;IAC7C,gFAAiE,CAAA;IACjE,gFAAiE,CAAA;IACjE,oEAAqD,CAAA;IACrD,0EAA2D,CAAA;IAC3D,4EAA6D,CAAA;IAC7D,kFAAmE,CAAA;IACnE,sEAAuD,CAAA;IACvD,8EAA+D,CAAA;IAC/D,4FAA6E,CAAA;IAC7E,gGAAiF,CAAA;IACjF,oFAAqE,CAAA;IACrE,kDAAmC,CAAA;IACnC,4CAA6B,CAAA;IAC7B,0DAA2C,CAAA;IAC3C,4DAA6C,CAAA;IAC7C,gDAAiC,CAAA;IACjC,4CAA6B,CAAA;IAC7B,8DAA+C,CAAA;IAC/C,kEAAmD,CAAA;IACnD,kDAAmC,CAAA;IACnC,8DAA+C,CAAA;IAC/C,gEAAiD,CAAA;IACjD,8DAA+C,CAAA;IAC/C,4DAA6C,CAAA;IAC7C,kEAAmD,CAAA;IACnD,0DAA2C,CAAA;IAC3C,4CAA6B,CAAA;IAC7B,oEAAqD,CAAA;IACrD,wEAAyD,CAAA;IAEzD,iFAAiF;IACjF,4EAA6D,CAAA;IAC7D,0DAA2C,CAAA;IAC3C,4DAA6C,CAAA;IAC7C,gEAAiD,CAAA;IACjD,4DAA6C,CAAA;IAC7C,8DAA+C,CAAA;IAC/C,kEAAmD,CAAA;IACnD,gEAAiD,CAAA;AAClD,CAAC,EAxEW,WAAW,2BAAX,WAAW,QAwEtB"}
|