@yolo-croket-dev/amqp-access 0.7.240 → 0.7.241
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,5 +1,6 @@
|
|
|
1
1
|
import { PurchasedProcessEnum } from '@yolo-croket-dev/entity';
|
|
2
2
|
import { PurchasedProcessV2Enum, PInfoTypeEnum, SplitDeliveryData } from '@yolo-croket-dev/entity-v2';
|
|
3
|
+
import { StoreItemTypeEnum } from '@yolo-croket-dev/entity-v2/store-item';
|
|
3
4
|
import { StoreItemKeyword } from '@yolo-croket-dev/dto-v2/user-service';
|
|
4
5
|
export declare class SearchSellerTransactionHistoryByProcessPayload {
|
|
5
6
|
/** 시작 날짜 */
|
|
@@ -123,6 +124,8 @@ export declare class SellerTransactionHistory {
|
|
|
123
124
|
itemKeywords?: StoreItemKeyword[];
|
|
124
125
|
/** 결제 정보 타입 (예약 상품 구분) */
|
|
125
126
|
pInfoType?: PInfoTypeEnum;
|
|
127
|
+
/** 구매 당시 상품 타입 */
|
|
128
|
+
itemType?: StoreItemTypeEnum;
|
|
126
129
|
/** 분할 배송 여부 */
|
|
127
130
|
isSplitDelivery?: boolean;
|
|
128
131
|
/** 분할 송장 목록 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.241",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@yolo-croket-dev/domain": "0.2.40",
|
|
24
24
|
"@yolo-croket-dev/dto-v2": "0.2.22",
|
|
25
25
|
"@yolo-croket-dev/entity": "0.2.96",
|
|
26
|
-
"@yolo-croket-dev/entity-v2": "0.3.
|
|
26
|
+
"@yolo-croket-dev/entity-v2": "0.3.11",
|
|
27
27
|
"class-transformer": "^0.5.1",
|
|
28
28
|
"class-validator": "^0.13.2",
|
|
29
29
|
"dotenv": "^16.3.1"
|