@yolo-croket-dev/amqp-access 0.3.4-sj → 0.3.4-sj-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.
- package/order-server/dto/purchasedinfos/query/{search-unconfirmed-waiting-order-sellers.dto.d.ts → get-purchased-infos-for-unconfirmed-waiting-order-sellers-excel.dto.d.ts} +2 -2
- package/order-server/dto/purchasedinfos/query/get-purchased-infos-for-unconfirmed-waiting-order-sellers-excel.dto.js +9 -0
- package/order-server/dto/purchasedinfos/query/index.d.ts +1 -1
- package/order-server/dto/purchasedinfos/query/index.js +1 -1
- package/order-server/services/amqp.purchased-info.service.d.ts +2 -2
- package/order-server/services/amqp.purchased-info.service.js +3 -2
- package/package.json +1 -1
- package/order-server/dto/purchasedinfos/query/search-unconfirmed-waiting-order-sellers.dto.js +0 -9
|
@@ -5,11 +5,11 @@ export declare class UnconfirmedWaitingOrderSellerInfo {
|
|
|
5
5
|
sellerId: string;
|
|
6
6
|
storeId: string;
|
|
7
7
|
pastName: string;
|
|
8
|
-
pOptionNames: string;
|
|
8
|
+
pOptionNames: string[];
|
|
9
9
|
publicId: string;
|
|
10
10
|
paymentDate: string;
|
|
11
11
|
paidPrice: number;
|
|
12
12
|
}
|
|
13
|
-
export declare class
|
|
13
|
+
export declare class GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult {
|
|
14
14
|
excelDatas: UnconfirmedWaitingOrderSellerInfo[];
|
|
15
15
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult = exports.UnconfirmedWaitingOrderSellerInfo = void 0;
|
|
4
|
+
class UnconfirmedWaitingOrderSellerInfo {
|
|
5
|
+
}
|
|
6
|
+
exports.UnconfirmedWaitingOrderSellerInfo = UnconfirmedWaitingOrderSellerInfo;
|
|
7
|
+
class GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult {
|
|
8
|
+
}
|
|
9
|
+
exports.GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult = GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult;
|
|
@@ -4,4 +4,4 @@ export * from './get-partial-refund-processes-by-public-ids.dto';
|
|
|
4
4
|
export * from './reload-p-infos-for-manage-buyer.dto';
|
|
5
5
|
export * from './get-p-nums-for-show-ad-center-inflow.dto';
|
|
6
6
|
export * from './get-p-infos-for-before-delivery-excel.dto';
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './get-purchased-infos-for-unconfirmed-waiting-order-sellers-excel.dto';
|
|
@@ -20,4 +20,4 @@ __exportStar(require("./get-partial-refund-processes-by-public-ids.dto"), export
|
|
|
20
20
|
__exportStar(require("./reload-p-infos-for-manage-buyer.dto"), exports);
|
|
21
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);
|
|
23
|
-
__exportStar(require("./
|
|
23
|
+
__exportStar(require("./get-purchased-infos-for-unconfirmed-waiting-order-sellers-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, GetPNumsForShowAdCenterInflowPayload, GetPNumsForShowAdCenterInflowResult, GetPNumsGroupItemIdPayload, GetPNumsGroupItemIdResult, GetPInfoIdsForPredictSettlePayload, GetPInfoIdsForPredictSettleResult, GetPInfosForBeforeDeliveryExcelPayload, GetPInfosForBeforeDeliveryExcelResult,
|
|
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, GetPNumsForShowAdCenterInflowResult, GetPNumsGroupItemIdPayload, GetPNumsGroupItemIdResult, GetPInfoIdsForPredictSettlePayload, GetPInfoIdsForPredictSettleResult, GetPInfosForBeforeDeliveryExcelPayload, GetPInfosForBeforeDeliveryExcelResult, GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult } from '../dto/purchasedinfos';
|
|
4
4
|
export declare class AmqpPurchasedInfoService {
|
|
5
5
|
private readonly client;
|
|
6
6
|
private readonly amqpManager;
|
|
@@ -28,5 +28,5 @@ export declare class AmqpPurchasedInfoService {
|
|
|
28
28
|
getPInfoIdsForPredictSettle(payload: GetPInfoIdsForPredictSettlePayload, param: AbstractParam): Promise<GetPInfoIdsForPredictSettleResult>;
|
|
29
29
|
getPInfosForBeforeDeliveryExcel(payload: GetPInfosForBeforeDeliveryExcelPayload, param: AbstractParam): Promise<GetPInfosForBeforeDeliveryExcelResult[]>;
|
|
30
30
|
migrationPayTryLogIdV2(param: AbstractParam): Promise<void>;
|
|
31
|
-
|
|
31
|
+
getPurchasedInfosForUnconfirmedWaitingOrderSellersExcel(param: AbstractParam): Promise<GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult>;
|
|
32
32
|
}
|
|
@@ -90,8 +90,9 @@ let AmqpPurchasedInfoService = class AmqpPurchasedInfoService {
|
|
|
90
90
|
async migrationPayTryLogIdV2(param) {
|
|
91
91
|
return this.amqpManager.call('payTrylogId_v2 데이터 마이그레이션', 'purchased-info.migration.pay-try-log-id-v2', {}, param, { isErrorThrowing: true });
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
// eslint-disable-next-line max-len
|
|
94
|
+
async getPurchasedInfosForUnconfirmedWaitingOrderSellersExcel(param) {
|
|
95
|
+
return this.amqpManager.call('주문확인중 2일 이상 미확인 셀러 조회 (엑셀 추출용)', 'purchased-info.get.unconfirmed-waiting-order-sellers', {}, param, { isErrorThrowing: true });
|
|
95
96
|
}
|
|
96
97
|
};
|
|
97
98
|
exports.AmqpPurchasedInfoService = AmqpPurchasedInfoService;
|
package/package.json
CHANGED
package/order-server/dto/purchasedinfos/query/search-unconfirmed-waiting-order-sellers.dto.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchUnconfirmedWaitingOrderSellersResult = exports.UnconfirmedWaitingOrderSellerInfo = void 0;
|
|
4
|
-
class UnconfirmedWaitingOrderSellerInfo {
|
|
5
|
-
}
|
|
6
|
-
exports.UnconfirmedWaitingOrderSellerInfo = UnconfirmedWaitingOrderSellerInfo;
|
|
7
|
-
class SearchUnconfirmedWaitingOrderSellersResult {
|
|
8
|
-
}
|
|
9
|
-
exports.SearchUnconfirmedWaitingOrderSellersResult = SearchUnconfirmedWaitingOrderSellersResult;
|