@yolo-croket-dev/amqp-access 0.2.32-hj-1 → 0.2.32-hj-2

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.2.32-hj-1",
3
+ "version": "0.2.32-hj-2",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -25,7 +25,7 @@
25
25
  /// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/inferschematype" />
26
26
  import { AutoSoldOutStoreItemLogEntity } from '@yolo-croket-dev/entity-v2';
27
27
  import { Types } from 'mongoose';
28
- export declare class CreateAutoSoldOutStoreItemPayload implements Pick<AutoSoldOutStoreItemLogEntity, 'itemId' | 'itemImg' | 'itemName' | 'refundId' | 'sellerId' | 'soldOutOptionNames'> {
28
+ export declare class CreateAutoSoldOutStoreItemLogPayload implements Pick<AutoSoldOutStoreItemLogEntity, 'itemId' | 'itemImg' | 'itemName' | 'refundId' | 'sellerId' | 'soldOutOptionNames'> {
29
29
  sellerId: string | Types.ObjectId;
30
30
  soldOutOptionNames: string[];
31
31
  itemId: string;
@@ -9,38 +9,38 @@ 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.CreateAutoSoldOutStoreItemPayload = void 0;
12
+ exports.CreateAutoSoldOutStoreItemLogPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class CreateAutoSoldOutStoreItemPayload {
14
+ class CreateAutoSoldOutStoreItemLogPayload {
15
15
  }
16
- exports.CreateAutoSoldOutStoreItemPayload = CreateAutoSoldOutStoreItemPayload;
16
+ exports.CreateAutoSoldOutStoreItemLogPayload = CreateAutoSoldOutStoreItemLogPayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsMongoId)(),
19
19
  __metadata("design:type", Object)
20
- ], CreateAutoSoldOutStoreItemPayload.prototype, "sellerId", void 0);
20
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "sellerId", void 0);
21
21
  __decorate([
22
22
  (0, class_validator_1.IsNotEmpty)({ each: true }),
23
23
  __metadata("design:type", Array)
24
- ], CreateAutoSoldOutStoreItemPayload.prototype, "soldOutOptionNames", void 0);
24
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "soldOutOptionNames", void 0);
25
25
  __decorate([
26
26
  (0, class_validator_1.IsMongoId)(),
27
27
  __metadata("design:type", String)
28
- ], CreateAutoSoldOutStoreItemPayload.prototype, "itemId", void 0);
28
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "itemId", void 0);
29
29
  __decorate([
30
30
  (0, class_validator_1.IsString)(),
31
31
  (0, class_validator_1.IsNotEmpty)(),
32
32
  __metadata("design:type", String)
33
- ], CreateAutoSoldOutStoreItemPayload.prototype, "itemImg", void 0);
33
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "itemImg", void 0);
34
34
  __decorate([
35
35
  (0, class_validator_1.IsString)(),
36
36
  (0, class_validator_1.IsNotEmpty)(),
37
37
  __metadata("design:type", String)
38
- ], CreateAutoSoldOutStoreItemPayload.prototype, "itemName", void 0);
38
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "itemName", void 0);
39
39
  __decorate([
40
40
  (0, class_validator_1.IsMongoId)(),
41
41
  __metadata("design:type", String)
42
- ], CreateAutoSoldOutStoreItemPayload.prototype, "refundId", void 0);
42
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "refundId", void 0);
43
43
  __decorate([
44
44
  (0, class_validator_1.IsMongoId)(),
45
45
  __metadata("design:type", String)
46
- ], CreateAutoSoldOutStoreItemPayload.prototype, "buyerId", void 0);
46
+ ], CreateAutoSoldOutStoreItemLogPayload.prototype, "buyerId", void 0);