@servicelabsco/nestjs-utility-services 1.0.138 → 1.0.142
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/app.controller.d.ts +4 -1
- package/dist/app.controller.js +17 -5
- package/dist/app.controller.js.map +1 -1
- package/dist/app.module.js +1 -1
- package/dist/app.module.js.map +1 -1
- package/dist/app.service.js +1 -1
- package/dist/app.service.js.map +1 -1
- package/dist/auth/auth.module.js +2 -2
- package/dist/auth/auth.module.js.map +1 -1
- package/dist/auth/controllers/auth.controller.js +15 -15
- package/dist/auth/controllers/auth.controller.js.map +1 -1
- package/dist/auth/controllers/index.d.ts +1 -1
- package/dist/auth/controllers/index.js +1 -1
- package/dist/auth/controllers/index.js.map +1 -1
- package/dist/auth/controllers/social.controller.js +17 -17
- package/dist/auth/controllers/social.controller.js.map +1 -1
- package/dist/auth/controllers/user.controller.js +4 -4
- package/dist/auth/controllers/user.controller.js.map +1 -1
- package/dist/auth/dtos/create.user.dto.js +3 -3
- package/dist/auth/dtos/create.user.dto.js.map +1 -1
- package/dist/auth/dtos/index.d.ts +2 -2
- package/dist/auth/dtos/index.js +2 -2
- package/dist/auth/dtos/index.js.map +1 -1
- package/dist/auth/dtos/offline.user.dto.js +3 -3
- package/dist/auth/dtos/offline.user.dto.js.map +1 -1
- package/dist/auth/dtos/permission.assignment.dto.js +1 -1
- package/dist/auth/dtos/permission.assignment.dto.js.map +1 -1
- package/dist/auth/dtos/role.assignment.dto.js +1 -1
- package/dist/auth/dtos/role.assignment.dto.js.map +1 -1
- package/dist/auth/dtos/update.user.dto.js +3 -3
- package/dist/auth/dtos/update.user.dto.js.map +1 -1
- package/dist/auth/dtos/user.login.dto.js +2 -2
- package/dist/auth/dtos/user.login.dto.js.map +1 -1
- package/dist/auth/entities/country.entity.d.ts +1 -0
- package/dist/auth/entities/country.entity.js +16 -12
- package/dist/auth/entities/country.entity.js.map +1 -1
- package/dist/auth/entities/creator.entity.js +7 -7
- package/dist/auth/entities/creator.entity.js.map +1 -1
- package/dist/auth/entities/device.token.entity.js +19 -19
- package/dist/auth/entities/device.token.entity.js.map +1 -1
- package/dist/auth/entities/index.d.ts +4 -4
- package/dist/auth/entities/index.js +4 -4
- package/dist/auth/entities/index.js.map +1 -1
- package/dist/auth/entities/refresh.token.entity.js +12 -12
- package/dist/auth/entities/refresh.token.entity.js.map +1 -1
- package/dist/auth/entities/user.entity.js +23 -23
- package/dist/auth/entities/user.entity.js.map +1 -1
- package/dist/auth/entities/user.referral.entity.js +9 -9
- package/dist/auth/entities/user.referral.entity.js.map +1 -1
- package/dist/auth/es6.classes.d.ts +3 -3
- package/dist/auth/index.d.ts +5 -6
- package/dist/auth/index.js +5 -6
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/middlewares/basic.auth.middleware.d.ts +3 -4
- package/dist/auth/middlewares/basic.auth.middleware.js +4 -8
- package/dist/auth/middlewares/basic.auth.middleware.js.map +1 -1
- package/dist/auth/middlewares/index.d.ts +1 -1
- package/dist/auth/middlewares/index.js +1 -1
- package/dist/auth/middlewares/index.js.map +1 -1
- package/dist/auth/middlewares/jwt.middleware.js +4 -2
- package/dist/auth/middlewares/jwt.middleware.js.map +1 -1
- package/dist/auth/middlewares/restricted.middleware.js +1 -1
- package/dist/auth/middlewares/restricted.middleware.js.map +1 -1
- package/dist/auth/services/access.manager.js +1 -1
- package/dist/auth/services/access.manager.js.map +1 -1
- package/dist/auth/services/auth.service.js +1 -1
- package/dist/auth/services/auth.service.js.map +1 -1
- package/dist/auth/services/device.token.service.js +2 -2
- package/dist/auth/services/device.token.service.js.map +1 -1
- package/dist/auth/services/es6.service.js +1 -1
- package/dist/auth/services/es6.service.js.map +1 -1
- package/dist/auth/services/index.d.ts +3 -4
- package/dist/auth/services/index.js +3 -4
- package/dist/auth/services/index.js.map +1 -1
- package/dist/auth/services/refresh.token.service.js +2 -2
- package/dist/auth/services/refresh.token.service.js.map +1 -1
- package/dist/auth/services/role.manager.js +1 -1
- package/dist/auth/services/role.manager.js.map +1 -1
- package/dist/auth/services/social.service.d.ts +3 -3
- package/dist/auth/services/social.service.js +17 -6
- package/dist/auth/services/social.service.js.map +1 -1
- package/dist/auth/strategies/fb.strategy.js +2 -2
- package/dist/auth/strategies/fb.strategy.js.map +1 -1
- package/dist/auth/strategies/google.strategy.js +2 -2
- package/dist/auth/strategies/google.strategy.js.map +1 -1
- package/dist/common/common.module.js +1 -1
- package/dist/common/common.module.js.map +1 -1
- package/dist/common/dtos/aggregation.param.dto.js +3 -3
- package/dist/common/dtos/aggregation.param.dto.js.map +1 -1
- package/dist/common/dtos/generic.index.param.dto.js +11 -11
- package/dist/common/dtos/generic.index.param.dto.js.map +1 -1
- package/dist/common/dtos/group.param.dto.js +2 -2
- package/dist/common/dtos/group.param.dto.js.map +1 -1
- package/dist/common/dtos/index.d.ts +10 -10
- package/dist/common/dtos/index.js +10 -10
- package/dist/common/dtos/index.js.map +1 -1
- package/dist/common/dtos/index.params.dto.js +1 -1
- package/dist/common/dtos/index.params.dto.js.map +1 -1
- package/dist/common/dtos/key.value.param.dto.js +2 -2
- package/dist/common/dtos/key.value.param.dto.js.map +1 -1
- package/dist/common/dtos/report.body.dto.js +10 -10
- package/dist/common/dtos/report.body.dto.js.map +1 -1
- package/dist/common/es6.classes.d.ts +3 -3
- package/dist/common/exceptions/index.d.ts +1 -1
- package/dist/common/exceptions/index.js +1 -1
- package/dist/common/exceptions/index.js.map +1 -1
- package/dist/common/exceptions/operation.exception.d.ts +1 -1
- package/dist/common/exceptions/operation.exception.js +3 -1
- package/dist/common/exceptions/operation.exception.js.map +1 -1
- package/dist/common/guards/login.guard.js +2 -2
- package/dist/common/guards/login.guard.js.map +1 -1
- package/dist/common/index.d.ts +2 -3
- package/dist/common/index.js +2 -3
- package/dist/common/index.js.map +1 -1
- package/dist/common/libraries/base.migration.utility.js +10 -9
- package/dist/common/libraries/base.migration.utility.js.map +1 -1
- package/dist/common/libraries/class.mapper.d.ts +1 -0
- package/dist/common/libraries/class.mapper.js +9 -0
- package/dist/common/libraries/class.mapper.js.map +1 -1
- package/dist/common/libraries/common.entity.js +13 -13
- package/dist/common/libraries/common.entity.js.map +1 -1
- package/dist/common/libraries/custom.crypt.js +2 -2
- package/dist/common/libraries/custom.crypt.js.map +1 -1
- package/dist/common/libraries/date.util.js +6 -6
- package/dist/common/libraries/date.util.js.map +1 -1
- package/dist/common/libraries/index.d.ts +13 -14
- package/dist/common/libraries/index.js +13 -14
- package/dist/common/libraries/index.js.map +1 -1
- package/dist/config/cache.config.d.ts +1 -0
- package/dist/config/cache.config.js +2 -0
- package/dist/config/cache.config.js.map +1 -1
- package/dist/config/typeorm.config.js +2 -2
- package/dist/config/typeorm.config.js.map +1 -1
- package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.d.ts +5 -0
- package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.js +15 -0
- package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.js.map +1 -0
- package/dist/platformUtility/commands/entity.generator.command.js +1 -1
- package/dist/platformUtility/commands/entity.generator.command.js.map +1 -1
- package/dist/platformUtility/commands/index.d.ts +2 -1
- package/dist/platformUtility/commands/index.js +2 -1
- package/dist/platformUtility/commands/index.js.map +1 -1
- package/dist/platformUtility/commands/maintenance.command.js +6 -6
- package/dist/platformUtility/commands/maintenance.command.js.map +1 -1
- package/dist/platformUtility/commands/sync.class.command.js +7 -1
- package/dist/platformUtility/commands/sync.class.command.js.map +1 -1
- package/dist/platformUtility/consumers/event.consumer.js +6 -6
- package/dist/platformUtility/consumers/event.consumer.js.map +1 -1
- package/dist/platformUtility/consumers/job.consumer.js +3 -3
- package/dist/platformUtility/consumers/job.consumer.js.map +1 -1
- package/dist/platformUtility/dtos/index.d.ts +2 -2
- package/dist/platformUtility/dtos/index.js +2 -2
- package/dist/platformUtility/dtos/index.js.map +1 -1
- package/dist/platformUtility/dtos/queue.options.dto.js +10 -10
- package/dist/platformUtility/dtos/queue.options.dto.js.map +1 -1
- package/dist/platformUtility/es6.classes.d.ts +3 -2
- package/dist/platformUtility/es6.classes.js +2 -1
- package/dist/platformUtility/es6.classes.js.map +1 -1
- package/dist/platformUtility/index.d.ts +7 -7
- package/dist/platformUtility/index.js +7 -7
- package/dist/platformUtility/index.js.map +1 -1
- package/dist/platformUtility/jobs/record.watcher.job.js +1 -1
- package/dist/platformUtility/jobs/record.watcher.job.js.map +1 -1
- package/dist/platformUtility/libraries/create.es6.classes.file.js +1 -0
- package/dist/platformUtility/libraries/create.es6.classes.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.es6.jobs.file.js +4 -0
- package/dist/platformUtility/libraries/create.es6.jobs.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.es6.service.file.js +4 -0
- package/dist/platformUtility/libraries/create.es6.service.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.index.file.d.ts +12 -0
- package/dist/platformUtility/libraries/create.index.file.js +78 -0
- package/dist/platformUtility/libraries/create.index.file.js.map +1 -0
- package/dist/platformUtility/libraries/file.system.utility.d.ts +2 -0
- package/dist/platformUtility/libraries/file.system.utility.js +7 -0
- package/dist/platformUtility/libraries/file.system.utility.js.map +1 -1
- package/dist/platformUtility/libraries/index.d.ts +4 -3
- package/dist/platformUtility/libraries/index.js +4 -3
- package/dist/platformUtility/libraries/index.js.map +1 -1
- package/dist/platformUtility/middlewares/maintenance.middleware.js +1 -1
- package/dist/platformUtility/middlewares/maintenance.middleware.js.map +1 -1
- package/dist/platformUtility/platform.utility.module.js +3 -4
- package/dist/platformUtility/platform.utility.module.js.map +1 -1
- package/dist/platformUtility/services/audit.service.js +2 -2
- package/dist/platformUtility/services/audit.service.js.map +1 -1
- package/dist/platformUtility/services/cache.service.d.ts +4 -5
- package/dist/platformUtility/services/cache.service.js +10 -7
- package/dist/platformUtility/services/cache.service.js.map +1 -1
- package/dist/platformUtility/services/dynamo.service.js +1 -1
- package/dist/platformUtility/services/dynamo.service.js.map +1 -1
- package/dist/platformUtility/services/es6.jobs.service.js +1 -1
- package/dist/platformUtility/services/es6.jobs.service.js.map +1 -1
- package/dist/platformUtility/services/es6.service.js +1 -1
- package/dist/platformUtility/services/es6.service.js.map +1 -1
- package/dist/platformUtility/services/fcm.notification.service.js +1 -1
- package/dist/platformUtility/services/fcm.notification.service.js.map +1 -1
- package/dist/platformUtility/services/index.d.ts +8 -8
- package/dist/platformUtility/services/index.js +8 -8
- package/dist/platformUtility/services/index.js.map +1 -1
- package/dist/platformUtility/services/local.property.service.js +1 -1
- package/dist/platformUtility/services/local.property.service.js.map +1 -1
- package/dist/platformUtility/services/mail.service.d.ts +1 -1
- package/dist/platformUtility/services/mail.service.js +1 -22
- package/dist/platformUtility/services/mail.service.js.map +1 -1
- package/dist/platformUtility/services/maintenance.service.js +1 -1
- package/dist/platformUtility/services/maintenance.service.js.map +1 -1
- package/dist/platformUtility/services/queue.service.d.ts +11 -0
- package/dist/platformUtility/services/queue.service.js +86 -2
- package/dist/platformUtility/services/queue.service.js.map +1 -1
- package/dist/platformUtility/services/remote.request.service.js +4 -5
- package/dist/platformUtility/services/remote.request.service.js.map +1 -1
- package/dist/platformUtility/services/shutdown.service.js +1 -1
- package/dist/platformUtility/services/shutdown.service.js.map +1 -1
- package/dist/platformUtility/services/sql.service.js +2 -2
- package/dist/platformUtility/services/sql.service.js.map +1 -1
- package/dist/platformUtility/services/startup.service.js +1 -1
- package/dist/platformUtility/services/startup.service.js.map +1 -1
- package/dist/platformUtility/subscribers/base.subscriber.js +1 -1
- package/dist/platformUtility/subscribers/base.subscriber.js.map +1 -1
- package/dist/security/entities/index.d.ts +2 -2
- package/dist/security/entities/index.js +2 -2
- package/dist/security/entities/index.js.map +1 -1
- package/dist/security/entities/permission.entity.js +10 -10
- package/dist/security/entities/permission.entity.js.map +1 -1
- package/dist/security/entities/role.entity.js +13 -13
- package/dist/security/entities/role.entity.js.map +1 -1
- package/dist/security/entities/user.permission.entity.js +11 -11
- package/dist/security/entities/user.permission.entity.js.map +1 -1
- package/dist/security/entities/user.role.entity.js +11 -11
- package/dist/security/entities/user.role.entity.js.map +1 -1
- package/dist/security/index.d.ts +1 -2
- package/dist/security/index.js +1 -2
- package/dist/security/index.js.map +1 -1
- package/dist/security/security.module.js +1 -1
- package/dist/security/security.module.js.map +1 -1
- package/dist/system/commands/db.scanner.command.js +5 -5
- package/dist/system/commands/db.scanner.command.js.map +1 -1
- package/dist/system/commands/event.queue.command.js +3 -3
- package/dist/system/commands/event.queue.command.js.map +1 -1
- package/dist/system/commands/index.d.ts +3 -3
- package/dist/system/commands/index.js +3 -3
- package/dist/system/commands/index.js.map +1 -1
- package/dist/system/commands/jobs.scanner.command.js +1 -1
- package/dist/system/commands/jobs.scanner.command.js.map +1 -1
- package/dist/system/commands/model.scanner.command.js +1 -1
- package/dist/system/commands/model.scanner.command.js.map +1 -1
- package/dist/system/commands/report.scanner.command.js +1 -1
- package/dist/system/commands/report.scanner.command.js.map +1 -1
- package/dist/system/commands/service.scanner.command.js +1 -1
- package/dist/system/commands/service.scanner.command.js.map +1 -1
- package/dist/system/commands/vaccine.command.js +1 -1
- package/dist/system/commands/vaccine.command.js.map +1 -1
- package/dist/system/controllers/base.controller.js +27 -27
- package/dist/system/controllers/base.controller.js.map +1 -1
- package/dist/system/controllers/data.controller.js +8 -8
- package/dist/system/controllers/data.controller.js.map +1 -1
- package/dist/system/controllers/form.controller.js +3 -3
- package/dist/system/controllers/form.controller.js.map +1 -1
- package/dist/system/controllers/index.d.ts +7 -6
- package/dist/system/controllers/index.js +7 -6
- package/dist/system/controllers/index.js.map +1 -1
- package/dist/system/controllers/job.controller.d.ts +17 -0
- package/dist/system/controllers/job.controller.js +137 -0
- package/dist/system/controllers/job.controller.js.map +1 -0
- package/dist/system/controllers/menu.controller.js +4 -4
- package/dist/system/controllers/menu.controller.js.map +1 -1
- package/dist/system/controllers/preference.controller.js +17 -17
- package/dist/system/controllers/preference.controller.js.map +1 -1
- package/dist/system/controllers/report.controller.js +11 -11
- package/dist/system/controllers/report.controller.js.map +1 -1
- package/dist/system/controllers/upload.controller.js +7 -7
- package/dist/system/controllers/upload.controller.js.map +1 -1
- package/dist/system/controllers/user.preference.controller.js +4 -4
- package/dist/system/controllers/user.preference.controller.js.map +1 -1
- package/dist/system/dtos/index.d.ts +3 -2
- package/dist/system/dtos/index.js +3 -2
- package/dist/system/dtos/index.js.map +1 -1
- package/dist/system/dtos/job.record.param.dto.d.ts +4 -0
- package/dist/system/dtos/job.record.param.dto.js +29 -0
- package/dist/system/dtos/job.record.param.dto.js.map +1 -0
- package/dist/system/dtos/local.file.s3.upload.dto.d.ts +5 -0
- package/dist/system/dtos/local.file.s3.upload.dto.js +29 -0
- package/dist/system/dtos/local.file.s3.upload.dto.js.map +1 -0
- package/dist/system/dtos/menu.list.preference.creation.dto.js +7 -7
- package/dist/system/dtos/menu.list.preference.creation.dto.js.map +1 -1
- package/dist/system/dtos/model.form.preference.creation.dto.js +4 -4
- package/dist/system/dtos/model.form.preference.creation.dto.js.map +1 -1
- package/dist/system/dtos/user.preference.creation.dto.js +2 -2
- package/dist/system/dtos/user.preference.creation.dto.js.map +1 -1
- package/dist/system/entities/business.rule.entity.js +39 -39
- package/dist/system/entities/business.rule.entity.js.map +1 -1
- package/dist/system/entities/business.rule.role.entity.js +7 -7
- package/dist/system/entities/business.rule.role.entity.js.map +1 -1
- package/dist/system/entities/chart.entity.js +19 -19
- package/dist/system/entities/chart.entity.js.map +1 -1
- package/dist/system/entities/client.script.entity.js +12 -12
- package/dist/system/entities/client.script.entity.js.map +1 -1
- package/dist/system/entities/column.definition.entity.js +10 -10
- package/dist/system/entities/column.definition.entity.js.map +1 -1
- package/dist/system/entities/column.entity.js +35 -35
- package/dist/system/entities/column.entity.js.map +1 -1
- package/dist/system/entities/comment.entity.js +9 -9
- package/dist/system/entities/comment.entity.js.map +1 -1
- package/dist/system/entities/document.entity.js +8 -8
- package/dist/system/entities/document.entity.js.map +1 -1
- package/dist/system/entities/event.detail.entity.js +4 -4
- package/dist/system/entities/event.detail.entity.js.map +1 -1
- package/dist/system/entities/event.queue.entity.js +11 -11
- package/dist/system/entities/event.queue.entity.js.map +1 -1
- package/dist/system/entities/form.column.entity.js +7 -7
- package/dist/system/entities/form.column.entity.js.map +1 -1
- package/dist/system/entities/form.entity.js +14 -14
- package/dist/system/entities/form.entity.js.map +1 -1
- package/dist/system/entities/form.preference.entity.js +5 -5
- package/dist/system/entities/form.preference.entity.js.map +1 -1
- package/dist/system/entities/index.d.ts +36 -36
- package/dist/system/entities/index.js +36 -36
- package/dist/system/entities/index.js.map +1 -1
- package/dist/system/entities/list.preference.entity.js +14 -14
- package/dist/system/entities/list.preference.entity.js.map +1 -1
- package/dist/system/entities/lookup.type.entity.js +8 -8
- package/dist/system/entities/lookup.type.entity.js.map +1 -1
- package/dist/system/entities/lookup.value.entity.js +15 -15
- package/dist/system/entities/lookup.value.entity.js.map +1 -1
- package/dist/system/entities/menu.entity.js +23 -23
- package/dist/system/entities/menu.entity.js.map +1 -1
- package/dist/system/entities/menu.role.entity.js +11 -11
- package/dist/system/entities/menu.role.entity.js.map +1 -1
- package/dist/system/entities/model.column.entity.js +7 -7
- package/dist/system/entities/model.column.entity.js.map +1 -1
- package/dist/system/entities/model.entity.js +37 -37
- package/dist/system/entities/model.entity.js.map +1 -1
- package/dist/system/entities/model.relationship.entity.js +8 -8
- package/dist/system/entities/model.relationship.entity.js.map +1 -1
- package/dist/system/entities/model.role.entity.js +8 -8
- package/dist/system/entities/model.role.entity.js.map +1 -1
- package/dist/system/entities/module.entity.js +11 -11
- package/dist/system/entities/module.entity.js.map +1 -1
- package/dist/system/entities/module.menu.entity.js +13 -13
- package/dist/system/entities/module.menu.entity.js.map +1 -1
- package/dist/system/entities/open.property.entity.js +4 -4
- package/dist/system/entities/open.property.entity.js.map +1 -1
- package/dist/system/entities/page.definition.entity.js +9 -9
- package/dist/system/entities/page.definition.entity.js.map +1 -1
- package/dist/system/entities/parent.menu.entity.js +11 -11
- package/dist/system/entities/parent.menu.entity.js.map +1 -1
- package/dist/system/entities/primary.axis.entity.js +7 -7
- package/dist/system/entities/primary.axis.entity.js.map +1 -1
- package/dist/system/entities/property.entity.js +8 -8
- package/dist/system/entities/property.entity.js.map +1 -1
- package/dist/system/entities/relationship.entity.js +35 -35
- package/dist/system/entities/relationship.entity.js.map +1 -1
- package/dist/system/entities/report.column.entity.js +5 -5
- package/dist/system/entities/report.column.entity.js.map +1 -1
- package/dist/system/entities/report.entity.js +22 -22
- package/dist/system/entities/report.entity.js.map +1 -1
- package/dist/system/entities/report.param.entity.js +9 -9
- package/dist/system/entities/report.param.entity.js.map +1 -1
- package/dist/system/entities/report.relationship.entity.js +7 -7
- package/dist/system/entities/report.relationship.entity.js.map +1 -1
- package/dist/system/entities/report.role.entity.js +7 -7
- package/dist/system/entities/report.role.entity.js.map +1 -1
- package/dist/system/entities/scheduled.event.entity.js +12 -12
- package/dist/system/entities/scheduled.event.entity.js.map +1 -1
- package/dist/system/entities/secondary.axis.entity.js +8 -8
- package/dist/system/entities/secondary.axis.entity.js.map +1 -1
- package/dist/system/entities/security.rule.entity.js +26 -26
- package/dist/system/entities/security.rule.entity.js.map +1 -1
- package/dist/system/entities/service.entity.js +4 -4
- package/dist/system/entities/service.entity.js.map +1 -1
- package/dist/system/entities/sms.template.entity.js +10 -10
- package/dist/system/entities/sms.template.entity.js.map +1 -1
- package/dist/system/entities/system.script.entity.js +16 -16
- package/dist/system/entities/system.script.entity.js.map +1 -1
- package/dist/system/entities/ui.action.entity.js +25 -25
- package/dist/system/entities/ui.action.entity.js.map +1 -1
- package/dist/system/entities/ui.action.permission.entity.js +7 -7
- package/dist/system/entities/ui.action.permission.entity.js.map +1 -1
- package/dist/system/entities/ui.action.role.entity.js +7 -7
- package/dist/system/entities/ui.action.role.entity.js.map +1 -1
- package/dist/system/entities/user.group.entity.js +15 -15
- package/dist/system/entities/user.group.entity.js.map +1 -1
- package/dist/system/entities/user.group.member.entity.js +9 -9
- package/dist/system/entities/user.group.member.entity.js.map +1 -1
- package/dist/system/entities/user.group.permission.entity.js +3 -3
- package/dist/system/entities/user.group.permission.entity.js.map +1 -1
- package/dist/system/entities/user.group.role.entity.js +9 -9
- package/dist/system/entities/user.group.role.entity.js.map +1 -1
- package/dist/system/entities/user.preference.entity.js +9 -9
- package/dist/system/entities/user.preference.entity.js.map +1 -1
- package/dist/system/es6.classes.d.ts +5 -2
- package/dist/system/es6.classes.js +12 -1
- package/dist/system/es6.classes.js.map +1 -1
- package/dist/system/index.d.ts +7 -7
- package/dist/system/index.js +7 -7
- package/dist/system/index.js.map +1 -1
- package/dist/system/jobs/clean.scheduled.event.job.js +1 -1
- package/dist/system/jobs/clean.scheduled.event.job.js.map +1 -1
- package/dist/system/jobs/column.mapper.job.js +1 -1
- package/dist/system/jobs/column.mapper.job.js.map +1 -1
- package/dist/system/jobs/index.d.ts +4 -4
- package/dist/system/jobs/index.js +4 -4
- package/dist/system/jobs/index.js.map +1 -1
- package/dist/system/jobs/model.scanner.job.js +1 -1
- package/dist/system/jobs/model.scanner.job.js.map +1 -1
- package/dist/system/jobs/relationship.mapper.job.js +1 -1
- package/dist/system/jobs/relationship.mapper.job.js.map +1 -1
- package/dist/system/jobs/report.column.sync.job.js +1 -1
- package/dist/system/jobs/report.column.sync.job.js.map +1 -1
- package/dist/system/jobs/scheduled.event.job.js +1 -1
- package/dist/system/jobs/scheduled.event.job.js.map +1 -1
- package/dist/system/jobs/scheduled.events.job.js +1 -1
- package/dist/system/jobs/scheduled.events.job.js.map +1 -1
- package/dist/system/jobs/user.group.member.job.js +1 -1
- package/dist/system/jobs/user.group.member.job.js.map +1 -1
- package/dist/system/jobs/user.group.permission.job.js +1 -1
- package/dist/system/jobs/user.group.permission.job.js.map +1 -1
- package/dist/system/jobs/user.group.role.job.js +1 -1
- package/dist/system/jobs/user.group.role.job.js.map +1 -1
- package/dist/system/libraries/index.d.ts +3 -3
- package/dist/system/libraries/index.js +3 -3
- package/dist/system/libraries/index.js.map +1 -1
- package/dist/system/libraries/model.sync.js +1 -1
- package/dist/system/libraries/model.sync.js.map +1 -1
- package/dist/system/modifiers/index.d.ts +1 -1
- package/dist/system/modifiers/index.js +1 -1
- package/dist/system/modifiers/index.js.map +1 -1
- package/dist/system/modifiers/menu.list.modifier.js +7 -7
- package/dist/system/modifiers/menu.list.modifier.js.map +1 -1
- package/dist/system/modifiers/module.list.modifier.js +5 -5
- package/dist/system/modifiers/module.list.modifier.js.map +1 -1
- package/dist/system/services/business.rule.service.js +1 -1
- package/dist/system/services/business.rule.service.js.map +1 -1
- package/dist/system/services/client.script.service.js +2 -2
- package/dist/system/services/client.script.service.js.map +1 -1
- package/dist/system/services/column.service.js +1 -1
- package/dist/system/services/column.service.js.map +1 -1
- package/dist/system/services/comment.service.d.ts +1 -2
- package/dist/system/services/comment.service.js +1 -1
- package/dist/system/services/comment.service.js.map +1 -1
- package/dist/system/services/common.service.js +2 -2
- package/dist/system/services/common.service.js.map +1 -1
- package/dist/system/services/document.service.d.ts +1 -2
- package/dist/system/services/document.service.js +1 -1
- package/dist/system/services/document.service.js.map +1 -1
- package/dist/system/services/es6.jobs.service.js +1 -1
- package/dist/system/services/es6.jobs.service.js.map +1 -1
- package/dist/system/services/es6.service.js +1 -1
- package/dist/system/services/es6.service.js.map +1 -1
- package/dist/system/services/event.detail.service.js +2 -2
- package/dist/system/services/event.detail.service.js.map +1 -1
- package/dist/system/services/event.queue.service.js +3 -3
- package/dist/system/services/event.queue.service.js.map +1 -1
- package/dist/system/services/form.service.js +1 -1
- package/dist/system/services/form.service.js.map +1 -1
- package/dist/system/services/index.d.ts +13 -13
- package/dist/system/services/index.js +13 -13
- package/dist/system/services/index.js.map +1 -1
- package/dist/system/services/list.service.js +2 -2
- package/dist/system/services/list.service.js.map +1 -1
- package/dist/system/services/menu.service.js +5 -5
- package/dist/system/services/menu.service.js.map +1 -1
- package/dist/system/services/model.service.js +1 -1
- package/dist/system/services/model.service.js.map +1 -1
- package/dist/system/services/preference.service.js +2 -2
- package/dist/system/services/preference.service.js.map +1 -1
- package/dist/system/services/property.service.d.ts +1 -1
- package/dist/system/services/property.service.js +1 -1
- package/dist/system/services/property.service.js.map +1 -1
- package/dist/system/services/report.service.js +1 -1
- package/dist/system/services/report.service.js.map +1 -1
- package/dist/system/services/scheduled.event.service.js +5 -5
- package/dist/system/services/scheduled.event.service.js.map +1 -1
- package/dist/system/services/security.rule.service.js +1 -1
- package/dist/system/services/security.rule.service.js.map +1 -1
- package/dist/system/services/ui.action.service.js +1 -1
- package/dist/system/services/ui.action.service.js.map +1 -1
- package/dist/system/services/upload.service.d.ts +2 -0
- package/dist/system/services/upload.service.js +24 -1
- package/dist/system/services/upload.service.js.map +1 -1
- package/dist/system/services/user.preference.service.js +2 -2
- package/dist/system/services/user.preference.service.js.map +1 -1
- package/dist/system/subscribers/column.subscriber.js +1 -1
- package/dist/system/subscribers/column.subscriber.js.map +1 -1
- package/dist/system/subscribers/index.d.ts +3 -3
- package/dist/system/subscribers/index.js +3 -3
- package/dist/system/subscribers/index.js.map +1 -1
- package/dist/system/subscribers/property.subscriber.js +1 -1
- package/dist/system/subscribers/property.subscriber.js.map +1 -1
- package/dist/system/subscribers/relationship.subscriber.js +1 -1
- package/dist/system/subscribers/relationship.subscriber.js.map +1 -1
- package/dist/system/subscribers/scheduled.event.subscriber.js +1 -1
- package/dist/system/subscribers/scheduled.event.subscriber.js.map +1 -1
- package/dist/system/subscribers/user.group.member.subscriber.js +1 -1
- package/dist/system/subscribers/user.group.member.subscriber.js.map +1 -1
- package/dist/system/subscribers/user.group.permission.subscriber.js +1 -1
- package/dist/system/subscribers/user.group.permission.subscriber.js.map +1 -1
- package/dist/system/subscribers/user.group.role.subscriber.js +1 -1
- package/dist/system/subscribers/user.group.role.subscriber.js.map +1 -1
- package/dist/system/system.module.js +1 -1
- package/dist/system/system.module.js.map +1 -1
- package/package.json +44 -45
@@ -18,62 +18,62 @@ const system_script_entity_1 = require("./system.script.entity");
|
|
18
18
|
let SecurityRuleEntity = class SecurityRuleEntity extends common_entity_1.CommonEntity {
|
19
19
|
};
|
20
20
|
__decorate([
|
21
|
-
class_validator_1.IsNotEmpty(),
|
22
|
-
swagger_1.ApiProperty(),
|
23
|
-
typeorm_1.Column(),
|
21
|
+
(0, class_validator_1.IsNotEmpty)(),
|
22
|
+
(0, swagger_1.ApiProperty)(),
|
23
|
+
(0, typeorm_1.Column)(),
|
24
24
|
__metadata("design:type", String)
|
25
25
|
], SecurityRuleEntity.prototype, "name", void 0);
|
26
26
|
__decorate([
|
27
|
-
class_validator_1.IsNotEmpty(),
|
28
|
-
swagger_1.ApiProperty(),
|
29
|
-
typeorm_1.Column(),
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
28
|
+
(0, swagger_1.ApiProperty)(),
|
29
|
+
(0, typeorm_1.Column)(),
|
30
30
|
__metadata("design:type", String)
|
31
31
|
], SecurityRuleEntity.prototype, "description", void 0);
|
32
32
|
__decorate([
|
33
|
-
class_validator_1.IsNotEmpty(),
|
34
|
-
swagger_1.ApiProperty(),
|
35
|
-
typeorm_1.Column(),
|
33
|
+
(0, class_validator_1.IsNotEmpty)(),
|
34
|
+
(0, swagger_1.ApiProperty)(),
|
35
|
+
(0, typeorm_1.Column)(),
|
36
36
|
__metadata("design:type", String)
|
37
37
|
], SecurityRuleEntity.prototype, "source_type", void 0);
|
38
38
|
__decorate([
|
39
|
-
swagger_1.ApiPropertyOptional(),
|
40
|
-
typeorm_1.Column(),
|
39
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
40
|
+
(0, typeorm_1.Column)(),
|
41
41
|
__metadata("design:type", Number)
|
42
42
|
], SecurityRuleEntity.prototype, "source_id", void 0);
|
43
43
|
__decorate([
|
44
|
-
class_validator_1.IsNotEmpty(),
|
45
|
-
swagger_1.ApiProperty(),
|
46
|
-
typeorm_1.Column(),
|
44
|
+
(0, class_validator_1.IsNotEmpty)(),
|
45
|
+
(0, swagger_1.ApiProperty)(),
|
46
|
+
(0, typeorm_1.Column)(),
|
47
47
|
__metadata("design:type", String)
|
48
48
|
], SecurityRuleEntity.prototype, "operation", void 0);
|
49
49
|
__decorate([
|
50
|
-
class_validator_1.IsNotEmpty(),
|
51
|
-
swagger_1.ApiProperty(),
|
52
|
-
typeorm_1.Column(),
|
50
|
+
(0, class_validator_1.IsNotEmpty)(),
|
51
|
+
(0, swagger_1.ApiProperty)(),
|
52
|
+
(0, typeorm_1.Column)(),
|
53
53
|
__metadata("design:type", Number)
|
54
54
|
], SecurityRuleEntity.prototype, "filter_condition_id", void 0);
|
55
55
|
__decorate([
|
56
|
-
swagger_1.ApiPropertyOptional(),
|
57
|
-
typeorm_1.Column(),
|
56
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
57
|
+
(0, typeorm_1.Column)(),
|
58
58
|
__metadata("design:type", Number)
|
59
59
|
], SecurityRuleEntity.prototype, "script_id", void 0);
|
60
60
|
__decorate([
|
61
|
-
swagger_1.ApiPropertyOptional(),
|
62
|
-
typeorm_1.Column(),
|
61
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
62
|
+
(0, typeorm_1.Column)(),
|
63
63
|
__metadata("design:type", Boolean)
|
64
64
|
], SecurityRuleEntity.prototype, "active", void 0);
|
65
65
|
__decorate([
|
66
|
-
typeorm_1.OneToOne(() => system_script_entity_1.SystemScriptEntity),
|
67
|
-
typeorm_1.JoinColumn({ name: 'script_id' }),
|
66
|
+
(0, typeorm_1.OneToOne)(() => system_script_entity_1.SystemScriptEntity),
|
67
|
+
(0, typeorm_1.JoinColumn)({ name: 'script_id' }),
|
68
68
|
__metadata("design:type", system_script_entity_1.SystemScriptEntity)
|
69
69
|
], SecurityRuleEntity.prototype, "script", void 0);
|
70
70
|
__decorate([
|
71
|
-
typeorm_1.OneToOne(() => system_script_entity_1.SystemScriptEntity),
|
72
|
-
typeorm_1.JoinColumn({ name: 'filter_condition_id' }),
|
71
|
+
(0, typeorm_1.OneToOne)(() => system_script_entity_1.SystemScriptEntity),
|
72
|
+
(0, typeorm_1.JoinColumn)({ name: 'filter_condition_id' }),
|
73
73
|
__metadata("design:type", system_script_entity_1.SystemScriptEntity)
|
74
74
|
], SecurityRuleEntity.prototype, "filter_condition", void 0);
|
75
75
|
SecurityRuleEntity = __decorate([
|
76
|
-
typeorm_1.Entity('sys_security_rules')
|
76
|
+
(0, typeorm_1.Entity)('sys_security_rules')
|
77
77
|
], SecurityRuleEntity);
|
78
78
|
exports.SecurityRuleEntity = SecurityRuleEntity;
|
79
79
|
//# sourceMappingURL=security.rule.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"security.rule.entity.js","sourceRoot":"","sources":["../../../src/system/entities/security.rule.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAA+D;AAC/D,wEAAoE;AACpE,iEAA4D;AAS5D,IAAa,kBAAkB,GAA/B,MAAa,kBAAmB,SAAQ,4BAAY;CAkBnD,CAAA;AAjB0C;IAAtC,4BAAU,
|
1
|
+
{"version":3,"file":"security.rule.entity.js","sourceRoot":"","sources":["../../../src/system/entities/security.rule.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAA+D;AAC/D,wEAAoE;AACpE,iEAA4D;AAS5D,IAAa,kBAAkB,GAA/B,MAAa,kBAAmB,SAAQ,4BAAY;CAkBnD,CAAA;AAjB0C;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;gDAAc;AACb;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AACpB;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC1B;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AACZ;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AAClB;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;+DAA6B;AAClC;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AAClB;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAiB;AAKjD;IAFC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAC1B,yCAAkB;kDAAC;AAI3B;IAFC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAC1B,yCAAkB;4DAAC;AAjB5B,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAkB9B;AAlBY,gDAAkB"}
|
@@ -15,19 +15,19 @@ const common_entity_1 = require("../../common/libraries/common.entity");
|
|
15
15
|
let ServiceEntity = class ServiceEntity extends common_entity_1.CommonEntity {
|
16
16
|
};
|
17
17
|
__decorate([
|
18
|
-
typeorm_1.Column(),
|
18
|
+
(0, typeorm_1.Column)(),
|
19
19
|
__metadata("design:type", String)
|
20
20
|
], ServiceEntity.prototype, "name", void 0);
|
21
21
|
__decorate([
|
22
|
-
typeorm_1.Column(),
|
22
|
+
(0, typeorm_1.Column)(),
|
23
23
|
__metadata("design:type", String)
|
24
24
|
], ServiceEntity.prototype, "hash", void 0);
|
25
25
|
__decorate([
|
26
|
-
typeorm_1.Column(),
|
26
|
+
(0, typeorm_1.Column)(),
|
27
27
|
__metadata("design:type", String)
|
28
28
|
], ServiceEntity.prototype, "identifier", void 0);
|
29
29
|
ServiceEntity = __decorate([
|
30
|
-
typeorm_1.Entity('sys_service_details')
|
30
|
+
(0, typeorm_1.Entity)('sys_service_details')
|
31
31
|
], ServiceEntity);
|
32
32
|
exports.ServiceEntity = ServiceEntity;
|
33
33
|
//# sourceMappingURL=service.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"service.entity.js","sourceRoot":"","sources":["../../../src/system/entities/service.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,wEAAoE;AASpE,IAAa,aAAa,GAA1B,MAAa,aAAc,SAAQ,4BAAY;CAW9C,CAAA;AATG;IADC,gBAAM,
|
1
|
+
{"version":3,"file":"service.entity.js","sourceRoot":"","sources":["../../../src/system/entities/service.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,wEAAoE;AASpE,IAAa,aAAa,GAA1B,MAAa,aAAc,SAAQ,4BAAY;CAW9C,CAAA;AATG;IADC,IAAA,gBAAM,GAAE;;2CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;2CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;iDACU;AARV,aAAa;IADzB,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,aAAa,CAWzB;AAXY,sCAAa"}
|
@@ -16,40 +16,40 @@ const lookup_value_entity_1 = require("./lookup.value.entity");
|
|
16
16
|
let SmsTemplateEntity = class SmsTemplateEntity extends common_entity_1.CommonEntity {
|
17
17
|
};
|
18
18
|
__decorate([
|
19
|
-
typeorm_1.Column(),
|
19
|
+
(0, typeorm_1.Column)(),
|
20
20
|
__metadata("design:type", String)
|
21
21
|
], SmsTemplateEntity.prototype, "name", void 0);
|
22
22
|
__decorate([
|
23
|
-
typeorm_1.Column(),
|
23
|
+
(0, typeorm_1.Column)(),
|
24
24
|
__metadata("design:type", String)
|
25
25
|
], SmsTemplateEntity.prototype, "identifier", void 0);
|
26
26
|
__decorate([
|
27
|
-
typeorm_1.Column(),
|
27
|
+
(0, typeorm_1.Column)(),
|
28
28
|
__metadata("design:type", Number)
|
29
29
|
], SmsTemplateEntity.prototype, "entity_identifier", void 0);
|
30
30
|
__decorate([
|
31
|
-
typeorm_1.Column(),
|
31
|
+
(0, typeorm_1.Column)(),
|
32
32
|
__metadata("design:type", Number)
|
33
33
|
], SmsTemplateEntity.prototype, "template_identifier", void 0);
|
34
34
|
__decorate([
|
35
|
-
typeorm_1.Column(),
|
35
|
+
(0, typeorm_1.Column)(),
|
36
36
|
__metadata("design:type", String)
|
37
37
|
], SmsTemplateEntity.prototype, "sender", void 0);
|
38
38
|
__decorate([
|
39
|
-
typeorm_1.Column(),
|
39
|
+
(0, typeorm_1.Column)(),
|
40
40
|
__metadata("design:type", String)
|
41
41
|
], SmsTemplateEntity.prototype, "message", void 0);
|
42
42
|
__decorate([
|
43
|
-
typeorm_1.Column(),
|
43
|
+
(0, typeorm_1.Column)(),
|
44
44
|
__metadata("design:type", Number)
|
45
45
|
], SmsTemplateEntity.prototype, "gateway_id", void 0);
|
46
46
|
__decorate([
|
47
|
-
typeorm_1.ManyToOne(() => lookup_value_entity_1.LookupValueEntity),
|
48
|
-
typeorm_1.JoinColumn({ name: 'gateway_id' }),
|
47
|
+
(0, typeorm_1.ManyToOne)(() => lookup_value_entity_1.LookupValueEntity),
|
48
|
+
(0, typeorm_1.JoinColumn)({ name: 'gateway_id' }),
|
49
49
|
__metadata("design:type", lookup_value_entity_1.LookupValueEntity)
|
50
50
|
], SmsTemplateEntity.prototype, "gateway", void 0);
|
51
51
|
SmsTemplateEntity = __decorate([
|
52
|
-
typeorm_1.Entity('sys_sms_templates')
|
52
|
+
(0, typeorm_1.Entity)('sys_sms_templates')
|
53
53
|
], SmsTemplateEntity);
|
54
54
|
exports.SmsTemplateEntity = SmsTemplateEntity;
|
55
55
|
//# sourceMappingURL=sms.template.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sms.template.entity.js","sourceRoot":"","sources":["../../../src/system/entities/sms.template.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,+DAA0D;AAS1D,IAAa,iBAAiB,GAA9B,MAAa,iBAAkB,SAAQ,4BAAY;CA0BlD,CAAA;AAxBG;IADC,gBAAM,
|
1
|
+
{"version":3,"file":"sms.template.entity.js","sourceRoot":"","sources":["../../../src/system/entities/sms.template.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,+DAA0D;AAS1D,IAAa,iBAAiB,GAA9B,MAAa,iBAAkB,SAAQ,4BAAY;CA0BlD,CAAA;AAxBG;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;4DACiB;AAG1B;IADC,IAAA,gBAAM,GAAE;;8DACmB;AAG5B;IADC,IAAA,gBAAM,GAAE;;iDACM;AAGf;IADC,IAAA,gBAAM,GAAE;;kDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;qDACU;AAKnB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC1B,uCAAiB;kDAAC;AAzBlB,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CA0B7B;AA1BY,8CAAiB"}
|
@@ -18,40 +18,40 @@ const lookup_value_entity_1 = require("./lookup.value.entity");
|
|
18
18
|
let SystemScriptEntity = class SystemScriptEntity extends common_entity_1.CommonEntity {
|
19
19
|
};
|
20
20
|
__decorate([
|
21
|
-
class_validator_1.IsNotEmpty(),
|
22
|
-
swagger_1.ApiProperty(),
|
23
|
-
typeorm_1.Column(),
|
21
|
+
(0, class_validator_1.IsNotEmpty)(),
|
22
|
+
(0, swagger_1.ApiProperty)(),
|
23
|
+
(0, typeorm_1.Column)(),
|
24
24
|
__metadata("design:type", String)
|
25
25
|
], SystemScriptEntity.prototype, "name", void 0);
|
26
26
|
__decorate([
|
27
|
-
swagger_1.ApiPropertyOptional(),
|
28
|
-
typeorm_1.Column(),
|
27
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
28
|
+
(0, typeorm_1.Column)(),
|
29
29
|
__metadata("design:type", Number)
|
30
30
|
], SystemScriptEntity.prototype, "type_id", void 0);
|
31
31
|
__decorate([
|
32
|
-
class_validator_1.IsNotEmpty(),
|
33
|
-
swagger_1.ApiProperty(),
|
34
|
-
typeorm_1.Column(),
|
32
|
+
(0, class_validator_1.IsNotEmpty)(),
|
33
|
+
(0, swagger_1.ApiProperty)(),
|
34
|
+
(0, typeorm_1.Column)(),
|
35
35
|
__metadata("design:type", String)
|
36
36
|
], SystemScriptEntity.prototype, "source_type", void 0);
|
37
37
|
__decorate([
|
38
|
-
swagger_1.ApiPropertyOptional(),
|
39
|
-
typeorm_1.Column(),
|
38
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
39
|
+
(0, typeorm_1.Column)(),
|
40
40
|
__metadata("design:type", Number)
|
41
41
|
], SystemScriptEntity.prototype, "source_id", void 0);
|
42
42
|
__decorate([
|
43
|
-
class_validator_1.IsNotEmpty(),
|
44
|
-
swagger_1.ApiProperty(),
|
45
|
-
typeorm_1.Column(),
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
44
|
+
(0, swagger_1.ApiProperty)(),
|
45
|
+
(0, typeorm_1.Column)(),
|
46
46
|
__metadata("design:type", String)
|
47
47
|
], SystemScriptEntity.prototype, "script", void 0);
|
48
48
|
__decorate([
|
49
|
-
typeorm_1.ManyToOne(() => lookup_value_entity_1.LookupValueEntity),
|
50
|
-
typeorm_1.JoinColumn({ name: 'type_id' }),
|
49
|
+
(0, typeorm_1.ManyToOne)(() => lookup_value_entity_1.LookupValueEntity),
|
50
|
+
(0, typeorm_1.JoinColumn)({ name: 'type_id' }),
|
51
51
|
__metadata("design:type", lookup_value_entity_1.LookupValueEntity)
|
52
52
|
], SystemScriptEntity.prototype, "type", void 0);
|
53
53
|
SystemScriptEntity = __decorate([
|
54
|
-
typeorm_1.Entity('sys_system_scripts')
|
54
|
+
(0, typeorm_1.Entity)('sys_system_scripts')
|
55
55
|
], SystemScriptEntity);
|
56
56
|
exports.SystemScriptEntity = SystemScriptEntity;
|
57
57
|
//# sourceMappingURL=system.script.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"system.script.entity.js","sourceRoot":"","sources":["../../../src/system/entities/system.script.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,+DAA0D;AAS1D,IAAa,kBAAkB,GAA/B,MAAa,kBAAmB,SAAQ,4BAAY;CAYnD,CAAA;AAX0C;IAAtC,4BAAU,
|
1
|
+
{"version":3,"file":"system.script.entity.js","sourceRoot":"","sources":["../../../src/system/entities/system.script.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAgE;AAChE,wEAAoE;AACpE,+DAA0D;AAS1D,IAAa,kBAAkB,GAA/B,MAAa,kBAAmB,SAAQ,4BAAY;CAYnD,CAAA;AAX0C;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;gDAAc;AACnB;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;mDAAiB;AACV;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;uDAAqB;AAC1B;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;qDAAmB;AACZ;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;kDAAgB;AAMtD;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,CAAC;IAClC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,uCAAiB;gDAAC;AAXf,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,oBAAoB,CAAC;GAChB,kBAAkB,CAY9B;AAZY,gDAAkB"}
|
@@ -19,94 +19,94 @@ const ui_action_role_entity_1 = require("./ui.action.role.entity");
|
|
19
19
|
let UiActionEntity = class UiActionEntity extends common_entity_1.CommonEntity {
|
20
20
|
};
|
21
21
|
__decorate([
|
22
|
-
typeorm_1.Column(),
|
22
|
+
(0, typeorm_1.Column)(),
|
23
23
|
__metadata("design:type", String)
|
24
24
|
], UiActionEntity.prototype, "source_type", void 0);
|
25
25
|
__decorate([
|
26
|
-
typeorm_1.Column(),
|
26
|
+
(0, typeorm_1.Column)(),
|
27
27
|
__metadata("design:type", Number)
|
28
28
|
], UiActionEntity.prototype, "source_id", void 0);
|
29
29
|
__decorate([
|
30
|
-
typeorm_1.Column(),
|
30
|
+
(0, typeorm_1.Column)(),
|
31
31
|
__metadata("design:type", String)
|
32
32
|
], UiActionEntity.prototype, "name", void 0);
|
33
33
|
__decorate([
|
34
|
-
typeorm_1.Column(),
|
34
|
+
(0, typeorm_1.Column)(),
|
35
35
|
__metadata("design:type", String)
|
36
36
|
], UiActionEntity.prototype, "description", void 0);
|
37
37
|
__decorate([
|
38
|
-
typeorm_1.Column(),
|
38
|
+
(0, typeorm_1.Column)(),
|
39
39
|
__metadata("design:type", Number)
|
40
40
|
], UiActionEntity.prototype, "display_order", void 0);
|
41
41
|
__decorate([
|
42
|
-
typeorm_1.Column(),
|
42
|
+
(0, typeorm_1.Column)(),
|
43
43
|
__metadata("design:type", String)
|
44
44
|
], UiActionEntity.prototype, "image", void 0);
|
45
45
|
__decorate([
|
46
|
-
typeorm_1.Column(),
|
46
|
+
(0, typeorm_1.Column)(),
|
47
47
|
__metadata("design:type", Number)
|
48
48
|
], UiActionEntity.prototype, "form_id", void 0);
|
49
49
|
__decorate([
|
50
|
-
typeorm_1.Column(),
|
50
|
+
(0, typeorm_1.Column)(),
|
51
51
|
__metadata("design:type", Number)
|
52
52
|
], UiActionEntity.prototype, "filter_condition_id", void 0);
|
53
53
|
__decorate([
|
54
|
-
typeorm_1.Column(),
|
54
|
+
(0, typeorm_1.Column)(),
|
55
55
|
__metadata("design:type", Number)
|
56
56
|
], UiActionEntity.prototype, "script_id", void 0);
|
57
57
|
__decorate([
|
58
|
-
typeorm_1.Column(),
|
58
|
+
(0, typeorm_1.Column)(),
|
59
59
|
__metadata("design:type", Boolean)
|
60
60
|
], UiActionEntity.prototype, "as_header", void 0);
|
61
61
|
__decorate([
|
62
|
-
typeorm_1.Column(),
|
62
|
+
(0, typeorm_1.Column)(),
|
63
63
|
__metadata("design:type", Boolean)
|
64
64
|
], UiActionEntity.prototype, "as_footer", void 0);
|
65
65
|
__decorate([
|
66
|
-
typeorm_1.Column(),
|
66
|
+
(0, typeorm_1.Column)(),
|
67
67
|
__metadata("design:type", Boolean)
|
68
68
|
], UiActionEntity.prototype, "as_dropdown", void 0);
|
69
69
|
__decorate([
|
70
|
-
typeorm_1.Column(),
|
70
|
+
(0, typeorm_1.Column)(),
|
71
71
|
__metadata("design:type", Boolean)
|
72
72
|
], UiActionEntity.prototype, "as_context", void 0);
|
73
73
|
__decorate([
|
74
|
-
typeorm_1.Column(),
|
74
|
+
(0, typeorm_1.Column)(),
|
75
75
|
__metadata("design:type", Boolean)
|
76
76
|
], UiActionEntity.prototype, "as_record", void 0);
|
77
77
|
__decorate([
|
78
|
-
typeorm_1.Column(),
|
78
|
+
(0, typeorm_1.Column)(),
|
79
79
|
__metadata("design:type", Boolean)
|
80
80
|
], UiActionEntity.prototype, "is_multi_operation", void 0);
|
81
81
|
__decorate([
|
82
|
-
typeorm_1.Column(),
|
82
|
+
(0, typeorm_1.Column)(),
|
83
83
|
__metadata("design:type", Boolean)
|
84
84
|
], UiActionEntity.prototype, "active", void 0);
|
85
85
|
__decorate([
|
86
|
-
typeorm_1.ManyToOne(() => form_entity_1.FormEntity),
|
87
|
-
typeorm_1.JoinColumn({ name: 'form_id' }),
|
86
|
+
(0, typeorm_1.ManyToOne)(() => form_entity_1.FormEntity),
|
87
|
+
(0, typeorm_1.JoinColumn)({ name: 'form_id' }),
|
88
88
|
__metadata("design:type", form_entity_1.FormEntity)
|
89
89
|
], UiActionEntity.prototype, "form", void 0);
|
90
90
|
__decorate([
|
91
|
-
typeorm_1.ManyToOne(() => system_script_entity_1.SystemScriptEntity),
|
92
|
-
typeorm_1.JoinColumn({ name: 'filter_condition_id' }),
|
91
|
+
(0, typeorm_1.ManyToOne)(() => system_script_entity_1.SystemScriptEntity),
|
92
|
+
(0, typeorm_1.JoinColumn)({ name: 'filter_condition_id' }),
|
93
93
|
__metadata("design:type", system_script_entity_1.SystemScriptEntity)
|
94
94
|
], UiActionEntity.prototype, "filter_condition", void 0);
|
95
95
|
__decorate([
|
96
|
-
typeorm_1.ManyToOne(() => system_script_entity_1.SystemScriptEntity),
|
97
|
-
typeorm_1.JoinColumn({ name: 'script_id' }),
|
96
|
+
(0, typeorm_1.ManyToOne)(() => system_script_entity_1.SystemScriptEntity),
|
97
|
+
(0, typeorm_1.JoinColumn)({ name: 'script_id' }),
|
98
98
|
__metadata("design:type", system_script_entity_1.SystemScriptEntity)
|
99
99
|
], UiActionEntity.prototype, "script", void 0);
|
100
100
|
__decorate([
|
101
|
-
typeorm_1.OneToMany(() => ui_action_role_entity_1.UiActionRoleEntity, (roles) => roles.ui_action),
|
101
|
+
(0, typeorm_1.OneToMany)(() => ui_action_role_entity_1.UiActionRoleEntity, (roles) => roles.ui_action),
|
102
102
|
__metadata("design:type", Array)
|
103
103
|
], UiActionEntity.prototype, "roles", void 0);
|
104
104
|
__decorate([
|
105
|
-
typeorm_1.OneToMany(() => ui_action_permission_entity_1.UiActionPermissionEntity, (permissions) => permissions.ui_action),
|
105
|
+
(0, typeorm_1.OneToMany)(() => ui_action_permission_entity_1.UiActionPermissionEntity, (permissions) => permissions.ui_action),
|
106
106
|
__metadata("design:type", Array)
|
107
107
|
], UiActionEntity.prototype, "permissions", void 0);
|
108
108
|
UiActionEntity = __decorate([
|
109
|
-
typeorm_1.Entity('sys_ui_actions')
|
109
|
+
(0, typeorm_1.Entity)('sys_ui_actions')
|
110
110
|
], UiActionEntity);
|
111
111
|
exports.UiActionEntity = UiActionEntity;
|
112
112
|
//# sourceMappingURL=ui.action.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ui.action.entity.js","sourceRoot":"","sources":["../../../src/system/entities/ui.action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2E;AAC3E,wEAAoE;AACpE,+CAA2C;AAC3C,iEAA4D;AAC5D,+EAAyE;AACzE,mEAA6D;AAS7D,IAAa,cAAc,GAA3B,MAAa,cAAe,SAAQ,4BAAY;CAwC/C,CAAA;AAvCa;IAAT,gBAAM,
|
1
|
+
{"version":3,"file":"ui.action.entity.js","sourceRoot":"","sources":["../../../src/system/entities/ui.action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2E;AAC3E,wEAAoE;AACpE,+CAA2C;AAC3C,iEAA4D;AAC5D,+EAAyE;AACzE,mEAA6D;AAS7D,IAAa,cAAc,GAA3B,MAAa,cAAe,SAAQ,4BAAY;CAwC/C,CAAA;AAvCa;IAAT,IAAA,gBAAM,GAAE;;mDAAqB;AACpB;IAAT,IAAA,gBAAM,GAAE;;iDAAmB;AAElB;IAAT,IAAA,gBAAM,GAAE;;4CAAc;AACb;IAAT,IAAA,gBAAM,GAAE;;mDAAqB;AAEpB;IAAT,IAAA,gBAAM,GAAE;;qDAAuB;AACtB;IAAT,IAAA,gBAAM,GAAE;;6CAAe;AACd;IAAT,IAAA,gBAAM,GAAE;;+CAAiB;AAChB;IAAT,IAAA,gBAAM,GAAE;;2DAA6B;AAC5B;IAAT,IAAA,gBAAM,GAAE;;iDAAmB;AAElB;IAAT,IAAA,gBAAM,GAAE;;iDAAoB;AACnB;IAAT,IAAA,gBAAM,GAAE;;iDAAoB;AACnB;IAAT,IAAA,gBAAM,GAAE;;mDAAsB;AACrB;IAAT,IAAA,gBAAM,GAAE;;kDAAqB;AACpB;IAAT,IAAA,gBAAM,GAAE;;iDAAoB;AACnB;IAAT,IAAA,gBAAM,GAAE;;0DAA6B;AAE5B;IAAT,IAAA,gBAAM,GAAE;;8CAAiB;AAK1B;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC3B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;4CAAC;AAIjB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IACnC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAC1B,yCAAkB;wDAAC;AAIrC;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IACnC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAC1B,yCAAkB;8CAAC;AAG3B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,0CAAkB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC;;6CACpC;AAG5B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,sDAAwB,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,SAAS,CAAC;;mDAC1C;AAvC/B,cAAc;IAD1B,IAAA,gBAAM,EAAC,gBAAgB,CAAC;GACZ,cAAc,CAwC1B;AAxCY,wCAAc"}
|
@@ -17,25 +17,25 @@ const ui_action_entity_1 = require("./ui.action.entity");
|
|
17
17
|
let UiActionPermissionEntity = class UiActionPermissionEntity extends common_entity_1.CommonEntity {
|
18
18
|
};
|
19
19
|
__decorate([
|
20
|
-
typeorm_1.Column(),
|
20
|
+
(0, typeorm_1.Column)(),
|
21
21
|
__metadata("design:type", Number)
|
22
22
|
], UiActionPermissionEntity.prototype, "ui_action_id", void 0);
|
23
23
|
__decorate([
|
24
|
-
typeorm_1.Column(),
|
24
|
+
(0, typeorm_1.Column)(),
|
25
25
|
__metadata("design:type", Number)
|
26
26
|
], UiActionPermissionEntity.prototype, "permission_id", void 0);
|
27
27
|
__decorate([
|
28
|
-
typeorm_1.ManyToOne(() => ui_action_entity_1.UiActionEntity),
|
29
|
-
typeorm_1.JoinColumn({ name: 'ui_action_id' }),
|
28
|
+
(0, typeorm_1.ManyToOne)(() => ui_action_entity_1.UiActionEntity),
|
29
|
+
(0, typeorm_1.JoinColumn)({ name: 'ui_action_id' }),
|
30
30
|
__metadata("design:type", ui_action_entity_1.UiActionEntity)
|
31
31
|
], UiActionPermissionEntity.prototype, "ui_action", void 0);
|
32
32
|
__decorate([
|
33
|
-
typeorm_1.ManyToOne(() => permission_entity_1.PermissionEntity),
|
34
|
-
typeorm_1.JoinColumn({ name: 'permission_id' }),
|
33
|
+
(0, typeorm_1.ManyToOne)(() => permission_entity_1.PermissionEntity),
|
34
|
+
(0, typeorm_1.JoinColumn)({ name: 'permission_id' }),
|
35
35
|
__metadata("design:type", permission_entity_1.PermissionEntity)
|
36
36
|
], UiActionPermissionEntity.prototype, "role", void 0);
|
37
37
|
UiActionPermissionEntity = __decorate([
|
38
|
-
typeorm_1.Entity('sys_ui_action_permissions')
|
38
|
+
(0, typeorm_1.Entity)('sys_ui_action_permissions')
|
39
39
|
], UiActionPermissionEntity);
|
40
40
|
exports.UiActionPermissionEntity = UiActionPermissionEntity;
|
41
41
|
//# sourceMappingURL=ui.action.permission.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ui.action.permission.entity.js","sourceRoot":"","sources":["../../../src/system/entities/ui.action.permission.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,iFAA6E;AAC7E,yDAAoD;AASpD,IAAa,wBAAwB,GAArC,MAAa,wBAAyB,SAAQ,4BAAY;CAazD,CAAA;AAZa;IAAT,gBAAM,
|
1
|
+
{"version":3,"file":"ui.action.permission.entity.js","sourceRoot":"","sources":["../../../src/system/entities/ui.action.permission.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,iFAA6E;AAC7E,yDAAoD;AASpD,IAAa,wBAAwB,GAArC,MAAa,wBAAyB,SAAQ,4BAAY;CAazD,CAAA;AAZa;IAAT,IAAA,gBAAM,GAAE;;8DAAsB;AAErB;IAAT,IAAA,gBAAM,GAAE;;+DAAuB;AAKhC;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAc,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;8BAC1B,iCAAc;2DAAC;AAI1B;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IACjC,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAChC,oCAAgB;sDAAC;AAZd,wBAAwB;IADpC,IAAA,gBAAM,EAAC,2BAA2B,CAAC;GACvB,wBAAwB,CAapC;AAbY,4DAAwB"}
|
@@ -17,25 +17,25 @@ const ui_action_entity_1 = require("./ui.action.entity");
|
|
17
17
|
let UiActionRoleEntity = class UiActionRoleEntity extends common_entity_1.CommonEntity {
|
18
18
|
};
|
19
19
|
__decorate([
|
20
|
-
typeorm_1.Column(),
|
20
|
+
(0, typeorm_1.Column)(),
|
21
21
|
__metadata("design:type", Number)
|
22
22
|
], UiActionRoleEntity.prototype, "ui_action_id", void 0);
|
23
23
|
__decorate([
|
24
|
-
typeorm_1.Column(),
|
24
|
+
(0, typeorm_1.Column)(),
|
25
25
|
__metadata("design:type", Number)
|
26
26
|
], UiActionRoleEntity.prototype, "role_id", void 0);
|
27
27
|
__decorate([
|
28
|
-
typeorm_1.ManyToOne(() => ui_action_entity_1.UiActionEntity),
|
29
|
-
typeorm_1.JoinColumn({ name: 'ui_action_id' }),
|
28
|
+
(0, typeorm_1.ManyToOne)(() => ui_action_entity_1.UiActionEntity),
|
29
|
+
(0, typeorm_1.JoinColumn)({ name: 'ui_action_id' }),
|
30
30
|
__metadata("design:type", ui_action_entity_1.UiActionEntity)
|
31
31
|
], UiActionRoleEntity.prototype, "ui_action", void 0);
|
32
32
|
__decorate([
|
33
|
-
typeorm_1.ManyToOne(() => role_entity_1.RoleEntity),
|
34
|
-
typeorm_1.JoinColumn({ name: 'role_id' }),
|
33
|
+
(0, typeorm_1.ManyToOne)(() => role_entity_1.RoleEntity),
|
34
|
+
(0, typeorm_1.JoinColumn)({ name: 'role_id' }),
|
35
35
|
__metadata("design:type", role_entity_1.RoleEntity)
|
36
36
|
], UiActionRoleEntity.prototype, "role", void 0);
|
37
37
|
UiActionRoleEntity = __decorate([
|
38
|
-
typeorm_1.Entity('sys_ui_action_roles')
|
38
|
+
(0, typeorm_1.Entity)('sys_ui_action_roles')
|
39
39
|
], UiActionRoleEntity);
|
40
40
|
exports.UiActionRoleEntity = UiActionRoleEntity;
|
41
41
|
//# sourceMappingURL=ui.action.role.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ui.action.role.entity.js","sourceRoot":"","sources":["../../../src/system/entities/ui.action.role.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,qEAAiE;AACjE,yDAAoD;AASpD,IAAa,kBAAkB,GAA/B,MAAa,kBAAmB,SAAQ,4BAAY;CAYnD,CAAA;AAXa;IAAT,gBAAM,
|
1
|
+
{"version":3,"file":"ui.action.role.entity.js","sourceRoot":"","sources":["../../../src/system/entities/ui.action.role.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,qEAAiE;AACjE,yDAAoD;AASpD,IAAa,kBAAkB,GAA/B,MAAa,kBAAmB,SAAQ,4BAAY;CAYnD,CAAA;AAXa;IAAT,IAAA,gBAAM,GAAE;;wDAAsB;AAErB;IAAT,IAAA,gBAAM,GAAE;;mDAAiB;AAI1B;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAc,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;8BAC1B,iCAAc;qDAAC;AAI1B;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC3B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;gDAAC;AAXR,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,kBAAkB,CAY9B;AAZY,gDAAkB"}
|
@@ -21,33 +21,33 @@ const user_group_role_entity_1 = require("./user.group.role.entity");
|
|
21
21
|
let UserGroupEntity = class UserGroupEntity extends common_entity_1.CommonEntity {
|
22
22
|
};
|
23
23
|
__decorate([
|
24
|
-
class_validator_1.IsNotEmpty(),
|
25
|
-
swagger_1.ApiProperty(),
|
26
|
-
typeorm_1.Column(),
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
25
|
+
(0, swagger_1.ApiProperty)(),
|
26
|
+
(0, typeorm_1.Column)(),
|
27
27
|
__metadata("design:type", String)
|
28
28
|
], UserGroupEntity.prototype, "name", void 0);
|
29
29
|
__decorate([
|
30
|
-
class_validator_1.IsNotEmpty(),
|
31
|
-
swagger_1.ApiProperty(),
|
32
|
-
typeorm_1.Column(),
|
30
|
+
(0, class_validator_1.IsNotEmpty)(),
|
31
|
+
(0, swagger_1.ApiProperty)(),
|
32
|
+
(0, typeorm_1.Column)(),
|
33
33
|
__metadata("design:type", String)
|
34
34
|
], UserGroupEntity.prototype, "description", void 0);
|
35
35
|
__decorate([
|
36
|
-
swagger_1.ApiPropertyOptional(),
|
37
|
-
typeorm_1.Column(),
|
36
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
37
|
+
(0, typeorm_1.Column)(),
|
38
38
|
__metadata("design:type", Number)
|
39
39
|
], UserGroupEntity.prototype, "manager_id", void 0);
|
40
40
|
__decorate([
|
41
|
-
typeorm_1.OneToMany(() => user_group_member_entity_1.UserGroupMemberEntity, (members) => members.user_group),
|
41
|
+
(0, typeorm_1.OneToMany)(() => user_group_member_entity_1.UserGroupMemberEntity, (members) => members.user_group),
|
42
42
|
__metadata("design:type", Array)
|
43
43
|
], UserGroupEntity.prototype, "members", void 0);
|
44
44
|
__decorate([
|
45
|
-
typeorm_1.OneToMany(() => user_group_role_entity_1.UserGroupRoleEntity, (user_group_roles) => user_group_roles.user_group),
|
45
|
+
(0, typeorm_1.OneToMany)(() => user_group_role_entity_1.UserGroupRoleEntity, (user_group_roles) => user_group_roles.user_group),
|
46
46
|
__metadata("design:type", Array)
|
47
47
|
], UserGroupEntity.prototype, "user_group_roles", void 0);
|
48
48
|
__decorate([
|
49
|
-
typeorm_1.ManyToMany(() => role_entity_1.RoleEntity),
|
50
|
-
typeorm_1.JoinTable({
|
49
|
+
(0, typeorm_1.ManyToMany)(() => role_entity_1.RoleEntity),
|
50
|
+
(0, typeorm_1.JoinTable)({
|
51
51
|
name: 'sys_user_group_roles',
|
52
52
|
joinColumn: { name: 'user_group_id' },
|
53
53
|
inverseJoinColumn: { name: 'role_id' },
|
@@ -55,12 +55,12 @@ __decorate([
|
|
55
55
|
__metadata("design:type", Array)
|
56
56
|
], UserGroupEntity.prototype, "roles", void 0);
|
57
57
|
__decorate([
|
58
|
-
typeorm_1.ManyToOne(() => creator_entity_1.CreatorEntity),
|
59
|
-
typeorm_1.JoinColumn({ name: 'manager_id' }),
|
58
|
+
(0, typeorm_1.ManyToOne)(() => creator_entity_1.CreatorEntity),
|
59
|
+
(0, typeorm_1.JoinColumn)({ name: 'manager_id' }),
|
60
60
|
__metadata("design:type", creator_entity_1.CreatorEntity)
|
61
61
|
], UserGroupEntity.prototype, "manager", void 0);
|
62
62
|
UserGroupEntity = __decorate([
|
63
|
-
typeorm_1.Entity('sys_user_groups')
|
63
|
+
(0, typeorm_1.Entity)('sys_user_groups')
|
64
64
|
], UserGroupEntity);
|
65
65
|
exports.UserGroupEntity = UserGroupEntity;
|
66
66
|
//# sourceMappingURL=user.group.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user.group.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAkG;AAClG,uEAAmE;AACnE,wEAAoE;AACpE,qEAAiE;AACjE,yEAAmE;AACnE,qEAA+D;AAS/D,IAAa,eAAe,GAA5B,MAAa,eAAgB,SAAQ,4BAAY;CAuBhD,CAAA;AAtB0C;IAAtC,4BAAU,
|
1
|
+
{"version":3,"file":"user.group.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmE;AACnE,qDAA6C;AAC7C,qCAAkG;AAClG,uEAAmE;AACnE,wEAAoE;AACpE,qEAAiE;AACjE,yEAAmE;AACnE,qEAA+D;AAS/D,IAAa,eAAe,GAA5B,MAAa,eAAgB,SAAQ,4BAAY;CAuBhD,CAAA;AAtB0C;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;6CAAc;AACb;IAAtC,IAAA,4BAAU,GAAE;IAAE,IAAA,qBAAW,GAAE;IAAE,IAAA,gBAAM,GAAE;;oDAAqB;AAC1B;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;mDAAoB;AAIpD;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gDAAqB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC;;gDACvC;AAGjC;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAmB,EAAE,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,UAAU,CAAC;;yDAChD;AAQxC;IANC,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC5B,IAAA,mBAAS,EAAC;QACP,IAAI,EAAE,sBAAsB;QAC5B,UAAU,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE;QACrC,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KACzC,CAAC;;8CACkB;AAIpB;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAC9B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC1B,8BAAa;gDAAC;AAtBd,eAAe;IAD3B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,eAAe,CAuB3B;AAvBY,0CAAe"}
|
@@ -18,27 +18,27 @@ const user_group_entity_1 = require("./user.group.entity");
|
|
18
18
|
let UserGroupMemberEntity = class UserGroupMemberEntity extends common_entity_1.CommonEntity {
|
19
19
|
};
|
20
20
|
__decorate([
|
21
|
-
swagger_1.ApiPropertyOptional(),
|
22
|
-
typeorm_1.Column(),
|
21
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
22
|
+
(0, typeorm_1.Column)(),
|
23
23
|
__metadata("design:type", Number)
|
24
24
|
], UserGroupMemberEntity.prototype, "user_group_id", void 0);
|
25
25
|
__decorate([
|
26
|
-
swagger_1.ApiPropertyOptional(),
|
27
|
-
typeorm_1.Column(),
|
26
|
+
(0, swagger_1.ApiPropertyOptional)(),
|
27
|
+
(0, typeorm_1.Column)(),
|
28
28
|
__metadata("design:type", Number)
|
29
29
|
], UserGroupMemberEntity.prototype, "user_id", void 0);
|
30
30
|
__decorate([
|
31
|
-
typeorm_1.OneToOne(() => user_entity_1.UserEntity),
|
32
|
-
typeorm_1.JoinColumn({ name: 'user_id' }),
|
31
|
+
(0, typeorm_1.OneToOne)(() => user_entity_1.UserEntity),
|
32
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_id' }),
|
33
33
|
__metadata("design:type", user_entity_1.UserEntity)
|
34
34
|
], UserGroupMemberEntity.prototype, "user", void 0);
|
35
35
|
__decorate([
|
36
|
-
typeorm_1.OneToOne(() => user_group_entity_1.UserGroupEntity),
|
37
|
-
typeorm_1.JoinColumn({ name: 'user_group_id' }),
|
36
|
+
(0, typeorm_1.OneToOne)(() => user_group_entity_1.UserGroupEntity),
|
37
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_group_id' }),
|
38
38
|
__metadata("design:type", user_group_entity_1.UserGroupEntity)
|
39
39
|
], UserGroupMemberEntity.prototype, "user_group", void 0);
|
40
40
|
UserGroupMemberEntity = __decorate([
|
41
|
-
typeorm_1.Entity('sys_user_group_members')
|
41
|
+
(0, typeorm_1.Entity)('sys_user_group_members')
|
42
42
|
], UserGroupMemberEntity);
|
43
43
|
exports.UserGroupMemberEntity = UserGroupMemberEntity;
|
44
44
|
//# sourceMappingURL=user.group.member.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user.group.member.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.member.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,qCAA+D;AAC/D,iEAA6D;AAC7D,wEAAoE;AACpE,2DAAsD;AAStD,IAAa,qBAAqB,GAAlC,MAAa,qBAAsB,SAAQ,4BAAY;CAYtD,CAAA;AAXoC;IAAhC,6BAAmB,
|
1
|
+
{"version":3,"file":"user.group.member.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.member.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,qCAA+D;AAC/D,iEAA6D;AAC7D,wEAAoE;AACpE,2DAAsD;AAStD,IAAa,qBAAqB,GAAlC,MAAa,qBAAsB,SAAQ,4BAAY;CAYtD,CAAA;AAXoC;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;4DAAuB;AACtB;IAAhC,IAAA,6BAAmB,GAAE;IAAE,IAAA,gBAAM,GAAE;;sDAAiB;AAKjD;IAFC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAC1B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAC1B,wBAAU;mDAAC;AAIjB;IAFC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,mCAAe,CAAC;IAC/B,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;8BAC1B,mCAAe;yDAAC;AAXnB,qBAAqB;IADjC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,qBAAqB,CAYjC;AAZY,sDAAqB"}
|
@@ -15,15 +15,15 @@ const common_entity_1 = require("../../common/libraries/common.entity");
|
|
15
15
|
let UserGroupPermissionEntity = class UserGroupPermissionEntity extends common_entity_1.CommonEntity {
|
16
16
|
};
|
17
17
|
__decorate([
|
18
|
-
typeorm_1.Column(),
|
18
|
+
(0, typeorm_1.Column)(),
|
19
19
|
__metadata("design:type", Number)
|
20
20
|
], UserGroupPermissionEntity.prototype, "user_group_id", void 0);
|
21
21
|
__decorate([
|
22
|
-
typeorm_1.Column(),
|
22
|
+
(0, typeorm_1.Column)(),
|
23
23
|
__metadata("design:type", Number)
|
24
24
|
], UserGroupPermissionEntity.prototype, "permission_id", void 0);
|
25
25
|
UserGroupPermissionEntity = __decorate([
|
26
|
-
typeorm_1.Entity('sys_user_group_permissions')
|
26
|
+
(0, typeorm_1.Entity)('sys_user_group_permissions')
|
27
27
|
], UserGroupPermissionEntity);
|
28
28
|
exports.UserGroupPermissionEntity = UserGroupPermissionEntity;
|
29
29
|
//# sourceMappingURL=user.group.permission.entity.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user.group.permission.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.permission.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,wEAAoE;AASpE,IAAa,yBAAyB,GAAtC,MAAa,yBAA0B,SAAQ,4BAAY;CAQ1D,CAAA;AANG;IADC,gBAAM,
|
1
|
+
{"version":3,"file":"user.group.permission.entity.js","sourceRoot":"","sources":["../../../src/system/entities/user.group.permission.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,wEAAoE;AASpE,IAAa,yBAAyB,GAAtC,MAAa,yBAA0B,SAAQ,4BAAY;CAQ1D,CAAA;AANG;IADC,IAAA,gBAAM,GAAE;;gEACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;gEACa;AALb,yBAAyB;IADrC,IAAA,gBAAM,EAAC,4BAA4B,CAAC;GACxB,yBAAyB,CAQrC;AARY,8DAAyB"}
|