@yolo-croket-dev/amqp-access 0.0.154-jun.1 → 0.0.154
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/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import { PurchasedProcessEnum } from '@yolo-croket-dev/entity/src/purchased-info
|
|
|
2
2
|
import { PurchasedInfoForSeller } from '@yolo-croket-dev/entity-v2/purchased-info/purchased-info-for-seller.entity';
|
|
3
3
|
export declare enum GetPInfosForManageBuyerByAtlasSortTypeEnum {
|
|
4
4
|
'최신순' = "\uCD5C\uC2E0\uC21C",
|
|
5
|
+
'구매자 이름순' = "\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C",
|
|
6
|
+
'상품명순' = "\uC0C1\uD488\uBA85\uC21C",
|
|
5
7
|
'진행 상태순' = "\uC9C4\uD589 \uC0C1\uD0DC\uC21C"
|
|
6
8
|
}
|
|
7
9
|
export declare class GetPInfosForManageBuyerByAtlasPayload {
|
package/order-server/dto/purchasedinfos/query/atlas/get-p-infos-for-manage-buyer-by-atlas.dto.js
CHANGED
|
@@ -16,6 +16,8 @@ const purchased_info_entity_1 = require("@yolo-croket-dev/entity/src/purchased-i
|
|
|
16
16
|
var GetPInfosForManageBuyerByAtlasSortTypeEnum;
|
|
17
17
|
(function (GetPInfosForManageBuyerByAtlasSortTypeEnum) {
|
|
18
18
|
GetPInfosForManageBuyerByAtlasSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
|
|
19
|
+
GetPInfosForManageBuyerByAtlasSortTypeEnum["\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C"] = "\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C";
|
|
20
|
+
GetPInfosForManageBuyerByAtlasSortTypeEnum["\uC0C1\uD488\uBA85\uC21C"] = "\uC0C1\uD488\uBA85\uC21C";
|
|
19
21
|
GetPInfosForManageBuyerByAtlasSortTypeEnum["\uC9C4\uD589 \uC0C1\uD0DC\uC21C"] = "\uC9C4\uD589 \uC0C1\uD0DC\uC21C";
|
|
20
22
|
})(GetPInfosForManageBuyerByAtlasSortTypeEnum = exports.GetPInfosForManageBuyerByAtlasSortTypeEnum || (exports.GetPInfosForManageBuyerByAtlasSortTypeEnum = {}));
|
|
21
23
|
class GetPInfosForManageBuyerByAtlasPayload {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.0.154
|
|
3
|
+
"version": "0.0.154",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@yolo-croket-dev/core": "^1.4.52",
|
|
23
23
|
"@yolo-croket-dev/dto-v2": "^0.0.156",
|
|
24
24
|
"@yolo-croket-dev/entity": "^0.1.128",
|
|
25
|
-
"@yolo-croket-dev/entity-v2": "0.0.
|
|
25
|
+
"@yolo-croket-dev/entity-v2": "^0.0.67",
|
|
26
26
|
"class-transformer": "^0.5.1",
|
|
27
27
|
"class-validator": "^0.13.2",
|
|
28
28
|
"dotenv": "^16.3.1"
|