@yolo-croket-dev/amqp-access 0.0.93-jun.15 → 0.0.93-jun.17
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.
|
@@ -23,7 +23,7 @@ let AmqpPayTryLogTestService = class AmqpPayTryLogTestService {
|
|
|
23
23
|
}
|
|
24
24
|
async createPayTryTestLog(payload, param) {
|
|
25
25
|
// eslint-disable-next-line max-len
|
|
26
|
-
return this.amqpManager.call('es를 위한 결제 시도 로그 리스트 조회', 'pay-try-log.
|
|
26
|
+
return this.amqpManager.call('es를 위한 결제 시도 로그 리스트 조회', 'pay-try-test-log.create', payload, param, { isErrorThrowing: true });
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
AmqpPayTryLogTestService = __decorate([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.0.93-jun.
|
|
3
|
+
"version": "0.0.93-jun.17",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nestjs/microservices": "9.0.8",
|
|
22
22
|
"@yolo-croket-dev/core": "^1.4.52",
|
|
23
23
|
"@yolo-croket-dev/dto-v2": "^0.0.149",
|
|
24
|
-
"@yolo-croket-dev/entity": "
|
|
24
|
+
"@yolo-croket-dev/entity": "0.1.120-jun.7",
|
|
25
25
|
"@yolo-croket-dev/entity-v2": "^0.0.37",
|
|
26
26
|
"class-transformer": "^0.5.1",
|
|
27
27
|
"class-validator": "^0.13.2",
|