@servicelabsco/slabs-access-manager 0.1.272 → 0.1.274
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/access/dtos/access.employee.attributes.dto.d.ts +5 -0
- package/dist/access/dtos/access.employee.attributes.dto.js +8 -0
- package/dist/access/dtos/access.employee.attributes.dto.js.map +1 -0
- package/dist/access/dtos/business.property.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/business.property.attributes.dto.js +8 -0
- package/dist/access/dtos/business.property.attributes.dto.js.map +1 -0
- package/dist/access/dtos/index.d.ts +3 -0
- package/dist/access/dtos/index.js +3 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/onhold.document.attributes.dto.d.ts +5 -0
- package/dist/access/dtos/onhold.document.attributes.dto.js +8 -0
- package/dist/access/dtos/onhold.document.attributes.dto.js.map +1 -0
- package/dist/access/entities/access.employee.entity.d.ts +17 -0
- package/dist/access/entities/access.employee.entity.js +75 -0
- package/dist/access/entities/access.employee.entity.js.map +1 -0
- package/dist/access/entities/business.property.entity.d.ts +15 -0
- package/dist/access/entities/business.property.entity.js +65 -0
- package/dist/access/entities/business.property.entity.js.map +1 -0
- package/dist/access/entities/index.d.ts +3 -0
- package/dist/access/entities/index.js +3 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/entities/onhold.document.entity.d.ts +12 -0
- package/dist/access/entities/onhold.document.entity.js +55 -0
- package/dist/access/entities/onhold.document.entity.js.map +1 -0
- package/dist/access/es6.classes.d.ts +10 -4
- package/dist/access/es6.classes.js +22 -0
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/business.property.job.d.ts +7 -0
- package/dist/access/jobs/business.property.job.js +29 -0
- package/dist/access/jobs/business.property.job.js.map +1 -0
- package/dist/access/jobs/business.user.group.job.js +6 -5
- package/dist/access/jobs/business.user.group.job.js.map +1 -1
- package/dist/access/jobs/group.role.job.js +6 -5
- package/dist/access/jobs/group.role.job.js.map +1 -1
- package/dist/access/jobs/index.d.ts +2 -0
- package/dist/access/jobs/index.js +2 -0
- package/dist/access/jobs/index.js.map +1 -1
- package/dist/access/jobs/onhold.document.job.d.ts +10 -0
- package/dist/access/jobs/onhold.document.job.js +54 -0
- package/dist/access/jobs/onhold.document.job.js.map +1 -0
- package/dist/access/libraries/sync.business.user.role.js +2 -2
- package/dist/access/libraries/sync.business.user.role.js.map +1 -1
- package/dist/access/services/access.report.service.js.map +1 -1
- package/dist/access/services/business.property.service.d.ts +10 -0
- package/dist/access/services/business.property.service.js +71 -0
- package/dist/access/services/business.property.service.js.map +1 -0
- package/dist/access/services/es6.jobs.service.d.ts +5 -1
- package/dist/access/services/es6.jobs.service.js +9 -1
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/services/index.d.ts +1 -0
- package/dist/access/services/index.js +1 -0
- package/dist/access/services/index.js.map +1 -1
- package/dist/access/services/utility.service.d.ts +1 -0
- package/dist/access/services/utility.service.js +13 -0
- package/dist/access/services/utility.service.js.map +1 -1
- package/dist/access/subscribers/business.property.subscriber.d.ts +10 -0
- package/dist/access/subscribers/business.property.subscriber.js +34 -0
- package/dist/access/subscribers/business.property.subscriber.js.map +1 -0
- package/dist/access/subscribers/index.d.ts +2 -0
- package/dist/access/subscribers/index.js +2 -0
- package/dist/access/subscribers/index.js.map +1 -1
- package/dist/access/subscribers/onhold.document.subscriber.d.ts +10 -0
- package/dist/access/subscribers/onhold.document.subscriber.js +34 -0
- package/dist/access/subscribers/onhold.document.subscriber.js.map +1 -0
- package/dist/accessUtility/controllers/index.d.ts +1 -0
- package/dist/accessUtility/controllers/index.js +1 -0
- package/dist/accessUtility/controllers/index.js.map +1 -1
- package/dist/accessUtility/controllers/violation.definition.controller.d.ts +16 -0
- package/dist/accessUtility/controllers/violation.definition.controller.js +97 -0
- package/dist/accessUtility/controllers/violation.definition.controller.js.map +1 -0
- package/dist/accessUtility/dtos/business.violation.approval.dto.d.ts +6 -0
- package/dist/accessUtility/dtos/business.violation.approval.dto.js +42 -0
- package/dist/accessUtility/dtos/business.violation.approval.dto.js.map +1 -0
- package/dist/accessUtility/dtos/business.violation.attributes.dto.d.ts +3 -0
- package/dist/accessUtility/dtos/business.violation.attributes.dto.js +8 -0
- package/dist/accessUtility/dtos/business.violation.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/data.access.attributes.dto.d.ts +3 -0
- package/dist/accessUtility/dtos/data.access.attributes.dto.js +8 -0
- package/dist/accessUtility/dtos/data.access.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/data.violation.attributes.dto.d.ts +3 -0
- package/dist/accessUtility/dtos/data.violation.attributes.dto.js +8 -0
- package/dist/accessUtility/dtos/data.violation.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/id.payload.dto.d.ts +3 -0
- package/dist/accessUtility/dtos/id.payload.dto.js +24 -0
- package/dist/accessUtility/dtos/id.payload.dto.js.map +1 -0
- package/dist/accessUtility/dtos/index.d.ts +7 -0
- package/dist/accessUtility/dtos/index.js +7 -0
- package/dist/accessUtility/dtos/index.js.map +1 -1
- package/dist/accessUtility/dtos/violation.definition.attributes.dto.d.ts +3 -0
- package/dist/accessUtility/dtos/violation.definition.attributes.dto.js +8 -0
- package/dist/accessUtility/dtos/violation.definition.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/violation.definition.list.filter.dto.d.ts +7 -0
- package/dist/accessUtility/dtos/violation.definition.list.filter.dto.js +42 -0
- package/dist/accessUtility/dtos/violation.definition.list.filter.dto.js.map +1 -0
- package/dist/accessUtility/entities/business.violation.entity.d.ts +19 -0
- package/dist/accessUtility/entities/business.violation.entity.js +76 -0
- package/dist/accessUtility/entities/business.violation.entity.js.map +1 -0
- package/dist/accessUtility/entities/data.access.entity.d.ts +13 -0
- package/dist/accessUtility/entities/data.access.entity.js +59 -0
- package/dist/accessUtility/entities/data.access.entity.js.map +1 -0
- package/dist/accessUtility/entities/data.violation.entity.d.ts +18 -0
- package/dist/accessUtility/entities/data.violation.entity.js +75 -0
- package/dist/accessUtility/entities/data.violation.entity.js.map +1 -0
- package/dist/accessUtility/entities/index.d.ts +4 -0
- package/dist/accessUtility/entities/index.js +4 -0
- package/dist/accessUtility/entities/index.js.map +1 -1
- package/dist/accessUtility/entities/violation.definition.entity.d.ts +17 -0
- package/dist/accessUtility/entities/violation.definition.entity.js +76 -0
- package/dist/accessUtility/entities/violation.definition.entity.js.map +1 -0
- package/dist/accessUtility/enums/data.violation.status.type.enum.d.ts +5 -0
- package/dist/accessUtility/enums/data.violation.status.type.enum.js +10 -0
- package/dist/accessUtility/enums/data.violation.status.type.enum.js.map +1 -0
- package/dist/accessUtility/enums/index.d.ts +3 -0
- package/dist/accessUtility/enums/index.js +3 -0
- package/dist/accessUtility/enums/index.js.map +1 -1
- package/dist/accessUtility/enums/violation.column.type.enum.d.ts +7 -0
- package/dist/accessUtility/enums/violation.column.type.enum.js +12 -0
- package/dist/accessUtility/enums/violation.column.type.enum.js.map +1 -0
- package/dist/accessUtility/enums/violation.type.enum.d.ts +6 -0
- package/dist/accessUtility/enums/violation.type.enum.js +11 -0
- package/dist/accessUtility/enums/violation.type.enum.js.map +1 -0
- package/dist/accessUtility/es6.classes.d.ts +30 -9
- package/dist/accessUtility/es6.classes.js +51 -3
- package/dist/accessUtility/es6.classes.js.map +1 -1
- package/dist/accessUtility/jobs/business.violation.job.d.ts +7 -0
- package/dist/accessUtility/jobs/business.violation.job.js +29 -0
- package/dist/accessUtility/jobs/business.violation.job.js.map +1 -0
- package/dist/accessUtility/jobs/data.access.job.d.ts +7 -0
- package/dist/accessUtility/jobs/data.access.job.js +29 -0
- package/dist/accessUtility/jobs/data.access.job.js.map +1 -0
- package/dist/accessUtility/jobs/data.violation.job.d.ts +7 -0
- package/dist/accessUtility/jobs/data.violation.job.js +29 -0
- package/dist/accessUtility/jobs/data.violation.job.js.map +1 -0
- package/dist/accessUtility/jobs/index.d.ts +4 -0
- package/dist/accessUtility/jobs/index.js +4 -0
- package/dist/accessUtility/jobs/index.js.map +1 -1
- package/dist/accessUtility/jobs/violation.definition.job.d.ts +7 -0
- package/dist/accessUtility/jobs/violation.definition.job.js +29 -0
- package/dist/accessUtility/jobs/violation.definition.job.js.map +1 -0
- package/dist/accessUtility/libraries/index.d.ts +2 -0
- package/dist/accessUtility/libraries/index.js +2 -0
- package/dist/accessUtility/libraries/index.js.map +1 -1
- package/dist/accessUtility/libraries/json.evaluator.d.ts +10 -0
- package/dist/accessUtility/libraries/json.evaluator.js +252 -0
- package/dist/accessUtility/libraries/json.evaluator.js.map +1 -0
- package/dist/accessUtility/libraries/process.violation.definition.list.d.ts +23 -0
- package/dist/accessUtility/libraries/process.violation.definition.list.js +53 -0
- package/dist/accessUtility/libraries/process.violation.definition.list.js.map +1 -0
- package/dist/accessUtility/services/data.access.service.d.ts +8 -0
- package/dist/accessUtility/services/data.access.service.js +42 -0
- package/dist/accessUtility/services/data.access.service.js.map +1 -0
- package/dist/accessUtility/services/es6.jobs.service.d.ts +9 -1
- package/dist/accessUtility/services/es6.jobs.service.js +17 -1
- package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
- package/dist/accessUtility/services/es6.service.d.ts +6 -0
- package/dist/accessUtility/services/es6.service.js +33 -0
- package/dist/accessUtility/services/es6.service.js.map +1 -0
- package/dist/accessUtility/services/index.d.ts +1 -0
- package/dist/accessUtility/services/index.js +1 -0
- package/dist/accessUtility/services/index.js.map +1 -1
- package/dist/accessUtility/subscribers/bulk.upload.subscriber.d.ts +1 -0
- package/dist/accessUtility/subscribers/bulk.upload.subscriber.js +15 -0
- package/dist/accessUtility/subscribers/bulk.upload.subscriber.js.map +1 -1
- package/dist/accessUtility/subscribers/business.violation.subscriber.d.ts +10 -0
- package/dist/accessUtility/subscribers/business.violation.subscriber.js +34 -0
- package/dist/accessUtility/subscribers/business.violation.subscriber.js.map +1 -0
- package/dist/accessUtility/subscribers/data.access.subscriber.d.ts +10 -0
- package/dist/accessUtility/subscribers/data.access.subscriber.js +34 -0
- package/dist/accessUtility/subscribers/data.access.subscriber.js.map +1 -0
- package/dist/accessUtility/subscribers/data.violation.subscriber.d.ts +11 -0
- package/dist/accessUtility/subscribers/data.violation.subscriber.js +38 -0
- package/dist/accessUtility/subscribers/data.violation.subscriber.js.map +1 -0
- package/dist/accessUtility/subscribers/index.d.ts +4 -0
- package/dist/accessUtility/subscribers/index.js +4 -0
- package/dist/accessUtility/subscribers/index.js.map +1 -1
- package/dist/accessUtility/subscribers/violation.definition.subscriber.d.ts +10 -0
- package/dist/accessUtility/subscribers/violation.definition.subscriber.js +34 -0
- package/dist/accessUtility/subscribers/violation.definition.subscriber.js.map +1 -0
- package/dist/accessWorkflow/access.workflow.module.d.ts +2 -0
- package/dist/accessWorkflow/access.workflow.module.js +26 -0
- package/dist/accessWorkflow/access.workflow.module.js.map +1 -0
- package/dist/accessWorkflow/controllers/authority.delegation.controller.d.ts +19 -0
- package/dist/accessWorkflow/controllers/authority.delegation.controller.js +141 -0
- package/dist/accessWorkflow/controllers/authority.delegation.controller.js.map +1 -0
- package/dist/accessWorkflow/controllers/index.d.ts +3 -0
- package/dist/accessWorkflow/controllers/index.js +20 -0
- package/dist/accessWorkflow/controllers/index.js.map +1 -0
- package/dist/accessWorkflow/controllers/limit.config.controller.d.ts +20 -0
- package/dist/accessWorkflow/controllers/limit.config.controller.js +135 -0
- package/dist/accessWorkflow/controllers/limit.config.controller.js.map +1 -0
- package/dist/accessWorkflow/controllers/self.authority.delegation.controller.d.ts +16 -0
- package/dist/accessWorkflow/controllers/self.authority.delegation.controller.js +124 -0
- package/dist/accessWorkflow/controllers/self.authority.delegation.controller.js.map +1 -0
- package/dist/accessWorkflow/dtos/add.approval.rule.dto.d.ts +9 -0
- package/dist/accessWorkflow/dtos/add.approval.rule.dto.js +50 -0
- package/dist/accessWorkflow/dtos/add.approval.rule.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/add.approval.step.dto.d.ts +7 -0
- package/dist/accessWorkflow/dtos/add.approval.step.dto.js +48 -0
- package/dist/accessWorkflow/dtos/add.approval.step.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/add.delegation.payload.dto.d.ts +9 -0
- package/dist/accessWorkflow/dtos/add.delegation.payload.dto.js +52 -0
- package/dist/accessWorkflow/dtos/add.delegation.payload.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/approval.rule.attributes.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/approval.rule.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/approval.rule.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/approval.rule.list.filter.dto.d.ts +6 -0
- package/dist/accessWorkflow/dtos/approval.rule.list.filter.dto.js +36 -0
- package/dist/accessWorkflow/dtos/approval.rule.list.filter.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/approval.step.attributes.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/approval.step.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/approval.step.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/approval.user.limit.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/approval.user.limit.dto.js +7 -0
- package/dist/accessWorkflow/dtos/approval.user.limit.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/authority.delegation.attributes.dto.d.ts +3 -0
- package/dist/accessWorkflow/dtos/authority.delegation.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/authority.delegation.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/authority.delegation.list.filter.dto.d.ts +7 -0
- package/dist/accessWorkflow/dtos/authority.delegation.list.filter.dto.js +43 -0
- package/dist/accessWorkflow/dtos/authority.delegation.list.filter.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/edit.approval.rule.dto.d.ts +6 -0
- package/dist/accessWorkflow/dtos/edit.approval.rule.dto.js +40 -0
- package/dist/accessWorkflow/dtos/edit.approval.rule.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/index.d.ts +21 -0
- package/dist/accessWorkflow/dtos/index.js +38 -0
- package/dist/accessWorkflow/dtos/index.js.map +1 -0
- package/dist/accessWorkflow/dtos/limit.config.attributes.dto.d.ts +3 -0
- package/dist/accessWorkflow/dtos/limit.config.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/limit.config.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/limit.config.list.filter.dto.d.ts +5 -0
- package/dist/accessWorkflow/dtos/limit.config.list.filter.dto.js +31 -0
- package/dist/accessWorkflow/dtos/limit.config.list.filter.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/modify.verification.config.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/modify.verification.config.dto.js +27 -0
- package/dist/accessWorkflow/dtos/modify.verification.config.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/verification.config.priority.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/verification.config.priority.dto.js +30 -0
- package/dist/accessWorkflow/dtos/verification.config.priority.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.d.ts +21 -0
- package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.js +7 -0
- package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.stage.activity.attributes.dto.d.ts +3 -0
- package/dist/accessWorkflow/dtos/workflow.stage.activity.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/workflow.stage.activity.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.stage.attributes.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/workflow.stage.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/workflow.stage.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.stage.level.attributes.dto.d.ts +4 -0
- package/dist/accessWorkflow/dtos/workflow.stage.level.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/workflow.stage.level.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.stage.status.attributes.dto.d.ts +3 -0
- package/dist/accessWorkflow/dtos/workflow.stage.status.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/workflow.stage.status.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.step.attributes.dto.d.ts +5 -0
- package/dist/accessWorkflow/dtos/workflow.step.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/workflow.step.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/dtos/workflow.user.attributes.dto.d.ts +10 -0
- package/dist/accessWorkflow/dtos/workflow.user.attributes.dto.js +8 -0
- package/dist/accessWorkflow/dtos/workflow.user.attributes.dto.js.map +1 -0
- package/dist/accessWorkflow/entities/approval.rule.entity.d.ts +21 -0
- package/dist/accessWorkflow/entities/approval.rule.entity.js +84 -0
- package/dist/accessWorkflow/entities/approval.rule.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/approval.step.entity.d.ts +13 -0
- package/dist/accessWorkflow/entities/approval.step.entity.js +57 -0
- package/dist/accessWorkflow/entities/approval.step.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/authority.delegation.entity.d.ts +16 -0
- package/dist/accessWorkflow/entities/authority.delegation.entity.js +70 -0
- package/dist/accessWorkflow/entities/authority.delegation.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/index.d.ts +10 -0
- package/dist/accessWorkflow/entities/index.js +27 -0
- package/dist/accessWorkflow/entities/index.js.map +1 -0
- package/dist/accessWorkflow/entities/limit.config.entity.d.ts +14 -0
- package/dist/accessWorkflow/entities/limit.config.entity.js +62 -0
- package/dist/accessWorkflow/entities/limit.config.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/workflow.stage.activity.entity.d.ts +16 -0
- package/dist/accessWorkflow/entities/workflow.stage.activity.entity.js +67 -0
- package/dist/accessWorkflow/entities/workflow.stage.activity.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/workflow.stage.entity.d.ts +12 -0
- package/dist/accessWorkflow/entities/workflow.stage.entity.js +49 -0
- package/dist/accessWorkflow/entities/workflow.stage.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/workflow.stage.level.entity.d.ts +12 -0
- package/dist/accessWorkflow/entities/workflow.stage.level.entity.js +52 -0
- package/dist/accessWorkflow/entities/workflow.stage.level.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/workflow.stage.status.entity.d.ts +16 -0
- package/dist/accessWorkflow/entities/workflow.stage.status.entity.js +67 -0
- package/dist/accessWorkflow/entities/workflow.stage.status.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/workflow.step.entity.d.ts +35 -0
- package/dist/accessWorkflow/entities/workflow.step.entity.js +135 -0
- package/dist/accessWorkflow/entities/workflow.step.entity.js.map +1 -0
- package/dist/accessWorkflow/entities/workflow.user.entity.d.ts +26 -0
- package/dist/accessWorkflow/entities/workflow.user.entity.js +108 -0
- package/dist/accessWorkflow/entities/workflow.user.entity.js.map +1 -0
- package/dist/accessWorkflow/enums/approval.status.type.enum.d.ts +6 -0
- package/dist/accessWorkflow/enums/approval.status.type.enum.js +11 -0
- package/dist/accessWorkflow/enums/approval.status.type.enum.js.map +1 -0
- package/dist/accessWorkflow/enums/approval.step.type.enum.d.ts +14 -0
- package/dist/accessWorkflow/enums/approval.step.type.enum.js +19 -0
- package/dist/accessWorkflow/enums/approval.step.type.enum.js.map +1 -0
- package/dist/accessWorkflow/enums/approval.transfer.reason.enum.d.ts +5 -0
- package/dist/accessWorkflow/enums/approval.transfer.reason.enum.js +10 -0
- package/dist/accessWorkflow/enums/approval.transfer.reason.enum.js.map +1 -0
- package/dist/accessWorkflow/enums/index.d.ts +4 -0
- package/dist/accessWorkflow/enums/index.js +21 -0
- package/dist/accessWorkflow/enums/index.js.map +1 -0
- package/dist/accessWorkflow/enums/verification.status.type.enum.d.ts +8 -0
- package/dist/accessWorkflow/enums/verification.status.type.enum.js +13 -0
- package/dist/accessWorkflow/enums/verification.status.type.enum.js.map +1 -0
- package/dist/accessWorkflow/es6.classes.d.ts +80 -0
- package/dist/accessWorkflow/es6.classes.js +166 -0
- package/dist/accessWorkflow/es6.classes.js.map +1 -0
- package/dist/accessWorkflow/index.d.ts +9 -0
- package/dist/accessWorkflow/index.js +26 -0
- package/dist/accessWorkflow/index.js.map +1 -0
- package/dist/accessWorkflow/jobs/approval.rule.job.d.ts +7 -0
- package/dist/accessWorkflow/jobs/approval.rule.job.js +29 -0
- package/dist/accessWorkflow/jobs/approval.rule.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/approval.step.job.d.ts +9 -0
- package/dist/accessWorkflow/jobs/approval.step.job.js +44 -0
- package/dist/accessWorkflow/jobs/approval.step.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/authority.delegation.job.d.ts +11 -0
- package/dist/accessWorkflow/jobs/authority.delegation.job.js +50 -0
- package/dist/accessWorkflow/jobs/authority.delegation.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/index.d.ts +14 -0
- package/dist/accessWorkflow/jobs/index.js +31 -0
- package/dist/accessWorkflow/jobs/index.js.map +1 -0
- package/dist/accessWorkflow/jobs/limit.config.job.d.ts +7 -0
- package/dist/accessWorkflow/jobs/limit.config.job.js +29 -0
- package/dist/accessWorkflow/jobs/limit.config.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/lock.document.comment.job.d.ts +8 -0
- package/dist/accessWorkflow/jobs/lock.document.comment.job.js +48 -0
- package/dist/accessWorkflow/jobs/lock.document.comment.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/set.approval.context.job.d.ts +8 -0
- package/dist/accessWorkflow/jobs/set.approval.context.job.js +32 -0
- package/dist/accessWorkflow/jobs/set.approval.context.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/set.user.delegation.job.d.ts +13 -0
- package/dist/accessWorkflow/jobs/set.user.delegation.job.js +71 -0
- package/dist/accessWorkflow/jobs/set.user.delegation.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/sync.workflow.activity.job.d.ts +9 -0
- package/dist/accessWorkflow/jobs/sync.workflow.activity.job.js +86 -0
- package/dist/accessWorkflow/jobs/sync.workflow.activity.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/workflow.stage.activity.job.d.ts +11 -0
- package/dist/accessWorkflow/jobs/workflow.stage.activity.job.js +59 -0
- package/dist/accessWorkflow/jobs/workflow.stage.activity.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/workflow.stage.job.d.ts +7 -0
- package/dist/accessWorkflow/jobs/workflow.stage.job.js +29 -0
- package/dist/accessWorkflow/jobs/workflow.stage.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/workflow.stage.level.job.d.ts +10 -0
- package/dist/accessWorkflow/jobs/workflow.stage.level.job.js +62 -0
- package/dist/accessWorkflow/jobs/workflow.stage.level.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/workflow.stage.status.job.d.ts +7 -0
- package/dist/accessWorkflow/jobs/workflow.stage.status.job.js +29 -0
- package/dist/accessWorkflow/jobs/workflow.stage.status.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/workflow.step.job.d.ts +18 -0
- package/dist/accessWorkflow/jobs/workflow.step.job.js +139 -0
- package/dist/accessWorkflow/jobs/workflow.step.job.js.map +1 -0
- package/dist/accessWorkflow/jobs/workflow.user.job.d.ts +21 -0
- package/dist/accessWorkflow/jobs/workflow.user.job.js +140 -0
- package/dist/accessWorkflow/jobs/workflow.user.job.js.map +1 -0
- package/dist/accessWorkflow/libraries/common.approval.rule.controller.d.ts +23 -0
- package/dist/accessWorkflow/libraries/common.approval.rule.controller.js +176 -0
- package/dist/accessWorkflow/libraries/common.approval.rule.controller.js.map +1 -0
- package/dist/accessWorkflow/libraries/common.workflow.generator.d.ts +33 -0
- package/dist/accessWorkflow/libraries/common.workflow.generator.js +201 -0
- package/dist/accessWorkflow/libraries/common.workflow.generator.js.map +1 -0
- package/dist/accessWorkflow/libraries/common.workflow.stage.status.job.d.ts +5 -0
- package/dist/accessWorkflow/libraries/common.workflow.stage.status.job.js +23 -0
- package/dist/accessWorkflow/libraries/common.workflow.stage.status.job.js.map +1 -0
- package/dist/accessWorkflow/libraries/flatten.approval.rule.record.d.ts +5 -0
- package/dist/accessWorkflow/libraries/flatten.approval.rule.record.js +12 -0
- package/dist/accessWorkflow/libraries/flatten.approval.rule.record.js.map +1 -0
- package/dist/accessWorkflow/libraries/handle.approval.approval.d.ts +12 -0
- package/dist/accessWorkflow/libraries/handle.approval.approval.js +70 -0
- package/dist/accessWorkflow/libraries/handle.approval.approval.js.map +1 -0
- package/dist/accessWorkflow/libraries/handle.approval.rejection.d.ts +7 -0
- package/dist/accessWorkflow/libraries/handle.approval.rejection.js +44 -0
- package/dist/accessWorkflow/libraries/handle.approval.rejection.js.map +1 -0
- package/dist/accessWorkflow/libraries/handle.approval.user.approval.d.ts +16 -0
- package/dist/accessWorkflow/libraries/handle.approval.user.approval.js +61 -0
- package/dist/accessWorkflow/libraries/handle.approval.user.approval.js.map +1 -0
- package/dist/accessWorkflow/libraries/handle.approval.user.rejection.d.ts +17 -0
- package/dist/accessWorkflow/libraries/handle.approval.user.rejection.js +58 -0
- package/dist/accessWorkflow/libraries/handle.approval.user.rejection.js.map +1 -0
- package/dist/accessWorkflow/libraries/index.d.ts +14 -0
- package/dist/accessWorkflow/libraries/index.js +31 -0
- package/dist/accessWorkflow/libraries/index.js.map +1 -0
- package/dist/accessWorkflow/libraries/is.authority.delegation.overlapped.d.ts +10 -0
- package/dist/accessWorkflow/libraries/is.authority.delegation.overlapped.js +59 -0
- package/dist/accessWorkflow/libraries/is.authority.delegation.overlapped.js.map +1 -0
- package/dist/accessWorkflow/libraries/process.approval.rule.data.d.ts +18 -0
- package/dist/accessWorkflow/libraries/process.approval.rule.data.js +95 -0
- package/dist/accessWorkflow/libraries/process.approval.rule.data.js.map +1 -0
- package/dist/accessWorkflow/libraries/process.approval.rule.list.d.ts +22 -0
- package/dist/accessWorkflow/libraries/process.approval.rule.list.js +49 -0
- package/dist/accessWorkflow/libraries/process.approval.rule.list.js.map +1 -0
- package/dist/accessWorkflow/libraries/process.authority.delegation.data.d.ts +17 -0
- package/dist/accessWorkflow/libraries/process.authority.delegation.data.js +82 -0
- package/dist/accessWorkflow/libraries/process.authority.delegation.data.js.map +1 -0
- package/dist/accessWorkflow/libraries/process.authority.delegation.list.d.ts +23 -0
- package/dist/accessWorkflow/libraries/process.authority.delegation.list.js +56 -0
- package/dist/accessWorkflow/libraries/process.authority.delegation.list.js.map +1 -0
- package/dist/accessWorkflow/libraries/process.limit.config.list.d.ts +20 -0
- package/dist/accessWorkflow/libraries/process.limit.config.list.js +36 -0
- package/dist/accessWorkflow/libraries/process.limit.config.list.js.map +1 -0
- package/dist/accessWorkflow/services/authority.delegation.service.d.ts +6 -0
- package/dist/accessWorkflow/services/authority.delegation.service.js +54 -0
- package/dist/accessWorkflow/services/authority.delegation.service.js.map +1 -0
- package/dist/accessWorkflow/services/es6.jobs.service.d.ts +34 -0
- package/dist/accessWorkflow/services/es6.jobs.service.js +89 -0
- package/dist/accessWorkflow/services/es6.jobs.service.js.map +1 -0
- package/dist/accessWorkflow/services/index.d.ts +3 -0
- package/dist/accessWorkflow/services/index.js +20 -0
- package/dist/accessWorkflow/services/index.js.map +1 -0
- package/dist/accessWorkflow/services/workflow.limit.service.d.ts +7 -0
- package/dist/accessWorkflow/services/workflow.limit.service.js +37 -0
- package/dist/accessWorkflow/services/workflow.limit.service.js.map +1 -0
- package/dist/accessWorkflow/services/workflow.step.service.d.ts +19 -0
- package/dist/accessWorkflow/services/workflow.step.service.js +231 -0
- package/dist/accessWorkflow/services/workflow.step.service.js.map +1 -0
- package/dist/accessWorkflow/subscribers/approval.rule.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/approval.rule.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/approval.rule.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/approval.step.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/approval.step.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/approval.step.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/authority.delegation.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/authority.delegation.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/authority.delegation.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/index.d.ts +9 -0
- package/dist/accessWorkflow/subscribers/index.js +26 -0
- package/dist/accessWorkflow/subscribers/index.js.map +1 -0
- package/dist/accessWorkflow/subscribers/limit.config.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/limit.config.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/limit.config.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.activity.subscriber.d.ts +12 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.activity.subscriber.js +52 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.activity.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.level.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.level.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.level.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/workflow.stage.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/workflow.step.subscriber.d.ts +10 -0
- package/dist/accessWorkflow/subscribers/workflow.step.subscriber.js +34 -0
- package/dist/accessWorkflow/subscribers/workflow.step.subscriber.js.map +1 -0
- package/dist/accessWorkflow/subscribers/workflow.user.subscriber.d.ts +13 -0
- package/dist/accessWorkflow/subscribers/workflow.user.subscriber.js +55 -0
- package/dist/accessWorkflow/subscribers/workflow.user.subscriber.js.map +1 -0
- package/dist/app.module.js +2 -0
- package/dist/app.module.js.map +1 -1
- package/dist/config/entity.constants.d.ts +34 -0
- package/dist/config/entity.constants.js +34 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/config/source.hash.d.ts +1 -0
- package/dist/config/source.hash.js +1 -0
- package/dist/config/source.hash.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/migrations/1680160548988-CreateEmployeeTable.d.ts +5 -0
- package/dist/migrations/1680160548988-CreateEmployeeTable.js +22 -0
- package/dist/migrations/1680160548988-CreateEmployeeTable.js.map +1 -0
- package/dist/migrations/1680163998870-AddExpenseVerficationStatusDataSeederTable.d.ts +7 -0
- package/dist/migrations/1680163998870-AddExpenseVerficationStatusDataSeederTable.js +72 -0
- package/dist/migrations/1680163998870-AddExpenseVerficationStatusDataSeederTable.js.map +1 -0
- package/dist/migrations/1681461277232-AddApprovalTypeDataSeederTable.d.ts +7 -0
- package/dist/migrations/1681461277232-AddApprovalTypeDataSeederTable.js +58 -0
- package/dist/migrations/1681461277232-AddApprovalTypeDataSeederTable.js.map +1 -0
- package/dist/migrations/1681807455558-CreateLimitConfigTable.d.ts +5 -0
- package/dist/migrations/1681807455558-CreateLimitConfigTable.js +22 -0
- package/dist/migrations/1681807455558-CreateLimitConfigTable.js.map +1 -0
- package/dist/migrations/1681884985939-AddApprovalRuleTypeSeederDataSeederTable.d.ts +7 -0
- package/dist/migrations/1681884985939-AddApprovalRuleTypeSeederDataSeederTable.js +114 -0
- package/dist/migrations/1681884985939-AddApprovalRuleTypeSeederDataSeederTable.js.map +1 -0
- package/dist/migrations/1681887888769-CreateApprovalRuleTable.d.ts +5 -0
- package/dist/migrations/1681887888769-CreateApprovalRuleTable.js +25 -0
- package/dist/migrations/1681887888769-CreateApprovalRuleTable.js.map +1 -0
- package/dist/migrations/1681887921006-CreateApprovalStepTable.d.ts +5 -0
- package/dist/migrations/1681887921006-CreateApprovalStepTable.js +22 -0
- package/dist/migrations/1681887921006-CreateApprovalStepTable.js.map +1 -0
- package/dist/migrations/1681900714112-AddApprovalTransferReasonDataSeederTable.d.ts +7 -0
- package/dist/migrations/1681900714112-AddApprovalTransferReasonDataSeederTable.js +51 -0
- package/dist/migrations/1681900714112-AddApprovalTransferReasonDataSeederTable.js.map +1 -0
- package/dist/migrations/1684096349427-CreateWorkflowStepTable.d.ts +5 -0
- package/dist/migrations/1684096349427-CreateWorkflowStepTable.js +30 -0
- package/dist/migrations/1684096349427-CreateWorkflowStepTable.js.map +1 -0
- package/dist/migrations/1684096460949-CreateWorkflowUserTable.d.ts +5 -0
- package/dist/migrations/1684096460949-CreateWorkflowUserTable.js +24 -0
- package/dist/migrations/1684096460949-CreateWorkflowUserTable.js.map +1 -0
- package/dist/migrations/1684096513685-AddParentInfoWfWorkflowUsersTable.d.ts +5 -0
- package/dist/migrations/1684096513685-AddParentInfoWfWorkflowUsersTable.js +15 -0
- package/dist/migrations/1684096513685-AddParentInfoWfWorkflowUsersTable.js.map +1 -0
- package/dist/migrations/1690127788147-CreateBusinessPropertyTable.d.ts +5 -0
- package/dist/migrations/1690127788147-CreateBusinessPropertyTable.js +24 -0
- package/dist/migrations/1690127788147-CreateBusinessPropertyTable.js.map +1 -0
- package/dist/migrations/1690268024873-CreateAuthorityDelegationTable.d.ts +5 -0
- package/dist/migrations/1690268024873-CreateAuthorityDelegationTable.js +24 -0
- package/dist/migrations/1690268024873-CreateAuthorityDelegationTable.js.map +1 -0
- package/dist/migrations/1692351199106-AddApprovalManagerEmpEmployeeDetails.d.ts +5 -0
- package/dist/migrations/1692351199106-AddApprovalManagerEmpEmployeeDetails.js +16 -0
- package/dist/migrations/1692351199106-AddApprovalManagerEmpEmployeeDetails.js.map +1 -0
- package/dist/migrations/1692617976902-CreateOnholdDocumentTable.d.ts +5 -0
- package/dist/migrations/1692617976902-CreateOnholdDocumentTable.js +22 -0
- package/dist/migrations/1692617976902-CreateOnholdDocumentTable.js.map +1 -0
- package/dist/migrations/1692988667365-AddDelegationWfWorkflowUsersTable.d.ts +5 -0
- package/dist/migrations/1692988667365-AddDelegationWfWorkflowUsersTable.js +15 -0
- package/dist/migrations/1692988667365-AddDelegationWfWorkflowUsersTable.js.map +1 -0
- package/dist/migrations/1699520777004-AddEmployeeIdColumnWfWorkflowUsersTable.d.ts +5 -0
- package/dist/migrations/1699520777004-AddEmployeeIdColumnWfWorkflowUsersTable.js +15 -0
- package/dist/migrations/1699520777004-AddEmployeeIdColumnWfWorkflowUsersTable.js.map +1 -0
- package/dist/migrations/1707316477676-CreateDataAccessTable.d.ts +5 -0
- package/dist/migrations/1707316477676-CreateDataAccessTable.js +21 -0
- package/dist/migrations/1707316477676-CreateDataAccessTable.js.map +1 -0
- package/dist/migrations/1715594984104-CreateViolationDefinitionTable.d.ts +5 -0
- package/dist/migrations/1715594984104-CreateViolationDefinitionTable.js +26 -0
- package/dist/migrations/1715594984104-CreateViolationDefinitionTable.js.map +1 -0
- package/dist/migrations/1715661898677-CreateBusinessViolationTable.d.ts +5 -0
- package/dist/migrations/1715661898677-CreateBusinessViolationTable.js +24 -0
- package/dist/migrations/1715661898677-CreateBusinessViolationTable.js.map +1 -0
- package/dist/migrations/1715664591005-CreateDataViolationTable.d.ts +5 -0
- package/dist/migrations/1715664591005-CreateDataViolationTable.js +24 -0
- package/dist/migrations/1715664591005-CreateDataViolationTable.js.map +1 -0
- package/dist/migrations/1715666205380-AddViolationTypesDataSeederTable.d.ts +7 -0
- package/dist/migrations/1715666205380-AddViolationTypesDataSeederTable.js +58 -0
- package/dist/migrations/1715666205380-AddViolationTypesDataSeederTable.js.map +1 -0
- package/dist/migrations/1715667073774-DataViolationStatusTypesDataSeederTable.d.ts +7 -0
- package/dist/migrations/1715667073774-DataViolationStatusTypesDataSeederTable.js +51 -0
- package/dist/migrations/1715667073774-DataViolationStatusTypesDataSeederTable.js.map +1 -0
- package/dist/migrations/1729659520911-CreateWorkflowStageTable.d.ts +5 -0
- package/dist/migrations/1729659520911-CreateWorkflowStageTable.js +20 -0
- package/dist/migrations/1729659520911-CreateWorkflowStageTable.js.map +1 -0
- package/dist/migrations/1729659813946-CreateWorkflowStageActivityTable.d.ts +5 -0
- package/dist/migrations/1729659813946-CreateWorkflowStageActivityTable.js +20 -0
- package/dist/migrations/1729659813946-CreateWorkflowStageActivityTable.js.map +1 -0
- package/dist/migrations/1730809036217-CreateWorkflowStageLevelTable.d.ts +5 -0
- package/dist/migrations/1730809036217-CreateWorkflowStageLevelTable.js +22 -0
- package/dist/migrations/1730809036217-CreateWorkflowStageLevelTable.js.map +1 -0
- package/dist/migrations/1730815898180-AddLevelIdWfApprovalRulesTable.d.ts +5 -0
- package/dist/migrations/1730815898180-AddLevelIdWfApprovalRulesTable.js +15 -0
- package/dist/migrations/1730815898180-AddLevelIdWfApprovalRulesTable.js.map +1 -0
- package/dist/migrations/1730865823305-AddLevelIdWfWorkflowStageActivitiesTable.d.ts +5 -0
- package/dist/migrations/1730865823305-AddLevelIdWfWorkflowStageActivitiesTable.js +15 -0
- package/dist/migrations/1730865823305-AddLevelIdWfWorkflowStageActivitiesTable.js.map +1 -0
- package/dist/migrations/1730872763281-AddLevelIdWfWorkflowStepsTable.d.ts +5 -0
- package/dist/migrations/1730872763281-AddLevelIdWfWorkflowStepsTable.js +15 -0
- package/dist/migrations/1730872763281-AddLevelIdWfWorkflowStepsTable.js.map +1 -0
- package/dist/migrations/1739172936644-AddViolationIdWfWorkflowStepsTable.d.ts +5 -0
- package/dist/migrations/1739172936644-AddViolationIdWfWorkflowStepsTable.js +15 -0
- package/dist/migrations/1739172936644-AddViolationIdWfWorkflowStepsTable.js.map +1 -0
- package/dist/migrations/1743995904578-CreateWorkflowStageStatusTable.d.ts +5 -0
- package/dist/migrations/1743995904578-CreateWorkflowStageStatusTable.js +22 -0
- package/dist/migrations/1743995904578-CreateWorkflowStageStatusTable.js.map +1 -0
- package/dist/migrations/1743996973991-AddWorkflowIdWfWorkflowStageActivitiesTable.d.ts +5 -0
- package/dist/migrations/1743996973991-AddWorkflowIdWfWorkflowStageActivitiesTable.js +15 -0
- package/dist/migrations/1743996973991-AddWorkflowIdWfWorkflowStageActivitiesTable.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccessEmployeeAttributesDto = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class AccessEmployeeAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
|
|
6
|
+
}
|
|
7
|
+
exports.AccessEmployeeAttributesDto = AccessEmployeeAttributesDto;
|
|
8
|
+
//# sourceMappingURL=access.employee.attributes.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.employee.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/access.employee.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,2BAA4B,SAAQ,6CAAmB;CAGnE;AAHD,kEAGC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BusinessPropertyAttributesDto = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class BusinessPropertyAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
|
|
6
|
+
}
|
|
7
|
+
exports.BusinessPropertyAttributesDto = BusinessPropertyAttributesDto;
|
|
8
|
+
//# sourceMappingURL=business.property.attributes.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.property.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/business.property.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,6BAA8B,SAAQ,6CAAmB;CAAG;AAAzE,sEAAyE"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './access.business.param.dto';
|
|
2
|
+
export * from './access.employee.attributes.dto';
|
|
2
3
|
export * from './add.api.account.dto';
|
|
3
4
|
export * from './add.business.app.integration.dto';
|
|
4
5
|
export * from './add.business.preference.dto';
|
|
@@ -38,6 +39,7 @@ export * from './business.menu.attributes.dto';
|
|
|
38
39
|
export * from './business.notification.channel.preference.list.filter.dto';
|
|
39
40
|
export * from './business.param.dto';
|
|
40
41
|
export * from './business.preference.attributes.dto';
|
|
42
|
+
export * from './business.property.attributes.dto';
|
|
41
43
|
export * from './business.user.attributes.dto';
|
|
42
44
|
export * from './business.user.group.attributes.dto';
|
|
43
45
|
export * from './business.user.group.list.filter.dto';
|
|
@@ -107,6 +109,7 @@ export * from './module.attributes.dto';
|
|
|
107
109
|
export * from './module.menu.attributes.dto';
|
|
108
110
|
export * from './notification.payload.dto';
|
|
109
111
|
export * from './number.range.filter.dto';
|
|
112
|
+
export * from './onhold.document.attributes.dto';
|
|
110
113
|
export * from './pan.payload.dto';
|
|
111
114
|
export * from './preference.user.group.attributes.dto';
|
|
112
115
|
export * from './preference.users.attributes.dto';
|
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./access.business.param.dto"), exports);
|
|
18
|
+
__exportStar(require("./access.employee.attributes.dto"), exports);
|
|
18
19
|
__exportStar(require("./add.api.account.dto"), exports);
|
|
19
20
|
__exportStar(require("./add.business.app.integration.dto"), exports);
|
|
20
21
|
__exportStar(require("./add.business.preference.dto"), exports);
|
|
@@ -54,6 +55,7 @@ __exportStar(require("./business.menu.attributes.dto"), exports);
|
|
|
54
55
|
__exportStar(require("./business.notification.channel.preference.list.filter.dto"), exports);
|
|
55
56
|
__exportStar(require("./business.param.dto"), exports);
|
|
56
57
|
__exportStar(require("./business.preference.attributes.dto"), exports);
|
|
58
|
+
__exportStar(require("./business.property.attributes.dto"), exports);
|
|
57
59
|
__exportStar(require("./business.user.attributes.dto"), exports);
|
|
58
60
|
__exportStar(require("./business.user.group.attributes.dto"), exports);
|
|
59
61
|
__exportStar(require("./business.user.group.list.filter.dto"), exports);
|
|
@@ -123,6 +125,7 @@ __exportStar(require("./module.attributes.dto"), exports);
|
|
|
123
125
|
__exportStar(require("./module.menu.attributes.dto"), exports);
|
|
124
126
|
__exportStar(require("./notification.payload.dto"), exports);
|
|
125
127
|
__exportStar(require("./number.range.filter.dto"), exports);
|
|
128
|
+
__exportStar(require("./onhold.document.attributes.dto"), exports);
|
|
126
129
|
__exportStar(require("./pan.payload.dto"), exports);
|
|
127
130
|
__exportStar(require("./preference.user.group.attributes.dto"), exports);
|
|
128
131
|
__exportStar(require("./preference.users.attributes.dto"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,4EAA0D;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,wEAAsD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,mEAAiD;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,4EAA0D;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,mEAAiD;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,wEAAsD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OnholdDocumentAttributesDto = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class OnholdDocumentAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
|
|
6
|
+
}
|
|
7
|
+
exports.OnholdDocumentAttributesDto = OnholdDocumentAttributesDto;
|
|
8
|
+
//# sourceMappingURL=onhold.document.attributes.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onhold.document.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/onhold.document.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,2BAA4B,SAAQ,6CAAmB;CAGnE;AAHD,kEAGC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { AccessEmployeeAttributesDto } from '../dtos/access.employee.attributes.dto';
|
|
3
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
4
|
+
export declare class AccessEmployeeEntity extends CommonEntity {
|
|
5
|
+
business_id: number;
|
|
6
|
+
user_id: number;
|
|
7
|
+
manager_id: number;
|
|
8
|
+
approval_manager_id: number;
|
|
9
|
+
name: string;
|
|
10
|
+
identifier: string;
|
|
11
|
+
active: boolean;
|
|
12
|
+
attributes: AccessEmployeeAttributesDto;
|
|
13
|
+
business: AccessBusinessEntity;
|
|
14
|
+
user: UserEntity;
|
|
15
|
+
manager: AccessEmployeeEntity;
|
|
16
|
+
approval_manager: AccessEmployeeEntity;
|
|
17
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AccessEmployeeEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const access_employee_attributes_dto_1 = require("../dtos/access.employee.attributes.dto");
|
|
16
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
17
|
+
let AccessEmployeeEntity = class AccessEmployeeEntity extends nestjs_utility_services_1.CommonEntity {
|
|
18
|
+
};
|
|
19
|
+
exports.AccessEmployeeEntity = AccessEmployeeEntity;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], AccessEmployeeEntity.prototype, "business_id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)(),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], AccessEmployeeEntity.prototype, "user_id", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)(),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], AccessEmployeeEntity.prototype, "manager_id", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)(),
|
|
34
|
+
__metadata("design:type", Number)
|
|
35
|
+
], AccessEmployeeEntity.prototype, "approval_manager_id", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], AccessEmployeeEntity.prototype, "name", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], AccessEmployeeEntity.prototype, "identifier", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)(),
|
|
46
|
+
__metadata("design:type", Boolean)
|
|
47
|
+
], AccessEmployeeEntity.prototype, "active", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)('json'),
|
|
50
|
+
__metadata("design:type", access_employee_attributes_dto_1.AccessEmployeeAttributesDto)
|
|
51
|
+
], AccessEmployeeEntity.prototype, "attributes", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
54
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
55
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
56
|
+
], AccessEmployeeEntity.prototype, "business", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
59
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_id' }),
|
|
60
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
61
|
+
], AccessEmployeeEntity.prototype, "user", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, typeorm_1.ManyToOne)(() => AccessEmployeeEntity),
|
|
64
|
+
(0, typeorm_1.JoinColumn)({ name: 'manager_id' }),
|
|
65
|
+
__metadata("design:type", AccessEmployeeEntity)
|
|
66
|
+
], AccessEmployeeEntity.prototype, "manager", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, typeorm_1.ManyToOne)(() => AccessEmployeeEntity),
|
|
69
|
+
(0, typeorm_1.JoinColumn)({ name: 'approval_manager_id' }),
|
|
70
|
+
__metadata("design:type", AccessEmployeeEntity)
|
|
71
|
+
], AccessEmployeeEntity.prototype, "approval_manager", void 0);
|
|
72
|
+
exports.AccessEmployeeEntity = AccessEmployeeEntity = __decorate([
|
|
73
|
+
(0, typeorm_1.Entity)('emp_employee_details')
|
|
74
|
+
], AccessEmployeeEntity);
|
|
75
|
+
//# sourceMappingURL=access.employee.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.employee.entity.js","sourceRoot":"","sources":["../../../src/access/entities/access.employee.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,2FAAqF;AACrF,qEAAgE;AASzD,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CA8BrD,CAAA;AA9BY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;iEACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;kDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;wDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;oDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;AAGoC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;sDAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;kDAAC;AACJ;IAA1E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,oBAAoB;qDAAC;AACrB;IAAnF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAAmB,oBAAoB;8DAAC;+BA7BlH,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CA8BhC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ColumnDefinitionEntity, CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { BusinessPropertyAttributesDto } from '../dtos/business.property.attributes.dto';
|
|
3
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
4
|
+
export declare class BusinessPropertyEntity extends CommonEntity {
|
|
5
|
+
business_id: number;
|
|
6
|
+
name: string;
|
|
7
|
+
identifier: string;
|
|
8
|
+
description: string;
|
|
9
|
+
value: string;
|
|
10
|
+
is_encrypted: boolean;
|
|
11
|
+
column_type_id: number;
|
|
12
|
+
attributes: BusinessPropertyAttributesDto;
|
|
13
|
+
business: AccessBusinessEntity;
|
|
14
|
+
column_type: ColumnDefinitionEntity;
|
|
15
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BusinessPropertyEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const business_property_attributes_dto_1 = require("../dtos/business.property.attributes.dto");
|
|
16
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
17
|
+
let BusinessPropertyEntity = class BusinessPropertyEntity extends nestjs_utility_services_1.CommonEntity {
|
|
18
|
+
};
|
|
19
|
+
exports.BusinessPropertyEntity = BusinessPropertyEntity;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], BusinessPropertyEntity.prototype, "business_id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], BusinessPropertyEntity.prototype, "name", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], BusinessPropertyEntity.prototype, "identifier", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], BusinessPropertyEntity.prototype, "description", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], BusinessPropertyEntity.prototype, "value", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)(),
|
|
42
|
+
__metadata("design:type", Boolean)
|
|
43
|
+
], BusinessPropertyEntity.prototype, "is_encrypted", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)(),
|
|
46
|
+
__metadata("design:type", Number)
|
|
47
|
+
], BusinessPropertyEntity.prototype, "column_type_id", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)('json'),
|
|
50
|
+
__metadata("design:type", business_property_attributes_dto_1.BusinessPropertyAttributesDto)
|
|
51
|
+
], BusinessPropertyEntity.prototype, "attributes", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
54
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
55
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
56
|
+
], BusinessPropertyEntity.prototype, "business", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.ColumnDefinitionEntity),
|
|
59
|
+
(0, typeorm_1.JoinColumn)({ name: 'column_type_id' }),
|
|
60
|
+
__metadata("design:type", nestjs_utility_services_1.ColumnDefinitionEntity)
|
|
61
|
+
], BusinessPropertyEntity.prototype, "column_type", void 0);
|
|
62
|
+
exports.BusinessPropertyEntity = BusinessPropertyEntity = __decorate([
|
|
63
|
+
(0, typeorm_1.Entity)('bz_business_properties')
|
|
64
|
+
], BusinessPropertyEntity);
|
|
65
|
+
//# sourceMappingURL=business.property.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.property.entity.js","sourceRoot":"","sources":["../../../src/access/entities/business.property.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA8F;AAC9F,qCAAgE;AAChE,+FAAyF;AACzF,qEAAgE;AASzD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,sCAAY;CA6BvD,CAAA;AA7BY,wDAAsB;AAE/B;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;0DACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;qDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;4DACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;8DACc;AAGvB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gEAA6B;0DAAC;AAGkC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;wDAAC;AAE1B;IAAhF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAAc,gDAAsB;2DAAC;iCA5B5G,sBAAsB;IADlC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,sBAAsB,CA6BlC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './access.business.entity';
|
|
2
|
+
export * from './access.employee.entity';
|
|
2
3
|
export * from './api.account.entity';
|
|
3
4
|
export * from './app.integration.entity';
|
|
4
5
|
export * from './business.app.integration.credential.entity';
|
|
@@ -9,6 +10,7 @@ export * from './business.email.entity';
|
|
|
9
10
|
export * from './business.group.role.entity';
|
|
10
11
|
export * from './business.menu.entity';
|
|
11
12
|
export * from './business.preference.entity';
|
|
13
|
+
export * from './business.property.entity';
|
|
12
14
|
export * from './business.report.entity';
|
|
13
15
|
export * from './business.user.entity';
|
|
14
16
|
export * from './business.user.group.entity';
|
|
@@ -50,6 +52,7 @@ export * from './menu.entity';
|
|
|
50
52
|
export * from './menu.role.entity';
|
|
51
53
|
export * from './module.entity';
|
|
52
54
|
export * from './module.menu.entity';
|
|
55
|
+
export * from './onhold.document.entity';
|
|
53
56
|
export * from './preference.user.entity';
|
|
54
57
|
export * from './preference.user.group.entity';
|
|
55
58
|
export * from './product.entity';
|
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./access.business.entity"), exports);
|
|
18
|
+
__exportStar(require("./access.employee.entity"), exports);
|
|
18
19
|
__exportStar(require("./api.account.entity"), exports);
|
|
19
20
|
__exportStar(require("./app.integration.entity"), exports);
|
|
20
21
|
__exportStar(require("./business.app.integration.credential.entity"), exports);
|
|
@@ -25,6 +26,7 @@ __exportStar(require("./business.email.entity"), exports);
|
|
|
25
26
|
__exportStar(require("./business.group.role.entity"), exports);
|
|
26
27
|
__exportStar(require("./business.menu.entity"), exports);
|
|
27
28
|
__exportStar(require("./business.preference.entity"), exports);
|
|
29
|
+
__exportStar(require("./business.property.entity"), exports);
|
|
28
30
|
__exportStar(require("./business.report.entity"), exports);
|
|
29
31
|
__exportStar(require("./business.user.entity"), exports);
|
|
30
32
|
__exportStar(require("./business.user.group.entity"), exports);
|
|
@@ -66,6 +68,7 @@ __exportStar(require("./menu.entity"), exports);
|
|
|
66
68
|
__exportStar(require("./menu.role.entity"), exports);
|
|
67
69
|
__exportStar(require("./module.entity"), exports);
|
|
68
70
|
__exportStar(require("./module.menu.entity"), exports);
|
|
71
|
+
__exportStar(require("./onhold.document.entity"), exports);
|
|
69
72
|
__exportStar(require("./preference.user.entity"), exports);
|
|
70
73
|
__exportStar(require("./preference.user.group.entity"), exports);
|
|
71
74
|
__exportStar(require("./product.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { OnholdDocumentAttributesDto } from '../dtos/onhold.document.attributes.dto';
|
|
3
|
+
export declare class OnholdDocumentEntity extends CommonEntity {
|
|
4
|
+
source_type: string;
|
|
5
|
+
source_id: number;
|
|
6
|
+
is_blocked: boolean;
|
|
7
|
+
reason: string;
|
|
8
|
+
approver_id: number;
|
|
9
|
+
approved_at: Date;
|
|
10
|
+
attributes: OnholdDocumentAttributesDto;
|
|
11
|
+
approver: UserEntity;
|
|
12
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.OnholdDocumentEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const onhold_document_attributes_dto_1 = require("../dtos/onhold.document.attributes.dto");
|
|
16
|
+
let OnholdDocumentEntity = class OnholdDocumentEntity extends nestjs_utility_services_1.CommonEntity {
|
|
17
|
+
};
|
|
18
|
+
exports.OnholdDocumentEntity = OnholdDocumentEntity;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, typeorm_1.Column)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], OnholdDocumentEntity.prototype, "source_type", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, typeorm_1.Column)(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], OnholdDocumentEntity.prototype, "source_id", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.Column)(),
|
|
29
|
+
__metadata("design:type", Boolean)
|
|
30
|
+
], OnholdDocumentEntity.prototype, "is_blocked", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, typeorm_1.Column)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], OnholdDocumentEntity.prototype, "reason", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, typeorm_1.Column)(),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], OnholdDocumentEntity.prototype, "approver_id", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, typeorm_1.Column)(),
|
|
41
|
+
__metadata("design:type", Date)
|
|
42
|
+
], OnholdDocumentEntity.prototype, "approved_at", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, typeorm_1.Column)('json'),
|
|
45
|
+
__metadata("design:type", onhold_document_attributes_dto_1.OnholdDocumentAttributesDto)
|
|
46
|
+
], OnholdDocumentEntity.prototype, "attributes", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
49
|
+
(0, typeorm_1.JoinColumn)({ name: 'approver_id' }),
|
|
50
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
51
|
+
], OnholdDocumentEntity.prototype, "approver", void 0);
|
|
52
|
+
exports.OnholdDocumentEntity = OnholdDocumentEntity = __decorate([
|
|
53
|
+
(0, typeorm_1.Entity)('bz_onhold_documents')
|
|
54
|
+
], OnholdDocumentEntity);
|
|
55
|
+
//# sourceMappingURL=onhold.document.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onhold.document.entity.js","sourceRoot":"","sources":["../../../src/access/entities/onhold.document.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,2FAAqF;AAS9E,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CAwBrD,CAAA;AAxBY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;uDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;wDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;oDACM;AAGf;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;8BACI,IAAI;yDAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;AAG0B;IAAjE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,oCAAU;sDAAC;+BAvB9E,oBAAoB;IADhC,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,oBAAoB,CAwBhC"}
|
|
@@ -111,6 +111,7 @@ import { MenuActionEntity } from './entities/menu.action.entity';
|
|
|
111
111
|
import { MenuEntity } from './entities/menu.entity';
|
|
112
112
|
import { MenuRoleEntity } from './entities/menu.role.entity';
|
|
113
113
|
import { ModuleMenuEntity } from './entities/module.menu.entity';
|
|
114
|
+
import { OnholdDocumentEntity } from './entities/onhold.document.entity';
|
|
114
115
|
import { PreferenceUserEntity } from './entities/preference.user.entity';
|
|
115
116
|
import { PreferenceUserGroupEntity } from './entities/preference.user.group.entity';
|
|
116
117
|
import { ProductEntity } from './entities/product.entity';
|
|
@@ -148,6 +149,7 @@ import { BusinessEmailJob } from './jobs/business.email.job';
|
|
|
148
149
|
import { BusinessGroupRoleJob } from './jobs/business.group.role.job';
|
|
149
150
|
import { BusinessMenuJob } from './jobs/business.menu.job';
|
|
150
151
|
import { BusinessPreferenceJob } from './jobs/business.preference.job';
|
|
152
|
+
import { BusinessPropertyJob } from './jobs/business.property.job';
|
|
151
153
|
import { BusinessReportJob } from './jobs/business.report.job';
|
|
152
154
|
import { BusinessUserGroupJob } from './jobs/business.user.group.job';
|
|
153
155
|
import { BusinessUserJob } from './jobs/business.user.job';
|
|
@@ -194,6 +196,7 @@ import { MenuJob } from './jobs/menu.job';
|
|
|
194
196
|
import { MenuRoleJob } from './jobs/menu.role.job';
|
|
195
197
|
import { ModuleJob } from './jobs/module.job';
|
|
196
198
|
import { ModuleMenuJob } from './jobs/module.menu.job';
|
|
199
|
+
import { OnholdDocumentJob } from './jobs/onhold.document.job';
|
|
197
200
|
import { PreferenceUserGroupJob } from './jobs/preference.user.group.job';
|
|
198
201
|
import { PreferenceUsersJob } from './jobs/preference.users.job';
|
|
199
202
|
import { ProcessServerEmailJob } from './jobs/process.server.email.job';
|
|
@@ -302,6 +305,7 @@ import { ApiAccountService } from './services/api.account.service';
|
|
|
302
305
|
import { AppIntegrationService } from './services/app.integration.service';
|
|
303
306
|
import { AuditLogService } from './services/audit.log.service';
|
|
304
307
|
import { BusinessPreferenceService } from './services/business.preference.service';
|
|
308
|
+
import { BusinessPropertyService } from './services/business.property.service';
|
|
305
309
|
import { BusinessUserRoleService } from './services/business.user.role.service';
|
|
306
310
|
import { CustomFieldService } from './services/custom.field.service';
|
|
307
311
|
import { Es6JobsService } from './services/es6.jobs.service';
|
|
@@ -334,6 +338,7 @@ import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber
|
|
|
334
338
|
import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.subscriber';
|
|
335
339
|
import { BusinessMenuSubscriber } from './subscribers/business.menu.subscriber';
|
|
336
340
|
import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
|
|
341
|
+
import { BusinessPropertySubscriber } from './subscribers/business.property.subscriber';
|
|
337
342
|
import { BusinessReportSubscriber } from './subscribers/business.report.subscriber';
|
|
338
343
|
import { BusinessUserGroupSubscriber } from './subscribers/business.user.group.subscriber';
|
|
339
344
|
import { BusinessUserNotificationPreferenceSubscriber } from './subscribers/business.user.notification.preference.subscriber';
|
|
@@ -377,6 +382,7 @@ import { MenuRoleSubscriber } from './subscribers/menu.role.subscriber';
|
|
|
377
382
|
import { MenuSubscriber } from './subscribers/menu.subscriber';
|
|
378
383
|
import { ModuleMenuSubscriber } from './subscribers/module.menu.subscriber';
|
|
379
384
|
import { ModuleSubscriber } from './subscribers/module.subscriber';
|
|
385
|
+
import { OnholdDocumentSubscriber } from './subscribers/onhold.document.subscriber';
|
|
380
386
|
import { PreferenceUserGroupSubscriber } from './subscribers/preference.user.group.subscriber';
|
|
381
387
|
import { PreferenceUserSubscriber } from './subscribers/preference.user.subscriber';
|
|
382
388
|
import { ProductSubscriber } from './subscribers/product.subscriber';
|
|
@@ -410,12 +416,12 @@ declare const es6Classes: {
|
|
|
410
416
|
commands: (typeof WebhookPollCommand)[];
|
|
411
417
|
controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessReportController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof BusinessWebhookController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof EmailRuleController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
|
|
412
418
|
dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof SlackMessageDataDto)[];
|
|
413
|
-
entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
|
|
419
|
+
entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
|
|
414
420
|
enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
|
|
415
|
-
jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof GenerateBusinessReportJob | typeof BusinessReportJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
|
|
421
|
+
jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof BusinessReportJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
|
|
416
422
|
libraries: (typeof EvaluateEmailRule | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeList | typeof ProcessChoiceTypeData | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
|
|
417
423
|
middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
|
|
418
|
-
services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof AccessBusinessService | typeof ListingService | typeof WebhookService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof
|
|
419
|
-
subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessReportSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
|
|
424
|
+
services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof UtilityService | typeof AccessBusinessService | typeof ListingService | typeof CustomFieldService | typeof WebhookService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof BusinessPropertyService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
|
|
425
|
+
subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
|
|
420
426
|
};
|
|
421
427
|
export default es6Classes;
|