@yolo-croket-dev/amqp-access 0.0.23-jun.3 → 0.0.23-jun.4

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.
@@ -43,7 +43,7 @@ export declare class EsStoreItemV2GetDatasPayload {
43
43
  isPrepay?: boolean;
44
44
  prepayPrice?: number;
45
45
  /** 전체 상품명 검색 포함할지 여부 */
46
- isAllItemNameInclude?: string;
46
+ isAllItemNameInclude?: boolean;
47
47
  }
48
48
  export declare class EsStoreItemV2GetDatasResult {
49
49
  itemAllCount: number;
@@ -159,7 +159,7 @@ __decorate([
159
159
  __decorate([
160
160
  (0, class_validator_1.IsString)(),
161
161
  (0, class_validator_1.IsOptional)(),
162
- __metadata("design:type", String)
162
+ __metadata("design:type", Boolean)
163
163
  ], EsStoreItemV2GetDatasPayload.prototype, "isAllItemNameInclude", void 0);
164
164
  class EsStoreItemV2GetDatasResult {
165
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.23-jun.3",
3
+ "version": "0.0.23-jun.4",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",