@yolo-croket-dev/amqp-access 0.7.60-hj-1 → 0.7.60
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/.claude/settings.local.json +11 -0
- package/package.json +1 -1
- package/payment-service/dto/refund/command/index.d.ts +2 -0
- package/payment-service/dto/refund/command/index.js +2 -0
- package/payment-service/dto/refund/command/re-process-nicepay-billing-refund-by-refund-error.dto.d.ts +3 -0
- package/payment-service/dto/refund/command/re-process-nicepay-billing-refund-by-refund-error.dto.js +20 -0
- package/payment-service/dto/refund/command/resolve-nicepay-billing-refund-by-refund-error.dto.d.ts +7 -0
- package/payment-service/dto/refund/command/resolve-nicepay-billing-refund-by-refund-error.dto.js +27 -0
- package/store-item-server/dto/store-item-group.modules/store-item-group/query/get-parse-store-item-group.dto.d.ts +2 -2
- package/store-item-server/dto/store-item-group.modules/store-item-group/query/get-parse-store-item-group.dto.js +2 -2
package/package.json
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
export * from './re-process-nicepay-billing-refund-by-refund-error.dto';
|
|
1
2
|
export * from './re-process-tosspayments-refund-by-refund-error.dto';
|
|
3
|
+
export * from './resolve-nicepay-billing-refund-by-refund-error.dto';
|
|
2
4
|
export * from './resolve-tosspayments-refund-by-refund-error.dto';
|
|
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./re-process-nicepay-billing-refund-by-refund-error.dto"), exports);
|
|
17
18
|
__exportStar(require("./re-process-tosspayments-refund-by-refund-error.dto"), exports);
|
|
19
|
+
__exportStar(require("./resolve-nicepay-billing-refund-by-refund-error.dto"), exports);
|
|
18
20
|
__exportStar(require("./resolve-tosspayments-refund-by-refund-error.dto"), exports);
|
package/payment-service/dto/refund/command/re-process-nicepay-billing-refund-by-refund-error.dto.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ReProcessNicepayBillingRefundByRefundErrorPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class ReProcessNicepayBillingRefundByRefundErrorPayload {
|
|
15
|
+
}
|
|
16
|
+
exports.ReProcessNicepayBillingRefundByRefundErrorPayload = ReProcessNicepayBillingRefundByRefundErrorPayload;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsMongoId)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], ReProcessNicepayBillingRefundByRefundErrorPayload.prototype, "pInfoId", void 0);
|
package/payment-service/dto/refund/command/resolve-nicepay-billing-refund-by-refund-error.dto.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ResolveNicepayBillingRefundByRefundErrorResult = exports.ResolveNicepayBillingRefundByRefundErrorPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class ResolveNicepayBillingRefundByRefundErrorPayload {
|
|
15
|
+
}
|
|
16
|
+
exports.ResolveNicepayBillingRefundByRefundErrorPayload = ResolveNicepayBillingRefundByRefundErrorPayload;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsMongoId)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], ResolveNicepayBillingRefundByRefundErrorPayload.prototype, "pInfoId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], ResolveNicepayBillingRefundByRefundErrorPayload.prototype, "resolveReason", void 0);
|
|
25
|
+
class ResolveNicepayBillingRefundByRefundErrorResult {
|
|
26
|
+
}
|
|
27
|
+
exports.ResolveNicepayBillingRefundByRefundErrorResult = ResolveNicepayBillingRefundByRefundErrorResult;
|
|
@@ -7,9 +7,9 @@ export declare class GetParseStoreItemGroupData {
|
|
|
7
7
|
itemName: string;
|
|
8
8
|
brandName: string;
|
|
9
9
|
mainCategory: string;
|
|
10
|
-
subCategory
|
|
10
|
+
subCategory: string;
|
|
11
11
|
/** 원본 SKU 리스트 (엑셀의 originalSkus 컬럼 데이터, 쉼표로 구분된 문자열) */
|
|
12
|
-
originalSkus
|
|
12
|
+
originalSkus: string;
|
|
13
13
|
/** 매칭 키워드 (쉼표로 구분된 문자열) */
|
|
14
14
|
matchKeywords?: string;
|
|
15
15
|
}
|
|
@@ -45,12 +45,12 @@ __decorate([
|
|
|
45
45
|
], GetParseStoreItemGroupData.prototype, "mainCategory", void 0);
|
|
46
46
|
__decorate([
|
|
47
47
|
(0, class_validator_1.IsString)(),
|
|
48
|
-
(0, class_validator_1.
|
|
48
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
49
49
|
__metadata("design:type", String)
|
|
50
50
|
], GetParseStoreItemGroupData.prototype, "subCategory", void 0);
|
|
51
51
|
__decorate([
|
|
52
52
|
(0, class_validator_1.IsString)(),
|
|
53
|
-
(0, class_validator_1.
|
|
53
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
54
54
|
__metadata("design:type", String)
|
|
55
55
|
], GetParseStoreItemGroupData.prototype, "originalSkus", void 0);
|
|
56
56
|
__decorate([
|