@yolo-croket-dev/amqp-access 0.2.40-jun.0 → 0.2.40-jun.2

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.
@@ -0,0 +1,5 @@
1
+ export declare class GetPNumsForShowAdCenterInflowPayload {
2
+ }
3
+ export declare class GetPNumsForShowAdCenterInflowResult {
4
+ pNums: number;
5
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPNumsForShowAdCenterInflowResult = exports.GetPNumsForShowAdCenterInflowPayload = void 0;
4
+ class GetPNumsForShowAdCenterInflowPayload {
5
+ }
6
+ exports.GetPNumsForShowAdCenterInflowPayload = GetPNumsForShowAdCenterInflowPayload;
7
+ class GetPNumsForShowAdCenterInflowResult {
8
+ }
9
+ exports.GetPNumsForShowAdCenterInflowResult = GetPNumsForShowAdCenterInflowResult;
@@ -2,5 +2,5 @@ export * from './search-seller-transaction-history-by-process.dto';
2
2
  export * from './atlas';
3
3
  export * from './get-partial-refund-processes-by-public-ids.dto';
4
4
  export * from './reload-p-infos-for-manage-buyer.dto';
5
- export * from './check-show-ad-center-inflow-case.dto';
5
+ export * from './get-p-nums-for-show-ad-center-inflow.dto';
6
6
  export * from './get-p-infos-for-before-delivery-excel.dto';
@@ -18,5 +18,5 @@ __exportStar(require("./search-seller-transaction-history-by-process.dto"), expo
18
18
  __exportStar(require("./atlas"), exports);
19
19
  __exportStar(require("./get-partial-refund-processes-by-public-ids.dto"), exports);
20
20
  __exportStar(require("./reload-p-infos-for-manage-buyer.dto"), exports);
21
- __exportStar(require("./check-show-ad-center-inflow-case.dto"), exports);
21
+ __exportStar(require("./get-p-nums-for-show-ad-center-inflow.dto"), exports);
22
22
  __exportStar(require("./get-p-infos-for-before-delivery-excel.dto"), exports);
@@ -1,6 +1,6 @@
1
1
  import { ClientProxy } from '@nestjs/microservices';
2
2
  import { AbstractParam } from '@yolo-croket-dev/core';
3
- import { GetPInfoSettleAmountInfoByAtlasPayload, GetPInfoSettleAmountInfoByAtlasResult, GetPInfoAllSettleAmountByAtlasPayload, GetPInfoAllSettleAmountByAtlasResult, GetPInfoLegacySettleLogsByAtlasPayload, GetPInfoLegacySettleLogsByAtlasResult, GetPInfoAccumulatedSettleAmountByAtlasPayload, GetPInfoAccumulatedSettleAmountByAtlasResult, GetPInfoDoneSettleAmountByAtlasPayload, GetPInfoDoneSettleAmountByAtlasResult, GetPInfoExpectSettleAmountByAtlasPayload, GetPInfoExpectSettleAmountByAtlasResult, GetPartialRefundProcessesByPublicIdsPayload, GetPartialRefundProcessesByPublicIdsResult, GetPInfosForManageBuyerByAtlasPayload, GetPInfosForManageBuyerByAtlasResult, GetFacetPInfosForManageBuyerByAtlasPayload, GetFacetPInfosForManageBuyerByAtlasResult, ReloadPInfosForManageBuyerPayload, ReloadPInfosForManageBuyerResult, UpdateAdCenterCouponInfoPayload, UpdateDoneAdCenterCouponInfosPayload, CancelDoneAdCenterCouponInfosPayload, RequestCreateAdCenterCouponSettlePayload, PatchProcessV2ToCheckingStockPayload, PatchProcessV2ToCheckingStockResult, GetItemSaleInfosForSalesTeamByAtlasPayload, GetItemSaleInfosForSalesTeamByAtlasResult, GetItemSaleMergeDataForSalesTeamByAtlasPayload, GetItemSaleMergeDataForSalesTeamByAtlasResult, CheckShowAdCenterInflowCasePayload, GetPNumsGroupItemIdPayload, GetPNumsGroupItemIdResult, GetPInfoIdsForPredictSettlePayload, GetPInfoIdsForPredictSettleResult, GetPInfosForBeforeDeliveryExcelPayload, GetPInfosForBeforeDeliveryExcelResult } from '../dto/purchasedinfos';
3
+ import { GetPInfoSettleAmountInfoByAtlasPayload, GetPInfoSettleAmountInfoByAtlasResult, GetPInfoAllSettleAmountByAtlasPayload, GetPInfoAllSettleAmountByAtlasResult, GetPInfoLegacySettleLogsByAtlasPayload, GetPInfoLegacySettleLogsByAtlasResult, GetPInfoAccumulatedSettleAmountByAtlasPayload, GetPInfoAccumulatedSettleAmountByAtlasResult, GetPInfoDoneSettleAmountByAtlasPayload, GetPInfoDoneSettleAmountByAtlasResult, GetPInfoExpectSettleAmountByAtlasPayload, GetPInfoExpectSettleAmountByAtlasResult, GetPartialRefundProcessesByPublicIdsPayload, GetPartialRefundProcessesByPublicIdsResult, GetPInfosForManageBuyerByAtlasPayload, GetPInfosForManageBuyerByAtlasResult, GetFacetPInfosForManageBuyerByAtlasPayload, GetFacetPInfosForManageBuyerByAtlasResult, ReloadPInfosForManageBuyerPayload, ReloadPInfosForManageBuyerResult, UpdateAdCenterCouponInfoPayload, UpdateDoneAdCenterCouponInfosPayload, CancelDoneAdCenterCouponInfosPayload, RequestCreateAdCenterCouponSettlePayload, PatchProcessV2ToCheckingStockPayload, PatchProcessV2ToCheckingStockResult, GetItemSaleInfosForSalesTeamByAtlasPayload, GetItemSaleInfosForSalesTeamByAtlasResult, GetItemSaleMergeDataForSalesTeamByAtlasPayload, GetItemSaleMergeDataForSalesTeamByAtlasResult, GetPNumsForShowAdCenterInflowPayload, GetPNumsGroupItemIdPayload, GetPNumsGroupItemIdResult, GetPInfoIdsForPredictSettlePayload, GetPInfoIdsForPredictSettleResult, GetPInfosForBeforeDeliveryExcelPayload, GetPInfosForBeforeDeliveryExcelResult } from '../dto/purchasedinfos';
4
4
  export declare class AmqpPurchasedInfoService {
5
5
  private readonly client;
6
6
  private readonly amqpManager;
@@ -23,7 +23,7 @@ export declare class AmqpPurchasedInfoService {
23
23
  getItemSaleInfosForSalesTeamByAtlas(payload: GetItemSaleInfosForSalesTeamByAtlasPayload, param: AbstractParam): Promise<GetItemSaleInfosForSalesTeamByAtlasResult>;
24
24
  getItemSaleMergeDataForSalesTeamByAtlas(payload: GetItemSaleMergeDataForSalesTeamByAtlasPayload, param: AbstractParam): Promise<GetItemSaleMergeDataForSalesTeamByAtlasResult>;
25
25
  autoChangeWaitingReceive(payload: void, param: AbstractParam): Promise<void>;
26
- checkShowAdCenterInflowCase(payload: CheckShowAdCenterInflowCasePayload, param: AbstractParam): Promise<boolean>;
26
+ getPNumsForShowAdCenterInflow(payload: GetPNumsForShowAdCenterInflowPayload, param: AbstractParam): Promise<boolean>;
27
27
  getPNumsGroupItemId(payload: GetPNumsGroupItemIdPayload, param: AbstractParam): Promise<GetPNumsGroupItemIdResult>;
28
28
  getPInfoIdsForPredictSettle(payload: GetPInfoIdsForPredictSettlePayload, param: AbstractParam): Promise<GetPInfoIdsForPredictSettleResult>;
29
29
  getPInfosForBeforeDeliveryExcel(payload: GetPInfosForBeforeDeliveryExcelPayload, param: AbstractParam): Promise<GetPInfosForBeforeDeliveryExcelResult[]>;
@@ -75,8 +75,8 @@ let AmqpPurchasedInfoService = class AmqpPurchasedInfoService {
75
75
  async autoChangeWaitingReceive(payload, param) {
76
76
  return this.amqpManager.call('자동 변경 대기 수령으로 변경', 'purchased-info.update.auto-change-waiting-receive', payload, param, { isErrorThrowing: true });
77
77
  }
78
- async checkShowAdCenterInflowCase(payload, param) {
79
- return this.amqpManager.call('광고센터유입 노출 여부 케이스 (결제정보) 체크', 'purchased-info.check.show-ad-center-inflow-case', payload, param, { isErrorThrowing: true });
78
+ async getPNumsForShowAdCenterInflow(payload, param) {
79
+ return this.amqpManager.call('광고센터유입 노출 여부를 위한 결제 수 조회', 'purchased-info.get.p-nums-for-show-ad-center-inflow', payload, param, { isErrorThrowing: true });
80
80
  }
81
81
  async getPNumsGroupItemId(payload, param) {
82
82
  return this.amqpManager.call('상품별 결제 수 조회', 'purchased-info.get.p-nums-group-item-id', payload, param, { isErrorThrowing: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.2.40-jun.0",
3
+ "version": "0.2.40-jun.2",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,9 +0,0 @@
1
- export declare enum CheckCaseEnum {
2
- 'case1' = "case1",
3
- 'case2' = "case2"
4
- }
5
- export declare class CheckShowAdCenterInflowCasePayload {
6
- }
7
- export declare class CheckShowAdCenterInflowCaseResult {
8
- targetCases: CheckCaseEnum[];
9
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckShowAdCenterInflowCaseResult = exports.CheckShowAdCenterInflowCasePayload = exports.CheckCaseEnum = void 0;
4
- var CheckCaseEnum;
5
- (function (CheckCaseEnum) {
6
- CheckCaseEnum["case1"] = "case1";
7
- CheckCaseEnum["case2"] = "case2";
8
- })(CheckCaseEnum || (exports.CheckCaseEnum = CheckCaseEnum = {}));
9
- class CheckShowAdCenterInflowCasePayload {
10
- }
11
- exports.CheckShowAdCenterInflowCasePayload = CheckShowAdCenterInflowCasePayload;
12
- class CheckShowAdCenterInflowCaseResult {
13
- }
14
- exports.CheckShowAdCenterInflowCaseResult = CheckShowAdCenterInflowCaseResult;