@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,58 @@
|
|
|
1
|
+
export interface FileStorageOption {
|
|
2
|
+
dest: string | CallableFunction;
|
|
3
|
+
provider?: FileStorageProvider;
|
|
4
|
+
prefix?: string;
|
|
5
|
+
filename?: string | CallableFunction;
|
|
6
|
+
}
|
|
7
|
+
export interface FileSystem {
|
|
8
|
+
rootPath: string;
|
|
9
|
+
baseUrl?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare enum FileStorageProviderEnum {
|
|
12
|
+
LOCAL = "LOCAL",
|
|
13
|
+
S3 = "S3",
|
|
14
|
+
WASABI = "WASABI",
|
|
15
|
+
CLOUDINARY = "CLOUDINARY",
|
|
16
|
+
DIGITALOCEAN = "DIGITALOCEAN"
|
|
17
|
+
}
|
|
18
|
+
export type FileStorageProvider = keyof typeof FileStorageProviderEnum | 'DEBUG';
|
|
19
|
+
export interface UploadedFile {
|
|
20
|
+
fieldname: string;
|
|
21
|
+
key: string;
|
|
22
|
+
originalname: string;
|
|
23
|
+
size: number;
|
|
24
|
+
encoding?: string;
|
|
25
|
+
mimetype?: string;
|
|
26
|
+
filename: string;
|
|
27
|
+
url: string;
|
|
28
|
+
path: string;
|
|
29
|
+
}
|
|
30
|
+
export interface IS3FileStorageProviderConfig {
|
|
31
|
+
aws_access_key_id?: string;
|
|
32
|
+
aws_secret_access_key?: string;
|
|
33
|
+
aws_default_region?: string;
|
|
34
|
+
aws_bucket?: string;
|
|
35
|
+
aws_force_path_style?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export interface IWasabiFileStorageProviderConfig {
|
|
38
|
+
wasabi_aws_access_key_id?: string;
|
|
39
|
+
wasabi_aws_secret_access_key?: string;
|
|
40
|
+
wasabi_aws_default_region?: string;
|
|
41
|
+
wasabi_aws_service_url?: string;
|
|
42
|
+
wasabi_aws_bucket?: string;
|
|
43
|
+
wasabi_aws_force_path_style?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export interface ICloudinaryFileStorageProviderConfig {
|
|
46
|
+
cloudinary_cloud_name?: string;
|
|
47
|
+
cloudinary_api_key?: string;
|
|
48
|
+
cloudinary_api_secret?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface IDigitalOceanFileStorageProviderConfig {
|
|
51
|
+
digitalocean_access_key_id?: string;
|
|
52
|
+
digitalocean_secret_access_key?: string;
|
|
53
|
+
digitalocean_default_region?: string;
|
|
54
|
+
digitalocean_service_url?: string;
|
|
55
|
+
digitalocean_cdn_url?: string;
|
|
56
|
+
digitalocean_s3_bucket?: string;
|
|
57
|
+
digitalocean_s3_force_path_style?: boolean;
|
|
58
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FileStorageProviderEnum = void 0;
|
|
4
|
+
// Enum representing different file storage providers
|
|
5
|
+
var FileStorageProviderEnum;
|
|
6
|
+
(function (FileStorageProviderEnum) {
|
|
7
|
+
FileStorageProviderEnum["LOCAL"] = "LOCAL";
|
|
8
|
+
FileStorageProviderEnum["S3"] = "S3";
|
|
9
|
+
FileStorageProviderEnum["WASABI"] = "WASABI";
|
|
10
|
+
FileStorageProviderEnum["CLOUDINARY"] = "CLOUDINARY";
|
|
11
|
+
FileStorageProviderEnum["DIGITALOCEAN"] = "DIGITALOCEAN";
|
|
12
|
+
})(FileStorageProviderEnum || (exports.FileStorageProviderEnum = FileStorageProviderEnum = {}));
|
|
13
|
+
//# sourceMappingURL=file-provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-provider.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/file-provider.ts"],"names":[],"mappings":";;;AAYA,qDAAqD;AACrD,IAAY,uBAMX;AAND,WAAY,uBAAuB;IAClC,0CAAe,CAAA;IACf,oCAAS,CAAA;IACT,4CAAiB,CAAA;IACjB,oDAAyB,CAAA;IACzB,wDAA6B,CAAA;AAC9B,CAAC,EANW,uBAAuB,uCAAvB,uBAAuB,QAMlC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface ILocation {
|
|
2
|
+
type: 'Point';
|
|
3
|
+
coordinates: [number, number];
|
|
4
|
+
}
|
|
5
|
+
export interface IAddress {
|
|
6
|
+
country: string | null;
|
|
7
|
+
city: string | null;
|
|
8
|
+
postcode?: string | null;
|
|
9
|
+
address: string | null;
|
|
10
|
+
address2: string | null;
|
|
11
|
+
}
|
|
12
|
+
export declare function getEmptyAddress(): IAddress;
|
|
13
|
+
export interface IGeoLocationCreateObject extends IAddress {
|
|
14
|
+
loc?: ILocation;
|
|
15
|
+
}
|
|
16
|
+
export interface IGeolocationUpdateObject extends IAddress {
|
|
17
|
+
loc?: ILocation;
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getEmptyAddress = getEmptyAddress;
|
|
4
|
+
function getEmptyAddress() {
|
|
5
|
+
return {
|
|
6
|
+
country: null,
|
|
7
|
+
city: null,
|
|
8
|
+
postcode: null,
|
|
9
|
+
address: null,
|
|
10
|
+
address2: null
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=geo-location.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geo-location.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/geo-location.model.ts"],"names":[],"mappings":";;AAaA,0CAQC;AARD,SAAgB,eAAe;IAC9B,OAAO;QACN,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,IAAI;KACd,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { IIntegrationTenant, IRelationalIntegrationTenant } from './integration.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
import { IRelationalOrganizationProject } from './organization-projects.model';
|
|
4
|
+
export declare const SYNC_TAG_GITHUB = "GitHub";
|
|
5
|
+
export declare const SYNC_TAG_GAUZY = "Gauzy";
|
|
6
|
+
interface IGithubAppInstallInputCommon extends IBasePerTenantAndOrganizationEntityModel {
|
|
7
|
+
provider?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IGithubAppInstallInput extends IGithubAppInstallInputCommon {
|
|
10
|
+
installation_id?: string;
|
|
11
|
+
setup_action?: string;
|
|
12
|
+
state?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface IOAuthAppInstallInput extends IGithubAppInstallInputCommon {
|
|
15
|
+
code?: string;
|
|
16
|
+
}
|
|
17
|
+
export interface IGithubRepository {
|
|
18
|
+
id: number;
|
|
19
|
+
node_id: string;
|
|
20
|
+
name: string;
|
|
21
|
+
full_name: string;
|
|
22
|
+
private: boolean;
|
|
23
|
+
visibility: string;
|
|
24
|
+
open_issues_count: number;
|
|
25
|
+
owner?: {
|
|
26
|
+
id: number;
|
|
27
|
+
login: string;
|
|
28
|
+
node_id: string;
|
|
29
|
+
};
|
|
30
|
+
[x: string]: any;
|
|
31
|
+
}
|
|
32
|
+
export interface IGithubIssueFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
33
|
+
page: number;
|
|
34
|
+
per_page: number;
|
|
35
|
+
}
|
|
36
|
+
export interface IGithubIssue {
|
|
37
|
+
id: number;
|
|
38
|
+
node_id: string;
|
|
39
|
+
number: number;
|
|
40
|
+
title: string;
|
|
41
|
+
state: string;
|
|
42
|
+
body: string;
|
|
43
|
+
labels: IGithubIssueLabel[];
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
}
|
|
46
|
+
export interface IGithubIssueLabel {
|
|
47
|
+
id: number;
|
|
48
|
+
node_id: string;
|
|
49
|
+
url: string;
|
|
50
|
+
name: string;
|
|
51
|
+
color: string;
|
|
52
|
+
default: boolean;
|
|
53
|
+
description: string;
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
}
|
|
56
|
+
export interface IGithubIssueCreateOrUpdatePayload {
|
|
57
|
+
repo: string;
|
|
58
|
+
owner: string;
|
|
59
|
+
issue_number?: number;
|
|
60
|
+
title: string;
|
|
61
|
+
body: string;
|
|
62
|
+
labels: Partial<IGithubIssueLabel[]>;
|
|
63
|
+
}
|
|
64
|
+
export interface IGithubInstallation {
|
|
65
|
+
id: number;
|
|
66
|
+
node_id: string;
|
|
67
|
+
}
|
|
68
|
+
export interface IGithubRepositoryResponse {
|
|
69
|
+
total_count: number;
|
|
70
|
+
repository_selection: string;
|
|
71
|
+
repositories: IGithubRepository[];
|
|
72
|
+
}
|
|
73
|
+
export declare enum GithubPropertyMapEnum {
|
|
74
|
+
INSTALLATION_ID = "installation_id",
|
|
75
|
+
SETUP_ACTION = "setup_action",
|
|
76
|
+
ACCESS_TOKEN = "access_token",
|
|
77
|
+
EXPIRES_IN = "expires_in",
|
|
78
|
+
REFRESH_TOKEN = "refresh_token",
|
|
79
|
+
REFRESH_TOKEN_EXPIRES_IN = "refresh_token_expires_in",
|
|
80
|
+
TOKEN_TYPE = "token_type",
|
|
81
|
+
SYNC_TAG = "sync_tag"
|
|
82
|
+
}
|
|
83
|
+
export interface IGithubSyncIssuePayload extends IBasePerTenantAndOrganizationEntityModel, IRelationalOrganizationProject {
|
|
84
|
+
issues: IGithubIssue | IGithubIssue[];
|
|
85
|
+
repository: IOrganizationGithubRepository;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Represents a payload for GitHub issues, including organization and tenant information.
|
|
89
|
+
*/
|
|
90
|
+
export interface IGithubRepositoryPayload {
|
|
91
|
+
repository: IGithubRepository;
|
|
92
|
+
}
|
|
93
|
+
/** */
|
|
94
|
+
export interface IGithubAutomationBase extends IGithubRepositoryPayload {
|
|
95
|
+
integration: IIntegrationTenant;
|
|
96
|
+
}
|
|
97
|
+
export interface IGithubAutomationIssuePayload extends IGithubAutomationBase {
|
|
98
|
+
issue: IGithubIssue;
|
|
99
|
+
}
|
|
100
|
+
export interface IGithubInstallationDeletedPayload extends Pick<IGithubAutomationBase, 'integration'> {
|
|
101
|
+
installation: IGithubInstallation;
|
|
102
|
+
repositories: IGithubRepository[];
|
|
103
|
+
}
|
|
104
|
+
export interface IOrganizationGithubRepository extends IBasePerTenantAndOrganizationEntityModel, IRelationalIntegrationTenant {
|
|
105
|
+
repositoryId: number;
|
|
106
|
+
name: string;
|
|
107
|
+
fullName: string;
|
|
108
|
+
owner: string;
|
|
109
|
+
issuesCount: number;
|
|
110
|
+
hasSyncEnabled: boolean;
|
|
111
|
+
private: boolean;
|
|
112
|
+
status: string;
|
|
113
|
+
}
|
|
114
|
+
export interface IOrganizationGithubRepositoryUpdateInput extends Partial<IOrganizationGithubRepository> {
|
|
115
|
+
}
|
|
116
|
+
export interface IOrganizationGithubRepositoryFindInput extends Partial<IOrganizationGithubRepository> {
|
|
117
|
+
}
|
|
118
|
+
export interface IOrganizationGithubRepositoryIssue extends IBasePerTenantAndOrganizationEntityModel {
|
|
119
|
+
issueId: number;
|
|
120
|
+
issueNumber: number;
|
|
121
|
+
/** Issue Sync With Repository */
|
|
122
|
+
repository?: IOrganizationGithubRepository;
|
|
123
|
+
repositoryId?: IOrganizationGithubRepository['id'];
|
|
124
|
+
}
|
|
125
|
+
export interface IIntegrationMapSyncRepository extends IBasePerTenantAndOrganizationEntityModel, IRelationalIntegrationTenant {
|
|
126
|
+
repository: IGithubRepository;
|
|
127
|
+
}
|
|
128
|
+
export declare enum GithubRepositoryStatusEnum {
|
|
129
|
+
SYNCING = "Syncing",
|
|
130
|
+
SUCCESSFULLY = "Successfully",
|
|
131
|
+
ERROR = "Error",
|
|
132
|
+
DISABLED = "Disabled"
|
|
133
|
+
}
|
|
134
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GithubRepositoryStatusEnum = exports.GithubPropertyMapEnum = exports.SYNC_TAG_GAUZY = exports.SYNC_TAG_GITHUB = void 0;
|
|
4
|
+
exports.SYNC_TAG_GITHUB = 'GitHub';
|
|
5
|
+
exports.SYNC_TAG_GAUZY = 'Gauzy';
|
|
6
|
+
// Enum for GitHub property mapping
|
|
7
|
+
var GithubPropertyMapEnum;
|
|
8
|
+
(function (GithubPropertyMapEnum) {
|
|
9
|
+
GithubPropertyMapEnum["INSTALLATION_ID"] = "installation_id";
|
|
10
|
+
GithubPropertyMapEnum["SETUP_ACTION"] = "setup_action";
|
|
11
|
+
GithubPropertyMapEnum["ACCESS_TOKEN"] = "access_token";
|
|
12
|
+
GithubPropertyMapEnum["EXPIRES_IN"] = "expires_in";
|
|
13
|
+
GithubPropertyMapEnum["REFRESH_TOKEN"] = "refresh_token";
|
|
14
|
+
GithubPropertyMapEnum["REFRESH_TOKEN_EXPIRES_IN"] = "refresh_token_expires_in";
|
|
15
|
+
GithubPropertyMapEnum["TOKEN_TYPE"] = "token_type";
|
|
16
|
+
GithubPropertyMapEnum["SYNC_TAG"] = "sync_tag";
|
|
17
|
+
})(GithubPropertyMapEnum || (exports.GithubPropertyMapEnum = GithubPropertyMapEnum = {}));
|
|
18
|
+
var GithubRepositoryStatusEnum;
|
|
19
|
+
(function (GithubRepositoryStatusEnum) {
|
|
20
|
+
GithubRepositoryStatusEnum["SYNCING"] = "Syncing";
|
|
21
|
+
GithubRepositoryStatusEnum["SUCCESSFULLY"] = "Successfully";
|
|
22
|
+
GithubRepositoryStatusEnum["ERROR"] = "Error";
|
|
23
|
+
GithubRepositoryStatusEnum["DISABLED"] = "Disabled";
|
|
24
|
+
})(GithubRepositoryStatusEnum || (exports.GithubRepositoryStatusEnum = GithubRepositoryStatusEnum = {}));
|
|
25
|
+
//# sourceMappingURL=github.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"github.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/github.model.ts"],"names":[],"mappings":";;;AAIa,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,cAAc,GAAG,OAAO,CAAC;AAwFtC,mCAAmC;AACnC,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC7B,4DAAmC,CAAA;IACnC,sDAA6B,CAAA;IAC7B,sDAA6B,CAAA;IAC7B,kDAAyB,CAAA;IACzB,wDAA+B,CAAA;IAC/B,8EAAqD,CAAA;IACrD,kDAAyB,CAAA;IACzB,8CAAqB,CAAA;AACzB,CAAC,EATW,qBAAqB,qCAArB,qBAAqB,QAShC;AAuDD,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iDAAmB,CAAA;IACnB,2DAA6B,CAAA;IAC7B,6CAAe,CAAA;IACf,mDAAqB,CAAA;AACzB,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IOrganizationFindInput } from './organization.model';
|
|
3
|
+
import { IEmployee, IEmployeeFindInput } from './employee.model';
|
|
4
|
+
export interface IGoalTimeFrame extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
name: string;
|
|
6
|
+
status: any;
|
|
7
|
+
startDate: Date;
|
|
8
|
+
endDate: Date;
|
|
9
|
+
}
|
|
10
|
+
export interface IGoalGeneralSetting extends IBasePerTenantAndOrganizationEntityModel {
|
|
11
|
+
maxObjectives: number;
|
|
12
|
+
maxKeyResults: number;
|
|
13
|
+
employeeCanCreateObjective: boolean;
|
|
14
|
+
canOwnObjectives: string;
|
|
15
|
+
canOwnKeyResult: string;
|
|
16
|
+
krTypeKPI: boolean;
|
|
17
|
+
krTypeTask: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface IKPI extends IBasePerTenantAndOrganizationEntityModel {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
type: string;
|
|
23
|
+
unit?: string;
|
|
24
|
+
currentValue: number;
|
|
25
|
+
targetValue: number;
|
|
26
|
+
lead?: IEmployee;
|
|
27
|
+
operator: string;
|
|
28
|
+
}
|
|
29
|
+
export interface IGoalTemplate extends IBasePerTenantAndOrganizationEntityModel {
|
|
30
|
+
name: string;
|
|
31
|
+
level: string;
|
|
32
|
+
keyResults?: Array<IKeyResultTemplate>;
|
|
33
|
+
category: string;
|
|
34
|
+
}
|
|
35
|
+
export interface IGoalTemplateFind extends IBasePerTenantAndOrganizationEntityModel {
|
|
36
|
+
id?: string;
|
|
37
|
+
}
|
|
38
|
+
export interface IKeyResultTemplate extends IBasePerTenantAndOrganizationEntityModel {
|
|
39
|
+
name: string;
|
|
40
|
+
type: string;
|
|
41
|
+
unit?: string;
|
|
42
|
+
deadline: string;
|
|
43
|
+
targetValue?: number;
|
|
44
|
+
initialValue: number;
|
|
45
|
+
hardDeadline?: Date;
|
|
46
|
+
softDeadline?: Date;
|
|
47
|
+
goal: IGoalTemplate;
|
|
48
|
+
goalId?: string;
|
|
49
|
+
kpi?: IGoalKPITemplate;
|
|
50
|
+
kpiId?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface IGoalKPITemplate extends IBasePerTenantAndOrganizationEntityModel {
|
|
53
|
+
name: string;
|
|
54
|
+
description: string;
|
|
55
|
+
type: string;
|
|
56
|
+
unit?: string;
|
|
57
|
+
currentValue?: number;
|
|
58
|
+
targetValue?: number;
|
|
59
|
+
lead?: IEmployee;
|
|
60
|
+
operator: string;
|
|
61
|
+
}
|
|
62
|
+
export declare enum TimeFrameStatusEnum {
|
|
63
|
+
ACTIVE = "Active",
|
|
64
|
+
INACTIVE = "Inactive"
|
|
65
|
+
}
|
|
66
|
+
export declare enum KpiMetricEnum {
|
|
67
|
+
NUMERICAL = "Numerical",
|
|
68
|
+
PERCENTAGE = "Percentage",
|
|
69
|
+
CURRENCY = "Currency"
|
|
70
|
+
}
|
|
71
|
+
export declare enum GoalTemplateCategoriesEnum {
|
|
72
|
+
PRODUCT_MANAGEMENT = "Product Management",
|
|
73
|
+
SALES = "Sales",
|
|
74
|
+
HR = "HR",
|
|
75
|
+
MARKETING = "Marketing"
|
|
76
|
+
}
|
|
77
|
+
export declare enum KpiOperatorEnum {
|
|
78
|
+
GREATER_THAN_EQUAL_TO = ">=",
|
|
79
|
+
LESSER_THAN_EQUAL_TO = "<="
|
|
80
|
+
}
|
|
81
|
+
export interface ISettingFindInput {
|
|
82
|
+
id?: string;
|
|
83
|
+
employee?: IEmployeeFindInput;
|
|
84
|
+
organization?: IOrganizationFindInput;
|
|
85
|
+
tenantId?: string;
|
|
86
|
+
}
|
|
87
|
+
export interface IGoalTimeFrameFindInput {
|
|
88
|
+
name?: string;
|
|
89
|
+
organization?: IOrganizationFindInput;
|
|
90
|
+
}
|
|
91
|
+
export declare enum GoalOwnershipEnum {
|
|
92
|
+
EMPLOYEES = "Employees",
|
|
93
|
+
TEAMS = "Teams",
|
|
94
|
+
EMPLOYEES_AND_TEAMS = "Employees and Teams"
|
|
95
|
+
}
|
|
96
|
+
export interface IGoalTimeFrameResponse {
|
|
97
|
+
items: IGoalTimeFrame[];
|
|
98
|
+
count: number;
|
|
99
|
+
}
|
|
100
|
+
export interface IKpiResponse {
|
|
101
|
+
items: IKPI[];
|
|
102
|
+
count: number;
|
|
103
|
+
}
|
|
104
|
+
export interface IGeneralSettingResponse {
|
|
105
|
+
items: IGoalGeneralSetting[];
|
|
106
|
+
count: number;
|
|
107
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GoalOwnershipEnum = exports.KpiOperatorEnum = exports.GoalTemplateCategoriesEnum = exports.KpiMetricEnum = exports.TimeFrameStatusEnum = void 0;
|
|
4
|
+
var TimeFrameStatusEnum;
|
|
5
|
+
(function (TimeFrameStatusEnum) {
|
|
6
|
+
TimeFrameStatusEnum["ACTIVE"] = "Active";
|
|
7
|
+
TimeFrameStatusEnum["INACTIVE"] = "Inactive";
|
|
8
|
+
})(TimeFrameStatusEnum || (exports.TimeFrameStatusEnum = TimeFrameStatusEnum = {}));
|
|
9
|
+
var KpiMetricEnum;
|
|
10
|
+
(function (KpiMetricEnum) {
|
|
11
|
+
KpiMetricEnum["NUMERICAL"] = "Numerical";
|
|
12
|
+
KpiMetricEnum["PERCENTAGE"] = "Percentage";
|
|
13
|
+
KpiMetricEnum["CURRENCY"] = "Currency";
|
|
14
|
+
})(KpiMetricEnum || (exports.KpiMetricEnum = KpiMetricEnum = {}));
|
|
15
|
+
var GoalTemplateCategoriesEnum;
|
|
16
|
+
(function (GoalTemplateCategoriesEnum) {
|
|
17
|
+
GoalTemplateCategoriesEnum["PRODUCT_MANAGEMENT"] = "Product Management";
|
|
18
|
+
GoalTemplateCategoriesEnum["SALES"] = "Sales";
|
|
19
|
+
GoalTemplateCategoriesEnum["HR"] = "HR";
|
|
20
|
+
GoalTemplateCategoriesEnum["MARKETING"] = "Marketing";
|
|
21
|
+
})(GoalTemplateCategoriesEnum || (exports.GoalTemplateCategoriesEnum = GoalTemplateCategoriesEnum = {}));
|
|
22
|
+
var KpiOperatorEnum;
|
|
23
|
+
(function (KpiOperatorEnum) {
|
|
24
|
+
KpiOperatorEnum["GREATER_THAN_EQUAL_TO"] = ">=";
|
|
25
|
+
KpiOperatorEnum["LESSER_THAN_EQUAL_TO"] = "<=";
|
|
26
|
+
})(KpiOperatorEnum || (exports.KpiOperatorEnum = KpiOperatorEnum = {}));
|
|
27
|
+
var GoalOwnershipEnum;
|
|
28
|
+
(function (GoalOwnershipEnum) {
|
|
29
|
+
GoalOwnershipEnum["EMPLOYEES"] = "Employees";
|
|
30
|
+
GoalOwnershipEnum["TEAMS"] = "Teams";
|
|
31
|
+
GoalOwnershipEnum["EMPLOYEES_AND_TEAMS"] = "Employees and Teams";
|
|
32
|
+
})(GoalOwnershipEnum || (exports.GoalOwnershipEnum = GoalOwnershipEnum = {}));
|
|
33
|
+
//# sourceMappingURL=goal-settings.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"goal-settings.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/goal-settings.model.ts"],"names":[],"mappings":";;;AA2EA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC9B,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;AACtB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAED,IAAY,aAIX;AAJD,WAAY,aAAa;IACxB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;AACtB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACrC,uEAAyC,CAAA;IACzC,6CAAe,CAAA;IACf,uCAAS,CAAA;IACT,qDAAuB,CAAA;AACxB,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IAC1B,+CAA4B,CAAA;IAC5B,8CAA2B,CAAA;AAC5B,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAcD,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC5B,4CAAuB,CAAA;IACvB,oCAAe,CAAA;IACf,gEAA2C,CAAA;AAC5C,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee, IEmployeeFindInput } from './employee.model';
|
|
3
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
4
|
+
import { ITask } from './task.model';
|
|
5
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
6
|
+
import { IKPI } from './goal-settings.model';
|
|
7
|
+
export interface IGoal extends IBasePerTenantAndOrganizationEntityModel {
|
|
8
|
+
name: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
ownerTeam?: IOrganizationTeam;
|
|
11
|
+
ownerEmployee?: IEmployee;
|
|
12
|
+
lead?: IEmployee;
|
|
13
|
+
deadline: string;
|
|
14
|
+
level: string;
|
|
15
|
+
progress: number;
|
|
16
|
+
keyResults?: Array<IKeyResult>;
|
|
17
|
+
alignedKeyResult?: IKeyResult;
|
|
18
|
+
}
|
|
19
|
+
export interface IKeyResult extends IBasePerTenantAndOrganizationEntityModel {
|
|
20
|
+
id?: string;
|
|
21
|
+
name: string;
|
|
22
|
+
description?: string;
|
|
23
|
+
type: string;
|
|
24
|
+
unit?: string;
|
|
25
|
+
targetValue?: number;
|
|
26
|
+
initialValue?: number;
|
|
27
|
+
update: number;
|
|
28
|
+
progress: number;
|
|
29
|
+
owner: IEmployee;
|
|
30
|
+
lead?: IEmployee;
|
|
31
|
+
deadline: string;
|
|
32
|
+
hardDeadline?: Date;
|
|
33
|
+
softDeadline?: Date;
|
|
34
|
+
status?: string;
|
|
35
|
+
weight?: string;
|
|
36
|
+
goalId?: string;
|
|
37
|
+
goal?: IGoal;
|
|
38
|
+
project?: IOrganizationProject;
|
|
39
|
+
projectId?: string;
|
|
40
|
+
task?: ITask;
|
|
41
|
+
taskId?: string;
|
|
42
|
+
updates?: Array<IKeyResultUpdate>;
|
|
43
|
+
kpi?: IKPI;
|
|
44
|
+
kpiId?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface IKeyResultUpdate extends IBasePerTenantAndOrganizationEntityModel {
|
|
47
|
+
id?: string;
|
|
48
|
+
owner: string;
|
|
49
|
+
progress: number;
|
|
50
|
+
update: number;
|
|
51
|
+
status: string;
|
|
52
|
+
keyResult?: IKeyResult;
|
|
53
|
+
keyResultId?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare enum KeyResultNumberUnitsEnum {
|
|
56
|
+
SALES = "sales",
|
|
57
|
+
VISITORS = "visitors",
|
|
58
|
+
PEOPLE = "people",
|
|
59
|
+
ITEMS = "items",
|
|
60
|
+
CLIENTS = "clients"
|
|
61
|
+
}
|
|
62
|
+
export declare enum KeyResultWeightEnum {
|
|
63
|
+
DEFAULT = "1",
|
|
64
|
+
INCREASE_BY_2X = "2",
|
|
65
|
+
INCREASE_BY_4X = "4"
|
|
66
|
+
}
|
|
67
|
+
export interface IGoalFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
68
|
+
employee?: IEmployeeFindInput;
|
|
69
|
+
}
|
|
70
|
+
export declare enum KeyResultTypeEnum {
|
|
71
|
+
NUMERICAL = "Numerical",
|
|
72
|
+
TRUE_OR_FALSE = "True/False",
|
|
73
|
+
CURRENCY = "Currency",
|
|
74
|
+
TASK = "Task",
|
|
75
|
+
KPI = "KPI"
|
|
76
|
+
}
|
|
77
|
+
export declare enum KeyResultDeadlineEnum {
|
|
78
|
+
NO_CUSTOM_DEADLINE = "No Custom Deadline",
|
|
79
|
+
HARD_DEADLINE = "Hard Deadline",
|
|
80
|
+
HARD_AND_SOFT_DEADLINE = "Hard and Soft Deadline"
|
|
81
|
+
}
|
|
82
|
+
export declare enum GoalLevelEnum {
|
|
83
|
+
ORGANIZATION = "Organization",
|
|
84
|
+
TEAM = "Team",
|
|
85
|
+
EMPLOYEE = "Employee"
|
|
86
|
+
}
|
|
87
|
+
export declare enum KeyResultUpdateStatusEnum {
|
|
88
|
+
ON_TRACK = "on track",
|
|
89
|
+
NEEDS_ATTENTION = "needs attention",
|
|
90
|
+
OFF_TRACK = "off track",
|
|
91
|
+
NONE = "none"
|
|
92
|
+
}
|
|
93
|
+
export interface IGoalResponse {
|
|
94
|
+
items: IGoal[];
|
|
95
|
+
count: number;
|
|
96
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KeyResultUpdateStatusEnum = exports.GoalLevelEnum = exports.KeyResultDeadlineEnum = exports.KeyResultTypeEnum = exports.KeyResultWeightEnum = exports.KeyResultNumberUnitsEnum = void 0;
|
|
4
|
+
var KeyResultNumberUnitsEnum;
|
|
5
|
+
(function (KeyResultNumberUnitsEnum) {
|
|
6
|
+
KeyResultNumberUnitsEnum["SALES"] = "sales";
|
|
7
|
+
KeyResultNumberUnitsEnum["VISITORS"] = "visitors";
|
|
8
|
+
KeyResultNumberUnitsEnum["PEOPLE"] = "people";
|
|
9
|
+
KeyResultNumberUnitsEnum["ITEMS"] = "items";
|
|
10
|
+
KeyResultNumberUnitsEnum["CLIENTS"] = "clients";
|
|
11
|
+
})(KeyResultNumberUnitsEnum || (exports.KeyResultNumberUnitsEnum = KeyResultNumberUnitsEnum = {}));
|
|
12
|
+
var KeyResultWeightEnum;
|
|
13
|
+
(function (KeyResultWeightEnum) {
|
|
14
|
+
KeyResultWeightEnum["DEFAULT"] = "1";
|
|
15
|
+
KeyResultWeightEnum["INCREASE_BY_2X"] = "2";
|
|
16
|
+
KeyResultWeightEnum["INCREASE_BY_4X"] = "4";
|
|
17
|
+
})(KeyResultWeightEnum || (exports.KeyResultWeightEnum = KeyResultWeightEnum = {}));
|
|
18
|
+
var KeyResultTypeEnum;
|
|
19
|
+
(function (KeyResultTypeEnum) {
|
|
20
|
+
KeyResultTypeEnum["NUMERICAL"] = "Numerical";
|
|
21
|
+
KeyResultTypeEnum["TRUE_OR_FALSE"] = "True/False";
|
|
22
|
+
KeyResultTypeEnum["CURRENCY"] = "Currency";
|
|
23
|
+
KeyResultTypeEnum["TASK"] = "Task";
|
|
24
|
+
KeyResultTypeEnum["KPI"] = "KPI";
|
|
25
|
+
})(KeyResultTypeEnum || (exports.KeyResultTypeEnum = KeyResultTypeEnum = {}));
|
|
26
|
+
var KeyResultDeadlineEnum;
|
|
27
|
+
(function (KeyResultDeadlineEnum) {
|
|
28
|
+
KeyResultDeadlineEnum["NO_CUSTOM_DEADLINE"] = "No Custom Deadline";
|
|
29
|
+
KeyResultDeadlineEnum["HARD_DEADLINE"] = "Hard Deadline";
|
|
30
|
+
KeyResultDeadlineEnum["HARD_AND_SOFT_DEADLINE"] = "Hard and Soft Deadline";
|
|
31
|
+
})(KeyResultDeadlineEnum || (exports.KeyResultDeadlineEnum = KeyResultDeadlineEnum = {}));
|
|
32
|
+
var GoalLevelEnum;
|
|
33
|
+
(function (GoalLevelEnum) {
|
|
34
|
+
GoalLevelEnum["ORGANIZATION"] = "Organization";
|
|
35
|
+
GoalLevelEnum["TEAM"] = "Team";
|
|
36
|
+
GoalLevelEnum["EMPLOYEE"] = "Employee";
|
|
37
|
+
})(GoalLevelEnum || (exports.GoalLevelEnum = GoalLevelEnum = {}));
|
|
38
|
+
var KeyResultUpdateStatusEnum;
|
|
39
|
+
(function (KeyResultUpdateStatusEnum) {
|
|
40
|
+
KeyResultUpdateStatusEnum["ON_TRACK"] = "on track";
|
|
41
|
+
KeyResultUpdateStatusEnum["NEEDS_ATTENTION"] = "needs attention";
|
|
42
|
+
KeyResultUpdateStatusEnum["OFF_TRACK"] = "off track";
|
|
43
|
+
KeyResultUpdateStatusEnum["NONE"] = "none";
|
|
44
|
+
})(KeyResultUpdateStatusEnum || (exports.KeyResultUpdateStatusEnum = KeyResultUpdateStatusEnum = {}));
|
|
45
|
+
//# sourceMappingURL=goals.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"goals.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/goals.model.ts"],"names":[],"mappings":";;;AA0DA,IAAY,wBAMX;AAND,WAAY,wBAAwB;IACnC,2CAAe,CAAA;IACf,iDAAqB,CAAA;IACrB,6CAAiB,CAAA;IACjB,2CAAe,CAAA;IACf,+CAAmB,CAAA;AACpB,CAAC,EANW,wBAAwB,wCAAxB,wBAAwB,QAMnC;AAED,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC9B,oCAAa,CAAA;IACb,2CAAoB,CAAA;IACpB,2CAAoB,CAAA;AACrB,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B;AAMD,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC5B,4CAAuB,CAAA;IACvB,iDAA4B,CAAA;IAC5B,0CAAqB,CAAA;IACrB,kCAAa,CAAA;IACb,gCAAW,CAAA;AACZ,CAAC,EANW,iBAAiB,iCAAjB,iBAAiB,QAM5B;AAED,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAChC,kEAAyC,CAAA;IACzC,wDAA+B,CAAA;IAC/B,0EAAiD,CAAA;AAClD,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAED,IAAY,aAIX;AAJD,WAAY,aAAa;IACxB,8CAA6B,CAAA;IAC7B,8BAAa,CAAA;IACb,sCAAqB,CAAA;AACtB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACpC,kDAAqB,CAAA;IACrB,gEAAmC,CAAA;IACnC,oDAAuB,CAAA;IACvB,0CAAa,CAAA;AACd,CAAC,EALW,yBAAyB,yCAAzB,yBAAyB,QAKpC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, ID, JsonData } from './base-entity.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
4
|
+
import { ITag } from './tag.model';
|
|
5
|
+
export interface IHelpCenterArticle extends IBasePerTenantAndOrganizationEntityModel {
|
|
6
|
+
name: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
data?: string;
|
|
9
|
+
index: number;
|
|
10
|
+
draft?: boolean;
|
|
11
|
+
privacy?: boolean;
|
|
12
|
+
categoryId: ID;
|
|
13
|
+
employees?: IEmployee[];
|
|
14
|
+
authors?: IHelpCenterAuthor[];
|
|
15
|
+
descriptionHtml?: string;
|
|
16
|
+
descriptionJson?: JsonData;
|
|
17
|
+
descriptionBinary?: Uint8Array;
|
|
18
|
+
parentId?: ID;
|
|
19
|
+
parent?: IHelpCenterArticle;
|
|
20
|
+
children?: IHelpCenterArticle[];
|
|
21
|
+
ownedById?: ID;
|
|
22
|
+
ownedBy?: IEmployee;
|
|
23
|
+
projects?: IOrganizationProject[];
|
|
24
|
+
isLocked?: boolean;
|
|
25
|
+
color?: string;
|
|
26
|
+
externalId?: string;
|
|
27
|
+
tags?: ITag[];
|
|
28
|
+
versions?: IHelpCenterArticleVersion[];
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Article version
|
|
32
|
+
* This is used to track changes to articles over time
|
|
33
|
+
*/
|
|
34
|
+
export interface IHelpCenterArticleVersion extends IBasePerTenantAndOrganizationEntityModel {
|
|
35
|
+
articleId: ID;
|
|
36
|
+
article?: IHelpCenterArticle;
|
|
37
|
+
ownedById?: ID;
|
|
38
|
+
ownedBy?: IEmployee;
|
|
39
|
+
lastSavedAt: Date;
|
|
40
|
+
descriptionHtml?: string;
|
|
41
|
+
descriptionJson?: JsonData;
|
|
42
|
+
descriptionBinary?: Uint8Array;
|
|
43
|
+
}
|
|
44
|
+
export interface IHelpCenterAuthor extends IBasePerTenantAndOrganizationEntityModel {
|
|
45
|
+
articleId: string;
|
|
46
|
+
article?: IHelpCenterArticle;
|
|
47
|
+
employeeId: string;
|
|
48
|
+
employee?: IEmployee;
|
|
49
|
+
articles?: IHelpCenterArticle[];
|
|
50
|
+
}
|
|
51
|
+
export interface IHelpCenterAuthorCreate extends IBasePerTenantAndOrganizationEntityModel {
|
|
52
|
+
articleId: string;
|
|
53
|
+
employeeIds: string[];
|
|
54
|
+
}
|
|
55
|
+
export interface IHelpCenterAuthorFind extends IBasePerTenantAndOrganizationEntityModel {
|
|
56
|
+
id?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface IHelpCenterArticleUpdate extends Partial<IHelpCenterArticle> {
|
|
59
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"help-center-article.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/help-center-article.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IHelpCenterArticle } from './help-center-article.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
export interface IHelpCenter extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
name: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
flag: string;
|
|
7
|
+
privacy: string;
|
|
8
|
+
language: string;
|
|
9
|
+
color: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
data?: string;
|
|
12
|
+
index: number;
|
|
13
|
+
children?: IHelpCenter[];
|
|
14
|
+
parent?: IHelpCenter;
|
|
15
|
+
article?: IHelpCenterArticle[];
|
|
16
|
+
parentId?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface IHelpCenterFind extends IBasePerTenantAndOrganizationEntityModel {
|
|
19
|
+
id?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum HelpCenterActionEnum {
|
|
22
|
+
ADD = "add",
|
|
23
|
+
EDIT = "edit"
|
|
24
|
+
}
|
|
25
|
+
export declare enum HelpCenterFlagEnum {
|
|
26
|
+
BASE = "base",
|
|
27
|
+
CATEGORY = "category"
|
|
28
|
+
}
|