Skip to content

Commit

Permalink
Export FileUploadInput (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdax98 authored Feb 3, 2025
1 parent 948e07b commit 0233d48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/friendly-seas-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@comet/cms-api": patch
---

Export `FileUploadInput`
2 changes: 1 addition & 1 deletion packages/api/cms-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export { DamConfig } from "./dam/dam.config";
export { DAM_CONFIG, IMGPROXY_CONFIG } from "./dam/dam.constants";
export { DamModule } from "./dam/dam.module";
export { CreateFileInput, ImageFileInput, UpdateFileInput } from "./dam/files/dto/file.input";
export { FileUploadInterface } from "./dam/files/dto/file-upload.input";
export { FileUploadInput, FileUploadInterface } from "./dam/files/dto/file-upload.input";
export { CreateFolderInput, UpdateFolderInput } from "./dam/files/dto/folder.input";
export { createFileEntity, FileInterface } from "./dam/files/entities/file.entity";
export { DamFileImage } from "./dam/files/entities/file-image.entity";
Expand Down

0 comments on commit 0233d48

Please sign in to comment.