@yolo-croket-dev/amqp-access 0.0.70-jun.0 → 0.0.70-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.0.70-jun.0",
3
+ "version": "0.0.70-jun.1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -39,7 +39,7 @@ export declare class GetLegacyStoreItemsByAtlasSearchPayload {
39
39
  /** 검색 카테고리 리스트 */
40
40
  categoryInfos?: GetLegacyCategoryInfo[];
41
41
  /** 검색 나라 리스트 */
42
- nationList?: string[];
42
+ nations?: string[];
43
43
  /** 배송 방법 */
44
44
  DType?: GetLegacyStoreItemsDTypeEnum;
45
45
  /** 검색어 */
@@ -101,7 +101,7 @@ __decorate([
101
101
  /** 검색 나라 리스트 */
102
102
  ,
103
103
  __metadata("design:type", Array)
104
- ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "nationList", void 0);
104
+ ], GetLegacyStoreItemsByAtlasSearchPayload.prototype, "nations", void 0);
105
105
  __decorate([
106
106
  (0, class_validator_1.IsString)(),
107
107
  (0, class_validator_1.IsOptional)(),