@yolo-croket-dev/amqp-access 0.2.30-sj-1 → 0.2.30-sj-3

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.
@@ -8,10 +8,15 @@ export declare class SearchPurchaseReceiptsPayload {
8
8
  searchAfter?: string;
9
9
  searchBefore?: string;
10
10
  }
11
- export declare class SearchPurchaseReceiptsResult implements Pick<PurchaseReceiptDomain, '_id' | 'paymentNumber' | 'paymentMethod' | 'purchasedInfos' | 'paymentDate'> {
11
+ export declare class PurchaseReceiptList implements Pick<PurchaseReceiptDomain, '_id' | 'paymentNumber' | 'paymentMethod' | 'purchasedInfos' | 'paymentDate'> {
12
12
  _id: string;
13
13
  paymentNumber: string;
14
14
  paymentMethod: string;
15
15
  purchasedInfos: CustomPurchaseReceiptPurchasedInfo[];
16
16
  paymentDate: Date;
17
17
  }
18
+ export declare class SearchPurchaseReceiptsResult {
19
+ datas: PurchaseReceiptList[];
20
+ totalCount?: number;
21
+ searchToken?: string;
22
+ }
@@ -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.SearchPurchaseReceiptsResult = exports.SearchPurchaseReceiptsPayload = void 0;
12
+ exports.SearchPurchaseReceiptsResult = exports.PurchaseReceiptList = exports.SearchPurchaseReceiptsPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const purchased_info_entity_1 = require("@yolo-croket-dev/entity-v2/purchased-info/purchased-info.entity");
15
15
  class SearchPurchaseReceiptsPayload {
@@ -47,6 +47,10 @@ __decorate([
47
47
  __metadata("design:type", String)
48
48
  ], SearchPurchaseReceiptsPayload.prototype, "searchBefore", void 0);
49
49
  // eslint-disable-next-line max-len
50
+ class PurchaseReceiptList {
51
+ }
52
+ exports.PurchaseReceiptList = PurchaseReceiptList;
53
+ // eslint-disable-next-line max-len
50
54
  class SearchPurchaseReceiptsResult {
51
55
  }
52
56
  exports.SearchPurchaseReceiptsResult = SearchPurchaseReceiptsResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.2.30-sj-1",
3
+ "version": "0.2.30-sj-3",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",