@yolo-croket-dev/amqp-access 0.6.86 → 0.6.88

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npx tsc:*)"
5
+ ]
6
+ }
7
+ }
@@ -29,6 +29,7 @@
29
29
  /// <reference types="@yolo-croket-dev/dto/node_modules/mongoose/types/inferschematype" />
30
30
  import { Types } from 'mongoose';
31
31
  import { NaverSearchAdExcelDataEntity } from '@yolo-croket-dev/entity-v2/naver-search-ad.modules/naver-search-ad-excel-data';
32
+ import { NaverCampaignDomain, NaverAdgroupDomain, NaverStatsDomain } from '@yolo-croket-dev/domain/naver-search-ad/interface';
32
33
  /** 옵션별 재고 수량 */
33
34
  export interface OptionStock {
34
35
  optionName: string;
@@ -59,6 +60,9 @@ export interface NaverSearchAdExcelDataWithStoreItemInfo extends NaverSearchAdEx
59
60
  storeInfo?: StoreInfo;
60
61
  optionStockList?: OptionStock[];
61
62
  isSoldOut?: boolean;
63
+ naverCampaign: NaverCampaignDomain;
64
+ naverAdgroup: NaverAdgroupDomain;
65
+ naverStats: NaverStatsDomain;
62
66
  }
63
67
  /**
64
68
  * 네이버 검색광고 엑셀 데이터 리스트 조회 Payload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.6.86",
3
+ "version": "0.6.88",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -19,12 +19,12 @@
19
19
  "dependencies": {
20
20
  "@nestjs/common": "^10.3.10",
21
21
  "@yolo-croket-dev/core": "^1.9.3",
22
- "@yolo-croket-dev/domain": "^0.2.25",
22
+ "@yolo-croket-dev/domain": "^0.2.27",
23
23
  "@yolo-croket-dev/dto-v2": "0.2.8",
24
24
  "@yolo-croket-dev/entity": "0.2.58",
25
- "@yolo-croket-dev/entity-v2": "0.2.90",
25
+ "@yolo-croket-dev/entity-v2": "^0.2.93",
26
26
  "class-transformer": "^0.5.1",
27
27
  "class-validator": "^0.13.2",
28
28
  "dotenv": "^16.3.1"
29
29
  }
30
- }
30
+ }