@yolo-croket-dev/amqp-access 0.0.49-jun.12 → 0.0.49-jun.14

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.
Files changed (19) hide show
  1. package/elastic-service/dto/es-purchased-info/command/delete-es-p-info.dto.d.ts +3 -0
  2. 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
  3. package/elastic-service/dto/es-purchased-info/command/index.d.ts +2 -0
  4. package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/command/index.js +2 -2
  5. package/elastic-service/dto/es-purchased-info/command/update-es-p-info.dto.d.ts +3 -0
  6. 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
  7. 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} +2 -2
  8. 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} +7 -7
  9. 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} +6 -4
  10. 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
  11. package/elastic-service/dto/es-purchased-info/query/index.d.ts +2 -0
  12. package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/query/index.js +2 -2
  13. package/package.json +1 -1
  14. package/elastic-service/dto/es-purchased-info-for-search/command/delete-es-purchased-info-for-search.dto.d.ts +0 -3
  15. package/elastic-service/dto/es-purchased-info-for-search/command/index.d.ts +0 -2
  16. package/elastic-service/dto/es-purchased-info-for-search/command/update-es-purchased-info-for-search.dto.d.ts +0 -3
  17. package/elastic-service/dto/es-purchased-info-for-search/query/index.d.ts +0 -2
  18. /package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/index.d.ts +0 -0
  19. /package/elastic-service/dto/{es-purchased-info-for-search → es-purchased-info}/index.js +0 -0
@@ -0,0 +1,3 @@
1
+ export declare class DeleteEsPInfoPayload {
2
+ PInfoIds: string[];
3
+ }
@@ -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.UpdateEsPurchasedInfoForSearchPayload = void 0;
12
+ exports.DeleteEsPInfoPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class UpdateEsPurchasedInfoForSearchPayload {
14
+ class DeleteEsPInfoPayload {
15
15
  }
16
- exports.UpdateEsPurchasedInfoForSearchPayload = UpdateEsPurchasedInfoForSearchPayload;
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
- ], UpdateEsPurchasedInfoForSearchPayload.prototype, "PInfoIds", void 0);
21
+ ], DeleteEsPInfoPayload.prototype, "PInfoIds", void 0);
@@ -0,0 +1,2 @@
1
+ export * from './delete-es-p-info.dto';
2
+ export * from './update-es-p-info.dto';
@@ -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-purchased-info-for-search.dto"), exports);
18
- __exportStar(require("./update-es-purchased-info-for-search.dto"), exports);
17
+ __exportStar(require("./delete-es-p-info.dto"), exports);
18
+ __exportStar(require("./update-es-p-info.dto"), exports);
@@ -0,0 +1,3 @@
1
+ export declare class UpdateEsPInfoForSearchPayload {
2
+ PInfoIds: string[];
3
+ }
@@ -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.DeleteEsPurchasedInfoForSearchPayload = void 0;
12
+ exports.UpdateEsPInfoForSearchPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class DeleteEsPurchasedInfoForSearchPayload {
14
+ class UpdateEsPInfoForSearchPayload {
15
15
  }
16
- exports.DeleteEsPurchasedInfoForSearchPayload = DeleteEsPurchasedInfoForSearchPayload;
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
- ], DeleteEsPurchasedInfoForSearchPayload.prototype, "PInfoIds", void 0);
21
+ ], UpdateEsPInfoForSearchPayload.prototype, "PInfoIds", void 0);
@@ -1,10 +1,10 @@
1
- export declare class CountGroupEsPurchasedInfoForSearchPayload {
1
+ export declare class CountGroupEsPInfoForManageBuyerPayload {
2
2
  sellerId?: string;
3
3
  paymentSDate?: Date;
4
4
  paymentEDate?: Date;
5
5
  searchText?: string;
6
6
  }
7
- export interface CountGroupEsPurchasedInfoForSearchResult {
7
+ export interface CountGroupEsPInfoForManageBuyerResult {
8
8
  processInfos: {
9
9
  process: string;
10
10
  count: number;
@@ -9,28 +9,28 @@ 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.CountGroupEsPurchasedInfoForSearchPayload = void 0;
12
+ exports.CountGroupEsPInfoForManageBuyerPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class CountGroupEsPurchasedInfoForSearchPayload {
14
+ class CountGroupEsPInfoForManageBuyerPayload {
15
15
  }
16
- exports.CountGroupEsPurchasedInfoForSearchPayload = CountGroupEsPurchasedInfoForSearchPayload;
16
+ exports.CountGroupEsPInfoForManageBuyerPayload = CountGroupEsPInfoForManageBuyerPayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsMongoId)(),
19
19
  (0, class_validator_1.IsOptional)(),
20
20
  __metadata("design:type", String)
21
- ], CountGroupEsPurchasedInfoForSearchPayload.prototype, "sellerId", void 0);
21
+ ], CountGroupEsPInfoForManageBuyerPayload.prototype, "sellerId", void 0);
22
22
  __decorate([
23
23
  (0, class_validator_1.IsDateString)(),
24
24
  (0, class_validator_1.IsOptional)(),
25
25
  __metadata("design:type", Date)
26
- ], CountGroupEsPurchasedInfoForSearchPayload.prototype, "paymentSDate", void 0);
26
+ ], CountGroupEsPInfoForManageBuyerPayload.prototype, "paymentSDate", void 0);
27
27
  __decorate([
28
28
  (0, class_validator_1.IsDateString)(),
29
29
  (0, class_validator_1.IsOptional)(),
30
30
  __metadata("design:type", Date)
31
- ], CountGroupEsPurchasedInfoForSearchPayload.prototype, "paymentEDate", void 0);
31
+ ], CountGroupEsPInfoForManageBuyerPayload.prototype, "paymentEDate", void 0);
32
32
  __decorate([
33
33
  (0, class_validator_1.IsString)(),
34
34
  (0, class_validator_1.IsOptional)(),
35
35
  __metadata("design:type", String)
36
- ], CountGroupEsPurchasedInfoForSearchPayload.prototype, "searchText", void 0);
36
+ ], CountGroupEsPInfoForManageBuyerPayload.prototype, "searchText", void 0);
@@ -1,19 +1,21 @@
1
- export declare enum GetEsPurchasedInfoForSearchSortTypeEnum {
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
- export declare class GetEsPurchasedInfoForSearchPayload {
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: GetEsPurchasedInfoForSearchSortTypeEnum;
15
+ sortType: GetEsPInfoForSearchSortTypeEnum;
15
16
  }
16
- export interface GetEsPurchasedInfoForSearchResult {
17
+ /** 구매자 관리용 결제 정보 결고과 */
18
+ export interface GetEsPInfosForMangeBuyerResult {
17
19
  PInfoIds: string[];
18
20
  allCount: number;
19
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.GetEsPurchasedInfoForSearchPayload = exports.GetEsPurchasedInfoForSearchSortTypeEnum = void 0;
12
+ exports.GetEsPInfosForMangeBuyerPayload = exports.GetEsPInfoForSearchSortTypeEnum = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- var GetEsPurchasedInfoForSearchSortTypeEnum;
15
- (function (GetEsPurchasedInfoForSearchSortTypeEnum) {
16
- GetEsPurchasedInfoForSearchSortTypeEnum["\uCD5C\uC2E0\uC21C"] = "\uCD5C\uC2E0\uC21C";
17
- GetEsPurchasedInfoForSearchSortTypeEnum["\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C"] = "\uAD6C\uB9E4\uC790 \uC774\uB984\uC21C";
18
- GetEsPurchasedInfoForSearchSortTypeEnum["\uC0C1\uD488\uBA85\uC21C"] = "\uC0C1\uD488\uBA85\uC21C";
19
- GetEsPurchasedInfoForSearchSortTypeEnum["\uC9C4\uD589\uC0C1\uD0DC\uC21C"] = "\uC9C4\uD589\uC0C1\uD0DC\uC21C";
20
- })(GetEsPurchasedInfoForSearchSortTypeEnum || (exports.GetEsPurchasedInfoForSearchSortTypeEnum = GetEsPurchasedInfoForSearchSortTypeEnum = {}));
21
- class GetEsPurchasedInfoForSearchPayload {
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.GetEsPurchasedInfoForSearchPayload = GetEsPurchasedInfoForSearchPayload;
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
- ], GetEsPurchasedInfoForSearchPayload.prototype, "sellerId", void 0);
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
- ], GetEsPurchasedInfoForSearchPayload.prototype, "paymentSDate", void 0);
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
- ], GetEsPurchasedInfoForSearchPayload.prototype, "paymentEDate", void 0);
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
- ], GetEsPurchasedInfoForSearchPayload.prototype, "searchText", void 0);
44
+ ], GetEsPInfosForMangeBuyerPayload.prototype, "searchText", void 0);
44
45
  __decorate([
45
46
  (0, class_validator_1.IsNumber)(),
46
47
  __metadata("design:type", Number)
47
- ], GetEsPurchasedInfoForSearchPayload.prototype, "page", void 0);
48
+ ], GetEsPInfosForMangeBuyerPayload.prototype, "page", void 0);
48
49
  __decorate([
49
50
  (0, class_validator_1.IsNumber)(),
50
51
  __metadata("design:type", Number)
51
- ], GetEsPurchasedInfoForSearchPayload.prototype, "limit", void 0);
52
+ ], GetEsPInfosForMangeBuyerPayload.prototype, "limit", void 0);
52
53
  __decorate([
53
- (0, class_validator_1.IsEnum)(GetEsPurchasedInfoForSearchSortTypeEnum),
54
+ (0, class_validator_1.IsEnum)(GetEsPInfoForSearchSortTypeEnum),
54
55
  __metadata("design:type", String)
55
- ], GetEsPurchasedInfoForSearchPayload.prototype, "sortType", void 0);
56
+ ], GetEsPInfosForMangeBuyerPayload.prototype, "sortType", void 0);
@@ -0,0 +1,2 @@
1
+ export * from './count-group-es-p-infos-for-mange-buyer.dto';
2
+ export * from './get-es-p-infos-for-mange-buyer.dto';
@@ -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-purchased-info-for-search.dto"), exports);
18
- __exportStar(require("./get-es-purchased-info-for-search.dto"), exports);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.49-jun.12",
3
+ "version": "0.0.49-jun.14",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,3 +0,0 @@
1
- export declare class DeleteEsPurchasedInfoForSearchPayload {
2
- PInfoIds: string[];
3
- }
@@ -1,2 +0,0 @@
1
- export * from './delete-es-purchased-info-for-search.dto';
2
- export * from './update-es-purchased-info-for-search.dto';
@@ -1,3 +0,0 @@
1
- export declare class UpdateEsPurchasedInfoForSearchPayload {
2
- PInfoIds: string[];
3
- }
@@ -1,2 +0,0 @@
1
- export * from './count-group-es-purchased-info-for-search.dto';
2
- export * from './get-es-purchased-info-for-search.dto';