files.com 1.2.152 → 1.2.153

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/README.md CHANGED
@@ -383,6 +383,7 @@ Error
383
383
  | `BadRequest_DatetimeParseError`| `BadRequestError` |
384
384
  | `BadRequest_DestinationSameError`| `BadRequestError` |
385
385
  | `BadRequest_FolderMustNotBeAFileError`| `BadRequestError` |
386
+ | `BadRequest_FoldersNotAllowedError`| `BadRequestError` |
386
387
  | `BadRequest_InvalidBodyError`| `BadRequestError` |
387
388
  | `BadRequest_InvalidCursorError`| `BadRequestError` |
388
389
  | `BadRequest_InvalidCursorTypeForSortError`| `BadRequestError` |
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.152
1
+ 1.2.153
package/docs/Errors.md CHANGED
@@ -54,6 +54,7 @@ These errors are derived from the error groups listed above.
54
54
  ### BadRequest_DatetimeParseError
55
55
  ### BadRequest_DestinationSameError
56
56
  ### BadRequest_FolderMustNotBeAFileError
57
+ ### BadRequest_FoldersNotAllowedError
57
58
  ### BadRequest_InvalidBodyError
58
59
  ### BadRequest_InvalidCursorError
59
60
  ### BadRequest_InvalidCursorTypeForSortError