@yolo-croket-dev/amqp-access 0.5.116 → 0.5.117

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.
@@ -3,6 +3,8 @@ export declare class CreateFilePresignedUrlPayload {
3
3
  fileName: string;
4
4
  /** 업로드 타입 */
5
5
  uploadType: string;
6
+ /** 버킷명 */
7
+ bucketName: string;
6
8
  }
7
9
  export interface CreateFilePresignedUrlResult {
8
10
  /** 프리사인드 URL */
@@ -16,9 +16,16 @@ class CreateFilePresignedUrlPayload {
16
16
  exports.CreateFilePresignedUrlPayload = CreateFilePresignedUrlPayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
19
20
  __metadata("design:type", String)
20
21
  ], CreateFilePresignedUrlPayload.prototype, "fileName", void 0);
21
22
  __decorate([
22
23
  (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
23
25
  __metadata("design:type", String)
24
26
  ], CreateFilePresignedUrlPayload.prototype, "uploadType", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsString)(),
29
+ (0, class_validator_1.IsNotEmpty)(),
30
+ __metadata("design:type", String)
31
+ ], CreateFilePresignedUrlPayload.prototype, "bucketName", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.116",
3
+ "version": "0.5.117",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",