@htkimura/files-storage-backend.rest-client 0.0.24 → 0.0.26

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.
@@ -5,8 +5,9 @@
5
5
  * This API is for storing files for different users
6
6
  * OpenAPI spec version: 1.0
7
7
  */
8
+ import type { File } from './file';
8
9
  export interface GetUserFilesOutput {
9
- data: string[];
10
+ data: File[];
10
11
  page: number;
11
12
  size: number;
12
13
  total: number;
@@ -1,8 +1 @@
1
- /**
2
- * Generated by orval v7.4.1 🍺
3
- * Do not edit manually.
4
- * files-storage
5
- * This API is for storing files for different users
6
- * OpenAPI spec version: 1.0
7
- */
8
1
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htkimura/files-storage-backend.rest-client",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "description": "REST client of files-storage-backend",
5
5
  "author": "Henry Kimura",
6
6
  "license": "MIT",