@servicelabsco/nestjs-utility-services 1.1.104 → 1.2.0
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/README.md +70 -12
- package/package.json +72 -72
- package/dist/app.controller.d.ts +0 -14
- package/dist/app.controller.js +0 -82
- package/dist/app.controller.js.map +0 -1
- package/dist/app.module.d.ts +0 -4
- package/dist/app.module.js +0 -61
- package/dist/app.module.js.map +0 -1
- package/dist/app.service.d.ts +0 -13
- package/dist/app.service.js +0 -48
- package/dist/app.service.js.map +0 -1
- package/dist/auth/auth.module.d.ts +0 -2
- package/dist/auth/auth.module.js +0 -26
- package/dist/auth/auth.module.js.map +0 -1
- package/dist/auth/controllers/admin.auth.controller.d.ts +0 -19
- package/dist/auth/controllers/admin.auth.controller.js +0 -150
- package/dist/auth/controllers/admin.auth.controller.js.map +0 -1
- package/dist/auth/controllers/index.d.ts +0 -3
- package/dist/auth/controllers/index.js +0 -20
- package/dist/auth/controllers/index.js.map +0 -1
- package/dist/auth/controllers/social.controller.d.ts +0 -10
- package/dist/auth/controllers/social.controller.js +0 -55
- package/dist/auth/controllers/social.controller.js.map +0 -1
- package/dist/auth/controllers/user.controller.d.ts +0 -11
- package/dist/auth/controllers/user.controller.js +0 -46
- package/dist/auth/controllers/user.controller.js.map +0 -1
- package/dist/auth/dtos/create.user.dto.d.ts +0 -5
- package/dist/auth/dtos/create.user.dto.js +0 -29
- package/dist/auth/dtos/create.user.dto.js.map +0 -1
- package/dist/auth/dtos/index.d.ts +0 -8
- package/dist/auth/dtos/index.js +0 -25
- package/dist/auth/dtos/index.js.map +0 -1
- package/dist/auth/dtos/offline.user.dto.d.ts +0 -5
- package/dist/auth/dtos/offline.user.dto.js +0 -29
- package/dist/auth/dtos/offline.user.dto.js.map +0 -1
- package/dist/auth/dtos/permission.assignment.dto.d.ts +0 -3
- package/dist/auth/dtos/permission.assignment.dto.js +0 -21
- package/dist/auth/dtos/permission.assignment.dto.js.map +0 -1
- package/dist/auth/dtos/role.assignment.dto.d.ts +0 -3
- package/dist/auth/dtos/role.assignment.dto.js +0 -21
- package/dist/auth/dtos/role.assignment.dto.js.map +0 -1
- package/dist/auth/dtos/update.user.dto.d.ts +0 -4
- package/dist/auth/dtos/update.user.dto.js +0 -26
- package/dist/auth/dtos/update.user.dto.js.map +0 -1
- package/dist/auth/dtos/user.access.dto.d.ts +0 -13
- package/dist/auth/dtos/user.access.dto.js +0 -8
- package/dist/auth/dtos/user.access.dto.js.map +0 -1
- package/dist/auth/dtos/user.login.dto.d.ts +0 -4
- package/dist/auth/dtos/user.login.dto.js +0 -25
- package/dist/auth/dtos/user.login.dto.js.map +0 -1
- package/dist/auth/dtos/user.roles.access.object.dto.d.ts +0 -6
- package/dist/auth/dtos/user.roles.access.object.dto.js +0 -7
- package/dist/auth/dtos/user.roles.access.object.dto.js.map +0 -1
- package/dist/auth/entities/country.entity.d.ts +0 -10
- package/dist/auth/entities/country.entity.js +0 -56
- package/dist/auth/entities/country.entity.js.map +0 -1
- package/dist/auth/entities/creator.entity.d.ts +0 -9
- package/dist/auth/entities/creator.entity.js +0 -44
- package/dist/auth/entities/creator.entity.js.map +0 -1
- package/dist/auth/entities/device.token.entity.d.ts +0 -17
- package/dist/auth/entities/device.token.entity.js +0 -79
- package/dist/auth/entities/device.token.entity.js.map +0 -1
- package/dist/auth/entities/index.d.ts +0 -6
- package/dist/auth/entities/index.js +0 -23
- package/dist/auth/entities/index.js.map +0 -1
- package/dist/auth/entities/refresh.token.entity.d.ts +0 -14
- package/dist/auth/entities/refresh.token.entity.js +0 -62
- package/dist/auth/entities/refresh.token.entity.js.map +0 -1
- package/dist/auth/entities/user.entity.d.ts +0 -27
- package/dist/auth/entities/user.entity.js +0 -116
- package/dist/auth/entities/user.entity.js.map +0 -1
- package/dist/auth/entities/user.referral.entity.d.ts +0 -11
- package/dist/auth/entities/user.referral.entity.js +0 -52
- package/dist/auth/entities/user.referral.entity.js.map +0 -1
- package/dist/auth/es6.classes.d.ts +0 -34
- package/dist/auth/es6.classes.js +0 -48
- package/dist/auth/es6.classes.js.map +0 -1
- package/dist/auth/index.d.ts +0 -6
- package/dist/auth/index.js +0 -23
- package/dist/auth/index.js.map +0 -1
- package/dist/auth/middlewares/basic.auth.middleware.d.ts +0 -10
- package/dist/auth/middlewares/basic.auth.middleware.js +0 -43
- package/dist/auth/middlewares/basic.auth.middleware.js.map +0 -1
- package/dist/auth/middlewares/index.d.ts +0 -4
- package/dist/auth/middlewares/index.js +0 -21
- package/dist/auth/middlewares/index.js.map +0 -1
- package/dist/auth/middlewares/internal.middleware.d.ts +0 -10
- package/dist/auth/middlewares/internal.middleware.js +0 -44
- package/dist/auth/middlewares/internal.middleware.js.map +0 -1
- package/dist/auth/middlewares/jwt.middleware.d.ts +0 -9
- package/dist/auth/middlewares/jwt.middleware.js +0 -54
- package/dist/auth/middlewares/jwt.middleware.js.map +0 -1
- package/dist/auth/middlewares/restricted.middleware.d.ts +0 -4
- package/dist/auth/middlewares/restricted.middleware.js +0 -25
- package/dist/auth/middlewares/restricted.middleware.js.map +0 -1
- package/dist/auth/services/access.manager.d.ts +0 -15
- package/dist/auth/services/access.manager.js +0 -127
- package/dist/auth/services/access.manager.js.map +0 -1
- package/dist/auth/services/auth.service.d.ts +0 -18
- package/dist/auth/services/auth.service.js +0 -78
- package/dist/auth/services/auth.service.js.map +0 -1
- package/dist/auth/services/device.token.service.d.ts +0 -6
- package/dist/auth/services/device.token.service.js +0 -65
- package/dist/auth/services/device.token.service.js.map +0 -1
- package/dist/auth/services/es6.service.d.ts +0 -20
- package/dist/auth/services/es6.service.js +0 -63
- package/dist/auth/services/es6.service.js.map +0 -1
- package/dist/auth/services/index.d.ts +0 -6
- package/dist/auth/services/index.js +0 -23
- package/dist/auth/services/index.js.map +0 -1
- package/dist/auth/services/refresh.token.service.d.ts +0 -9
- package/dist/auth/services/refresh.token.service.js +0 -47
- package/dist/auth/services/refresh.token.service.js.map +0 -1
- package/dist/auth/services/social.service.d.ts +0 -7
- package/dist/auth/services/social.service.js +0 -48
- package/dist/auth/services/social.service.js.map +0 -1
- package/dist/auth/services/user.service.d.ts +0 -15
- package/dist/auth/services/user.service.js +0 -84
- package/dist/auth/services/user.service.js.map +0 -1
- package/dist/cli.d.ts +0 -1
- package/dist/cli.js +0 -21
- package/dist/cli.js.map +0 -1
- package/dist/common/adapters/index.d.ts +0 -1
- package/dist/common/adapters/index.js +0 -18
- package/dist/common/adapters/index.js.map +0 -1
- package/dist/common/adapters/redis.io.adapter.d.ts +0 -5
- package/dist/common/adapters/redis.io.adapter.js +0 -23
- package/dist/common/adapters/redis.io.adapter.js.map +0 -1
- package/dist/common/common.module.d.ts +0 -2
- package/dist/common/common.module.js +0 -17
- package/dist/common/common.module.js.map +0 -1
- package/dist/common/dtos/aggregation.param.dto.d.ts +0 -5
- package/dist/common/dtos/aggregation.param.dto.js +0 -29
- package/dist/common/dtos/aggregation.param.dto.js.map +0 -1
- package/dist/common/dtos/capture.record.index.dto.d.ts +0 -16
- package/dist/common/dtos/capture.record.index.dto.js +0 -55
- package/dist/common/dtos/capture.record.index.dto.js.map +0 -1
- package/dist/common/dtos/capture.record.show.dto.d.ts +0 -10
- package/dist/common/dtos/capture.record.show.dto.js +0 -41
- package/dist/common/dtos/capture.record.show.dto.js.map +0 -1
- package/dist/common/dtos/database.event.dto.d.ts +0 -9
- package/dist/common/dtos/database.event.dto.js +0 -7
- package/dist/common/dtos/database.event.dto.js.map +0 -1
- package/dist/common/dtos/foreign.migration.dto.d.ts +0 -6
- package/dist/common/dtos/foreign.migration.dto.js +0 -7
- package/dist/common/dtos/foreign.migration.dto.js.map +0 -1
- package/dist/common/dtos/generic.index.param.dto.d.ts +0 -22
- package/dist/common/dtos/generic.index.param.dto.js +0 -58
- package/dist/common/dtos/generic.index.param.dto.js.map +0 -1
- package/dist/common/dtos/generic.show.param.dto.d.ts +0 -7
- package/dist/common/dtos/generic.show.param.dto.js +0 -7
- package/dist/common/dtos/generic.show.param.dto.js.map +0 -1
- package/dist/common/dtos/group.param.dto.d.ts +0 -5
- package/dist/common/dtos/group.param.dto.js +0 -25
- package/dist/common/dtos/group.param.dto.js.map +0 -1
- package/dist/common/dtos/index.column.dto.d.ts +0 -4
- package/dist/common/dtos/index.column.dto.js +0 -7
- package/dist/common/dtos/index.column.dto.js.map +0 -1
- package/dist/common/dtos/index.d.ts +0 -18
- package/dist/common/dtos/index.js +0 -35
- package/dist/common/dtos/index.js.map +0 -1
- package/dist/common/dtos/index.params.dto.d.ts +0 -18
- package/dist/common/dtos/index.params.dto.js +0 -83
- package/dist/common/dtos/index.params.dto.js.map +0 -1
- package/dist/common/dtos/key.value.param.dto.d.ts +0 -4
- package/dist/common/dtos/key.value.param.dto.js +0 -25
- package/dist/common/dtos/key.value.param.dto.js.map +0 -1
- package/dist/common/dtos/layout.column.db.dto.d.ts +0 -4
- package/dist/common/dtos/layout.column.db.dto.js +0 -7
- package/dist/common/dtos/layout.column.db.dto.js.map +0 -1
- package/dist/common/dtos/meta.data.dto.d.ts +0 -4
- package/dist/common/dtos/meta.data.dto.js +0 -7
- package/dist/common/dtos/meta.data.dto.js.map +0 -1
- package/dist/common/dtos/record.data.manager.dto.d.ts +0 -33
- package/dist/common/dtos/record.data.manager.dto.js +0 -7
- package/dist/common/dtos/record.data.manager.dto.js.map +0 -1
- package/dist/common/dtos/record.tab.dto.d.ts +0 -19
- package/dist/common/dtos/record.tab.dto.js +0 -7
- package/dist/common/dtos/record.tab.dto.js.map +0 -1
- package/dist/common/dtos/rename.column.dto.d.ts +0 -4
- package/dist/common/dtos/rename.column.dto.js +0 -7
- package/dist/common/dtos/rename.column.dto.js.map +0 -1
- package/dist/common/dtos/report.body.dto.d.ts +0 -20
- package/dist/common/dtos/report.body.dto.js +0 -57
- package/dist/common/dtos/report.body.dto.js.map +0 -1
- package/dist/common/dtos/report.data.manager.dto.d.ts +0 -34
- package/dist/common/dtos/report.data.manager.dto.js +0 -7
- package/dist/common/dtos/report.data.manager.dto.js.map +0 -1
- package/dist/common/es6.classes.d.ts +0 -38
- package/dist/common/es6.classes.js +0 -107
- package/dist/common/es6.classes.js.map +0 -1
- package/dist/common/exceptions/access.exception.d.ts +0 -4
- package/dist/common/exceptions/access.exception.js +0 -11
- package/dist/common/exceptions/access.exception.js.map +0 -1
- package/dist/common/exceptions/form.exception.d.ts +0 -7
- package/dist/common/exceptions/form.exception.js +0 -13
- package/dist/common/exceptions/form.exception.js.map +0 -1
- package/dist/common/exceptions/index.d.ts +0 -6
- package/dist/common/exceptions/index.js +0 -23
- package/dist/common/exceptions/index.js.map +0 -1
- package/dist/common/exceptions/maintenance.exception.d.ts +0 -4
- package/dist/common/exceptions/maintenance.exception.js +0 -11
- package/dist/common/exceptions/maintenance.exception.js.map +0 -1
- package/dist/common/exceptions/no.logged.user.exception.d.ts +0 -4
- package/dist/common/exceptions/no.logged.user.exception.js +0 -11
- package/dist/common/exceptions/no.logged.user.exception.js.map +0 -1
- package/dist/common/exceptions/operation.exception.d.ts +0 -4
- package/dist/common/exceptions/operation.exception.js +0 -13
- package/dist/common/exceptions/operation.exception.js.map +0 -1
- package/dist/common/exceptions/subscription.exception.d.ts +0 -4
- package/dist/common/exceptions/subscription.exception.js +0 -11
- package/dist/common/exceptions/subscription.exception.js.map +0 -1
- package/dist/common/index.d.ts +0 -5
- package/dist/common/index.js +0 -22
- package/dist/common/index.js.map +0 -1
- package/dist/common/libraries/auth.d.ts +0 -7
- package/dist/common/libraries/auth.js +0 -22
- package/dist/common/libraries/auth.js.map +0 -1
- package/dist/common/libraries/base.job.interface.d.ts +0 -4
- package/dist/common/libraries/base.job.interface.js +0 -3
- package/dist/common/libraries/base.job.interface.js.map +0 -1
- package/dist/common/libraries/base.migration.utility.d.ts +0 -58
- package/dist/common/libraries/base.migration.utility.js +0 -333
- package/dist/common/libraries/base.migration.utility.js.map +0 -1
- package/dist/common/libraries/class.mapper.d.ts +0 -8
- package/dist/common/libraries/class.mapper.js +0 -65
- package/dist/common/libraries/class.mapper.js.map +0 -1
- package/dist/common/libraries/common.consumer.d.ts +0 -2
- package/dist/common/libraries/common.consumer.js +0 -7
- package/dist/common/libraries/common.consumer.js.map +0 -1
- package/dist/common/libraries/common.entity.d.ts +0 -22
- package/dist/common/libraries/common.entity.js +0 -120
- package/dist/common/libraries/common.entity.js.map +0 -1
- package/dist/common/libraries/common.job.d.ts +0 -22
- package/dist/common/libraries/common.job.js +0 -67
- package/dist/common/libraries/common.job.js.map +0 -1
- package/dist/common/libraries/common.mapper.job.d.ts +0 -8
- package/dist/common/libraries/common.mapper.job.js +0 -36
- package/dist/common/libraries/common.mapper.job.js.map +0 -1
- package/dist/common/libraries/common.mongo.entity.d.ts +0 -21
- package/dist/common/libraries/common.mongo.entity.js +0 -121
- package/dist/common/libraries/common.mongo.entity.js.map +0 -1
- package/dist/common/libraries/common.subscriber.d.ts +0 -13
- package/dist/common/libraries/common.subscriber.js +0 -60
- package/dist/common/libraries/common.subscriber.js.map +0 -1
- package/dist/common/libraries/custom.crypt.d.ts +0 -6
- package/dist/common/libraries/custom.crypt.js +0 -31
- package/dist/common/libraries/custom.crypt.js.map +0 -1
- package/dist/common/libraries/data.manager.d.ts +0 -33
- package/dist/common/libraries/data.manager.js +0 -211
- package/dist/common/libraries/data.manager.js.map +0 -1
- package/dist/common/libraries/database.event.evaluator.d.ts +0 -11
- package/dist/common/libraries/database.event.evaluator.js +0 -40
- package/dist/common/libraries/database.event.evaluator.js.map +0 -1
- package/dist/common/libraries/date.util.d.ts +0 -15
- package/dist/common/libraries/date.util.js +0 -51
- package/dist/common/libraries/date.util.js.map +0 -1
- package/dist/common/libraries/entity.evaluator.d.ts +0 -28
- package/dist/common/libraries/entity.evaluator.js +0 -127
- package/dist/common/libraries/entity.evaluator.js.map +0 -1
- package/dist/common/libraries/generic.index.parser.d.ts +0 -18
- package/dist/common/libraries/generic.index.parser.js +0 -82
- package/dist/common/libraries/generic.index.parser.js.map +0 -1
- package/dist/common/libraries/generic.show.parser.d.ts +0 -12
- package/dist/common/libraries/generic.show.parser.js +0 -41
- package/dist/common/libraries/generic.show.parser.js.map +0 -1
- package/dist/common/libraries/hash.d.ts +0 -7
- package/dist/common/libraries/hash.js +0 -26
- package/dist/common/libraries/hash.js.map +0 -1
- package/dist/common/libraries/index.d.ts +0 -27
- package/dist/common/libraries/index.js +0 -44
- package/dist/common/libraries/index.js.map +0 -1
- package/dist/common/libraries/list.manager.d.ts +0 -23
- package/dist/common/libraries/list.manager.js +0 -101
- package/dist/common/libraries/list.manager.js.map +0 -1
- package/dist/common/libraries/migration.utility.d.ts +0 -7
- package/dist/common/libraries/migration.utility.js +0 -23
- package/dist/common/libraries/migration.utility.js.map +0 -1
- package/dist/common/libraries/platform.utility.d.ts +0 -33
- package/dist/common/libraries/platform.utility.js +0 -129
- package/dist/common/libraries/platform.utility.js.map +0 -1
- package/dist/common/libraries/record.manager.d.ts +0 -41
- package/dist/common/libraries/record.manager.js +0 -146
- package/dist/common/libraries/record.manager.js.map +0 -1
- package/dist/common/libraries/report.body.parser.d.ts +0 -6
- package/dist/common/libraries/report.body.parser.js +0 -21
- package/dist/common/libraries/report.body.parser.js.map +0 -1
- package/dist/common/libraries/report.data.manager.d.ts +0 -35
- package/dist/common/libraries/report.data.manager.js +0 -212
- package/dist/common/libraries/report.data.manager.js.map +0 -1
- package/dist/common/libraries/report.list.manager.d.ts +0 -22
- package/dist/common/libraries/report.list.manager.js +0 -109
- package/dist/common/libraries/report.list.manager.js.map +0 -1
- package/dist/common/libraries/reverse.migration.utility.d.ts +0 -7
- package/dist/common/libraries/reverse.migration.utility.js +0 -17
- package/dist/common/libraries/reverse.migration.utility.js.map +0 -1
- package/dist/common/libraries/seeder.utility.d.ts +0 -20
- package/dist/common/libraries/seeder.utility.js +0 -99
- package/dist/common/libraries/seeder.utility.js.map +0 -1
- package/dist/config/aws.config.d.ts +0 -7
- package/dist/config/aws.config.js +0 -11
- package/dist/config/aws.config.js.map +0 -1
- package/dist/config/cache.config.d.ts +0 -9
- package/dist/config/cache.config.js +0 -14
- package/dist/config/cache.config.js.map +0 -1
- package/dist/config/cors.config.d.ts +0 -7
- package/dist/config/cors.config.js +0 -9
- package/dist/config/cors.config.js.map +0 -1
- package/dist/config/entity.constants.d.ts +0 -141
- package/dist/config/entity.constants.js +0 -143
- package/dist/config/entity.constants.js.map +0 -1
- package/dist/config/fb.config.d.ts +0 -7
- package/dist/config/fb.config.js +0 -11
- package/dist/config/fb.config.js.map +0 -1
- package/dist/config/google.config.d.ts +0 -7
- package/dist/config/google.config.js +0 -11
- package/dist/config/google.config.js.map +0 -1
- package/dist/config/jwt.config.d.ts +0 -3
- package/dist/config/jwt.config.js +0 -13
- package/dist/config/jwt.config.js.map +0 -1
- package/dist/config/mongo.config.d.ts +0 -3
- package/dist/config/mongo.config.js +0 -25
- package/dist/config/mongo.config.js.map +0 -1
- package/dist/config/orm.config.d.ts +0 -2
- package/dist/config/orm.config.js +0 -36
- package/dist/config/orm.config.js.map +0 -1
- package/dist/config/platform.constants.d.ts +0 -9
- package/dist/config/platform.constants.js +0 -14
- package/dist/config/platform.constants.js.map +0 -1
- package/dist/config/queue.config.d.ts +0 -3
- package/dist/config/queue.config.js +0 -16
- package/dist/config/queue.config.js.map +0 -1
- package/dist/config/rate.limiter.config.d.ts +0 -5
- package/dist/config/rate.limiter.config.js +0 -9
- package/dist/config/rate.limiter.config.js.map +0 -1
- package/dist/config/read.typeorm.config.d.ts +0 -3
- package/dist/config/read.typeorm.config.js +0 -30
- package/dist/config/read.typeorm.config.js.map +0 -1
- package/dist/config/role.mapping.d.ts +0 -6
- package/dist/config/role.mapping.js +0 -8
- package/dist/config/role.mapping.js.map +0 -1
- package/dist/config/source.hash.d.ts +0 -14
- package/dist/config/source.hash.js +0 -16
- package/dist/config/source.hash.js.map +0 -1
- package/dist/config/typeorm.config.d.ts +0 -3
- package/dist/config/typeorm.config.js +0 -34
- package/dist/config/typeorm.config.js.map +0 -1
- package/dist/console.d.ts +0 -1
- package/dist/console.js +0 -19
- package/dist/console.js.map +0 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -23
- package/dist/index.js.map +0 -1
- package/dist/main.d.ts +0 -1
- package/dist/main.js +0 -37
- package/dist/main.js.map +0 -1
- package/dist/migrations/1580011348975-SysUsersTable.ts.d.ts +0 -5
- package/dist/migrations/1580011348975-SysUsersTable.ts.js +0 -28
- package/dist/migrations/1580011348975-SysUsersTable.ts.js.map +0 -1
- package/dist/migrations/1580012157523-SysRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1580012157523-SysRolesTable.ts.js +0 -21
- package/dist/migrations/1580012157523-SysRolesTable.ts.js.map +0 -1
- package/dist/migrations/1580012268960-SysPermissionsTable.ts.d.ts +0 -5
- package/dist/migrations/1580012268960-SysPermissionsTable.ts.js +0 -20
- package/dist/migrations/1580012268960-SysPermissionsTable.ts.js.map +0 -1
- package/dist/migrations/1580012428385-SysPropertiesTable.ts.d.ts +0 -5
- package/dist/migrations/1580012428385-SysPropertiesTable.ts.js +0 -21
- package/dist/migrations/1580012428385-SysPropertiesTable.ts.js.map +0 -1
- package/dist/migrations/1580012617487-SysOpenPropertiesTable.ts.d.ts +0 -5
- package/dist/migrations/1580012617487-SysOpenPropertiesTable.ts.js +0 -20
- package/dist/migrations/1580012617487-SysOpenPropertiesTable.ts.js.map +0 -1
- package/dist/migrations/1580012802170-SysLookupTypesTable.ts.d.ts +0 -5
- package/dist/migrations/1580012802170-SysLookupTypesTable.ts.js +0 -19
- package/dist/migrations/1580012802170-SysLookupTypesTable.ts.js.map +0 -1
- package/dist/migrations/1580012876576-SysLookupValuesTable.ts.d.ts +0 -5
- package/dist/migrations/1580012876576-SysLookupValuesTable.ts.js +0 -24
- package/dist/migrations/1580012876576-SysLookupValuesTable.ts.js.map +0 -1
- package/dist/migrations/1580013243446-SysSystemScriptsTable.ts.d.ts +0 -5
- package/dist/migrations/1580013243446-SysSystemScriptsTable.ts.js +0 -21
- package/dist/migrations/1580013243446-SysSystemScriptsTable.ts.js.map +0 -1
- package/dist/migrations/1580013426935-SysUserGroupsTable.ts.d.ts +0 -5
- package/dist/migrations/1580013426935-SysUserGroupsTable.ts.js +0 -20
- package/dist/migrations/1580013426935-SysUserGroupsTable.ts.js.map +0 -1
- package/dist/migrations/1580013438750-SysUserGroupMembersTable.ts.d.ts +0 -5
- package/dist/migrations/1580013438750-SysUserGroupMembersTable.ts.js +0 -22
- package/dist/migrations/1580013438750-SysUserGroupMembersTable.ts.js.map +0 -1
- package/dist/migrations/1580013583515-SysColumnDefinitionsTable.ts.d.ts +0 -5
- package/dist/migrations/1580013583515-SysColumnDefinitionsTable.ts.js +0 -20
- package/dist/migrations/1580013583515-SysColumnDefinitionsTable.ts.js.map +0 -1
- package/dist/migrations/1580013737722-SysModelDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1580013737722-SysModelDetailsTable.ts.js +0 -25
- package/dist/migrations/1580013737722-SysModelDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1580032909794-SysColumnDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1580032909794-SysColumnDetailsTable.ts.js +0 -34
- package/dist/migrations/1580032909794-SysColumnDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1580033076554-SysModelColumnsTable.ts.d.ts +0 -5
- package/dist/migrations/1580033076554-SysModelColumnsTable.ts.js +0 -19
- package/dist/migrations/1580033076554-SysModelColumnsTable.ts.js.map +0 -1
- package/dist/migrations/1580033241460-SysModelRelationshipsTable.ts.d.ts +0 -5
- package/dist/migrations/1580033241460-SysModelRelationshipsTable.ts.js +0 -39
- package/dist/migrations/1580033241460-SysModelRelationshipsTable.ts.js.map +0 -1
- package/dist/migrations/1580033439057-SysPageDefinitionsTable.ts.d.ts +0 -5
- package/dist/migrations/1580033439057-SysPageDefinitionsTable.ts.js +0 -20
- package/dist/migrations/1580033439057-SysPageDefinitionsTable.ts.js.map +0 -1
- package/dist/migrations/1580033536134-SysModuleDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1580033536134-SysModuleDetailsTable.ts.js +0 -21
- package/dist/migrations/1580033536134-SysModuleDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1580033654069-SysMenuDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1580033654069-SysMenuDetailsTable.ts.js +0 -28
- package/dist/migrations/1580033654069-SysMenuDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1580034121887-SysModuleMenusTable.ts.d.ts +0 -5
- package/dist/migrations/1580034121887-SysModuleMenusTable.ts.js +0 -20
- package/dist/migrations/1580034121887-SysModuleMenusTable.ts.js.map +0 -1
- package/dist/migrations/1580034434762-SysParentMenusTable.ts.d.ts +0 -5
- package/dist/migrations/1580034434762-SysParentMenusTable.ts.js +0 -22
- package/dist/migrations/1580034434762-SysParentMenusTable.ts.js.map +0 -1
- package/dist/migrations/1580034626349-SysUserPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1580034626349-SysUserPreferencesTable.ts.js +0 -20
- package/dist/migrations/1580034626349-SysUserPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1580034717318-SysFormDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1580034717318-SysFormDetailsTable.ts.js +0 -23
- package/dist/migrations/1580034717318-SysFormDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1580034866284-SysFormColumnsTable.ts.d.ts +0 -5
- package/dist/migrations/1580034866284-SysFormColumnsTable.ts.js +0 -19
- package/dist/migrations/1580034866284-SysFormColumnsTable.ts.js.map +0 -1
- package/dist/migrations/1580034927543-SysBusinessRulesTable.ts.d.ts +0 -5
- package/dist/migrations/1580034927543-SysBusinessRulesTable.ts.js +0 -35
- package/dist/migrations/1580034927543-SysBusinessRulesTable.ts.js.map +0 -1
- package/dist/migrations/1580035169090-SysFormPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1580035169090-SysFormPreferencesTable.ts.js +0 -20
- package/dist/migrations/1580035169090-SysFormPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1580035241990-SysListPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1580035241990-SysListPreferencesTable.ts.js +0 -22
- package/dist/migrations/1580035241990-SysListPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1580035351803-SysSecurityRulesTable.ts.d.ts +0 -5
- package/dist/migrations/1580035351803-SysSecurityRulesTable.ts.js +0 -27
- package/dist/migrations/1580035351803-SysSecurityRulesTable.ts.js.map +0 -1
- package/dist/migrations/1580035532119-SysUiActionsTable.ts.d.ts +0 -5
- package/dist/migrations/1580035532119-SysUiActionsTable.ts.js +0 -38
- package/dist/migrations/1580035532119-SysUiActionsTable.ts.js.map +0 -1
- package/dist/migrations/1580035823624-SysDeviceTokensTable.ts.d.ts +0 -5
- package/dist/migrations/1580035823624-SysDeviceTokensTable.ts.js +0 -27
- package/dist/migrations/1580035823624-SysDeviceTokensTable.ts.js.map +0 -1
- package/dist/migrations/1580036042576-SysCountriesTable.ts.d.ts +0 -5
- package/dist/migrations/1580036042576-SysCountriesTable.ts.js +0 -22
- package/dist/migrations/1580036042576-SysCountriesTable.ts.js.map +0 -1
- package/dist/migrations/1580036055684-SysRefreshTokensTable.ts.d.ts +0 -5
- package/dist/migrations/1580036055684-SysRefreshTokensTable.ts.js +0 -22
- package/dist/migrations/1580036055684-SysRefreshTokensTable.ts.js.map +0 -1
- package/dist/migrations/1580036754269-SysUserRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1580036754269-SysUserRolesTable.ts.js +0 -19
- package/dist/migrations/1580036754269-SysUserRolesTable.ts.js.map +0 -1
- package/dist/migrations/1580036787378-SysMenuRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1580036787378-SysMenuRolesTable.ts.js +0 -19
- package/dist/migrations/1580036787378-SysMenuRolesTable.ts.js.map +0 -1
- package/dist/migrations/1580036809003-SysModelRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1580036809003-SysModelRolesTable.ts.js +0 -20
- package/dist/migrations/1580036809003-SysModelRolesTable.ts.js.map +0 -1
- package/dist/migrations/1580037052174-SysUiActionRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1580037052174-SysUiActionRolesTable.ts.js +0 -19
- package/dist/migrations/1580037052174-SysUiActionRolesTable.ts.js.map +0 -1
- package/dist/migrations/1580037081670-SysUserGroupRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1580037081670-SysUserGroupRolesTable.ts.js +0 -22
- package/dist/migrations/1580037081670-SysUserGroupRolesTable.ts.js.map +0 -1
- package/dist/migrations/1580037119302-SysUserPermissionsTable.ts.d.ts +0 -5
- package/dist/migrations/1580037119302-SysUserPermissionsTable.ts.js +0 -22
- package/dist/migrations/1580037119302-SysUserPermissionsTable.ts.js.map +0 -1
- package/dist/migrations/1598275443562-CreateDocumentTable.d.ts +0 -5
- package/dist/migrations/1598275443562-CreateDocumentTable.js +0 -20
- package/dist/migrations/1598275443562-CreateDocumentTable.js.map +0 -1
- package/dist/migrations/1598276044380-CreateCommentTable.d.ts +0 -5
- package/dist/migrations/1598276044380-CreateCommentTable.js +0 -19
- package/dist/migrations/1598276044380-CreateCommentTable.js.map +0 -1
- package/dist/migrations/1599034575440-AddTimezoneOffsetSysCountriesTable.ts.d.ts +0 -5
- package/dist/migrations/1599034575440-AddTimezoneOffsetSysCountriesTable.ts.js +0 -20
- package/dist/migrations/1599034575440-AddTimezoneOffsetSysCountriesTable.ts.js.map +0 -1
- package/dist/migrations/1599567001962-AddUserSequence.d.ts +0 -5
- package/dist/migrations/1599567001962-AddUserSequence.js +0 -12
- package/dist/migrations/1599567001962-AddUserSequence.js.map +0 -1
- package/dist/migrations/1600155092754-CreateEventDetailTable.d.ts +0 -5
- package/dist/migrations/1600155092754-CreateEventDetailTable.js +0 -20
- package/dist/migrations/1600155092754-CreateEventDetailTable.js.map +0 -1
- package/dist/migrations/1600155436756-CreateEventQueueTable.d.ts +0 -5
- package/dist/migrations/1600155436756-CreateEventQueueTable.js +0 -24
- package/dist/migrations/1600155436756-CreateEventQueueTable.js.map +0 -1
- package/dist/migrations/1600155904221-CreateScheduledEventTable.d.ts +0 -5
- package/dist/migrations/1600155904221-CreateScheduledEventTable.js +0 -27
- package/dist/migrations/1600155904221-CreateScheduledEventTable.js.map +0 -1
- package/dist/migrations/1606282995979-ActiveColumnSysDeviceTokensTable.ts.d.ts +0 -5
- package/dist/migrations/1606282995979-ActiveColumnSysDeviceTokensTable.ts.js +0 -15
- package/dist/migrations/1606282995979-ActiveColumnSysDeviceTokensTable.ts.js.map +0 -1
- package/dist/migrations/1607944291609-AddUniqueIndexDeviceToken.d.ts +0 -5
- package/dist/migrations/1607944291609-AddUniqueIndexDeviceToken.js +0 -17
- package/dist/migrations/1607944291609-AddUniqueIndexDeviceToken.js.map +0 -1
- package/dist/migrations/1608920595813-CreateSmsTemplateTable.d.ts +0 -5
- package/dist/migrations/1608920595813-CreateSmsTemplateTable.js +0 -25
- package/dist/migrations/1608920595813-CreateSmsTemplateTable.js.map +0 -1
- package/dist/migrations/1609583413782-SystemGeneratedSysCommentsTable.ts.d.ts +0 -5
- package/dist/migrations/1609583413782-SystemGeneratedSysCommentsTable.ts.js +0 -15
- package/dist/migrations/1609583413782-SystemGeneratedSysCommentsTable.ts.js.map +0 -1
- package/dist/migrations/1610226459497-AddIndexOnTokenSysDeviceTokensTable.ts.d.ts +0 -5
- package/dist/migrations/1610226459497-AddIndexOnTokenSysDeviceTokensTable.ts.js +0 -15
- package/dist/migrations/1610226459497-AddIndexOnTokenSysDeviceTokensTable.ts.js.map +0 -1
- package/dist/migrations/1610518853208-CreateUserReferralTable.d.ts +0 -5
- package/dist/migrations/1610518853208-CreateUserReferralTable.js +0 -22
- package/dist/migrations/1610518853208-CreateUserReferralTable.js.map +0 -1
- package/dist/migrations/1615622117306-DeleteValueColumnSysUserPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1615622117306-DeleteValueColumnSysUserPreferencesTable.ts.js +0 -15
- package/dist/migrations/1615622117306-DeleteValueColumnSysUserPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1615622742904-AddValueJsonColumnSysUserPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1615622742904-AddValueJsonColumnSysUserPreferencesTable.ts.js +0 -15
- package/dist/migrations/1615622742904-AddValueJsonColumnSysUserPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1615661067542-RemoveColumnDefinitionColumnSysListPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1615661067542-RemoveColumnDefinitionColumnSysListPreferencesTable.ts.js +0 -15
- package/dist/migrations/1615661067542-RemoveColumnDefinitionColumnSysListPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1615661131556-AddColumnDefinitionJsonColumnSysListPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1615661131556-AddColumnDefinitionJsonColumnSysListPreferencesTable.ts.js +0 -15
- package/dist/migrations/1615661131556-AddColumnDefinitionJsonColumnSysListPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1615663840083-CreateUiActionPermissionTable.d.ts +0 -5
- package/dist/migrations/1615663840083-CreateUiActionPermissionTable.js +0 -22
- package/dist/migrations/1615663840083-CreateUiActionPermissionTable.js.map +0 -1
- package/dist/migrations/1615743889725-RemoveColumnDefinitionColumnSysFormPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1615743889725-RemoveColumnDefinitionColumnSysFormPreferencesTable.ts.js +0 -15
- package/dist/migrations/1615743889725-RemoveColumnDefinitionColumnSysFormPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1615743931363-AddColumnDefinitionColumnSysFormPreferencesTable.ts.d.ts +0 -5
- package/dist/migrations/1615743931363-AddColumnDefinitionColumnSysFormPreferencesTable.ts.js +0 -15
- package/dist/migrations/1615743931363-AddColumnDefinitionColumnSysFormPreferencesTable.ts.js.map +0 -1
- package/dist/migrations/1616095909364-CreateClientScriptEntityTable.d.ts +0 -5
- package/dist/migrations/1616095909364-CreateClientScriptEntityTable.js +0 -26
- package/dist/migrations/1616095909364-CreateClientScriptEntityTable.js.map +0 -1
- package/dist/migrations/1616255314846-RenameRouteColumnSysMenuDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1616255314846-RenameRouteColumnSysMenuDetailsTable.ts.js +0 -15
- package/dist/migrations/1616255314846-RenameRouteColumnSysMenuDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1616257589431-RenameRouteColumnSysModelDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1616257589431-RenameRouteColumnSysModelDetailsTable.ts.js +0 -15
- package/dist/migrations/1616257589431-RenameRouteColumnSysModelDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1616329406291-AddIncludesColumnSysMenuDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1616329406291-AddIncludesColumnSysMenuDetailsTable.ts.js +0 -15
- package/dist/migrations/1616329406291-AddIncludesColumnSysMenuDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1616604451282-CreateChartEntityTable.d.ts +0 -5
- package/dist/migrations/1616604451282-CreateChartEntityTable.js +0 -28
- package/dist/migrations/1616604451282-CreateChartEntityTable.js.map +0 -1
- package/dist/migrations/1616604996435-CreatePrimaryAxisTable.d.ts +0 -5
- package/dist/migrations/1616604996435-CreatePrimaryAxisTable.js +0 -20
- package/dist/migrations/1616604996435-CreatePrimaryAxisTable.js.map +0 -1
- package/dist/migrations/1616605261755-CreateSecondaryAxisTable.d.ts +0 -5
- package/dist/migrations/1616605261755-CreateSecondaryAxisTable.js +0 -21
- package/dist/migrations/1616605261755-CreateSecondaryAxisTable.js.map +0 -1
- package/dist/migrations/1616608867213-CreateReportTable.d.ts +0 -5
- package/dist/migrations/1616608867213-CreateReportTable.js +0 -21
- package/dist/migrations/1616608867213-CreateReportTable.js.map +0 -1
- package/dist/migrations/1616609134435-CreateReportColumnTable.d.ts +0 -5
- package/dist/migrations/1616609134435-CreateReportColumnTable.js +0 -19
- package/dist/migrations/1616609134435-CreateReportColumnTable.js.map +0 -1
- package/dist/migrations/1616610298682-CreateReportParamTable.d.ts +0 -5
- package/dist/migrations/1616610298682-CreateReportParamTable.js +0 -20
- package/dist/migrations/1616610298682-CreateReportParamTable.js.map +0 -1
- package/dist/migrations/1616738455290-AddNameColumnSysReportParamsTable.ts.d.ts +0 -5
- package/dist/migrations/1616738455290-AddNameColumnSysReportParamsTable.ts.js +0 -15
- package/dist/migrations/1616738455290-AddNameColumnSysReportParamsTable.ts.js.map +0 -1
- package/dist/migrations/1616749370769-AddSourceColumnsSysRelationshipDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1616749370769-AddSourceColumnsSysRelationshipDetailsTable.ts.js +0 -15
- package/dist/migrations/1616749370769-AddSourceColumnsSysRelationshipDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1616750113885-CreateTableSysModelRelationshipsTable.ts.d.ts +0 -5
- package/dist/migrations/1616750113885-CreateTableSysModelRelationshipsTable.ts.js +0 -22
- package/dist/migrations/1616750113885-CreateTableSysModelRelationshipsTable.ts.js.map +0 -1
- package/dist/migrations/1616750244901-CreateReportRelationshipTable.d.ts +0 -5
- package/dist/migrations/1616750244901-CreateReportRelationshipTable.js +0 -22
- package/dist/migrations/1616750244901-CreateReportRelationshipTable.js.map +0 -1
- package/dist/migrations/1616787597931-CreateReportRoleTable.d.ts +0 -5
- package/dist/migrations/1616787597931-CreateReportRoleTable.js +0 -19
- package/dist/migrations/1616787597931-CreateReportRoleTable.js.map +0 -1
- package/dist/migrations/1617433544860-AddRouteColumnIncludesSysReportDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1617433544860-AddRouteColumnIncludesSysReportDetailsTable.ts.js +0 -20
- package/dist/migrations/1617433544860-AddRouteColumnIncludesSysReportDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1619186436996-AddRouteIdentifierColumnSysModelDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1619186436996-AddRouteIdentifierColumnSysModelDetailsTable.ts.js +0 -16
- package/dist/migrations/1619186436996-AddRouteIdentifierColumnSysModelDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1619193418460-AddDefaultUserDataSeederTable.d.ts +0 -5
- package/dist/migrations/1619193418460-AddDefaultUserDataSeederTable.js +0 -40
- package/dist/migrations/1619193418460-AddDefaultUserDataSeederTable.js.map +0 -1
- package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.d.ts +0 -8
- package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js +0 -55
- package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js.map +0 -1
- package/dist/migrations/1619555997151-AddSourceColumnsSysUserRolesTable.ts.d.ts +0 -5
- package/dist/migrations/1619555997151-AddSourceColumnsSysUserRolesTable.ts.js +0 -15
- package/dist/migrations/1619555997151-AddSourceColumnsSysUserRolesTable.ts.js.map +0 -1
- package/dist/migrations/1619556025823-AddSourceColumnsSysUserPermissionsTable.ts.d.ts +0 -5
- package/dist/migrations/1619556025823-AddSourceColumnsSysUserPermissionsTable.ts.js +0 -15
- package/dist/migrations/1619556025823-AddSourceColumnsSysUserPermissionsTable.ts.js.map +0 -1
- package/dist/migrations/1619556172009-CreateUserGroupPermissionEntityTable.d.ts +0 -5
- package/dist/migrations/1619556172009-CreateUserGroupPermissionEntityTable.js +0 -25
- package/dist/migrations/1619556172009-CreateUserGroupPermissionEntityTable.js.map +0 -1
- package/dist/migrations/1619903986363-CreateServiceTable.d.ts +0 -5
- package/dist/migrations/1619903986363-CreateServiceTable.js +0 -22
- package/dist/migrations/1619903986363-CreateServiceTable.js.map +0 -1
- package/dist/migrations/1619909254139-CreateBusinessRuleRoleTable.d.ts +0 -5
- package/dist/migrations/1619909254139-CreateBusinessRuleRoleTable.js +0 -22
- package/dist/migrations/1619909254139-CreateBusinessRuleRoleTable.js.map +0 -1
- package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.d.ts +0 -5
- package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.js +0 -15
- package/dist/migrations/1633602353156-AddWhatsAppNumberSysCountriesTable.ts.js.map +0 -1
- package/dist/migrations/1643398296090-CreateMailLogTable.d.ts +0 -5
- package/dist/migrations/1643398296090-CreateMailLogTable.js +0 -25
- package/dist/migrations/1643398296090-CreateMailLogTable.js.map +0 -1
- package/dist/migrations/1643899218270-CreateSmsMessageTable.d.ts +0 -5
- package/dist/migrations/1643899218270-CreateSmsMessageTable.js +0 -26
- package/dist/migrations/1643899218270-CreateSmsMessageTable.js.map +0 -1
- package/dist/migrations/1645738975654-CreateEmailTemplateTable.d.ts +0 -5
- package/dist/migrations/1645738975654-CreateEmailTemplateTable.js +0 -21
- package/dist/migrations/1645738975654-CreateEmailTemplateTable.js.map +0 -1
- package/dist/migrations/1645739142116-CreateWhatsappTemplateTable.d.ts +0 -5
- package/dist/migrations/1645739142116-CreateWhatsappTemplateTable.js +0 -21
- package/dist/migrations/1645739142116-CreateWhatsappTemplateTable.js.map +0 -1
- package/dist/migrations/1645886071349-AddSubjectSysEmailTemplatesTable.ts.d.ts +0 -5
- package/dist/migrations/1645886071349-AddSubjectSysEmailTemplatesTable.ts.js +0 -15
- package/dist/migrations/1645886071349-AddSubjectSysEmailTemplatesTable.ts.js.map +0 -1
- package/dist/migrations/1652332064735-AddOrdinalPositionSysColumnDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1652332064735-AddOrdinalPositionSysColumnDetailsTable.ts.js +0 -15
- package/dist/migrations/1652332064735-AddOrdinalPositionSysColumnDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.d.ts +0 -5
- package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js +0 -15
- package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js.map +0 -1
- package/dist/migrations/1669970181143-CreateDynamoTableTable.d.ts +0 -5
- package/dist/migrations/1669970181143-CreateDynamoTableTable.js +0 -21
- package/dist/migrations/1669970181143-CreateDynamoTableTable.js.map +0 -1
- package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.d.ts +0 -5
- package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js +0 -21
- package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js.map +0 -1
- package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.d.ts +0 -5
- package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js +0 -15
- package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js.map +0 -1
- package/dist/migrations/1678730411972-CreatePendingBullJobTable.d.ts +0 -5
- package/dist/migrations/1678730411972-CreatePendingBullJobTable.js +0 -24
- package/dist/migrations/1678730411972-CreatePendingBullJobTable.js.map +0 -1
- package/dist/migrations/1678789489235-CreateFailedBullJobTable.d.ts +0 -5
- package/dist/migrations/1678789489235-CreateFailedBullJobTable.js +0 -27
- package/dist/migrations/1678789489235-CreateFailedBullJobTable.js.map +0 -1
- package/dist/migrations/1679473705431-RemoveModelSysRelationshipDetailsTable.ts.d.ts +0 -5
- package/dist/migrations/1679473705431-RemoveModelSysRelationshipDetailsTable.ts.js +0 -15
- package/dist/migrations/1679473705431-RemoveModelSysRelationshipDetailsTable.ts.js.map +0 -1
- package/dist/migrations/1684649589572-AddTypeSysCommentsTable.ts.d.ts +0 -5
- package/dist/migrations/1684649589572-AddTypeSysCommentsTable.ts.js +0 -16
- package/dist/migrations/1684649589572-AddTypeSysCommentsTable.ts.js.map +0 -1
- package/dist/migrations/1686046172898-CreateMailValidationTable.d.ts +0 -5
- package/dist/migrations/1686046172898-CreateMailValidationTable.js +0 -24
- package/dist/migrations/1686046172898-CreateMailValidationTable.js.map +0 -1
- package/dist/migrations/1686048669716-CreateMobileValidationTable.d.ts +0 -5
- package/dist/migrations/1686048669716-CreateMobileValidationTable.js +0 -26
- package/dist/migrations/1686048669716-CreateMobileValidationTable.js.map +0 -1
- package/dist/migrations/1692726438006-AddColumnTypeSysReportFiltersTable.ts.d.ts +0 -5
- package/dist/migrations/1692726438006-AddColumnTypeSysReportFiltersTable.ts.js +0 -19
- package/dist/migrations/1692726438006-AddColumnTypeSysReportFiltersTable.ts.js.map +0 -1
- package/dist/migrations/seeders/sys_column_definitions.json +0 -255
- package/dist/migrations/seeders/sys_lookup_types.json +0 -102
- package/dist/migrations/seeders/sys_lookup_values.json +0 -386
- package/dist/migrations/seeders/sys_menu_details.json +0 -622
- package/dist/migrations/seeders/sys_menu_roles.json +0 -202
- package/dist/migrations/seeders/sys_module_details.json +0 -26
- package/dist/migrations/seeders/sys_module_menus.json +0 -222
- package/dist/migrations/seeders/sys_page_definitions.json +0 -112
- package/dist/migrations/seeders/sys_parent_menus.json +0 -112
- package/dist/migrations/seeders/sys_roles.json +0 -50
- package/dist/migrations/seeders/sys_security_rules.json +0 -178
- package/dist/migrations/seeders/sys_system_scripts.json +0 -145
- package/dist/migrations/seeders/sys_ui_actions.json +0 -386
- package/dist/migrations/seeders/sys_user_roles.json +0 -12
- package/dist/platformUtility/commands/entity.generator.command.d.ts +0 -24
- package/dist/platformUtility/commands/entity.generator.command.js +0 -198
- package/dist/platformUtility/commands/entity.generator.command.js.map +0 -1
- package/dist/platformUtility/commands/index.d.ts +0 -4
- package/dist/platformUtility/commands/index.js +0 -21
- package/dist/platformUtility/commands/index.js.map +0 -1
- package/dist/platformUtility/commands/maintenance.command.d.ts +0 -14
- package/dist/platformUtility/commands/maintenance.command.js +0 -99
- package/dist/platformUtility/commands/maintenance.command.js.map +0 -1
- package/dist/platformUtility/commands/sqs.worker.command.d.ts +0 -10
- package/dist/platformUtility/commands/sqs.worker.command.js +0 -51
- package/dist/platformUtility/commands/sqs.worker.command.js.map +0 -1
- package/dist/platformUtility/commands/sync.class.command.d.ts +0 -6
- package/dist/platformUtility/commands/sync.class.command.js +0 -56
- package/dist/platformUtility/commands/sync.class.command.js.map +0 -1
- package/dist/platformUtility/consumers/event.consumer.d.ts +0 -18
- package/dist/platformUtility/consumers/event.consumer.js +0 -119
- package/dist/platformUtility/consumers/event.consumer.js.map +0 -1
- package/dist/platformUtility/consumers/index.d.ts +0 -2
- package/dist/platformUtility/consumers/index.js +0 -19
- package/dist/platformUtility/consumers/index.js.map +0 -1
- package/dist/platformUtility/consumers/job.consumer.d.ts +0 -9
- package/dist/platformUtility/consumers/job.consumer.js +0 -74
- package/dist/platformUtility/consumers/job.consumer.js.map +0 -1
- package/dist/platformUtility/controllers/bull.job.controller.d.ts +0 -15
- package/dist/platformUtility/controllers/bull.job.controller.js +0 -134
- package/dist/platformUtility/controllers/bull.job.controller.js.map +0 -1
- package/dist/platformUtility/controllers/index.d.ts +0 -2
- package/dist/platformUtility/controllers/index.js +0 -19
- package/dist/platformUtility/controllers/index.js.map +0 -1
- package/dist/platformUtility/controllers/queue.controller.d.ts +0 -10
- package/dist/platformUtility/controllers/queue.controller.js +0 -53
- package/dist/platformUtility/controllers/queue.controller.js.map +0 -1
- package/dist/platformUtility/dtos/common.attributes.dto.d.ts +0 -7
- package/dist/platformUtility/dtos/common.attributes.dto.js +0 -36
- package/dist/platformUtility/dtos/common.attributes.dto.js.map +0 -1
- package/dist/platformUtility/dtos/failed.bull.job.attributes.dto.d.ts +0 -3
- package/dist/platformUtility/dtos/failed.bull.job.attributes.dto.js +0 -8
- package/dist/platformUtility/dtos/failed.bull.job.attributes.dto.js.map +0 -1
- package/dist/platformUtility/dtos/fcm.response.dto.d.ts +0 -7
- package/dist/platformUtility/dtos/fcm.response.dto.js +0 -7
- package/dist/platformUtility/dtos/fcm.response.dto.js.map +0 -1
- package/dist/platformUtility/dtos/index.d.ts +0 -13
- package/dist/platformUtility/dtos/index.js +0 -30
- package/dist/platformUtility/dtos/index.js.map +0 -1
- package/dist/platformUtility/dtos/job.payload.dto.d.ts +0 -6
- package/dist/platformUtility/dtos/job.payload.dto.js +0 -36
- package/dist/platformUtility/dtos/job.payload.dto.js.map +0 -1
- package/dist/platformUtility/dtos/mail.options.dto.d.ts +0 -14
- package/dist/platformUtility/dtos/mail.options.dto.js +0 -59
- package/dist/platformUtility/dtos/mail.options.dto.js.map +0 -1
- package/dist/platformUtility/dtos/pending.bull.job.attributes.dto.d.ts +0 -3
- package/dist/platformUtility/dtos/pending.bull.job.attributes.dto.js +0 -8
- package/dist/platformUtility/dtos/pending.bull.job.attributes.dto.js.map +0 -1
- package/dist/platformUtility/dtos/push.notification.response.dto.d.ts +0 -6
- package/dist/platformUtility/dtos/push.notification.response.dto.js +0 -7
- package/dist/platformUtility/dtos/push.notification.response.dto.js.map +0 -1
- package/dist/platformUtility/dtos/push.notification.template.dto.d.ts +0 -23
- package/dist/platformUtility/dtos/push.notification.template.dto.js +0 -7
- package/dist/platformUtility/dtos/push.notification.template.dto.js.map +0 -1
- package/dist/platformUtility/dtos/queue.options.dto.d.ts +0 -9
- package/dist/platformUtility/dtos/queue.options.dto.js +0 -50
- package/dist/platformUtility/dtos/queue.options.dto.js.map +0 -1
- package/dist/platformUtility/dtos/remote.raw.response.dto.d.ts +0 -6
- package/dist/platformUtility/dtos/remote.raw.response.dto.js +0 -35
- package/dist/platformUtility/dtos/remote.raw.response.dto.js.map +0 -1
- package/dist/platformUtility/dtos/sms.payload.dto.d.ts +0 -7
- package/dist/platformUtility/dtos/sms.payload.dto.js +0 -38
- package/dist/platformUtility/dtos/sms.payload.dto.js.map +0 -1
- package/dist/platformUtility/dtos/source.column.dto.d.ts +0 -4
- package/dist/platformUtility/dtos/source.column.dto.js +0 -29
- package/dist/platformUtility/dtos/source.column.dto.js.map +0 -1
- package/dist/platformUtility/dtos/string.search.dto.d.ts +0 -5
- package/dist/platformUtility/dtos/string.search.dto.js +0 -34
- package/dist/platformUtility/dtos/string.search.dto.js.map +0 -1
- package/dist/platformUtility/entities/failed.bull.job.entity.d.ts +0 -15
- package/dist/platformUtility/entities/failed.bull.job.entity.js +0 -66
- package/dist/platformUtility/entities/failed.bull.job.entity.js.map +0 -1
- package/dist/platformUtility/entities/index.d.ts +0 -2
- package/dist/platformUtility/entities/index.js +0 -19
- package/dist/platformUtility/entities/index.js.map +0 -1
- package/dist/platformUtility/entities/pending.bull.job.entity.d.ts +0 -12
- package/dist/platformUtility/entities/pending.bull.job.entity.js +0 -54
- package/dist/platformUtility/entities/pending.bull.job.entity.js.map +0 -1
- package/dist/platformUtility/es6.classes.d.ts +0 -67
- package/dist/platformUtility/es6.classes.js +0 -114
- package/dist/platformUtility/es6.classes.js.map +0 -1
- package/dist/platformUtility/index.d.ts +0 -11
- package/dist/platformUtility/index.js +0 -28
- package/dist/platformUtility/index.js.map +0 -1
- package/dist/platformUtility/jobs/index.d.ts +0 -4
- package/dist/platformUtility/jobs/index.js +0 -21
- package/dist/platformUtility/jobs/index.js.map +0 -1
- package/dist/platformUtility/jobs/load.failed.bull.job.d.ts +0 -9
- package/dist/platformUtility/jobs/load.failed.bull.job.js +0 -54
- package/dist/platformUtility/jobs/load.failed.bull.job.js.map +0 -1
- package/dist/platformUtility/jobs/record.watcher.job.d.ts +0 -12
- package/dist/platformUtility/jobs/record.watcher.job.js +0 -37
- package/dist/platformUtility/jobs/record.watcher.job.js.map +0 -1
- package/dist/platformUtility/jobs/reload.pending.bull.job.d.ts +0 -7
- package/dist/platformUtility/jobs/reload.pending.bull.job.js +0 -39
- package/dist/platformUtility/jobs/reload.pending.bull.job.js.map +0 -1
- package/dist/platformUtility/jobs/test.job.d.ts +0 -7
- package/dist/platformUtility/jobs/test.job.js +0 -28
- package/dist/platformUtility/jobs/test.job.js.map +0 -1
- package/dist/platformUtility/libraries/common.sqs.polling.d.ts +0 -24
- package/dist/platformUtility/libraries/common.sqs.polling.js +0 -71
- package/dist/platformUtility/libraries/common.sqs.polling.js.map +0 -1
- package/dist/platformUtility/libraries/create.entity.constants.file.d.ts +0 -10
- package/dist/platformUtility/libraries/create.entity.constants.file.js +0 -64
- package/dist/platformUtility/libraries/create.entity.constants.file.js.map +0 -1
- package/dist/platformUtility/libraries/create.es6.classes.file.d.ts +0 -9
- package/dist/platformUtility/libraries/create.es6.classes.file.js +0 -62
- package/dist/platformUtility/libraries/create.es6.classes.file.js.map +0 -1
- package/dist/platformUtility/libraries/create.es6.jobs.file.d.ts +0 -9
- package/dist/platformUtility/libraries/create.es6.jobs.file.js +0 -105
- package/dist/platformUtility/libraries/create.es6.jobs.file.js.map +0 -1
- package/dist/platformUtility/libraries/create.es6.service.file.d.ts +0 -9
- package/dist/platformUtility/libraries/create.es6.service.file.js +0 -109
- package/dist/platformUtility/libraries/create.es6.service.file.js.map +0 -1
- package/dist/platformUtility/libraries/create.index.file.d.ts +0 -12
- package/dist/platformUtility/libraries/create.index.file.js +0 -78
- package/dist/platformUtility/libraries/create.index.file.js.map +0 -1
- package/dist/platformUtility/libraries/file.system.utility.d.ts +0 -13
- package/dist/platformUtility/libraries/file.system.utility.js +0 -67
- package/dist/platformUtility/libraries/file.system.utility.js.map +0 -1
- package/dist/platformUtility/libraries/index.d.ts +0 -11
- package/dist/platformUtility/libraries/index.js +0 -28
- package/dist/platformUtility/libraries/index.js.map +0 -1
- package/dist/platformUtility/libraries/process.audit.log.data.d.ts +0 -12
- package/dist/platformUtility/libraries/process.audit.log.data.js +0 -63
- package/dist/platformUtility/libraries/process.audit.log.data.js.map +0 -1
- package/dist/platformUtility/libraries/process.common.mail.d.ts +0 -9
- package/dist/platformUtility/libraries/process.common.mail.js +0 -42
- package/dist/platformUtility/libraries/process.common.mail.js.map +0 -1
- package/dist/platformUtility/libraries/process.kaleyra.sms.d.ts +0 -12
- package/dist/platformUtility/libraries/process.kaleyra.sms.js +0 -59
- package/dist/platformUtility/libraries/process.kaleyra.sms.js.map +0 -1
- package/dist/platformUtility/libraries/process.smtp.mail.d.ts +0 -9
- package/dist/platformUtility/libraries/process.smtp.mail.js +0 -60
- package/dist/platformUtility/libraries/process.smtp.mail.js.map +0 -1
- package/dist/platformUtility/middlewares/index.d.ts +0 -2
- package/dist/platformUtility/middlewares/index.js +0 -19
- package/dist/platformUtility/middlewares/index.js.map +0 -1
- package/dist/platformUtility/middlewares/maintenance.middleware.d.ts +0 -7
- package/dist/platformUtility/middlewares/maintenance.middleware.js +0 -31
- package/dist/platformUtility/middlewares/maintenance.middleware.js.map +0 -1
- package/dist/platformUtility/middlewares/trim.pipe.d.ts +0 -6
- package/dist/platformUtility/middlewares/trim.pipe.js +0 -42
- package/dist/platformUtility/middlewares/trim.pipe.js.map +0 -1
- package/dist/platformUtility/platform.utility.module.d.ts +0 -2
- package/dist/platformUtility/platform.utility.module.js +0 -30
- package/dist/platformUtility/platform.utility.module.js.map +0 -1
- package/dist/platformUtility/services/audit.service.d.ts +0 -17
- package/dist/platformUtility/services/audit.service.js +0 -96
- package/dist/platformUtility/services/audit.service.js.map +0 -1
- package/dist/platformUtility/services/cache.service.d.ts +0 -8
- package/dist/platformUtility/services/cache.service.js +0 -55
- package/dist/platformUtility/services/cache.service.js.map +0 -1
- package/dist/platformUtility/services/dynamo.service.d.ts +0 -18
- package/dist/platformUtility/services/dynamo.service.js +0 -151
- package/dist/platformUtility/services/dynamo.service.js.map +0 -1
- package/dist/platformUtility/services/es6.jobs.service.d.ts +0 -14
- package/dist/platformUtility/services/es6.jobs.service.js +0 -49
- package/dist/platformUtility/services/es6.jobs.service.js.map +0 -1
- package/dist/platformUtility/services/fcm.notification.service.d.ts +0 -15
- package/dist/platformUtility/services/fcm.notification.service.js +0 -88
- package/dist/platformUtility/services/fcm.notification.service.js.map +0 -1
- package/dist/platformUtility/services/index.d.ts +0 -14
- package/dist/platformUtility/services/index.js +0 -31
- package/dist/platformUtility/services/index.js.map +0 -1
- package/dist/platformUtility/services/local.property.service.d.ts +0 -8
- package/dist/platformUtility/services/local.property.service.js +0 -44
- package/dist/platformUtility/services/local.property.service.js.map +0 -1
- package/dist/platformUtility/services/mail.service.d.ts +0 -15
- package/dist/platformUtility/services/mail.service.js +0 -65
- package/dist/platformUtility/services/mail.service.js.map +0 -1
- package/dist/platformUtility/services/maintenance.service.d.ts +0 -15
- package/dist/platformUtility/services/maintenance.service.js +0 -76
- package/dist/platformUtility/services/maintenance.service.js.map +0 -1
- package/dist/platformUtility/services/queue.service.d.ts +0 -39
- package/dist/platformUtility/services/queue.service.js +0 -188
- package/dist/platformUtility/services/queue.service.js.map +0 -1
- package/dist/platformUtility/services/remote.request.service.d.ts +0 -5
- package/dist/platformUtility/services/remote.request.service.js +0 -40
- package/dist/platformUtility/services/remote.request.service.js.map +0 -1
- package/dist/platformUtility/services/shutdown.service.d.ts +0 -7
- package/dist/platformUtility/services/shutdown.service.js +0 -30
- package/dist/platformUtility/services/shutdown.service.js.map +0 -1
- package/dist/platformUtility/services/sms.service.d.ts +0 -12
- package/dist/platformUtility/services/sms.service.js +0 -43
- package/dist/platformUtility/services/sms.service.js.map +0 -1
- package/dist/platformUtility/services/sql.service.d.ts +0 -15
- package/dist/platformUtility/services/sql.service.js +0 -87
- package/dist/platformUtility/services/sql.service.js.map +0 -1
- package/dist/platformUtility/services/sqs.service.d.ts +0 -10
- package/dist/platformUtility/services/sqs.service.js +0 -73
- package/dist/platformUtility/services/sqs.service.js.map +0 -1
- package/dist/platformUtility/services/startup.service.d.ts +0 -8
- package/dist/platformUtility/services/startup.service.js +0 -36
- package/dist/platformUtility/services/startup.service.js.map +0 -1
- package/dist/platformUtility/subscribers/base.subscriber.d.ts +0 -11
- package/dist/platformUtility/subscribers/base.subscriber.js +0 -63
- package/dist/platformUtility/subscribers/base.subscriber.js.map +0 -1
- package/dist/platformUtility/subscribers/index.d.ts +0 -1
- package/dist/platformUtility/subscribers/index.js +0 -18
- package/dist/platformUtility/subscribers/index.js.map +0 -1
- package/dist/security/entities/index.d.ts +0 -4
- package/dist/security/entities/index.js +0 -21
- package/dist/security/entities/index.js.map +0 -1
- package/dist/security/entities/permission.entity.d.ts +0 -7
- package/dist/security/entities/permission.entity.js +0 -41
- package/dist/security/entities/permission.entity.js.map +0 -1
- package/dist/security/entities/role.entity.d.ts +0 -8
- package/dist/security/entities/role.entity.js +0 -46
- package/dist/security/entities/role.entity.js.map +0 -1
- package/dist/security/entities/user.permission.entity.d.ts +0 -12
- package/dist/security/entities/user.permission.entity.js +0 -56
- package/dist/security/entities/user.permission.entity.js.map +0 -1
- package/dist/security/entities/user.role.entity.d.ts +0 -12
- package/dist/security/entities/user.role.entity.js +0 -56
- package/dist/security/entities/user.role.entity.js.map +0 -1
- package/dist/security/es6.classes.d.ts +0 -7
- package/dist/security/es6.classes.js +0 -11
- package/dist/security/es6.classes.js.map +0 -1
- package/dist/security/index.d.ts +0 -2
- package/dist/security/index.js +0 -19
- package/dist/security/index.js.map +0 -1
- package/dist/security/security.module.d.ts +0 -2
- package/dist/security/security.module.js +0 -21
- package/dist/security/security.module.js.map +0 -1
- package/dist/system/commands/db.scanner.command.d.ts +0 -30
- package/dist/system/commands/db.scanner.command.js +0 -285
- package/dist/system/commands/db.scanner.command.js.map +0 -1
- package/dist/system/commands/dynamo.scanner.command.d.ts +0 -8
- package/dist/system/commands/dynamo.scanner.command.js +0 -42
- package/dist/system/commands/dynamo.scanner.command.js.map +0 -1
- package/dist/system/commands/event.queue.command.d.ts +0 -17
- package/dist/system/commands/event.queue.command.js +0 -83
- package/dist/system/commands/event.queue.command.js.map +0 -1
- package/dist/system/commands/index.d.ts +0 -8
- package/dist/system/commands/index.js +0 -25
- package/dist/system/commands/index.js.map +0 -1
- package/dist/system/commands/jobs.scanner.command.d.ts +0 -8
- package/dist/system/commands/jobs.scanner.command.js +0 -46
- package/dist/system/commands/jobs.scanner.command.js.map +0 -1
- package/dist/system/commands/model.scanner.command.d.ts +0 -10
- package/dist/system/commands/model.scanner.command.js +0 -58
- package/dist/system/commands/model.scanner.command.js.map +0 -1
- package/dist/system/commands/report.scanner.command.d.ts +0 -8
- package/dist/system/commands/report.scanner.command.js +0 -49
- package/dist/system/commands/report.scanner.command.js.map +0 -1
- package/dist/system/commands/service.scanner.command.d.ts +0 -9
- package/dist/system/commands/service.scanner.command.js +0 -47
- package/dist/system/commands/service.scanner.command.js.map +0 -1
- package/dist/system/commands/sync.all.command.d.ts +0 -18
- package/dist/system/commands/sync.all.command.js +0 -76
- package/dist/system/commands/sync.all.command.js.map +0 -1
- package/dist/system/controllers/base.controller.d.ts +0 -50
- package/dist/system/controllers/base.controller.js +0 -187
- package/dist/system/controllers/base.controller.js.map +0 -1
- package/dist/system/controllers/data.controller.d.ts +0 -9
- package/dist/system/controllers/data.controller.js +0 -60
- package/dist/system/controllers/data.controller.js.map +0 -1
- package/dist/system/controllers/form.controller.d.ts +0 -15
- package/dist/system/controllers/form.controller.js +0 -51
- package/dist/system/controllers/form.controller.js.map +0 -1
- package/dist/system/controllers/index.d.ts +0 -8
- package/dist/system/controllers/index.js +0 -25
- package/dist/system/controllers/index.js.map +0 -1
- package/dist/system/controllers/menu.controller.d.ts +0 -10
- package/dist/system/controllers/menu.controller.js +0 -47
- package/dist/system/controllers/menu.controller.js.map +0 -1
- package/dist/system/controllers/preference.controller.d.ts +0 -18
- package/dist/system/controllers/preference.controller.js +0 -149
- package/dist/system/controllers/preference.controller.js.map +0 -1
- package/dist/system/controllers/report.controller.d.ts +0 -22
- package/dist/system/controllers/report.controller.js +0 -117
- package/dist/system/controllers/report.controller.js.map +0 -1
- package/dist/system/controllers/upload.controller.d.ts +0 -8
- package/dist/system/controllers/upload.controller.js +0 -60
- package/dist/system/controllers/upload.controller.js.map +0 -1
- package/dist/system/controllers/user.preference.controller.d.ts +0 -9
- package/dist/system/controllers/user.preference.controller.js +0 -56
- package/dist/system/controllers/user.preference.controller.js.map +0 -1
- package/dist/system/dtos/add.comment.dto.d.ts +0 -6
- package/dist/system/dtos/add.comment.dto.js +0 -41
- package/dist/system/dtos/add.comment.dto.js.map +0 -1
- package/dist/system/dtos/comment.attributes.dto.d.ts +0 -3
- package/dist/system/dtos/comment.attributes.dto.js +0 -8
- package/dist/system/dtos/comment.attributes.dto.js.map +0 -1
- package/dist/system/dtos/document.attributes.dto.d.ts +0 -7
- package/dist/system/dtos/document.attributes.dto.js +0 -40
- package/dist/system/dtos/document.attributes.dto.js.map +0 -1
- package/dist/system/dtos/file.upload.dto.d.ts +0 -8
- package/dist/system/dtos/file.upload.dto.js +0 -48
- package/dist/system/dtos/file.upload.dto.js.map +0 -1
- package/dist/system/dtos/file.upload.spec.dto.d.ts +0 -10
- package/dist/system/dtos/file.upload.spec.dto.js +0 -7
- package/dist/system/dtos/file.upload.spec.dto.js.map +0 -1
- package/dist/system/dtos/index.d.ts +0 -18
- package/dist/system/dtos/index.js +0 -35
- package/dist/system/dtos/index.js.map +0 -1
- package/dist/system/dtos/job.record.param.dto.d.ts +0 -4
- package/dist/system/dtos/job.record.param.dto.js +0 -29
- package/dist/system/dtos/job.record.param.dto.js.map +0 -1
- package/dist/system/dtos/local.file.s3.upload.dto.d.ts +0 -6
- package/dist/system/dtos/local.file.s3.upload.dto.js +0 -33
- package/dist/system/dtos/local.file.s3.upload.dto.js.map +0 -1
- package/dist/system/dtos/mail.validation.dto.d.ts +0 -5
- package/dist/system/dtos/mail.validation.dto.js +0 -7
- package/dist/system/dtos/mail.validation.dto.js.map +0 -1
- package/dist/system/dtos/menu.list.preference.creation.dto.d.ts +0 -7
- package/dist/system/dtos/menu.list.preference.creation.dto.js +0 -39
- package/dist/system/dtos/menu.list.preference.creation.dto.js.map +0 -1
- package/dist/system/dtos/mobile.validation.dto.d.ts +0 -5
- package/dist/system/dtos/mobile.validation.dto.js +0 -7
- package/dist/system/dtos/mobile.validation.dto.js.map +0 -1
- package/dist/system/dtos/model.allowed.column.dto.d.ts +0 -5
- package/dist/system/dtos/model.allowed.column.dto.js +0 -7
- package/dist/system/dtos/model.allowed.column.dto.js.map +0 -1
- package/dist/system/dtos/model.form.preference.creation.dto.d.ts +0 -4
- package/dist/system/dtos/model.form.preference.creation.dto.js +0 -27
- package/dist/system/dtos/model.form.preference.creation.dto.js.map +0 -1
- package/dist/system/dtos/otp.generation.dto.d.ts +0 -5
- package/dist/system/dtos/otp.generation.dto.js +0 -25
- package/dist/system/dtos/otp.generation.dto.js.map +0 -1
- package/dist/system/dtos/s3.object.info.dto.d.ts +0 -4
- package/dist/system/dtos/s3.object.info.dto.js +0 -7
- package/dist/system/dtos/s3.object.info.dto.js.map +0 -1
- package/dist/system/dtos/s3.upload.options.dto.d.ts +0 -6
- package/dist/system/dtos/s3.upload.options.dto.js +0 -7
- package/dist/system/dtos/s3.upload.options.dto.js.map +0 -1
- package/dist/system/dtos/sms.message.attributes.dto.d.ts +0 -4
- package/dist/system/dtos/sms.message.attributes.dto.js +0 -8
- package/dist/system/dtos/sms.message.attributes.dto.js.map +0 -1
- package/dist/system/dtos/user.preference.creation.dto.d.ts +0 -4
- package/dist/system/dtos/user.preference.creation.dto.js +0 -25
- package/dist/system/dtos/user.preference.creation.dto.js.map +0 -1
- package/dist/system/dtos/validation.options.dto.d.ts +0 -4
- package/dist/system/dtos/validation.options.dto.js +0 -7
- package/dist/system/dtos/validation.options.dto.js.map +0 -1
- package/dist/system/entities/business.rule.entity.d.ts +0 -27
- package/dist/system/entities/business.rule.entity.js +0 -115
- package/dist/system/entities/business.rule.entity.js.map +0 -1
- package/dist/system/entities/business.rule.role.entity.d.ts +0 -10
- package/dist/system/entities/business.rule.role.entity.js +0 -45
- package/dist/system/entities/business.rule.role.entity.js.map +0 -1
- package/dist/system/entities/chart.entity.d.ts +0 -21
- package/dist/system/entities/chart.entity.js +0 -87
- package/dist/system/entities/chart.entity.js.map +0 -1
- package/dist/system/entities/client.script.entity.d.ts +0 -15
- package/dist/system/entities/client.script.entity.js +0 -65
- package/dist/system/entities/client.script.entity.js.map +0 -1
- package/dist/system/entities/column.definition.entity.d.ts +0 -7
- package/dist/system/entities/column.definition.entity.js +0 -41
- package/dist/system/entities/column.definition.entity.js.map +0 -1
- package/dist/system/entities/column.entity.d.ts +0 -21
- package/dist/system/entities/column.entity.js +0 -95
- package/dist/system/entities/column.entity.js.map +0 -1
- package/dist/system/entities/comment.entity.d.ts +0 -11
- package/dist/system/entities/comment.entity.js +0 -56
- package/dist/system/entities/comment.entity.js.map +0 -1
- package/dist/system/entities/document.entity.d.ts +0 -11
- package/dist/system/entities/document.entity.js +0 -48
- package/dist/system/entities/document.entity.js.map +0 -1
- package/dist/system/entities/dynamo.table.entity.d.ts +0 -10
- package/dist/system/entities/dynamo.table.entity.js +0 -47
- package/dist/system/entities/dynamo.table.entity.js.map +0 -1
- package/dist/system/entities/email.template.entity.d.ts +0 -9
- package/dist/system/entities/email.template.entity.js +0 -45
- package/dist/system/entities/email.template.entity.js.map +0 -1
- package/dist/system/entities/event.detail.entity.d.ts +0 -7
- package/dist/system/entities/event.detail.entity.js +0 -37
- package/dist/system/entities/event.detail.entity.js.map +0 -1
- package/dist/system/entities/event.queue.entity.d.ts +0 -14
- package/dist/system/entities/event.queue.entity.js +0 -63
- package/dist/system/entities/event.queue.entity.js.map +0 -1
- package/dist/system/entities/form.column.entity.d.ts +0 -10
- package/dist/system/entities/form.column.entity.js +0 -45
- package/dist/system/entities/form.column.entity.js.map +0 -1
- package/dist/system/entities/form.entity.d.ts +0 -17
- package/dist/system/entities/form.entity.js +0 -75
- package/dist/system/entities/form.entity.js.map +0 -1
- package/dist/system/entities/form.preference.entity.d.ts +0 -8
- package/dist/system/entities/form.preference.entity.js +0 -41
- package/dist/system/entities/form.preference.entity.js.map +0 -1
- package/dist/system/entities/index.d.ts +0 -57
- package/dist/system/entities/index.js +0 -74
- package/dist/system/entities/index.js.map +0 -1
- package/dist/system/entities/list.preference.entity.d.ts +0 -12
- package/dist/system/entities/list.preference.entity.js +0 -58
- package/dist/system/entities/list.preference.entity.js.map +0 -1
- package/dist/system/entities/lookup.type.entity.d.ts +0 -8
- package/dist/system/entities/lookup.type.entity.js +0 -41
- package/dist/system/entities/lookup.type.entity.js.map +0 -1
- package/dist/system/entities/lookup.value.entity.d.ts +0 -10
- package/dist/system/entities/lookup.value.entity.js +0 -51
- package/dist/system/entities/lookup.value.entity.js.map +0 -1
- package/dist/system/entities/mail.log.entity.d.ts +0 -12
- package/dist/system/entities/mail.log.entity.js +0 -57
- package/dist/system/entities/mail.log.entity.js.map +0 -1
- package/dist/system/entities/mail.validation.entity.d.ts +0 -13
- package/dist/system/entities/mail.validation.entity.js +0 -59
- package/dist/system/entities/mail.validation.entity.js.map +0 -1
- package/dist/system/entities/menu.entity.d.ts +0 -28
- package/dist/system/entities/menu.entity.js +0 -97
- package/dist/system/entities/menu.entity.js.map +0 -1
- package/dist/system/entities/menu.role.entity.d.ts +0 -10
- package/dist/system/entities/menu.role.entity.js +0 -48
- package/dist/system/entities/menu.role.entity.js.map +0 -1
- package/dist/system/entities/mobile.validation.entity.d.ts +0 -14
- package/dist/system/entities/mobile.validation.entity.js +0 -63
- package/dist/system/entities/mobile.validation.entity.js.map +0 -1
- package/dist/system/entities/model.column.entity.d.ts +0 -10
- package/dist/system/entities/model.column.entity.js +0 -45
- package/dist/system/entities/model.column.entity.js.map +0 -1
- package/dist/system/entities/model.entity.d.ts +0 -31
- package/dist/system/entities/model.entity.js +0 -120
- package/dist/system/entities/model.entity.js.map +0 -1
- package/dist/system/entities/model.relationship.entity.d.ts +0 -10
- package/dist/system/entities/model.relationship.entity.js +0 -45
- package/dist/system/entities/model.relationship.entity.js.map +0 -1
- package/dist/system/entities/model.role.entity.d.ts +0 -11
- package/dist/system/entities/model.role.entity.js +0 -49
- package/dist/system/entities/model.role.entity.js.map +0 -1
- package/dist/system/entities/module.entity.d.ts +0 -10
- package/dist/system/entities/module.entity.js +0 -49
- package/dist/system/entities/module.entity.js.map +0 -1
- package/dist/system/entities/module.menu.entity.d.ts +0 -11
- package/dist/system/entities/module.menu.entity.js +0 -52
- package/dist/system/entities/module.menu.entity.js.map +0 -1
- package/dist/system/entities/open.property.entity.d.ts +0 -7
- package/dist/system/entities/open.property.entity.js +0 -37
- package/dist/system/entities/open.property.entity.js.map +0 -1
- package/dist/system/entities/page.definition.entity.d.ts +0 -7
- package/dist/system/entities/page.definition.entity.js +0 -40
- package/dist/system/entities/page.definition.entity.js.map +0 -1
- package/dist/system/entities/parent.menu.entity.d.ts +0 -9
- package/dist/system/entities/parent.menu.entity.js +0 -47
- package/dist/system/entities/parent.menu.entity.js.map +0 -1
- package/dist/system/entities/primary.axis.entity.d.ts +0 -9
- package/dist/system/entities/primary.axis.entity.js +0 -43
- package/dist/system/entities/primary.axis.entity.js.map +0 -1
- package/dist/system/entities/property.entity.d.ts +0 -10
- package/dist/system/entities/property.entity.js +0 -53
- package/dist/system/entities/property.entity.js.map +0 -1
- package/dist/system/entities/relationship.entity.d.ts +0 -22
- package/dist/system/entities/relationship.entity.js +0 -98
- package/dist/system/entities/relationship.entity.js.map +0 -1
- package/dist/system/entities/report.column.entity.d.ts +0 -8
- package/dist/system/entities/report.column.entity.js +0 -39
- package/dist/system/entities/report.column.entity.js.map +0 -1
- package/dist/system/entities/report.entity.d.ts +0 -35
- package/dist/system/entities/report.entity.js +0 -117
- package/dist/system/entities/report.entity.js.map +0 -1
- package/dist/system/entities/report.filter.entity.d.ts +0 -19
- package/dist/system/entities/report.filter.entity.js +0 -79
- package/dist/system/entities/report.filter.entity.js.map +0 -1
- package/dist/system/entities/report.param.entity.d.ts +0 -12
- package/dist/system/entities/report.param.entity.js +0 -53
- package/dist/system/entities/report.param.entity.js.map +0 -1
- package/dist/system/entities/report.relationship.entity.d.ts +0 -10
- package/dist/system/entities/report.relationship.entity.js +0 -45
- package/dist/system/entities/report.relationship.entity.js.map +0 -1
- package/dist/system/entities/report.role.entity.d.ts +0 -10
- package/dist/system/entities/report.role.entity.js +0 -45
- package/dist/system/entities/report.role.entity.js.map +0 -1
- package/dist/system/entities/scheduled.event.entity.d.ts +0 -15
- package/dist/system/entities/scheduled.event.entity.js +0 -67
- package/dist/system/entities/scheduled.event.entity.js.map +0 -1
- package/dist/system/entities/secondary.axis.entity.d.ts +0 -10
- package/dist/system/entities/secondary.axis.entity.js +0 -47
- package/dist/system/entities/secondary.axis.entity.js.map +0 -1
- package/dist/system/entities/security.rule.entity.d.ts +0 -15
- package/dist/system/entities/security.rule.entity.js +0 -74
- package/dist/system/entities/security.rule.entity.js.map +0 -1
- package/dist/system/entities/service.entity.d.ts +0 -7
- package/dist/system/entities/service.entity.js +0 -37
- package/dist/system/entities/service.entity.js.map +0 -1
- package/dist/system/entities/sms.message.entity.d.ts +0 -18
- package/dist/system/entities/sms.message.entity.js +0 -74
- package/dist/system/entities/sms.message.entity.js.map +0 -1
- package/dist/system/entities/sms.template.entity.d.ts +0 -13
- package/dist/system/entities/sms.template.entity.js +0 -59
- package/dist/system/entities/sms.template.entity.js.map +0 -1
- package/dist/system/entities/system.script.entity.d.ts +0 -11
- package/dist/system/entities/system.script.entity.js +0 -55
- package/dist/system/entities/system.script.entity.js.map +0 -1
- package/dist/system/entities/ui.action.entity.d.ts +0 -29
- package/dist/system/entities/ui.action.entity.js +0 -116
- package/dist/system/entities/ui.action.entity.js.map +0 -1
- package/dist/system/entities/ui.action.permission.entity.d.ts +0 -10
- package/dist/system/entities/ui.action.permission.entity.js +0 -45
- package/dist/system/entities/ui.action.permission.entity.js.map +0 -1
- package/dist/system/entities/ui.action.role.entity.d.ts +0 -10
- package/dist/system/entities/ui.action.role.entity.js +0 -45
- package/dist/system/entities/ui.action.role.entity.js.map +0 -1
- package/dist/system/entities/user.group.entity.d.ts +0 -15
- package/dist/system/entities/user.group.entity.js +0 -66
- package/dist/system/entities/user.group.entity.js.map +0 -1
- package/dist/system/entities/user.group.member.entity.d.ts +0 -10
- package/dist/system/entities/user.group.member.entity.js +0 -45
- package/dist/system/entities/user.group.member.entity.js.map +0 -1
- package/dist/system/entities/user.group.permission.entity.d.ts +0 -6
- package/dist/system/entities/user.group.permission.entity.js +0 -33
- package/dist/system/entities/user.group.permission.entity.js.map +0 -1
- package/dist/system/entities/user.group.role.entity.d.ts +0 -10
- package/dist/system/entities/user.group.role.entity.js +0 -45
- package/dist/system/entities/user.group.role.entity.js.map +0 -1
- package/dist/system/entities/user.preference.entity.d.ts +0 -7
- package/dist/system/entities/user.preference.entity.js +0 -40
- package/dist/system/entities/user.preference.entity.js.map +0 -1
- package/dist/system/entities/whatsapp.template.entity.d.ts +0 -7
- package/dist/system/entities/whatsapp.template.entity.js +0 -37
- package/dist/system/entities/whatsapp.template.entity.js.map +0 -1
- package/dist/system/es6.classes.d.ts +0 -155
- package/dist/system/es6.classes.js +0 -320
- package/dist/system/es6.classes.js.map +0 -1
- package/dist/system/index.d.ts +0 -10
- package/dist/system/index.js +0 -27
- package/dist/system/index.js.map +0 -1
- package/dist/system/jobs/clean.scheduled.event.job.d.ts +0 -12
- package/dist/system/jobs/clean.scheduled.event.job.js +0 -37
- package/dist/system/jobs/clean.scheduled.event.job.js.map +0 -1
- package/dist/system/jobs/column.mapper.job.d.ts +0 -11
- package/dist/system/jobs/column.mapper.job.js +0 -65
- package/dist/system/jobs/column.mapper.job.js.map +0 -1
- package/dist/system/jobs/comment.job.d.ts +0 -10
- package/dist/system/jobs/comment.job.js +0 -45
- package/dist/system/jobs/comment.job.js.map +0 -1
- package/dist/system/jobs/document.job.d.ts +0 -10
- package/dist/system/jobs/document.job.js +0 -45
- package/dist/system/jobs/document.job.js.map +0 -1
- package/dist/system/jobs/index.d.ts +0 -17
- package/dist/system/jobs/index.js +0 -34
- package/dist/system/jobs/index.js.map +0 -1
- package/dist/system/jobs/mail.validation.job.d.ts +0 -9
- package/dist/system/jobs/mail.validation.job.js +0 -28
- package/dist/system/jobs/mail.validation.job.js.map +0 -1
- package/dist/system/jobs/mobile.validation.job.d.ts +0 -9
- package/dist/system/jobs/mobile.validation.job.js +0 -28
- package/dist/system/jobs/mobile.validation.job.js.map +0 -1
- package/dist/system/jobs/model.scanner.job.d.ts +0 -20
- package/dist/system/jobs/model.scanner.job.js +0 -220
- package/dist/system/jobs/model.scanner.job.js.map +0 -1
- package/dist/system/jobs/property.job.d.ts +0 -10
- package/dist/system/jobs/property.job.js +0 -32
- package/dist/system/jobs/property.job.js.map +0 -1
- package/dist/system/jobs/refresh.property.cache.job.d.ts +0 -10
- package/dist/system/jobs/refresh.property.cache.job.js +0 -44
- package/dist/system/jobs/refresh.property.cache.job.js.map +0 -1
- package/dist/system/jobs/relationship.mapper.job.d.ts +0 -11
- package/dist/system/jobs/relationship.mapper.job.js +0 -60
- package/dist/system/jobs/relationship.mapper.job.js.map +0 -1
- package/dist/system/jobs/report.column.sync.job.d.ts +0 -18
- package/dist/system/jobs/report.column.sync.job.js +0 -133
- package/dist/system/jobs/report.column.sync.job.js.map +0 -1
- package/dist/system/jobs/scheduled.event.job.d.ts +0 -11
- package/dist/system/jobs/scheduled.event.job.js +0 -48
- package/dist/system/jobs/scheduled.event.job.js.map +0 -1
- package/dist/system/jobs/scheduled.events.job.d.ts +0 -10
- package/dist/system/jobs/scheduled.events.job.js +0 -43
- package/dist/system/jobs/scheduled.events.job.js.map +0 -1
- package/dist/system/jobs/sms.message.job.d.ts +0 -12
- package/dist/system/jobs/sms.message.job.js +0 -39
- package/dist/system/jobs/sms.message.job.js.map +0 -1
- package/dist/system/jobs/user.group.member.job.d.ts +0 -14
- package/dist/system/jobs/user.group.member.job.js +0 -101
- package/dist/system/jobs/user.group.member.job.js.map +0 -1
- package/dist/system/jobs/user.group.permission.job.d.ts +0 -10
- package/dist/system/jobs/user.group.permission.job.js +0 -59
- package/dist/system/jobs/user.group.permission.job.js.map +0 -1
- package/dist/system/jobs/user.group.role.job.d.ts +0 -10
- package/dist/system/jobs/user.group.role.job.js +0 -59
- package/dist/system/jobs/user.group.role.job.js.map +0 -1
- package/dist/system/libraries/business.rule.filter.validator.d.ts +0 -10
- package/dist/system/libraries/business.rule.filter.validator.js +0 -37
- package/dist/system/libraries/business.rule.filter.validator.js.map +0 -1
- package/dist/system/libraries/business.rule.query.evaluator.d.ts +0 -10
- package/dist/system/libraries/business.rule.query.evaluator.js +0 -40
- package/dist/system/libraries/business.rule.query.evaluator.js.map +0 -1
- package/dist/system/libraries/column.manager.d.ts +0 -17
- package/dist/system/libraries/column.manager.js +0 -70
- package/dist/system/libraries/column.manager.js.map +0 -1
- package/dist/system/libraries/index.d.ts +0 -6
- package/dist/system/libraries/index.js +0 -23
- package/dist/system/libraries/index.js.map +0 -1
- package/dist/system/libraries/model.sync.d.ts +0 -15
- package/dist/system/libraries/model.sync.js +0 -101
- package/dist/system/libraries/model.sync.js.map +0 -1
- package/dist/system/libraries/security.rule.evaluator.d.ts +0 -6
- package/dist/system/libraries/security.rule.evaluator.js +0 -26
- package/dist/system/libraries/security.rule.evaluator.js.map +0 -1
- package/dist/system/libraries/sync.dynamo.tables.d.ts +0 -12
- package/dist/system/libraries/sync.dynamo.tables.js +0 -64
- package/dist/system/libraries/sync.dynamo.tables.js.map +0 -1
- package/dist/system/modifiers/index.d.ts +0 -2
- package/dist/system/modifiers/index.js +0 -19
- package/dist/system/modifiers/index.js.map +0 -1
- package/dist/system/modifiers/menu.list.modifier.d.ts +0 -9
- package/dist/system/modifiers/menu.list.modifier.js +0 -45
- package/dist/system/modifiers/menu.list.modifier.js.map +0 -1
- package/dist/system/modifiers/module.list.modifier.d.ts +0 -8
- package/dist/system/modifiers/module.list.modifier.js +0 -37
- package/dist/system/modifiers/module.list.modifier.js.map +0 -1
- package/dist/system/services/aws.s3.service.d.ts +0 -19
- package/dist/system/services/aws.s3.service.js +0 -131
- package/dist/system/services/aws.s3.service.js.map +0 -1
- package/dist/system/services/business.rule.service.d.ts +0 -11
- package/dist/system/services/business.rule.service.js +0 -62
- package/dist/system/services/business.rule.service.js.map +0 -1
- package/dist/system/services/client.script.service.d.ts +0 -3
- package/dist/system/services/client.script.service.js +0 -39
- package/dist/system/services/client.script.service.js.map +0 -1
- package/dist/system/services/column.service.d.ts +0 -4
- package/dist/system/services/column.service.js +0 -33
- package/dist/system/services/column.service.js.map +0 -1
- package/dist/system/services/comment.service.d.ts +0 -12
- package/dist/system/services/comment.service.js +0 -35
- package/dist/system/services/comment.service.js.map +0 -1
- package/dist/system/services/common.service.d.ts +0 -12
- package/dist/system/services/common.service.js +0 -62
- package/dist/system/services/common.service.js.map +0 -1
- package/dist/system/services/document.service.d.ts +0 -13
- package/dist/system/services/document.service.js +0 -55
- package/dist/system/services/document.service.js.map +0 -1
- package/dist/system/services/es6.jobs.service.d.ts +0 -40
- package/dist/system/services/es6.jobs.service.js +0 -101
- package/dist/system/services/es6.jobs.service.js.map +0 -1
- package/dist/system/services/es6.service.d.ts +0 -50
- package/dist/system/services/es6.service.js +0 -123
- package/dist/system/services/es6.service.js.map +0 -1
- package/dist/system/services/event.detail.service.d.ts +0 -4
- package/dist/system/services/event.detail.service.js +0 -32
- package/dist/system/services/event.detail.service.js.map +0 -1
- package/dist/system/services/event.queue.service.d.ts +0 -5
- package/dist/system/services/event.queue.service.js +0 -47
- package/dist/system/services/event.queue.service.js.map +0 -1
- package/dist/system/services/form.service.d.ts +0 -7
- package/dist/system/services/form.service.js +0 -35
- package/dist/system/services/form.service.js.map +0 -1
- package/dist/system/services/index.d.ts +0 -23
- package/dist/system/services/index.js +0 -40
- package/dist/system/services/index.js.map +0 -1
- package/dist/system/services/list.service.d.ts +0 -37
- package/dist/system/services/list.service.js +0 -73
- package/dist/system/services/list.service.js.map +0 -1
- package/dist/system/services/mail.validation.service.d.ts +0 -14
- package/dist/system/services/mail.validation.service.js +0 -84
- package/dist/system/services/mail.validation.service.js.map +0 -1
- package/dist/system/services/menu.service.d.ts +0 -19
- package/dist/system/services/menu.service.js +0 -113
- package/dist/system/services/menu.service.js.map +0 -1
- package/dist/system/services/mobile.validation.service.d.ts +0 -14
- package/dist/system/services/mobile.validation.service.js +0 -88
- package/dist/system/services/mobile.validation.service.js.map +0 -1
- package/dist/system/services/model.service.d.ts +0 -21
- package/dist/system/services/model.service.js +0 -119
- package/dist/system/services/model.service.js.map +0 -1
- package/dist/system/services/preference.service.d.ts +0 -10
- package/dist/system/services/preference.service.js +0 -64
- package/dist/system/services/preference.service.js.map +0 -1
- package/dist/system/services/property.service.d.ts +0 -9
- package/dist/system/services/property.service.js +0 -63
- package/dist/system/services/property.service.js.map +0 -1
- package/dist/system/services/report.service.d.ts +0 -12
- package/dist/system/services/report.service.js +0 -58
- package/dist/system/services/report.service.js.map +0 -1
- package/dist/system/services/scheduled.event.service.d.ts +0 -10
- package/dist/system/services/scheduled.event.service.js +0 -104
- package/dist/system/services/scheduled.event.service.js.map +0 -1
- package/dist/system/services/security.rule.service.d.ts +0 -12
- package/dist/system/services/security.rule.service.js +0 -90
- package/dist/system/services/security.rule.service.js.map +0 -1
- package/dist/system/services/ui.action.service.d.ts +0 -9
- package/dist/system/services/ui.action.service.js +0 -56
- package/dist/system/services/ui.action.service.js.map +0 -1
- package/dist/system/services/upload.service.d.ts +0 -14
- package/dist/system/services/upload.service.js +0 -72
- package/dist/system/services/upload.service.js.map +0 -1
- package/dist/system/services/user.preference.service.d.ts +0 -11
- package/dist/system/services/user.preference.service.js +0 -76
- package/dist/system/services/user.preference.service.js.map +0 -1
- package/dist/system/subscribers/column.subscriber.d.ts +0 -12
- package/dist/system/subscribers/column.subscriber.js +0 -39
- package/dist/system/subscribers/column.subscriber.js.map +0 -1
- package/dist/system/subscribers/comment.subscriber.d.ts +0 -12
- package/dist/system/subscribers/comment.subscriber.js +0 -39
- package/dist/system/subscribers/comment.subscriber.js.map +0 -1
- package/dist/system/subscribers/document.subscriber.d.ts +0 -12
- package/dist/system/subscribers/document.subscriber.js +0 -39
- package/dist/system/subscribers/document.subscriber.js.map +0 -1
- package/dist/system/subscribers/index.d.ts +0 -12
- package/dist/system/subscribers/index.js +0 -29
- package/dist/system/subscribers/index.js.map +0 -1
- package/dist/system/subscribers/mail.validation.subscriber.d.ts +0 -12
- package/dist/system/subscribers/mail.validation.subscriber.js +0 -39
- package/dist/system/subscribers/mail.validation.subscriber.js.map +0 -1
- package/dist/system/subscribers/mobile.validation.subscriber.d.ts +0 -12
- package/dist/system/subscribers/mobile.validation.subscriber.js +0 -39
- package/dist/system/subscribers/mobile.validation.subscriber.js.map +0 -1
- package/dist/system/subscribers/property.subscriber.d.ts +0 -14
- package/dist/system/subscribers/property.subscriber.js +0 -48
- package/dist/system/subscribers/property.subscriber.js.map +0 -1
- package/dist/system/subscribers/relationship.subscriber.d.ts +0 -11
- package/dist/system/subscribers/relationship.subscriber.js +0 -37
- package/dist/system/subscribers/relationship.subscriber.js.map +0 -1
- package/dist/system/subscribers/scheduled.event.subscriber.d.ts +0 -14
- package/dist/system/subscribers/scheduled.event.subscriber.js +0 -45
- package/dist/system/subscribers/scheduled.event.subscriber.js.map +0 -1
- package/dist/system/subscribers/sms.message.subscriber.d.ts +0 -12
- package/dist/system/subscribers/sms.message.subscriber.js +0 -39
- package/dist/system/subscribers/sms.message.subscriber.js.map +0 -1
- package/dist/system/subscribers/user.group.member.subscriber.d.ts +0 -12
- package/dist/system/subscribers/user.group.member.subscriber.js +0 -39
- package/dist/system/subscribers/user.group.member.subscriber.js.map +0 -1
- package/dist/system/subscribers/user.group.permission.subscriber.d.ts +0 -12
- package/dist/system/subscribers/user.group.permission.subscriber.js +0 -39
- package/dist/system/subscribers/user.group.permission.subscriber.js.map +0 -1
- package/dist/system/subscribers/user.group.role.subscriber.d.ts +0 -12
- package/dist/system/subscribers/user.group.role.subscriber.js +0 -39
- package/dist/system/subscribers/user.group.role.subscriber.js.map +0 -1
- package/dist/system/system.module.d.ts +0 -2
- package/dist/system/system.module.js +0 -26
- package/dist/system/system.module.js.map +0 -1
- package/dist/worker.d.ts +0 -1
- package/dist/worker.js +0 -16
- package/dist/worker.js.map +0 -1
- package/dist/worker.service.d.ts +0 -9
- package/dist/worker.service.js +0 -36
- package/dist/worker.service.js.map +0 -1
@@ -1,25 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
-
if (k2 === undefined) k2 = k;
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
-
}
|
8
|
-
Object.defineProperty(o, k2, desc);
|
9
|
-
}) : (function(o, m, k, k2) {
|
10
|
-
if (k2 === undefined) k2 = k;
|
11
|
-
o[k2] = m[k];
|
12
|
-
}));
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
-
};
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./base.controller"), exports);
|
18
|
-
__exportStar(require("./data.controller"), exports);
|
19
|
-
__exportStar(require("./form.controller"), exports);
|
20
|
-
__exportStar(require("./menu.controller"), exports);
|
21
|
-
__exportStar(require("./preference.controller"), exports);
|
22
|
-
__exportStar(require("./report.controller"), exports);
|
23
|
-
__exportStar(require("./upload.controller"), exports);
|
24
|
-
__exportStar(require("./user.preference.controller"), exports);
|
25
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/controllers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,oDAAkC;AAClC,oDAAkC;AAClC,oDAAkC;AAClC,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC;AACpC,+DAA6C"}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { MenuService } from '../services/menu.service';
|
2
|
-
export declare class MenuController {
|
3
|
-
private readonly menuService;
|
4
|
-
constructor(menuService: MenuService);
|
5
|
-
get(): Promise<{
|
6
|
-
modules: any[];
|
7
|
-
pages: any;
|
8
|
-
}>;
|
9
|
-
show(id: number): Promise<import("..").MenuEntity>;
|
10
|
-
}
|
@@ -1,47 +0,0 @@
|
|
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
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
13
|
-
};
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
15
|
-
exports.MenuController = void 0;
|
16
|
-
const common_1 = require("@nestjs/common");
|
17
|
-
const menu_service_1 = require("../services/menu.service");
|
18
|
-
let MenuController = class MenuController {
|
19
|
-
constructor(menuService) {
|
20
|
-
this.menuService = menuService;
|
21
|
-
}
|
22
|
-
async get() {
|
23
|
-
return this.menuService.getMenus();
|
24
|
-
}
|
25
|
-
async show(id) {
|
26
|
-
return this.menuService.getMenuDetails(id);
|
27
|
-
}
|
28
|
-
};
|
29
|
-
__decorate([
|
30
|
-
(0, common_1.Get)(),
|
31
|
-
__metadata("design:type", Function),
|
32
|
-
__metadata("design:paramtypes", []),
|
33
|
-
__metadata("design:returntype", Promise)
|
34
|
-
], MenuController.prototype, "get", null);
|
35
|
-
__decorate([
|
36
|
-
(0, common_1.Get)(':id'),
|
37
|
-
__param(0, (0, common_1.Param)('id')),
|
38
|
-
__metadata("design:type", Function),
|
39
|
-
__metadata("design:paramtypes", [Number]),
|
40
|
-
__metadata("design:returntype", Promise)
|
41
|
-
], MenuController.prototype, "show", null);
|
42
|
-
MenuController = __decorate([
|
43
|
-
(0, common_1.Controller)('api/admin/menu'),
|
44
|
-
__metadata("design:paramtypes", [menu_service_1.MenuService])
|
45
|
-
], MenuController);
|
46
|
-
exports.MenuController = MenuController;
|
47
|
-
//# sourceMappingURL=menu.controller.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"menu.controller.js","sourceRoot":"","sources":["../../../src/system/controllers/menu.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAwD;AACxD,2DAAuD;AAGhD,IAAM,cAAc,GAApB,MAAM,cAAc;IACvB,YAA6B,WAAwB;QAAxB,gBAAW,GAAX,WAAW,CAAa;IAAG,CAAC;IAGnD,AAAN,KAAK,CAAC,GAAG;QACL,OAAO,IAAI,CAAC,WAAW,CAAC,QAAQ,EAAE,CAAC;IACvC,CAAC;IAGK,AAAN,KAAK,CAAC,IAAI,CAAc,EAAU;QAC9B,OAAO,IAAI,CAAC,WAAW,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;IAC/C,CAAC;CACJ,CAAA;AARS;IADL,IAAA,YAAG,GAAE;;;;yCAGL;AAGK;IADL,IAAA,YAAG,EAAC,KAAK,CAAC;IACC,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;0CAEtB;AAXQ,cAAc;IAD1B,IAAA,mBAAU,EAAC,gBAAgB,CAAC;qCAEiB,0BAAW;GAD5C,cAAc,CAY1B;AAZY,wCAAc"}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { AccessManager } from '../../auth/services/access.manager';
|
2
|
-
import { MenuListPreferenceCreationDto } from '../dtos/menu.list.preference.creation.dto';
|
3
|
-
import { ModelFormPreferenceCreationDto } from '../dtos/model.form.preference.creation.dto';
|
4
|
-
import { FormPreferenceEntity } from '../entities/form.preference.entity';
|
5
|
-
import { ListPreferenceEntity } from '../entities/list.preference.entity';
|
6
|
-
import { UserPreferenceService } from '../services/user.preference.service';
|
7
|
-
export declare class PreferenceController {
|
8
|
-
private readonly accessManager;
|
9
|
-
private readonly userPreferenceService;
|
10
|
-
constructor(accessManager: AccessManager, userPreferenceService: UserPreferenceService);
|
11
|
-
getUserPreferences(): Promise<import("..").UserPreferenceEntity[]>;
|
12
|
-
setPreference(body: MenuListPreferenceCreationDto): Promise<ListPreferenceEntity>;
|
13
|
-
storeMenuListPreference(id: number, body: MenuListPreferenceCreationDto): Promise<ListPreferenceEntity>;
|
14
|
-
storeModelFormPreference(id: number, body: ModelFormPreferenceCreationDto): Promise<FormPreferenceEntity>;
|
15
|
-
storeFormPreference(body: any): Promise<FormPreferenceEntity>;
|
16
|
-
dropListPreference(id: number): Promise<void>;
|
17
|
-
dropFormPreference(id: number): Promise<void>;
|
18
|
-
}
|
@@ -1,149 +0,0 @@
|
|
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
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
13
|
-
};
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
15
|
-
exports.PreferenceController = void 0;
|
16
|
-
const common_1 = require("@nestjs/common");
|
17
|
-
const access_manager_1 = require("../../auth/services/access.manager");
|
18
|
-
const access_exception_1 = require("../../common/exceptions/access.exception");
|
19
|
-
const operation_exception_1 = require("../../common/exceptions/operation.exception");
|
20
|
-
const auth_1 = require("../../common/libraries/auth");
|
21
|
-
const menu_list_preference_creation_dto_1 = require("../dtos/menu.list.preference.creation.dto");
|
22
|
-
const model_form_preference_creation_dto_1 = require("../dtos/model.form.preference.creation.dto");
|
23
|
-
const form_preference_entity_1 = require("../entities/form.preference.entity");
|
24
|
-
const list_preference_entity_1 = require("../entities/list.preference.entity");
|
25
|
-
const user_preference_service_1 = require("../services/user.preference.service");
|
26
|
-
const SOURCEHASH = require("../../config/source.hash");
|
27
|
-
let PreferenceController = class PreferenceController {
|
28
|
-
constructor(accessManager, userPreferenceService) {
|
29
|
-
this.accessManager = accessManager;
|
30
|
-
this.userPreferenceService = userPreferenceService;
|
31
|
-
}
|
32
|
-
async getUserPreferences() {
|
33
|
-
return this.userPreferenceService.getUserPreferences();
|
34
|
-
}
|
35
|
-
async setPreference(body) {
|
36
|
-
const user = auth_1.Auth.user();
|
37
|
-
const preference = await list_preference_entity_1.ListPreferenceEntity.firstOrNew({
|
38
|
-
source_type: body.source_type,
|
39
|
-
source_id: body.source_id,
|
40
|
-
user_id: user.id,
|
41
|
-
name: body.name,
|
42
|
-
});
|
43
|
-
preference.column_definition = body.column_definition;
|
44
|
-
return preference.save();
|
45
|
-
}
|
46
|
-
async storeMenuListPreference(id, body) {
|
47
|
-
const user = auth_1.Auth.user();
|
48
|
-
const preference = await list_preference_entity_1.ListPreferenceEntity.firstOrNew({
|
49
|
-
source_type: SOURCEHASH.menu,
|
50
|
-
source_id: id,
|
51
|
-
user_id: user.id,
|
52
|
-
name: body.name,
|
53
|
-
});
|
54
|
-
preference.column_definition = body.column_definition;
|
55
|
-
preference.save();
|
56
|
-
return preference;
|
57
|
-
}
|
58
|
-
async storeModelFormPreference(id, body) {
|
59
|
-
const preference = await form_preference_entity_1.FormPreferenceEntity.firstOrNew({
|
60
|
-
source_type: SOURCEHASH.model,
|
61
|
-
source_id: id,
|
62
|
-
name: body.name,
|
63
|
-
});
|
64
|
-
preference.column_definition = body.column_definition;
|
65
|
-
preference.save();
|
66
|
-
return preference;
|
67
|
-
}
|
68
|
-
async storeFormPreference(body) {
|
69
|
-
const source = body.source_type === SOURCEHASH.relationship ? SOURCEHASH.model : body.source_type;
|
70
|
-
const preference = await form_preference_entity_1.FormPreferenceEntity.firstOrNew({
|
71
|
-
source_type: source,
|
72
|
-
source_id: body.source_id,
|
73
|
-
name: body.name,
|
74
|
-
});
|
75
|
-
preference.column_definition = body.column_definition;
|
76
|
-
return preference.save();
|
77
|
-
}
|
78
|
-
async dropListPreference(id) {
|
79
|
-
const user = auth_1.Auth.user();
|
80
|
-
const record = await list_preference_entity_1.ListPreferenceEntity.first(id);
|
81
|
-
if (!record)
|
82
|
-
throw new operation_exception_1.OperationException('Invalid record to drop');
|
83
|
-
if (record.user_id !== user.id && !this.accessManager.hasRoleId(1))
|
84
|
-
throw new access_exception_1.AccessException('Not your record to drop');
|
85
|
-
record.softDelete();
|
86
|
-
}
|
87
|
-
async dropFormPreference(id) {
|
88
|
-
const record = await form_preference_entity_1.FormPreferenceEntity.first(id);
|
89
|
-
if (!record)
|
90
|
-
throw new operation_exception_1.OperationException('Invalid record to drop');
|
91
|
-
record.softDelete();
|
92
|
-
}
|
93
|
-
};
|
94
|
-
__decorate([
|
95
|
-
(0, common_1.Get)('preferences'),
|
96
|
-
__metadata("design:type", Function),
|
97
|
-
__metadata("design:paramtypes", []),
|
98
|
-
__metadata("design:returntype", Promise)
|
99
|
-
], PreferenceController.prototype, "getUserPreferences", null);
|
100
|
-
__decorate([
|
101
|
-
(0, common_1.Post)('list-preference'),
|
102
|
-
__param(0, (0, common_1.Body)()),
|
103
|
-
__metadata("design:type", Function),
|
104
|
-
__metadata("design:paramtypes", [menu_list_preference_creation_dto_1.MenuListPreferenceCreationDto]),
|
105
|
-
__metadata("design:returntype", Promise)
|
106
|
-
], PreferenceController.prototype, "setPreference", null);
|
107
|
-
__decorate([
|
108
|
-
(0, common_1.Post)('menu-list-preference/:id'),
|
109
|
-
__param(0, (0, common_1.Param)('id')),
|
110
|
-
__param(1, (0, common_1.Body)()),
|
111
|
-
__metadata("design:type", Function),
|
112
|
-
__metadata("design:paramtypes", [Number, menu_list_preference_creation_dto_1.MenuListPreferenceCreationDto]),
|
113
|
-
__metadata("design:returntype", Promise)
|
114
|
-
], PreferenceController.prototype, "storeMenuListPreference", null);
|
115
|
-
__decorate([
|
116
|
-
(0, common_1.Post)('model-form-preference/:id'),
|
117
|
-
__param(0, (0, common_1.Param)('id')),
|
118
|
-
__param(1, (0, common_1.Body)()),
|
119
|
-
__metadata("design:type", Function),
|
120
|
-
__metadata("design:paramtypes", [Number, model_form_preference_creation_dto_1.ModelFormPreferenceCreationDto]),
|
121
|
-
__metadata("design:returntype", Promise)
|
122
|
-
], PreferenceController.prototype, "storeModelFormPreference", null);
|
123
|
-
__decorate([
|
124
|
-
(0, common_1.Post)('form-preference'),
|
125
|
-
__param(0, (0, common_1.Body)()),
|
126
|
-
__metadata("design:type", Function),
|
127
|
-
__metadata("design:paramtypes", [Object]),
|
128
|
-
__metadata("design:returntype", Promise)
|
129
|
-
], PreferenceController.prototype, "storeFormPreference", null);
|
130
|
-
__decorate([
|
131
|
-
(0, common_1.Delete)('list-preference/:id'),
|
132
|
-
__param(0, (0, common_1.Param)('id')),
|
133
|
-
__metadata("design:type", Function),
|
134
|
-
__metadata("design:paramtypes", [Number]),
|
135
|
-
__metadata("design:returntype", Promise)
|
136
|
-
], PreferenceController.prototype, "dropListPreference", null);
|
137
|
-
__decorate([
|
138
|
-
(0, common_1.Delete)('form-preference/:id'),
|
139
|
-
__param(0, (0, common_1.Param)('id')),
|
140
|
-
__metadata("design:type", Function),
|
141
|
-
__metadata("design:paramtypes", [Number]),
|
142
|
-
__metadata("design:returntype", Promise)
|
143
|
-
], PreferenceController.prototype, "dropFormPreference", null);
|
144
|
-
PreferenceController = __decorate([
|
145
|
-
(0, common_1.Controller)('api/admin/'),
|
146
|
-
__metadata("design:paramtypes", [access_manager_1.AccessManager, user_preference_service_1.UserPreferenceService])
|
147
|
-
], PreferenceController);
|
148
|
-
exports.PreferenceController = PreferenceController;
|
149
|
-
//# sourceMappingURL=preference.controller.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"preference.controller.js","sourceRoot":"","sources":["../../../src/system/controllers/preference.controller.ts"],"names":[],"mappings":"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"}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { CacheService } from '../../platformUtility/services';
|
2
|
-
import { SqlService } from '../../platformUtility/services/sql.service';
|
3
|
-
import { ReportEntity } from '../entities/report.entity';
|
4
|
-
import { ReportColumnSyncJob } from '../jobs/report.column.sync.job';
|
5
|
-
import { ListService } from '../services/list.service';
|
6
|
-
import { ModelService } from '../services/model.service';
|
7
|
-
import { PreferenceService } from '../services/preference.service';
|
8
|
-
import { ReportService } from '../services/report.service';
|
9
|
-
export declare class ReportController {
|
10
|
-
private readonly reportColumnSyncJob;
|
11
|
-
private readonly reportService;
|
12
|
-
private readonly listService;
|
13
|
-
private readonly modelService;
|
14
|
-
private readonly preferenceService;
|
15
|
-
private readonly cacheService;
|
16
|
-
private readonly sqlService;
|
17
|
-
constructor(reportColumnSyncJob: ReportColumnSyncJob, reportService: ReportService, listService: ListService, modelService: ModelService, preferenceService: PreferenceService, cacheService: CacheService, sqlService: SqlService);
|
18
|
-
syncReportColumns(id: number): Promise<any>;
|
19
|
-
getReportDetails(id: number): Promise<ReportEntity>;
|
20
|
-
getChartData(id: number, body: any): Promise<any>;
|
21
|
-
getReportData(id: number, body: any): Promise<any>;
|
22
|
-
}
|
@@ -1,117 +0,0 @@
|
|
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
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
13
|
-
};
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
15
|
-
exports.ReportController = void 0;
|
16
|
-
const common_1 = require("@nestjs/common");
|
17
|
-
const access_exception_1 = require("../../common/exceptions/access.exception");
|
18
|
-
const report_body_parser_1 = require("../../common/libraries/report.body.parser");
|
19
|
-
const report_list_manager_1 = require("../../common/libraries/report.list.manager");
|
20
|
-
const SOURCEHASH = require("../../config/source.hash");
|
21
|
-
const services_1 = require("../../platformUtility/services");
|
22
|
-
const sql_service_1 = require("../../platformUtility/services/sql.service");
|
23
|
-
const chart_entity_1 = require("../entities/chart.entity");
|
24
|
-
const report_entity_1 = require("../entities/report.entity");
|
25
|
-
const report_column_sync_job_1 = require("../jobs/report.column.sync.job");
|
26
|
-
const list_service_1 = require("../services/list.service");
|
27
|
-
const model_service_1 = require("../services/model.service");
|
28
|
-
const preference_service_1 = require("../services/preference.service");
|
29
|
-
const report_service_1 = require("../services/report.service");
|
30
|
-
let ReportController = class ReportController {
|
31
|
-
constructor(reportColumnSyncJob, reportService, listService, modelService, preferenceService, cacheService, sqlService) {
|
32
|
-
this.reportColumnSyncJob = reportColumnSyncJob;
|
33
|
-
this.reportService = reportService;
|
34
|
-
this.listService = listService;
|
35
|
-
this.modelService = modelService;
|
36
|
-
this.preferenceService = preferenceService;
|
37
|
-
this.cacheService = cacheService;
|
38
|
-
this.sqlService = sqlService;
|
39
|
-
}
|
40
|
-
async syncReportColumns(id) {
|
41
|
-
return this.reportColumnSyncJob.handle(id);
|
42
|
-
}
|
43
|
-
async getReportDetails(id) {
|
44
|
-
const hasAccess = await this.reportService.hasAccess(id);
|
45
|
-
if (!hasAccess)
|
46
|
-
throw new access_exception_1.AccessException('You dont have access to this report');
|
47
|
-
return this.reportService.getReportDetails(id);
|
48
|
-
}
|
49
|
-
async getChartData(id, body) {
|
50
|
-
const chart = await chart_entity_1.ChartEntity.first(id, {});
|
51
|
-
if (!chart || chart.source_type !== SOURCEHASH.report)
|
52
|
-
throw new access_exception_1.AccessException('You dont have access to this chart');
|
53
|
-
const hasAccess = await this.reportService.hasAccess(chart.source_id);
|
54
|
-
if (!hasAccess)
|
55
|
-
throw new access_exception_1.AccessException('You dont have access to this chart');
|
56
|
-
const params = new report_body_parser_1.ReportBodyParser().process(body);
|
57
|
-
params.report = await report_entity_1.ReportEntity.first(chart.source_id, {
|
58
|
-
relations: ['params', 'query'],
|
59
|
-
});
|
60
|
-
params.layout = await this.listService.getLayoutDefinition(params.layout_id);
|
61
|
-
const data = await new report_list_manager_1.ReportListManager(this.modelService, this.cacheService, this.preferenceService, this.sqlService, this.reportService).process(params);
|
62
|
-
return data.data;
|
63
|
-
}
|
64
|
-
async getReportData(id, body) {
|
65
|
-
const hasAccess = await this.reportService.hasAccess(id);
|
66
|
-
if (!hasAccess)
|
67
|
-
throw new access_exception_1.AccessException('You dont have access to this report');
|
68
|
-
const params = new report_body_parser_1.ReportBodyParser().process(body);
|
69
|
-
params.report = await report_entity_1.ReportEntity.first(id, {
|
70
|
-
relations: ['params', 'query'],
|
71
|
-
});
|
72
|
-
params.layout = await this.listService.getLayoutDefinition(params.layout_id);
|
73
|
-
return new report_list_manager_1.ReportListManager(this.modelService, this.cacheService, this.preferenceService, this.sqlService, this.reportService).process(params);
|
74
|
-
}
|
75
|
-
};
|
76
|
-
__decorate([
|
77
|
-
(0, common_1.Post)('report/:id/sync'),
|
78
|
-
__param(0, (0, common_1.Param)('id')),
|
79
|
-
__metadata("design:type", Function),
|
80
|
-
__metadata("design:paramtypes", [Number]),
|
81
|
-
__metadata("design:returntype", Promise)
|
82
|
-
], ReportController.prototype, "syncReportColumns", null);
|
83
|
-
__decorate([
|
84
|
-
(0, common_1.Get)('report/:id'),
|
85
|
-
__param(0, (0, common_1.Param)('id')),
|
86
|
-
__metadata("design:type", Function),
|
87
|
-
__metadata("design:paramtypes", [Number]),
|
88
|
-
__metadata("design:returntype", Promise)
|
89
|
-
], ReportController.prototype, "getReportDetails", null);
|
90
|
-
__decorate([
|
91
|
-
(0, common_1.Post)('get-chart-data/:id'),
|
92
|
-
__param(0, (0, common_1.Param)('id')),
|
93
|
-
__param(1, (0, common_1.Body)()),
|
94
|
-
__metadata("design:type", Function),
|
95
|
-
__metadata("design:paramtypes", [Number, Object]),
|
96
|
-
__metadata("design:returntype", Promise)
|
97
|
-
], ReportController.prototype, "getChartData", null);
|
98
|
-
__decorate([
|
99
|
-
(0, common_1.Post)('get-report-data/:id'),
|
100
|
-
__param(0, (0, common_1.Param)('id')),
|
101
|
-
__param(1, (0, common_1.Body)()),
|
102
|
-
__metadata("design:type", Function),
|
103
|
-
__metadata("design:paramtypes", [Number, Object]),
|
104
|
-
__metadata("design:returntype", Promise)
|
105
|
-
], ReportController.prototype, "getReportData", null);
|
106
|
-
ReportController = __decorate([
|
107
|
-
(0, common_1.Controller)('api/admin'),
|
108
|
-
__metadata("design:paramtypes", [report_column_sync_job_1.ReportColumnSyncJob,
|
109
|
-
report_service_1.ReportService,
|
110
|
-
list_service_1.ListService,
|
111
|
-
model_service_1.ModelService,
|
112
|
-
preference_service_1.PreferenceService,
|
113
|
-
services_1.CacheService,
|
114
|
-
sql_service_1.SqlService])
|
115
|
-
], ReportController);
|
116
|
-
exports.ReportController = ReportController;
|
117
|
-
//# sourceMappingURL=report.controller.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"report.controller.js","sourceRoot":"","sources":["../../../src/system/controllers/report.controller.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { UploadService } from '../services/upload.service';
|
2
|
-
export declare class UploadController {
|
3
|
-
private uploadService;
|
4
|
-
constructor(uploadService: UploadService);
|
5
|
-
file(files: any): Promise<any[]>;
|
6
|
-
uploadFile(files: any): Promise<any[]>;
|
7
|
-
private uploadFiles;
|
8
|
-
}
|
@@ -1,60 +0,0 @@
|
|
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
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
13
|
-
};
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
15
|
-
exports.UploadController = void 0;
|
16
|
-
const common_1 = require("@nestjs/common");
|
17
|
-
const platform_express_1 = require("@nestjs/platform-express");
|
18
|
-
const upload_service_1 = require("../services/upload.service");
|
19
|
-
let UploadController = class UploadController {
|
20
|
-
constructor(uploadService) {
|
21
|
-
this.uploadService = uploadService;
|
22
|
-
}
|
23
|
-
async file(files) {
|
24
|
-
return this.uploadFiles(files);
|
25
|
-
}
|
26
|
-
async uploadFile(files) {
|
27
|
-
return this.uploadFiles(files);
|
28
|
-
}
|
29
|
-
async uploadFiles(files) {
|
30
|
-
const promises = [];
|
31
|
-
files.forEach((file) => {
|
32
|
-
promises.push(this.uploadService.uploadFile(file));
|
33
|
-
});
|
34
|
-
return Promise.all(promises).then((res) => {
|
35
|
-
return res;
|
36
|
-
});
|
37
|
-
}
|
38
|
-
};
|
39
|
-
__decorate([
|
40
|
-
(0, common_1.Post)('uploads'),
|
41
|
-
(0, common_1.UseInterceptors)((0, platform_express_1.AnyFilesInterceptor)()),
|
42
|
-
__param(0, (0, common_1.UploadedFiles)()),
|
43
|
-
__metadata("design:type", Function),
|
44
|
-
__metadata("design:paramtypes", [Object]),
|
45
|
-
__metadata("design:returntype", Promise)
|
46
|
-
], UploadController.prototype, "file", null);
|
47
|
-
__decorate([
|
48
|
-
(0, common_1.Post)('api/admin/uploads'),
|
49
|
-
(0, common_1.UseInterceptors)((0, platform_express_1.AnyFilesInterceptor)()),
|
50
|
-
__param(0, (0, common_1.UploadedFiles)()),
|
51
|
-
__metadata("design:type", Function),
|
52
|
-
__metadata("design:paramtypes", [Object]),
|
53
|
-
__metadata("design:returntype", Promise)
|
54
|
-
], UploadController.prototype, "uploadFile", null);
|
55
|
-
UploadController = __decorate([
|
56
|
-
(0, common_1.Controller)(),
|
57
|
-
__metadata("design:paramtypes", [upload_service_1.UploadService])
|
58
|
-
], UploadController);
|
59
|
-
exports.UploadController = UploadController;
|
60
|
-
//# sourceMappingURL=upload.controller.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"upload.controller.js","sourceRoot":"","sources":["../../../src/system/controllers/upload.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAkF;AAClF,+DAA+D;AAC/D,+DAA2D;AAGpD,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IACzB,YAAoB,aAA4B;QAA5B,kBAAa,GAAb,aAAa,CAAe;IAAG,CAAC;IAI9C,AAAN,KAAK,CAAC,IAAI,CAAkB,KAAK;QAC7B,OAAO,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IACnC,CAAC;IAIK,AAAN,KAAK,CAAC,UAAU,CAAkB,KAAK;QACnC,OAAO,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IACnC,CAAC;IAEO,KAAK,CAAC,WAAW,CAAC,KAAK;QAC3B,MAAM,QAAQ,GAAG,EAAE,CAAC;QAEpB,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YACnB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;QACvD,CAAC,CAAC,CAAC;QAEH,OAAO,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE;YACtC,OAAO,GAAG,CAAC;QACf,CAAC,CAAC,CAAC;IACP,CAAC;CACJ,CAAA;AArBS;IAFL,IAAA,aAAI,EAAC,SAAS,CAAC;IACf,IAAA,wBAAe,EAAC,IAAA,sCAAmB,GAAE,CAAC;IAC3B,WAAA,IAAA,sBAAa,GAAE,CAAA;;;;4CAE1B;AAIK;IAFL,IAAA,aAAI,EAAC,mBAAmB,CAAC;IACzB,IAAA,wBAAe,EAAC,IAAA,sCAAmB,GAAE,CAAC;IACrB,WAAA,IAAA,sBAAa,GAAE,CAAA;;;;kDAEhC;AAbQ,gBAAgB;IAD5B,IAAA,mBAAU,GAAE;qCAE0B,8BAAa;GADvC,gBAAgB,CA0B5B;AA1BY,4CAAgB"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { UserPreferenceCreationDto } from '../dtos/user.preference.creation.dto';
|
2
|
-
import { UserPreferenceEntity } from '../entities/user.preference.entity';
|
3
|
-
import { UserPreferenceService } from '../services/user.preference.service';
|
4
|
-
export declare class UserPreferenceController {
|
5
|
-
private readonly userPreferenceService;
|
6
|
-
constructor(userPreferenceService: UserPreferenceService);
|
7
|
-
get(): Promise<UserPreferenceEntity[]>;
|
8
|
-
store(preference: UserPreferenceCreationDto): Promise<UserPreferenceEntity>;
|
9
|
-
}
|
@@ -1,56 +0,0 @@
|
|
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
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
13
|
-
};
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
15
|
-
exports.UserPreferenceController = void 0;
|
16
|
-
const common_1 = require("@nestjs/common");
|
17
|
-
const auth_1 = require("../../common/libraries/auth");
|
18
|
-
const user_preference_creation_dto_1 = require("../dtos/user.preference.creation.dto");
|
19
|
-
const user_preference_entity_1 = require("../entities/user.preference.entity");
|
20
|
-
const user_preference_service_1 = require("../services/user.preference.service");
|
21
|
-
let UserPreferenceController = class UserPreferenceController {
|
22
|
-
constructor(userPreferenceService) {
|
23
|
-
this.userPreferenceService = userPreferenceService;
|
24
|
-
}
|
25
|
-
async get() {
|
26
|
-
const user = auth_1.Auth.user();
|
27
|
-
return user_preference_entity_1.UserPreferenceEntity.find({
|
28
|
-
where: {
|
29
|
-
user_id: user.id,
|
30
|
-
},
|
31
|
-
});
|
32
|
-
}
|
33
|
-
async store(preference) {
|
34
|
-
const promises = [];
|
35
|
-
return this.userPreferenceService.setUserPreference(preference.name, preference.value);
|
36
|
-
}
|
37
|
-
};
|
38
|
-
__decorate([
|
39
|
-
(0, common_1.Get)(),
|
40
|
-
__metadata("design:type", Function),
|
41
|
-
__metadata("design:paramtypes", []),
|
42
|
-
__metadata("design:returntype", Promise)
|
43
|
-
], UserPreferenceController.prototype, "get", null);
|
44
|
-
__decorate([
|
45
|
-
(0, common_1.Post)(),
|
46
|
-
__param(0, (0, common_1.Body)()),
|
47
|
-
__metadata("design:type", Function),
|
48
|
-
__metadata("design:paramtypes", [user_preference_creation_dto_1.UserPreferenceCreationDto]),
|
49
|
-
__metadata("design:returntype", Promise)
|
50
|
-
], UserPreferenceController.prototype, "store", null);
|
51
|
-
UserPreferenceController = __decorate([
|
52
|
-
(0, common_1.Controller)('api/admin/user-preference'),
|
53
|
-
__metadata("design:paramtypes", [user_preference_service_1.UserPreferenceService])
|
54
|
-
], UserPreferenceController);
|
55
|
-
exports.UserPreferenceController = UserPreferenceController;
|
56
|
-
//# sourceMappingURL=user.preference.controller.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"user.preference.controller.js","sourceRoot":"","sources":["../../../src/system/controllers/user.preference.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA6D;AAC7D,sDAAmD;AACnD,uFAAiF;AACjF,+EAA0E;AAC1E,iFAA4E;AAGrE,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IACjC,YAA6B,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAAG,CAAC;IAEvE,AAAN,KAAK,CAAC,GAAG;QACL,MAAM,IAAI,GAAG,WAAI,CAAC,IAAI,EAAE,CAAC;QAEzB,OAAO,6CAAoB,CAAC,IAAI,CAAC;YAC7B,KAAK,EAAE;gBACH,OAAO,EAAE,IAAI,CAAC,EAAE;aACnB;SACJ,CAAC,CAAC;IACP,CAAC;IAGK,AAAN,KAAK,CAAC,KAAK,CAAS,UAAqC;QACrD,MAAM,QAAQ,GAAG,EAAE,CAAC;QAEpB,OAAO,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAC3F,CAAC;CACJ,CAAA;AAhBS;IADL,IAAA,YAAG,GAAE;;;;mDASL;AAGK;IADL,IAAA,aAAI,GAAE;IACM,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAa,wDAAyB;;qDAIxD;AAlBQ,wBAAwB;IADpC,IAAA,mBAAU,EAAC,2BAA2B,CAAC;qCAEgB,+CAAqB;GADhE,wBAAwB,CAmBpC;AAnBY,4DAAwB"}
|
@@ -1,41 +0,0 @@
|
|
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.AddCommentDto = void 0;
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
14
|
-
const class_validator_1 = require("class-validator");
|
15
|
-
class AddCommentDto {
|
16
|
-
}
|
17
|
-
__decorate([
|
18
|
-
(0, class_transformer_1.Expose)(),
|
19
|
-
(0, class_validator_1.IsNumber)(),
|
20
|
-
(0, class_validator_1.IsOptional)(),
|
21
|
-
__metadata("design:type", Number)
|
22
|
-
], AddCommentDto.prototype, "id", void 0);
|
23
|
-
__decorate([
|
24
|
-
(0, class_transformer_1.Expose)(),
|
25
|
-
(0, class_validator_1.IsNotEmpty)(),
|
26
|
-
__metadata("design:type", String)
|
27
|
-
], AddCommentDto.prototype, "comments", void 0);
|
28
|
-
__decorate([
|
29
|
-
(0, class_transformer_1.Expose)(),
|
30
|
-
(0, class_validator_1.IsNumber)(),
|
31
|
-
(0, class_validator_1.IsOptional)(),
|
32
|
-
__metadata("design:type", Number)
|
33
|
-
], AddCommentDto.prototype, "type_id", void 0);
|
34
|
-
__decorate([
|
35
|
-
(0, class_transformer_1.Expose)(),
|
36
|
-
(0, class_validator_1.IsBoolean)(),
|
37
|
-
(0, class_validator_1.IsOptional)(),
|
38
|
-
__metadata("design:type", Boolean)
|
39
|
-
], AddCommentDto.prototype, "is_system_generated", void 0);
|
40
|
-
exports.AddCommentDto = AddCommentDto;
|
41
|
-
//# sourceMappingURL=add.comment.dto.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"add.comment.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/add.comment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA8E;AAE9E,MAAa,aAAa;CAmBzB;AAlBG;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACD;AAEZ;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;+CACI;AAEjB;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACI;AAEjB;IAAC,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACiB;AAlBlC,sCAmBC"}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CommentAttributesDto = void 0;
|
4
|
-
const common_attributes_dto_1 = require("../../platformUtility/dtos/common.attributes.dto");
|
5
|
-
class CommentAttributesDto extends common_attributes_dto_1.CommonAttributesDto {
|
6
|
-
}
|
7
|
-
exports.CommentAttributesDto = CommentAttributesDto;
|
8
|
-
//# sourceMappingURL=comment.attributes.dto.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"comment.attributes.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/comment.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,4FAAuF;AAEvF,MAAa,oBAAqB,SAAQ,2CAAmB;CAAG;AAAhE,oDAAgE"}
|