@epilot/file-client 1.16.0-alpha.3 → 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 CHANGED
@@ -1250,7 +1250,7 @@ declare namespace Paths {
1250
1250
  */
1251
1251
  Parameters.FolderSlug;
1252
1252
  }
1253
- export type RequestBody = /* Request body for creating a file folder */ Components.Schemas.FileFolderCreateRequest;
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/FileFolderCreateRequest"
1210
+ "$ref": "#/components/schemas/FileFolderAttributes"
1211
1211
  }
1212
1212
  }
1213
1213
  }
@@ -1994,7 +1994,6 @@
1994
1994
  "$ref": "#/components/schemas/FileFolderAttributes"
1995
1995
  },
1996
1996
  {
1997
- "type": "object",
1998
1997
  "additionalProperties": false,
1999
1998
  "required": [
2000
1999
  "name"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/file-client",
3
- "version": "1.16.0-alpha.3",
3
+ "version": "1.16.0-alpha.4",
4
4
  "description": "Client library for the epilot File API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",