@yolo-croket-dev/amqp-access 0.7.95 → 0.7.96

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.
@@ -7,6 +7,10 @@ export declare class GetPInfosByYgTypePayload {
7
7
  yg_type: string;
8
8
  /** 선택: inflowInfo.yg_method */
9
9
  yg_method?: string;
10
+ /** 결제일 시작 (ISO string) */
11
+ paymentSDate?: string;
12
+ /** 결제일 종료 (ISO string) */
13
+ paymentEDate?: string;
10
14
  searchAfterToken?: string;
11
15
  searchBeforeToken?: string;
12
16
  limit?: number;
@@ -24,6 +24,16 @@ __decorate([
24
24
  (0, class_validator_1.IsOptional)(),
25
25
  __metadata("design:type", String)
26
26
  ], GetPInfosByYgTypePayload.prototype, "yg_method", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsString)(),
29
+ (0, class_validator_1.IsOptional)(),
30
+ __metadata("design:type", String)
31
+ ], GetPInfosByYgTypePayload.prototype, "paymentSDate", void 0);
32
+ __decorate([
33
+ (0, class_validator_1.IsString)(),
34
+ (0, class_validator_1.IsOptional)(),
35
+ __metadata("design:type", String)
36
+ ], GetPInfosByYgTypePayload.prototype, "paymentEDate", void 0);
27
37
  __decorate([
28
38
  (0, class_validator_1.IsString)(),
29
39
  (0, class_validator_1.IsOptional)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.95",
3
+ "version": "0.7.96",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",