@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,20 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './base-entity.model';
|
|
2
|
+
export interface ITranslation<T> extends IBasePerTenantAndOrganizationEntityModel {
|
|
3
|
+
reference?: ITranslatable<T>;
|
|
4
|
+
referenceId?: string;
|
|
5
|
+
languageCode: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ITranslatable<T> extends IBasePerTenantAndOrganizationEntityModel {
|
|
8
|
+
translations?: ITranslation<T>[];
|
|
9
|
+
translate?(languageCode: string): any;
|
|
10
|
+
translateNested?(languageCode: string, translatePropsInput: Array<any>): any;
|
|
11
|
+
}
|
|
12
|
+
export interface TranslateInput {
|
|
13
|
+
key: string;
|
|
14
|
+
alias: string;
|
|
15
|
+
}
|
|
16
|
+
export interface TranslatePropertyInput {
|
|
17
|
+
prop: string;
|
|
18
|
+
propsTranslate: Array<TranslateInput>;
|
|
19
|
+
propAsArr?: Array<string>;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translation.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/translation.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/tree-node.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export interface IAccessTokenDto {
|
|
2
|
+
requestToken: string;
|
|
3
|
+
requestTokenSecret?: string;
|
|
4
|
+
verifier: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IAccessToken {
|
|
7
|
+
integrationId: string;
|
|
8
|
+
accessToken: string;
|
|
9
|
+
accessTokenSecret: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IAccessTokenSecretPair {
|
|
12
|
+
integrationId?: string;
|
|
13
|
+
organizationId?: string;
|
|
14
|
+
url: string;
|
|
15
|
+
requestToken: string;
|
|
16
|
+
requestTokenSecret?: string;
|
|
17
|
+
accessTokenSecret?: string;
|
|
18
|
+
accessToken?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface IGetWorkDiaryDto {
|
|
21
|
+
config: IUpworkApiConfig;
|
|
22
|
+
contractId: string;
|
|
23
|
+
forDate: Date;
|
|
24
|
+
}
|
|
25
|
+
export interface IGetContractsDto {
|
|
26
|
+
config: IUpworkApiConfig;
|
|
27
|
+
}
|
|
28
|
+
export interface IEngagement {
|
|
29
|
+
engagement_start_date: string;
|
|
30
|
+
job_ref_ciphertext: string;
|
|
31
|
+
status: string;
|
|
32
|
+
provider__reference: string;
|
|
33
|
+
engagement_job_type: string;
|
|
34
|
+
offer_id: string;
|
|
35
|
+
job__title: string;
|
|
36
|
+
cj_job_application_uid: string;
|
|
37
|
+
provider_team__id: string;
|
|
38
|
+
fixed_charge_amount_agreed: string;
|
|
39
|
+
job_application_ref: string;
|
|
40
|
+
dev_recno_ciphertext: string;
|
|
41
|
+
reference: string;
|
|
42
|
+
active_milestone: string;
|
|
43
|
+
engagement_end_ts: string;
|
|
44
|
+
provider__id: string;
|
|
45
|
+
created_time: string;
|
|
46
|
+
engagement_end_date: string;
|
|
47
|
+
provider_team__reference: string;
|
|
48
|
+
engagement_start_ts: string;
|
|
49
|
+
buyer_team__reference: string;
|
|
50
|
+
fixed_price_upfront_payment: string;
|
|
51
|
+
hourly_charge_rate: string;
|
|
52
|
+
}
|
|
53
|
+
export interface IUpworkApiConfig extends IUpworkClientSecretPair {
|
|
54
|
+
accessToken: string;
|
|
55
|
+
accessSecret: string;
|
|
56
|
+
}
|
|
57
|
+
export interface IUpworkClientSecretPair {
|
|
58
|
+
consumerKey: string;
|
|
59
|
+
consumerSecret: string;
|
|
60
|
+
}
|
|
61
|
+
export interface IUpworkDateRange {
|
|
62
|
+
start: Date;
|
|
63
|
+
end: Date;
|
|
64
|
+
}
|
|
65
|
+
export declare enum IUpworkOfferStatusEnum {
|
|
66
|
+
ACCEPTED = "accepted",
|
|
67
|
+
NEW = "new",
|
|
68
|
+
DECLINED = "declined",
|
|
69
|
+
EXPIRED = "expired",
|
|
70
|
+
WITHDRAWN = "withdrawn",
|
|
71
|
+
CANCELLED = "cancelled",
|
|
72
|
+
CHANGED = "changed"
|
|
73
|
+
}
|
|
74
|
+
export declare enum IUpworkProposalStatusEnum {
|
|
75
|
+
ACTIVE = "active",
|
|
76
|
+
SUBMITTED = "submitted",
|
|
77
|
+
ARCHIVED = "archived"
|
|
78
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IUpworkProposalStatusEnum = exports.IUpworkOfferStatusEnum = void 0;
|
|
4
|
+
var IUpworkOfferStatusEnum;
|
|
5
|
+
(function (IUpworkOfferStatusEnum) {
|
|
6
|
+
IUpworkOfferStatusEnum["ACCEPTED"] = "accepted";
|
|
7
|
+
IUpworkOfferStatusEnum["NEW"] = "new";
|
|
8
|
+
IUpworkOfferStatusEnum["DECLINED"] = "declined";
|
|
9
|
+
IUpworkOfferStatusEnum["EXPIRED"] = "expired";
|
|
10
|
+
IUpworkOfferStatusEnum["WITHDRAWN"] = "withdrawn";
|
|
11
|
+
IUpworkOfferStatusEnum["CANCELLED"] = "cancelled";
|
|
12
|
+
IUpworkOfferStatusEnum["CHANGED"] = "changed";
|
|
13
|
+
})(IUpworkOfferStatusEnum || (exports.IUpworkOfferStatusEnum = IUpworkOfferStatusEnum = {}));
|
|
14
|
+
var IUpworkProposalStatusEnum;
|
|
15
|
+
(function (IUpworkProposalStatusEnum) {
|
|
16
|
+
IUpworkProposalStatusEnum["ACTIVE"] = "active";
|
|
17
|
+
IUpworkProposalStatusEnum["SUBMITTED"] = "submitted";
|
|
18
|
+
IUpworkProposalStatusEnum["ARCHIVED"] = "archived";
|
|
19
|
+
})(IUpworkProposalStatusEnum || (exports.IUpworkProposalStatusEnum = IUpworkProposalStatusEnum = {}));
|
|
20
|
+
//# sourceMappingURL=upwork.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upwork.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/upwork.model.ts"],"names":[],"mappings":";;;AAyEA,IAAY,sBAQX;AARD,WAAY,sBAAsB;IACjC,+CAAqB,CAAA;IACrB,qCAAW,CAAA;IACX,+CAAqB,CAAA;IACrB,6CAAmB,CAAA;IACnB,iDAAuB,CAAA;IACvB,iDAAuB,CAAA;IACvB,6CAAmB,CAAA;AACpB,CAAC,EARW,sBAAsB,sCAAtB,sBAAsB,QAQjC;AAED,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACpC,8CAAiB,CAAA;IACjB,oDAAuB,CAAA;IACvB,kDAAqB,CAAA;AACtB,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel, ID } from './base-entity.model';
|
|
2
|
+
import { IUser } from './user.model';
|
|
3
|
+
export interface IBaseUserOrganization extends IBasePerTenantAndOrganizationEntityModel {
|
|
4
|
+
userId?: ID;
|
|
5
|
+
isDefault: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface IUserOrganization extends IBaseUserOrganization {
|
|
8
|
+
user?: IUser;
|
|
9
|
+
}
|
|
10
|
+
export interface IUserOrganizationFindInput extends Partial<IBaseUserOrganization> {
|
|
11
|
+
}
|
|
12
|
+
export interface IUserOrganizationCreateInput extends IBaseUserOrganization {
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-organization.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/user-organization.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import { IRole } from './role.model';
|
|
2
|
+
import { IBasePerTenantEntityModel, IBaseRelationsEntityModel, ID } from './base-entity.model';
|
|
3
|
+
import { ITag } from './tag.model';
|
|
4
|
+
import { IEmployee } from './employee.model';
|
|
5
|
+
import { IPayment } from './payment.model';
|
|
6
|
+
import { IUserOrganization } from './user-organization.model';
|
|
7
|
+
import { IInvite } from './invite.model';
|
|
8
|
+
import { ICandidate } from './candidate.model';
|
|
9
|
+
import { IRelationalImageAsset } from './image-asset.model';
|
|
10
|
+
import { IOrganization, TimeFormatEnum } from './organization.model';
|
|
11
|
+
import { ISocialAccount } from './social-account.model';
|
|
12
|
+
import { IOrganizationTeam } from './organization-team.model';
|
|
13
|
+
export interface IFindMeUser extends IBaseRelationsEntityModel {
|
|
14
|
+
readonly includeEmployee?: boolean;
|
|
15
|
+
readonly includeOrganization?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Utility type to exclude `creator` and `creatorId` fields.
|
|
19
|
+
*/
|
|
20
|
+
export type ExcludeCreatorFields<T> = Omit<T, 'creator' | 'creatorId'>;
|
|
21
|
+
/**
|
|
22
|
+
* Interface representing a relationship with a creator.
|
|
23
|
+
*/
|
|
24
|
+
export interface IHasCreator {
|
|
25
|
+
creator?: IUser;
|
|
26
|
+
creatorId?: ID;
|
|
27
|
+
}
|
|
28
|
+
export interface IRelationalUser {
|
|
29
|
+
user?: IUser;
|
|
30
|
+
userId?: ID;
|
|
31
|
+
}
|
|
32
|
+
export interface IUser extends IBasePerTenantEntityModel, IRelationalImageAsset {
|
|
33
|
+
thirdPartyId?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
firstName?: string;
|
|
36
|
+
lastName?: string;
|
|
37
|
+
email?: string;
|
|
38
|
+
phoneNumber?: string;
|
|
39
|
+
username?: string;
|
|
40
|
+
timeZone?: string;
|
|
41
|
+
timeFormat?: TimeFormatEnum;
|
|
42
|
+
role?: IRole;
|
|
43
|
+
roleId?: IRole['id'];
|
|
44
|
+
hash?: string;
|
|
45
|
+
imageUrl?: string;
|
|
46
|
+
employee?: IEmployee;
|
|
47
|
+
employeeId?: IEmployee['id'];
|
|
48
|
+
candidate?: ICandidate;
|
|
49
|
+
candidateId?: ICandidate['id'];
|
|
50
|
+
defaultTeam?: IOrganizationTeam;
|
|
51
|
+
defaultTeamId?: ID;
|
|
52
|
+
lastTeam?: IOrganizationTeam;
|
|
53
|
+
lastTeamId?: ID;
|
|
54
|
+
defaultOrganization?: IOrganization;
|
|
55
|
+
defaultOrganizationId?: ID;
|
|
56
|
+
lastOrganization?: IOrganization;
|
|
57
|
+
lastOrganizationId?: ID;
|
|
58
|
+
tags?: ITag[];
|
|
59
|
+
preferredLanguage?: string;
|
|
60
|
+
payments?: IPayment[];
|
|
61
|
+
preferredComponentLayout?: ComponentLayoutStyleEnum;
|
|
62
|
+
fullName?: string;
|
|
63
|
+
organizations?: IUserOrganization[];
|
|
64
|
+
isImporting?: boolean;
|
|
65
|
+
sourceId?: string;
|
|
66
|
+
code?: string;
|
|
67
|
+
codeExpireAt?: Date;
|
|
68
|
+
emailVerifiedAt?: Date;
|
|
69
|
+
lastLoginAt?: Date;
|
|
70
|
+
isEmailVerified?: boolean;
|
|
71
|
+
emailToken?: string;
|
|
72
|
+
invites?: IInvite[];
|
|
73
|
+
socialAccounts?: ISocialAccount[];
|
|
74
|
+
}
|
|
75
|
+
export interface IUserFindInput extends IBasePerTenantEntityModel {
|
|
76
|
+
thirdPartyId?: string;
|
|
77
|
+
firstName?: string;
|
|
78
|
+
lastName?: string;
|
|
79
|
+
email?: string;
|
|
80
|
+
phoneNumber?: string;
|
|
81
|
+
username?: string;
|
|
82
|
+
role?: IRole;
|
|
83
|
+
roleId?: string;
|
|
84
|
+
imageUrl?: string;
|
|
85
|
+
preferredLanguage?: LanguagesEnum;
|
|
86
|
+
}
|
|
87
|
+
export interface IUserRegistrationInput {
|
|
88
|
+
user: IUser;
|
|
89
|
+
password?: string;
|
|
90
|
+
confirmPassword?: string;
|
|
91
|
+
originalUrl?: string;
|
|
92
|
+
organizationId?: string;
|
|
93
|
+
createdById?: string;
|
|
94
|
+
isImporting?: boolean;
|
|
95
|
+
sourceId?: string;
|
|
96
|
+
inviteId?: string;
|
|
97
|
+
featureAsEmployee?: boolean;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* email verification token payload
|
|
101
|
+
*/
|
|
102
|
+
export interface IVerificationTokenPayload extends IUserEmailInput {
|
|
103
|
+
id: string;
|
|
104
|
+
}
|
|
105
|
+
export interface IUserEmailInput {
|
|
106
|
+
email: string;
|
|
107
|
+
}
|
|
108
|
+
export interface IUserPasswordInput {
|
|
109
|
+
password: string;
|
|
110
|
+
}
|
|
111
|
+
export interface IUserTokenInput {
|
|
112
|
+
token: string;
|
|
113
|
+
}
|
|
114
|
+
export interface IUserCodeInput {
|
|
115
|
+
code: string;
|
|
116
|
+
}
|
|
117
|
+
export interface IUserLoginInput extends IUserEmailInput, IUserPasswordInput {
|
|
118
|
+
}
|
|
119
|
+
export interface IDefaultTeam {
|
|
120
|
+
defaultTeamId?: ID;
|
|
121
|
+
}
|
|
122
|
+
export interface IDefaultUserOrganization {
|
|
123
|
+
defaultOrganizationId?: ID;
|
|
124
|
+
}
|
|
125
|
+
export interface ILastTeam {
|
|
126
|
+
lastTeamId?: ID;
|
|
127
|
+
}
|
|
128
|
+
export interface ILastOrganization {
|
|
129
|
+
lastOrganizationId?: ID;
|
|
130
|
+
}
|
|
131
|
+
export interface ILastLoginAtInput {
|
|
132
|
+
lastLoginAt?: Date;
|
|
133
|
+
}
|
|
134
|
+
export interface IWorkspaceResponse extends IUserTokenInput {
|
|
135
|
+
user: IUser;
|
|
136
|
+
}
|
|
137
|
+
export interface IUserSigninWorkspaceResponse {
|
|
138
|
+
workspaces: IWorkspaceResponse[];
|
|
139
|
+
confirmed_email: string;
|
|
140
|
+
show_popup: boolean;
|
|
141
|
+
total_workspaces: number;
|
|
142
|
+
defaultTeamId?: ID;
|
|
143
|
+
defaultOrganizationId?: ID;
|
|
144
|
+
lastTeamId?: ID;
|
|
145
|
+
lastOrganizationId?: ID;
|
|
146
|
+
}
|
|
147
|
+
export interface IAuthResponse {
|
|
148
|
+
user: IUser;
|
|
149
|
+
token: string;
|
|
150
|
+
refresh_token?: string;
|
|
151
|
+
}
|
|
152
|
+
export interface IUserCreateInput extends IRelationalImageAsset {
|
|
153
|
+
firstName?: string;
|
|
154
|
+
lastName?: string;
|
|
155
|
+
email?: string;
|
|
156
|
+
phoneNumber?: string;
|
|
157
|
+
username?: string;
|
|
158
|
+
role?: IRole;
|
|
159
|
+
roleId?: string;
|
|
160
|
+
hash?: string;
|
|
161
|
+
imageUrl?: string;
|
|
162
|
+
tags?: ITag[];
|
|
163
|
+
preferredLanguage?: LanguagesEnum;
|
|
164
|
+
preferredComponentLayout?: ComponentLayoutStyleEnum;
|
|
165
|
+
timeZone?: string;
|
|
166
|
+
timeFormat?: TimeFormatEnum;
|
|
167
|
+
defaultTeam?: IOrganizationTeam;
|
|
168
|
+
defaultTeamId?: ID;
|
|
169
|
+
lastTeam?: IOrganizationTeam;
|
|
170
|
+
lastTeamId?: ID;
|
|
171
|
+
defaultOrganization?: IOrganization;
|
|
172
|
+
defaultOrganizationId?: ID;
|
|
173
|
+
lasOrganization?: IOrganization;
|
|
174
|
+
lastOrganizationId?: ID;
|
|
175
|
+
}
|
|
176
|
+
export interface IUserUpdateInput extends IUserCreateInput {
|
|
177
|
+
id?: string;
|
|
178
|
+
}
|
|
179
|
+
export declare enum LanguagesEnum {
|
|
180
|
+
ENGLISH = "en",
|
|
181
|
+
BULGARIAN = "bg",
|
|
182
|
+
HEBREW = "he",
|
|
183
|
+
RUSSIAN = "ru",
|
|
184
|
+
FRENCH = "fr",
|
|
185
|
+
SPANISH = "es",
|
|
186
|
+
CHINESE = "zh",
|
|
187
|
+
GERMAN = "de",
|
|
188
|
+
PORTUGUESE = "pt",
|
|
189
|
+
ITALIAN = "it",
|
|
190
|
+
DUTCH = "nl",
|
|
191
|
+
POLISH = "pl",
|
|
192
|
+
ARABIC = "ar"
|
|
193
|
+
}
|
|
194
|
+
export declare enum ComponentLayoutStyleEnum {
|
|
195
|
+
CARDS_GRID = "CARDS_GRID",
|
|
196
|
+
TABLE = "TABLE"
|
|
197
|
+
}
|
|
198
|
+
export declare enum ProviderEnum {
|
|
199
|
+
GITHUB = "github",
|
|
200
|
+
GOOGLE = "google",
|
|
201
|
+
FACEBOOK = "facebook",
|
|
202
|
+
TWITTER = "twitter"
|
|
203
|
+
}
|
|
204
|
+
export interface IUserViewModel extends IBasePerTenantEntityModel {
|
|
205
|
+
fullName: string;
|
|
206
|
+
email: string;
|
|
207
|
+
bonus?: number;
|
|
208
|
+
endWork?: any;
|
|
209
|
+
id: string;
|
|
210
|
+
roleName?: string;
|
|
211
|
+
role?: string;
|
|
212
|
+
tags?: ITag[];
|
|
213
|
+
userOrganizationId?: string;
|
|
214
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Modified 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
|
+
exports.ProviderEnum = exports.ComponentLayoutStyleEnum = exports.LanguagesEnum = void 0;
|
|
7
|
+
var LanguagesEnum;
|
|
8
|
+
(function (LanguagesEnum) {
|
|
9
|
+
LanguagesEnum["ENGLISH"] = "en";
|
|
10
|
+
LanguagesEnum["BULGARIAN"] = "bg";
|
|
11
|
+
LanguagesEnum["HEBREW"] = "he";
|
|
12
|
+
LanguagesEnum["RUSSIAN"] = "ru";
|
|
13
|
+
LanguagesEnum["FRENCH"] = "fr";
|
|
14
|
+
LanguagesEnum["SPANISH"] = "es";
|
|
15
|
+
LanguagesEnum["CHINESE"] = "zh";
|
|
16
|
+
LanguagesEnum["GERMAN"] = "de";
|
|
17
|
+
LanguagesEnum["PORTUGUESE"] = "pt";
|
|
18
|
+
LanguagesEnum["ITALIAN"] = "it";
|
|
19
|
+
LanguagesEnum["DUTCH"] = "nl";
|
|
20
|
+
LanguagesEnum["POLISH"] = "pl";
|
|
21
|
+
LanguagesEnum["ARABIC"] = "ar";
|
|
22
|
+
})(LanguagesEnum || (exports.LanguagesEnum = LanguagesEnum = {}));
|
|
23
|
+
var ComponentLayoutStyleEnum;
|
|
24
|
+
(function (ComponentLayoutStyleEnum) {
|
|
25
|
+
ComponentLayoutStyleEnum["CARDS_GRID"] = "CARDS_GRID";
|
|
26
|
+
ComponentLayoutStyleEnum["TABLE"] = "TABLE";
|
|
27
|
+
})(ComponentLayoutStyleEnum || (exports.ComponentLayoutStyleEnum = ComponentLayoutStyleEnum = {}));
|
|
28
|
+
var ProviderEnum;
|
|
29
|
+
(function (ProviderEnum) {
|
|
30
|
+
ProviderEnum["GITHUB"] = "github";
|
|
31
|
+
ProviderEnum["GOOGLE"] = "google";
|
|
32
|
+
ProviderEnum["FACEBOOK"] = "facebook";
|
|
33
|
+
ProviderEnum["TWITTER"] = "twitter";
|
|
34
|
+
})(ProviderEnum || (exports.ProviderEnum = ProviderEnum = {}));
|
|
35
|
+
//# sourceMappingURL=user.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/user.model.ts"],"names":[],"mappings":";AAAA,iEAAiE;AACjE,mFAAmF;AACnF,0CAA0C;;;AA2M1C,IAAY,aAcX;AAdD,WAAY,aAAa;IACxB,+BAAc,CAAA;IACd,iCAAgB,CAAA;IAChB,8BAAa,CAAA;IACb,+BAAc,CAAA;IACd,8BAAa,CAAA;IACb,+BAAc,CAAA;IACd,+BAAc,CAAA;IACd,8BAAa,CAAA;IACb,kCAAiB,CAAA;IACjB,+BAAc,CAAA;IACd,6BAAY,CAAA;IACZ,8BAAa,CAAA;IACb,8BAAa,CAAA;AACd,CAAC,EAdW,aAAa,6BAAb,aAAa,QAcxB;AAED,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IACnC,qDAAyB,CAAA;IACzB,2CAAe,CAAA;AAChB,CAAC,EAHW,wBAAwB,wCAAxB,wBAAwB,QAGnC;AAED,IAAY,YAKX;AALD,WAAY,YAAY;IACvB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;AACpB,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface IWakatime {
|
|
2
|
+
id: number;
|
|
3
|
+
user_agent: string;
|
|
4
|
+
type: string;
|
|
5
|
+
employeeId: string;
|
|
6
|
+
time: number;
|
|
7
|
+
categories: string;
|
|
8
|
+
dependencies: string;
|
|
9
|
+
languages: string;
|
|
10
|
+
machine: string;
|
|
11
|
+
projects: string;
|
|
12
|
+
branches: string;
|
|
13
|
+
operating_systems: string;
|
|
14
|
+
entities: string;
|
|
15
|
+
editors: string;
|
|
16
|
+
lines: string;
|
|
17
|
+
is_write: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wakatime.model.js","sourceRoot":"","sources":["../../../../../packages/models/src/imports/wakatime.model.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export * from './imports';
|
|
2
|
+
export * from './config.model';
|
|
3
|
+
export * from './base.model';
|
|
4
|
+
export * from './auth.model';
|
|
5
|
+
export * from './activity.model';
|
|
6
|
+
export * from './analytics.model';
|
|
7
|
+
export * from './comment.model';
|
|
8
|
+
export * from './cycle.model';
|
|
9
|
+
export * from './dashboard.model';
|
|
10
|
+
export * from './favorite.model';
|
|
11
|
+
export * from './intake-issue.model';
|
|
12
|
+
export * from './invitation.model';
|
|
13
|
+
export * from './issue.model';
|
|
14
|
+
export * from './issue-label.model';
|
|
15
|
+
export * from './issue-link.model';
|
|
16
|
+
export * from './issue-relation.model';
|
|
17
|
+
export * from './module.model';
|
|
18
|
+
export * from './sticky.model';
|
|
19
|
+
export * from './notification.model';
|
|
20
|
+
export * from './project.model';
|
|
21
|
+
export * from './project-deploy-boards.model';
|
|
22
|
+
export * from './reaction.model';
|
|
23
|
+
export * from './recent-visits.model';
|
|
24
|
+
export * from './subscriber.model';
|
|
25
|
+
export * from './state.model';
|
|
26
|
+
export * from './user.model';
|
|
27
|
+
export * from './view.model';
|
|
28
|
+
export * from './workspace.model';
|
|
29
|
+
export * from './page.model';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// Imports
|
|
18
|
+
__exportStar(require("./imports"), exports);
|
|
19
|
+
// Configs
|
|
20
|
+
__exportStar(require("./config.model"), exports);
|
|
21
|
+
__exportStar(require("./base.model"), exports);
|
|
22
|
+
// Models
|
|
23
|
+
__exportStar(require("./auth.model"), exports);
|
|
24
|
+
__exportStar(require("./activity.model"), exports);
|
|
25
|
+
__exportStar(require("./analytics.model"), exports);
|
|
26
|
+
__exportStar(require("./comment.model"), exports);
|
|
27
|
+
__exportStar(require("./cycle.model"), exports);
|
|
28
|
+
__exportStar(require("./dashboard.model"), exports);
|
|
29
|
+
__exportStar(require("./favorite.model"), exports);
|
|
30
|
+
__exportStar(require("./intake-issue.model"), exports);
|
|
31
|
+
__exportStar(require("./invitation.model"), exports);
|
|
32
|
+
__exportStar(require("./issue.model"), exports);
|
|
33
|
+
__exportStar(require("./issue-label.model"), exports);
|
|
34
|
+
__exportStar(require("./issue-link.model"), exports);
|
|
35
|
+
__exportStar(require("./issue-relation.model"), exports);
|
|
36
|
+
__exportStar(require("./module.model"), exports);
|
|
37
|
+
__exportStar(require("./sticky.model"), exports);
|
|
38
|
+
__exportStar(require("./notification.model"), exports);
|
|
39
|
+
__exportStar(require("./project.model"), exports);
|
|
40
|
+
__exportStar(require("./project-deploy-boards.model"), exports);
|
|
41
|
+
__exportStar(require("./reaction.model"), exports);
|
|
42
|
+
__exportStar(require("./recent-visits.model"), exports);
|
|
43
|
+
__exportStar(require("./subscriber.model"), exports);
|
|
44
|
+
__exportStar(require("./state.model"), exports);
|
|
45
|
+
__exportStar(require("./user.model"), exports);
|
|
46
|
+
__exportStar(require("./view.model"), exports);
|
|
47
|
+
__exportStar(require("./workspace.model"), exports);
|
|
48
|
+
__exportStar(require("./page.model"), exports);
|
|
49
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/models/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,UAAU;AACV,4CAA0B;AAE1B,UAAU;AACV,iDAA+B;AAC/B,+CAA6B;AAE7B,SAAS;AACT,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,kDAAgC;AAChC,gDAA8B;AAC9B,oDAAkC;AAClC,mDAAiC;AACjC,uDAAqC;AACrC,qDAAmC;AACnC,gDAA8B;AAC9B,sDAAoC;AACpC,qDAAmC;AACnC,yDAAuC;AACvC,iDAA+B;AAC/B,iDAA+B;AAC/B,uDAAqC;AACrC,kDAAgC;AAChC,gEAA8C;AAC9C,mDAAiC;AACjC,wDAAsC;AACtC,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,+CAA6B;AAC7B,oDAAkC;AAClC,+CAA6B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ID } from './imports';
|
|
2
|
+
import { IIssue } from './issue.model';
|
|
3
|
+
export interface IIntakeIssue {
|
|
4
|
+
id?: ID;
|
|
5
|
+
status?: IntakeIssueStatusEnum;
|
|
6
|
+
duplicate_to?: ID;
|
|
7
|
+
snoozed_till?: Date;
|
|
8
|
+
duplicate_issue_detail?: IIssue;
|
|
9
|
+
source?: string;
|
|
10
|
+
issue?: IIssue;
|
|
11
|
+
created_by?: ID;
|
|
12
|
+
}
|
|
13
|
+
export declare enum IntakeIssueStatusEnum {
|
|
14
|
+
PENDING = -2,
|
|
15
|
+
DECLINED = -1,
|
|
16
|
+
SNOOZED = 0,
|
|
17
|
+
ACCEPTED = 1,
|
|
18
|
+
DUPLICATED = 2
|
|
19
|
+
}
|
|
20
|
+
export interface IIntakeIssueCreateInput extends Omit<IIntakeIssue, 'id'> {
|
|
21
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntakeIssueStatusEnum = void 0;
|
|
4
|
+
var IntakeIssueStatusEnum;
|
|
5
|
+
(function (IntakeIssueStatusEnum) {
|
|
6
|
+
IntakeIssueStatusEnum[IntakeIssueStatusEnum["PENDING"] = -2] = "PENDING";
|
|
7
|
+
IntakeIssueStatusEnum[IntakeIssueStatusEnum["DECLINED"] = -1] = "DECLINED";
|
|
8
|
+
IntakeIssueStatusEnum[IntakeIssueStatusEnum["SNOOZED"] = 0] = "SNOOZED";
|
|
9
|
+
IntakeIssueStatusEnum[IntakeIssueStatusEnum["ACCEPTED"] = 1] = "ACCEPTED";
|
|
10
|
+
IntakeIssueStatusEnum[IntakeIssueStatusEnum["DUPLICATED"] = 2] = "DUPLICATED";
|
|
11
|
+
})(IntakeIssueStatusEnum || (exports.IntakeIssueStatusEnum = IntakeIssueStatusEnum = {}));
|
|
12
|
+
//# sourceMappingURL=intake-issue.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intake-issue.model.js","sourceRoot":"","sources":["../../../../packages/models/src/intake-issue.model.ts"],"names":[],"mappings":";;;AAcA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAChC,wEAAY,CAAA;IACZ,0EAAa,CAAA;IACb,uEAAW,CAAA;IACX,yEAAY,CAAA;IACZ,6EAAc,CAAA;AACf,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ID, IUser } from './imports';
|
|
2
|
+
import { IWorkspaceInfo } from './base.model';
|
|
3
|
+
/**
|
|
4
|
+
* Represents an input for creating a workspace invitation.
|
|
5
|
+
*
|
|
6
|
+
* @interface ICreateWorkspaceInvitationInput
|
|
7
|
+
* @property {string} email - The email address of the user being invited.
|
|
8
|
+
* @property {number} role - The role assigned to the user in the workspace.
|
|
9
|
+
*/
|
|
10
|
+
export interface ICreateWorkspaceInvitationInput {
|
|
11
|
+
email: string;
|
|
12
|
+
role: number;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Represents an invitation to a workspace.
|
|
16
|
+
*
|
|
17
|
+
* @interface IInvitation
|
|
18
|
+
*/
|
|
19
|
+
export interface IInvitation {
|
|
20
|
+
id: ID;
|
|
21
|
+
deleted_at?: Date;
|
|
22
|
+
workspace?: IWorkspaceInfo;
|
|
23
|
+
invite_link?: string;
|
|
24
|
+
created_at?: Date;
|
|
25
|
+
updated_at?: Date;
|
|
26
|
+
email?: string;
|
|
27
|
+
accepted?: boolean;
|
|
28
|
+
token?: string;
|
|
29
|
+
message?: string;
|
|
30
|
+
responded_at?: Date;
|
|
31
|
+
role?: number;
|
|
32
|
+
created_by?: ID;
|
|
33
|
+
updated_by?: ID;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Represents the response from accepting an invitation to a workspace.
|
|
37
|
+
*
|
|
38
|
+
* @interface IInvitationAcceptResponse
|
|
39
|
+
* @property {IUser} user - The user who accepted the invitation.
|
|
40
|
+
* @property {string} token - The token used to authenticate the user.
|
|
41
|
+
* @property {string} refresh_token - The refresh token used to refresh the user's authentication.
|
|
42
|
+
*/
|
|
43
|
+
export interface IInvitationAcceptResponse {
|
|
44
|
+
user: IUser;
|
|
45
|
+
token: string;
|
|
46
|
+
refresh_token: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Represents the input for accepting an invitation to a workspace.
|
|
50
|
+
*
|
|
51
|
+
* @interface IInvitationAcceptInput
|
|
52
|
+
* @property {string} token - The token used to authenticate the user.
|
|
53
|
+
* @property {string} email - The email address of the user accepting the invitation.
|
|
54
|
+
* @property {boolean} accepted - Whether the invitation was accepted.
|
|
55
|
+
*/
|
|
56
|
+
export interface IInvitationAcceptInput {
|
|
57
|
+
token: string;
|
|
58
|
+
email: string;
|
|
59
|
+
accepted?: boolean;
|
|
60
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invitation.model.js","sourceRoot":"","sources":["../../../../packages/models/src/invitation.model.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IBasePerTenantAndOrganizationEntityModel } from './imports';
|
|
2
|
+
export interface IIssueLabel {
|
|
3
|
+
parent?: any;
|
|
4
|
+
name: string;
|
|
5
|
+
color: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
project_id?: string;
|
|
8
|
+
workspace_id?: string;
|
|
9
|
+
sort_order?: number;
|
|
10
|
+
}
|
|
11
|
+
export interface ICreateIssueLabelInput extends Pick<IIssueLabel, 'name' | 'color'>, IBasePerTenantAndOrganizationEntityModel {
|
|
12
|
+
}
|
|
13
|
+
export interface IUpdateIssueLabelInput extends Partial<ICreateIssueLabelInput> {
|
|
14
|
+
}
|