@yolo-croket-dev/amqp-access 0.5.101-sj2 → 0.5.101
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/index.d.ts +0 -1
- package/order-server/dto/purchasedinfos/query/index.js +0 -1
- package/order-server/services/amqp.purchased-info.service.d.ts +1 -2
- package/order-server/services/amqp.purchased-info.service.js +0 -3
- package/package.json +1 -1
- package/payment-service/dto/refund/query/check-for-immediate-refund-availability-v2.dto.d.ts +1 -1
- package/payment-service/dto/refund/query/check-for-immediate-refund-availability-v2.dto.js +1 -1
- package/order-server/dto/purchasedinfos/query/check-purchase-info-exists-in-last-days.dto.d.ts +0 -6
- package/order-server/dto/purchasedinfos/query/check-purchase-info-exists-in-last-days.dto.js +0 -23
- package/order-server/dto/purchasedinfos/query/check-purchased-info-exists-in-last-days.dto.d.ts +0 -6
- package/order-server/dto/purchasedinfos/query/check-purchased-info-exists-in-last-days.dto.js +0 -23
|
@@ -11,4 +11,3 @@ export * from './check-can-change-purchased-options-by-pay-try-log-id.dto';
|
|
|
11
11
|
export * from './get-purchased-info-items-for-extraction-by-type.dto';
|
|
12
12
|
export * from './get-expect-settle-amount.dto';
|
|
13
13
|
export * from './get-changed-option-public-ids-by-ids.dto';
|
|
14
|
-
export * from './check-purchased-info-exists-in-last-days.dto';
|
|
@@ -27,4 +27,3 @@ __exportStar(require("./check-can-change-purchased-options-by-pay-try-log-id.dto
|
|
|
27
27
|
__exportStar(require("./get-purchased-info-items-for-extraction-by-type.dto"), exports);
|
|
28
28
|
__exportStar(require("./get-expect-settle-amount.dto"), exports);
|
|
29
29
|
__exportStar(require("./get-changed-option-public-ids-by-ids.dto"), exports);
|
|
30
|
-
__exportStar(require("./check-purchased-info-exists-in-last-days.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, GetPurchasedInfosForUnconfirmedWaitingOrderSellersExcelResult, IsPurchaseStoreItemByUserBulkPayload, IsPurchaseStoreItemByUserBulkResponse, CheckCanChangePurchasedOptionPayload, CheckCanChangePurchasedOptionResult, ChangePurchasedOptionPayload, CheckCanChangePurchasedOptionsByPayTryLogIdPayload, CheckCanChangePurchasedOptionsByPayTryLogIdResult, GetPurchasedInfoItemsForExtractionByTypeResult, GetPInfoForExpectSettleByAtlasResult, GetExpectSettleAmountResult, GetPInfoForExpectSettleByAtlasPayload, GetChangedOptionPublicIdsByIdsPayload, GetChangedOptionPublicIdsByIdsResult
|
|
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, IsPurchaseStoreItemByUserBulkPayload, IsPurchaseStoreItemByUserBulkResponse, CheckCanChangePurchasedOptionPayload, CheckCanChangePurchasedOptionResult, ChangePurchasedOptionPayload, CheckCanChangePurchasedOptionsByPayTryLogIdPayload, CheckCanChangePurchasedOptionsByPayTryLogIdResult, GetPurchasedInfoItemsForExtractionByTypeResult, GetPInfoForExpectSettleByAtlasResult, GetExpectSettleAmountResult, GetPInfoForExpectSettleByAtlasPayload, GetChangedOptionPublicIdsByIdsPayload, GetChangedOptionPublicIdsByIdsResult } from '../dto/purchasedinfos';
|
|
4
4
|
export declare class AmqpPurchasedInfoService {
|
|
5
5
|
private readonly client;
|
|
6
6
|
private readonly amqpManager;
|
|
@@ -37,5 +37,4 @@ export declare class AmqpPurchasedInfoService {
|
|
|
37
37
|
getPInfoForExpectSettleByAtlas(payload: GetPInfoForExpectSettleByAtlasPayload, param: AbstractParam): Promise<GetPInfoForExpectSettleByAtlasResult[]>;
|
|
38
38
|
getExpectSettleAmount(param: AbstractParam): Promise<GetExpectSettleAmountResult>;
|
|
39
39
|
getChangedOptionPublicIdsByIds(payload: GetChangedOptionPublicIdsByIdsPayload, param: AbstractParam): Promise<GetChangedOptionPublicIdsByIdsResult[]>;
|
|
40
|
-
checkPurchasedInfoExistsInLastDays(payload: CheckPurchasedInfoExistsInLastDaysPayload, param: AbstractParam): Promise<CheckPurchasedInfoExistsInLastDaysResult>;
|
|
41
40
|
}
|
|
@@ -118,9 +118,6 @@ let AmqpPurchasedInfoService = class AmqpPurchasedInfoService {
|
|
|
118
118
|
async getChangedOptionPublicIdsByIds(payload, param) {
|
|
119
119
|
return this.amqpManager.call('결제 아이디 리스트로 변경된 옵션 publicId 리스트 조회', 'purchased-info.get.changed-option-public-ids-by-ids', payload, param, { isErrorThrowing: true });
|
|
120
120
|
}
|
|
121
|
-
async checkPurchasedInfoExistsInLastDays(payload, param) {
|
|
122
|
-
return this.amqpManager.call('특정 기간 동안 구매 정보 존재 여부 확인 -구매자-', 'purchased-info.check.exists-in-last-days', payload, param, { isErrorThrowing: true });
|
|
123
|
-
}
|
|
124
121
|
};
|
|
125
122
|
exports.AmqpPurchasedInfoService = AmqpPurchasedInfoService;
|
|
126
123
|
exports.AmqpPurchasedInfoService = AmqpPurchasedInfoService = __decorate([
|
package/package.json
CHANGED
|
@@ -34,4 +34,4 @@ __decorate([
|
|
|
34
34
|
__decorate([
|
|
35
35
|
(0, class_validator_1.IsBoolean)(),
|
|
36
36
|
__metadata("design:type", Boolean)
|
|
37
|
-
], CheckForImmediateRefundAvailabilityV2Result.prototype, "
|
|
37
|
+
], CheckForImmediateRefundAvailabilityV2Result.prototype, "isHolidaySoon", void 0);
|
package/order-server/dto/purchasedinfos/query/check-purchase-info-exists-in-last-days.dto.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.CheckPurchasedInfoExistsInLastDaysResult = exports.CheckPurchasedInfoExistsInLastDaysPayload = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class CheckPurchasedInfoExistsInLastDaysPayload {
|
|
15
|
-
}
|
|
16
|
-
exports.CheckPurchasedInfoExistsInLastDaysPayload = CheckPurchasedInfoExistsInLastDaysPayload;
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsNumber)(),
|
|
19
|
-
__metadata("design:type", Number)
|
|
20
|
-
], CheckPurchasedInfoExistsInLastDaysPayload.prototype, "days", void 0);
|
|
21
|
-
class CheckPurchasedInfoExistsInLastDaysResult {
|
|
22
|
-
}
|
|
23
|
-
exports.CheckPurchasedInfoExistsInLastDaysResult = CheckPurchasedInfoExistsInLastDaysResult;
|
package/order-server/dto/purchasedinfos/query/check-purchased-info-exists-in-last-days.dto.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.CheckPurchasedInfoExistsInLastDaysResult = exports.CheckPurchasedInfoExistsInLastDaysPayload = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class CheckPurchasedInfoExistsInLastDaysPayload {
|
|
15
|
-
}
|
|
16
|
-
exports.CheckPurchasedInfoExistsInLastDaysPayload = CheckPurchasedInfoExistsInLastDaysPayload;
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsNumber)(),
|
|
19
|
-
__metadata("design:type", Number)
|
|
20
|
-
], CheckPurchasedInfoExistsInLastDaysPayload.prototype, "days", void 0);
|
|
21
|
-
class CheckPurchasedInfoExistsInLastDaysResult {
|
|
22
|
-
}
|
|
23
|
-
exports.CheckPurchasedInfoExistsInLastDaysResult = CheckPurchasedInfoExistsInLastDaysResult;
|