@yolo-croket-dev/amqp-access 0.0.89-jun.5 → 0.0.89-jun.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.89-jun.5",
3
+ "version": "0.0.89-jun.6",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,8 +1,8 @@
1
- export declare class GetPInfoAccumulatedSettleAmountByAtlasPayload {
1
+ export declare class GetAskAccumulatedSettleAmountByAtlasPayload {
2
2
  paymentSDate: Date;
3
3
  paymentEDate?: Date;
4
4
  }
5
- export declare class GetPInfoAccumulatedSettleAmountByAtlasResult {
5
+ export declare class GetAskAccumulatedSettleAmountByAtlasResult {
6
6
  /** 누적 금액 금액 */
7
7
  accumulatedSettleAmount: number;
8
8
  }
@@ -9,20 +9,20 @@ 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.GetPInfoAccumulatedSettleAmountByAtlasResult = exports.GetPInfoAccumulatedSettleAmountByAtlasPayload = void 0;
12
+ exports.GetAskAccumulatedSettleAmountByAtlasResult = exports.GetAskAccumulatedSettleAmountByAtlasPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class GetPInfoAccumulatedSettleAmountByAtlasPayload {
14
+ class GetAskAccumulatedSettleAmountByAtlasPayload {
15
15
  }
16
- exports.GetPInfoAccumulatedSettleAmountByAtlasPayload = GetPInfoAccumulatedSettleAmountByAtlasPayload;
16
+ exports.GetAskAccumulatedSettleAmountByAtlasPayload = GetAskAccumulatedSettleAmountByAtlasPayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsDateString)(),
19
19
  __metadata("design:type", Date)
20
- ], GetPInfoAccumulatedSettleAmountByAtlasPayload.prototype, "paymentSDate", void 0);
20
+ ], GetAskAccumulatedSettleAmountByAtlasPayload.prototype, "paymentSDate", 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
- ], GetPInfoAccumulatedSettleAmountByAtlasPayload.prototype, "paymentEDate", void 0);
26
- class GetPInfoAccumulatedSettleAmountByAtlasResult {
25
+ ], GetAskAccumulatedSettleAmountByAtlasPayload.prototype, "paymentEDate", void 0);
26
+ class GetAskAccumulatedSettleAmountByAtlasResult {
27
27
  }
28
- exports.GetPInfoAccumulatedSettleAmountByAtlasResult = GetPInfoAccumulatedSettleAmountByAtlasResult;
28
+ exports.GetAskAccumulatedSettleAmountByAtlasResult = GetAskAccumulatedSettleAmountByAtlasResult;