@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,13 @@
|
|
|
1
|
+
import { IRelationalCandidate } from './candidate.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
export interface ICandidateSkill extends ICandidateSkillCreateInput {
|
|
4
|
+
}
|
|
5
|
+
export interface ICandidateSkillFindInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
6
|
+
name?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ICandidateSkillCreateInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
9
|
+
name: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ICandidateSkillUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-skill.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-skill.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IRelationalCandidate } from './candidate.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
export interface ICandidateSource extends ICandidateSourceCreateInput {
|
|
4
|
+
}
|
|
5
|
+
export interface ICandidateSourceFindInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
6
|
+
name?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ICandidateSourceCreateInput extends IBasePerTenantAndOrganizationEntityModel, IRelationalCandidate {
|
|
9
|
+
name: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ICandidateSourceUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-source.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-source.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
import { ICandidateCriterionsRating } from './candidate-criterions-rating.model';
|
|
3
|
+
import { ICandidateInterview } from './candidate-interview.model';
|
|
4
|
+
export interface ICandidateTechnologies extends IBasePerTenantAndOrganizationEntityModel {
|
|
5
|
+
name: string;
|
|
6
|
+
interviewId?: string;
|
|
7
|
+
interview?: ICandidateInterview;
|
|
8
|
+
rating?: number;
|
|
9
|
+
criterionsRatings?: ICandidateCriterionsRating[];
|
|
10
|
+
}
|
|
11
|
+
export interface ICandidateTechnologiesFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
12
|
+
name?: string;
|
|
13
|
+
interviewId?: string;
|
|
14
|
+
interview?: ICandidateInterview;
|
|
15
|
+
rating?: number;
|
|
16
|
+
}
|
|
17
|
+
export interface ICandidateTechnologiesCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
18
|
+
name: string;
|
|
19
|
+
interviewId?: string;
|
|
20
|
+
interview?: ICandidateInterview;
|
|
21
|
+
rating?: number;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate-technologies.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate-technologies.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { ICandidateInterview } from './candidate-interview.model';
|
|
2
|
+
import { ICandidateFeedback } from './candidate-feedback.model';
|
|
3
|
+
import { ICandidateSource } from './candidate-source.model';
|
|
4
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
5
|
+
import { IUserFindInput, IUser } from './user.model';
|
|
6
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
7
|
+
import { IOrganizationEmploymentType } from './organization-employment-type.model';
|
|
8
|
+
import { ICandidateExperience } from './candidate-experience.model';
|
|
9
|
+
import { ICandidateSkill } from './candidate-skill.model';
|
|
10
|
+
import { ICandidateEducation } from './candidate-education.model';
|
|
11
|
+
import { ICandidateDocument } from './candidate-document.model';
|
|
12
|
+
import { IOrganizationDepartment } from './organization-department.model';
|
|
13
|
+
import { IOrganizationPosition } from './organization-positions.model';
|
|
14
|
+
import { IContact } from './contact.model';
|
|
15
|
+
import { ITag } from './tag.model';
|
|
16
|
+
import { IEmployee, PayPeriodEnum } from './employee.model';
|
|
17
|
+
export interface IRelationalCandidate {
|
|
18
|
+
candidate?: ICandidate;
|
|
19
|
+
candidateId?: ICandidate['id'];
|
|
20
|
+
}
|
|
21
|
+
export interface ICandidate extends IBasePerTenantAndOrganizationEntityModel {
|
|
22
|
+
user: IUser;
|
|
23
|
+
userId: IUser['id'];
|
|
24
|
+
status?: CandidateStatusEnum;
|
|
25
|
+
teams?: IOrganizationTeam[];
|
|
26
|
+
organizationDepartments?: IOrganizationDepartment[];
|
|
27
|
+
organizationPosition?: IOrganizationPosition;
|
|
28
|
+
organizationPositionId?: string;
|
|
29
|
+
tags: ITag[];
|
|
30
|
+
appliedDate?: Date;
|
|
31
|
+
hiredDate?: Date;
|
|
32
|
+
rejectDate?: Date;
|
|
33
|
+
candidateLevel?: string;
|
|
34
|
+
organizationEmploymentTypes?: IOrganizationEmploymentType[];
|
|
35
|
+
experience?: ICandidateExperience[];
|
|
36
|
+
skills?: ICandidateSkill[];
|
|
37
|
+
payPeriod?: PayPeriodEnum;
|
|
38
|
+
billRateValue?: number;
|
|
39
|
+
billRateCurrency?: string;
|
|
40
|
+
reWeeklyLimit?: number;
|
|
41
|
+
minimumBillingRate?: number;
|
|
42
|
+
documents?: ICandidateDocument[];
|
|
43
|
+
educations?: ICandidateEducation[];
|
|
44
|
+
source?: ICandidateSource;
|
|
45
|
+
cvUrl?: string;
|
|
46
|
+
feedbacks?: ICandidateFeedback[];
|
|
47
|
+
rating?: number;
|
|
48
|
+
interview?: ICandidateInterview[];
|
|
49
|
+
contact?: IContact;
|
|
50
|
+
contactId?: IContact['id'];
|
|
51
|
+
employee?: IEmployee;
|
|
52
|
+
employeeId?: IEmployee['id'];
|
|
53
|
+
ratings?: number;
|
|
54
|
+
alreadyHired?: boolean;
|
|
55
|
+
}
|
|
56
|
+
export declare enum CandidateStatusEnum {
|
|
57
|
+
APPLIED = "APPLIED",
|
|
58
|
+
REJECTED = "REJECTED",
|
|
59
|
+
HIRED = "HIRED"
|
|
60
|
+
}
|
|
61
|
+
export interface ICandidateFindInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
62
|
+
id?: string;
|
|
63
|
+
user?: IUserFindInput;
|
|
64
|
+
status?: CandidateStatusEnum;
|
|
65
|
+
}
|
|
66
|
+
export interface ICandidateUpdateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
67
|
+
id?: ICandidate['id'];
|
|
68
|
+
payPeriod?: PayPeriodEnum;
|
|
69
|
+
billRateValue?: number;
|
|
70
|
+
billRateCurrency?: string;
|
|
71
|
+
reWeeklyLimit?: number;
|
|
72
|
+
organizationDepartments?: IOrganizationDepartment[];
|
|
73
|
+
organizationPosition?: IOrganizationPosition;
|
|
74
|
+
organizationEmploymentTypes?: IOrganizationEmploymentType[];
|
|
75
|
+
tags?: ITag[];
|
|
76
|
+
contact?: IContact;
|
|
77
|
+
appliedDate?: Date;
|
|
78
|
+
hiredDate?: Date;
|
|
79
|
+
rejectDate?: Date;
|
|
80
|
+
cvUrl?: string;
|
|
81
|
+
candidateLevel?: string;
|
|
82
|
+
minimumBillingRate?: number;
|
|
83
|
+
}
|
|
84
|
+
export interface ICandidateCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
85
|
+
user: IUser;
|
|
86
|
+
password?: string;
|
|
87
|
+
appliedDate?: Date;
|
|
88
|
+
hiredDate?: Date;
|
|
89
|
+
source?: ICandidateSource;
|
|
90
|
+
rejectDate?: Date;
|
|
91
|
+
cvUrl?: string;
|
|
92
|
+
members?: ICandidate[];
|
|
93
|
+
tags?: ITag[];
|
|
94
|
+
documents: ICandidateDocument[];
|
|
95
|
+
}
|
|
96
|
+
export interface ICandidateLevel extends IBasePerTenantAndOrganizationEntityModel {
|
|
97
|
+
id: string;
|
|
98
|
+
level: string;
|
|
99
|
+
}
|
|
100
|
+
export interface ICandidateLevelInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
101
|
+
level: string;
|
|
102
|
+
}
|
|
103
|
+
export interface ICandidateViewModel extends IBasePerTenantAndOrganizationEntityModel {
|
|
104
|
+
fullName: string;
|
|
105
|
+
email: string;
|
|
106
|
+
id: string;
|
|
107
|
+
imageUrl: string;
|
|
108
|
+
source?: ICandidateSource;
|
|
109
|
+
rating?: number;
|
|
110
|
+
isArchived?: boolean;
|
|
111
|
+
status?: CandidateStatusEnum;
|
|
112
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CandidateStatusEnum = void 0;
|
|
4
|
+
var CandidateStatusEnum;
|
|
5
|
+
(function (CandidateStatusEnum) {
|
|
6
|
+
CandidateStatusEnum["APPLIED"] = "APPLIED";
|
|
7
|
+
CandidateStatusEnum["REJECTED"] = "REJECTED";
|
|
8
|
+
CandidateStatusEnum["HIRED"] = "HIRED";
|
|
9
|
+
})(CandidateStatusEnum || (exports.CandidateStatusEnum = CandidateStatusEnum = {}));
|
|
10
|
+
//# sourceMappingURL=candidate.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"candidate.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/candidate.model.ts"],"names":[],"mappings":";;;AA0DA,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC9B,0CAAmB,CAAA;IACnB,4CAAqB,CAAA;IACrB,sCAAe,CAAA;AAChB,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IBaseEntityModel } from './base-entity.model';
|
|
2
|
+
export interface IChangelog extends IBaseEntityModel {
|
|
3
|
+
icon?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
date?: Date;
|
|
6
|
+
content?: string;
|
|
7
|
+
isFeature?: boolean;
|
|
8
|
+
learnMoreUrl?: string;
|
|
9
|
+
imageUrl?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IChangelogCreateInput extends IBaseEntityModel {
|
|
12
|
+
icon?: string;
|
|
13
|
+
title?: string;
|
|
14
|
+
date?: Date;
|
|
15
|
+
content?: string;
|
|
16
|
+
isFeature?: boolean;
|
|
17
|
+
learnMoreUrl?: string;
|
|
18
|
+
imageUrl?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface IChangelogFindInput extends IBaseEntityModel {
|
|
21
|
+
date?: string;
|
|
22
|
+
isFeature?: boolean | number;
|
|
23
|
+
}
|
|
24
|
+
export interface IChangelogUpdateInput extends IChangelogCreateInput {
|
|
25
|
+
id: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changelog.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/changelog.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/chart.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ActorTypeEnum, IBasePerEntityType, ID } from './base-entity.model';
|
|
2
|
+
import { IEmployee, IEmployeeEntityInput as ICommentAuthor } from './employee.model';
|
|
3
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
4
|
+
import { IMentionEmployeeIds } from './mention.model';
|
|
5
|
+
export interface IComment extends IBasePerEntityType, ICommentAuthor {
|
|
6
|
+
comment: string;
|
|
7
|
+
actorType?: ActorTypeEnum;
|
|
8
|
+
resolved?: boolean;
|
|
9
|
+
resolvedAt?: Date;
|
|
10
|
+
editedAt?: Date;
|
|
11
|
+
members?: IEmployee[];
|
|
12
|
+
teams?: IOrganizationTeam[];
|
|
13
|
+
parent?: IComment;
|
|
14
|
+
parentId?: ID;
|
|
15
|
+
replies?: IComment[];
|
|
16
|
+
resolvedByEmployee?: IEmployee;
|
|
17
|
+
resolvedByEmployeeId?: ID;
|
|
18
|
+
}
|
|
19
|
+
export interface ICommentCreateInput extends IBasePerEntityType, ICommentAuthor, IMentionEmployeeIds {
|
|
20
|
+
comment: string;
|
|
21
|
+
entityName?: string;
|
|
22
|
+
parent?: IComment;
|
|
23
|
+
parentId?: ID;
|
|
24
|
+
members?: IEmployee[];
|
|
25
|
+
teams?: IOrganizationTeam[];
|
|
26
|
+
actorType?: ActorTypeEnum;
|
|
27
|
+
mentionUserIds?: ID[];
|
|
28
|
+
}
|
|
29
|
+
export interface ICommentUpdateInput extends Partial<Omit<IComment, 'entity' | 'entityId' | 'creatorId' | 'creator'>> {
|
|
30
|
+
mentionIds?: ID[];
|
|
31
|
+
}
|
|
32
|
+
export interface ICommentFindInput extends Pick<IComment, 'entity' | 'entityId'> {
|
|
33
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comment.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/comment.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, IBasePerTenantAndOrganizationEntityMutationInput } from './base-entity.model';
|
|
2
|
+
import { ICandidate } from './candidate.model';
|
|
3
|
+
import { IEmployee } from './employee.model';
|
|
4
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
5
|
+
export interface IRelationalContact {
|
|
6
|
+
readonly contact?: IContact;
|
|
7
|
+
readonly contactId?: IContact['id'];
|
|
8
|
+
}
|
|
9
|
+
export interface IContact extends IBasePerTenantAndOrganizationEntityModel {
|
|
10
|
+
id?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
firstName?: string;
|
|
13
|
+
lastName?: string;
|
|
14
|
+
country?: string;
|
|
15
|
+
city?: string;
|
|
16
|
+
address?: string;
|
|
17
|
+
address2?: string;
|
|
18
|
+
postcode?: string;
|
|
19
|
+
latitude?: number;
|
|
20
|
+
longitude?: number;
|
|
21
|
+
regionCode?: string;
|
|
22
|
+
fax?: string;
|
|
23
|
+
fiscalInformation?: string;
|
|
24
|
+
website?: string;
|
|
25
|
+
organization_contacts?: IOrganizationContact[];
|
|
26
|
+
employees?: IEmployee[];
|
|
27
|
+
candidates?: ICandidate[];
|
|
28
|
+
}
|
|
29
|
+
export interface IContactFindInput extends IContactCreateInput {
|
|
30
|
+
id?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface IContactCreateInput extends IBasePerTenantAndOrganizationEntityMutationInput {
|
|
33
|
+
name?: string;
|
|
34
|
+
firstName?: string;
|
|
35
|
+
lastName?: string;
|
|
36
|
+
country?: string;
|
|
37
|
+
city?: string;
|
|
38
|
+
address?: string;
|
|
39
|
+
address2?: string;
|
|
40
|
+
postcode?: string;
|
|
41
|
+
latitude?: number;
|
|
42
|
+
longitude?: number;
|
|
43
|
+
regionCode?: string;
|
|
44
|
+
fax?: string;
|
|
45
|
+
fiscalInformation?: string;
|
|
46
|
+
website?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/contact.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export interface IPaginationInput {
|
|
2
|
+
limit?: number;
|
|
3
|
+
page?: number;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Select find options for specific entity.
|
|
7
|
+
* Property paths (column names) to be selected by "find".
|
|
8
|
+
*/
|
|
9
|
+
export type IOptionsSelect<T> = {
|
|
10
|
+
[P in keyof T]?: NonNullable<T[P]> | boolean;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Generic pagination interface
|
|
14
|
+
*/
|
|
15
|
+
export interface IPagination<T> {
|
|
16
|
+
/**
|
|
17
|
+
* Items included in the current listing
|
|
18
|
+
*/
|
|
19
|
+
readonly items: T[];
|
|
20
|
+
/**
|
|
21
|
+
* Total number of available items
|
|
22
|
+
*/
|
|
23
|
+
readonly total: number;
|
|
24
|
+
}
|
|
25
|
+
export interface IListQueryInput<T> {
|
|
26
|
+
/**
|
|
27
|
+
* Model entity defined relations
|
|
28
|
+
*/
|
|
29
|
+
readonly relations?: string[];
|
|
30
|
+
readonly findInput?: T | any;
|
|
31
|
+
readonly where?: any;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Describes generic pagination params
|
|
35
|
+
*/
|
|
36
|
+
export interface IPaginationParam extends IOptionParams {
|
|
37
|
+
/**
|
|
38
|
+
* Limit (paginated) - max number of entities should be taken.
|
|
39
|
+
*/
|
|
40
|
+
readonly take: number;
|
|
41
|
+
/**
|
|
42
|
+
* Offset (paginated) where from entities should be taken.
|
|
43
|
+
*/
|
|
44
|
+
readonly skip: number;
|
|
45
|
+
}
|
|
46
|
+
export interface IOptionParams {
|
|
47
|
+
/**
|
|
48
|
+
* Order, in which entities should be ordered.
|
|
49
|
+
*/
|
|
50
|
+
readonly order: any;
|
|
51
|
+
/**
|
|
52
|
+
* Simple condition that should be applied to match entities.
|
|
53
|
+
*/
|
|
54
|
+
readonly where: any;
|
|
55
|
+
/**
|
|
56
|
+
* Indicates if soft-deleted rows should be included in entity result.
|
|
57
|
+
*/
|
|
58
|
+
readonly withDeleted: boolean;
|
|
59
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Code from https://github.com/xmlking/ngx-starter-kit.
|
|
3
|
+
// MIT License, see https://github.com/xmlking/ngx-starter-kit/blob/develop/LICENSE
|
|
4
|
+
// Copyright (c) 2018 Sumanth Chinthagunta
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
//# sourceMappingURL=core.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/core.model.ts"],"names":[],"mappings":";AAAA,wDAAwD;AACxD,mFAAmF;AACnF,0CAA0C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"country.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/country.model.ts"],"names":[],"mappings":""}
|