entity-client 1.0.18 → 1.0.19

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/dist/types.d.ts CHANGED
@@ -297,3 +297,8 @@ export interface FileUploadOptions {
297
297
  /** 공개 파일 여부 (기본 서버 설정 따름) */
298
298
  isPublic?: boolean;
299
299
  }
300
+ /** 스토리지 메타 정보 별칭 타입 */
301
+ export type StorageMeta = FileMeta;
302
+ /** `storageUpload()` 옵션 */
303
+ export interface StorageUploadOptions extends FileUploadOptions {
304
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entity-client",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/ehfuse/entity-client",