@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,99 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IInvoice } from './invoice.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
import { IUser } from './user.model';
|
|
5
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
6
|
+
import { IOrganizationProject } from './organization-projects.model';
|
|
7
|
+
import { IPaginationInput } from './core.model';
|
|
8
|
+
import { IEmployee } from './employee.model';
|
|
9
|
+
import { IGetTimeLogReportInput } from './timesheet.model';
|
|
10
|
+
export interface IPayment extends IBasePerTenantAndOrganizationEntityModel {
|
|
11
|
+
invoice?: IInvoice;
|
|
12
|
+
invoiceId?: string;
|
|
13
|
+
tags?: ITag[];
|
|
14
|
+
note?: string;
|
|
15
|
+
recordedBy?: IUser;
|
|
16
|
+
employeeId?: string;
|
|
17
|
+
employee?: IEmployee;
|
|
18
|
+
paymentDate?: Date;
|
|
19
|
+
amount?: number;
|
|
20
|
+
currency?: string;
|
|
21
|
+
overdue?: boolean;
|
|
22
|
+
paymentMethod?: PaymentMethodEnum;
|
|
23
|
+
organizationContact?: IOrganizationContact;
|
|
24
|
+
organizationContactId?: string;
|
|
25
|
+
project?: IOrganizationProject;
|
|
26
|
+
projectId?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface IPaymentUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
29
|
+
amount?: number;
|
|
30
|
+
note?: string;
|
|
31
|
+
currency?: string;
|
|
32
|
+
paymentDate?: Date;
|
|
33
|
+
}
|
|
34
|
+
export interface IPaymentFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
35
|
+
invoiceId?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare enum PaymentMethodEnum {
|
|
38
|
+
BANK_TRANSFER = "BANK_TRANSFER",
|
|
39
|
+
CASH = "CASH",
|
|
40
|
+
CHEQUE = "CHEQUE",
|
|
41
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
42
|
+
DEBIT = "DEBIT",
|
|
43
|
+
ONLINE = "ONLINE"
|
|
44
|
+
}
|
|
45
|
+
export interface IPaymentReportChartData {
|
|
46
|
+
date: string;
|
|
47
|
+
value: number;
|
|
48
|
+
}
|
|
49
|
+
export interface IGetPaymentInput extends IPaginationInput, IGetTimeLogReportInput {
|
|
50
|
+
types?: string[];
|
|
51
|
+
titles?: string[];
|
|
52
|
+
date?: Date | string;
|
|
53
|
+
contactIds?: string[];
|
|
54
|
+
}
|
|
55
|
+
export interface IPaymentReportGroupByDate {
|
|
56
|
+
date: string;
|
|
57
|
+
employees: {
|
|
58
|
+
employee: IEmployee;
|
|
59
|
+
projects: {
|
|
60
|
+
project: IOrganizationProject;
|
|
61
|
+
payments: IPayment;
|
|
62
|
+
sum: number;
|
|
63
|
+
}[];
|
|
64
|
+
}[];
|
|
65
|
+
}
|
|
66
|
+
export interface IPaymentReportGroupByEmployee {
|
|
67
|
+
employee: IEmployee;
|
|
68
|
+
dates: {
|
|
69
|
+
date: string;
|
|
70
|
+
projects: {
|
|
71
|
+
project: IOrganizationProject;
|
|
72
|
+
payments: IPayment;
|
|
73
|
+
sum: number;
|
|
74
|
+
}[];
|
|
75
|
+
}[];
|
|
76
|
+
}
|
|
77
|
+
export interface IPaymentReportGroupByProject {
|
|
78
|
+
project: IOrganizationProject;
|
|
79
|
+
dates: {
|
|
80
|
+
date: string;
|
|
81
|
+
employees: {
|
|
82
|
+
employee: IEmployee;
|
|
83
|
+
payments: IPayment;
|
|
84
|
+
sum: number;
|
|
85
|
+
}[];
|
|
86
|
+
}[];
|
|
87
|
+
}
|
|
88
|
+
export interface IPaymentReportGroupByClient {
|
|
89
|
+
client: IOrganizationContact;
|
|
90
|
+
dates: {
|
|
91
|
+
date: string;
|
|
92
|
+
employees: {
|
|
93
|
+
employee: IEmployee;
|
|
94
|
+
payments: IPayment;
|
|
95
|
+
sum: number;
|
|
96
|
+
}[];
|
|
97
|
+
}[];
|
|
98
|
+
}
|
|
99
|
+
export type IPaymentReportData = IPaymentReportGroupByDate | IPaymentReportGroupByEmployee | IPaymentReportGroupByClient | IPaymentReportGroupByProject;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PaymentMethodEnum = void 0;
|
|
4
|
+
var PaymentMethodEnum;
|
|
5
|
+
(function (PaymentMethodEnum) {
|
|
6
|
+
PaymentMethodEnum["BANK_TRANSFER"] = "BANK_TRANSFER";
|
|
7
|
+
PaymentMethodEnum["CASH"] = "CASH";
|
|
8
|
+
PaymentMethodEnum["CHEQUE"] = "CHEQUE";
|
|
9
|
+
PaymentMethodEnum["CREDIT_CARD"] = "CREDIT_CARD";
|
|
10
|
+
PaymentMethodEnum["DEBIT"] = "DEBIT";
|
|
11
|
+
PaymentMethodEnum["ONLINE"] = "ONLINE";
|
|
12
|
+
})(PaymentMethodEnum || (exports.PaymentMethodEnum = PaymentMethodEnum = {}));
|
|
13
|
+
//# sourceMappingURL=payment.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/payment.model.ts"],"names":[],"mappings":";;;AA0CA,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC5B,oDAA+B,CAAA;IAC/B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,gDAA2B,CAAA;IAC3B,oCAAe,CAAA;IACf,sCAAiB,CAAA;AAClB,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IPipeline } from './pipeline.model';
|
|
3
|
+
export interface IPipelineStage extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
description: string;
|
|
5
|
+
pipeline: IPipeline;
|
|
6
|
+
index: number;
|
|
7
|
+
pipelineId: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
name: string;
|
|
10
|
+
}
|
|
11
|
+
export type IPipelineStageFindInput = Pick<IPipelineStage, 'id' | 'name'>;
|
|
12
|
+
export interface IPipelineStageUpdateInput extends IPipelineStageCreateInput {
|
|
13
|
+
pipelineId?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface IPipelineStageCreateInput {
|
|
17
|
+
description?: string;
|
|
18
|
+
pipelineId?: string;
|
|
19
|
+
name: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipeline-stage.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/pipeline-stage.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { IPipelineStageCreateInput, IPipelineStage } from './pipeline-stage.model';
|
|
3
|
+
export interface IPipeline extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
stages: IPipelineStage[];
|
|
5
|
+
description: string;
|
|
6
|
+
name: string;
|
|
7
|
+
}
|
|
8
|
+
export type IPipelineFindInput = Partial<Pick<IPipeline, 'id' | 'organizationId' | 'tenantId'>>;
|
|
9
|
+
export interface IPipelineCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
10
|
+
stages?: IPipelineStageCreateInput[];
|
|
11
|
+
description?: string;
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
14
|
+
export declare enum PipelineTabsEnum {
|
|
15
|
+
ACTIONS = "ACTIONS",
|
|
16
|
+
SEARCH = "SEARCH"
|
|
17
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PipelineTabsEnum = void 0;
|
|
4
|
+
var PipelineTabsEnum;
|
|
5
|
+
(function (PipelineTabsEnum) {
|
|
6
|
+
PipelineTabsEnum["ACTIONS"] = "ACTIONS";
|
|
7
|
+
PipelineTabsEnum["SEARCH"] = "SEARCH";
|
|
8
|
+
})(PipelineTabsEnum || (exports.PipelineTabsEnum = PipelineTabsEnum = {}));
|
|
9
|
+
//# sourceMappingURL=pipeline.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipeline.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/pipeline.model.ts"],"names":[],"mappings":";;;AAiBA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC3B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;AAClB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, IBasePerTenantEntityModel } from './base-entity.model';
|
|
2
|
+
import { ITranslation, ITranslatable } from './translation.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
import { IContact, IRelationalContact } from './contact.model';
|
|
5
|
+
import { IInvoiceItem } from './invoice-item.model';
|
|
6
|
+
import { CurrenciesEnum } from './currency.model';
|
|
7
|
+
import { IImageAsset, IRelationalImageAsset } from './image-asset.model';
|
|
8
|
+
export interface IProduct extends IBasePerTenantAndOrganizationEntityModel {
|
|
9
|
+
name: string;
|
|
10
|
+
description: string;
|
|
11
|
+
enabled: boolean;
|
|
12
|
+
code: string;
|
|
13
|
+
imageUrl: string;
|
|
14
|
+
featuredImage?: IImageAsset;
|
|
15
|
+
variants?: IProductVariant[];
|
|
16
|
+
optionGroups?: IProductOptionGroupTranslatable[];
|
|
17
|
+
productTypeId: string;
|
|
18
|
+
productCategoryId: string;
|
|
19
|
+
productType?: IProductTypeTranslatable;
|
|
20
|
+
productCategory?: IProductCategoryTranslatable;
|
|
21
|
+
tags?: ITag[];
|
|
22
|
+
language?: string;
|
|
23
|
+
}
|
|
24
|
+
export interface IProductTranslatable extends ITranslatable<IProductTranslation> {
|
|
25
|
+
enabled: boolean;
|
|
26
|
+
code: string;
|
|
27
|
+
imageUrl: string;
|
|
28
|
+
featuredImage?: IImageAsset;
|
|
29
|
+
featuredImageId?: string;
|
|
30
|
+
productType?: IProductTypeTranslatable;
|
|
31
|
+
productTypeId?: string;
|
|
32
|
+
productCategory?: IProductCategoryTranslatable;
|
|
33
|
+
productCategoryId?: string;
|
|
34
|
+
variants?: IProductVariant[];
|
|
35
|
+
optionGroups?: IProductOptionGroupTranslatable[];
|
|
36
|
+
invoiceItems?: IInvoiceItem[];
|
|
37
|
+
warehouses?: IWarehouse[];
|
|
38
|
+
tags?: ITag[];
|
|
39
|
+
gallery?: IImageAsset[];
|
|
40
|
+
}
|
|
41
|
+
export interface IProductTranslated extends IBasePerTenantAndOrganizationEntityModel {
|
|
42
|
+
name: string;
|
|
43
|
+
code: string;
|
|
44
|
+
enabled: boolean;
|
|
45
|
+
imageUrl: string;
|
|
46
|
+
productType?: IProductTypeTranslatable;
|
|
47
|
+
productCategory?: IProductCategoryTranslatable;
|
|
48
|
+
description: string;
|
|
49
|
+
featuredImage?: IImageAsset;
|
|
50
|
+
gallery?: IImageAsset[];
|
|
51
|
+
options?: IProductOption[];
|
|
52
|
+
tags?: ITag[];
|
|
53
|
+
variants?: IProductVariant[];
|
|
54
|
+
productTypeId?: string;
|
|
55
|
+
productCategoryId?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface IProductTranslation extends ITranslation<IProductTranslatable> {
|
|
58
|
+
name: string;
|
|
59
|
+
description: string;
|
|
60
|
+
}
|
|
61
|
+
export interface IProductCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
62
|
+
name: string;
|
|
63
|
+
description: string;
|
|
64
|
+
enabled: boolean;
|
|
65
|
+
code: string;
|
|
66
|
+
imageUrl: string;
|
|
67
|
+
type?: IProductTypeTranslatable;
|
|
68
|
+
category?: IProductCategoryTranslatable;
|
|
69
|
+
tags?: ITag[];
|
|
70
|
+
optionGroupUpdateInputs?: IProductOptionGroupTranslatable[];
|
|
71
|
+
optionGroupCreateInputs?: IProductOptionGroupTranslatable[];
|
|
72
|
+
optionGroupDeleteInputs?: IProductOptionGroupTranslatable[];
|
|
73
|
+
optionDeleteInputs?: IProductOptionTranslatable[];
|
|
74
|
+
translations: IProductTranslation[];
|
|
75
|
+
language?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface IProductTranslatableCreateInput extends ITranslatable<IProductTranslation> {
|
|
78
|
+
enabled: boolean;
|
|
79
|
+
code: string;
|
|
80
|
+
featuredImage?: IImageAsset;
|
|
81
|
+
gallery: IImageAsset[];
|
|
82
|
+
type?: IProductTypeTranslatable;
|
|
83
|
+
category?: IProductCategoryTranslatable;
|
|
84
|
+
tags?: ITag[];
|
|
85
|
+
optionCreateInputs?: IProductOptionTranslatable[];
|
|
86
|
+
optionDeleteInputs?: IProductOptionTranslatable[];
|
|
87
|
+
}
|
|
88
|
+
export interface IProductFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
89
|
+
id?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface IProductTypeTranslatable extends ITranslatable<IProductTypeTranslation> {
|
|
92
|
+
icon?: string;
|
|
93
|
+
name?: string;
|
|
94
|
+
products?: IProductTranslatable[];
|
|
95
|
+
}
|
|
96
|
+
export interface IProductTypeTranslation extends ITranslation<IProductTypeTranslatable> {
|
|
97
|
+
name: string;
|
|
98
|
+
description: string;
|
|
99
|
+
}
|
|
100
|
+
export interface IProductTypeTranslated extends IBasePerTenantAndOrganizationEntityModel {
|
|
101
|
+
icon: string;
|
|
102
|
+
name: string;
|
|
103
|
+
description: string;
|
|
104
|
+
}
|
|
105
|
+
export interface IProductCategoryTranslatable extends ITranslatable<IProductCategoryTranslation>, IRelationalImageAsset {
|
|
106
|
+
imageUrl?: string;
|
|
107
|
+
name?: string;
|
|
108
|
+
products?: IProductTranslatable[];
|
|
109
|
+
}
|
|
110
|
+
export interface IProductCategoryTranslation extends ITranslation<IProductCategoryTranslatable> {
|
|
111
|
+
name: string;
|
|
112
|
+
description: string;
|
|
113
|
+
}
|
|
114
|
+
export interface IProductCategoryTranslated extends IBasePerTenantAndOrganizationEntityModel {
|
|
115
|
+
imageUrl: string;
|
|
116
|
+
name: string;
|
|
117
|
+
description: string;
|
|
118
|
+
}
|
|
119
|
+
export interface IProductVariant extends IBasePerTenantAndOrganizationEntityModel, IRelationalImageAsset {
|
|
120
|
+
taxes: number;
|
|
121
|
+
notes: string;
|
|
122
|
+
quantity: number;
|
|
123
|
+
billingInvoicingPolicy: string;
|
|
124
|
+
internalReference: string;
|
|
125
|
+
enabled: boolean;
|
|
126
|
+
price: IProductVariantPrice;
|
|
127
|
+
setting: IProductVariantSetting;
|
|
128
|
+
product?: IProductTranslatable;
|
|
129
|
+
productId?: string;
|
|
130
|
+
options: IProductOptionTranslatable[];
|
|
131
|
+
warehouseProductVariants?: IWarehouseProductVariant[];
|
|
132
|
+
}
|
|
133
|
+
export interface IVariantCreateInput {
|
|
134
|
+
product: IProductTranslatable;
|
|
135
|
+
optionCombinations: IVariantOptionCombination[];
|
|
136
|
+
}
|
|
137
|
+
export interface IVariantOptionCombination {
|
|
138
|
+
options: string[];
|
|
139
|
+
}
|
|
140
|
+
export interface IProductVariantPrice extends IBasePerTenantAndOrganizationEntityModel {
|
|
141
|
+
unitCost: number;
|
|
142
|
+
unitCostCurrency: string;
|
|
143
|
+
retailPrice: number;
|
|
144
|
+
retailPriceCurrency: string;
|
|
145
|
+
productVariant: IProductVariant;
|
|
146
|
+
}
|
|
147
|
+
export interface IProductVariantSetting extends IBasePerTenantAndOrganizationEntityModel {
|
|
148
|
+
isSubscription: boolean;
|
|
149
|
+
isPurchaseAutomatically: boolean;
|
|
150
|
+
canBeSold: boolean;
|
|
151
|
+
canBePurchased: boolean;
|
|
152
|
+
canBeCharged: boolean;
|
|
153
|
+
canBeRented: boolean;
|
|
154
|
+
isEquipment: boolean;
|
|
155
|
+
trackInventory: boolean;
|
|
156
|
+
productVariant: IProductVariant;
|
|
157
|
+
}
|
|
158
|
+
export interface IProductOption extends IBasePerTenantAndOrganizationEntityModel {
|
|
159
|
+
name: string;
|
|
160
|
+
code: string;
|
|
161
|
+
product?: IProductTranslatable;
|
|
162
|
+
}
|
|
163
|
+
export interface IProductOptionTranslated extends IBasePerTenantAndOrganizationEntityModel {
|
|
164
|
+
langCode: string;
|
|
165
|
+
name: string;
|
|
166
|
+
code: string;
|
|
167
|
+
product?: IProductTranslatable;
|
|
168
|
+
}
|
|
169
|
+
export interface IProductOptionTranslatable extends IBasePerTenantAndOrganizationEntityModel {
|
|
170
|
+
name: string;
|
|
171
|
+
code: string;
|
|
172
|
+
product?: IProductTranslatable;
|
|
173
|
+
description?: string;
|
|
174
|
+
group?: IProductOptionGroupTranslatable;
|
|
175
|
+
translations: IProductOptionTranslation[];
|
|
176
|
+
}
|
|
177
|
+
export interface IProductOptionTranslation extends IBasePerTenantAndOrganizationEntityModel {
|
|
178
|
+
name: string;
|
|
179
|
+
description: string;
|
|
180
|
+
reference?: IProductOptionTranslatable;
|
|
181
|
+
languageCode: string;
|
|
182
|
+
}
|
|
183
|
+
export interface IProductOptionGroupTranslatable extends IBasePerTenantAndOrganizationEntityModel {
|
|
184
|
+
name: string;
|
|
185
|
+
product?: IProductTranslatable;
|
|
186
|
+
productId?: string;
|
|
187
|
+
options: IProductOptionTranslatable[];
|
|
188
|
+
translatedOptions?: IProductOptionTranslated[];
|
|
189
|
+
translations: IProductOptionGroupTranslation[];
|
|
190
|
+
}
|
|
191
|
+
export interface IProductOptionGroupTranslation extends IBasePerTenantAndOrganizationEntityModel {
|
|
192
|
+
name: string;
|
|
193
|
+
reference?: IProductOptionGroupTranslatable;
|
|
194
|
+
languageCode: string;
|
|
195
|
+
}
|
|
196
|
+
export interface IWarehouse extends IBasePerTenantAndOrganizationEntityModel, IRelationalContact {
|
|
197
|
+
name: string;
|
|
198
|
+
email: string;
|
|
199
|
+
description: string;
|
|
200
|
+
code: string;
|
|
201
|
+
active: boolean;
|
|
202
|
+
logo?: IImageAsset;
|
|
203
|
+
logoId?: string;
|
|
204
|
+
products?: IWarehouseProduct[];
|
|
205
|
+
tags?: ITag[];
|
|
206
|
+
}
|
|
207
|
+
export interface IWarehouseFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
208
|
+
name?: IWarehouse['name'];
|
|
209
|
+
email?: IWarehouse['email'];
|
|
210
|
+
}
|
|
211
|
+
export interface IMerchant extends IBasePerTenantAndOrganizationEntityModel, IRelationalContact {
|
|
212
|
+
name: string;
|
|
213
|
+
email: string;
|
|
214
|
+
phone: string;
|
|
215
|
+
code: string;
|
|
216
|
+
active: boolean;
|
|
217
|
+
currency: CurrenciesEnum;
|
|
218
|
+
description: string;
|
|
219
|
+
logo?: IImageAsset;
|
|
220
|
+
logoId?: IImageAsset['id'];
|
|
221
|
+
tags?: ITag[];
|
|
222
|
+
warehouses?: IWarehouse[];
|
|
223
|
+
}
|
|
224
|
+
export interface IMerchantCreateInput {
|
|
225
|
+
name: string;
|
|
226
|
+
code: string;
|
|
227
|
+
contact: IContact;
|
|
228
|
+
description: string;
|
|
229
|
+
logo: IImageAsset;
|
|
230
|
+
email: string;
|
|
231
|
+
phone: string;
|
|
232
|
+
tags: ITag[];
|
|
233
|
+
currency: string;
|
|
234
|
+
warehouses: IWarehouse[];
|
|
235
|
+
active: boolean;
|
|
236
|
+
}
|
|
237
|
+
export interface IWarehouseProduct extends IBasePerTenantEntityModel {
|
|
238
|
+
quantity: number;
|
|
239
|
+
warehouse: IWarehouse;
|
|
240
|
+
warehouseId?: string;
|
|
241
|
+
product: IProductTranslatable;
|
|
242
|
+
productId?: string;
|
|
243
|
+
variants: IWarehouseProductVariant[];
|
|
244
|
+
}
|
|
245
|
+
export interface IWarehouseProductVariant extends IBasePerTenantEntityModel {
|
|
246
|
+
quantity: number;
|
|
247
|
+
variant: IProductVariant;
|
|
248
|
+
}
|
|
249
|
+
export interface IWarehouseProductCreateInput extends IBasePerTenantEntityModel {
|
|
250
|
+
productId: String;
|
|
251
|
+
variantIds: String[];
|
|
252
|
+
}
|
|
253
|
+
export declare enum BillingInvoicingPolicyEnum {
|
|
254
|
+
QUANTITY_ORDERED = "Quantity ordered",
|
|
255
|
+
QUANTITY_DELIVERED = "Quantity Delivered"
|
|
256
|
+
}
|
|
257
|
+
export declare enum ProductTypesIconsEnum {
|
|
258
|
+
BRIEFCASE = "briefcase-outline",
|
|
259
|
+
CAR = "car-outline",
|
|
260
|
+
COLOR_PALETTE = "color-palette-outline",
|
|
261
|
+
FLASH = "flash-outline",
|
|
262
|
+
HOME = "home-outline",
|
|
263
|
+
GIFT = "gift-outline",
|
|
264
|
+
HEART = "heart-outline",
|
|
265
|
+
RADIO_BTN_OFF = "radio-button-off-outline",
|
|
266
|
+
PIN = "pin-outline",
|
|
267
|
+
SETTINGS = "settings-outline",
|
|
268
|
+
STAR = "star-outline",
|
|
269
|
+
SHOPPING_BAG = "shopping-bag-outline",
|
|
270
|
+
SHARE = "share-outline",
|
|
271
|
+
ACTIVITY = "activity-outline",
|
|
272
|
+
ALERT = "alert-triangle-outline",
|
|
273
|
+
BULB = "bulb-outline",
|
|
274
|
+
CHECKMARK = "checkmark-circle-outline",
|
|
275
|
+
GLOBE = "globe-2-outline",
|
|
276
|
+
LAYERS = "layers-outline",
|
|
277
|
+
PHONE = "phone-outline",
|
|
278
|
+
SHOPPING_CART = "shopping-cart-outline"
|
|
279
|
+
}
|
|
280
|
+
export interface OptionCreateInput {
|
|
281
|
+
name: string;
|
|
282
|
+
code: string;
|
|
283
|
+
}
|
|
284
|
+
export interface VariantCreateInput {
|
|
285
|
+
options: string[];
|
|
286
|
+
optionsFull: IProductOptionTranslatable[];
|
|
287
|
+
isStored: boolean;
|
|
288
|
+
id?: string;
|
|
289
|
+
productId?: string;
|
|
290
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProductTypesIconsEnum = exports.BillingInvoicingPolicyEnum = void 0;
|
|
4
|
+
var BillingInvoicingPolicyEnum;
|
|
5
|
+
(function (BillingInvoicingPolicyEnum) {
|
|
6
|
+
BillingInvoicingPolicyEnum["QUANTITY_ORDERED"] = "Quantity ordered";
|
|
7
|
+
BillingInvoicingPolicyEnum["QUANTITY_DELIVERED"] = "Quantity Delivered";
|
|
8
|
+
})(BillingInvoicingPolicyEnum || (exports.BillingInvoicingPolicyEnum = BillingInvoicingPolicyEnum = {}));
|
|
9
|
+
var ProductTypesIconsEnum;
|
|
10
|
+
(function (ProductTypesIconsEnum) {
|
|
11
|
+
ProductTypesIconsEnum["BRIEFCASE"] = "briefcase-outline";
|
|
12
|
+
ProductTypesIconsEnum["CAR"] = "car-outline";
|
|
13
|
+
ProductTypesIconsEnum["COLOR_PALETTE"] = "color-palette-outline";
|
|
14
|
+
ProductTypesIconsEnum["FLASH"] = "flash-outline";
|
|
15
|
+
ProductTypesIconsEnum["HOME"] = "home-outline";
|
|
16
|
+
ProductTypesIconsEnum["GIFT"] = "gift-outline";
|
|
17
|
+
ProductTypesIconsEnum["HEART"] = "heart-outline";
|
|
18
|
+
ProductTypesIconsEnum["RADIO_BTN_OFF"] = "radio-button-off-outline";
|
|
19
|
+
ProductTypesIconsEnum["PIN"] = "pin-outline";
|
|
20
|
+
ProductTypesIconsEnum["SETTINGS"] = "settings-outline";
|
|
21
|
+
ProductTypesIconsEnum["STAR"] = "star-outline";
|
|
22
|
+
ProductTypesIconsEnum["SHOPPING_BAG"] = "shopping-bag-outline";
|
|
23
|
+
ProductTypesIconsEnum["SHARE"] = "share-outline";
|
|
24
|
+
ProductTypesIconsEnum["ACTIVITY"] = "activity-outline";
|
|
25
|
+
ProductTypesIconsEnum["ALERT"] = "alert-triangle-outline";
|
|
26
|
+
ProductTypesIconsEnum["BULB"] = "bulb-outline";
|
|
27
|
+
ProductTypesIconsEnum["CHECKMARK"] = "checkmark-circle-outline";
|
|
28
|
+
ProductTypesIconsEnum["GLOBE"] = "globe-2-outline";
|
|
29
|
+
ProductTypesIconsEnum["LAYERS"] = "layers-outline";
|
|
30
|
+
ProductTypesIconsEnum["PHONE"] = "phone-outline";
|
|
31
|
+
ProductTypesIconsEnum["SHOPPING_CART"] = "shopping-cart-outline";
|
|
32
|
+
})(ProductTypesIconsEnum || (exports.ProductTypesIconsEnum = ProductTypesIconsEnum = {}));
|
|
33
|
+
//# sourceMappingURL=product.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/product.model.ts"],"names":[],"mappings":";;;AA6RA,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACrC,mEAAqC,CAAA;IACrC,uEAAyC,CAAA;AAC1C,CAAC,EAHW,0BAA0B,0CAA1B,0BAA0B,QAGrC;AAED,IAAY,qBAsBX;AAtBD,WAAY,qBAAqB;IAChC,wDAA+B,CAAA;IAC/B,4CAAmB,CAAA;IACnB,gEAAuC,CAAA;IACvC,gDAAuB,CAAA;IACvB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;IACrB,gDAAuB,CAAA;IACvB,mEAA0C,CAAA;IAC1C,4CAAmB,CAAA;IACnB,sDAA6B,CAAA;IAC7B,8CAAqB,CAAA;IACrB,8DAAqC,CAAA;IACrC,gDAAuB,CAAA;IACvB,sDAA6B,CAAA;IAC7B,yDAAgC,CAAA;IAChC,8CAAqB,CAAA;IACrB,+DAAsC,CAAA;IACtC,kDAAyB,CAAA;IACzB,kDAAyB,CAAA;IACzB,gDAAuB,CAAA;IACvB,gEAAuC,CAAA;AACxC,CAAC,EAtBW,qBAAqB,qCAArB,qBAAqB,QAsBhC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { IOrganizationContactEntityMutationInput, IRelationalOrganizationContact } from './organization-contact.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
import { IEmployee, IEmployeeEntityMutationInput, IEmployeeFindInput } from './employee.model';
|
|
4
|
+
import { ITag } from './tag.model';
|
|
5
|
+
export interface IProposal extends IBasePerTenantAndOrganizationEntityModel, IRelationalOrganizationContact {
|
|
6
|
+
employeeId?: string;
|
|
7
|
+
employee?: IEmployee;
|
|
8
|
+
jobPostUrl: string;
|
|
9
|
+
valueDate?: Date;
|
|
10
|
+
jobPostContent?: string;
|
|
11
|
+
proposalContent?: string;
|
|
12
|
+
status?: ProposalStatusEnum;
|
|
13
|
+
tags?: ITag[];
|
|
14
|
+
}
|
|
15
|
+
export interface IProposalCreateInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityMutationInput, IOrganizationContactEntityMutationInput {
|
|
16
|
+
jobPostUrl?: string;
|
|
17
|
+
valueDate?: Date;
|
|
18
|
+
jobPostContent?: string;
|
|
19
|
+
proposalContent?: string;
|
|
20
|
+
status?: ProposalStatusEnum;
|
|
21
|
+
tags?: ITag[];
|
|
22
|
+
}
|
|
23
|
+
export interface IProposalFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
24
|
+
employeeId?: string;
|
|
25
|
+
employee?: IEmployeeFindInput;
|
|
26
|
+
jobPostUrl?: string;
|
|
27
|
+
valueDate?: Date;
|
|
28
|
+
jobPostContent?: string;
|
|
29
|
+
proposalContent?: string;
|
|
30
|
+
status?: ProposalStatusEnum;
|
|
31
|
+
tags?: ITag[];
|
|
32
|
+
}
|
|
33
|
+
export declare enum ProposalStatusEnum {
|
|
34
|
+
SENT = "SENT",
|
|
35
|
+
ACCEPTED = "ACCEPTED"
|
|
36
|
+
}
|
|
37
|
+
export interface IProposalViewModel extends IBasePerTenantAndOrganizationEntityModel, IRelationalOrganizationContact {
|
|
38
|
+
tags?: ITag[];
|
|
39
|
+
valueDate: Date;
|
|
40
|
+
id: string;
|
|
41
|
+
employeeId?: string;
|
|
42
|
+
employee?: IEmployee;
|
|
43
|
+
jobPostUrl?: string;
|
|
44
|
+
jobPostLink?: string;
|
|
45
|
+
jobPostContent?: string;
|
|
46
|
+
proposalContent?: string;
|
|
47
|
+
status?: ProposalStatusEnum;
|
|
48
|
+
author?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProposalStatusEnum = void 0;
|
|
4
|
+
var ProposalStatusEnum;
|
|
5
|
+
(function (ProposalStatusEnum) {
|
|
6
|
+
ProposalStatusEnum["SENT"] = "SENT";
|
|
7
|
+
ProposalStatusEnum["ACCEPTED"] = "ACCEPTED";
|
|
8
|
+
})(ProposalStatusEnum || (exports.ProposalStatusEnum = ProposalStatusEnum = {}));
|
|
9
|
+
//# sourceMappingURL=proposal.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proposal.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/proposal.model.ts"],"names":[],"mappings":";;;AAoCA,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,mCAAa,CAAA;IACb,2CAAqB,CAAA;AACtB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface ISsl {
|
|
2
|
+
key: string;
|
|
3
|
+
cert: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ITarget {
|
|
6
|
+
protocol?: string;
|
|
7
|
+
host: string;
|
|
8
|
+
port: string;
|
|
9
|
+
pfx?: string;
|
|
10
|
+
passphrase?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IProxyConfig {
|
|
13
|
+
ssl?: ISsl;
|
|
14
|
+
secure?: boolean;
|
|
15
|
+
target?: ITarget;
|
|
16
|
+
enable?: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxy.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/proxy.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ActorTypeEnum, IBasePerTenantAndOrganizationEntityModel, ID, OmitFields } from './base-entity.model';
|
|
2
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
3
|
+
/**
|
|
4
|
+
* Reaction entity interface
|
|
5
|
+
*/
|
|
6
|
+
export interface IReaction extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
7
|
+
entity: ReactionEntityEnum;
|
|
8
|
+
entityId: ID;
|
|
9
|
+
emoji: string;
|
|
10
|
+
actorType?: ActorTypeEnum;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Reaction entity enum
|
|
14
|
+
*/
|
|
15
|
+
export declare enum ReactionEntityEnum {
|
|
16
|
+
Comment = "Comment",
|
|
17
|
+
Task = "Task"
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Reaction create input interface
|
|
21
|
+
*/
|
|
22
|
+
export interface IReactionCreateInput extends OmitFields<IReaction, 'employee' | 'employeeId'> {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Reaction update input interface
|
|
26
|
+
*/
|
|
27
|
+
export interface IReactionUpdateInput extends IBasePerTenantAndOrganizationEntityModel, Pick<IReaction, 'emoji'> {
|
|
28
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReactionEntityEnum = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Reaction entity enum
|
|
6
|
+
*/
|
|
7
|
+
var ReactionEntityEnum;
|
|
8
|
+
(function (ReactionEntityEnum) {
|
|
9
|
+
ReactionEntityEnum["Comment"] = "Comment";
|
|
10
|
+
ReactionEntityEnum["Task"] = "Task";
|
|
11
|
+
})(ReactionEntityEnum || (exports.ReactionEntityEnum = ReactionEntityEnum = {}));
|
|
12
|
+
//# sourceMappingURL=reaction.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reaction.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/reaction.model.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,yCAAmB,CAAA;IACnB,mCAAa,CAAA;AACd,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
|