@yolo-croket-dev/amqp-access 0.7.110-sj2 → 0.7.110-sj3

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.
@@ -43,4 +43,5 @@ export declare class AmqpPurchasedInfoService {
43
43
  extendWaitingReceiveByChannelTalk(payload: ExtendWaitingReceiveByChannelTalkPayload, param: AbstractParam): Promise<string>;
44
44
  updatePInfoAttributionHistoryIdBulk(payload: UpdatePInfoAttributionHistoryIdBulkPayload, param: AbstractParam): Promise<void>;
45
45
  extendWaitingReceiveByChannelTalkSlackWebhook(payload: any, param: AbstractParam): Promise<string>;
46
+ deferredPcccRegisterReminderPush(param: AbstractParam): Promise<void>;
46
47
  }
@@ -138,6 +138,9 @@ let AmqpPurchasedInfoService = class AmqpPurchasedInfoService {
138
138
  payload, param) {
139
139
  return this.amqpManager.call('채널톡용 수령확인 연장 처리', 'purchased-info.update.extend-waiting-receive-by-channel-talk-slack-webhook', payload, param, { isErrorThrowing: true });
140
140
  }
141
+ async deferredPcccRegisterReminderPush(param) {
142
+ return this.amqpManager.call('개인통관고유부호 등록 요구 알림 발송 -스케쥴러-', 'purchased-info.get.deferred.pccc-register-reminder-push', {}, param, { isErrorThrowing: true });
143
+ }
141
144
  };
142
145
  exports.AmqpPurchasedInfoService = AmqpPurchasedInfoService;
143
146
  exports.AmqpPurchasedInfoService = AmqpPurchasedInfoService = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.110-sj2",
3
+ "version": "0.7.110-sj3",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",