rez_core 6.5.53 → 6.5.55
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/package.json +1 -1
- package/src/module/enterprise/entity/organization.entity.ts +4 -1
- package/src/module/module/repository/module-access.repository.ts +1 -1
- package/dist/app.controller.d.ts +0 -6
- package/dist/app.controller.js +0 -34
- package/dist/app.controller.js.map +0 -1
- package/dist/app.module.d.ts +0 -2
- package/dist/app.module.js +0 -79
- package/dist/app.module.js.map +0 -1
- package/dist/app.service.d.ts +0 -3
- package/dist/app.service.js +0 -20
- package/dist/app.service.js.map +0 -1
- package/dist/config/bull.config.d.ts +0 -10
- package/dist/config/bull.config.js +0 -66
- package/dist/config/bull.config.js.map +0 -1
- package/dist/config/config.module.d.ts +0 -2
- package/dist/config/config.module.js +0 -29
- package/dist/config/config.module.js.map +0 -1
- package/dist/config/database.config.d.ts +0 -7
- package/dist/config/database.config.js +0 -43
- package/dist/config/database.config.js.map +0 -1
- package/dist/constant/global.constant.d.ts +0 -50
- package/dist/constant/global.constant.js +0 -54
- package/dist/constant/global.constant.js.map +0 -1
- package/dist/constant/status.constant.d.ts +0 -4
- package/dist/constant/status.constant.js +0 -9
- package/dist/constant/status.constant.js.map +0 -1
- package/dist/core.module.d.ts +0 -4
- package/dist/core.module.js +0 -113
- package/dist/core.module.js.map +0 -1
- package/dist/decorators/roles.decorator.d.ts +0 -1
- package/dist/decorators/roles.decorator.js +0 -7
- package/dist/decorators/roles.decorator.js.map +0 -1
- package/dist/dtos/response.d.ts +0 -5
- package/dist/dtos/response.dto.d.ts +0 -5
- package/dist/dtos/response.dto.js +0 -3
- package/dist/dtos/response.dto.js.map +0 -1
- package/dist/dtos/response.js +0 -3
- package/dist/dtos/response.js.map +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -18
- package/dist/index.js.map +0 -1
- package/dist/main.d.ts +0 -1
- package/dist/main.js +0 -25
- package/dist/main.js.map +0 -1
- package/dist/module/app_master/app-master.module.d.ts +0 -2
- package/dist/module/app_master/app-master.module.js +0 -28
- package/dist/module/app_master/app-master.module.js.map +0 -1
- package/dist/module/app_master/controller/app-master.controller.d.ts +0 -9
- package/dist/module/app_master/controller/app-master.controller.js +0 -51
- package/dist/module/app_master/controller/app-master.controller.js.map +0 -1
- package/dist/module/app_master/entity/app-master.entity.d.ts +0 -17
- package/dist/module/app_master/entity/app-master.entity.js +0 -80
- package/dist/module/app_master/entity/app-master.entity.js.map +0 -1
- package/dist/module/app_master/repository/app-master.repository.d.ts +0 -7
- package/dist/module/app_master/repository/app-master.repository.js +0 -36
- package/dist/module/app_master/repository/app-master.repository.js.map +0 -1
- package/dist/module/app_master/service/app-master.service.d.ts +0 -8
- package/dist/module/app_master/service/app-master.service.js +0 -45
- package/dist/module/app_master/service/app-master.service.js.map +0 -1
- package/dist/module/auth/auth.module.d.ts +0 -2
- package/dist/module/auth/auth.module.js +0 -57
- package/dist/module/auth/auth.module.js.map +0 -1
- package/dist/module/auth/controller/auth.controller.d.ts +0 -5
- package/dist/module/auth/controller/auth.controller.js +0 -25
- package/dist/module/auth/controller/auth.controller.js.map +0 -1
- package/dist/module/auth/guards/google-auth.guard.d.ts +0 -6
- package/dist/module/auth/guards/google-auth.guard.js +0 -21
- package/dist/module/auth/guards/google-auth.guard.js.map +0 -1
- package/dist/module/auth/guards/jwt.guard.d.ts +0 -10
- package/dist/module/auth/guards/jwt.guard.js +0 -36
- package/dist/module/auth/guards/jwt.guard.js.map +0 -1
- package/dist/module/auth/guards/role.guard.d.ts +0 -9
- package/dist/module/auth/guards/role.guard.js +0 -59
- package/dist/module/auth/guards/role.guard.js.map +0 -1
- package/dist/module/auth/services/auth.service.d.ts +0 -14
- package/dist/module/auth/services/auth.service.js +0 -50
- package/dist/module/auth/services/auth.service.js.map +0 -1
- package/dist/module/auth/services/jwt.service.d.ts +0 -6
- package/dist/module/auth/services/jwt.service.js +0 -28
- package/dist/module/auth/services/jwt.service.js.map +0 -1
- package/dist/module/auth/strategies/google.strategy.d.ts +0 -10
- package/dist/module/auth/strategies/google.strategy.js +0 -59
- package/dist/module/auth/strategies/google.strategy.js.map +0 -1
- package/dist/module/auth/strategies/jwt.strategy.d.ts +0 -20
- package/dist/module/auth/strategies/jwt.strategy.js +0 -47
- package/dist/module/auth/strategies/jwt.strategy.js.map +0 -1
- package/dist/module/auth/strategies/local.strategy.d.ts +0 -7
- package/dist/module/auth/strategies/local.strategy.js +0 -30
- package/dist/module/auth/strategies/local.strategy.js.map +0 -1
- package/dist/module/dashboard/controller/dashboard.controller.d.ts +0 -33
- package/dist/module/dashboard/controller/dashboard.controller.js +0 -57
- package/dist/module/dashboard/controller/dashboard.controller.js.map +0 -1
- package/dist/module/dashboard/dashboard.module.d.ts +0 -2
- package/dist/module/dashboard/dashboard.module.js +0 -34
- package/dist/module/dashboard/dashboard.module.js.map +0 -1
- package/dist/module/dashboard/entity/dashboard_page_data.entity.d.ts +0 -10
- package/dist/module/dashboard/entity/dashboard_page_data.entity.js +0 -50
- package/dist/module/dashboard/entity/dashboard_page_data.entity.js.map +0 -1
- package/dist/module/dashboard/entity/widget_master.entity.d.ts +0 -7
- package/dist/module/dashboard/entity/widget_master.entity.js +0 -38
- package/dist/module/dashboard/entity/widget_master.entity.js.map +0 -1
- package/dist/module/dashboard/repository/dashboard.repository.d.ts +0 -11
- package/dist/module/dashboard/repository/dashboard.repository.js +0 -62
- package/dist/module/dashboard/repository/dashboard.repository.js.map +0 -1
- package/dist/module/dashboard/service/dashboard.service.d.ts +0 -35
- package/dist/module/dashboard/service/dashboard.service.js +0 -61
- package/dist/module/dashboard/service/dashboard.service.js.map +0 -1
- package/dist/module/enterprise/controller/enterprise.controller.d.ts +0 -12
- package/dist/module/enterprise/controller/enterprise.controller.js +0 -57
- package/dist/module/enterprise/controller/enterprise.controller.js.map +0 -1
- package/dist/module/enterprise/controller/meta.controller.d.ts +0 -9
- package/dist/module/enterprise/controller/meta.controller.js +0 -43
- package/dist/module/enterprise/controller/meta.controller.js.map +0 -1
- package/dist/module/enterprise/controller/organization.controller.d.ts +0 -22
- package/dist/module/enterprise/controller/organization.controller.js +0 -115
- package/dist/module/enterprise/controller/organization.controller.js.map +0 -1
- package/dist/module/enterprise/enterprise.module.d.ts +0 -2
- package/dist/module/enterprise/enterprise.module.js +0 -52
- package/dist/module/enterprise/enterprise.module.js.map +0 -1
- package/dist/module/enterprise/entity/enterprise.entity.d.ts +0 -11
- package/dist/module/enterprise/entity/enterprise.entity.js +0 -56
- package/dist/module/enterprise/entity/enterprise.entity.js.map +0 -1
- package/dist/module/enterprise/entity/organization-app-mapping.entity.d.ts +0 -10
- package/dist/module/enterprise/entity/organization-app-mapping.entity.js +0 -49
- package/dist/module/enterprise/entity/organization-app-mapping.entity.js.map +0 -1
- package/dist/module/enterprise/entity/organization.entity.d.ts +0 -15
- package/dist/module/enterprise/entity/organization.entity.js +0 -70
- package/dist/module/enterprise/entity/organization.entity.js.map +0 -1
- package/dist/module/enterprise/repository/enterprise.repository.d.ts +0 -10
- package/dist/module/enterprise/repository/enterprise.repository.js +0 -63
- package/dist/module/enterprise/repository/enterprise.repository.js.map +0 -1
- package/dist/module/enterprise/repository/organization.repository.d.ts +0 -8
- package/dist/module/enterprise/repository/organization.repository.js +0 -41
- package/dist/module/enterprise/repository/organization.repository.js.map +0 -1
- package/dist/module/enterprise/repository/school.repository.d.ts +0 -8
- package/dist/module/enterprise/repository/school.repository.js +0 -226
- package/dist/module/enterprise/repository/school.repository.js.map +0 -1
- package/dist/module/enterprise/service/brand-profile.service.d.ts +0 -0
- package/dist/module/enterprise/service/brand-profile.service.js +0 -1
- package/dist/module/enterprise/service/brand-profile.service.js.map +0 -1
- package/dist/module/enterprise/service/brand.service.d.ts +0 -0
- package/dist/module/enterprise/service/brand.service.js +0 -1
- package/dist/module/enterprise/service/brand.service.js.map +0 -1
- package/dist/module/enterprise/service/enterprise.service.d.ts +0 -8
- package/dist/module/enterprise/service/enterprise.service.js +0 -33
- package/dist/module/enterprise/service/enterprise.service.js.map +0 -1
- package/dist/module/enterprise/service/organization-app-mapping.service.d.ts +0 -2
- package/dist/module/enterprise/service/organization-app-mapping.service.js +0 -17
- package/dist/module/enterprise/service/organization-app-mapping.service.js.map +0 -1
- package/dist/module/enterprise/service/organization.service.d.ts +0 -19
- package/dist/module/enterprise/service/organization.service.js +0 -203
- package/dist/module/enterprise/service/organization.service.js.map +0 -1
- package/dist/module/enterprise/service/populate-meta.service.d.ts +0 -9
- package/dist/module/enterprise/service/populate-meta.service.js +0 -194
- package/dist/module/enterprise/service/populate-meta.service.js.map +0 -1
- package/dist/module/enterprise/service/school.service.d.ts +0 -0
- package/dist/module/enterprise/service/school.service.js +0 -1
- package/dist/module/enterprise/service/school.service.js.map +0 -1
- package/dist/module/entity_json/controller/entity_json.controller.d.ts +0 -18
- package/dist/module/entity_json/controller/entity_json.controller.js +0 -57
- package/dist/module/entity_json/controller/entity_json.controller.js.map +0 -1
- package/dist/module/entity_json/entity/entityJson.entity.d.ts +0 -10
- package/dist/module/entity_json/entity/entityJson.entity.js +0 -55
- package/dist/module/entity_json/entity/entityJson.entity.js.map +0 -1
- package/dist/module/entity_json/entity_json.module.d.ts +0 -2
- package/dist/module/entity_json/entity_json.module.js +0 -30
- package/dist/module/entity_json/entity_json.module.js.map +0 -1
- package/dist/module/entity_json/service/entityJson.repository.d.ts +0 -7
- package/dist/module/entity_json/service/entityJson.repository.js +0 -45
- package/dist/module/entity_json/service/entityJson.repository.js.map +0 -1
- package/dist/module/entity_json/service/entity_json.service.d.ts +0 -25
- package/dist/module/entity_json/service/entity_json.service.js +0 -209
- package/dist/module/entity_json/service/entity_json.service.js.map +0 -1
- package/dist/module/export/controller/export.controller.d.ts +0 -9
- package/dist/module/export/controller/export.controller.js +0 -83
- package/dist/module/export/controller/export.controller.js.map +0 -1
- package/dist/module/export/export.module.d.ts +0 -2
- package/dist/module/export/export.module.js +0 -27
- package/dist/module/export/export.module.js.map +0 -1
- package/dist/module/export/service/export.service.d.ts +0 -14
- package/dist/module/export/service/export.service.js +0 -85
- package/dist/module/export/service/export.service.js.map +0 -1
- package/dist/module/filter/controller/filter.controller.d.ts +0 -39
- package/dist/module/filter/controller/filter.controller.js +0 -94
- package/dist/module/filter/controller/filter.controller.js.map +0 -1
- package/dist/module/filter/dto/filter-request.dto.d.ts +0 -36
- package/dist/module/filter/dto/filter-request.dto.js +0 -3
- package/dist/module/filter/dto/filter-request.dto.js.map +0 -1
- package/dist/module/filter/entity/saved-filter-detail.entity.d.ts +0 -14
- package/dist/module/filter/entity/saved-filter-detail.entity.js +0 -67
- package/dist/module/filter/entity/saved-filter-detail.entity.js.map +0 -1
- package/dist/module/filter/entity/saved-filter-master.entity.d.ts +0 -12
- package/dist/module/filter/entity/saved-filter-master.entity.js +0 -59
- package/dist/module/filter/entity/saved-filter-master.entity.js.map +0 -1
- package/dist/module/filter/filter.module.d.ts +0 -2
- package/dist/module/filter/filter.module.js +0 -46
- package/dist/module/filter/filter.module.js.map +0 -1
- package/dist/module/filter/repository/saved-filter.repository.d.ts +0 -40
- package/dist/module/filter/repository/saved-filter.repository.js +0 -203
- package/dist/module/filter/repository/saved-filter.repository.js.map +0 -1
- package/dist/module/filter/repository/saved.filter-detail.repository.d.ts +0 -7
- package/dist/module/filter/repository/saved.filter-detail.repository.js +0 -38
- package/dist/module/filter/repository/saved.filter-detail.repository.js.map +0 -1
- package/dist/module/filter/service/filter-evaluator.service.d.ts +0 -9
- package/dist/module/filter/service/filter-evaluator.service.js +0 -59
- package/dist/module/filter/service/filter-evaluator.service.js.map +0 -1
- package/dist/module/filter/service/filter.service.d.ts +0 -74
- package/dist/module/filter/service/filter.service.js +0 -921
- package/dist/module/filter/service/filter.service.js.map +0 -1
- package/dist/module/filter/service/saved-filter.service.d.ts +0 -30
- package/dist/module/filter/service/saved-filter.service.js +0 -125
- package/dist/module/filter/service/saved-filter.service.js.map +0 -1
- package/dist/module/ics/controller/ics.controller.d.ts +0 -8
- package/dist/module/ics/controller/ics.controller.js +0 -45
- package/dist/module/ics/controller/ics.controller.js.map +0 -1
- package/dist/module/ics/dto/ics.dto.d.ts +0 -17
- package/dist/module/ics/dto/ics.dto.js +0 -73
- package/dist/module/ics/dto/ics.dto.js.map +0 -1
- package/dist/module/ics/ics.module.d.ts +0 -2
- package/dist/module/ics/ics.module.js +0 -26
- package/dist/module/ics/ics.module.js.map +0 -1
- package/dist/module/ics/service/ics.service.d.ts +0 -4
- package/dist/module/ics/service/ics.service.js +0 -61
- package/dist/module/ics/service/ics.service.js.map +0 -1
- package/dist/module/integration/controller/calender-event.controller.d.ts +0 -7
- package/dist/module/integration/controller/calender-event.controller.js +0 -51
- package/dist/module/integration/controller/calender-event.controller.js.map +0 -1
- package/dist/module/integration/controller/integration.controller.d.ts +0 -165
- package/dist/module/integration/controller/integration.controller.js +0 -697
- package/dist/module/integration/controller/integration.controller.js.map +0 -1
- package/dist/module/integration/controller/wrapper.controller.d.ts +0 -23
- package/dist/module/integration/controller/wrapper.controller.js +0 -52
- package/dist/module/integration/controller/wrapper.controller.js.map +0 -1
- package/dist/module/integration/dto/create-config.dto.d.ts +0 -217
- package/dist/module/integration/dto/create-config.dto.js +0 -495
- package/dist/module/integration/dto/create-config.dto.js.map +0 -1
- package/dist/module/integration/entity/integration-config.entity.d.ts +0 -54
- package/dist/module/integration/entity/integration-config.entity.js +0 -78
- package/dist/module/integration/entity/integration-config.entity.js.map +0 -1
- package/dist/module/integration/entity/integration-entity-mapper.entity.d.ts +0 -6
- package/dist/module/integration/entity/integration-entity-mapper.entity.js +0 -33
- package/dist/module/integration/entity/integration-entity-mapper.entity.js.map +0 -1
- package/dist/module/integration/entity/integration-source.entity.d.ts +0 -7
- package/dist/module/integration/entity/integration-source.entity.js +0 -37
- package/dist/module/integration/entity/integration-source.entity.js.map +0 -1
- package/dist/module/integration/entity/user-integration.entity.d.ts +0 -23
- package/dist/module/integration/entity/user-integration.entity.js +0 -70
- package/dist/module/integration/entity/user-integration.entity.js.map +0 -1
- package/dist/module/integration/examples/usage.example.d.ts +0 -16
- package/dist/module/integration/examples/usage.example.js +0 -217
- package/dist/module/integration/examples/usage.example.js.map +0 -1
- package/dist/module/integration/factories/base.factory.d.ts +0 -9
- package/dist/module/integration/factories/base.factory.js +0 -3
- package/dist/module/integration/factories/base.factory.js.map +0 -1
- package/dist/module/integration/factories/email.factory.d.ts +0 -17
- package/dist/module/integration/factories/email.factory.js +0 -55
- package/dist/module/integration/factories/email.factory.js.map +0 -1
- package/dist/module/integration/factories/integration.factory.d.ts +0 -33
- package/dist/module/integration/factories/integration.factory.js +0 -104
- package/dist/module/integration/factories/integration.factory.js.map +0 -1
- package/dist/module/integration/factories/sms.factory.d.ts +0 -17
- package/dist/module/integration/factories/sms.factory.js +0 -58
- package/dist/module/integration/factories/sms.factory.js.map +0 -1
- package/dist/module/integration/factories/telephone.factory.d.ts +0 -15
- package/dist/module/integration/factories/telephone.factory.js +0 -49
- package/dist/module/integration/factories/telephone.factory.js.map +0 -1
- package/dist/module/integration/factories/whatsapp.factory.d.ts +0 -19
- package/dist/module/integration/factories/whatsapp.factory.js +0 -63
- package/dist/module/integration/factories/whatsapp.factory.js.map +0 -1
- package/dist/module/integration/integration.module.d.ts +0 -2
- package/dist/module/integration/integration.module.js +0 -96
- package/dist/module/integration/integration.module.js.map +0 -1
- package/dist/module/integration/service/calendar-event.service.d.ts +0 -8
- package/dist/module/integration/service/calendar-event.service.js +0 -101
- package/dist/module/integration/service/calendar-event.service.js.map +0 -1
- package/dist/module/integration/service/integration-entity-mapper.service.d.ts +0 -7
- package/dist/module/integration/service/integration-entity-mapper.service.js +0 -36
- package/dist/module/integration/service/integration-entity-mapper.service.js.map +0 -1
- package/dist/module/integration/service/integration-queue.service.d.ts +0 -40
- package/dist/module/integration/service/integration-queue.service.js +0 -147
- package/dist/module/integration/service/integration-queue.service.js.map +0 -1
- package/dist/module/integration/service/integration.service.d.ts +0 -207
- package/dist/module/integration/service/integration.service.js +0 -1590
- package/dist/module/integration/service/integration.service.js.map +0 -1
- package/dist/module/integration/service/oauth.service.d.ts +0 -18
- package/dist/module/integration/service/oauth.service.js +0 -190
- package/dist/module/integration/service/oauth.service.js.map +0 -1
- package/dist/module/integration/service/wrapper.service.d.ts +0 -38
- package/dist/module/integration/service/wrapper.service.js +0 -348
- package/dist/module/integration/service/wrapper.service.js.map +0 -1
- package/dist/module/integration/strategies/email/gmail-api.strategy.d.ts +0 -13
- package/dist/module/integration/strategies/email/gmail-api.strategy.js +0 -195
- package/dist/module/integration/strategies/email/gmail-api.strategy.js.map +0 -1
- package/dist/module/integration/strategies/email/outlook-api.strategy.d.ts +0 -5
- package/dist/module/integration/strategies/email/outlook-api.strategy.js +0 -44
- package/dist/module/integration/strategies/email/outlook-api.strategy.js.map +0 -1
- package/dist/module/integration/strategies/email/outlook.strategy.d.ts +0 -5
- package/dist/module/integration/strategies/email/outlook.strategy.js +0 -64
- package/dist/module/integration/strategies/email/outlook.strategy.js.map +0 -1
- package/dist/module/integration/strategies/email/sendgrid-api.strategy.d.ts +0 -22
- package/dist/module/integration/strategies/email/sendgrid-api.strategy.js +0 -203
- package/dist/module/integration/strategies/email/sendgrid-api.strategy.js.map +0 -1
- package/dist/module/integration/strategies/integration.strategy.d.ts +0 -31
- package/dist/module/integration/strategies/integration.strategy.js +0 -40
- package/dist/module/integration/strategies/integration.strategy.js.map +0 -1
- package/dist/module/integration/strategies/sms/gupshup-sms.strategy.d.ts +0 -9
- package/dist/module/integration/strategies/sms/gupshup-sms.strategy.js +0 -104
- package/dist/module/integration/strategies/sms/gupshup-sms.strategy.js.map +0 -1
- package/dist/module/integration/strategies/sms/msg91-sms.strategy.d.ts +0 -9
- package/dist/module/integration/strategies/sms/msg91-sms.strategy.js +0 -113
- package/dist/module/integration/strategies/sms/msg91-sms.strategy.js.map +0 -1
- package/dist/module/integration/strategies/sms/tubelight-sms.strategy.d.ts +0 -9
- package/dist/module/integration/strategies/sms/tubelight-sms.strategy.js +0 -109
- package/dist/module/integration/strategies/sms/tubelight-sms.strategy.js.map +0 -1
- package/dist/module/integration/strategies/telephone/ozonetel-voice.strategy.d.ts +0 -22
- package/dist/module/integration/strategies/telephone/ozonetel-voice.strategy.js +0 -170
- package/dist/module/integration/strategies/telephone/ozonetel-voice.strategy.js.map +0 -1
- package/dist/module/integration/strategies/telephone/tubelight-voice.strategy.d.ts +0 -24
- package/dist/module/integration/strategies/telephone/tubelight-voice.strategy.js +0 -152
- package/dist/module/integration/strategies/telephone/tubelight-voice.strategy.js.map +0 -1
- package/dist/module/integration/strategies/whatsapp/gupshup-whatsapp.strategy.d.ts +0 -19
- package/dist/module/integration/strategies/whatsapp/gupshup-whatsapp.strategy.js +0 -257
- package/dist/module/integration/strategies/whatsapp/gupshup-whatsapp.strategy.js.map +0 -1
- package/dist/module/integration/strategies/whatsapp/tubelight-whatsapp.strategy.d.ts +0 -33
- package/dist/module/integration/strategies/whatsapp/tubelight-whatsapp.strategy.js +0 -256
- package/dist/module/integration/strategies/whatsapp/tubelight-whatsapp.strategy.js.map +0 -1
- package/dist/module/integration/strategies/whatsapp/whatsapp-cloud.strategy.d.ts +0 -20
- package/dist/module/integration/strategies/whatsapp/whatsapp-cloud.strategy.js +0 -264
- package/dist/module/integration/strategies/whatsapp/whatsapp-cloud.strategy.js.map +0 -1
- package/dist/module/integration/strategies/whatsapp/whatsapp.strategy.d.ts +0 -5
- package/dist/module/integration/strategies/whatsapp/whatsapp.strategy.js +0 -57
- package/dist/module/integration/strategies/whatsapp/whatsapp.strategy.js.map +0 -1
- package/dist/module/layout/controller/layout.controller.d.ts +0 -9
- package/dist/module/layout/controller/layout.controller.js +0 -55
- package/dist/module/layout/controller/layout.controller.js.map +0 -1
- package/dist/module/layout/dto/header.dto.d.ts +0 -0
- package/dist/module/layout/dto/header.dto.js +0 -1
- package/dist/module/layout/dto/header.dto.js.map +0 -1
- package/dist/module/layout/entity/header-items.entity.d.ts +0 -10
- package/dist/module/layout/entity/header-items.entity.js +0 -52
- package/dist/module/layout/entity/header-items.entity.js.map +0 -1
- package/dist/module/layout/entity/header-section.entity.d.ts +0 -5
- package/dist/module/layout/entity/header-section.entity.js +0 -32
- package/dist/module/layout/entity/header-section.entity.js.map +0 -1
- package/dist/module/layout/layout.module.d.ts +0 -2
- package/dist/module/layout/layout.module.js +0 -33
- package/dist/module/layout/layout.module.js.map +0 -1
- package/dist/module/layout/repository/header-items.repository.d.ts +0 -7
- package/dist/module/layout/repository/header-items.repository.js +0 -36
- package/dist/module/layout/repository/header-items.repository.js.map +0 -1
- package/dist/module/layout/repository/header-section.repository.d.ts +0 -7
- package/dist/module/layout/repository/header-section.repository.js +0 -34
- package/dist/module/layout/repository/header-section.repository.js.map +0 -1
- package/dist/module/layout/service/header-section.service.d.ts +0 -8
- package/dist/module/layout/service/header-section.service.js +0 -37
- package/dist/module/layout/service/header-section.service.js.map +0 -1
- package/dist/module/layout_preference/controller/layout_preference.controller.d.ts +0 -19
- package/dist/module/layout_preference/controller/layout_preference.controller.js +0 -78
- package/dist/module/layout_preference/controller/layout_preference.controller.js.map +0 -1
- package/dist/module/layout_preference/dto/layout_preference.dto.d.ts +0 -0
- package/dist/module/layout_preference/dto/layout_preference.dto.js +0 -1
- package/dist/module/layout_preference/dto/layout_preference.dto.js.map +0 -1
- package/dist/module/layout_preference/entity/layout_preference.entity.d.ts +0 -9
- package/dist/module/layout_preference/entity/layout_preference.entity.js +0 -50
- package/dist/module/layout_preference/entity/layout_preference.entity.js.map +0 -1
- package/dist/module/layout_preference/layout_preference.module.d.ts +0 -2
- package/dist/module/layout_preference/layout_preference.module.js +0 -35
- package/dist/module/layout_preference/layout_preference.module.js.map +0 -1
- package/dist/module/layout_preference/repository/layout_preference.repository.d.ts +0 -13
- package/dist/module/layout_preference/repository/layout_preference.repository.js +0 -68
- package/dist/module/layout_preference/repository/layout_preference.repository.js.map +0 -1
- package/dist/module/layout_preference/service/layout_preference.service.d.ts +0 -20
- package/dist/module/layout_preference/service/layout_preference.service.js +0 -128
- package/dist/module/layout_preference/service/layout_preference.service.js.map +0 -1
- package/dist/module/lead/controller/lead.controller.d.ts +0 -20
- package/dist/module/lead/controller/lead.controller.js +0 -58
- package/dist/module/lead/controller/lead.controller.js.map +0 -1
- package/dist/module/lead/lead.module.d.ts +0 -2
- package/dist/module/lead/lead.module.js +0 -26
- package/dist/module/lead/lead.module.js.map +0 -1
- package/dist/module/lead/repository/lead.repository.d.ts +0 -10
- package/dist/module/lead/repository/lead.repository.js +0 -53
- package/dist/module/lead/repository/lead.repository.js.map +0 -1
- package/dist/module/lead/service/lead.service.d.ts +0 -20
- package/dist/module/lead/service/lead.service.js +0 -55
- package/dist/module/lead/service/lead.service.js.map +0 -1
- package/dist/module/linked_attributes/controller/linked_attributes.controller.d.ts +0 -7
- package/dist/module/linked_attributes/controller/linked_attributes.controller.js +0 -55
- package/dist/module/linked_attributes/controller/linked_attributes.controller.js.map +0 -1
- package/dist/module/linked_attributes/entity/linked_attribute.entity.d.ts +0 -10
- package/dist/module/linked_attributes/entity/linked_attribute.entity.js +0 -74
- package/dist/module/linked_attributes/entity/linked_attribute.entity.js.map +0 -1
- package/dist/module/linked_attributes/linked_attributes.module.d.ts +0 -2
- package/dist/module/linked_attributes/linked_attributes.module.js +0 -29
- package/dist/module/linked_attributes/linked_attributes.module.js.map +0 -1
- package/dist/module/linked_attributes/repository/linked_attribute.repository.d.ts +0 -6
- package/dist/module/linked_attributes/repository/linked_attribute.repository.js +0 -31
- package/dist/module/linked_attributes/repository/linked_attribute.repository.js.map +0 -1
- package/dist/module/linked_attributes/service/linked_attributes.service.d.ts +0 -10
- package/dist/module/linked_attributes/service/linked_attributes.service.js +0 -74
- package/dist/module/linked_attributes/service/linked_attributes.service.js.map +0 -1
- package/dist/module/listmaster/controller/list-master.controller.d.ts +0 -29
- package/dist/module/listmaster/controller/list-master.controller.js +0 -186
- package/dist/module/listmaster/controller/list-master.controller.js.map +0 -1
- package/dist/module/listmaster/entity/list-master-items.entity.d.ts +0 -14
- package/dist/module/listmaster/entity/list-master-items.entity.js +0 -69
- package/dist/module/listmaster/entity/list-master-items.entity.js.map +0 -1
- package/dist/module/listmaster/entity/list-master.entity.d.ts +0 -11
- package/dist/module/listmaster/entity/list-master.entity.js +0 -56
- package/dist/module/listmaster/entity/list-master.entity.js.map +0 -1
- package/dist/module/listmaster/listmaster.module.d.ts +0 -2
- package/dist/module/listmaster/listmaster.module.js +0 -55
- package/dist/module/listmaster/listmaster.module.js.map +0 -1
- package/dist/module/listmaster/repository/list-master-items.repository.d.ts +0 -21
- package/dist/module/listmaster/repository/list-master-items.repository.js +0 -143
- package/dist/module/listmaster/repository/list-master-items.repository.js.map +0 -1
- package/dist/module/listmaster/repository/list-master.repository.d.ts +0 -10
- package/dist/module/listmaster/repository/list-master.repository.js +0 -62
- package/dist/module/listmaster/repository/list-master.repository.js.map +0 -1
- package/dist/module/listmaster/service/list-master-engine.d.ts +0 -6
- package/dist/module/listmaster/service/list-master-engine.js +0 -35
- package/dist/module/listmaster/service/list-master-engine.js.map +0 -1
- package/dist/module/listmaster/service/list-master-extension.interface.d.ts +0 -4
- package/dist/module/listmaster/service/list-master-extension.interface.js +0 -3
- package/dist/module/listmaster/service/list-master-extension.interface.js.map +0 -1
- package/dist/module/listmaster/service/list-master-item.service.d.ts +0 -20
- package/dist/module/listmaster/service/list-master-item.service.js +0 -148
- package/dist/module/listmaster/service/list-master-item.service.js.map +0 -1
- package/dist/module/listmaster/service/list-master-registry.d.ts +0 -6
- package/dist/module/listmaster/service/list-master-registry.js +0 -26
- package/dist/module/listmaster/service/list-master-registry.js.map +0 -1
- package/dist/module/listmaster/service/list-master.service.d.ts +0 -40
- package/dist/module/listmaster/service/list-master.service.js +0 -323
- package/dist/module/listmaster/service/list-master.service.js.map +0 -1
- package/dist/module/mapper/controller/field-mapper.controller.d.ts +0 -11
- package/dist/module/mapper/controller/field-mapper.controller.js +0 -94
- package/dist/module/mapper/controller/field-mapper.controller.js.map +0 -1
- package/dist/module/mapper/controller/mapper.controller.d.ts +0 -14
- package/dist/module/mapper/controller/mapper.controller.js +0 -45
- package/dist/module/mapper/controller/mapper.controller.js.map +0 -1
- package/dist/module/mapper/dto/field-mapper.dto.d.ts +0 -12
- package/dist/module/mapper/dto/field-mapper.dto.js +0 -8
- package/dist/module/mapper/dto/field-mapper.dto.js.map +0 -1
- package/dist/module/mapper/entity/field-lovs.entity.d.ts +0 -7
- package/dist/module/mapper/entity/field-lovs.entity.js +0 -38
- package/dist/module/mapper/entity/field-lovs.entity.js.map +0 -1
- package/dist/module/mapper/entity/field-mapper.entity.d.ts +0 -13
- package/dist/module/mapper/entity/field-mapper.entity.js +0 -78
- package/dist/module/mapper/entity/field-mapper.entity.js.map +0 -1
- package/dist/module/mapper/entity/mapper.entity.d.ts +0 -6
- package/dist/module/mapper/entity/mapper.entity.js +0 -34
- package/dist/module/mapper/entity/mapper.entity.js.map +0 -1
- package/dist/module/mapper/mapper.module.d.ts +0 -2
- package/dist/module/mapper/mapper.module.js +0 -48
- package/dist/module/mapper/mapper.module.js.map +0 -1
- package/dist/module/mapper/repository/field-lovs.repository.d.ts +0 -11
- package/dist/module/mapper/repository/field-lovs.repository.js +0 -52
- package/dist/module/mapper/repository/field-lovs.repository.js.map +0 -1
- package/dist/module/mapper/repository/field-mapper.repository.d.ts +0 -11
- package/dist/module/mapper/repository/field-mapper.repository.js +0 -54
- package/dist/module/mapper/repository/field-mapper.repository.js.map +0 -1
- package/dist/module/mapper/repository/mapper.repository.d.ts +0 -7
- package/dist/module/mapper/repository/mapper.repository.js +0 -46
- package/dist/module/mapper/repository/mapper.repository.js.map +0 -1
- package/dist/module/mapper/service/field-mapper.service.d.ts +0 -22
- package/dist/module/mapper/service/field-mapper.service.js +0 -200
- package/dist/module/mapper/service/field-mapper.service.js.map +0 -1
- package/dist/module/mapper/service/mapper.service.d.ts +0 -24
- package/dist/module/mapper/service/mapper.service.js +0 -84
- package/dist/module/mapper/service/mapper.service.js.map +0 -1
- package/dist/module/master/controller/master.controller.d.ts +0 -20
- package/dist/module/master/controller/master.controller.js +0 -82
- package/dist/module/master/controller/master.controller.js.map +0 -1
- package/dist/module/master/service/master.service.d.ts +0 -30
- package/dist/module/master/service/master.service.js +0 -364
- package/dist/module/master/service/master.service.js.map +0 -1
- package/dist/module/meta/controller/attribute-master.controller.d.ts +0 -29
- package/dist/module/meta/controller/attribute-master.controller.js +0 -93
- package/dist/module/meta/controller/attribute-master.controller.js.map +0 -1
- package/dist/module/meta/controller/entity-dynamic.controller.d.ts +0 -21
- package/dist/module/meta/controller/entity-dynamic.controller.js +0 -115
- package/dist/module/meta/controller/entity-dynamic.controller.js.map +0 -1
- package/dist/module/meta/controller/entity-master.controller.d.ts +0 -14
- package/dist/module/meta/controller/entity-master.controller.js +0 -57
- package/dist/module/meta/controller/entity-master.controller.js.map +0 -1
- package/dist/module/meta/controller/entity-relation.controller.d.ts +0 -6
- package/dist/module/meta/controller/entity-relation.controller.js +0 -45
- package/dist/module/meta/controller/entity-relation.controller.js.map +0 -1
- package/dist/module/meta/controller/entity.controller.d.ts +0 -33
- package/dist/module/meta/controller/entity.controller.js +0 -185
- package/dist/module/meta/controller/entity.controller.js.map +0 -1
- package/dist/module/meta/controller/entity.public.controller.d.ts +0 -12
- package/dist/module/meta/controller/entity.public.controller.js +0 -75
- package/dist/module/meta/controller/entity.public.controller.js.map +0 -1
- package/dist/module/meta/controller/media.controller.d.ts +0 -30
- package/dist/module/meta/controller/media.controller.js +0 -119
- package/dist/module/meta/controller/media.controller.js.map +0 -1
- package/dist/module/meta/controller/meta.controller.d.ts +0 -30
- package/dist/module/meta/controller/meta.controller.js +0 -99
- package/dist/module/meta/controller/meta.controller.js.map +0 -1
- package/dist/module/meta/controller/view-master.controller.d.ts +0 -12
- package/dist/module/meta/controller/view-master.controller.js +0 -90
- package/dist/module/meta/controller/view-master.controller.js.map +0 -1
- package/dist/module/meta/dto/entity-list-data.dto.d.ts +0 -5
- package/dist/module/meta/dto/entity-list-data.dto.js +0 -7
- package/dist/module/meta/dto/entity-list-data.dto.js.map +0 -1
- package/dist/module/meta/dto/entity-tab.dto.d.ts +0 -4
- package/dist/module/meta/dto/entity-tab.dto.js +0 -7
- package/dist/module/meta/dto/entity-tab.dto.js.map +0 -1
- package/dist/module/meta/dto/entity-table.dto.d.ts +0 -9
- package/dist/module/meta/dto/entity-table.dto.js +0 -8
- package/dist/module/meta/dto/entity-table.dto.js.map +0 -1
- package/dist/module/meta/entity/attribute-master.entity.d.ts +0 -23
- package/dist/module/meta/entity/attribute-master.entity.js +0 -128
- package/dist/module/meta/entity/attribute-master.entity.js.map +0 -1
- package/dist/module/meta/entity/base-entity.entity.d.ts +0 -19
- package/dist/module/meta/entity/base-entity.entity.js +0 -104
- package/dist/module/meta/entity/base-entity.entity.js.map +0 -1
- package/dist/module/meta/entity/entity-master.entity.d.ts +0 -20
- package/dist/module/meta/entity/entity-master.entity.js +0 -117
- package/dist/module/meta/entity/entity-master.entity.js.map +0 -1
- package/dist/module/meta/entity/entity-relation-data.entity.d.ts +0 -10
- package/dist/module/meta/entity/entity-relation-data.entity.js +0 -51
- package/dist/module/meta/entity/entity-relation-data.entity.js.map +0 -1
- package/dist/module/meta/entity/entity-relation.entity.d.ts +0 -8
- package/dist/module/meta/entity/entity-relation.entity.js +0 -43
- package/dist/module/meta/entity/entity-relation.entity.js.map +0 -1
- package/dist/module/meta/entity/entity-table-column.entity.d.ts +0 -19
- package/dist/module/meta/entity/entity-table-column.entity.js +0 -92
- package/dist/module/meta/entity/entity-table-column.entity.js.map +0 -1
- package/dist/module/meta/entity/entity-table.entity.d.ts +0 -17
- package/dist/module/meta/entity/entity-table.entity.js +0 -79
- package/dist/module/meta/entity/entity-table.entity.js.map +0 -1
- package/dist/module/meta/entity/media-data.entity.d.ts +0 -11
- package/dist/module/meta/entity/media-data.entity.js +0 -55
- package/dist/module/meta/entity/media-data.entity.js.map +0 -1
- package/dist/module/meta/entity/preference.entity.d.ts +0 -11
- package/dist/module/meta/entity/preference.entity.js +0 -85
- package/dist/module/meta/entity/preference.entity.js.map +0 -1
- package/dist/module/meta/entity/view-master.entity.d.ts +0 -14
- package/dist/module/meta/entity/view-master.entity.js +0 -67
- package/dist/module/meta/entity/view-master.entity.js.map +0 -1
- package/dist/module/meta/entity.module.d.ts +0 -2
- package/dist/module/meta/entity.module.js +0 -150
- package/dist/module/meta/entity.module.js.map +0 -1
- package/dist/module/meta/repository/attribute-master.repository.d.ts +0 -30
- package/dist/module/meta/repository/attribute-master.repository.js +0 -136
- package/dist/module/meta/repository/attribute-master.repository.js.map +0 -1
- package/dist/module/meta/repository/entity-attribute-update.repository.d.ts +0 -8
- package/dist/module/meta/repository/entity-attribute-update.repository.js +0 -50
- package/dist/module/meta/repository/entity-attribute-update.repository.js.map +0 -1
- package/dist/module/meta/repository/entity-master.repository.d.ts +0 -33
- package/dist/module/meta/repository/entity-master.repository.js +0 -121
- package/dist/module/meta/repository/entity-master.repository.js.map +0 -1
- package/dist/module/meta/repository/entity-relation.repository.d.ts +0 -7
- package/dist/module/meta/repository/entity-relation.repository.js +0 -39
- package/dist/module/meta/repository/entity-relation.repository.js.map +0 -1
- package/dist/module/meta/repository/entity-table-column.repository.d.ts +0 -7
- package/dist/module/meta/repository/entity-table-column.repository.js +0 -52
- package/dist/module/meta/repository/entity-table-column.repository.js.map +0 -1
- package/dist/module/meta/repository/entity-table.repository.d.ts +0 -9
- package/dist/module/meta/repository/entity-table.repository.js +0 -59
- package/dist/module/meta/repository/entity-table.repository.js.map +0 -1
- package/dist/module/meta/repository/media-data.repository.d.ts +0 -9
- package/dist/module/meta/repository/media-data.repository.js +0 -55
- package/dist/module/meta/repository/media-data.repository.js.map +0 -1
- package/dist/module/meta/repository/preference.repository.d.ts +0 -7
- package/dist/module/meta/repository/preference.repository.js +0 -36
- package/dist/module/meta/repository/preference.repository.js.map +0 -1
- package/dist/module/meta/repository/user-app-mapping.repository.d.ts +0 -0
- package/dist/module/meta/repository/user-app-mapping.repository.js +0 -1
- package/dist/module/meta/repository/user-app-mapping.repository.js.map +0 -1
- package/dist/module/meta/repository/view-master.repository.d.ts +0 -11
- package/dist/module/meta/repository/view-master.repository.js +0 -52
- package/dist/module/meta/repository/view-master.repository.js.map +0 -1
- package/dist/module/meta/service/attribute-master.service.d.ts +0 -21
- package/dist/module/meta/service/attribute-master.service.js +0 -81
- package/dist/module/meta/service/attribute-master.service.js.map +0 -1
- package/dist/module/meta/service/common.service.d.ts +0 -4
- package/dist/module/meta/service/common.service.js +0 -25
- package/dist/module/meta/service/common.service.js.map +0 -1
- package/dist/module/meta/service/entity-attribute-update.service.d.ts +0 -7
- package/dist/module/meta/service/entity-attribute-update.service.js +0 -34
- package/dist/module/meta/service/entity-attribute-update.service.js.map +0 -1
- package/dist/module/meta/service/entity-dynamic.service.d.ts +0 -32
- package/dist/module/meta/service/entity-dynamic.service.js +0 -496
- package/dist/module/meta/service/entity-dynamic.service.js.map +0 -1
- package/dist/module/meta/service/entity-master.service.d.ts +0 -38
- package/dist/module/meta/service/entity-master.service.js +0 -119
- package/dist/module/meta/service/entity-master.service.js.map +0 -1
- package/dist/module/meta/service/entity-realation-data.service.d.ts +0 -4
- package/dist/module/meta/service/entity-realation-data.service.js +0 -25
- package/dist/module/meta/service/entity-realation-data.service.js.map +0 -1
- package/dist/module/meta/service/entity-relation.service.d.ts +0 -11
- package/dist/module/meta/service/entity-relation.service.js +0 -71
- package/dist/module/meta/service/entity-relation.service.js.map +0 -1
- package/dist/module/meta/service/entity-service-impl.service.d.ts +0 -35
- package/dist/module/meta/service/entity-service-impl.service.js +0 -233
- package/dist/module/meta/service/entity-service-impl.service.js.map +0 -1
- package/dist/module/meta/service/entity-table-column.service.d.ts +0 -6
- package/dist/module/meta/service/entity-table-column.service.js +0 -29
- package/dist/module/meta/service/entity-table-column.service.js.map +0 -1
- package/dist/module/meta/service/entity-table.service.d.ts +0 -17
- package/dist/module/meta/service/entity-table.service.js +0 -88
- package/dist/module/meta/service/entity-table.service.js.map +0 -1
- package/dist/module/meta/service/entity-validation.service.d.ts +0 -22
- package/dist/module/meta/service/entity-validation.service.js +0 -118
- package/dist/module/meta/service/entity-validation.service.js.map +0 -1
- package/dist/module/meta/service/entity.service.d.ts +0 -12
- package/dist/module/meta/service/entity.service.js +0 -3
- package/dist/module/meta/service/entity.service.js.map +0 -1
- package/dist/module/meta/service/field-group.service.d.ts +0 -26
- package/dist/module/meta/service/field-group.service.js +0 -76
- package/dist/module/meta/service/field-group.service.js.map +0 -1
- package/dist/module/meta/service/media-data.service.d.ts +0 -43
- package/dist/module/meta/service/media-data.service.js +0 -372
- package/dist/module/meta/service/media-data.service.js.map +0 -1
- package/dist/module/meta/service/preference.service.d.ts +0 -7
- package/dist/module/meta/service/preference.service.js +0 -31
- package/dist/module/meta/service/preference.service.js.map +0 -1
- package/dist/module/meta/service/resolver.service.d.ts +0 -21
- package/dist/module/meta/service/resolver.service.js +0 -215
- package/dist/module/meta/service/resolver.service.js.map +0 -1
- package/dist/module/meta/service/section-master.service.d.ts +0 -26
- package/dist/module/meta/service/section-master.service.js +0 -77
- package/dist/module/meta/service/section-master.service.js.map +0 -1
- package/dist/module/meta/service/update-form-json.service.d.ts +0 -9
- package/dist/module/meta/service/update-form-json.service.js +0 -39
- package/dist/module/meta/service/update-form-json.service.js.map +0 -1
- package/dist/module/meta/service/user-app-mapping.service.d.ts +0 -0
- package/dist/module/meta/service/user-app-mapping.service.js +0 -1
- package/dist/module/meta/service/user-app-mapping.service.js.map +0 -1
- package/dist/module/meta/service/view-master.service.d.ts +0 -29
- package/dist/module/meta/service/view-master.service.js +0 -82
- package/dist/module/meta/service/view-master.service.js.map +0 -1
- package/dist/module/microservice-client/microservice-clients.module.d.ts +0 -2
- package/dist/module/microservice-client/microservice-clients.module.js +0 -27
- package/dist/module/microservice-client/microservice-clients.module.js.map +0 -1
- package/dist/module/microservice-client/service/microservice-client-factory.d.ts +0 -10
- package/dist/module/microservice-client/service/microservice-client-factory.js +0 -46
- package/dist/module/microservice-client/service/microservice-client-factory.js.map +0 -1
- package/dist/module/microservice-client/service/microservice-clients.d.ts +0 -4
- package/dist/module/microservice-client/service/microservice-clients.js +0 -3
- package/dist/module/microservice-client/service/microservice-clients.js.map +0 -1
- package/dist/module/module/controller/menu.controller.d.ts +0 -8
- package/dist/module/module/controller/menu.controller.js +0 -41
- package/dist/module/module/controller/menu.controller.js.map +0 -1
- package/dist/module/module/controller/module-access.controller.d.ts +0 -34
- package/dist/module/module/controller/module-access.controller.js +0 -153
- package/dist/module/module/controller/module-access.controller.js.map +0 -1
- package/dist/module/module/entity/menu.entity.d.ts +0 -18
- package/dist/module/module/entity/menu.entity.js +0 -81
- package/dist/module/module/entity/menu.entity.js.map +0 -1
- package/dist/module/module/entity/module-access.entity.d.ts +0 -23
- package/dist/module/module/entity/module-access.entity.js +0 -94
- package/dist/module/module/entity/module-access.entity.js.map +0 -1
- package/dist/module/module/entity/module-action.entity.d.ts +0 -8
- package/dist/module/module/entity/module-action.entity.js +0 -42
- package/dist/module/module/entity/module-action.entity.js.map +0 -1
- package/dist/module/module/entity/module.entity.d.ts +0 -16
- package/dist/module/module/entity/module.entity.js +0 -74
- package/dist/module/module/entity/module.entity.js.map +0 -1
- package/dist/module/module/module.module.d.ts +0 -2
- package/dist/module/module/module.module.js +0 -53
- package/dist/module/module/module.module.js.map +0 -1
- package/dist/module/module/repository/menu.repository.d.ts +0 -15
- package/dist/module/module/repository/menu.repository.js +0 -174
- package/dist/module/module/repository/menu.repository.js.map +0 -1
- package/dist/module/module/repository/module-access.repository.d.ts +0 -52
- package/dist/module/module/repository/module-access.repository.js +0 -333
- package/dist/module/module/repository/module-access.repository.js.map +0 -1
- package/dist/module/module/service/menu.service.d.ts +0 -10
- package/dist/module/module/service/menu.service.js +0 -56
- package/dist/module/module/service/menu.service.js.map +0 -1
- package/dist/module/module/service/module-access.service.d.ts +0 -60
- package/dist/module/module/service/module-access.service.js +0 -111
- package/dist/module/module/service/module-access.service.js.map +0 -1
- package/dist/module/notification/controller/notification.controller.d.ts +0 -23
- package/dist/module/notification/controller/notification.controller.js +0 -74
- package/dist/module/notification/controller/notification.controller.js.map +0 -1
- package/dist/module/notification/controller/otp.controller.d.ts +0 -35
- package/dist/module/notification/controller/otp.controller.js +0 -103
- package/dist/module/notification/controller/otp.controller.js.map +0 -1
- package/dist/module/notification/entity/notification.entity.d.ts +0 -25
- package/dist/module/notification/entity/notification.entity.js +0 -115
- package/dist/module/notification/entity/notification.entity.js.map +0 -1
- package/dist/module/notification/entity/otp.entity.d.ts +0 -10
- package/dist/module/notification/entity/otp.entity.js +0 -52
- package/dist/module/notification/entity/otp.entity.js.map +0 -1
- package/dist/module/notification/firebase-admin.config.d.ts +0 -7
- package/dist/module/notification/firebase-admin.config.js +0 -24
- package/dist/module/notification/firebase-admin.config.js.map +0 -1
- package/dist/module/notification/notification.module.d.ts +0 -2
- package/dist/module/notification/notification.module.js +0 -81
- package/dist/module/notification/notification.module.js.map +0 -1
- package/dist/module/notification/repository/otp.repository.d.ts +0 -9
- package/dist/module/notification/repository/otp.repository.js +0 -44
- package/dist/module/notification/repository/otp.repository.js.map +0 -1
- package/dist/module/notification/service/email.service.d.ts +0 -15
- package/dist/module/notification/service/email.service.js +0 -124
- package/dist/module/notification/service/email.service.js.map +0 -1
- package/dist/module/notification/service/notification.service.d.ts +0 -27
- package/dist/module/notification/service/notification.service.js +0 -127
- package/dist/module/notification/service/notification.service.js.map +0 -1
- package/dist/module/notification/service/otp.service.d.ts +0 -31
- package/dist/module/notification/service/otp.service.js +0 -111
- package/dist/module/notification/service/otp.service.js.map +0 -1
- package/dist/module/preference_master/entity/preference.entity.d.ts +0 -9
- package/dist/module/preference_master/entity/preference.entity.js +0 -48
- package/dist/module/preference_master/entity/preference.entity.js.map +0 -1
- package/dist/module/preference_master/preference.service.d.ts +0 -8
- package/dist/module/preference_master/preference.service.js +0 -31
- package/dist/module/preference_master/preference.service.js.map +0 -1
- package/dist/module/preference_master/repo/preference.repository.d.ts +0 -8
- package/dist/module/preference_master/repo/preference.repository.js +0 -48
- package/dist/module/preference_master/repo/preference.repository.js.map +0 -1
- package/dist/module/third-party-module/entity/third-party-api-registry.entity.d.ts +0 -18
- package/dist/module/third-party-module/entity/third-party-api-registry.entity.js +0 -84
- package/dist/module/third-party-module/entity/third-party-api-registry.entity.js.map +0 -1
- package/dist/module/third-party-module/repository/third-party-api-registry.repository.d.ts +0 -7
- package/dist/module/third-party-module/repository/third-party-api-registry.repository.js +0 -38
- package/dist/module/third-party-module/repository/third-party-api-registry.repository.js.map +0 -1
- package/dist/module/third-party-module/service/api-registry.service.d.ts +0 -6
- package/dist/module/third-party-module/service/api-registry.service.js +0 -28
- package/dist/module/third-party-module/service/api-registry.service.js.map +0 -1
- package/dist/module/third-party-module/third-party.module.d.ts +0 -2
- package/dist/module/third-party-module/third-party.module.js +0 -25
- package/dist/module/third-party-module/third-party.module.js.map +0 -1
- package/dist/module/user/controller/login.controller.d.ts +0 -24
- package/dist/module/user/controller/login.controller.js +0 -173
- package/dist/module/user/controller/login.controller.js.map +0 -1
- package/dist/module/user/controller/user.controller.d.ts +0 -7
- package/dist/module/user/controller/user.controller.js +0 -46
- package/dist/module/user/controller/user.controller.js.map +0 -1
- package/dist/module/user/dto/create-user.dto.d.ts +0 -20
- package/dist/module/user/dto/create-user.dto.js +0 -70
- package/dist/module/user/dto/create-user.dto.js.map +0 -1
- package/dist/module/user/dto/update-user.dto.d.ts +0 -5
- package/dist/module/user/dto/update-user.dto.js +0 -9
- package/dist/module/user/dto/update-user.dto.js.map +0 -1
- package/dist/module/user/entity/role.entity.d.ts +0 -23
- package/dist/module/user/entity/role.entity.js +0 -101
- package/dist/module/user/entity/role.entity.js.map +0 -1
- package/dist/module/user/entity/user-role-mapping.entity.d.ts +0 -22
- package/dist/module/user/entity/user-role-mapping.entity.js +0 -95
- package/dist/module/user/entity/user-role-mapping.entity.js.map +0 -1
- package/dist/module/user/entity/user-session.entity.d.ts +0 -13
- package/dist/module/user/entity/user-session.entity.js +0 -84
- package/dist/module/user/entity/user-session.entity.js.map +0 -1
- package/dist/module/user/entity/user.entity.d.ts +0 -33
- package/dist/module/user/entity/user.entity.js +0 -141
- package/dist/module/user/entity/user.entity.js.map +0 -1
- package/dist/module/user/repository/role.repository.d.ts +0 -23
- package/dist/module/user/repository/role.repository.js +0 -102
- package/dist/module/user/repository/role.repository.js.map +0 -1
- package/dist/module/user/repository/user-role-mapping.repository.d.ts +0 -20
- package/dist/module/user/repository/user-role-mapping.repository.js +0 -113
- package/dist/module/user/repository/user-role-mapping.repository.js.map +0 -1
- package/dist/module/user/repository/user.repository.d.ts +0 -13
- package/dist/module/user/repository/user.repository.js +0 -77
- package/dist/module/user/repository/user.repository.js.map +0 -1
- package/dist/module/user/repository/userSession.repository.d.ts +0 -11
- package/dist/module/user/repository/userSession.repository.js +0 -48
- package/dist/module/user/repository/userSession.repository.js.map +0 -1
- package/dist/module/user/service/login.service.d.ts +0 -39
- package/dist/module/user/service/login.service.js +0 -243
- package/dist/module/user/service/login.service.js.map +0 -1
- package/dist/module/user/service/role.service.d.ts +0 -38
- package/dist/module/user/service/role.service.js +0 -168
- package/dist/module/user/service/role.service.js.map +0 -1
- package/dist/module/user/service/user-role-mapping.service.d.ts +0 -14
- package/dist/module/user/service/user-role-mapping.service.js +0 -66
- package/dist/module/user/service/user-role-mapping.service.js.map +0 -1
- package/dist/module/user/service/user-session.service.d.ts +0 -30
- package/dist/module/user/service/user-session.service.js +0 -159
- package/dist/module/user/service/user-session.service.js.map +0 -1
- package/dist/module/user/service/user.service.d.ts +0 -49
- package/dist/module/user/service/user.service.js +0 -251
- package/dist/module/user/service/user.service.js.map +0 -1
- package/dist/module/user/user.module.d.ts +0 -2
- package/dist/module/user/user.module.js +0 -73
- package/dist/module/user/user.module.js.map +0 -1
- package/dist/module/workflow/controller/action-category.controller.d.ts +0 -18
- package/dist/module/workflow/controller/action-category.controller.js +0 -79
- package/dist/module/workflow/controller/action-category.controller.js.map +0 -1
- package/dist/module/workflow/controller/action-resource-mapping.controller.d.ts +0 -5
- package/dist/module/workflow/controller/action-resource-mapping.controller.js +0 -31
- package/dist/module/workflow/controller/action-resource-mapping.controller.js.map +0 -1
- package/dist/module/workflow/controller/action-template-mapping.controller.d.ts +0 -12
- package/dist/module/workflow/controller/action-template-mapping.controller.js +0 -44
- package/dist/module/workflow/controller/action-template-mapping.controller.js.map +0 -1
- package/dist/module/workflow/controller/action.controller.d.ts +0 -54
- package/dist/module/workflow/controller/action.controller.js +0 -122
- package/dist/module/workflow/controller/action.controller.js.map +0 -1
- package/dist/module/workflow/controller/activity-log.controller.d.ts +0 -42
- package/dist/module/workflow/controller/activity-log.controller.js +0 -62
- package/dist/module/workflow/controller/activity-log.controller.js.map +0 -1
- package/dist/module/workflow/controller/comm-template.controller.d.ts +0 -19
- package/dist/module/workflow/controller/comm-template.controller.js +0 -58
- package/dist/module/workflow/controller/comm-template.controller.js.map +0 -1
- package/dist/module/workflow/controller/entity-modification.controller.d.ts +0 -8
- package/dist/module/workflow/controller/entity-modification.controller.js +0 -44
- package/dist/module/workflow/controller/entity-modification.controller.js.map +0 -1
- package/dist/module/workflow/controller/form-master.controller.d.ts +0 -14
- package/dist/module/workflow/controller/form-master.controller.js +0 -59
- package/dist/module/workflow/controller/form-master.controller.js.map +0 -1
- package/dist/module/workflow/controller/stage-group.controller.d.ts +0 -19
- package/dist/module/workflow/controller/stage-group.controller.js +0 -57
- package/dist/module/workflow/controller/stage-group.controller.js.map +0 -1
- package/dist/module/workflow/controller/stage.controller.d.ts +0 -16
- package/dist/module/workflow/controller/stage.controller.js +0 -58
- package/dist/module/workflow/controller/stage.controller.js.map +0 -1
- package/dist/module/workflow/controller/task.controller.d.ts +0 -32
- package/dist/module/workflow/controller/task.controller.js +0 -72
- package/dist/module/workflow/controller/task.controller.js.map +0 -1
- package/dist/module/workflow/controller/workflow-list-master.controller.d.ts +0 -14
- package/dist/module/workflow/controller/workflow-list-master.controller.js +0 -67
- package/dist/module/workflow/controller/workflow-list-master.controller.js.map +0 -1
- package/dist/module/workflow/controller/workflow-meta.controller.d.ts +0 -15
- package/dist/module/workflow/controller/workflow-meta.controller.js +0 -72
- package/dist/module/workflow/controller/workflow-meta.controller.js.map +0 -1
- package/dist/module/workflow/controller/workflow.controller.d.ts +0 -31
- package/dist/module/workflow/controller/workflow.controller.js +0 -83
- package/dist/module/workflow/controller/workflow.controller.js.map +0 -1
- package/dist/module/workflow/entity/action-category.entity.d.ts +0 -13
- package/dist/module/workflow/entity/action-category.entity.js +0 -63
- package/dist/module/workflow/entity/action-category.entity.js.map +0 -1
- package/dist/module/workflow/entity/action-data.entity.d.ts +0 -19
- package/dist/module/workflow/entity/action-data.entity.js +0 -86
- package/dist/module/workflow/entity/action-data.entity.js.map +0 -1
- package/dist/module/workflow/entity/action-resources-mapping.entity.d.ts +0 -9
- package/dist/module/workflow/entity/action-resources-mapping.entity.js +0 -47
- package/dist/module/workflow/entity/action-resources-mapping.entity.js.map +0 -1
- package/dist/module/workflow/entity/action-template-mapping.entity.d.ts +0 -6
- package/dist/module/workflow/entity/action-template-mapping.entity.js +0 -35
- package/dist/module/workflow/entity/action-template-mapping.entity.js.map +0 -1
- package/dist/module/workflow/entity/action.entity.d.ts +0 -18
- package/dist/module/workflow/entity/action.entity.js +0 -83
- package/dist/module/workflow/entity/action.entity.js.map +0 -1
- package/dist/module/workflow/entity/activity-log.entity.d.ts +0 -15
- package/dist/module/workflow/entity/activity-log.entity.js +0 -70
- package/dist/module/workflow/entity/activity-log.entity.js.map +0 -1
- package/dist/module/workflow/entity/comm-template.entity.d.ts +0 -14
- package/dist/module/workflow/entity/comm-template.entity.js +0 -67
- package/dist/module/workflow/entity/comm-template.entity.js.map +0 -1
- package/dist/module/workflow/entity/entity-modification.entity.d.ts +0 -13
- package/dist/module/workflow/entity/entity-modification.entity.js +0 -63
- package/dist/module/workflow/entity/entity-modification.entity.js.map +0 -1
- package/dist/module/workflow/entity/form.entity.d.ts +0 -9
- package/dist/module/workflow/entity/form.entity.js +0 -46
- package/dist/module/workflow/entity/form.entity.js.map +0 -1
- package/dist/module/workflow/entity/stage-action-mapping.entity.d.ts +0 -6
- package/dist/module/workflow/entity/stage-action-mapping.entity.js +0 -35
- package/dist/module/workflow/entity/stage-action-mapping.entity.js.map +0 -1
- package/dist/module/workflow/entity/stage-group.entity.d.ts +0 -8
- package/dist/module/workflow/entity/stage-group.entity.js +0 -43
- package/dist/module/workflow/entity/stage-group.entity.js.map +0 -1
- package/dist/module/workflow/entity/stage-movement-data.entity.d.ts +0 -13
- package/dist/module/workflow/entity/stage-movement-data.entity.js +0 -63
- package/dist/module/workflow/entity/stage-movement-data.entity.js.map +0 -1
- package/dist/module/workflow/entity/stage.entity.d.ts +0 -7
- package/dist/module/workflow/entity/stage.entity.js +0 -39
- package/dist/module/workflow/entity/stage.entity.js.map +0 -1
- package/dist/module/workflow/entity/task-data.entity.d.ts +0 -30
- package/dist/module/workflow/entity/task-data.entity.js +0 -130
- package/dist/module/workflow/entity/task-data.entity.js.map +0 -1
- package/dist/module/workflow/entity/template-attach-mapper.entity.d.ts +0 -11
- package/dist/module/workflow/entity/template-attach-mapper.entity.js +0 -54
- package/dist/module/workflow/entity/template-attach-mapper.entity.js.map +0 -1
- package/dist/module/workflow/entity/workflow-data.entity.d.ts +0 -4
- package/dist/module/workflow/entity/workflow-data.entity.js +0 -27
- package/dist/module/workflow/entity/workflow-data.entity.js.map +0 -1
- package/dist/module/workflow/entity/workflow-level-mapping.entity.d.ts +0 -7
- package/dist/module/workflow/entity/workflow-level-mapping.entity.js +0 -38
- package/dist/module/workflow/entity/workflow-level-mapping.entity.js.map +0 -1
- package/dist/module/workflow/entity/workflow.entity.d.ts +0 -7
- package/dist/module/workflow/entity/workflow.entity.js +0 -39
- package/dist/module/workflow/entity/workflow.entity.js.map +0 -1
- package/dist/module/workflow/repository/action-category.repository.d.ts +0 -19
- package/dist/module/workflow/repository/action-category.repository.js +0 -84
- package/dist/module/workflow/repository/action-category.repository.js.map +0 -1
- package/dist/module/workflow/repository/action-data.repository.d.ts +0 -22
- package/dist/module/workflow/repository/action-data.repository.js +0 -252
- package/dist/module/workflow/repository/action-data.repository.js.map +0 -1
- package/dist/module/workflow/repository/action.repository.d.ts +0 -31
- package/dist/module/workflow/repository/action.repository.js +0 -258
- package/dist/module/workflow/repository/action.repository.js.map +0 -1
- package/dist/module/workflow/repository/activity-log.repository.d.ts +0 -57
- package/dist/module/workflow/repository/activity-log.repository.js +0 -129
- package/dist/module/workflow/repository/activity-log.repository.js.map +0 -1
- package/dist/module/workflow/repository/comm-template.repository.d.ts +0 -17
- package/dist/module/workflow/repository/comm-template.repository.js +0 -126
- package/dist/module/workflow/repository/comm-template.repository.js.map +0 -1
- package/dist/module/workflow/repository/form-master.repository.d.ts +0 -11
- package/dist/module/workflow/repository/form-master.repository.js +0 -41
- package/dist/module/workflow/repository/form-master.repository.js.map +0 -1
- package/dist/module/workflow/repository/form.repository.d.ts +0 -0
- package/dist/module/workflow/repository/form.repository.js +0 -1
- package/dist/module/workflow/repository/form.repository.js.map +0 -1
- package/dist/module/workflow/repository/stage-group.repository.d.ts +0 -37
- package/dist/module/workflow/repository/stage-group.repository.js +0 -145
- package/dist/module/workflow/repository/stage-group.repository.js.map +0 -1
- package/dist/module/workflow/repository/stage-movement.repository.d.ts +0 -28
- package/dist/module/workflow/repository/stage-movement.repository.js +0 -180
- package/dist/module/workflow/repository/stage-movement.repository.js.map +0 -1
- package/dist/module/workflow/repository/stage.repository.d.ts +0 -31
- package/dist/module/workflow/repository/stage.repository.js +0 -117
- package/dist/module/workflow/repository/stage.repository.js.map +0 -1
- package/dist/module/workflow/repository/task.repository.d.ts +0 -18
- package/dist/module/workflow/repository/task.repository.js +0 -134
- package/dist/module/workflow/repository/task.repository.js.map +0 -1
- package/dist/module/workflow/repository/workflow.repository.d.ts +0 -10
- package/dist/module/workflow/repository/workflow.repository.js +0 -49
- package/dist/module/workflow/repository/workflow.repository.js.map +0 -1
- package/dist/module/workflow/service/action-category.service.d.ts +0 -21
- package/dist/module/workflow/service/action-category.service.js +0 -42
- package/dist/module/workflow/service/action-category.service.js.map +0 -1
- package/dist/module/workflow/service/action-data.service.d.ts +0 -16
- package/dist/module/workflow/service/action-data.service.js +0 -39
- package/dist/module/workflow/service/action-data.service.js.map +0 -1
- package/dist/module/workflow/service/action-resources-mapping.service.d.ts +0 -6
- package/dist/module/workflow/service/action-resources-mapping.service.js +0 -27
- package/dist/module/workflow/service/action-resources-mapping.service.js.map +0 -1
- package/dist/module/workflow/service/action-template-mapping.service.d.ts +0 -10
- package/dist/module/workflow/service/action-template-mapping.service.js +0 -133
- package/dist/module/workflow/service/action-template-mapping.service.js.map +0 -1
- package/dist/module/workflow/service/action.service.d.ts +0 -44
- package/dist/module/workflow/service/action.service.js +0 -211
- package/dist/module/workflow/service/action.service.js.map +0 -1
- package/dist/module/workflow/service/activity-log.service.d.ts +0 -42
- package/dist/module/workflow/service/activity-log.service.js +0 -92
- package/dist/module/workflow/service/activity-log.service.js.map +0 -1
- package/dist/module/workflow/service/comm-template.service.d.ts +0 -24
- package/dist/module/workflow/service/comm-template.service.js +0 -132
- package/dist/module/workflow/service/comm-template.service.js.map +0 -1
- package/dist/module/workflow/service/entity-modification.service.d.ts +0 -8
- package/dist/module/workflow/service/entity-modification.service.js +0 -47
- package/dist/module/workflow/service/entity-modification.service.js.map +0 -1
- package/dist/module/workflow/service/form-master.service.d.ts +0 -17
- package/dist/module/workflow/service/form-master.service.js +0 -38
- package/dist/module/workflow/service/form-master.service.js.map +0 -1
- package/dist/module/workflow/service/populate-workflow.service.d.ts +0 -21
- package/dist/module/workflow/service/populate-workflow.service.js +0 -245
- package/dist/module/workflow/service/populate-workflow.service.js.map +0 -1
- package/dist/module/workflow/service/stage-action-mapping.service.d.ts +0 -3
- package/dist/module/workflow/service/stage-action-mapping.service.js +0 -18
- package/dist/module/workflow/service/stage-action-mapping.service.js.map +0 -1
- package/dist/module/workflow/service/stage-group.service.d.ts +0 -30
- package/dist/module/workflow/service/stage-group.service.js +0 -238
- package/dist/module/workflow/service/stage-group.service.js.map +0 -1
- package/dist/module/workflow/service/stage.service.d.ts +0 -21
- package/dist/module/workflow/service/stage.service.js +0 -136
- package/dist/module/workflow/service/stage.service.js.map +0 -1
- package/dist/module/workflow/service/task.service.d.ts +0 -46
- package/dist/module/workflow/service/task.service.js +0 -368
- package/dist/module/workflow/service/task.service.js.map +0 -1
- package/dist/module/workflow/service/workflow-list-master.service.d.ts +0 -7
- package/dist/module/workflow/service/workflow-list-master.service.js +0 -73
- package/dist/module/workflow/service/workflow-list-master.service.js.map +0 -1
- package/dist/module/workflow/service/workflow-meta.service.d.ts +0 -37
- package/dist/module/workflow/service/workflow-meta.service.js +0 -424
- package/dist/module/workflow/service/workflow-meta.service.js.map +0 -1
- package/dist/module/workflow/service/workflow.service.d.ts +0 -31
- package/dist/module/workflow/service/workflow.service.js +0 -153
- package/dist/module/workflow/service/workflow.service.js.map +0 -1
- package/dist/module/workflow/workflow.module.d.ts +0 -2
- package/dist/module/workflow/workflow.module.js +0 -194
- package/dist/module/workflow/workflow.module.js.map +0 -1
- package/dist/module/workflow-automation/controller/workflow-automation.controller.d.ts +0 -11
- package/dist/module/workflow-automation/controller/workflow-automation.controller.js +0 -47
- package/dist/module/workflow-automation/controller/workflow-automation.controller.js.map +0 -1
- package/dist/module/workflow-automation/entity/workflow-automation-action.entity.d.ts +0 -9
- package/dist/module/workflow-automation/entity/workflow-automation-action.entity.js +0 -47
- package/dist/module/workflow-automation/entity/workflow-automation-action.entity.js.map +0 -1
- package/dist/module/workflow-automation/entity/workflow-automation.entity.d.ts +0 -14
- package/dist/module/workflow-automation/entity/workflow-automation.entity.js +0 -67
- package/dist/module/workflow-automation/entity/workflow-automation.entity.js.map +0 -1
- package/dist/module/workflow-automation/interface/action.decorator.d.ts +0 -2
- package/dist/module/workflow-automation/interface/action.decorator.js +0 -8
- package/dist/module/workflow-automation/interface/action.decorator.js.map +0 -1
- package/dist/module/workflow-automation/interface/action.interface.d.ts +0 -4
- package/dist/module/workflow-automation/interface/action.interface.js +0 -3
- package/dist/module/workflow-automation/interface/action.interface.js.map +0 -1
- package/dist/module/workflow-automation/service/action-registery.service.d.ts +0 -11
- package/dist/module/workflow-automation/service/action-registery.service.js +0 -46
- package/dist/module/workflow-automation/service/action-registery.service.js.map +0 -1
- package/dist/module/workflow-automation/service/schedule-handler.service.d.ts +0 -22
- package/dist/module/workflow-automation/service/schedule-handler.service.js +0 -141
- package/dist/module/workflow-automation/service/schedule-handler.service.js.map +0 -1
- package/dist/module/workflow-automation/service/workflow-automation-engine.service.d.ts +0 -15
- package/dist/module/workflow-automation/service/workflow-automation-engine.service.js +0 -124
- package/dist/module/workflow-automation/service/workflow-automation-engine.service.js.map +0 -1
- package/dist/module/workflow-automation/service/workflow-automation.service.d.ts +0 -68
- package/dist/module/workflow-automation/service/workflow-automation.service.js +0 -339
- package/dist/module/workflow-automation/service/workflow-automation.service.js.map +0 -1
- package/dist/module/workflow-automation/workflow-automation.module.d.ts +0 -2
- package/dist/module/workflow-automation/workflow-automation.module.js +0 -68
- package/dist/module/workflow-automation/workflow-automation.module.js.map +0 -1
- package/dist/module/workflow-schedule/constants/schedule.constants.d.ts +0 -27
- package/dist/module/workflow-schedule/constants/schedule.constants.js +0 -31
- package/dist/module/workflow-schedule/constants/schedule.constants.js.map +0 -1
- package/dist/module/workflow-schedule/controller/workflow-schedule.controller.d.ts +0 -81
- package/dist/module/workflow-schedule/controller/workflow-schedule.controller.js +0 -218
- package/dist/module/workflow-schedule/controller/workflow-schedule.controller.js.map +0 -1
- package/dist/module/workflow-schedule/dto/create-schedule.dto.d.ts +0 -32
- package/dist/module/workflow-schedule/dto/create-schedule.dto.js +0 -163
- package/dist/module/workflow-schedule/dto/create-schedule.dto.js.map +0 -1
- package/dist/module/workflow-schedule/dto/get-execution-logs.dto.d.ts +0 -35
- package/dist/module/workflow-schedule/dto/get-execution-logs.dto.js +0 -124
- package/dist/module/workflow-schedule/dto/get-execution-logs.dto.js.map +0 -1
- package/dist/module/workflow-schedule/dto/update-schedule.dto.d.ts +0 -19
- package/dist/module/workflow-schedule/dto/update-schedule.dto.js +0 -106
- package/dist/module/workflow-schedule/dto/update-schedule.dto.js.map +0 -1
- package/dist/module/workflow-schedule/entities/scheduled-workflow.entity.d.ts +0 -30
- package/dist/module/workflow-schedule/entities/scheduled-workflow.entity.js +0 -113
- package/dist/module/workflow-schedule/entities/scheduled-workflow.entity.js.map +0 -1
- package/dist/module/workflow-schedule/entities/workflow-execution-log.entity.d.ts +0 -34
- package/dist/module/workflow-schedule/entities/workflow-execution-log.entity.js +0 -118
- package/dist/module/workflow-schedule/entities/workflow-execution-log.entity.js.map +0 -1
- package/dist/module/workflow-schedule/interfaces/schedule-job-data.interface.d.ts +0 -44
- package/dist/module/workflow-schedule/interfaces/schedule-job-data.interface.js +0 -3
- package/dist/module/workflow-schedule/interfaces/schedule-job-data.interface.js.map +0 -1
- package/dist/module/workflow-schedule/interfaces/workflow-schedule-options.interface.d.ts +0 -3
- package/dist/module/workflow-schedule/interfaces/workflow-schedule-options.interface.js +0 -3
- package/dist/module/workflow-schedule/interfaces/workflow-schedule-options.interface.js.map +0 -1
- package/dist/module/workflow-schedule/processors/schedule.processor.d.ts +0 -33
- package/dist/module/workflow-schedule/processors/schedule.processor.js +0 -422
- package/dist/module/workflow-schedule/processors/schedule.processor.js.map +0 -1
- package/dist/module/workflow-schedule/service/workflow-schedule.service.d.ts +0 -43
- package/dist/module/workflow-schedule/service/workflow-schedule.service.js +0 -432
- package/dist/module/workflow-schedule/service/workflow-schedule.service.js.map +0 -1
- package/dist/module/workflow-schedule/workflow-schedule.module.d.ts +0 -5
- package/dist/module/workflow-schedule/workflow-schedule.module.js +0 -52
- package/dist/module/workflow-schedule/workflow-schedule.module.js.map +0 -1
- package/dist/resources/properties.module.d.ts +0 -2
- package/dist/resources/properties.module.js +0 -25
- package/dist/resources/properties.module.js.map +0 -1
- package/dist/resources/properties.yaml.d.ts +0 -2
- package/dist/resources/properties.yaml.js +0 -10
- package/dist/resources/properties.yaml.js.map +0 -1
- package/dist/table.config.d.ts +0 -39
- package/dist/table.config.js +0 -136
- package/dist/table.config.js.map +0 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/dist/utils/dto/excel-data.dto.d.ts +0 -7
- package/dist/utils/dto/excel-data.dto.js +0 -16
- package/dist/utils/dto/excel-data.dto.js.map +0 -1
- package/dist/utils/dto/excelsheet-data.dto.d.ts +0 -5
- package/dist/utils/dto/excelsheet-data.dto.js +0 -3
- package/dist/utils/dto/excelsheet-data.dto.js.map +0 -1
- package/dist/utils/service/base64util.service.d.ts +0 -4
- package/dist/utils/service/base64util.service.js +0 -21
- package/dist/utils/service/base64util.service.js.map +0 -1
- package/dist/utils/service/clockIDGenUtil.service.d.ts +0 -8
- package/dist/utils/service/clockIDGenUtil.service.js +0 -32
- package/dist/utils/service/clockIDGenUtil.service.js.map +0 -1
- package/dist/utils/service/codeGenerator.service.d.ts +0 -3
- package/dist/utils/service/codeGenerator.service.js +0 -19
- package/dist/utils/service/codeGenerator.service.js.map +0 -1
- package/dist/utils/service/dateUtil.service.d.ts +0 -3
- package/dist/utils/service/dateUtil.service.js +0 -28
- package/dist/utils/service/dateUtil.service.js.map +0 -1
- package/dist/utils/service/encryptUtil.service.d.ts +0 -9
- package/dist/utils/service/encryptUtil.service.js +0 -112
- package/dist/utils/service/encryptUtil.service.js.map +0 -1
- package/dist/utils/service/excel-helper.service.d.ts +0 -9
- package/dist/utils/service/excel-helper.service.js +0 -56
- package/dist/utils/service/excel-helper.service.js.map +0 -1
- package/dist/utils/service/excelUtil.service.d.ts +0 -3
- package/dist/utils/service/excelUtil.service.js +0 -17
- package/dist/utils/service/excelUtil.service.js.map +0 -1
- package/dist/utils/service/file-util.service.d.ts +0 -3
- package/dist/utils/service/file-util.service.js +0 -15
- package/dist/utils/service/file-util.service.js.map +0 -1
- package/dist/utils/service/json-util.service.d.ts +0 -3
- package/dist/utils/service/json-util.service.js +0 -24
- package/dist/utils/service/json-util.service.js.map +0 -1
- package/dist/utils/service/loggingUtil.service.d.ts +0 -11
- package/dist/utils/service/loggingUtil.service.js +0 -87
- package/dist/utils/service/loggingUtil.service.js.map +0 -1
- package/dist/utils/service/reflection-helper.service.d.ts +0 -10
- package/dist/utils/service/reflection-helper.service.js +0 -66
- package/dist/utils/service/reflection-helper.service.js.map +0 -1
- package/dist/utils/service/wbsCodeGen.service.d.ts +0 -3
- package/dist/utils/service/wbsCodeGen.service.js +0 -20
- package/dist/utils/service/wbsCodeGen.service.js.map +0 -1
- package/dist/utils/utils.module.d.ts +0 -2
- package/dist/utils/utils.module.js +0 -40
- package/dist/utils/utils.module.js.map +0 -1
|
@@ -1,258 +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.ActionRepository = void 0;
|
|
13
|
-
const common_1 = require("@nestjs/common");
|
|
14
|
-
const typeorm_1 = require("typeorm");
|
|
15
|
-
const reflection_helper_service_1 = require("../../../utils/service/reflection-helper.service");
|
|
16
|
-
let ActionRepository = class ActionRepository {
|
|
17
|
-
constructor(reflectionHelper) {
|
|
18
|
-
this.reflectionHelper = reflectionHelper;
|
|
19
|
-
}
|
|
20
|
-
async getReasonCode(loggedInUser) {
|
|
21
|
-
const { enterprise_id } = loggedInUser;
|
|
22
|
-
const listMasterRepo = this.reflectionHelper.getRepoService('ListMasterData');
|
|
23
|
-
const result = await listMasterRepo.find({
|
|
24
|
-
where: {
|
|
25
|
-
enterprise_id,
|
|
26
|
-
source: 'master',
|
|
27
|
-
},
|
|
28
|
-
});
|
|
29
|
-
const formatted = result.map((item) => ({
|
|
30
|
-
label: item.name,
|
|
31
|
-
value: item.type,
|
|
32
|
-
}));
|
|
33
|
-
return formatted;
|
|
34
|
-
}
|
|
35
|
-
async defaultReasonCode(list_type, loggedInUser) {
|
|
36
|
-
const { enterprise_id } = loggedInUser;
|
|
37
|
-
if (!list_type) {
|
|
38
|
-
throw new common_1.BadRequestException('list_type is required');
|
|
39
|
-
}
|
|
40
|
-
const listMasterItemsRepo = this.reflectionHelper.getRepoService('ListMasterItems');
|
|
41
|
-
const result = await listMasterItemsRepo.find({
|
|
42
|
-
where: {
|
|
43
|
-
listtype: list_type,
|
|
44
|
-
enterprise_id,
|
|
45
|
-
},
|
|
46
|
-
});
|
|
47
|
-
return result.map((row) => ({
|
|
48
|
-
label: row.name,
|
|
49
|
-
value: row.id,
|
|
50
|
-
}));
|
|
51
|
-
}
|
|
52
|
-
async getActions(loggedInUser, stage_id) {
|
|
53
|
-
const { enterprise_id } = loggedInUser;
|
|
54
|
-
const workflowStageActionRepo = this.reflectionHelper.getRepoService('StageActionMapping');
|
|
55
|
-
const stageActions = await workflowStageActionRepo.find({
|
|
56
|
-
where: {
|
|
57
|
-
stage_id: stage_id,
|
|
58
|
-
},
|
|
59
|
-
});
|
|
60
|
-
if (!stageActions?.length)
|
|
61
|
-
return [];
|
|
62
|
-
const actionIds = stageActions.map((sa) => sa.action_id);
|
|
63
|
-
const mappingIds = stageActions.map((sa) => sa.id);
|
|
64
|
-
const workflowActionTemplateMappingRepo = this.reflectionHelper.getRepoService('ActionTemplateMapping');
|
|
65
|
-
const templateMappings = await workflowActionTemplateMappingRepo.find({
|
|
66
|
-
where: {
|
|
67
|
-
stg_act_mapping_id: (0, typeorm_1.In)(mappingIds),
|
|
68
|
-
},
|
|
69
|
-
});
|
|
70
|
-
const templateCodes = templateMappings.map((tm) => tm.template_code);
|
|
71
|
-
const templateCodeToName = {};
|
|
72
|
-
const workflowCommTemplateRepo = this.reflectionHelper.getRepoService('CommTemplate');
|
|
73
|
-
if (templateCodes.length > 0) {
|
|
74
|
-
const templates = await workflowCommTemplateRepo.find({
|
|
75
|
-
where: {
|
|
76
|
-
code: (0, typeorm_1.In)(templateCodes),
|
|
77
|
-
enterprise_id: enterprise_id,
|
|
78
|
-
},
|
|
79
|
-
});
|
|
80
|
-
templates.forEach((tpl) => {
|
|
81
|
-
templateCodeToName[tpl.code] = tpl.name;
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
const mappingIdToTemplates = {};
|
|
85
|
-
for (const tm of templateMappings) {
|
|
86
|
-
const mappingId = tm.stg_act_mapping_id;
|
|
87
|
-
const name = templateCodeToName[tm.template_code];
|
|
88
|
-
if (name) {
|
|
89
|
-
if (!mappingIdToTemplates[mappingId]) {
|
|
90
|
-
mappingIdToTemplates[mappingId] = [];
|
|
91
|
-
}
|
|
92
|
-
mappingIdToTemplates[mappingId].push(name);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
const actionIdToTemplates = {};
|
|
96
|
-
for (const sa of stageActions) {
|
|
97
|
-
const mappingId = sa.id;
|
|
98
|
-
const templates = mappingIdToTemplates[mappingId];
|
|
99
|
-
if (templates?.length) {
|
|
100
|
-
if (!actionIdToTemplates[sa.action_id]) {
|
|
101
|
-
actionIdToTemplates[sa.action_id] = [];
|
|
102
|
-
}
|
|
103
|
-
actionIdToTemplates[sa.action_id].push(...templates);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
const workflowActionRepo = this.reflectionHelper.getRepoService('ActionEntity');
|
|
107
|
-
const actionResults = await workflowActionRepo
|
|
108
|
-
.createQueryBuilder()
|
|
109
|
-
.select([
|
|
110
|
-
'DISTINCT ON (a.id) a.*',
|
|
111
|
-
'ac.name AS action_category',
|
|
112
|
-
'ac.modalname AS modalname',
|
|
113
|
-
'ar.name AS action_requirement',
|
|
114
|
-
])
|
|
115
|
-
.from('frm_wf_action', 'a')
|
|
116
|
-
.leftJoin('frm_wf_action_category', 'ac', 'ac.id::text = a.action_category')
|
|
117
|
-
.leftJoin('frm_list_master_items', 'ar', `ar.id::text = a.action_requirement
|
|
118
|
-
AND ar.listtype = 'ACRQ'
|
|
119
|
-
AND ar.enterprise_id = :entId`, { entId: enterprise_id })
|
|
120
|
-
.where('a.enterprise_id = :entId', { entId: enterprise_id })
|
|
121
|
-
.andWhere('a.id::text IN (:...actionIds)', { actionIds })
|
|
122
|
-
.getRawMany();
|
|
123
|
-
const enrichedResult = actionResults.map((row) => {
|
|
124
|
-
const actionId = Number(row.id);
|
|
125
|
-
const templates = actionIdToTemplates[actionId] || [];
|
|
126
|
-
const uniqueTemplates = [...new Set(templates)];
|
|
127
|
-
return {
|
|
128
|
-
...row,
|
|
129
|
-
template: uniqueTemplates.join(', '),
|
|
130
|
-
};
|
|
131
|
-
});
|
|
132
|
-
return enrichedResult;
|
|
133
|
-
}
|
|
134
|
-
async getDependentActions(loggedInUser, stage_id, action_id) {
|
|
135
|
-
let stageActionMappingRepo = this.reflectionHelper.getRepoService('StageActionMapping');
|
|
136
|
-
const stageActions = await stageActionMappingRepo.find({
|
|
137
|
-
where: {
|
|
138
|
-
stage_id: stage_id,
|
|
139
|
-
},
|
|
140
|
-
});
|
|
141
|
-
if (!stageActions?.length)
|
|
142
|
-
return [];
|
|
143
|
-
const actionIds = stageActions.map((sa) => sa.action_id);
|
|
144
|
-
const filteredActionIds = action_id
|
|
145
|
-
? actionIds.filter((id) => id != action_id)
|
|
146
|
-
: actionIds;
|
|
147
|
-
let actionResults;
|
|
148
|
-
if (filteredActionIds.length === 0) {
|
|
149
|
-
return [];
|
|
150
|
-
}
|
|
151
|
-
const actionRepo = this.reflectionHelper.getRepoService('ActionEntity');
|
|
152
|
-
actionResults = await actionRepo
|
|
153
|
-
.createQueryBuilder('a')
|
|
154
|
-
.select(['a.id AS action_id', 'a.name AS action_name'])
|
|
155
|
-
.where('a.id IN(:...actionIds)', { actionIds: filteredActionIds })
|
|
156
|
-
.getRawMany();
|
|
157
|
-
const enrichedResult = actionResults.map((row) => ({
|
|
158
|
-
value: row.action_id,
|
|
159
|
-
label: row.action_name,
|
|
160
|
-
}));
|
|
161
|
-
return enrichedResult;
|
|
162
|
-
}
|
|
163
|
-
async getAction(enterprise_id, stage_id, mapped_entity_id, mapped_entity_type) {
|
|
164
|
-
const stageActionMappingRepo = this.reflectionHelper.getRepoService('StageActionMapping');
|
|
165
|
-
const stageActions = await stageActionMappingRepo.find({
|
|
166
|
-
where: {
|
|
167
|
-
stage_id: stage_id,
|
|
168
|
-
},
|
|
169
|
-
});
|
|
170
|
-
if (!stageActions?.length) {
|
|
171
|
-
return [
|
|
172
|
-
{
|
|
173
|
-
value: '0',
|
|
174
|
-
label: 'Generic',
|
|
175
|
-
},
|
|
176
|
-
];
|
|
177
|
-
}
|
|
178
|
-
const actionIds = stageActions.map((sa) => sa.action_id);
|
|
179
|
-
const actionRepo = this.reflectionHelper.getRepoService('ActionEntity');
|
|
180
|
-
const actions = await actionRepo
|
|
181
|
-
.createQueryBuilder('a')
|
|
182
|
-
.select([
|
|
183
|
-
'a.id AS action_id',
|
|
184
|
-
'a.name AS action_name',
|
|
185
|
-
'a.reason_code AS action_reason_code',
|
|
186
|
-
'a.default_reason_code AS default_reason_code',
|
|
187
|
-
'a.default_value AS default_value',
|
|
188
|
-
'a.mode AS mode',
|
|
189
|
-
'a.action_category AS action_category_id',
|
|
190
|
-
'ac.reason_code AS category_reason_code',
|
|
191
|
-
'ac.modalname AS modalname',
|
|
192
|
-
'ac.logo AS logo',
|
|
193
|
-
'ac.name AS action_category_name',
|
|
194
|
-
'a.dependent_action_id AS dependent_action_id',
|
|
195
|
-
])
|
|
196
|
-
.leftJoin('frm_wf_action_category', 'ac', 'ac.id = a.action_category::bigint')
|
|
197
|
-
.where('a.enterprise_id = :entId', { entId: enterprise_id })
|
|
198
|
-
.andWhere('a.id IN (:...actionIds)', { actionIds })
|
|
199
|
-
.orderBy('a.sequence', 'ASC')
|
|
200
|
-
.getRawMany();
|
|
201
|
-
const actionDataRepo = this.reflectionHelper.getRepoService('ActionDataEntity');
|
|
202
|
-
const actionData = await actionDataRepo
|
|
203
|
-
.createQueryBuilder('ad')
|
|
204
|
-
.select([
|
|
205
|
-
'ad.action_id AS action_id',
|
|
206
|
-
'ad.is_current AS is_current',
|
|
207
|
-
'ad.is_mandatory AS is_mandatory',
|
|
208
|
-
'ad.is_done AS is_done',
|
|
209
|
-
])
|
|
210
|
-
.where('ad.stage_id = :stageId', { stageId: stage_id })
|
|
211
|
-
.andWhere('ad.action_id IN (:...actionIds)', { actionIds })
|
|
212
|
-
.andWhere('ad.mapped_entity_id = :mapped_entity_id', { mapped_entity_id })
|
|
213
|
-
.andWhere('ad.mapped_entity_type = :mapped_entity_type', {
|
|
214
|
-
mapped_entity_type,
|
|
215
|
-
})
|
|
216
|
-
.getRawMany();
|
|
217
|
-
const actionIdToData = actionData.reduce((acc, row) => {
|
|
218
|
-
acc[row.action_id] = {
|
|
219
|
-
is_current: row.is_current === 'Y',
|
|
220
|
-
is_mandatory: row.is_mandatory,
|
|
221
|
-
is_done: row.is_done,
|
|
222
|
-
};
|
|
223
|
-
return acc;
|
|
224
|
-
}, {});
|
|
225
|
-
const enrichedResult = actions.map((row) => {
|
|
226
|
-
const data = actionIdToData[row.action_id];
|
|
227
|
-
const reason_code = row.action_reason_code && row.action_reason_code.trim()
|
|
228
|
-
? row.action_reason_code
|
|
229
|
-
: row.category_reason_code;
|
|
230
|
-
return {
|
|
231
|
-
value: row.action_id,
|
|
232
|
-
dependent_action_id: row.dependent_action_id,
|
|
233
|
-
label: row.action_name,
|
|
234
|
-
modalname: row.modalname,
|
|
235
|
-
logo: row.logo,
|
|
236
|
-
mode: row.mode,
|
|
237
|
-
name: row.action_category_name,
|
|
238
|
-
reason_code,
|
|
239
|
-
default_reason_code: row.default_reason_code,
|
|
240
|
-
is_default: row.default_value,
|
|
241
|
-
is_current: data?.is_current,
|
|
242
|
-
is_done: data?.is_done,
|
|
243
|
-
is_mandatory: data?.is_mandatory,
|
|
244
|
-
};
|
|
245
|
-
});
|
|
246
|
-
enrichedResult.push({
|
|
247
|
-
value: '0',
|
|
248
|
-
label: 'Generic',
|
|
249
|
-
});
|
|
250
|
-
return enrichedResult;
|
|
251
|
-
}
|
|
252
|
-
};
|
|
253
|
-
exports.ActionRepository = ActionRepository;
|
|
254
|
-
exports.ActionRepository = ActionRepository = __decorate([
|
|
255
|
-
(0, common_1.Injectable)(),
|
|
256
|
-
__metadata("design:paramtypes", [reflection_helper_service_1.ReflectionHelper])
|
|
257
|
-
], ActionRepository);
|
|
258
|
-
//# sourceMappingURL=action.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/action.repository.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { MediaDataService } from 'src/module/meta/service/media-data.service';
|
|
2
|
-
import { ActivityLog } from '../entity/activity-log.entity';
|
|
3
|
-
import { Repository } from 'typeorm';
|
|
4
|
-
import { ConfigService } from '@nestjs/config';
|
|
5
|
-
export declare const ACTIVITY_CATEGORIES: {
|
|
6
|
-
readonly ASSIGN: "ASSIGN";
|
|
7
|
-
readonly INTERACTION: "INTERACTION";
|
|
8
|
-
readonly FORM: "FORM";
|
|
9
|
-
readonly STAGE: "STAGE";
|
|
10
|
-
readonly ASSESSMENT: "ASSESSMENT";
|
|
11
|
-
readonly MEETING: "MEETING";
|
|
12
|
-
readonly PROCESS: "PROCESS";
|
|
13
|
-
readonly STATUS: "STATUS";
|
|
14
|
-
readonly TASK: "TASK";
|
|
15
|
-
readonly LEAD: "LEAD";
|
|
16
|
-
readonly STAGEGROUP: "STAGE_GROUP";
|
|
17
|
-
};
|
|
18
|
-
export type ActivityCategoryType = keyof typeof ACTIVITY_CATEGORIES;
|
|
19
|
-
export declare class ActivityLogRepository {
|
|
20
|
-
private readonly activityLogRepository;
|
|
21
|
-
private readonly mediaDataService;
|
|
22
|
-
private readonly configService;
|
|
23
|
-
constructor(activityLogRepository: Repository<ActivityLog>, mediaDataService: MediaDataService, configService: ConfigService);
|
|
24
|
-
getAllActivityLog(mapped_entity_type: string, mapped_entity_id: number | string, category: string | undefined, loggedInUser: any): Promise<{
|
|
25
|
-
category: string;
|
|
26
|
-
created_date: string | null;
|
|
27
|
-
mapped_entity_type: string;
|
|
28
|
-
mapped_entity_id: string;
|
|
29
|
-
title: string;
|
|
30
|
-
description: string;
|
|
31
|
-
action: string;
|
|
32
|
-
icon: string;
|
|
33
|
-
color: string;
|
|
34
|
-
additional_info_1: string;
|
|
35
|
-
additional_info_2: string;
|
|
36
|
-
additional_info_3: string;
|
|
37
|
-
id: number;
|
|
38
|
-
entity_type: string;
|
|
39
|
-
name: string;
|
|
40
|
-
status: string;
|
|
41
|
-
parent_type: string;
|
|
42
|
-
parent_id: number;
|
|
43
|
-
code: string;
|
|
44
|
-
created_by: number;
|
|
45
|
-
modified_by: number;
|
|
46
|
-
modified_date: Date;
|
|
47
|
-
enterprise_id: number;
|
|
48
|
-
organization_id: number;
|
|
49
|
-
appcode: string;
|
|
50
|
-
level_id: string;
|
|
51
|
-
level_type: string;
|
|
52
|
-
}[]>;
|
|
53
|
-
getAllActivityCategory(mapped_entity_id: number | string, mapped_entity_type: string, loggedInUser: any): Promise<{
|
|
54
|
-
label: any;
|
|
55
|
-
value: any;
|
|
56
|
-
}[]>;
|
|
57
|
-
}
|
|
@@ -1,129 +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.ActivityLogRepository = exports.ACTIVITY_CATEGORIES = void 0;
|
|
16
|
-
const typeorm_1 = require("@nestjs/typeorm");
|
|
17
|
-
const media_data_service_1 = require("../../meta/service/media-data.service");
|
|
18
|
-
const activity_log_entity_1 = require("../entity/activity-log.entity");
|
|
19
|
-
const typeorm_2 = require("typeorm");
|
|
20
|
-
const moment = require("moment");
|
|
21
|
-
const axios_1 = require("axios");
|
|
22
|
-
const config_1 = require("@nestjs/config");
|
|
23
|
-
exports.ACTIVITY_CATEGORIES = {
|
|
24
|
-
ASSIGN: 'ASSIGN',
|
|
25
|
-
INTERACTION: 'INTERACTION',
|
|
26
|
-
FORM: 'FORM',
|
|
27
|
-
STAGE: 'STAGE',
|
|
28
|
-
ASSESSMENT: 'ASSESSMENT',
|
|
29
|
-
MEETING: 'MEETING',
|
|
30
|
-
PROCESS: 'PROCESS',
|
|
31
|
-
STATUS: 'STATUS',
|
|
32
|
-
TASK: 'TASK',
|
|
33
|
-
LEAD: 'LEAD',
|
|
34
|
-
STAGEGROUP: 'STAGE_GROUP',
|
|
35
|
-
};
|
|
36
|
-
let ActivityLogRepository = class ActivityLogRepository {
|
|
37
|
-
constructor(activityLogRepository, mediaDataService, configService) {
|
|
38
|
-
this.activityLogRepository = activityLogRepository;
|
|
39
|
-
this.mediaDataService = mediaDataService;
|
|
40
|
-
this.configService = configService;
|
|
41
|
-
}
|
|
42
|
-
async getAllActivityLog(mapped_entity_type, mapped_entity_id, category, loggedInUser) {
|
|
43
|
-
const { organization_id, id: loggedInUserId } = loggedInUser;
|
|
44
|
-
const query = this.activityLogRepository
|
|
45
|
-
.createQueryBuilder('log')
|
|
46
|
-
.where('log.mapped_entity_type = :mapped_entity_type', {
|
|
47
|
-
mapped_entity_type,
|
|
48
|
-
})
|
|
49
|
-
.andWhere('log.organization_id = :organization_id', { organization_id })
|
|
50
|
-
.andWhere('log.mapped_entity_id = :mapped_entity_id', {
|
|
51
|
-
mapped_entity_id,
|
|
52
|
-
});
|
|
53
|
-
if (category) {
|
|
54
|
-
query.andWhere('log.category = :category', { category });
|
|
55
|
-
}
|
|
56
|
-
query.orderBy('log.created_date', 'DESC');
|
|
57
|
-
const rows = await query.getRawAndEntities();
|
|
58
|
-
if (rows?.entities) {
|
|
59
|
-
let user = null;
|
|
60
|
-
for (const param of rows?.entities) {
|
|
61
|
-
try {
|
|
62
|
-
const baseUrl = this.configService.get('REDIRECT_BE_URL');
|
|
63
|
-
const queryParams = new URLSearchParams({
|
|
64
|
-
loggedInUser: JSON.stringify(loggedInUser),
|
|
65
|
-
}).toString();
|
|
66
|
-
const response = await axios_1.default.get(`${baseUrl}/users/profile-image-url/${param?.created_by}?entity_type=USR&${queryParams}`, {
|
|
67
|
-
headers: {
|
|
68
|
-
'Content-Type': 'application/json',
|
|
69
|
-
},
|
|
70
|
-
});
|
|
71
|
-
user = response.data;
|
|
72
|
-
param.user_name = user.name;
|
|
73
|
-
param.profile_image = user.profile_image;
|
|
74
|
-
}
|
|
75
|
-
catch (error) {
|
|
76
|
-
console.error('⚠️ Internal Entity API call failed:', error.message);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
const result = await Promise.all(rows.entities.map(async (entity, i) => {
|
|
81
|
-
const profileImageId = rows.raw[i].profile_image;
|
|
82
|
-
let profile = null;
|
|
83
|
-
const formattedLabel = entity.category
|
|
84
|
-
.toLowerCase()
|
|
85
|
-
.replace(/_/g, ' ')
|
|
86
|
-
.replace(/\b\w/g, (char) => char.toUpperCase());
|
|
87
|
-
return {
|
|
88
|
-
...entity,
|
|
89
|
-
category: formattedLabel,
|
|
90
|
-
created_date: entity.created_date
|
|
91
|
-
? moment(entity.created_date).local().format('DD-MMM, hh:mm A')
|
|
92
|
-
: null,
|
|
93
|
-
};
|
|
94
|
-
}));
|
|
95
|
-
return result;
|
|
96
|
-
}
|
|
97
|
-
async getAllActivityCategory(mapped_entity_id, mapped_entity_type, loggedInUser) {
|
|
98
|
-
const { organization_id } = loggedInUser;
|
|
99
|
-
const result = await this.activityLogRepository
|
|
100
|
-
.createQueryBuilder('log')
|
|
101
|
-
.select('DISTINCT UPPER(log.category)', 'category')
|
|
102
|
-
.where('log.mapped_entity_type = :mapped_entity_type', {
|
|
103
|
-
mapped_entity_type,
|
|
104
|
-
})
|
|
105
|
-
.andWhere('log.organization_id = :organization_id', { organization_id })
|
|
106
|
-
.andWhere('log.mapped_entity_id = :mapped_entity_id', {
|
|
107
|
-
mapped_entity_id,
|
|
108
|
-
})
|
|
109
|
-
.getRawMany();
|
|
110
|
-
return result.map((row) => {
|
|
111
|
-
const formattedLabel = row.category
|
|
112
|
-
.toLowerCase()
|
|
113
|
-
.replace(/_/g, ' ')
|
|
114
|
-
.replace(/\b\w/g, (char) => char.toUpperCase());
|
|
115
|
-
return {
|
|
116
|
-
label: formattedLabel,
|
|
117
|
-
value: row.category,
|
|
118
|
-
};
|
|
119
|
-
});
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
exports.ActivityLogRepository = ActivityLogRepository;
|
|
123
|
-
exports.ActivityLogRepository = ActivityLogRepository = __decorate([
|
|
124
|
-
__param(0, (0, typeorm_1.InjectRepository)(activity_log_entity_1.ActivityLog)),
|
|
125
|
-
__metadata("design:paramtypes", [typeorm_2.Repository,
|
|
126
|
-
media_data_service_1.MediaDataService,
|
|
127
|
-
config_1.ConfigService])
|
|
128
|
-
], ActivityLogRepository);
|
|
129
|
-
//# sourceMappingURL=activity-log.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activity-log.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/activity-log.repository.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Repository } from 'typeorm';
|
|
2
|
-
import { CommTemplate } from '../entity/comm-template.entity';
|
|
3
|
-
import { TemplateAttach } from '../entity/template-attach-mapper.entity';
|
|
4
|
-
import { MediaDataService } from 'src/module/meta/service/media-data.service';
|
|
5
|
-
import { ReflectionHelper } from '../../../utils/service/reflection-helper.service';
|
|
6
|
-
export declare class CommTemplateRepository {
|
|
7
|
-
private readonly commTemplateRepository;
|
|
8
|
-
private readonly templateAttachEntity;
|
|
9
|
-
private readonly mediaDataService;
|
|
10
|
-
private readonly reflectionHelper;
|
|
11
|
-
constructor(commTemplateRepository: Repository<CommTemplate>, templateAttachEntity: Repository<TemplateAttach>, mediaDataService: MediaDataService, reflectionHelper: ReflectionHelper);
|
|
12
|
-
getAllCommTemplate(entity_type: string, action_id?: number, loggedInUser?: any): Promise<CommTemplate[]>;
|
|
13
|
-
save(commTemplate: any): Promise<any>;
|
|
14
|
-
delete(id: any): Promise<any>;
|
|
15
|
-
getTemplateByCode(entity_type: string, id: number, loggedInUser: any): Promise<any | null>;
|
|
16
|
-
findByCodeAndLevelIdAndLevelTypeAndAppCode(code: string, level_id: string, level_type: string, appcode: string): Promise<CommTemplate | null>;
|
|
17
|
-
}
|
|
@@ -1,126 +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.CommTemplateRepository = void 0;
|
|
16
|
-
const common_1 = require("@nestjs/common");
|
|
17
|
-
const typeorm_1 = require("@nestjs/typeorm");
|
|
18
|
-
const typeorm_2 = require("typeorm");
|
|
19
|
-
const comm_template_entity_1 = require("../entity/comm-template.entity");
|
|
20
|
-
const template_attach_mapper_entity_1 = require("../entity/template-attach-mapper.entity");
|
|
21
|
-
const media_data_service_1 = require("../../meta/service/media-data.service");
|
|
22
|
-
const reflection_helper_service_1 = require("../../../utils/service/reflection-helper.service");
|
|
23
|
-
let CommTemplateRepository = class CommTemplateRepository {
|
|
24
|
-
constructor(commTemplateRepository, templateAttachEntity, mediaDataService, reflectionHelper) {
|
|
25
|
-
this.commTemplateRepository = commTemplateRepository;
|
|
26
|
-
this.templateAttachEntity = templateAttachEntity;
|
|
27
|
-
this.mediaDataService = mediaDataService;
|
|
28
|
-
this.reflectionHelper = reflectionHelper;
|
|
29
|
-
}
|
|
30
|
-
async getAllCommTemplate(entity_type, action_id, loggedInUser) {
|
|
31
|
-
const { organization_id, level_id, level_type } = loggedInUser;
|
|
32
|
-
let is_template;
|
|
33
|
-
if (action_id) {
|
|
34
|
-
const actionRepo = this.reflectionHelper.getRepoService('ActionEntity');
|
|
35
|
-
const actionResult = await actionRepo.findOne({
|
|
36
|
-
where: {
|
|
37
|
-
id: action_id,
|
|
38
|
-
organization_id: organization_id,
|
|
39
|
-
},
|
|
40
|
-
});
|
|
41
|
-
if (!actionResult) {
|
|
42
|
-
throw new Error('Invalid action_id');
|
|
43
|
-
}
|
|
44
|
-
is_template = actionResult.is_template;
|
|
45
|
-
await this.commTemplateRepository.find({
|
|
46
|
-
where: {},
|
|
47
|
-
});
|
|
48
|
-
await this.commTemplateRepository
|
|
49
|
-
.createQueryBuilder()
|
|
50
|
-
.update()
|
|
51
|
-
.set({ is_template: Boolean(is_template) })
|
|
52
|
-
.where("mapped_entity_type = :entityType", { entityType: entity_type })
|
|
53
|
-
.andWhere("organization_id = :orgId", { orgId: organization_id })
|
|
54
|
-
.andWhere("level_id = :levelId", { levelId: level_id })
|
|
55
|
-
.andWhere("level_type = :levelType", { levelType: level_type })
|
|
56
|
-
.execute();
|
|
57
|
-
}
|
|
58
|
-
const whereCondition = {
|
|
59
|
-
organization_id,
|
|
60
|
-
level_id,
|
|
61
|
-
level_type,
|
|
62
|
-
};
|
|
63
|
-
if (typeof is_template !== 'undefined') {
|
|
64
|
-
whereCondition.is_template = is_template;
|
|
65
|
-
}
|
|
66
|
-
return this.commTemplateRepository.find({
|
|
67
|
-
select: ['name', 'code', 'mode', 'is_template'],
|
|
68
|
-
where: whereCondition,
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
async save(commTemplate) {
|
|
72
|
-
return this.templateAttachEntity.save(commTemplate);
|
|
73
|
-
}
|
|
74
|
-
async delete(id) {
|
|
75
|
-
return await this.templateAttachEntity.delete(id);
|
|
76
|
-
}
|
|
77
|
-
async getTemplateByCode(entity_type, id, loggedInUser) {
|
|
78
|
-
const template = await this.commTemplateRepository.findOne({
|
|
79
|
-
where: { entity_type, id },
|
|
80
|
-
});
|
|
81
|
-
if (!template) {
|
|
82
|
-
throw new common_1.NotFoundException(`Template with id ${id} not found`);
|
|
83
|
-
}
|
|
84
|
-
if (template.format_type === 'markup') {
|
|
85
|
-
const media = await this.mediaDataService.getMediaDownloadUrl(template.markup_id, loggedInUser);
|
|
86
|
-
template.markup_id = media;
|
|
87
|
-
}
|
|
88
|
-
if (template.format_type === 'richtext') {
|
|
89
|
-
return template;
|
|
90
|
-
}
|
|
91
|
-
const attachments = await this.templateAttachEntity.find({
|
|
92
|
-
select: ['media_id'],
|
|
93
|
-
where: {
|
|
94
|
-
entity_type,
|
|
95
|
-
template_id: template.id,
|
|
96
|
-
},
|
|
97
|
-
});
|
|
98
|
-
let attachmentsMedia = [];
|
|
99
|
-
if (attachments.length > 0) {
|
|
100
|
-
attachmentsMedia = await Promise.all(attachments.map(async (att) => {
|
|
101
|
-
const media = await this.mediaDataService.getMediaDownloadUrl(att.media_id, loggedInUser);
|
|
102
|
-
return media;
|
|
103
|
-
}));
|
|
104
|
-
}
|
|
105
|
-
return {
|
|
106
|
-
...template,
|
|
107
|
-
attachments: attachmentsMedia,
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
async findByCodeAndLevelIdAndLevelTypeAndAppCode(code, level_id, level_type, appcode) {
|
|
111
|
-
return await this.commTemplateRepository.findOne({
|
|
112
|
-
where: { code, level_id, level_type, appcode },
|
|
113
|
-
});
|
|
114
|
-
}
|
|
115
|
-
};
|
|
116
|
-
exports.CommTemplateRepository = CommTemplateRepository;
|
|
117
|
-
exports.CommTemplateRepository = CommTemplateRepository = __decorate([
|
|
118
|
-
(0, common_1.Injectable)(),
|
|
119
|
-
__param(0, (0, typeorm_1.InjectRepository)(comm_template_entity_1.CommTemplate)),
|
|
120
|
-
__param(1, (0, typeorm_1.InjectRepository)(template_attach_mapper_entity_1.TemplateAttach)),
|
|
121
|
-
__metadata("design:paramtypes", [typeorm_2.Repository,
|
|
122
|
-
typeorm_2.Repository,
|
|
123
|
-
media_data_service_1.MediaDataService,
|
|
124
|
-
reflection_helper_service_1.ReflectionHelper])
|
|
125
|
-
], CommTemplateRepository);
|
|
126
|
-
//# sourceMappingURL=comm-template.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"comm-template.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/comm-template.repository.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { UserData } from 'src/module/user/entity/user.entity';
|
|
2
|
-
import { ReflectionHelper } from '../../../utils/service/reflection-helper.service';
|
|
3
|
-
export declare class FormMasterRepository {
|
|
4
|
-
private readonly reflectionHelper;
|
|
5
|
-
constructor(reflectionHelper: ReflectionHelper);
|
|
6
|
-
getForms(enterprise_id: number, source_entity_type: string): Promise<{
|
|
7
|
-
label: any;
|
|
8
|
-
value: any;
|
|
9
|
-
}[]>;
|
|
10
|
-
submitForm(redirect_data: any, loggedInUser: UserData): Promise<string>;
|
|
11
|
-
}
|