@yolo-croket-dev/amqp-access 0.5.22-jun.0 → 0.5.22-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.22-jun.0",
3
+ "version": "0.5.22-jun.1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -28,6 +28,7 @@ export declare class RegStoreItemOptionInfo {
28
28
  export declare class RegStoreItemPayload {
29
29
  itemImgUrls: string[];
30
30
  itemName: string;
31
+ itemNameEng?: string;
31
32
  itemPrice: number;
32
33
  itemOptionInfo: RegStoreItemOptionInfo;
33
34
  mainCategory: string;
@@ -111,6 +111,11 @@ __decorate([
111
111
  (0, class_validator_1.IsString)(),
112
112
  __metadata("design:type", String)
113
113
  ], RegStoreItemPayload.prototype, "itemName", void 0);
114
+ __decorate([
115
+ (0, class_validator_1.IsString)(),
116
+ (0, class_validator_1.IsOptional)(),
117
+ __metadata("design:type", String)
118
+ ], RegStoreItemPayload.prototype, "itemNameEng", void 0);
114
119
  __decorate([
115
120
  (0, class_validator_1.IsNumber)(),
116
121
  __metadata("design:type", Number)