@yolo-croket-dev/amqp-access 0.4.50-sj4 → 0.4.50-sj5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.50-sj4",
3
+ "version": "0.4.50-sj5",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,3 +1,7 @@
1
+ export declare class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData {
2
+ otherUserId?: string;
3
+ relateRefundId?: string;
4
+ }
1
5
  export declare class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData {
2
6
  purchaseReceiptId: string;
3
7
  userId: string;
@@ -8,6 +12,7 @@ export declare class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatc
8
12
  storeTitle: string;
9
13
  refundReason: string;
10
14
  sellerName: string;
15
+ activityData: SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData;
11
16
  }
12
17
  export declare class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushPayload {
13
18
  data: SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData;
@@ -9,9 +9,22 @@ 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.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushPayload = exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData = void 0;
12
+ exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushPayload = exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData = exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData = void 0;
13
13
  const class_transformer_1 = require("class-transformer");
14
14
  const class_validator_1 = require("class-validator");
15
+ class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData {
16
+ }
17
+ exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData = SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData;
18
+ __decorate([
19
+ (0, class_validator_1.IsMongoId)(),
20
+ (0, class_validator_1.IsOptional)(),
21
+ __metadata("design:type", String)
22
+ ], SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData.prototype, "otherUserId", void 0);
23
+ __decorate([
24
+ (0, class_validator_1.IsMongoId)(),
25
+ (0, class_validator_1.IsOptional)(),
26
+ __metadata("design:type", String)
27
+ ], SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData.prototype, "relateRefundId", void 0);
15
28
  class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData {
16
29
  }
17
30
  exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData = SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData;
@@ -51,6 +64,12 @@ __decorate([
51
64
  (0, class_validator_1.IsString)(),
52
65
  __metadata("design:type", String)
53
66
  ], SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData.prototype, "sellerName", void 0);
67
+ __decorate([
68
+ (0, class_validator_1.IsObject)(),
69
+ (0, class_validator_1.ValidateNested)({}),
70
+ (0, class_transformer_1.Type)(() => SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData),
71
+ __metadata("design:type", SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushActivityData)
72
+ ], SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushData.prototype, "activityData", void 0);
54
73
  class SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushPayload {
55
74
  }
56
75
  exports.SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushPayload = SetDataAskRefundPInfoNoReturnFromSellerToBuyerMethodAppBatchPushPayload;