@epilot/file-client 1.16.0-alpha.4 → 1.16.0-alpha.5

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.json CHANGED
@@ -1994,7 +1994,7 @@
1994
1994
  "$ref": "#/components/schemas/FileFolderAttributes"
1995
1995
  },
1996
1996
  {
1997
- "additionalProperties": false,
1997
+ "type": "object",
1998
1998
  "required": [
1999
1999
  "name"
2000
2000
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/file-client",
3
- "version": "1.16.0-alpha.4",
3
+ "version": "1.16.0-alpha.5",
4
4
  "description": "Client library for the epilot File API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",