rez_core 2.2.11 → 2.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constant/global.constant.d.ts +1 -0
- package/dist/constant/global.constant.js +2 -1
- package/dist/constant/global.constant.js.map +1 -1
- package/dist/module/notification/controller/otp.controller.d.ts +4 -1
- package/dist/module/notification/controller/otp.controller.js +17 -3
- package/dist/module/notification/controller/otp.controller.js.map +1 -1
- package/dist/module/notification/notification.module.js +33 -4
- package/dist/module/notification/notification.module.js.map +1 -1
- package/dist/module/notification/service/email.service.d.ts +7 -0
- package/dist/module/notification/service/email.service.js +49 -0
- package/dist/module/notification/service/email.service.js.map +1 -0
- package/dist/module/workflow/controller/action-category.controller.d.ts +6 -0
- package/dist/module/workflow/controller/action-category.controller.js +14 -0
- package/dist/module/workflow/controller/action-category.controller.js.map +1 -1
- package/dist/module/workflow/controller/action-resource-mapping.controller.d.ts +5 -0
- package/dist/module/workflow/controller/action-resource-mapping.controller.js +31 -0
- package/dist/module/workflow/controller/action-resource-mapping.controller.js.map +1 -0
- package/dist/module/workflow/controller/action.controller.d.ts +3 -0
- package/dist/module/workflow/entity/action-category.entity.d.ts +3 -0
- package/dist/module/workflow/entity/action-category.entity.js +12 -0
- package/dist/module/workflow/entity/action-category.entity.js.map +1 -1
- package/dist/module/workflow/entity/action-resources-mapping.entity.d.ts +7 -0
- package/dist/module/workflow/entity/action-resources-mapping.entity.js +39 -0
- package/dist/module/workflow/entity/action-resources-mapping.entity.js.map +1 -0
- package/dist/module/workflow/repository/action.repository.d.ts +3 -0
- package/dist/module/workflow/repository/action.repository.js +28 -3
- package/dist/module/workflow/repository/action.repository.js.map +1 -1
- package/dist/module/workflow/repository/task.repository.js +1 -0
- package/dist/module/workflow/repository/task.repository.js.map +1 -1
- package/dist/module/workflow/service/action-category.service.d.ts +4 -0
- package/dist/module/workflow/service/action-category.service.js +12 -0
- package/dist/module/workflow/service/action-category.service.js.map +1 -1
- package/dist/module/workflow/service/action-resources-mapping.service.d.ts +6 -0
- package/dist/module/workflow/service/action-resources-mapping.service.js +27 -0
- package/dist/module/workflow/service/action-resources-mapping.service.js.map +1 -0
- package/dist/module/workflow/service/action.service.d.ts +3 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -1
- package/src/constant/global.constant.ts +1 -0
- package/src/module/notification/controller/otp.controller.ts +41 -14
- package/src/module/notification/notification.module.ts +33 -4
- package/src/module/notification/service/email.service.ts +39 -0
- package/src/module/workflow/controller/action-category.controller.ts +14 -0
- package/src/module/workflow/controller/action-resource-mapping.controller.ts +23 -0
- package/src/module/workflow/entity/action-category.entity.ts +9 -0
- package/src/module/workflow/entity/action-resources-mapping.entity.ts +23 -0
- package/src/module/workflow/repository/action.repository.ts +39 -7
- package/src/module/workflow/repository/task.repository.ts +1 -0
- package/src/module/workflow/service/action-category.service.ts +20 -0
- package/src/module/workflow/service/action-resources-mapping.service.ts +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-resources-mapping.service.js","sourceRoot":"","sources":["../../../../src/module/workflow/service/action-resources-mapping.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,gGAAwF;AACxF,qCAAqC;AAG9B,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,+CAAiB;IAClE,YAA6B,UAAsB;QACjD,KAAK,EAAE,CAAC;QADmB,eAAU,GAAV,UAAU,CAAY;IAEnD,CAAC;CACF,CAAA;AAJY,sEAA6B;wCAA7B,6BAA6B;IADzC,IAAA,mBAAU,GAAE;qCAE8B,oBAAU;GADxC,6BAA6B,CAIzC"}
|