@yolo-croket-dev/amqp-access 0.7.263 → 0.7.264

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.
@@ -4,6 +4,22 @@ import { Types } from 'mongoose';
4
4
  export declare class GetRefundWaitingPurchasedInfoDetailForAdminPayload {
5
5
  pInfoId: string;
6
6
  }
7
+ /**
8
+ * @author sj
9
+ * @description 현재 결제건에 마지막으로 적용된 이관 스토어와 셀러의 표시 정보다.
10
+ */
11
+ export declare class RefundWaitingTransferredStoreInfoForAdmin {
12
+ /** 현재 이관 대상 스토어 ID */
13
+ storeId: string;
14
+ /** 이관 대상 스토어명 */
15
+ storeTitle?: string;
16
+ /** 이관 대상 스토어 대표 이미지 */
17
+ storeImg?: string;
18
+ /** 현재 이관 대상 셀러 ID */
19
+ sellerId: string;
20
+ /** 현재 이관 대상 셀러명 */
21
+ sellerUsername?: string;
22
+ }
7
23
  /** @author sj */
8
24
  export declare class RefundWaitingPurchasedInfoDetailForAdmin {
9
25
  PInfoId: string;
@@ -28,6 +44,8 @@ export declare class RefundWaitingPurchasedInfoDetailForAdmin {
28
44
  newSellerId: Types.ObjectId | string;
29
45
  }>;
30
46
  };
47
+ /** 이관 완료 이력이 있는 경우에만 현재 이관 스토어·셀러를 반환한다. */
48
+ transferredStoreInfo?: RefundWaitingTransferredStoreInfoForAdmin;
31
49
  }
32
50
  /** @author sj */
33
51
  export declare class GetRefundWaitingPurchasedInfoDetailForAdminResult {
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.GetRefundWaitingPurchasedInfoDetailForAdminResult = exports.RefundWaitingPurchasedInfoDetailForAdmin = exports.GetRefundWaitingPurchasedInfoDetailForAdminPayload = void 0;
12
+ exports.GetRefundWaitingPurchasedInfoDetailForAdminResult = exports.RefundWaitingPurchasedInfoDetailForAdmin = exports.RefundWaitingTransferredStoreInfoForAdmin = exports.GetRefundWaitingPurchasedInfoDetailForAdminPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  /** @author sj */
15
15
  class GetRefundWaitingPurchasedInfoDetailForAdminPayload {
@@ -19,6 +19,13 @@ __decorate([
19
19
  (0, class_validator_1.IsMongoId)(),
20
20
  __metadata("design:type", String)
21
21
  ], GetRefundWaitingPurchasedInfoDetailForAdminPayload.prototype, "pInfoId", void 0);
22
+ /**
23
+ * @author sj
24
+ * @description 현재 결제건에 마지막으로 적용된 이관 스토어와 셀러의 표시 정보다.
25
+ */
26
+ class RefundWaitingTransferredStoreInfoForAdmin {
27
+ }
28
+ exports.RefundWaitingTransferredStoreInfoForAdmin = RefundWaitingTransferredStoreInfoForAdmin;
22
29
  /** @author sj */
23
30
  class RefundWaitingPurchasedInfoDetailForAdmin {
24
31
  }
@@ -33,7 +33,7 @@ export declare class GetRefundWaitingPurchasedInfosForAdminPayload {
33
33
  * 서버는 해당 일자 15:00:00.000Z까지 포함해 조회한다.
34
34
  */
35
35
  endDate?: string;
36
- /** 생략하면 관리자가 액션을 수행할 있는 WAITING 그룹만 조회한다. */
36
+ /** 생략하면 환불 대기 정보가 있는 모든 상태를 조회한다. */
37
37
  statuses?: RefundWaitingAdminStatusEnum[];
38
38
  /** searchKeyword와 함께 전달할 검색 대상 */
39
39
  searchType?: GetRefundWaitingPurchasedInfosForAdminSearchTypeEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.263",
3
+ "version": "0.7.264",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -23,7 +23,7 @@
23
23
  "@yolo-croket-dev/domain": "0.2.44",
24
24
  "@yolo-croket-dev/dto-v2": "0.2.23",
25
25
  "@yolo-croket-dev/entity": "0.2.100",
26
- "@yolo-croket-dev/entity-v2": "0.3.21",
26
+ "@yolo-croket-dev/entity-v2": "0.3.22",
27
27
  "class-transformer": "^0.5.1",
28
28
  "class-validator": "^0.13.2",
29
29
  "dotenv": "^16.3.1"
@@ -1,6 +1,6 @@
1
1
  import { AdCenterSettle } from '@yolo-croket-dev/entity/src/ad-center-settle/ad-center-settle.schema';
2
2
  import { BusinessInfo } from '@yolo-croket-dev/entity/src/store';
3
- declare const AdCenterSettleForGoogleSheet_base: import("@nestjs/common").Type<Pick<AdCenterSettle, "_id" | "sellerId" | "publicId" | "couponInfo" | "pastStoreInfo" | "expectedSettleDateString" | "adType" | "adCenterStartDateString" | "adCenterEndDateString" | "actualSettleDateString" | "PInfoId" | "transactionInfo" | "subtractionSettleAmountInfo" | "bizMemo" | "financeMemo" | "settlementManagerInfo" | "googleSheetInfo">>;
3
+ declare const AdCenterSettleForGoogleSheet_base: import("@nestjs/common/interfaces").Type<Pick<AdCenterSettle, "_id" | "sellerId" | "publicId" | "couponInfo" | "pastStoreInfo" | "expectedSettleDateString" | "adType" | "adCenterStartDateString" | "adCenterEndDateString" | "actualSettleDateString" | "PInfoId" | "transactionInfo" | "subtractionSettleAmountInfo" | "bizMemo" | "financeMemo" | "settlementManagerInfo" | "googleSheetInfo">>;
4
4
  /** 구글 시트용 광고센터정산 데이터 */
5
5
  export declare class AdCenterSettleForGoogleSheet extends AdCenterSettleForGoogleSheet_base {
6
6
  storeInfo: {