@yolo-croket-dev/amqp-access 0.5.92-jun.0 → 0.5.92-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.
package/package.json
CHANGED
|
@@ -13,6 +13,6 @@ export declare class RegStoreItemByExcelPayload extends RegStoreItemPayload {
|
|
|
13
13
|
isBundleShipping: boolean;
|
|
14
14
|
bundleShippingFee?: number;
|
|
15
15
|
}
|
|
16
|
-
export declare class
|
|
16
|
+
export declare class RegStoreItemByExcelResult {
|
|
17
17
|
itemId: string;
|
|
18
18
|
}
|
|
@@ -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.
|
|
12
|
+
exports.RegStoreItemByExcelResult = exports.RegStoreItemByExcelPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const reg_store_item_dto_1 = require("../../../store-item/command/reg-store-item.dto");
|
|
15
15
|
/**
|
|
@@ -52,6 +52,6 @@ __decorate([
|
|
|
52
52
|
(0, class_validator_1.IsOptional)(),
|
|
53
53
|
__metadata("design:type", Number)
|
|
54
54
|
], RegStoreItemByExcelPayload.prototype, "bundleShippingFee", void 0);
|
|
55
|
-
class
|
|
55
|
+
class RegStoreItemByExcelResult {
|
|
56
56
|
}
|
|
57
|
-
exports.
|
|
57
|
+
exports.RegStoreItemByExcelResult = RegStoreItemByExcelResult;
|