@yolo-croket-dev/amqp-access 0.6.85-hj-1 → 0.6.85
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/order-server/dto/purchasedinfos/query/search-seller-transaction-history-by-process.dto.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PurchasedProcessEnum } from '@yolo-croket-dev/entity';
|
|
2
2
|
import { PurchasedProcessV2Enum } from '@yolo-croket-dev/entity-v2';
|
|
3
|
-
import { StoreItemKeyword } from '@yolo-croket-dev/dto-v2/user-service';
|
|
4
3
|
export declare class SearchSellerTransactionHistoryByProcessPayload {
|
|
5
4
|
/** 시작 날짜 */
|
|
6
5
|
startDate: string;
|
|
@@ -111,8 +110,6 @@ export declare class SellerTransactionHistory {
|
|
|
111
110
|
expectSettleDate?: string;
|
|
112
111
|
/** 사방넷 상품 등록 여부 */
|
|
113
112
|
isSabang?: boolean;
|
|
114
|
-
/** 상품 키워드 */
|
|
115
|
-
itemKeywords?: StoreItemKeyword[];
|
|
116
113
|
}
|
|
117
114
|
export declare class SearchSellerTransactionHistoryByProcessResult {
|
|
118
115
|
sellerTransactionHistories: SellerTransactionHistory[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.6.85
|
|
3
|
+
"version": "0.6.85",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build": "tsc",
|
|
12
12
|
"lint": "eslint src/**/*.ts",
|
|
13
13
|
"fix": "eslint --fix src/**/*.ts",
|
|
14
|
-
|
|
14
|
+
"clean": "tsc --build --clean",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
16
16
|
"postpublish": "npm run clean"
|
|
17
17
|
},
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@yolo-croket-dev/domain": "^0.2.25",
|
|
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.
|
|
25
|
+
"@yolo-croket-dev/entity-v2": "0.2.90",
|
|
26
26
|
"class-transformer": "^0.5.1",
|
|
27
27
|
"class-validator": "^0.13.2",
|
|
28
28
|
"dotenv": "^16.3.1"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
}
|