@yolo-croket-dev/amqp-access 0.4.106 → 0.4.108-jun.0

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,3 +4,7 @@ export declare class CheckSignatureForSabangPayload {
4
4
  nonce: string;
5
5
  signature: string;
6
6
  }
7
+ export declare class CheckSignatureForSabangResult {
8
+ userId: string;
9
+ username: string;
10
+ }
@@ -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.CheckSignatureForSabangPayload = void 0;
12
+ exports.CheckSignatureForSabangResult = exports.CheckSignatureForSabangPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  class CheckSignatureForSabangPayload {
15
15
  }
@@ -30,3 +30,6 @@ __decorate([
30
30
  (0, class_validator_1.IsString)(),
31
31
  __metadata("design:type", String)
32
32
  ], CheckSignatureForSabangPayload.prototype, "signature", void 0);
33
+ class CheckSignatureForSabangResult {
34
+ }
35
+ exports.CheckSignatureForSabangResult = CheckSignatureForSabangResult;
@@ -31,6 +31,7 @@ export declare class GetPurchasedInfosForAdminPayload {
31
31
  receiveEDate?: string | Date;
32
32
  publicId?: string;
33
33
  buyerId?: string;
34
+ sellerId?: string;
34
35
  storeId?: string;
35
36
  pInfoId?: string;
36
37
  refundId?: string;
@@ -86,6 +86,11 @@ __decorate([
86
86
  (0, class_validator_1.IsOptional)(),
87
87
  __metadata("design:type", String)
88
88
  ], GetPurchasedInfosForAdminPayload.prototype, "buyerId", void 0);
89
+ __decorate([
90
+ (0, class_validator_1.IsMongoId)(),
91
+ (0, class_validator_1.IsOptional)(),
92
+ __metadata("design:type", String)
93
+ ], GetPurchasedInfosForAdminPayload.prototype, "sellerId", void 0);
89
94
  __decorate([
90
95
  (0, class_validator_1.IsMongoId)(),
91
96
  (0, class_validator_1.IsOptional)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.106",
3
+ "version": "0.4.108-jun.0",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -20,7 +20,7 @@
20
20
  "@nestjs/common": "^10.3.10",
21
21
  "@yolo-croket-dev/core": "1.7.17",
22
22
  "@yolo-croket-dev/domain": "0.1.4",
23
- "@yolo-croket-dev/dto-v2": "^0.1.7",
23
+ "@yolo-croket-dev/dto-v2": "^0.1.10",
24
24
  "@yolo-croket-dev/entity": "^0.2.10",
25
25
  "@yolo-croket-dev/entity-v2": "^0.1.46",
26
26
  "class-transformer": "^0.5.1",