@yolo-croket-dev/amqp-access 0.0.89-jun.2 → 0.0.89-jun.3

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.
@@ -1,6 +1,6 @@
1
1
  export declare class GetPInfoExpectSettleAmountByAtlasPayload {
2
- settleSDate: Date;
3
- settleEDate?: Date;
2
+ receiveSDate: Date;
3
+ receiveEDate?: Date;
4
4
  }
5
5
  export declare class GetPInfoExpectSettleAmountByAtlasResult {
6
6
  /** 예상 정상 금액 */
@@ -17,12 +17,12 @@ exports.GetPInfoExpectSettleAmountByAtlasPayload = GetPInfoExpectSettleAmountByA
17
17
  __decorate([
18
18
  (0, class_validator_1.IsDateString)(),
19
19
  __metadata("design:type", Date)
20
- ], GetPInfoExpectSettleAmountByAtlasPayload.prototype, "settleSDate", void 0);
20
+ ], GetPInfoExpectSettleAmountByAtlasPayload.prototype, "receiveSDate", 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
- ], GetPInfoExpectSettleAmountByAtlasPayload.prototype, "settleEDate", void 0);
25
+ ], GetPInfoExpectSettleAmountByAtlasPayload.prototype, "receiveEDate", void 0);
26
26
  class GetPInfoExpectSettleAmountByAtlasResult {
27
27
  }
28
28
  exports.GetPInfoExpectSettleAmountByAtlasResult = GetPInfoExpectSettleAmountByAtlasResult;
@@ -2,3 +2,4 @@ export * from './get-p-info-settle-amount-info-by-atlas.dto';
2
2
  export * from './get-p-info-legacy-settle-logs-by-atlas.dto';
3
3
  export * from './get-p-info-all-settle-amount-by-atlas.dto';
4
4
  export * from './get-p-info-done-settle-amount-by-atlas.dto';
5
+ export * from './get-p-info-expect-settle-amount-by-atlas.dto';
@@ -18,3 +18,4 @@ __exportStar(require("./get-p-info-settle-amount-info-by-atlas.dto"), exports);
18
18
  __exportStar(require("./get-p-info-legacy-settle-logs-by-atlas.dto"), exports);
19
19
  __exportStar(require("./get-p-info-all-settle-amount-by-atlas.dto"), exports);
20
20
  __exportStar(require("./get-p-info-done-settle-amount-by-atlas.dto"), exports);
21
+ __exportStar(require("./get-p-info-expect-settle-amount-by-atlas.dto"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.89-jun.2",
3
+ "version": "0.0.89-jun.3",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",