@epilot/file-client 1.16.0-alpha.2 → 1.16.0-alpha.4
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/openapi.d.ts +1 -1
- package/dist/openapi.json +3 -4
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1250,7 +1250,7 @@ declare namespace Paths {
|
|
|
1250
1250
|
*/
|
|
1251
1251
|
Parameters.FolderSlug;
|
|
1252
1252
|
}
|
|
1253
|
-
export type RequestBody =
|
|
1253
|
+
export type RequestBody = Components.Schemas.FileFolderAttributes;
|
|
1254
1254
|
namespace Responses {
|
|
1255
1255
|
export type $200 = /* A file folder with identifiers and timestamps */ Components.Schemas.FileFolderItem;
|
|
1256
1256
|
export type $404 = /**
|
package/dist/openapi.json
CHANGED
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
"content": {
|
|
1208
1208
|
"application/json": {
|
|
1209
1209
|
"schema": {
|
|
1210
|
-
"$ref": "#/components/schemas/
|
|
1210
|
+
"$ref": "#/components/schemas/FileFolderAttributes"
|
|
1211
1211
|
}
|
|
1212
1212
|
}
|
|
1213
1213
|
}
|
|
@@ -1985,8 +1985,7 @@
|
|
|
1985
1985
|
"description": "Whether the folder is starred / favorited",
|
|
1986
1986
|
"default": false
|
|
1987
1987
|
}
|
|
1988
|
-
}
|
|
1989
|
-
"additionalProperties": false
|
|
1988
|
+
}
|
|
1990
1989
|
},
|
|
1991
1990
|
"FileFolderCreateRequest": {
|
|
1992
1991
|
"description": "Request body for creating a file folder",
|
|
@@ -1995,7 +1994,7 @@
|
|
|
1995
1994
|
"$ref": "#/components/schemas/FileFolderAttributes"
|
|
1996
1995
|
},
|
|
1997
1996
|
{
|
|
1998
|
-
"
|
|
1997
|
+
"additionalProperties": false,
|
|
1999
1998
|
"required": [
|
|
2000
1999
|
"name"
|
|
2001
2000
|
]
|