@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,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HelpCenterFlagEnum = exports.HelpCenterActionEnum = void 0;
|
|
4
|
+
var HelpCenterActionEnum;
|
|
5
|
+
(function (HelpCenterActionEnum) {
|
|
6
|
+
HelpCenterActionEnum["ADD"] = "add";
|
|
7
|
+
HelpCenterActionEnum["EDIT"] = "edit";
|
|
8
|
+
})(HelpCenterActionEnum || (exports.HelpCenterActionEnum = HelpCenterActionEnum = {}));
|
|
9
|
+
var HelpCenterFlagEnum;
|
|
10
|
+
(function (HelpCenterFlagEnum) {
|
|
11
|
+
HelpCenterFlagEnum["BASE"] = "base";
|
|
12
|
+
HelpCenterFlagEnum["CATEGORY"] = "category";
|
|
13
|
+
})(HelpCenterFlagEnum || (exports.HelpCenterFlagEnum = HelpCenterFlagEnum = {}));
|
|
14
|
+
//# sourceMappingURL=help-center.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"help-center.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/help-center.model.ts"],"names":[],"mappings":";;;AAwBA,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC/B,mCAAW,CAAA;IACX,qCAAa,CAAA;AACd,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B;AAED,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,mCAAa,CAAA;IACb,2CAAqB,CAAA;AACtB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare enum HttpStatus {
|
|
2
|
+
CONTINUE = 100,
|
|
3
|
+
SWITCHING_PROTOCOLS = 101,
|
|
4
|
+
PROCESSING = 102,
|
|
5
|
+
OK = 200,
|
|
6
|
+
CREATED = 201,
|
|
7
|
+
ACCEPTED = 202,
|
|
8
|
+
NON_AUTHORITATIVE_INFORMATION = 203,
|
|
9
|
+
NO_CONTENT = 204,
|
|
10
|
+
RESET_CONTENT = 205,
|
|
11
|
+
PARTIAL_CONTENT = 206,
|
|
12
|
+
AMBIGUOUS = 300,
|
|
13
|
+
MOVED_PERMANENTLY = 301,
|
|
14
|
+
FOUND = 302,
|
|
15
|
+
SEE_OTHER = 303,
|
|
16
|
+
NOT_MODIFIED = 304,
|
|
17
|
+
TEMPORARY_REDIRECT = 307,
|
|
18
|
+
PERMANENT_REDIRECT = 308,
|
|
19
|
+
BAD_REQUEST = 400,
|
|
20
|
+
UNAUTHORIZED = 401,
|
|
21
|
+
PAYMENT_REQUIRED = 402,
|
|
22
|
+
FORBIDDEN = 403,
|
|
23
|
+
NOT_FOUND = 404,
|
|
24
|
+
METHOD_NOT_ALLOWED = 405,
|
|
25
|
+
NOT_ACCEPTABLE = 406,
|
|
26
|
+
PROXY_AUTHENTICATION_REQUIRED = 407,
|
|
27
|
+
REQUEST_TIMEOUT = 408,
|
|
28
|
+
CONFLICT = 409,
|
|
29
|
+
GONE = 410,
|
|
30
|
+
LENGTH_REQUIRED = 411,
|
|
31
|
+
PRECONDITION_FAILED = 412,
|
|
32
|
+
PAYLOAD_TOO_LARGE = 413,
|
|
33
|
+
URI_TOO_LONG = 414,
|
|
34
|
+
UNSUPPORTED_MEDIA_TYPE = 415,
|
|
35
|
+
REQUESTED_RANGE_NOT_SATISFIABLE = 416,
|
|
36
|
+
EXPECTATION_FAILED = 417,
|
|
37
|
+
I_AM_A_TEAPOT = 418,
|
|
38
|
+
UNPROCESSABLE_ENTITY = 422,
|
|
39
|
+
FAILED_DEPENDENCY = 424,
|
|
40
|
+
TOO_MANY_REQUESTS = 429,
|
|
41
|
+
INTERNAL_SERVER_ERROR = 500,
|
|
42
|
+
NOT_IMPLEMENTED = 501,
|
|
43
|
+
BAD_GATEWAY = 502,
|
|
44
|
+
SERVICE_UNAVAILABLE = 503,
|
|
45
|
+
GATEWAY_TIMEOUT = 504,
|
|
46
|
+
HTTP_VERSION_NOT_SUPPORTED = 505
|
|
47
|
+
}
|
|
48
|
+
export declare enum RequestMethodEnum {
|
|
49
|
+
GET = "GET",
|
|
50
|
+
POST = "POST",
|
|
51
|
+
PUT = "PUT",
|
|
52
|
+
DELETE = "DELETE",
|
|
53
|
+
PATCH = "PATCH",
|
|
54
|
+
ALL = "ALL",
|
|
55
|
+
OPTIONS = "OPTIONS",
|
|
56
|
+
HEAD = "HEAD"
|
|
57
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RequestMethodEnum = exports.HttpStatus = void 0;
|
|
4
|
+
var HttpStatus;
|
|
5
|
+
(function (HttpStatus) {
|
|
6
|
+
HttpStatus[HttpStatus["CONTINUE"] = 100] = "CONTINUE";
|
|
7
|
+
HttpStatus[HttpStatus["SWITCHING_PROTOCOLS"] = 101] = "SWITCHING_PROTOCOLS";
|
|
8
|
+
HttpStatus[HttpStatus["PROCESSING"] = 102] = "PROCESSING";
|
|
9
|
+
HttpStatus[HttpStatus["OK"] = 200] = "OK";
|
|
10
|
+
HttpStatus[HttpStatus["CREATED"] = 201] = "CREATED";
|
|
11
|
+
HttpStatus[HttpStatus["ACCEPTED"] = 202] = "ACCEPTED";
|
|
12
|
+
HttpStatus[HttpStatus["NON_AUTHORITATIVE_INFORMATION"] = 203] = "NON_AUTHORITATIVE_INFORMATION";
|
|
13
|
+
HttpStatus[HttpStatus["NO_CONTENT"] = 204] = "NO_CONTENT";
|
|
14
|
+
HttpStatus[HttpStatus["RESET_CONTENT"] = 205] = "RESET_CONTENT";
|
|
15
|
+
HttpStatus[HttpStatus["PARTIAL_CONTENT"] = 206] = "PARTIAL_CONTENT";
|
|
16
|
+
HttpStatus[HttpStatus["AMBIGUOUS"] = 300] = "AMBIGUOUS";
|
|
17
|
+
HttpStatus[HttpStatus["MOVED_PERMANENTLY"] = 301] = "MOVED_PERMANENTLY";
|
|
18
|
+
HttpStatus[HttpStatus["FOUND"] = 302] = "FOUND";
|
|
19
|
+
HttpStatus[HttpStatus["SEE_OTHER"] = 303] = "SEE_OTHER";
|
|
20
|
+
HttpStatus[HttpStatus["NOT_MODIFIED"] = 304] = "NOT_MODIFIED";
|
|
21
|
+
HttpStatus[HttpStatus["TEMPORARY_REDIRECT"] = 307] = "TEMPORARY_REDIRECT";
|
|
22
|
+
HttpStatus[HttpStatus["PERMANENT_REDIRECT"] = 308] = "PERMANENT_REDIRECT";
|
|
23
|
+
HttpStatus[HttpStatus["BAD_REQUEST"] = 400] = "BAD_REQUEST";
|
|
24
|
+
HttpStatus[HttpStatus["UNAUTHORIZED"] = 401] = "UNAUTHORIZED";
|
|
25
|
+
HttpStatus[HttpStatus["PAYMENT_REQUIRED"] = 402] = "PAYMENT_REQUIRED";
|
|
26
|
+
HttpStatus[HttpStatus["FORBIDDEN"] = 403] = "FORBIDDEN";
|
|
27
|
+
HttpStatus[HttpStatus["NOT_FOUND"] = 404] = "NOT_FOUND";
|
|
28
|
+
HttpStatus[HttpStatus["METHOD_NOT_ALLOWED"] = 405] = "METHOD_NOT_ALLOWED";
|
|
29
|
+
HttpStatus[HttpStatus["NOT_ACCEPTABLE"] = 406] = "NOT_ACCEPTABLE";
|
|
30
|
+
HttpStatus[HttpStatus["PROXY_AUTHENTICATION_REQUIRED"] = 407] = "PROXY_AUTHENTICATION_REQUIRED";
|
|
31
|
+
HttpStatus[HttpStatus["REQUEST_TIMEOUT"] = 408] = "REQUEST_TIMEOUT";
|
|
32
|
+
HttpStatus[HttpStatus["CONFLICT"] = 409] = "CONFLICT";
|
|
33
|
+
HttpStatus[HttpStatus["GONE"] = 410] = "GONE";
|
|
34
|
+
HttpStatus[HttpStatus["LENGTH_REQUIRED"] = 411] = "LENGTH_REQUIRED";
|
|
35
|
+
HttpStatus[HttpStatus["PRECONDITION_FAILED"] = 412] = "PRECONDITION_FAILED";
|
|
36
|
+
HttpStatus[HttpStatus["PAYLOAD_TOO_LARGE"] = 413] = "PAYLOAD_TOO_LARGE";
|
|
37
|
+
HttpStatus[HttpStatus["URI_TOO_LONG"] = 414] = "URI_TOO_LONG";
|
|
38
|
+
HttpStatus[HttpStatus["UNSUPPORTED_MEDIA_TYPE"] = 415] = "UNSUPPORTED_MEDIA_TYPE";
|
|
39
|
+
HttpStatus[HttpStatus["REQUESTED_RANGE_NOT_SATISFIABLE"] = 416] = "REQUESTED_RANGE_NOT_SATISFIABLE";
|
|
40
|
+
HttpStatus[HttpStatus["EXPECTATION_FAILED"] = 417] = "EXPECTATION_FAILED";
|
|
41
|
+
HttpStatus[HttpStatus["I_AM_A_TEAPOT"] = 418] = "I_AM_A_TEAPOT";
|
|
42
|
+
HttpStatus[HttpStatus["UNPROCESSABLE_ENTITY"] = 422] = "UNPROCESSABLE_ENTITY";
|
|
43
|
+
HttpStatus[HttpStatus["FAILED_DEPENDENCY"] = 424] = "FAILED_DEPENDENCY";
|
|
44
|
+
HttpStatus[HttpStatus["TOO_MANY_REQUESTS"] = 429] = "TOO_MANY_REQUESTS";
|
|
45
|
+
HttpStatus[HttpStatus["INTERNAL_SERVER_ERROR"] = 500] = "INTERNAL_SERVER_ERROR";
|
|
46
|
+
HttpStatus[HttpStatus["NOT_IMPLEMENTED"] = 501] = "NOT_IMPLEMENTED";
|
|
47
|
+
HttpStatus[HttpStatus["BAD_GATEWAY"] = 502] = "BAD_GATEWAY";
|
|
48
|
+
HttpStatus[HttpStatus["SERVICE_UNAVAILABLE"] = 503] = "SERVICE_UNAVAILABLE";
|
|
49
|
+
HttpStatus[HttpStatus["GATEWAY_TIMEOUT"] = 504] = "GATEWAY_TIMEOUT";
|
|
50
|
+
HttpStatus[HttpStatus["HTTP_VERSION_NOT_SUPPORTED"] = 505] = "HTTP_VERSION_NOT_SUPPORTED";
|
|
51
|
+
})(HttpStatus || (exports.HttpStatus = HttpStatus = {}));
|
|
52
|
+
var RequestMethodEnum;
|
|
53
|
+
(function (RequestMethodEnum) {
|
|
54
|
+
RequestMethodEnum["GET"] = "GET";
|
|
55
|
+
RequestMethodEnum["POST"] = "POST";
|
|
56
|
+
RequestMethodEnum["PUT"] = "PUT";
|
|
57
|
+
RequestMethodEnum["DELETE"] = "DELETE";
|
|
58
|
+
RequestMethodEnum["PATCH"] = "PATCH";
|
|
59
|
+
RequestMethodEnum["ALL"] = "ALL";
|
|
60
|
+
RequestMethodEnum["OPTIONS"] = "OPTIONS";
|
|
61
|
+
RequestMethodEnum["HEAD"] = "HEAD";
|
|
62
|
+
})(RequestMethodEnum || (exports.RequestMethodEnum = RequestMethodEnum = {}));
|
|
63
|
+
//# sourceMappingURL=http-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-status.enum.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/http-status.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,UA8CX;AA9CD,WAAY,UAAU;IACrB,qDAAc,CAAA;IACd,2EAAyB,CAAA;IACzB,yDAAgB,CAAA;IAChB,yCAAQ,CAAA;IACR,mDAAa,CAAA;IACb,qDAAc,CAAA;IACd,+FAAmC,CAAA;IACnC,yDAAgB,CAAA;IAChB,+DAAmB,CAAA;IACnB,mEAAqB,CAAA;IACrB,uDAAe,CAAA;IACf,uEAAuB,CAAA;IACvB,+CAAW,CAAA;IACX,uDAAe,CAAA;IACf,6DAAkB,CAAA;IAClB,yEAAwB,CAAA;IACxB,yEAAwB,CAAA;IACxB,2DAAiB,CAAA;IACjB,6DAAkB,CAAA;IAClB,qEAAsB,CAAA;IACtB,uDAAe,CAAA;IACf,uDAAe,CAAA;IACf,yEAAwB,CAAA;IACxB,iEAAoB,CAAA;IACpB,+FAAmC,CAAA;IACnC,mEAAqB,CAAA;IACrB,qDAAc,CAAA;IACd,6CAAU,CAAA;IACV,mEAAqB,CAAA;IACrB,2EAAyB,CAAA;IACzB,uEAAuB,CAAA;IACvB,6DAAkB,CAAA;IAClB,iFAA4B,CAAA;IAC5B,mGAAqC,CAAA;IACrC,yEAAwB,CAAA;IACxB,+DAAmB,CAAA;IACnB,6EAA0B,CAAA;IAC1B,uEAAuB,CAAA;IACvB,uEAAuB,CAAA;IACvB,+EAA2B,CAAA;IAC3B,mEAAqB,CAAA;IACrB,2DAAiB,CAAA;IACjB,2EAAyB,CAAA;IACzB,mEAAqB,CAAA;IACrB,yFAAgC,CAAA;AACjC,CAAC,EA9CW,UAAU,0BAAV,UAAU,QA8CrB;AAED,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC5B,gCAAW,CAAA;IACX,kCAAa,CAAA;IACb,gCAAW,CAAA;IACX,sCAAiB,CAAA;IACjB,oCAAe,CAAA;IACf,gCAAW,CAAA;IACX,wCAAmB,CAAA;IACnB,kCAAa,CAAA;AACd,CAAC,EATW,iBAAiB,iCAAjB,iBAAiB,QAS5B"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from "./base-entity.model";
|
|
2
|
+
import { TimeLogType } from "./timesheet.model";
|
|
3
|
+
export interface IHubstaffAccessTokens {
|
|
4
|
+
access_token: string;
|
|
5
|
+
refresh_token: string;
|
|
6
|
+
token_type: string;
|
|
7
|
+
expires_in: number;
|
|
8
|
+
}
|
|
9
|
+
export interface ICreateHubstaffIntegrationInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
10
|
+
client_id: string;
|
|
11
|
+
code: string;
|
|
12
|
+
grant_type: string;
|
|
13
|
+
redirect_uri: string;
|
|
14
|
+
client_secret: string;
|
|
15
|
+
}
|
|
16
|
+
export interface IHubstaffOrganization {
|
|
17
|
+
id: number;
|
|
18
|
+
name: string;
|
|
19
|
+
status: string;
|
|
20
|
+
}
|
|
21
|
+
export interface IHubstaffOrganizationsResponse {
|
|
22
|
+
organizations: IHubstaffOrganization[];
|
|
23
|
+
}
|
|
24
|
+
export interface IHubstaffProject {
|
|
25
|
+
id: number;
|
|
26
|
+
name: string;
|
|
27
|
+
status: string;
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
client_id: number;
|
|
31
|
+
billable: boolean;
|
|
32
|
+
metadata: any;
|
|
33
|
+
}
|
|
34
|
+
export interface IHubstaffProjectsResponse {
|
|
35
|
+
projects: IHubstaffProject[];
|
|
36
|
+
clients: Array<any>;
|
|
37
|
+
}
|
|
38
|
+
export interface IHubstaffProjectResponse {
|
|
39
|
+
project: IHubstaffProject;
|
|
40
|
+
}
|
|
41
|
+
export interface IHubstaffTimeSlotActivity {
|
|
42
|
+
id: number;
|
|
43
|
+
date: string;
|
|
44
|
+
time_slot: Date;
|
|
45
|
+
starts_at: Date;
|
|
46
|
+
user_id: number;
|
|
47
|
+
project_id: number;
|
|
48
|
+
task_id?: number;
|
|
49
|
+
keyboard: number;
|
|
50
|
+
mouse: number;
|
|
51
|
+
overall: number;
|
|
52
|
+
tracked: number;
|
|
53
|
+
input_tracked: number;
|
|
54
|
+
tracks_input: boolean;
|
|
55
|
+
billable: boolean;
|
|
56
|
+
paid: boolean;
|
|
57
|
+
client_invoiced: boolean;
|
|
58
|
+
team_invoiced: boolean;
|
|
59
|
+
immutable: boolean;
|
|
60
|
+
time_type: string;
|
|
61
|
+
client: string;
|
|
62
|
+
employeeId?: string;
|
|
63
|
+
}
|
|
64
|
+
export interface IHubstaffScreenshotActivity {
|
|
65
|
+
id: number;
|
|
66
|
+
full_url: string;
|
|
67
|
+
thumb_url: string;
|
|
68
|
+
date: string;
|
|
69
|
+
time_slot: string;
|
|
70
|
+
recorded_at: string;
|
|
71
|
+
user_id: number;
|
|
72
|
+
project_id: number;
|
|
73
|
+
offset_x: number;
|
|
74
|
+
offset_y: number;
|
|
75
|
+
width: number;
|
|
76
|
+
height: number;
|
|
77
|
+
screen: number;
|
|
78
|
+
employeeId?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface IHubstaffLogFromTimeSlots {
|
|
81
|
+
id: string;
|
|
82
|
+
date: Date;
|
|
83
|
+
user_id: number;
|
|
84
|
+
project_id: number;
|
|
85
|
+
task_id: number;
|
|
86
|
+
logType: TimeLogType;
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hubstaff.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/hubstaff.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FileStorageProvider } from './file-provider';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel, ID } from './base-entity.model';
|
|
3
|
+
export interface IRelationalImageAsset {
|
|
4
|
+
image?: IImageAsset | null;
|
|
5
|
+
imageId?: ID | null;
|
|
6
|
+
}
|
|
7
|
+
export interface IImageAsset extends IImageAssetCreateInput {
|
|
8
|
+
fullUrl?: string;
|
|
9
|
+
thumbUrl?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IImageAssetFindInput extends IBasePerTenantAndOrganizationEntityModel, Pick<IImageAsset, 'isFeatured'> {
|
|
12
|
+
}
|
|
13
|
+
export interface IImageAssetUploadInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
14
|
+
}
|
|
15
|
+
export interface IImageAssetCreateInput extends IBasePerTenantAndOrganizationEntityModel {
|
|
16
|
+
name: string;
|
|
17
|
+
url: string;
|
|
18
|
+
thumb?: string;
|
|
19
|
+
width?: number;
|
|
20
|
+
height?: number;
|
|
21
|
+
size?: number;
|
|
22
|
+
isFeatured?: boolean;
|
|
23
|
+
externalProviderId?: string;
|
|
24
|
+
storageProvider?: FileStorageProvider;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-asset.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/image-asset.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IBasePerTenantEntityModel } from "./base-entity.model";
|
|
2
|
+
export interface IImportRecord extends IBasePerTenantEntityModel {
|
|
3
|
+
entityType?: string;
|
|
4
|
+
sourceId?: string;
|
|
5
|
+
destinationId?: string;
|
|
6
|
+
importDate?: Date;
|
|
7
|
+
wasCreated?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface IImportRecordFind extends IBasePerTenantEntityModel {
|
|
10
|
+
entityType?: string;
|
|
11
|
+
sourceId?: string;
|
|
12
|
+
destinationId?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface IImportHistory extends IBasePerTenantEntityModel {
|
|
15
|
+
file: string;
|
|
16
|
+
path: string;
|
|
17
|
+
size: number;
|
|
18
|
+
status: ImportStatusEnum;
|
|
19
|
+
importDate?: Date;
|
|
20
|
+
fullUrl?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface IEntityModel {
|
|
23
|
+
name: string;
|
|
24
|
+
value: string;
|
|
25
|
+
checked: boolean;
|
|
26
|
+
isGroup: boolean;
|
|
27
|
+
entities: IEntityModel[];
|
|
28
|
+
}
|
|
29
|
+
export declare enum ImportTypeEnum {
|
|
30
|
+
MERGE = "merge",
|
|
31
|
+
CLEAN = "clean"
|
|
32
|
+
}
|
|
33
|
+
export declare enum ImportStatusEnum {
|
|
34
|
+
SUCCESS = "Success",
|
|
35
|
+
FAILED = "Failed",
|
|
36
|
+
CANCELLED = "Cancelled",
|
|
37
|
+
IN_PROGRESS = "In Progress"
|
|
38
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImportStatusEnum = exports.ImportTypeEnum = void 0;
|
|
4
|
+
var ImportTypeEnum;
|
|
5
|
+
(function (ImportTypeEnum) {
|
|
6
|
+
ImportTypeEnum["MERGE"] = "merge";
|
|
7
|
+
ImportTypeEnum["CLEAN"] = "clean";
|
|
8
|
+
})(ImportTypeEnum || (exports.ImportTypeEnum = ImportTypeEnum = {}));
|
|
9
|
+
var ImportStatusEnum;
|
|
10
|
+
(function (ImportStatusEnum) {
|
|
11
|
+
ImportStatusEnum["SUCCESS"] = "Success";
|
|
12
|
+
ImportStatusEnum["FAILED"] = "Failed";
|
|
13
|
+
ImportStatusEnum["CANCELLED"] = "Cancelled";
|
|
14
|
+
ImportStatusEnum["IN_PROGRESS"] = "In Progress";
|
|
15
|
+
})(ImportStatusEnum || (exports.ImportStatusEnum = ImportStatusEnum = {}));
|
|
16
|
+
//# sourceMappingURL=import-export.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import-export.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/import-export.model.ts"],"names":[],"mappings":";;;AAiCA,IAAY,cAGX;AAHD,WAAY,cAAc;IACzB,iCAAe,CAAA;IACf,iCAAe,CAAA;AAChB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAED,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC3B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;IACjB,2CAAuB,CAAA;IACvB,+CAA2B,CAAA;AAC5B,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IEmployeeEntityInput } from './employee.model';
|
|
2
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
import { IOrganizationContact } from './organization-contact.model';
|
|
5
|
+
export interface IIncome extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
6
|
+
amount: number;
|
|
7
|
+
clientId?: IOrganizationContact['id'];
|
|
8
|
+
client?: IOrganizationContact;
|
|
9
|
+
currency: string;
|
|
10
|
+
valueDate?: Date;
|
|
11
|
+
notes?: string;
|
|
12
|
+
isBonus: boolean;
|
|
13
|
+
reference?: string;
|
|
14
|
+
tags: ITag[];
|
|
15
|
+
}
|
|
16
|
+
export interface IIncomeCreateInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
17
|
+
amount: number;
|
|
18
|
+
clientId: string;
|
|
19
|
+
valueDate: Date;
|
|
20
|
+
currency?: string;
|
|
21
|
+
notes?: string;
|
|
22
|
+
isBonus?: boolean;
|
|
23
|
+
reference?: string;
|
|
24
|
+
tags: ITag[];
|
|
25
|
+
}
|
|
26
|
+
export interface IIncomeUpdateInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
27
|
+
amount?: number;
|
|
28
|
+
clientId?: string;
|
|
29
|
+
valueDate?: Date;
|
|
30
|
+
currency?: string;
|
|
31
|
+
notes?: string;
|
|
32
|
+
isBonus?: boolean;
|
|
33
|
+
tags: ITag[];
|
|
34
|
+
}
|
|
35
|
+
export interface IIncomeFindInput extends IBasePerTenantAndOrganizationEntityModel, IEmployeeEntityInput {
|
|
36
|
+
amount?: number;
|
|
37
|
+
isBonus?: boolean;
|
|
38
|
+
clientId?: string;
|
|
39
|
+
valueDate?: Date;
|
|
40
|
+
currency?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare enum IncomeTypeEnum {
|
|
43
|
+
HOURLY = "Hourly"
|
|
44
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncomeTypeEnum = void 0;
|
|
4
|
+
var IncomeTypeEnum;
|
|
5
|
+
(function (IncomeTypeEnum) {
|
|
6
|
+
IncomeTypeEnum["HOURLY"] = "Hourly";
|
|
7
|
+
})(IncomeTypeEnum || (exports.IncomeTypeEnum = IncomeTypeEnum = {}));
|
|
8
|
+
//# sourceMappingURL=income.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"income.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/income.model.ts"],"names":[],"mappings":";;;AA8CA,IAAY,cAEX;AAFD,WAAY,cAAc;IACzB,mCAAiB,CAAA;AAClB,CAAC,EAFW,cAAc,8BAAd,cAAc,QAEzB"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
export * from './accounting-template.model';
|
|
2
|
+
/** App Setting Model */
|
|
3
|
+
export * from './activity-log.model';
|
|
4
|
+
export * from './auth.model';
|
|
5
|
+
export * from './appointment-employees.model';
|
|
6
|
+
export * from './approval-policy.model';
|
|
7
|
+
export * from './availability-slots.model';
|
|
8
|
+
export * from './candidate-criterions-rating.model';
|
|
9
|
+
export * from './candidate-document.model';
|
|
10
|
+
export * from './candidate-education.model';
|
|
11
|
+
export * from './candidate-experience.model';
|
|
12
|
+
export * from './candidate-feedback.model';
|
|
13
|
+
export * from './candidate-interview.model';
|
|
14
|
+
export * from './candidate-interviewers.model';
|
|
15
|
+
export * from './candidate-personal-qualities.model';
|
|
16
|
+
export * from './candidate-skill.model';
|
|
17
|
+
export * from './candidate-source.model';
|
|
18
|
+
export * from './candidate-technologies.model';
|
|
19
|
+
export * from './candidate.model';
|
|
20
|
+
export * from './changelog.model';
|
|
21
|
+
export * from './chart.model';
|
|
22
|
+
export * from './comment.model';
|
|
23
|
+
export * from './contact.model';
|
|
24
|
+
export * from './core.model';
|
|
25
|
+
export * from './country.model';
|
|
26
|
+
export * from './currency.model';
|
|
27
|
+
export * from './custom-smtp.model';
|
|
28
|
+
export * from './date-picker.model';
|
|
29
|
+
export * from './dashboard-widget.model';
|
|
30
|
+
export * from './dashboard.model';
|
|
31
|
+
export * from './deal.model';
|
|
32
|
+
export * from './email-reset.model';
|
|
33
|
+
export * from './email-template.model';
|
|
34
|
+
export * from './email.model';
|
|
35
|
+
export * from './employee-appointment.model';
|
|
36
|
+
export * from './employee-award.model';
|
|
37
|
+
export * from './employee-job.model';
|
|
38
|
+
export * from './employee-notification.model';
|
|
39
|
+
export * from './employee-phone.model';
|
|
40
|
+
export * from './employee-proposal-template.model';
|
|
41
|
+
export * from './employee-recent-visit.model';
|
|
42
|
+
export * from './employee-recurring-expense.model';
|
|
43
|
+
export * from './employee-settings.model';
|
|
44
|
+
export * from './employee-statistics.model';
|
|
45
|
+
export * from './employee.model';
|
|
46
|
+
export * from './entity-with-members.model';
|
|
47
|
+
export * from './equipment-sharing-policy.model';
|
|
48
|
+
export * from './equipment-sharing.model';
|
|
49
|
+
export * from './equipment.model';
|
|
50
|
+
export * from './estimate-email.model';
|
|
51
|
+
export * from './event-type.model';
|
|
52
|
+
export * from './expense-category.model';
|
|
53
|
+
export * from './expense-category.model';
|
|
54
|
+
export * from './expense.model';
|
|
55
|
+
export * from './favorite.model';
|
|
56
|
+
export * from './feature.model';
|
|
57
|
+
export * from './file-provider';
|
|
58
|
+
export * from './geo-location.model';
|
|
59
|
+
export * from './github.model';
|
|
60
|
+
export * from './goal-settings.model';
|
|
61
|
+
export * from './goals.model';
|
|
62
|
+
export * from './help-center-article.model';
|
|
63
|
+
export * from './help-center.model';
|
|
64
|
+
export * from './http-status.enum';
|
|
65
|
+
export * from './hubstaff.model';
|
|
66
|
+
export * from './image-asset.model';
|
|
67
|
+
export * from './import-export.model';
|
|
68
|
+
export * from './income.model';
|
|
69
|
+
export * from './integration.model';
|
|
70
|
+
export * from './integration-setting.model';
|
|
71
|
+
export * from './invite.model';
|
|
72
|
+
export * from './invoice-estimate-history.model';
|
|
73
|
+
export * from './invoice-item.model';
|
|
74
|
+
export * from './invoice.model';
|
|
75
|
+
export * from './issue-type.model';
|
|
76
|
+
export * from './job-matching.model';
|
|
77
|
+
export * from './job-search-category.model';
|
|
78
|
+
export * from './job-search-occupation.model';
|
|
79
|
+
export * from './language.model';
|
|
80
|
+
export * from './mention.model';
|
|
81
|
+
export * from './organization-award.model';
|
|
82
|
+
export * from './organization-contact.model';
|
|
83
|
+
export * from './organization-department.model';
|
|
84
|
+
export * from './organization-document.model';
|
|
85
|
+
export * from './organization-employment-type.model';
|
|
86
|
+
export * from './organization-expense-category.model';
|
|
87
|
+
export * from './organization-language.model';
|
|
88
|
+
export * from './organization-positions.model';
|
|
89
|
+
export * from './organization-projects.model';
|
|
90
|
+
export * from './organization-project-module.model';
|
|
91
|
+
export * from './organization-recurring-expense.model';
|
|
92
|
+
export * from './organization-sprint.model';
|
|
93
|
+
export * from './organization-task-setting.model';
|
|
94
|
+
export * from './organization-team-employee-model';
|
|
95
|
+
export * from './organization-team-join-request.model';
|
|
96
|
+
export * from './organization-team.model';
|
|
97
|
+
export * from './organization-vendors.model';
|
|
98
|
+
export * from './organization.model';
|
|
99
|
+
export * from './password-reset.model';
|
|
100
|
+
export * from './payment.model';
|
|
101
|
+
export * from './pipeline-stage.model';
|
|
102
|
+
export * from './pipeline.model';
|
|
103
|
+
export * from './product.model';
|
|
104
|
+
export * from './proposal.model';
|
|
105
|
+
export * from './reaction.model';
|
|
106
|
+
export * from './recurring-expense.model';
|
|
107
|
+
export * from './report.model';
|
|
108
|
+
export * from './request-approval-employee.model';
|
|
109
|
+
export * from './request-approval-team.model';
|
|
110
|
+
export * from './request-approval.model';
|
|
111
|
+
export * from './resource-link.model';
|
|
112
|
+
export * from './role-permission.model';
|
|
113
|
+
export * from './role.model';
|
|
114
|
+
export * from './shared-entity.model';
|
|
115
|
+
export * from './screenshot.model';
|
|
116
|
+
export * from './seed.model';
|
|
117
|
+
export * from './shared-types';
|
|
118
|
+
export * from './skill-entity.model';
|
|
119
|
+
export * from './sms.model';
|
|
120
|
+
export * from './social-account.model';
|
|
121
|
+
export * from './screening-task.model';
|
|
122
|
+
export * from './subscription.model';
|
|
123
|
+
export * from './tag.model';
|
|
124
|
+
export * from './task-estimation.model';
|
|
125
|
+
export * from './task-linked-issue.model';
|
|
126
|
+
export * from './task-priority.model';
|
|
127
|
+
export * from './task-related-issue-type.model';
|
|
128
|
+
export * from './task-size.model';
|
|
129
|
+
export * from './task-status.model';
|
|
130
|
+
export * from './task-version.model';
|
|
131
|
+
export * from './task-view.model';
|
|
132
|
+
export * from './task.model';
|
|
133
|
+
export * from './daily-plan.model';
|
|
134
|
+
export * from './tenant.model';
|
|
135
|
+
export * from './time-off.model';
|
|
136
|
+
export * from './timesheet-statistics.model';
|
|
137
|
+
export * from './timesheet.model';
|
|
138
|
+
export * from './translation.model';
|
|
139
|
+
export * from './tree-node.model';
|
|
140
|
+
export * from './upwork.model';
|
|
141
|
+
export * from './user-organization.model';
|
|
142
|
+
export * from './user.model';
|
|
143
|
+
export * from './wakatime.model';
|
|
144
|
+
export { IBaseEntityModel as BaseEntityModel, ID } from './base-entity.model';
|
|
145
|
+
export { IBasePerTenantAndOrganizationEntityModel, IBasePerTenantEntityModel, IBaseSoftDeleteEntityModel, IBaseRelationsEntityModel, ActorTypeEnum, BaseEntityEnum, JsonData } from './base-entity.model';
|
|
146
|
+
export * from './proxy.model';
|