@yolo-croket-dev/amqp-access 0.4.64 → 0.4.65-jun.0
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/purchased-info.modules/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/index.js +17 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/index.js +17 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-purchased-infos-for-admin.dto.d.ts +55 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/get-purchased-infos-for-admin.dto.js +182 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/index.d.ts +1 -0
- package/order-server/dto/purchased-info.modules/purchased-info-admin/query/index.js +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './purchased-info-admin';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./purchased-info-admin"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './query';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./query"), exports);
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PurchasedInfoForAdminDomain } from '@yolo-croket-dev/domain/purchased-info/interface/purchased-info-for-admin.domain';
|
|
2
|
+
export declare enum GetPurchasedInfosForAdminSearchTypeEnum {
|
|
3
|
+
'결제일 기준' = "\uACB0\uC81C\uC77C \uAE30\uC900",
|
|
4
|
+
'수령날짜 기준' = "\uC218\uB839\uB0A0\uC9DC \uAE30\uC900",
|
|
5
|
+
'주문번호 기준' = "\uC8FC\uBB38\uBC88\uD638 \uAE30\uC900",
|
|
6
|
+
'결제 아이디 기준' = "\uACB0\uC81C \uC544\uC774\uB514 \uAE30\uC900",
|
|
7
|
+
'환불 아이디 기준' = "\uD658\uBD88 \uC544\uC774\uB514 \uAE30\uC900",
|
|
8
|
+
'imp_uid 기준' = "imp_uid \uAE30\uC900",
|
|
9
|
+
'결제로그 아이디 기준' = "\uACB0\uC81C\uB85C\uADF8 \uC544\uC774\uB514 \uAE30\uC900"
|
|
10
|
+
}
|
|
11
|
+
export declare enum SettleStatusEnum {
|
|
12
|
+
'전체' = "\uC804\uCCB4",
|
|
13
|
+
'정산함' = "\uC815\uC0B0\uD568",
|
|
14
|
+
'안함' = "\uC548\uD568"
|
|
15
|
+
}
|
|
16
|
+
export declare enum AbroadSettleStatusEnum {
|
|
17
|
+
'전체' = "\uC804\uCCB4",
|
|
18
|
+
'미처리' = "\uBBF8\uCC98\uB9AC",
|
|
19
|
+
'송금시작' = "\uC1A1\uAE08\uC2DC\uC791"
|
|
20
|
+
}
|
|
21
|
+
export declare class GetPurchasedInfosForAdminPayload {
|
|
22
|
+
searchType: GetPurchasedInfosForAdminSearchTypeEnum;
|
|
23
|
+
paymentSDate?: string | Date;
|
|
24
|
+
paymentEDate?: string | Date;
|
|
25
|
+
receiveSDate?: string | Date;
|
|
26
|
+
receiveEDate?: string | Date;
|
|
27
|
+
publicId?: string;
|
|
28
|
+
buyerId?: string;
|
|
29
|
+
storeId?: string;
|
|
30
|
+
pInfoId?: string;
|
|
31
|
+
refundId?: string;
|
|
32
|
+
itemId?: string;
|
|
33
|
+
itemName?: string;
|
|
34
|
+
storeTitle?: string;
|
|
35
|
+
buyerName?: string;
|
|
36
|
+
receivcerName?: string;
|
|
37
|
+
receiverPhoneNumber?: string;
|
|
38
|
+
imp_uid?: string;
|
|
39
|
+
payTryLogId?: string;
|
|
40
|
+
paymentMemo?: string;
|
|
41
|
+
shippingInvoice?: string;
|
|
42
|
+
buyerPhoneNumber?: string;
|
|
43
|
+
limit: number;
|
|
44
|
+
searchAfter?: string;
|
|
45
|
+
searchBefore?: string;
|
|
46
|
+
pInfoProcessList?: string[];
|
|
47
|
+
settleStatus?: SettleStatusEnum;
|
|
48
|
+
abroadSettleStatus?: AbroadSettleStatusEnum;
|
|
49
|
+
}
|
|
50
|
+
export declare class GetPurchasedInfosForAdminResult {
|
|
51
|
+
allCount: number;
|
|
52
|
+
pInfos: PurchasedInfoForAdminDomain[];
|
|
53
|
+
firstPaginationToken?: string;
|
|
54
|
+
lastPaginationToken?: string;
|
|
55
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.GetPurchasedInfosForAdminResult = exports.GetPurchasedInfosForAdminPayload = exports.AbroadSettleStatusEnum = exports.SettleStatusEnum = exports.GetPurchasedInfosForAdminSearchTypeEnum = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
var GetPurchasedInfosForAdminSearchTypeEnum;
|
|
15
|
+
(function (GetPurchasedInfosForAdminSearchTypeEnum) {
|
|
16
|
+
// 결제일 기준 (2그룹 하위 노출)
|
|
17
|
+
GetPurchasedInfosForAdminSearchTypeEnum["\uACB0\uC81C\uC77C \uAE30\uC900"] = "\uACB0\uC81C\uC77C \uAE30\uC900";
|
|
18
|
+
// 수령날짜 기준 (2그룹 하위 노출하되, 거래상태 필터 삭제)
|
|
19
|
+
GetPurchasedInfosForAdminSearchTypeEnum["\uC218\uB839\uB0A0\uC9DC \uAE30\uC900"] = "\uC218\uB839\uB0A0\uC9DC \uAE30\uC900";
|
|
20
|
+
// 주문번호 (2그룹 노출 X)
|
|
21
|
+
GetPurchasedInfosForAdminSearchTypeEnum["\uC8FC\uBB38\uBC88\uD638 \uAE30\uC900"] = "\uC8FC\uBB38\uBC88\uD638 \uAE30\uC900";
|
|
22
|
+
// 결제 id (2그룹 노출 X)
|
|
23
|
+
GetPurchasedInfosForAdminSearchTypeEnum["\uACB0\uC81C \uC544\uC774\uB514 \uAE30\uC900"] = "\uACB0\uC81C \uC544\uC774\uB514 \uAE30\uC900";
|
|
24
|
+
// 환불 Id (2그룹 노출 X)
|
|
25
|
+
GetPurchasedInfosForAdminSearchTypeEnum["\uD658\uBD88 \uC544\uC774\uB514 \uAE30\uC900"] = "\uD658\uBD88 \uC544\uC774\uB514 \uAE30\uC900";
|
|
26
|
+
// imp_uid (2그룹 노출 X)
|
|
27
|
+
GetPurchasedInfosForAdminSearchTypeEnum["imp_uid \uAE30\uC900"] = "imp_uid \uAE30\uC900";
|
|
28
|
+
// payTryLogId (2그룹 노출 X)
|
|
29
|
+
GetPurchasedInfosForAdminSearchTypeEnum["\uACB0\uC81C\uB85C\uADF8 \uC544\uC774\uB514 \uAE30\uC900"] = "\uACB0\uC81C\uB85C\uADF8 \uC544\uC774\uB514 \uAE30\uC900";
|
|
30
|
+
})(GetPurchasedInfosForAdminSearchTypeEnum || (exports.GetPurchasedInfosForAdminSearchTypeEnum = GetPurchasedInfosForAdminSearchTypeEnum = {}));
|
|
31
|
+
var SettleStatusEnum;
|
|
32
|
+
(function (SettleStatusEnum) {
|
|
33
|
+
SettleStatusEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
34
|
+
SettleStatusEnum["\uC815\uC0B0\uD568"] = "\uC815\uC0B0\uD568";
|
|
35
|
+
SettleStatusEnum["\uC548\uD568"] = "\uC548\uD568";
|
|
36
|
+
})(SettleStatusEnum || (exports.SettleStatusEnum = SettleStatusEnum = {}));
|
|
37
|
+
var AbroadSettleStatusEnum;
|
|
38
|
+
(function (AbroadSettleStatusEnum) {
|
|
39
|
+
AbroadSettleStatusEnum["\uC804\uCCB4"] = "\uC804\uCCB4";
|
|
40
|
+
AbroadSettleStatusEnum["\uBBF8\uCC98\uB9AC"] = "\uBBF8\uCC98\uB9AC";
|
|
41
|
+
AbroadSettleStatusEnum["\uC1A1\uAE08\uC2DC\uC791"] = "\uC1A1\uAE08\uC2DC\uC791";
|
|
42
|
+
})(AbroadSettleStatusEnum || (exports.AbroadSettleStatusEnum = AbroadSettleStatusEnum = {}));
|
|
43
|
+
class GetPurchasedInfosForAdminPayload {
|
|
44
|
+
}
|
|
45
|
+
exports.GetPurchasedInfosForAdminPayload = GetPurchasedInfosForAdminPayload;
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsEnum)(GetPurchasedInfosForAdminSearchTypeEnum),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], GetPurchasedInfosForAdminPayload.prototype, "searchType", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, class_validator_1.IsDateString)(),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
__metadata("design:type", Object)
|
|
54
|
+
], GetPurchasedInfosForAdminPayload.prototype, "paymentSDate", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, class_validator_1.IsDateString)(),
|
|
57
|
+
(0, class_validator_1.IsOptional)(),
|
|
58
|
+
__metadata("design:type", Object)
|
|
59
|
+
], GetPurchasedInfosForAdminPayload.prototype, "paymentEDate", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_validator_1.IsDateString)(),
|
|
62
|
+
(0, class_validator_1.IsOptional)(),
|
|
63
|
+
__metadata("design:type", Object)
|
|
64
|
+
], GetPurchasedInfosForAdminPayload.prototype, "receiveSDate", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, class_validator_1.IsDateString)(),
|
|
67
|
+
(0, class_validator_1.IsOptional)(),
|
|
68
|
+
__metadata("design:type", Object)
|
|
69
|
+
], GetPurchasedInfosForAdminPayload.prototype, "receiveEDate", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, class_validator_1.IsString)(),
|
|
72
|
+
(0, class_validator_1.IsOptional)(),
|
|
73
|
+
__metadata("design:type", String)
|
|
74
|
+
], GetPurchasedInfosForAdminPayload.prototype, "publicId", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, class_validator_1.IsString)(),
|
|
77
|
+
(0, class_validator_1.IsOptional)(),
|
|
78
|
+
__metadata("design:type", String)
|
|
79
|
+
], GetPurchasedInfosForAdminPayload.prototype, "buyerId", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
(0, class_validator_1.IsString)(),
|
|
82
|
+
(0, class_validator_1.IsOptional)(),
|
|
83
|
+
__metadata("design:type", String)
|
|
84
|
+
], GetPurchasedInfosForAdminPayload.prototype, "storeId", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, class_validator_1.IsString)(),
|
|
87
|
+
(0, class_validator_1.IsOptional)(),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], GetPurchasedInfosForAdminPayload.prototype, "pInfoId", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, class_validator_1.IsString)(),
|
|
92
|
+
(0, class_validator_1.IsOptional)(),
|
|
93
|
+
__metadata("design:type", String)
|
|
94
|
+
], GetPurchasedInfosForAdminPayload.prototype, "refundId", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
(0, class_validator_1.IsString)(),
|
|
97
|
+
(0, class_validator_1.IsOptional)(),
|
|
98
|
+
__metadata("design:type", String)
|
|
99
|
+
], GetPurchasedInfosForAdminPayload.prototype, "itemId", void 0);
|
|
100
|
+
__decorate([
|
|
101
|
+
(0, class_validator_1.IsString)(),
|
|
102
|
+
(0, class_validator_1.IsOptional)(),
|
|
103
|
+
__metadata("design:type", String)
|
|
104
|
+
], GetPurchasedInfosForAdminPayload.prototype, "itemName", void 0);
|
|
105
|
+
__decorate([
|
|
106
|
+
(0, class_validator_1.IsString)(),
|
|
107
|
+
(0, class_validator_1.IsOptional)(),
|
|
108
|
+
__metadata("design:type", String)
|
|
109
|
+
], GetPurchasedInfosForAdminPayload.prototype, "storeTitle", void 0);
|
|
110
|
+
__decorate([
|
|
111
|
+
(0, class_validator_1.IsString)(),
|
|
112
|
+
(0, class_validator_1.IsOptional)(),
|
|
113
|
+
__metadata("design:type", String)
|
|
114
|
+
], GetPurchasedInfosForAdminPayload.prototype, "buyerName", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, class_validator_1.IsString)(),
|
|
117
|
+
(0, class_validator_1.IsOptional)(),
|
|
118
|
+
__metadata("design:type", String)
|
|
119
|
+
], GetPurchasedInfosForAdminPayload.prototype, "receivcerName", void 0);
|
|
120
|
+
__decorate([
|
|
121
|
+
(0, class_validator_1.IsString)(),
|
|
122
|
+
(0, class_validator_1.IsOptional)(),
|
|
123
|
+
__metadata("design:type", String)
|
|
124
|
+
], GetPurchasedInfosForAdminPayload.prototype, "receiverPhoneNumber", void 0);
|
|
125
|
+
__decorate([
|
|
126
|
+
(0, class_validator_1.IsString)(),
|
|
127
|
+
(0, class_validator_1.IsOptional)(),
|
|
128
|
+
__metadata("design:type", String)
|
|
129
|
+
], GetPurchasedInfosForAdminPayload.prototype, "imp_uid", void 0);
|
|
130
|
+
__decorate([
|
|
131
|
+
(0, class_validator_1.IsString)(),
|
|
132
|
+
(0, class_validator_1.IsOptional)(),
|
|
133
|
+
__metadata("design:type", String)
|
|
134
|
+
], GetPurchasedInfosForAdminPayload.prototype, "payTryLogId", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
(0, class_validator_1.IsString)(),
|
|
137
|
+
(0, class_validator_1.IsOptional)(),
|
|
138
|
+
__metadata("design:type", String)
|
|
139
|
+
], GetPurchasedInfosForAdminPayload.prototype, "paymentMemo", void 0);
|
|
140
|
+
__decorate([
|
|
141
|
+
(0, class_validator_1.IsString)(),
|
|
142
|
+
(0, class_validator_1.IsOptional)(),
|
|
143
|
+
__metadata("design:type", String)
|
|
144
|
+
], GetPurchasedInfosForAdminPayload.prototype, "shippingInvoice", void 0);
|
|
145
|
+
__decorate([
|
|
146
|
+
(0, class_validator_1.IsString)(),
|
|
147
|
+
(0, class_validator_1.IsOptional)(),
|
|
148
|
+
__metadata("design:type", String)
|
|
149
|
+
], GetPurchasedInfosForAdminPayload.prototype, "buyerPhoneNumber", void 0);
|
|
150
|
+
__decorate([
|
|
151
|
+
(0, class_validator_1.IsNumber)(),
|
|
152
|
+
__metadata("design:type", Number)
|
|
153
|
+
], GetPurchasedInfosForAdminPayload.prototype, "limit", void 0);
|
|
154
|
+
__decorate([
|
|
155
|
+
(0, class_validator_1.IsString)(),
|
|
156
|
+
(0, class_validator_1.IsOptional)(),
|
|
157
|
+
__metadata("design:type", String)
|
|
158
|
+
], GetPurchasedInfosForAdminPayload.prototype, "searchAfter", void 0);
|
|
159
|
+
__decorate([
|
|
160
|
+
(0, class_validator_1.IsString)(),
|
|
161
|
+
(0, class_validator_1.IsOptional)(),
|
|
162
|
+
__metadata("design:type", String)
|
|
163
|
+
], GetPurchasedInfosForAdminPayload.prototype, "searchBefore", void 0);
|
|
164
|
+
__decorate([
|
|
165
|
+
(0, class_validator_1.IsArray)(),
|
|
166
|
+
(0, class_validator_1.IsOptional)(),
|
|
167
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
168
|
+
__metadata("design:type", Array)
|
|
169
|
+
], GetPurchasedInfosForAdminPayload.prototype, "pInfoProcessList", void 0);
|
|
170
|
+
__decorate([
|
|
171
|
+
(0, class_validator_1.IsEnum)(SettleStatusEnum),
|
|
172
|
+
(0, class_validator_1.IsOptional)(),
|
|
173
|
+
__metadata("design:type", String)
|
|
174
|
+
], GetPurchasedInfosForAdminPayload.prototype, "settleStatus", void 0);
|
|
175
|
+
__decorate([
|
|
176
|
+
(0, class_validator_1.IsEnum)(AbroadSettleStatusEnum),
|
|
177
|
+
(0, class_validator_1.IsOptional)(),
|
|
178
|
+
__metadata("design:type", String)
|
|
179
|
+
], GetPurchasedInfosForAdminPayload.prototype, "abroadSettleStatus", void 0);
|
|
180
|
+
class GetPurchasedInfosForAdminResult {
|
|
181
|
+
}
|
|
182
|
+
exports.GetPurchasedInfosForAdminResult = GetPurchasedInfosForAdminResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './get-purchased-infos-for-admin.dto';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./get-purchased-infos-for-admin.dto"), exports);
|