@yolo-croket-dev/amqp-access 0.0.80-jun.0 → 0.0.80-jun.2
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-info-all-settle-amount-by-atlas.dto.d.ts +6 -0
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-all-settle-amount-by-atlas.dto.js +9 -0
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-settle-amount-logs-by-atlas.dto.d.ts +1 -1
- package/order-server/dto/purchasedinfos/query/atlas/get-p-info-settle-amount-logs-by-atlas.dto.js +8 -8
- package/order-server/dto/purchasedinfos/query/atlas/index.d.ts +1 -0
- package/order-server/dto/purchasedinfos/query/atlas/index.js +1 -0
- package/package.json +1 -1
- package/user-service/dto/ask/query/atlas/get-ask-all-settle-amount-by-atlas.dto.d.ts +6 -0
- package/user-service/dto/ask/query/atlas/get-ask-all-settle-amount-by-atlas.dto.js +9 -0
- package/user-service/dto/ask/query/atlas/index.d.ts +1 -0
- package/user-service/dto/ask/query/atlas/index.js +1 -0
- package/user-service/services/ask/amqp.ask.service.d.ts +2 -1
- package/user-service/services/ask/amqp.ask.service.js +3 -0
package/order-server/dto/purchasedinfos/query/atlas/get-p-info-all-settle-amount-by-atlas.dto.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetPInfoAllSettleAmountByAtlasResult = exports.GetPInfoAllSettleAmountByAtlasPayload = void 0;
|
|
4
|
+
class GetPInfoAllSettleAmountByAtlasPayload {
|
|
5
|
+
}
|
|
6
|
+
exports.GetPInfoAllSettleAmountByAtlasPayload = GetPInfoAllSettleAmountByAtlasPayload;
|
|
7
|
+
class GetPInfoAllSettleAmountByAtlasResult {
|
|
8
|
+
}
|
|
9
|
+
exports.GetPInfoAllSettleAmountByAtlasResult = GetPInfoAllSettleAmountByAtlasResult;
|
package/order-server/dto/purchasedinfos/query/atlas/get-p-info-settle-amount-logs-by-atlas.dto.js
CHANGED
|
@@ -9,34 +9,34 @@ 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.GetPInfoSettleAmountLogsByAtlasResult = exports.
|
|
12
|
+
exports.GetPInfoSettleAmountLogsByAtlasResult = exports.GetPInfoSettleAmountLogsByAtlasPayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class GetPInfoSettleAmountLogsByAtlasPayload {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.GetPInfoSettleAmountLogsByAtlasPayload = GetPInfoSettleAmountLogsByAtlasPayload;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsDateString)(),
|
|
19
19
|
__metadata("design:type", Date)
|
|
20
|
-
],
|
|
20
|
+
], GetPInfoSettleAmountLogsByAtlasPayload.prototype, "settleSDate", void 0);
|
|
21
21
|
__decorate([
|
|
22
22
|
(0, class_validator_1.IsDateString)(),
|
|
23
23
|
(0, class_validator_1.IsOptional)(),
|
|
24
24
|
__metadata("design:type", Date)
|
|
25
|
-
],
|
|
25
|
+
], GetPInfoSettleAmountLogsByAtlasPayload.prototype, "settleEDate", void 0);
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, class_validator_1.IsString)(),
|
|
28
28
|
(0, class_validator_1.IsOptional)(),
|
|
29
29
|
__metadata("design:type", String)
|
|
30
|
-
],
|
|
30
|
+
], GetPInfoSettleAmountLogsByAtlasPayload.prototype, "searchAfter", void 0);
|
|
31
31
|
__decorate([
|
|
32
32
|
(0, class_validator_1.IsString)(),
|
|
33
33
|
(0, class_validator_1.IsOptional)(),
|
|
34
34
|
__metadata("design:type", String)
|
|
35
|
-
],
|
|
35
|
+
], GetPInfoSettleAmountLogsByAtlasPayload.prototype, "searchBefore", void 0);
|
|
36
36
|
__decorate([
|
|
37
37
|
(0, class_validator_1.IsNumber)(),
|
|
38
38
|
__metadata("design:type", Number)
|
|
39
|
-
],
|
|
39
|
+
], GetPInfoSettleAmountLogsByAtlasPayload.prototype, "limit", void 0);
|
|
40
40
|
class GetPInfoSettleAmountLogsByAtlasResult {
|
|
41
41
|
}
|
|
42
42
|
exports.GetPInfoSettleAmountLogsByAtlasResult = GetPInfoSettleAmountLogsByAtlasResult;
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./get-p-info-settle-amount-info-by-atlas.dto"), exports);
|
|
18
18
|
__exportStar(require("./get-p-info-settle-amount-logs-by-atlas.dto"), exports);
|
|
19
|
+
__exportStar(require("./get-p-info-all-settle-amount-by-atlas.dto"), exports);
|
package/package.json
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAskAllSettleAmountByAtlasResult = exports.GetAskAllSettleAmountByAtlasPayload = void 0;
|
|
4
|
+
class GetAskAllSettleAmountByAtlasPayload {
|
|
5
|
+
}
|
|
6
|
+
exports.GetAskAllSettleAmountByAtlasPayload = GetAskAllSettleAmountByAtlasPayload;
|
|
7
|
+
class GetAskAllSettleAmountByAtlasResult {
|
|
8
|
+
}
|
|
9
|
+
exports.GetAskAllSettleAmountByAtlasResult = GetAskAllSettleAmountByAtlasResult;
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./get-ask-ids-by-atlas-search.dto"), exports);
|
|
18
18
|
__exportStar(require("./get-ask-settle-amount-info-by-atlas.dto"), exports);
|
|
19
|
+
__exportStar(require("./get-ask-all-settle-amount-by-atlas.dto"), exports);
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { ClientProxy } from '@nestjs/microservices';
|
|
2
2
|
import { AbstractParam } from '@yolo-croket-dev/core';
|
|
3
|
-
import { GetAskIdsByAtlasSearchPayload, GetAskIdsByAtlasSearchResult, GetAskSettleAmountInfoByAtlasPayload, GetAskSettleAmountInfoByAtlasResult } from '../../dto/ask';
|
|
3
|
+
import { GetAskIdsByAtlasSearchPayload, GetAskIdsByAtlasSearchResult, GetAskSettleAmountInfoByAtlasPayload, GetAskSettleAmountInfoByAtlasResult, GetAskAllSettleAmountByAtlasPayload, GetAskAllSettleAmountByAtlasResult } from '../../dto/ask';
|
|
4
4
|
export declare class AmqpAskService {
|
|
5
5
|
private readonly client;
|
|
6
6
|
private readonly amqpManager;
|
|
7
7
|
constructor(client: ClientProxy);
|
|
8
8
|
getAskIdsByAtlasSearch(payload: GetAskIdsByAtlasSearchPayload, param: AbstractParam): Promise<GetAskIdsByAtlasSearchResult>;
|
|
9
9
|
getAskSettleAmountInfoByAtlas(payload: GetAskSettleAmountInfoByAtlasPayload, param: AbstractParam): Promise<GetAskSettleAmountInfoByAtlasResult>;
|
|
10
|
+
getAskAllSettleAmountByAtlas(payload: GetAskAllSettleAmountByAtlasPayload, param: AbstractParam): Promise<GetAskAllSettleAmountByAtlasResult>;
|
|
10
11
|
}
|
|
@@ -27,6 +27,9 @@ let AmqpAskService = class AmqpAskService {
|
|
|
27
27
|
async getAskSettleAmountInfoByAtlas(payload, param) {
|
|
28
28
|
return this.amqpManager.call('Atlas 정산금 정보 조회', 'ask.get.settle-amount-info-by-atlas', payload, param, { isErrorThrowing: true });
|
|
29
29
|
}
|
|
30
|
+
async getAskAllSettleAmountByAtlas(payload, param) {
|
|
31
|
+
return this.amqpManager.call('Atlas 정산금 정보 조회', 'ask.get.all-settle-amount-by-atlas', payload, param, { isErrorThrowing: true });
|
|
32
|
+
}
|
|
30
33
|
};
|
|
31
34
|
exports.AmqpAskService = AmqpAskService;
|
|
32
35
|
exports.AmqpAskService = AmqpAskService = __decorate([
|