@yolo-croket-dev/amqp-access 0.5.134 → 0.5.135

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.
@@ -6,6 +6,8 @@ export declare class CreateAppBulkPushJobPayload {
6
6
  csvFileURL: string;
7
7
  /** 원본 파일명 */
8
8
  fileName: string;
9
+ /** CSV 파일 저장 경로 */
10
+ csvFilePath: string;
9
11
  }
10
12
  /** 앱 푸시 작업 생성 결과 */
11
13
  export type CreateAppBulkPushJobResult = boolean;
@@ -33,3 +33,9 @@ __decorate([
33
33
  ,
34
34
  __metadata("design:type", String)
35
35
  ], CreateAppBulkPushJobPayload.prototype, "fileName", void 0);
36
+ __decorate([
37
+ (0, class_validator_1.IsString)()
38
+ /** CSV 파일 저장 경로 */
39
+ ,
40
+ __metadata("design:type", String)
41
+ ], CreateAppBulkPushJobPayload.prototype, "csvFilePath", void 0);
@@ -9,6 +9,8 @@ export declare class AppBulkPushJobsStatus {
9
9
  status: string;
10
10
  /** 업로드 된 파일 링크 */
11
11
  csvFileURL: string;
12
+ /** CSV 파일 저장 경로 */
13
+ csvFilePath: string;
12
14
  /** 처리 진행 메시지 */
13
15
  message: string;
14
16
  }
@@ -33,6 +33,10 @@ __decorate([
33
33
  (0, class_validator_1.IsString)(),
34
34
  __metadata("design:type", String)
35
35
  ], AppBulkPushJobsStatus.prototype, "csvFileURL", void 0);
36
+ __decorate([
37
+ (0, class_validator_1.IsString)(),
38
+ __metadata("design:type", String)
39
+ ], AppBulkPushJobsStatus.prototype, "csvFilePath", void 0);
36
40
  __decorate([
37
41
  (0, class_validator_1.IsString)(),
38
42
  __metadata("design:type", String)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.134",
3
+ "version": "0.5.135",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",