@yolo-croket-dev/amqp-access 0.0.70-jun.1 → 0.0.70-jun.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.0.70-jun.1",
3
+ "version": "0.0.70-jun.2",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -63,7 +63,6 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
63
63
  isAllItemNameInclude?: boolean;
64
64
  isExistsMaxDiscountCoupon?: boolean;
65
65
  itemNames?: string[];
66
- deliveryType?: string;
67
66
  isSticker?: boolean;
68
67
  minBookNums?: number;
69
68
  selectionFrameIds?: string[];
@@ -181,11 +181,6 @@ __decorate([
181
181
  (0, class_validator_1.IsOptional)(),
182
182
  __metadata("design:type", Array)
183
183
  ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "itemNames", void 0);
184
- __decorate([
185
- (0, class_validator_1.IsString)(),
186
- (0, class_validator_1.IsOptional)(),
187
- __metadata("design:type", String)
188
- ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "deliveryType", void 0);
189
184
  __decorate([
190
185
  (0, class_validator_1.IsBoolean)(),
191
186
  (0, class_validator_1.IsOptional)(),