@yolo-croket-dev/amqp-access 0.0.49-jun.11 → 0.0.49-jun.13
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/elastic-service/dto/es-purchased-info/command/delete-es-p-info.dto.d.ts +3 -0
- package/elastic-service/dto/{es-purchased-info-for-search/command/update-es-purchased-info-for-search.dto.js → es-purchased-info/command/delete-es-p-info.dto.js} +4 -4
- package/elastic-service/dto/es-purchased-info/command/index.d.ts +2 -0
- package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/command/index.js +2 -2
- package/elastic-service/dto/es-purchased-info/command/update-es-p-info.dto.d.ts +3 -0
- package/elastic-service/dto/{es-purchased-info-for-search/command/delete-es-purchased-info-for-search.dto.js → es-purchased-info/command/update-es-p-info.dto.js} +4 -4
- package/elastic-service/dto/{es-purchased-info-for-search/query/get-es-purchased-info-for-search.dto.d.ts → es-purchased-info/query/get-es-p-infos-for-mange-buyer.dto.d.ts} +7 -4
- package/elastic-service/dto/{es-purchased-info-for-search/query/get-es-purchased-info-for-search.dto.js → es-purchased-info/query/get-es-p-infos-for-mange-buyer.dto.js} +19 -18
- package/elastic-service/dto/es-purchased-info/query/index.d.ts +2 -0
- package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/query/index.js +2 -2
- package/package.json +1 -1
- package/elastic-service/dto/es-purchased-info-for-search/command/delete-es-purchased-info-for-search.dto.d.ts +0 -3
- package/elastic-service/dto/es-purchased-info-for-search/command/index.d.ts +0 -2
- package/elastic-service/dto/es-purchased-info-for-search/command/update-es-purchased-info-for-search.dto.d.ts +0 -3
- package/elastic-service/dto/es-purchased-info-for-search/query/index.d.ts +0 -2
- /package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/index.d.ts +0 -0
- /package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/index.js +0 -0
- /package/elastic-service/dto/{es-purchased-info-for-search/query/count-group-es-purchased-info-for-search.dto.d.ts → es-purchased-info/query/count-group-es-p-infos-for-mange-buyer.dto.d.ts} +0 -0
- /package/elastic-service/dto/{es-purchased-info-for-search/query/count-group-es-purchased-info-for-search.dto.js → es-purchased-info/query/count-group-es-p-infos-for-mange-buyer.dto.js} +0 -0
|
@@ -9,13 +9,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.DeleteEsPInfoPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class DeleteEsPInfoPayload {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.DeleteEsPInfoPayload = DeleteEsPInfoPayload;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
19
19
|
(0, class_validator_1.IsArray)(),
|
|
20
20
|
__metadata("design:type", Array)
|
|
21
|
-
],
|
|
21
|
+
], DeleteEsPInfoPayload.prototype, "PInfoIds", void 0);
|
package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/command/index.js
RENAMED
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./delete-es-
|
|
18
|
-
__exportStar(require("./update-es-
|
|
17
|
+
__exportStar(require("./delete-es-p-info.dto"), exports);
|
|
18
|
+
__exportStar(require("./update-es-p-info.dto"), exports);
|
|
@@ -9,13 +9,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.UpdateEsPInfoForSearchPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class UpdateEsPInfoForSearchPayload {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.UpdateEsPInfoForSearchPayload = UpdateEsPInfoForSearchPayload;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsMongoId)({ each: true }),
|
|
19
19
|
(0, class_validator_1.IsArray)(),
|
|
20
20
|
__metadata("design:type", Array)
|
|
21
|
-
],
|
|
21
|
+
], UpdateEsPInfoForSearchPayload.prototype, "PInfoIds", void 0);
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
export declare enum
|
|
1
|
+
export declare enum GetEsPInfoForSearchSortTypeEnum {
|
|
2
2
|
'최신순' = "\uCD5C\uC2E0\uC21C",
|
|
3
3
|
'구매자 이름순' = "\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C",
|
|
4
4
|
'상품명순' = "\uC0C1\uD488\uBA85\uC21C",
|
|
5
5
|
'진행상태순' = "\uC9C4\uD589\uC0C1\uD0DC\uC21C"
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
/** 구매자 관리용 결제 정보 리스트 조회 */
|
|
8
|
+
export declare class GetEsPInfosForMangeBuyerPayload {
|
|
8
9
|
sellerId?: string;
|
|
9
10
|
paymentSDate?: Date;
|
|
10
11
|
paymentEDate?: Date;
|
|
11
12
|
searchText?: string;
|
|
12
13
|
page: number;
|
|
13
14
|
limit: number;
|
|
14
|
-
sortType:
|
|
15
|
+
sortType: GetEsPInfoForSearchSortTypeEnum;
|
|
15
16
|
}
|
|
16
|
-
|
|
17
|
+
/** 구매자 관리용 결제 정보 결고과 */
|
|
18
|
+
export interface GetEsPInfosForMangeBuyerResult {
|
|
17
19
|
PInfoIds: string[];
|
|
20
|
+
allCount: number;
|
|
18
21
|
}
|
|
@@ -9,47 +9,48 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.GetEsPInfosForMangeBuyerPayload = exports.GetEsPInfoForSearchSortTypeEnum = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
var
|
|
15
|
-
(function (
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
})(
|
|
21
|
-
|
|
14
|
+
var GetEsPInfoForSearchSortTypeEnum;
|
|
15
|
+
(function (GetEsPInfoForSearchSortTypeEnum) {
|
|
16
|
+
GetEsPInfoForSearchSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
|
|
17
|
+
GetEsPInfoForSearchSortTypeEnum["\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C"] = "\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C";
|
|
18
|
+
GetEsPInfoForSearchSortTypeEnum["\uC0C1\uD488\uBA85\uC21C"] = "\uC0C1\uD488\uBA85\uC21C";
|
|
19
|
+
GetEsPInfoForSearchSortTypeEnum["\uC9C4\uD589\uC0C1\uD0DC\uC21C"] = "\uC9C4\uD589\uC0C1\uD0DC\uC21C";
|
|
20
|
+
})(GetEsPInfoForSearchSortTypeEnum || (exports.GetEsPInfoForSearchSortTypeEnum = GetEsPInfoForSearchSortTypeEnum = {}));
|
|
21
|
+
/** 구매자 관리용 결제 정보 리스트 조회 */
|
|
22
|
+
class GetEsPInfosForMangeBuyerPayload {
|
|
22
23
|
}
|
|
23
|
-
exports.
|
|
24
|
+
exports.GetEsPInfosForMangeBuyerPayload = GetEsPInfosForMangeBuyerPayload;
|
|
24
25
|
__decorate([
|
|
25
26
|
(0, class_validator_1.IsMongoId)(),
|
|
26
27
|
(0, class_validator_1.IsOptional)(),
|
|
27
28
|
__metadata("design:type", String)
|
|
28
|
-
],
|
|
29
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "sellerId", void 0);
|
|
29
30
|
__decorate([
|
|
30
31
|
(0, class_validator_1.IsDateString)(),
|
|
31
32
|
(0, class_validator_1.IsOptional)(),
|
|
32
33
|
__metadata("design:type", Date)
|
|
33
|
-
],
|
|
34
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "paymentSDate", void 0);
|
|
34
35
|
__decorate([
|
|
35
36
|
(0, class_validator_1.IsDateString)(),
|
|
36
37
|
(0, class_validator_1.IsOptional)(),
|
|
37
38
|
__metadata("design:type", Date)
|
|
38
|
-
],
|
|
39
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "paymentEDate", void 0);
|
|
39
40
|
__decorate([
|
|
40
41
|
(0, class_validator_1.IsString)(),
|
|
41
42
|
(0, class_validator_1.IsOptional)(),
|
|
42
43
|
__metadata("design:type", String)
|
|
43
|
-
],
|
|
44
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "searchText", void 0);
|
|
44
45
|
__decorate([
|
|
45
46
|
(0, class_validator_1.IsNumber)(),
|
|
46
47
|
__metadata("design:type", Number)
|
|
47
|
-
],
|
|
48
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "page", void 0);
|
|
48
49
|
__decorate([
|
|
49
50
|
(0, class_validator_1.IsNumber)(),
|
|
50
51
|
__metadata("design:type", Number)
|
|
51
|
-
],
|
|
52
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "limit", void 0);
|
|
52
53
|
__decorate([
|
|
53
|
-
(0, class_validator_1.IsEnum)(
|
|
54
|
+
(0, class_validator_1.IsEnum)(GetEsPInfoForSearchSortTypeEnum),
|
|
54
55
|
__metadata("design:type", String)
|
|
55
|
-
],
|
|
56
|
+
], GetEsPInfosForMangeBuyerPayload.prototype, "sortType", void 0);
|
package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/query/index.js
RENAMED
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./count-group-es-
|
|
18
|
-
__exportStar(require("./get-es-
|
|
17
|
+
__exportStar(require("./count-group-es-p-infos-for-mange-buyer.dto"), exports);
|
|
18
|
+
__exportStar(require("./get-es-p-infos-for-mange-buyer.dto"), exports);
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|