files.com 1.2.507 → 1.2.508

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
@@ -621,6 +621,7 @@ Error
621
621
  | `BadRequest_InvalidUploadOffsetError`| `BadRequestError` |
622
622
  | `BadRequest_InvalidUploadPartGapError`| `BadRequestError` |
623
623
  | `BadRequest_InvalidUploadPartSizeError`| `BadRequestError` |
624
+ | `BadRequest_InvalidWorkspaceIdHeaderError`| `BadRequestError` |
624
625
  | `BadRequest_MethodNotAllowedError`| `BadRequestError` |
625
626
  | `BadRequest_MultipleSortParamsNotAllowedError`| `BadRequestError` |
626
627
  | `BadRequest_NoValidInputParamsError`| `BadRequestError` |
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.507
1
+ 1.2.508
package/docs/Errors.md CHANGED
@@ -75,6 +75,7 @@ These errors are derived from the error groups listed above.
75
75
  ### BadRequest_InvalidUploadOffsetError
76
76
  ### BadRequest_InvalidUploadPartGapError
77
77
  ### BadRequest_InvalidUploadPartSizeError
78
+ ### BadRequest_InvalidWorkspaceIdHeaderError
78
79
  ### BadRequest_MethodNotAllowedError
79
80
  ### BadRequest_MultipleSortParamsNotAllowedError
80
81
  ### BadRequest_NoValidInputParamsError