@yolo-croket-dev/amqp-access 0.0.114-jun.0 → 0.0.114-jun.1
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClientProxy } from '@nestjs/microservices';
|
|
2
2
|
import { AbstractParam } from '@yolo-croket-dev/core';
|
|
3
|
-
/** @dto
|
|
3
|
+
/** @dto*/
|
|
4
4
|
import { IsExistsAppBulkPushLogByRedisDBKeyPayload, IsExistsAppBulkPushLogByRedisDBKeyResult } from '../dto/app-bulk-push-log/query';
|
|
5
5
|
export declare class AmqpAppBulkPushLogService {
|
|
6
6
|
private readonly client;
|
|
@@ -22,7 +22,7 @@ let AmqpAppBulkPushLogService = class AmqpAppBulkPushLogService {
|
|
|
22
22
|
this.amqpManager = new functions_1.AmqpManagement(this.client);
|
|
23
23
|
}
|
|
24
24
|
async isExistsAppBulkPushLogByRedisDBKey(payload, param) {
|
|
25
|
-
return this.amqpManager.call('대량 앱 푸시 존재 여부 체크', 'app-push-
|
|
25
|
+
return this.amqpManager.call('대량 앱 푸시 존재 여부 체크', 'app-bulk-push-log.is-exists.by-redis-db-key', payload, param, { isErrorThrowing: true });
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
AmqpAppBulkPushLogService = __decorate([
|