rez_core 6.5.54 → 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/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 -16
- package/dist/module/enterprise/entity/organization.entity.js +0 -74
- 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,54 +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.TemplateAttach = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
let TemplateAttach = class TemplateAttach {
|
|
15
|
-
constructor() { }
|
|
16
|
-
};
|
|
17
|
-
exports.TemplateAttach = TemplateAttach;
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
20
|
-
__metadata("design:type", Number)
|
|
21
|
-
], TemplateAttach.prototype, "id", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], TemplateAttach.prototype, "entity_type", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
28
|
-
__metadata("design:type", Number)
|
|
29
|
-
], TemplateAttach.prototype, "template_id", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
32
|
-
__metadata("design:type", Number)
|
|
33
|
-
], TemplateAttach.prototype, "media_id", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
36
|
-
__metadata("design:type", Number)
|
|
37
|
-
], TemplateAttach.prototype, "organization_id", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], TemplateAttach.prototype, "appcode", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
44
|
-
__metadata("design:type", String)
|
|
45
|
-
], TemplateAttach.prototype, "level_id", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
48
|
-
__metadata("design:type", String)
|
|
49
|
-
], TemplateAttach.prototype, "level_type", void 0);
|
|
50
|
-
exports.TemplateAttach = TemplateAttach = __decorate([
|
|
51
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_tem_attach_mapper' }),
|
|
52
|
-
__metadata("design:paramtypes", [])
|
|
53
|
-
], TemplateAttach);
|
|
54
|
-
//# sourceMappingURL=template-attach-mapper.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template-attach-mapper.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/template-attach-mapper.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,cAAc,GAApB,MAAM,cAAc;IACzB,gBAAe,CAAC;CAyBjB,CAAA;AA1BY,wCAAc;AAIzB;IADC,IAAA,gCAAsB,GAAE;;0CACd;AAGX;IADC,IAAA,gBAAM,EAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;;mDACL;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACV;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACH;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACV;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACR;yBAzBR,cAAc;IAD1B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,0BAA0B,EAAE,CAAC;;GAChC,cAAc,CA0B1B"}
|
|
@@ -1,27 +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.WorkFlowData = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
|
-
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
|
-
const typeorm_1 = require("typeorm");
|
|
16
|
-
let WorkFlowData = class WorkFlowData extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.WORKFLOW_DATA;
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
exports.WorkFlowData = WorkFlowData;
|
|
23
|
-
exports.WorkFlowData = WorkFlowData = __decorate([
|
|
24
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_data' }),
|
|
25
|
-
__metadata("design:paramtypes", [])
|
|
26
|
-
], WorkFlowData);
|
|
27
|
-
//# sourceMappingURL=workflow-data.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-data.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow-data.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uEAA6D;AAC7D,6EAAuE;AACvE,qCAAiC;AAG1B,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,+BAAU;IAC1C;QACE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,+BAAa,CAAC;IACnC,CAAC;CACF,CAAA;AALY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;;GACnB,YAAY,CAKxB"}
|
|
@@ -1,38 +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.WorkflowLevelMappingEntity = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
let WorkflowLevelMappingEntity = class WorkflowLevelMappingEntity {
|
|
15
|
-
constructor() { }
|
|
16
|
-
};
|
|
17
|
-
exports.WorkflowLevelMappingEntity = WorkflowLevelMappingEntity;
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
20
|
-
__metadata("design:type", Number)
|
|
21
|
-
], WorkflowLevelMappingEntity.prototype, "id", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
24
|
-
__metadata("design:type", Number)
|
|
25
|
-
], WorkflowLevelMappingEntity.prototype, "workflow_id", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
28
|
-
__metadata("design:type", String)
|
|
29
|
-
], WorkflowLevelMappingEntity.prototype, "mapped_level_id", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], WorkflowLevelMappingEntity.prototype, "mapped_level_type", void 0);
|
|
34
|
-
exports.WorkflowLevelMappingEntity = WorkflowLevelMappingEntity = __decorate([
|
|
35
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_level_mapping' }),
|
|
36
|
-
__metadata("design:paramtypes", [])
|
|
37
|
-
], WorkflowLevelMappingEntity);
|
|
38
|
-
//# sourceMappingURL=workflow-level-mapping.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-level-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow-level-mapping.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;IACrC,gBAAe,CAAC;CAajB,CAAA;AAdY,gEAA0B;AAIrC;IADC,IAAA,gCAAsB,GAAE;;sDACd;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+DACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mEACH;AAGxB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qEACD;qCAbf,0BAA0B;IADtC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,sBAAsB,EAAE,CAAC;;GAC5B,0BAA0B,CActC"}
|
|
@@ -1,39 +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.Workflow = void 0;
|
|
13
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
14
|
-
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
15
|
-
const typeorm_1 = require("typeorm");
|
|
16
|
-
let Workflow = class Workflow extends base_entity_entity_1.BaseEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.entity_type = global_constant_1.WORKFLOW;
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
exports.Workflow = Workflow;
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], Workflow.prototype, "mapped_entity_type", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, typeorm_1.Column)({ type: 'boolean', nullable: true }),
|
|
29
|
-
__metadata("design:type", Boolean)
|
|
30
|
-
], Workflow.prototype, "is_default", void 0);
|
|
31
|
-
__decorate([
|
|
32
|
-
(0, typeorm_1.Column)({ type: 'boolean', nullable: true }),
|
|
33
|
-
__metadata("design:type", Boolean)
|
|
34
|
-
], Workflow.prototype, "is_factory", void 0);
|
|
35
|
-
exports.Workflow = Workflow = __decorate([
|
|
36
|
-
(0, typeorm_1.Entity)({ name: 'frm_wf_master' }),
|
|
37
|
-
__metadata("design:paramtypes", [])
|
|
38
|
-
], Workflow);
|
|
39
|
-
//# sourceMappingURL=workflow.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.entity.js","sourceRoot":"","sources":["../../../../src/module/workflow/entity/workflow.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uEAAwD;AACxD,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,+BAAU;IACtC;QACE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,0BAAQ,CAAC;IAC9B,CAAC;CAUF,CAAA;AAdY,4BAAQ;AAOnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACjB;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACxB;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACxB;mBAbT,QAAQ;IADpB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;;GACrB,QAAQ,CAcpB"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Repository } from 'typeorm';
|
|
2
|
-
import { ActionCategory } from '../entity/action-category.entity';
|
|
3
|
-
export declare class ActionCategoryRepository {
|
|
4
|
-
private readonly actionCategoryRepository;
|
|
5
|
-
constructor(actionCategoryRepository: Repository<ActionCategory>);
|
|
6
|
-
getActionsCat(entity_type: string): Promise<{
|
|
7
|
-
label: any;
|
|
8
|
-
value: string;
|
|
9
|
-
}[]>;
|
|
10
|
-
getReasonCodeByActionCategoryId(action_cat_code: string): Promise<{
|
|
11
|
-
success: boolean;
|
|
12
|
-
value: null;
|
|
13
|
-
} | {
|
|
14
|
-
success: boolean;
|
|
15
|
-
value: string;
|
|
16
|
-
}>;
|
|
17
|
-
getActionCategory(action_cat_id: number): Promise<any[]>;
|
|
18
|
-
actionscategoryinfo(entity_type: string): Promise<Record<string, any>>;
|
|
19
|
-
}
|
|
@@ -1,84 +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.ActionCategoryRepository = void 0;
|
|
16
|
-
const common_1 = require("@nestjs/common");
|
|
17
|
-
const typeorm_1 = require("@nestjs/typeorm");
|
|
18
|
-
const typeorm_2 = require("typeorm");
|
|
19
|
-
const action_category_entity_1 = require("../entity/action-category.entity");
|
|
20
|
-
let ActionCategoryRepository = class ActionCategoryRepository {
|
|
21
|
-
constructor(actionCategoryRepository) {
|
|
22
|
-
this.actionCategoryRepository = actionCategoryRepository;
|
|
23
|
-
}
|
|
24
|
-
async getActionsCat(entity_type) {
|
|
25
|
-
const result = await this.actionCategoryRepository
|
|
26
|
-
.createQueryBuilder('ac')
|
|
27
|
-
.select(['ac.id', 'ac.name'])
|
|
28
|
-
.where('ac.mapped_entity_type = :entityType', { entityType: entity_type })
|
|
29
|
-
.getRawMany();
|
|
30
|
-
return result.map((row) => ({
|
|
31
|
-
label: row.ac_name,
|
|
32
|
-
value: String(row.ac_id),
|
|
33
|
-
}));
|
|
34
|
-
}
|
|
35
|
-
async getReasonCodeByActionCategoryId(action_cat_code) {
|
|
36
|
-
const result = await this.actionCategoryRepository
|
|
37
|
-
.createQueryBuilder('ac')
|
|
38
|
-
.select(['ac.id', 'ac.reason_code'])
|
|
39
|
-
.where('ac.code = :code', { code: action_cat_code })
|
|
40
|
-
.getOne();
|
|
41
|
-
if (!result || !result.reason_code) {
|
|
42
|
-
return {
|
|
43
|
-
success: false,
|
|
44
|
-
value: null,
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
success: true,
|
|
49
|
-
value: result.reason_code,
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
async getActionCategory(action_cat_id) {
|
|
53
|
-
const result = await this.actionCategoryRepository
|
|
54
|
-
.createQueryBuilder('ac')
|
|
55
|
-
.select(['ac.*'])
|
|
56
|
-
.where('ac.id = :id', { id: action_cat_id })
|
|
57
|
-
.getRawMany();
|
|
58
|
-
return result;
|
|
59
|
-
}
|
|
60
|
-
async actionscategoryinfo(entity_type) {
|
|
61
|
-
const result = await this.actionCategoryRepository
|
|
62
|
-
.createQueryBuilder('ac')
|
|
63
|
-
.select('ac.*')
|
|
64
|
-
.where('ac.mapped_entity_type = :entityType', { entityType: entity_type })
|
|
65
|
-
.getRawMany();
|
|
66
|
-
const mapped = result.map((row) => ({
|
|
67
|
-
label: row.name,
|
|
68
|
-
logo: row.logo,
|
|
69
|
-
modalname: row.modalname,
|
|
70
|
-
value: String(row.id),
|
|
71
|
-
}));
|
|
72
|
-
return mapped.reduce((acc, { value, ...rest }) => {
|
|
73
|
-
acc[value] = rest;
|
|
74
|
-
return acc;
|
|
75
|
-
}, {});
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
exports.ActionCategoryRepository = ActionCategoryRepository;
|
|
79
|
-
exports.ActionCategoryRepository = ActionCategoryRepository = __decorate([
|
|
80
|
-
(0, common_1.Injectable)(),
|
|
81
|
-
__param(0, (0, typeorm_1.InjectRepository)(action_category_entity_1.ActionCategory)),
|
|
82
|
-
__metadata("design:paramtypes", [typeorm_2.Repository])
|
|
83
|
-
], ActionCategoryRepository);
|
|
84
|
-
//# sourceMappingURL=action-category.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-category.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/action-category.repository.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ActionDataEntity } from '../entity/action-data.entity';
|
|
2
|
-
import { Repository } from 'typeorm';
|
|
3
|
-
import { UserData } from 'src/module/user/entity/user.entity';
|
|
4
|
-
import { TaskDataEntity } from '../entity/task-data.entity';
|
|
5
|
-
import { EntityServiceImpl } from 'src/module/meta/service/entity-service-impl.service';
|
|
6
|
-
import { ConfigService } from '@nestjs/config';
|
|
7
|
-
import { WorkflowAutomationEngineService } from 'src/module/workflow-automation/service/workflow-automation-engine.service';
|
|
8
|
-
export declare class ActionDataRepository extends EntityServiceImpl {
|
|
9
|
-
private readonly actionDataRepo;
|
|
10
|
-
private readonly TaskRepository;
|
|
11
|
-
private readonly configService;
|
|
12
|
-
private readonly workflowAutomationEngineService;
|
|
13
|
-
constructor(actionDataRepo: Repository<ActionDataEntity>, TaskRepository: Repository<TaskDataEntity>, configService: ConfigService, workflowAutomationEngineService: WorkflowAutomationEngineService);
|
|
14
|
-
saveActionData(action: any, loggedInUser: UserData, mapped_entity_id: any, mapped_entity_type: any): Promise<any>;
|
|
15
|
-
updateActionStatus(loggedInUser: UserData, mapped_entity_type: string, mapped_entity_id: number, stage_id: number, action_id: number): Promise<any>;
|
|
16
|
-
resubmitAction(loggedInUser: UserData, mapped_entity_type: string, mapped_entity_id: number, stage_id: number, action_id: number): Promise<{
|
|
17
|
-
message: string;
|
|
18
|
-
revertedTo: ActionDataEntity;
|
|
19
|
-
updated: ActionDataEntity;
|
|
20
|
-
} | undefined>;
|
|
21
|
-
generateFormURL(mapped_entity_type: string, mapped_entity_id: number, view_id: number, loggedInUser: any): Promise<string>;
|
|
22
|
-
}
|
|
@@ -1,252 +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.ActionDataRepository = void 0;
|
|
16
|
-
const common_1 = require("@nestjs/common");
|
|
17
|
-
const typeorm_1 = require("@nestjs/typeorm");
|
|
18
|
-
const action_data_entity_1 = require("../entity/action-data.entity");
|
|
19
|
-
const typeorm_2 = require("typeorm");
|
|
20
|
-
const task_data_entity_1 = require("../entity/task-data.entity");
|
|
21
|
-
const entity_service_impl_service_1 = require("../../meta/service/entity-service-impl.service");
|
|
22
|
-
const global_constant_1 = require("../../../constant/global.constant");
|
|
23
|
-
const config_1 = require("@nestjs/config");
|
|
24
|
-
const axios_1 = require("axios");
|
|
25
|
-
const workflow_automation_engine_service_1 = require("../../workflow-automation/service/workflow-automation-engine.service");
|
|
26
|
-
let ActionDataRepository = class ActionDataRepository extends entity_service_impl_service_1.EntityServiceImpl {
|
|
27
|
-
constructor(actionDataRepo, TaskRepository, configService, workflowAutomationEngineService) {
|
|
28
|
-
super();
|
|
29
|
-
this.actionDataRepo = actionDataRepo;
|
|
30
|
-
this.TaskRepository = TaskRepository;
|
|
31
|
-
this.configService = configService;
|
|
32
|
-
this.workflowAutomationEngineService = workflowAutomationEngineService;
|
|
33
|
-
}
|
|
34
|
-
async saveActionData(action, loggedInUser, mapped_entity_id, mapped_entity_type) {
|
|
35
|
-
if (!action?.length)
|
|
36
|
-
return;
|
|
37
|
-
const minSequence = Math.min(...action.map((a) => a.sequence));
|
|
38
|
-
if (action.length > 0) {
|
|
39
|
-
for (const act of action) {
|
|
40
|
-
const listMasterItemsRepo = this.reflectionHelper.getRepoService('ListMasterItems');
|
|
41
|
-
const is_mandatory = await listMasterItemsRepo.findOne({
|
|
42
|
-
where: {
|
|
43
|
-
id: act.action_requirement
|
|
44
|
-
},
|
|
45
|
-
});
|
|
46
|
-
const isFirst = act.sequence == minSequence;
|
|
47
|
-
const actionData = this.actionDataRepo.create({
|
|
48
|
-
stage_id: act.stage_id,
|
|
49
|
-
user_id: loggedInUser.id,
|
|
50
|
-
action_id: act.id,
|
|
51
|
-
sequence: act.sequence,
|
|
52
|
-
name: act.name,
|
|
53
|
-
enterprise_id: loggedInUser.enterprise_id,
|
|
54
|
-
mapped_entity_id,
|
|
55
|
-
mapped_entity_type,
|
|
56
|
-
is_current: isFirst ? 'Y' : null,
|
|
57
|
-
start_time: isFirst ? new Date() : null,
|
|
58
|
-
is_mandatory: is_mandatory?.code === 'mandatory' ? true : false,
|
|
59
|
-
category: act?.action_category_code,
|
|
60
|
-
});
|
|
61
|
-
await this.actionDataRepo.save(actionData);
|
|
62
|
-
if (act?.action_category_code === 'SDFM') {
|
|
63
|
-
const dynamicFormURL = await this.generateFormURL(mapped_entity_type, mapped_entity_id, act.form_id, loggedInUser);
|
|
64
|
-
const viewMaster = await super.getEntityData('VMS', Number(act.form_id), loggedInUser);
|
|
65
|
-
const now = new Date();
|
|
66
|
-
const istOffset = 5.5 * 60;
|
|
67
|
-
const istDate = new Date(now.getTime() + istOffset * 60 * 1000);
|
|
68
|
-
const data = {
|
|
69
|
-
entity_type: 'LFRM',
|
|
70
|
-
name: viewMaster?.name,
|
|
71
|
-
stage_id: act.stage_id,
|
|
72
|
-
mapped_entity_type,
|
|
73
|
-
mapped_entity_id,
|
|
74
|
-
view_id: act.form_id,
|
|
75
|
-
form_url: dynamicFormURL,
|
|
76
|
-
status: global_constant_1.FORM_STATUS_TO_BE_SENT,
|
|
77
|
-
action_id: act.id,
|
|
78
|
-
created_date: istDate,
|
|
79
|
-
pdf_template: act.pdf_template,
|
|
80
|
-
};
|
|
81
|
-
const createdEntity = await super.createEntity(data, loggedInUser);
|
|
82
|
-
const entityRelationRepo = this.reflectionHelper.getRepoService('EntityRelation');
|
|
83
|
-
let relationData = await entityRelationRepo.findOne({
|
|
84
|
-
where: {
|
|
85
|
-
source_entity_type: createdEntity.mapped_entity_type,
|
|
86
|
-
target_entity_type: createdEntity.entity_type,
|
|
87
|
-
},
|
|
88
|
-
});
|
|
89
|
-
if (relationData) {
|
|
90
|
-
const entityRelationDataRepo = this.reflectionHelper.getRepoService('EntityRelationData');
|
|
91
|
-
await entityRelationDataRepo.save({
|
|
92
|
-
enterprise_id: loggedInUser.enterprise_id,
|
|
93
|
-
source_entity_id: createdEntity.mapped_entity_id,
|
|
94
|
-
source_entity_type: createdEntity.mapped_entity_type,
|
|
95
|
-
target_entity_id: createdEntity.id,
|
|
96
|
-
target_entity_type: createdEntity.entity_type,
|
|
97
|
-
relation_type: relationData?.relation_type,
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
await this.workflowAutomationEngineService.handleEntityEvent(createdEntity.entity_type, 'CREATE', createdEntity, loggedInUser, null);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
async updateActionStatus(loggedInUser, mapped_entity_type, mapped_entity_id, stage_id, action_id) {
|
|
106
|
-
const actionData = await this.actionDataRepo.findOne({
|
|
107
|
-
where: {
|
|
108
|
-
mapped_entity_type,
|
|
109
|
-
mapped_entity_id,
|
|
110
|
-
stage_id,
|
|
111
|
-
action_id,
|
|
112
|
-
},
|
|
113
|
-
});
|
|
114
|
-
if (!actionData)
|
|
115
|
-
return;
|
|
116
|
-
actionData.end_time = new Date();
|
|
117
|
-
actionData.modified_by = loggedInUser.id;
|
|
118
|
-
actionData.modified_date = new Date();
|
|
119
|
-
actionData.is_done = true;
|
|
120
|
-
actionData.is_current = 'N';
|
|
121
|
-
await this.actionDataRepo.update(actionData.id, actionData);
|
|
122
|
-
const allActionData = await this.actionDataRepo.find({
|
|
123
|
-
where: { mapped_entity_type, mapped_entity_id, stage_id },
|
|
124
|
-
order: { sequence: 'ASC' },
|
|
125
|
-
});
|
|
126
|
-
const nextAction = allActionData.find((a) => a.sequence > actionData.sequence);
|
|
127
|
-
if (nextAction && nextAction.is_current !== 'Y') {
|
|
128
|
-
nextAction.is_current = 'Y';
|
|
129
|
-
nextAction.start_time = new Date();
|
|
130
|
-
nextAction.modified_by = loggedInUser.id;
|
|
131
|
-
nextAction.modified_date = new Date();
|
|
132
|
-
await this.actionDataRepo.update(nextAction.id, nextAction);
|
|
133
|
-
}
|
|
134
|
-
return { finished: actionData, activated: nextAction ?? null };
|
|
135
|
-
}
|
|
136
|
-
async resubmitAction(loggedInUser, mapped_entity_type, mapped_entity_id, stage_id, action_id) {
|
|
137
|
-
const currentAction = await this.actionDataRepo.findOne({
|
|
138
|
-
where: {
|
|
139
|
-
enterprise_id: loggedInUser.enterprise_id,
|
|
140
|
-
stage_id,
|
|
141
|
-
mapped_entity_id,
|
|
142
|
-
mapped_entity_type,
|
|
143
|
-
action_id,
|
|
144
|
-
is_current: 'Y',
|
|
145
|
-
},
|
|
146
|
-
});
|
|
147
|
-
if (!currentAction) {
|
|
148
|
-
return;
|
|
149
|
-
}
|
|
150
|
-
const previousAction = await this.actionDataRepo.findOne({
|
|
151
|
-
where: {
|
|
152
|
-
enterprise_id: loggedInUser.enterprise_id,
|
|
153
|
-
stage_id,
|
|
154
|
-
mapped_entity_id,
|
|
155
|
-
mapped_entity_type,
|
|
156
|
-
sequence: (0, typeorm_2.LessThan)(currentAction.sequence),
|
|
157
|
-
},
|
|
158
|
-
order: { sequence: 'DESC' },
|
|
159
|
-
});
|
|
160
|
-
if (!previousAction) {
|
|
161
|
-
return;
|
|
162
|
-
}
|
|
163
|
-
currentAction.is_current = null;
|
|
164
|
-
currentAction.modified_date = new Date();
|
|
165
|
-
currentAction.modified_by = loggedInUser.id;
|
|
166
|
-
currentAction.start_time = null;
|
|
167
|
-
currentAction.resubmit_count = (currentAction.resubmit_count ?? 0) + 1;
|
|
168
|
-
await this.actionDataRepo.update(currentAction.id, currentAction);
|
|
169
|
-
previousAction.is_current = 'Y';
|
|
170
|
-
previousAction.modified_date = new Date();
|
|
171
|
-
previousAction.modified_by = loggedInUser.id;
|
|
172
|
-
previousAction.end_time = null;
|
|
173
|
-
previousAction.is_done = false;
|
|
174
|
-
await this.actionDataRepo.update(previousAction.id, previousAction);
|
|
175
|
-
const tasksForPrevAction = await this.TaskRepository.find({
|
|
176
|
-
where: {
|
|
177
|
-
action_id: String(previousAction.action_id),
|
|
178
|
-
mapped_entity_type,
|
|
179
|
-
mapped_entity_id,
|
|
180
|
-
stage_id: String(previousAction.stage_id),
|
|
181
|
-
is_done: true,
|
|
182
|
-
},
|
|
183
|
-
});
|
|
184
|
-
if (tasksForPrevAction.length > 0) {
|
|
185
|
-
for (const task of tasksForPrevAction) {
|
|
186
|
-
task.modified_date = new Date();
|
|
187
|
-
task.is_done = false;
|
|
188
|
-
const listMasterItemRepo = this.reflectionHelper.getRepoService('ListMasterItems');
|
|
189
|
-
const listMasterItem = await listMasterItemRepo.findOne({
|
|
190
|
-
where: {
|
|
191
|
-
code: 'in_progress',
|
|
192
|
-
enterprise_id: loggedInUser.enterprise_id,
|
|
193
|
-
listtype: 'TKST',
|
|
194
|
-
},
|
|
195
|
-
});
|
|
196
|
-
task.status = listMasterItem.id ?? task.status;
|
|
197
|
-
await this.TaskRepository.update(task.id, task);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
return {
|
|
201
|
-
message: 'Action resubmitted successfully',
|
|
202
|
-
revertedTo: previousAction,
|
|
203
|
-
updated: currentAction,
|
|
204
|
-
};
|
|
205
|
-
}
|
|
206
|
-
async generateFormURL(mapped_entity_type, mapped_entity_id, view_id, loggedInUser) {
|
|
207
|
-
let organizationData;
|
|
208
|
-
try {
|
|
209
|
-
const baseUrl = this.configService.get('REDIRECT_BE_URL');
|
|
210
|
-
const queryParams = new URLSearchParams({
|
|
211
|
-
loggedInUser: JSON.stringify(loggedInUser),
|
|
212
|
-
}).toString();
|
|
213
|
-
const { level_id } = loggedInUser;
|
|
214
|
-
const url = `${baseUrl}/organization/public/${level_id}?entity_type=ORGP&${queryParams}`;
|
|
215
|
-
const response = await axios_1.default.get(url);
|
|
216
|
-
organizationData = response.data;
|
|
217
|
-
}
|
|
218
|
-
catch (error) {
|
|
219
|
-
console.error('Internal Entity API call failed:', error.message);
|
|
220
|
-
}
|
|
221
|
-
const org_slug = organizationData?.slug;
|
|
222
|
-
const profile = this.configService.get('PROFILE');
|
|
223
|
-
const baseUrl = this.configService.get('BASE_URL');
|
|
224
|
-
const domainUrl = this.configService.get('DOMAIN_URL');
|
|
225
|
-
if (!profile || !baseUrl || !domainUrl) {
|
|
226
|
-
throw new common_1.BadRequestException(`Configuration variable missing for form URL generation`);
|
|
227
|
-
}
|
|
228
|
-
let finalBaseUrl;
|
|
229
|
-
if (profile === 'DEV' || profile === 'STAGING') {
|
|
230
|
-
finalBaseUrl = baseUrl;
|
|
231
|
-
}
|
|
232
|
-
else if (profile === 'UAT' || profile === 'PREPROD') {
|
|
233
|
-
finalBaseUrl = `https://${org_slug}.${domainUrl}`;
|
|
234
|
-
}
|
|
235
|
-
else {
|
|
236
|
-
finalBaseUrl = baseUrl;
|
|
237
|
-
}
|
|
238
|
-
const formURL = `${finalBaseUrl}/form/${mapped_entity_type}/${mapped_entity_id}/${view_id}`;
|
|
239
|
-
return formURL;
|
|
240
|
-
}
|
|
241
|
-
};
|
|
242
|
-
exports.ActionDataRepository = ActionDataRepository;
|
|
243
|
-
exports.ActionDataRepository = ActionDataRepository = __decorate([
|
|
244
|
-
(0, common_1.Injectable)(),
|
|
245
|
-
__param(0, (0, typeorm_1.InjectRepository)(action_data_entity_1.ActionDataEntity)),
|
|
246
|
-
__param(1, (0, typeorm_1.InjectRepository)(task_data_entity_1.TaskDataEntity)),
|
|
247
|
-
__metadata("design:paramtypes", [typeorm_2.Repository,
|
|
248
|
-
typeorm_2.Repository,
|
|
249
|
-
config_1.ConfigService,
|
|
250
|
-
workflow_automation_engine_service_1.WorkflowAutomationEngineService])
|
|
251
|
-
], ActionDataRepository);
|
|
252
|
-
//# sourceMappingURL=action-data.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"action-data.repository.js","sourceRoot":"","sources":["../../../../src/module/workflow/repository/action-data.repository.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,31 +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 ActionRepository {
|
|
4
|
-
private readonly reflectionHelper;
|
|
5
|
-
constructor(reflectionHelper: ReflectionHelper);
|
|
6
|
-
getReasonCode(loggedInUser: UserData): Promise<any>;
|
|
7
|
-
defaultReasonCode(list_type: string, loggedInUser: UserData): Promise<{
|
|
8
|
-
label: any;
|
|
9
|
-
value: any;
|
|
10
|
-
}[]>;
|
|
11
|
-
getActions(loggedInUser: UserData, stage_id: number): Promise<any[]>;
|
|
12
|
-
getDependentActions(loggedInUser: UserData, stage_id: number, action_id?: number): Promise<any>;
|
|
13
|
-
getAction(enterprise_id: number, stage_id: number, mapped_entity_id: number, mapped_entity_type: string): Promise<{
|
|
14
|
-
value: any;
|
|
15
|
-
dependent_action_id: any;
|
|
16
|
-
label: any;
|
|
17
|
-
modalname: any;
|
|
18
|
-
logo: any;
|
|
19
|
-
mode: any;
|
|
20
|
-
name: any;
|
|
21
|
-
reason_code: any;
|
|
22
|
-
default_reason_code: any;
|
|
23
|
-
is_default: any;
|
|
24
|
-
is_current: any;
|
|
25
|
-
is_done: any;
|
|
26
|
-
is_mandatory: any;
|
|
27
|
-
}[] | {
|
|
28
|
-
value: string;
|
|
29
|
-
label: string;
|
|
30
|
-
}[]>;
|
|
31
|
-
}
|