@yolo-croket-dev/amqp-access 0.4.65-jun.0 → 0.4.65-jun.1

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.
@@ -37,9 +37,14 @@ export declare class GetPurchasedInfosForAdminPayload {
37
37
  receiverPhoneNumber?: string;
38
38
  imp_uid?: string;
39
39
  payTryLogId?: string;
40
+ isExistPaymentMemo?: boolean;
40
41
  paymentMemo?: string;
42
+ isExistSettleMemo?: boolean;
43
+ settleMemo?: string;
41
44
  shippingInvoice?: string;
42
45
  buyerPhoneNumber?: string;
46
+ couponName?: string;
47
+ couponCode?: string;
43
48
  limit: number;
44
49
  searchAfter?: string;
45
50
  searchBefore?: string;
@@ -132,11 +132,26 @@ __decorate([
132
132
  (0, class_validator_1.IsOptional)(),
133
133
  __metadata("design:type", String)
134
134
  ], GetPurchasedInfosForAdminPayload.prototype, "payTryLogId", void 0);
135
+ __decorate([
136
+ (0, class_validator_1.IsBoolean)(),
137
+ (0, class_validator_1.IsOptional)(),
138
+ __metadata("design:type", Boolean)
139
+ ], GetPurchasedInfosForAdminPayload.prototype, "isExistPaymentMemo", void 0);
135
140
  __decorate([
136
141
  (0, class_validator_1.IsString)(),
137
142
  (0, class_validator_1.IsOptional)(),
138
143
  __metadata("design:type", String)
139
144
  ], GetPurchasedInfosForAdminPayload.prototype, "paymentMemo", void 0);
145
+ __decorate([
146
+ (0, class_validator_1.IsBoolean)(),
147
+ (0, class_validator_1.IsOptional)(),
148
+ __metadata("design:type", Boolean)
149
+ ], GetPurchasedInfosForAdminPayload.prototype, "isExistSettleMemo", void 0);
150
+ __decorate([
151
+ (0, class_validator_1.IsString)(),
152
+ (0, class_validator_1.IsOptional)(),
153
+ __metadata("design:type", String)
154
+ ], GetPurchasedInfosForAdminPayload.prototype, "settleMemo", void 0);
140
155
  __decorate([
141
156
  (0, class_validator_1.IsString)(),
142
157
  (0, class_validator_1.IsOptional)(),
@@ -147,6 +162,16 @@ __decorate([
147
162
  (0, class_validator_1.IsOptional)(),
148
163
  __metadata("design:type", String)
149
164
  ], GetPurchasedInfosForAdminPayload.prototype, "buyerPhoneNumber", void 0);
165
+ __decorate([
166
+ (0, class_validator_1.IsString)(),
167
+ (0, class_validator_1.IsOptional)(),
168
+ __metadata("design:type", String)
169
+ ], GetPurchasedInfosForAdminPayload.prototype, "couponName", void 0);
170
+ __decorate([
171
+ (0, class_validator_1.IsString)(),
172
+ (0, class_validator_1.IsOptional)(),
173
+ __metadata("design:type", String)
174
+ ], GetPurchasedInfosForAdminPayload.prototype, "couponCode", void 0);
150
175
  __decorate([
151
176
  (0, class_validator_1.IsNumber)(),
152
177
  __metadata("design:type", Number)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.65-jun.0",
3
+ "version": "0.4.65-jun.1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",