@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,165 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.BaseEntityEnum = exports.ActorTypeEnum = void 0;
|
|
18
|
+
__exportStar(require("./accounting-template.model"), exports);
|
|
19
|
+
/** App Setting Model */
|
|
20
|
+
__exportStar(require("./activity-log.model"), exports);
|
|
21
|
+
__exportStar(require("./auth.model"), exports);
|
|
22
|
+
__exportStar(require("./appointment-employees.model"), exports);
|
|
23
|
+
__exportStar(require("./approval-policy.model"), exports);
|
|
24
|
+
__exportStar(require("./availability-slots.model"), exports);
|
|
25
|
+
__exportStar(require("./candidate-criterions-rating.model"), exports);
|
|
26
|
+
__exportStar(require("./candidate-document.model"), exports);
|
|
27
|
+
__exportStar(require("./candidate-education.model"), exports);
|
|
28
|
+
__exportStar(require("./candidate-experience.model"), exports);
|
|
29
|
+
__exportStar(require("./candidate-feedback.model"), exports);
|
|
30
|
+
__exportStar(require("./candidate-interview.model"), exports);
|
|
31
|
+
__exportStar(require("./candidate-interviewers.model"), exports);
|
|
32
|
+
__exportStar(require("./candidate-personal-qualities.model"), exports);
|
|
33
|
+
__exportStar(require("./candidate-skill.model"), exports);
|
|
34
|
+
__exportStar(require("./candidate-source.model"), exports);
|
|
35
|
+
__exportStar(require("./candidate-technologies.model"), exports);
|
|
36
|
+
__exportStar(require("./candidate.model"), exports);
|
|
37
|
+
__exportStar(require("./changelog.model"), exports);
|
|
38
|
+
__exportStar(require("./chart.model"), exports);
|
|
39
|
+
__exportStar(require("./comment.model"), exports);
|
|
40
|
+
__exportStar(require("./contact.model"), exports);
|
|
41
|
+
__exportStar(require("./core.model"), exports);
|
|
42
|
+
__exportStar(require("./country.model"), exports);
|
|
43
|
+
__exportStar(require("./currency.model"), exports);
|
|
44
|
+
__exportStar(require("./custom-smtp.model"), exports);
|
|
45
|
+
__exportStar(require("./date-picker.model"), exports);
|
|
46
|
+
__exportStar(require("./dashboard-widget.model"), exports);
|
|
47
|
+
__exportStar(require("./dashboard.model"), exports);
|
|
48
|
+
__exportStar(require("./deal.model"), exports);
|
|
49
|
+
__exportStar(require("./email-reset.model"), exports);
|
|
50
|
+
__exportStar(require("./email-template.model"), exports);
|
|
51
|
+
__exportStar(require("./email.model"), exports);
|
|
52
|
+
__exportStar(require("./employee-appointment.model"), exports);
|
|
53
|
+
__exportStar(require("./employee-award.model"), exports);
|
|
54
|
+
__exportStar(require("./employee-job.model"), exports);
|
|
55
|
+
__exportStar(require("./employee-notification.model"), exports);
|
|
56
|
+
__exportStar(require("./employee-phone.model"), exports);
|
|
57
|
+
__exportStar(require("./employee-proposal-template.model"), exports);
|
|
58
|
+
__exportStar(require("./employee-recent-visit.model"), exports);
|
|
59
|
+
__exportStar(require("./employee-recurring-expense.model"), exports);
|
|
60
|
+
__exportStar(require("./employee-settings.model"), exports);
|
|
61
|
+
__exportStar(require("./employee-statistics.model"), exports);
|
|
62
|
+
__exportStar(require("./employee.model"), exports);
|
|
63
|
+
__exportStar(require("./entity-with-members.model"), exports);
|
|
64
|
+
__exportStar(require("./equipment-sharing-policy.model"), exports);
|
|
65
|
+
__exportStar(require("./equipment-sharing.model"), exports);
|
|
66
|
+
__exportStar(require("./equipment.model"), exports);
|
|
67
|
+
__exportStar(require("./estimate-email.model"), exports);
|
|
68
|
+
__exportStar(require("./event-type.model"), exports);
|
|
69
|
+
__exportStar(require("./expense-category.model"), exports);
|
|
70
|
+
__exportStar(require("./expense-category.model"), exports);
|
|
71
|
+
__exportStar(require("./expense.model"), exports);
|
|
72
|
+
__exportStar(require("./favorite.model"), exports);
|
|
73
|
+
__exportStar(require("./feature.model"), exports);
|
|
74
|
+
__exportStar(require("./file-provider"), exports);
|
|
75
|
+
__exportStar(require("./geo-location.model"), exports);
|
|
76
|
+
__exportStar(require("./github.model"), exports);
|
|
77
|
+
__exportStar(require("./goal-settings.model"), exports);
|
|
78
|
+
__exportStar(require("./goals.model"), exports);
|
|
79
|
+
__exportStar(require("./help-center-article.model"), exports);
|
|
80
|
+
__exportStar(require("./help-center.model"), exports);
|
|
81
|
+
__exportStar(require("./http-status.enum"), exports);
|
|
82
|
+
__exportStar(require("./hubstaff.model"), exports);
|
|
83
|
+
__exportStar(require("./image-asset.model"), exports);
|
|
84
|
+
__exportStar(require("./import-export.model"), exports);
|
|
85
|
+
__exportStar(require("./income.model"), exports);
|
|
86
|
+
__exportStar(require("./integration.model"), exports);
|
|
87
|
+
__exportStar(require("./integration-setting.model"), exports);
|
|
88
|
+
__exportStar(require("./invite.model"), exports);
|
|
89
|
+
__exportStar(require("./invoice-estimate-history.model"), exports);
|
|
90
|
+
__exportStar(require("./invoice-item.model"), exports);
|
|
91
|
+
__exportStar(require("./invoice.model"), exports);
|
|
92
|
+
__exportStar(require("./issue-type.model"), exports);
|
|
93
|
+
__exportStar(require("./job-matching.model"), exports);
|
|
94
|
+
__exportStar(require("./job-search-category.model"), exports);
|
|
95
|
+
__exportStar(require("./job-search-occupation.model"), exports);
|
|
96
|
+
__exportStar(require("./language.model"), exports);
|
|
97
|
+
__exportStar(require("./mention.model"), exports);
|
|
98
|
+
__exportStar(require("./organization-award.model"), exports);
|
|
99
|
+
__exportStar(require("./organization-contact.model"), exports);
|
|
100
|
+
__exportStar(require("./organization-department.model"), exports);
|
|
101
|
+
__exportStar(require("./organization-document.model"), exports);
|
|
102
|
+
__exportStar(require("./organization-employment-type.model"), exports);
|
|
103
|
+
__exportStar(require("./organization-expense-category.model"), exports);
|
|
104
|
+
__exportStar(require("./organization-language.model"), exports);
|
|
105
|
+
__exportStar(require("./organization-positions.model"), exports);
|
|
106
|
+
__exportStar(require("./organization-projects.model"), exports);
|
|
107
|
+
__exportStar(require("./organization-project-module.model"), exports);
|
|
108
|
+
__exportStar(require("./organization-recurring-expense.model"), exports);
|
|
109
|
+
__exportStar(require("./organization-sprint.model"), exports);
|
|
110
|
+
__exportStar(require("./organization-task-setting.model"), exports);
|
|
111
|
+
__exportStar(require("./organization-team-employee-model"), exports);
|
|
112
|
+
__exportStar(require("./organization-team-join-request.model"), exports);
|
|
113
|
+
__exportStar(require("./organization-team.model"), exports);
|
|
114
|
+
__exportStar(require("./organization-vendors.model"), exports);
|
|
115
|
+
__exportStar(require("./organization.model"), exports);
|
|
116
|
+
__exportStar(require("./password-reset.model"), exports);
|
|
117
|
+
__exportStar(require("./payment.model"), exports);
|
|
118
|
+
__exportStar(require("./pipeline-stage.model"), exports);
|
|
119
|
+
__exportStar(require("./pipeline.model"), exports);
|
|
120
|
+
__exportStar(require("./product.model"), exports);
|
|
121
|
+
__exportStar(require("./proposal.model"), exports);
|
|
122
|
+
__exportStar(require("./reaction.model"), exports);
|
|
123
|
+
__exportStar(require("./recurring-expense.model"), exports);
|
|
124
|
+
__exportStar(require("./report.model"), exports);
|
|
125
|
+
__exportStar(require("./request-approval-employee.model"), exports);
|
|
126
|
+
__exportStar(require("./request-approval-team.model"), exports);
|
|
127
|
+
__exportStar(require("./request-approval.model"), exports);
|
|
128
|
+
__exportStar(require("./resource-link.model"), exports);
|
|
129
|
+
__exportStar(require("./role-permission.model"), exports);
|
|
130
|
+
__exportStar(require("./role.model"), exports);
|
|
131
|
+
__exportStar(require("./shared-entity.model"), exports);
|
|
132
|
+
__exportStar(require("./screenshot.model"), exports);
|
|
133
|
+
__exportStar(require("./seed.model"), exports);
|
|
134
|
+
__exportStar(require("./shared-types"), exports);
|
|
135
|
+
__exportStar(require("./skill-entity.model"), exports);
|
|
136
|
+
__exportStar(require("./sms.model"), exports);
|
|
137
|
+
__exportStar(require("./social-account.model"), exports);
|
|
138
|
+
__exportStar(require("./screening-task.model"), exports);
|
|
139
|
+
__exportStar(require("./subscription.model"), exports);
|
|
140
|
+
__exportStar(require("./tag.model"), exports);
|
|
141
|
+
__exportStar(require("./task-estimation.model"), exports);
|
|
142
|
+
__exportStar(require("./task-linked-issue.model"), exports);
|
|
143
|
+
__exportStar(require("./task-priority.model"), exports);
|
|
144
|
+
__exportStar(require("./task-related-issue-type.model"), exports);
|
|
145
|
+
__exportStar(require("./task-size.model"), exports);
|
|
146
|
+
__exportStar(require("./task-status.model"), exports);
|
|
147
|
+
__exportStar(require("./task-version.model"), exports);
|
|
148
|
+
__exportStar(require("./task-view.model"), exports);
|
|
149
|
+
__exportStar(require("./task.model"), exports);
|
|
150
|
+
__exportStar(require("./daily-plan.model"), exports);
|
|
151
|
+
__exportStar(require("./tenant.model"), exports);
|
|
152
|
+
__exportStar(require("./time-off.model"), exports);
|
|
153
|
+
__exportStar(require("./timesheet-statistics.model"), exports);
|
|
154
|
+
__exportStar(require("./timesheet.model"), exports);
|
|
155
|
+
__exportStar(require("./translation.model"), exports);
|
|
156
|
+
__exportStar(require("./tree-node.model"), exports);
|
|
157
|
+
__exportStar(require("./upwork.model"), exports);
|
|
158
|
+
__exportStar(require("./user-organization.model"), exports);
|
|
159
|
+
__exportStar(require("./user.model"), exports);
|
|
160
|
+
__exportStar(require("./wakatime.model"), exports);
|
|
161
|
+
var base_entity_model_1 = require("./base-entity.model");
|
|
162
|
+
Object.defineProperty(exports, "ActorTypeEnum", { enumerable: true, get: function () { return base_entity_model_1.ActorTypeEnum; } });
|
|
163
|
+
Object.defineProperty(exports, "BaseEntityEnum", { enumerable: true, get: function () { return base_entity_model_1.BaseEntityEnum; } });
|
|
164
|
+
__exportStar(require("./proxy.model"), exports);
|
|
165
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wBAAwB;AACxB,uDAAqC;AACrC,+CAA6B;AAC7B,gEAA8C;AAC9C,0DAAwC;AACxC,6DAA2C;AAC3C,sEAAoD;AACpD,6DAA2C;AAC3C,8DAA4C;AAC5C,+DAA6C;AAC7C,6DAA2C;AAC3C,8DAA4C;AAC5C,iEAA+C;AAC/C,uEAAqD;AACrD,0DAAwC;AACxC,2DAAyC;AACzC,iEAA+C;AAC/C,oDAAkC;AAClC,oDAAkC;AAClC,gDAA8B;AAC9B,kDAAgC;AAChC,kDAAgC;AAChC,+CAA6B;AAC7B,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,sDAAoC;AACpC,2DAAyC;AACzC,oDAAkC;AAClC,+CAA6B;AAC7B,sDAAoC;AACpC,yDAAuC;AACvC,gDAA8B;AAC9B,+DAA6C;AAC7C,yDAAuC;AACvC,uDAAqC;AACrC,gEAA8C;AAC9C,yDAAuC;AACvC,qEAAmD;AACnD,gEAA8C;AAC9C,qEAAmD;AACnD,4DAA0C;AAC1C,8DAA4C;AAC5C,mDAAiC;AACjC,8DAA4C;AAC5C,mEAAiD;AACjD,4DAA0C;AAC1C,oDAAkC;AAClC,yDAAuC;AACvC,qDAAmC;AACnC,2DAAyC;AACzC,2DAAyC;AACzC,kDAAgC;AAChC,mDAAiC;AACjC,kDAAgC;AAChC,kDAAgC;AAChC,uDAAqC;AACrC,iDAA+B;AAC/B,wDAAsC;AACtC,gDAA8B;AAC9B,8DAA4C;AAC5C,sDAAoC;AACpC,qDAAmC;AACnC,mDAAiC;AACjC,sDAAoC;AACpC,wDAAsC;AACtC,iDAA+B;AAC/B,sDAAoC;AACpC,8DAA4C;AAC5C,iDAA+B;AAC/B,mEAAiD;AACjD,uDAAqC;AACrC,kDAAgC;AAChC,qDAAmC;AACnC,uDAAqC;AACrC,8DAA4C;AAC5C,gEAA8C;AAC9C,mDAAiC;AACjC,kDAAgC;AAChC,6DAA2C;AAC3C,+DAA6C;AAC7C,kEAAgD;AAChD,gEAA8C;AAC9C,uEAAqD;AACrD,wEAAsD;AACtD,gEAA8C;AAC9C,iEAA+C;AAC/C,gEAA8C;AAC9C,sEAAoD;AACpD,yEAAuD;AACvD,8DAA4C;AAC5C,oEAAkD;AAClD,qEAAmD;AACnD,yEAAuD;AACvD,4DAA0C;AAC1C,+DAA6C;AAC7C,uDAAqC;AACrC,yDAAuC;AACvC,kDAAgC;AAChC,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,mDAAiC;AACjC,4DAA0C;AAC1C,iDAA+B;AAC/B,oEAAkD;AAClD,gEAA8C;AAC9C,2DAAyC;AACzC,wDAAsC;AACtC,0DAAwC;AACxC,+CAA6B;AAC7B,wDAAsC;AACtC,qDAAmC;AACnC,+CAA6B;AAC7B,iDAA+B;AAC/B,uDAAqC;AACrC,8CAA4B;AAC5B,yDAAuC;AACvC,yDAAuC;AACvC,uDAAqC;AACrC,8CAA4B;AAC5B,0DAAwC;AACxC,4DAA0C;AAC1C,wDAAsC;AACtC,kEAAgD;AAChD,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,oDAAkC;AAClC,+CAA6B;AAC7B,qDAAmC;AACnC,iDAA+B;AAC/B,mDAAiC;AACjC,+DAA6C;AAC7C,oDAAkC;AAClC,sDAAoC;AACpC,oDAAkC;AAClC,iDAA+B;AAC/B,4DAA0C;AAC1C,+CAA6B;AAC7B,mDAAiC;AAGjC,yDAQ6B;AAH5B,kHAAA,aAAa,OAAA;AACb,mHAAA,cAAc,OAAA;AAIf,gDAA8B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from "./base-entity.model";
|
|
2
|
+
import { IRelationalIntegrationTenant } from "./integration.model";
|
|
3
|
+
export interface IIntegrationSetting extends IBasePerTenantAndOrganizationEntityModel, IRelationalIntegrationTenant {
|
|
4
|
+
settingsName: string;
|
|
5
|
+
settingsValue: string;
|
|
6
|
+
}
|
|
7
|
+
export interface IIntegrationSettingUpdateInput extends Pick<IIntegrationSetting, 'settingsValue' | 'organizationId'> {
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration-setting.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/integration-setting.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { IBaseEntityModel, IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel, ID } from './base-entity.model';
|
|
2
|
+
import { ITag } from './tag.model';
|
|
3
|
+
import { IIntegrationSetting } from './integration-setting.model';
|
|
4
|
+
export interface IRelationIntegration {
|
|
5
|
+
integration?: IIntegration;
|
|
6
|
+
integrationId?: ID;
|
|
7
|
+
}
|
|
8
|
+
export interface IRelationalIntegrationTenant {
|
|
9
|
+
integration?: IIntegrationTenant;
|
|
10
|
+
integrationId?: ID;
|
|
11
|
+
}
|
|
12
|
+
export interface IIntegrationEntitySetting extends IBasePerTenantAndOrganizationEntityModel, IRelationalIntegrationTenant {
|
|
13
|
+
entity: IntegrationEntity;
|
|
14
|
+
sync: boolean;
|
|
15
|
+
tiedEntities?: IIntegrationEntitySettingTied[];
|
|
16
|
+
}
|
|
17
|
+
export interface IIntegrationEntitySettingTied extends IBasePerTenantAndOrganizationEntityModel {
|
|
18
|
+
entity: IntegrationEntity;
|
|
19
|
+
sync: boolean;
|
|
20
|
+
integrationEntitySetting?: IIntegrationEntitySetting;
|
|
21
|
+
integrationEntitySettingId?: ID;
|
|
22
|
+
}
|
|
23
|
+
export interface IIntegrationMap extends IBasePerTenantAndOrganizationEntityModel, IRelationalIntegrationTenant {
|
|
24
|
+
sourceId: string;
|
|
25
|
+
gauzyId: string;
|
|
26
|
+
}
|
|
27
|
+
export interface IIntegrationViewModel {
|
|
28
|
+
name: string;
|
|
29
|
+
imgSrc: string;
|
|
30
|
+
navigation_url: string;
|
|
31
|
+
isComingSoon?: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface IIntegrationTenant extends IBasePerTenantAndOrganizationEntityModel, IRelationIntegration {
|
|
34
|
+
name: IntegrationEnum;
|
|
35
|
+
lastSyncedAt?: Date;
|
|
36
|
+
entitySettings?: IIntegrationEntitySetting[];
|
|
37
|
+
settings?: IIntegrationSetting[];
|
|
38
|
+
}
|
|
39
|
+
export interface IIntegrationTenantFindInput extends IBasePerTenantAndOrganizationEntityModel, IBaseRelationsEntityModel, IRelationIntegration {
|
|
40
|
+
name?: IntegrationEnum;
|
|
41
|
+
}
|
|
42
|
+
export interface IIntegration extends IBaseEntityModel {
|
|
43
|
+
name: string;
|
|
44
|
+
imgSrc: string;
|
|
45
|
+
isComingSoon?: boolean;
|
|
46
|
+
isPaid?: boolean;
|
|
47
|
+
version?: string;
|
|
48
|
+
docUrl?: string;
|
|
49
|
+
provider?: string;
|
|
50
|
+
redirectUrl?: string;
|
|
51
|
+
isFreeTrial?: boolean;
|
|
52
|
+
freeTrialPeriod?: number;
|
|
53
|
+
order?: number;
|
|
54
|
+
integrationTypes?: IIntegrationType[];
|
|
55
|
+
tags?: ITag[];
|
|
56
|
+
fullImgUrl?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface IIntegrationType extends IBaseEntityModel {
|
|
59
|
+
name: string;
|
|
60
|
+
description: string;
|
|
61
|
+
icon: string;
|
|
62
|
+
groupName: string;
|
|
63
|
+
order: number;
|
|
64
|
+
integrations: IIntegration[];
|
|
65
|
+
}
|
|
66
|
+
export interface IIntegrationFilter {
|
|
67
|
+
integrationTypeId: string;
|
|
68
|
+
searchQuery: string;
|
|
69
|
+
filter: string;
|
|
70
|
+
}
|
|
71
|
+
/** */
|
|
72
|
+
export interface IIntegrationMapSyncBase extends IBasePerTenantAndOrganizationEntityModel, IRelationalIntegrationTenant {
|
|
73
|
+
sourceId?: IIntegrationMap['sourceId'];
|
|
74
|
+
}
|
|
75
|
+
export interface IIntegrationMapSyncEntity<T> extends IIntegrationMapSyncBase {
|
|
76
|
+
entity: T;
|
|
77
|
+
}
|
|
78
|
+
export interface IIntegrationMapSyncEntityInput extends IIntegrationMapSyncBase {
|
|
79
|
+
gauzyId: ID;
|
|
80
|
+
entity: IntegrationEntity;
|
|
81
|
+
}
|
|
82
|
+
export interface IIntegrationTenantCreateInput extends IBasePerTenantAndOrganizationEntityModel, IRelationIntegration {
|
|
83
|
+
name: IntegrationEnum;
|
|
84
|
+
entitySettings?: IIntegrationEntitySetting[];
|
|
85
|
+
settings?: IIntegrationSetting[];
|
|
86
|
+
}
|
|
87
|
+
export interface IIntegrationTenantUpdateInput extends Partial<IIntegrationTenantCreateInput> {
|
|
88
|
+
id?: ID;
|
|
89
|
+
}
|
|
90
|
+
export declare enum IntegrationEnum {
|
|
91
|
+
IMPORT_EXPORT = "Import_Export",
|
|
92
|
+
UPWORK = "Upwork",
|
|
93
|
+
HUBSTAFF = "Hubstaff",
|
|
94
|
+
GAUZY_AI = "Gauzy_AI",
|
|
95
|
+
GITHUB = "Github",
|
|
96
|
+
JIRA = "Jira"
|
|
97
|
+
}
|
|
98
|
+
export declare enum IntegrationEntity {
|
|
99
|
+
PROJECT = "Project",
|
|
100
|
+
ORGANIZATION = "Organization",
|
|
101
|
+
NOTE = "Note",
|
|
102
|
+
CLIENT = "Client",
|
|
103
|
+
TASK = "Task",
|
|
104
|
+
ISSUE = "Issue",
|
|
105
|
+
LABEL = "Label",
|
|
106
|
+
ACTIVITY = "Activity",
|
|
107
|
+
USER = "User",
|
|
108
|
+
EMPLOYEE = "Employee",
|
|
109
|
+
TIME_LOG = "TimeLog",
|
|
110
|
+
TIME_SLOT = "TimeSlot",
|
|
111
|
+
SCREENSHOT = "Screenshot",
|
|
112
|
+
INCOME = "Income",
|
|
113
|
+
EXPENSE = "Expense",
|
|
114
|
+
PROPOSAL = "Proposal",
|
|
115
|
+
/** AI Integration Entity */
|
|
116
|
+
JOB_MATCHING = "JOB_MATCHING",
|
|
117
|
+
EMPLOYEE_PERFORMANCE = "EMPLOYEE_PERFORMANCE"
|
|
118
|
+
}
|
|
119
|
+
export declare enum IntegrationTypeGroupEnum {
|
|
120
|
+
FEATURED = "Featured",
|
|
121
|
+
CATEGORIES = "Categories"
|
|
122
|
+
}
|
|
123
|
+
export declare enum IntegrationTypeEnum {
|
|
124
|
+
ALL_INTEGRATIONS = "All Integrations",
|
|
125
|
+
FOR_SALES_TEAMS = "For Sales Teams",
|
|
126
|
+
FOR_ACCOUNTANTS = "For Accountants",
|
|
127
|
+
FOR_SUPPORT_TEAMS = "For Support Teams",
|
|
128
|
+
CRM = "CRM",
|
|
129
|
+
SCHEDULING = "Scheduling",
|
|
130
|
+
TOOLS = "Tools",
|
|
131
|
+
PROJECT_MANAGEMENT = "Project Management",
|
|
132
|
+
COMMUNICATION = "Communication"
|
|
133
|
+
}
|
|
134
|
+
export declare enum IntegrationFilterEnum {
|
|
135
|
+
ALL = "All",
|
|
136
|
+
FREE = "Free",
|
|
137
|
+
PAID = "Paid"
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Hubstaff Integration
|
|
141
|
+
*/
|
|
142
|
+
export interface IEntitySettingToSync {
|
|
143
|
+
previousValue: IIntegrationEntitySetting[];
|
|
144
|
+
currentValue: IIntegrationEntitySetting[];
|
|
145
|
+
}
|
|
146
|
+
export interface IDateRangeActivityFilter {
|
|
147
|
+
start: Date;
|
|
148
|
+
end: Date;
|
|
149
|
+
}
|
|
150
|
+
export interface IIntegrationAICreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
151
|
+
apiKey: string;
|
|
152
|
+
apiSecret: string;
|
|
153
|
+
openAiSecretKey?: string;
|
|
154
|
+
openAiOrganizationId?: string;
|
|
155
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntegrationFilterEnum = exports.IntegrationTypeEnum = exports.IntegrationTypeGroupEnum = exports.IntegrationEntity = exports.IntegrationEnum = void 0;
|
|
4
|
+
var IntegrationEnum;
|
|
5
|
+
(function (IntegrationEnum) {
|
|
6
|
+
IntegrationEnum["IMPORT_EXPORT"] = "Import_Export";
|
|
7
|
+
IntegrationEnum["UPWORK"] = "Upwork";
|
|
8
|
+
IntegrationEnum["HUBSTAFF"] = "Hubstaff";
|
|
9
|
+
IntegrationEnum["GAUZY_AI"] = "Gauzy_AI";
|
|
10
|
+
IntegrationEnum["GITHUB"] = "Github";
|
|
11
|
+
IntegrationEnum["JIRA"] = "Jira";
|
|
12
|
+
})(IntegrationEnum || (exports.IntegrationEnum = IntegrationEnum = {}));
|
|
13
|
+
var IntegrationEntity;
|
|
14
|
+
(function (IntegrationEntity) {
|
|
15
|
+
IntegrationEntity["PROJECT"] = "Project";
|
|
16
|
+
IntegrationEntity["ORGANIZATION"] = "Organization";
|
|
17
|
+
IntegrationEntity["NOTE"] = "Note";
|
|
18
|
+
IntegrationEntity["CLIENT"] = "Client";
|
|
19
|
+
IntegrationEntity["TASK"] = "Task";
|
|
20
|
+
IntegrationEntity["ISSUE"] = "Issue";
|
|
21
|
+
IntegrationEntity["LABEL"] = "Label";
|
|
22
|
+
IntegrationEntity["ACTIVITY"] = "Activity";
|
|
23
|
+
IntegrationEntity["USER"] = "User";
|
|
24
|
+
IntegrationEntity["EMPLOYEE"] = "Employee";
|
|
25
|
+
IntegrationEntity["TIME_LOG"] = "TimeLog";
|
|
26
|
+
IntegrationEntity["TIME_SLOT"] = "TimeSlot";
|
|
27
|
+
IntegrationEntity["SCREENSHOT"] = "Screenshot";
|
|
28
|
+
IntegrationEntity["INCOME"] = "Income";
|
|
29
|
+
IntegrationEntity["EXPENSE"] = "Expense";
|
|
30
|
+
IntegrationEntity["PROPOSAL"] = "Proposal";
|
|
31
|
+
/** AI Integration Entity */
|
|
32
|
+
IntegrationEntity["JOB_MATCHING"] = "JOB_MATCHING";
|
|
33
|
+
IntegrationEntity["EMPLOYEE_PERFORMANCE"] = "EMPLOYEE_PERFORMANCE";
|
|
34
|
+
})(IntegrationEntity || (exports.IntegrationEntity = IntegrationEntity = {}));
|
|
35
|
+
var IntegrationTypeGroupEnum;
|
|
36
|
+
(function (IntegrationTypeGroupEnum) {
|
|
37
|
+
IntegrationTypeGroupEnum["FEATURED"] = "Featured";
|
|
38
|
+
IntegrationTypeGroupEnum["CATEGORIES"] = "Categories";
|
|
39
|
+
})(IntegrationTypeGroupEnum || (exports.IntegrationTypeGroupEnum = IntegrationTypeGroupEnum = {}));
|
|
40
|
+
var IntegrationTypeEnum;
|
|
41
|
+
(function (IntegrationTypeEnum) {
|
|
42
|
+
IntegrationTypeEnum["ALL_INTEGRATIONS"] = "All Integrations";
|
|
43
|
+
IntegrationTypeEnum["FOR_SALES_TEAMS"] = "For Sales Teams";
|
|
44
|
+
IntegrationTypeEnum["FOR_ACCOUNTANTS"] = "For Accountants";
|
|
45
|
+
IntegrationTypeEnum["FOR_SUPPORT_TEAMS"] = "For Support Teams";
|
|
46
|
+
IntegrationTypeEnum["CRM"] = "CRM";
|
|
47
|
+
IntegrationTypeEnum["SCHEDULING"] = "Scheduling";
|
|
48
|
+
IntegrationTypeEnum["TOOLS"] = "Tools";
|
|
49
|
+
IntegrationTypeEnum["PROJECT_MANAGEMENT"] = "Project Management";
|
|
50
|
+
IntegrationTypeEnum["COMMUNICATION"] = "Communication";
|
|
51
|
+
})(IntegrationTypeEnum || (exports.IntegrationTypeEnum = IntegrationTypeEnum = {}));
|
|
52
|
+
var IntegrationFilterEnum;
|
|
53
|
+
(function (IntegrationFilterEnum) {
|
|
54
|
+
IntegrationFilterEnum["ALL"] = "All";
|
|
55
|
+
IntegrationFilterEnum["FREE"] = "Free";
|
|
56
|
+
IntegrationFilterEnum["PAID"] = "Paid";
|
|
57
|
+
})(IntegrationFilterEnum || (exports.IntegrationFilterEnum = IntegrationFilterEnum = {}));
|
|
58
|
+
//# sourceMappingURL=integration.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/integration.model.ts"],"names":[],"mappings":";;;AAsHA,IAAY,eAOX;AAPD,WAAY,eAAe;IAC1B,kDAA+B,CAAA;IAC/B,oCAAiB,CAAA;IACjB,wCAAqB,CAAA;IACrB,wCAAqB,CAAA;IACrB,oCAAiB,CAAA;IACjB,gCAAa,CAAA;AACd,CAAC,EAPW,eAAe,+BAAf,eAAe,QAO1B;AAED,IAAY,iBAoBX;AApBD,WAAY,iBAAiB;IAC5B,wCAAmB,CAAA;IACnB,kDAA6B,CAAA;IAC7B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,kCAAa,CAAA;IACb,oCAAe,CAAA;IACf,oCAAe,CAAA;IACf,0CAAqB,CAAA;IACrB,kCAAa,CAAA;IACb,0CAAqB,CAAA;IACrB,yCAAoB,CAAA;IACpB,2CAAsB,CAAA;IACtB,8CAAyB,CAAA;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,0CAAqB,CAAA;IACrB,4BAA4B;IAC5B,kDAA6B,CAAA;IAC7B,kEAA6C,CAAA;AAC9C,CAAC,EApBW,iBAAiB,iCAAjB,iBAAiB,QAoB5B;AAED,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IACnC,iDAAqB,CAAA;IACrB,qDAAyB,CAAA;AAC1B,CAAC,EAHW,wBAAwB,wCAAxB,wBAAwB,QAGnC;AAED,IAAY,mBAUX;AAVD,WAAY,mBAAmB;IAC9B,4DAAqC,CAAA;IACrC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IACvC,kCAAW,CAAA;IACX,gDAAyB,CAAA;IACzB,sCAAe,CAAA;IACf,gEAAyC,CAAA;IACzC,sDAA+B,CAAA;AAChC,CAAC,EAVW,mBAAmB,mCAAnB,mBAAmB,QAU9B;AAED,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAChC,oCAAW,CAAA;IACX,sCAAa,CAAA;IACb,sCAAa,CAAA;AACd,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { IRelationalRole, IRole } from './role.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel, ID } from './base-entity.model';
|
|
3
|
+
import { IRelationalUser, IUser, IUserRegistrationInput, LanguagesEnum } from './user.model';
|
|
4
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
5
|
+
import { IOrganization } from './organization.model';
|
|
6
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
7
|
+
import { IOrganizationDepartment } from './organization-department.model';
|
|
8
|
+
import { IEmployee } from './employee.model';
|
|
9
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
10
|
+
export declare enum InviteStatusEnum {
|
|
11
|
+
INVITED = "INVITED",
|
|
12
|
+
ACCEPTED = "ACCEPTED",
|
|
13
|
+
EXPIRED = "EXPIRED",
|
|
14
|
+
REJECTED = "REJECTED"
|
|
15
|
+
}
|
|
16
|
+
export declare enum InviteActionEnum {
|
|
17
|
+
ACCEPTED = "ACCEPTED",
|
|
18
|
+
REJECTED = "REJECTED"
|
|
19
|
+
}
|
|
20
|
+
export declare enum InvitationTypeEnum {
|
|
21
|
+
USER = "USER",
|
|
22
|
+
EMPLOYEE = "EMPLOYEE",
|
|
23
|
+
CANDIDATE = "CANDIDATE",
|
|
24
|
+
TEAM = "TEAM"
|
|
25
|
+
}
|
|
26
|
+
export declare enum InvitationExpirationEnum {
|
|
27
|
+
DAY = 1,
|
|
28
|
+
WEEK = 7,
|
|
29
|
+
TWO_WEEK = 14,
|
|
30
|
+
MONTH = 30,
|
|
31
|
+
NEVER = "Never"
|
|
32
|
+
}
|
|
33
|
+
interface IInviteBase extends IBasePerTenantAndOrganizationEntityModel {
|
|
34
|
+
email: string;
|
|
35
|
+
token: string;
|
|
36
|
+
code?: string;
|
|
37
|
+
status: InviteStatusEnum;
|
|
38
|
+
expireDate: Date;
|
|
39
|
+
actionDate?: Date;
|
|
40
|
+
fullName?: string;
|
|
41
|
+
isExpired?: boolean;
|
|
42
|
+
}
|
|
43
|
+
interface IInviteAssociations extends IRelationalUser, IRelationalRole {
|
|
44
|
+
projects?: IOrganizationProject[];
|
|
45
|
+
teams?: IOrganizationTeam[];
|
|
46
|
+
organizationContacts?: IOrganizationContact[];
|
|
47
|
+
departments?: IOrganizationDepartment[];
|
|
48
|
+
}
|
|
49
|
+
export interface IInvite extends IInviteBase, IInviteAssociations {
|
|
50
|
+
invitedByUser?: IUser;
|
|
51
|
+
invitedByUserId?: ID;
|
|
52
|
+
}
|
|
53
|
+
export interface IInviteAcceptInput extends IUserRegistrationInput {
|
|
54
|
+
email: string;
|
|
55
|
+
token: string;
|
|
56
|
+
code: string;
|
|
57
|
+
inviteId?: ID;
|
|
58
|
+
originalUrl?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface IInviteResendInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
61
|
+
inviteId: ID;
|
|
62
|
+
inviteType: InvitationTypeEnum;
|
|
63
|
+
[x: string]: any;
|
|
64
|
+
}
|
|
65
|
+
export interface ICreateEmailInvitesInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
66
|
+
emailIds: ID[];
|
|
67
|
+
projectIds?: ID[];
|
|
68
|
+
organizationContactIds?: ID[];
|
|
69
|
+
departmentIds?: ID[];
|
|
70
|
+
teamIds?: ID[];
|
|
71
|
+
roleId: ID;
|
|
72
|
+
inviteType: InvitationTypeEnum;
|
|
73
|
+
startedWorkOn: Date;
|
|
74
|
+
appliedDate?: Date;
|
|
75
|
+
invitationExpirationPeriod?: number | string;
|
|
76
|
+
fullName?: string;
|
|
77
|
+
queryParams?: IInviteQueryParamMap;
|
|
78
|
+
[x: string]: any;
|
|
79
|
+
}
|
|
80
|
+
export interface ICreateOrganizationContactInviteInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
81
|
+
emailId: string;
|
|
82
|
+
organizationContactId: ID;
|
|
83
|
+
roleId: ID;
|
|
84
|
+
invitedByUserId: ID;
|
|
85
|
+
originalUrl: string;
|
|
86
|
+
languageCode: LanguagesEnum;
|
|
87
|
+
}
|
|
88
|
+
export interface ICreateEmailInvitesOutput {
|
|
89
|
+
items: IInvite[];
|
|
90
|
+
total: number;
|
|
91
|
+
ignored: number;
|
|
92
|
+
}
|
|
93
|
+
export interface IInviteFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
94
|
+
invitationType?: InvitationTypeEnum;
|
|
95
|
+
}
|
|
96
|
+
export interface IPublicInviteFindInput extends Pick<IInviteBase, 'email' | 'token'> {
|
|
97
|
+
}
|
|
98
|
+
export interface IInviteUpdateInput {
|
|
99
|
+
status: InviteStatusEnum;
|
|
100
|
+
}
|
|
101
|
+
export interface IInviteViewModel extends IBasePerTenantAndOrganizationEntityModel {
|
|
102
|
+
email: string;
|
|
103
|
+
expireDate: string;
|
|
104
|
+
createdDate: string;
|
|
105
|
+
imageUrl: string;
|
|
106
|
+
fullName: string;
|
|
107
|
+
roleName?: string;
|
|
108
|
+
status: string;
|
|
109
|
+
projectNames: string[];
|
|
110
|
+
clientNames: string[];
|
|
111
|
+
departmentNames: string[];
|
|
112
|
+
token: string;
|
|
113
|
+
}
|
|
114
|
+
export interface IBaseInviteModel extends IBasePerTenantAndOrganizationEntityModel {
|
|
115
|
+
email: string;
|
|
116
|
+
registerUrl?: string;
|
|
117
|
+
languageCode: LanguagesEnum;
|
|
118
|
+
invitedByUser: IUser;
|
|
119
|
+
originUrl?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface IInviteUserModel extends IBaseInviteModel {
|
|
122
|
+
role: string;
|
|
123
|
+
}
|
|
124
|
+
export interface IInviteEmployeeModel extends IBaseInviteModel, IInviteAssociations {
|
|
125
|
+
}
|
|
126
|
+
export interface IInviteTeamMemberModel extends IBasePerTenantAndOrganizationEntityModel, IBaseInviteModel {
|
|
127
|
+
teams: string;
|
|
128
|
+
inviteCode: string;
|
|
129
|
+
[x: string]: any;
|
|
130
|
+
}
|
|
131
|
+
export interface IJoinEmployeeModel extends IBasePerTenantAndOrganizationEntityModel {
|
|
132
|
+
email: string;
|
|
133
|
+
employee: IEmployee;
|
|
134
|
+
organization: IOrganization;
|
|
135
|
+
languageCode: LanguagesEnum;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Parameters required to create an Invite.
|
|
139
|
+
*/
|
|
140
|
+
export interface ICreateInviteSeedParams extends IBasePerTenantAndOrganizationEntityModel {
|
|
141
|
+
superAdmins: IUser[];
|
|
142
|
+
roles: IRole[];
|
|
143
|
+
}
|
|
144
|
+
export interface IInviteQueryParamMap {
|
|
145
|
+
[key: string]: keyof IInvite;
|
|
146
|
+
}
|
|
147
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InvitationExpirationEnum = exports.InvitationTypeEnum = exports.InviteActionEnum = exports.InviteStatusEnum = void 0;
|
|
4
|
+
var InviteStatusEnum;
|
|
5
|
+
(function (InviteStatusEnum) {
|
|
6
|
+
InviteStatusEnum["INVITED"] = "INVITED";
|
|
7
|
+
InviteStatusEnum["ACCEPTED"] = "ACCEPTED";
|
|
8
|
+
InviteStatusEnum["EXPIRED"] = "EXPIRED";
|
|
9
|
+
InviteStatusEnum["REJECTED"] = "REJECTED";
|
|
10
|
+
})(InviteStatusEnum || (exports.InviteStatusEnum = InviteStatusEnum = {}));
|
|
11
|
+
var InviteActionEnum;
|
|
12
|
+
(function (InviteActionEnum) {
|
|
13
|
+
InviteActionEnum["ACCEPTED"] = "ACCEPTED";
|
|
14
|
+
InviteActionEnum["REJECTED"] = "REJECTED";
|
|
15
|
+
})(InviteActionEnum || (exports.InviteActionEnum = InviteActionEnum = {}));
|
|
16
|
+
var InvitationTypeEnum;
|
|
17
|
+
(function (InvitationTypeEnum) {
|
|
18
|
+
InvitationTypeEnum["USER"] = "USER";
|
|
19
|
+
InvitationTypeEnum["EMPLOYEE"] = "EMPLOYEE";
|
|
20
|
+
InvitationTypeEnum["CANDIDATE"] = "CANDIDATE";
|
|
21
|
+
InvitationTypeEnum["TEAM"] = "TEAM";
|
|
22
|
+
})(InvitationTypeEnum || (exports.InvitationTypeEnum = InvitationTypeEnum = {}));
|
|
23
|
+
var InvitationExpirationEnum;
|
|
24
|
+
(function (InvitationExpirationEnum) {
|
|
25
|
+
InvitationExpirationEnum[InvitationExpirationEnum["DAY"] = 1] = "DAY";
|
|
26
|
+
InvitationExpirationEnum[InvitationExpirationEnum["WEEK"] = 7] = "WEEK";
|
|
27
|
+
InvitationExpirationEnum[InvitationExpirationEnum["TWO_WEEK"] = 14] = "TWO_WEEK";
|
|
28
|
+
InvitationExpirationEnum[InvitationExpirationEnum["MONTH"] = 30] = "MONTH";
|
|
29
|
+
InvitationExpirationEnum["NEVER"] = "Never";
|
|
30
|
+
})(InvitationExpirationEnum || (exports.InvitationExpirationEnum = InvitationExpirationEnum = {}));
|
|
31
|
+
//# sourceMappingURL=invite.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invite.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/invite.model.ts"],"names":[],"mappings":";;;AAUA,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC3B,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;IACrB,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;AACtB,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC3B,yCAAqB,CAAA;IACrB,yCAAqB,CAAA;AACtB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC7B,mCAAa,CAAA;IACb,2CAAqB,CAAA;IACrB,6CAAuB,CAAA;IACvB,mCAAa,CAAA;AACd,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;AAED,IAAY,wBAMX;AAND,WAAY,wBAAwB;IACnC,qEAAO,CAAA;IACP,uEAAQ,CAAA;IACR,gFAAa,CAAA;IACb,0EAAU,CAAA;IACV,2CAAe,CAAA;AAChB,CAAC,EANW,wBAAwB,wCAAxB,wBAAwB,QAMnC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IUser } from './user.model';
|
|
3
|
+
import { IInvoice } from './invoice.model';
|
|
4
|
+
export interface IInvoiceEstimateHistory extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
action: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
user: IUser;
|
|
8
|
+
userId: string;
|
|
9
|
+
invoice: IInvoice;
|
|
10
|
+
invoiceId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IInvoiceEstimateHistoryFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
13
|
+
action?: string;
|
|
14
|
+
title?: string;
|
|
15
|
+
userId?: string;
|
|
16
|
+
invoiceId?: string;
|
|
17
|
+
organizationId?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice-estimate-history.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/invoice-estimate-history.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IEmployee } from './employee.model';
|
|
3
|
+
import { IExpense } from './expense.model';
|
|
4
|
+
import { IInvoice } from './invoice.model';
|
|
5
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
6
|
+
import { IProductTranslatable } from './product.model';
|
|
7
|
+
import { ITask } from './task.model';
|
|
8
|
+
export interface IInvoiceItem extends IBasePerTenantAndOrganizationEntityModel {
|
|
9
|
+
description: string;
|
|
10
|
+
price: number;
|
|
11
|
+
quantity: number;
|
|
12
|
+
totalValue: number;
|
|
13
|
+
invoiceId?: string;
|
|
14
|
+
taskId?: string;
|
|
15
|
+
employeeId?: string;
|
|
16
|
+
projectId?: string;
|
|
17
|
+
productId?: string;
|
|
18
|
+
expenseId?: string;
|
|
19
|
+
applyTax?: boolean;
|
|
20
|
+
applyDiscount?: boolean;
|
|
21
|
+
product?: IProductTranslatable;
|
|
22
|
+
project?: IOrganizationProject;
|
|
23
|
+
employee?: IEmployee;
|
|
24
|
+
task?: ITask;
|
|
25
|
+
invoice?: IInvoice;
|
|
26
|
+
expense?: IExpense;
|
|
27
|
+
}
|
|
28
|
+
export interface IInvoiceItemFindInput {
|
|
29
|
+
invoiceId?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface IInvoiceItemCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
32
|
+
description: string;
|
|
33
|
+
price: number;
|
|
34
|
+
quantity: number;
|
|
35
|
+
totalValue: number;
|
|
36
|
+
invoiceId?: string;
|
|
37
|
+
taskId?: string;
|
|
38
|
+
employeeId?: string;
|
|
39
|
+
projectId?: string;
|
|
40
|
+
productId?: string;
|
|
41
|
+
expenseId?: string;
|
|
42
|
+
applyTax?: boolean;
|
|
43
|
+
applyDiscount?: boolean;
|
|
44
|
+
}
|