files.com 1.1.701 → 1.1.702

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e2646966a517fc4331b37433e0daed51f5e26d3383436d309f0574c3e4feb81
4
- data.tar.gz: 3d2b7d0dd9e35b5c7c98e79b379ee23283e1d9cec993cef22c9554de129d08ab
3
+ metadata.gz: 0acf3ca829b1f589c4215997d54340fdd629d1c6c2dd1d0721867177ffd7ad19
4
+ data.tar.gz: d0aa06a6630c68a3c4f3dcb00113887626e797cd0ea58818566d57fdef0fbb66
5
5
  SHA512:
6
- metadata.gz: a811ed7d583e53be08e7bdc4a1fd23b6372cb536236785ca0d109cb3109270485c09e7a31d28aa82a3df820d4a200d8fbaf297c826872cfa101117b72c203c67
7
- data.tar.gz: '033658b6dc66e413212e336d931e559283c4ea00a814b3d59d7287005082144e60d47e8330f470506503c3681978d0bb9f32e76d6d5544aee5470058dde1f1c3'
6
+ metadata.gz: b1f03566c17c5599b8642c7c6d2267cfd5d9809e4f55b2d88222a53a654f1ccbd54fb5bc6e349fd0e6b3462f21a124946cfb22ec43d399c1b8330cb6a85b664d
7
+ data.tar.gz: aea8520b418b619f5660eafb44e2745b42a0c4506afc3d2ec4f24368c8a4d95615b18a0475b771816b62262bbcecae1ca5a3f131cbd19811e8cf59c6aefcd28e
data/README.md CHANGED
@@ -525,6 +525,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
525
525
  |`MethodNotAllowedError`| `BadRequestError` |
526
526
  |`MultipleSortParamsNotAllowedError`| `BadRequestError` |
527
527
  |`NoValidInputParamsError`| `BadRequestError` |
528
+ |`OffsetUploadNotAllowedWithMalwareScanningError`| `BadRequestError` |
528
529
  |`PartNumberTooLargeError`| `BadRequestError` |
529
530
  |`PathCannotHaveTrailingWhitespaceError`| `BadRequestError` |
530
531
  |`ReauthenticationNeededFieldsError`| `BadRequestError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.701
1
+ 1.1.702
@@ -81,6 +81,7 @@ module Files
81
81
  class MethodNotAllowedError < BadRequestError; end
82
82
  class MultipleSortParamsNotAllowedError < BadRequestError; end
83
83
  class NoValidInputParamsError < BadRequestError; end
84
+ class OffsetUploadNotAllowedWithMalwareScanningError < BadRequestError; end
84
85
  class PartNumberTooLargeError < BadRequestError; end
85
86
  class PathCannotHaveTrailingWhitespaceError < BadRequestError; end
86
87
  class ReauthenticationNeededFieldsError < BadRequestError; end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.701"
4
+ VERSION = "1.1.702"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.701
4
+ version: 1.1.702
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com