files.com 1.1.221 → 1.1.222
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 +4 -4
- data/README.md +1 -0
- data/_VERSION +1 -1
- data/lib/files.com/errors.rb +1 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92829d7770a71730f3dc7fee2f317661729741e90069e3402bdcfaff22ed30b4
|
4
|
+
data.tar.gz: 3c305f1ed80769f28d47f5f2a340fbb32caf97d693ac3786f88ed4f088fa568d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1908b7ec9ed1c183abe513cf495886b11bcf336a3c6d18d23dc075ab36a76f587ac30888dfe3438ca764a2825d5c71c7d032b4aba5d57746cce6b21a428bd799
|
7
|
+
data.tar.gz: 2238a70417ff85f27f03f44555eb8e2ebd9fc75233aa57b3c57a9793ca31835434b6d475eaa1e15adb9c6674dac13916b8eb4c9ce9bfbb79258f4e5e8eb79d88
|
data/README.md
CHANGED
@@ -432,6 +432,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
|
|
432
432
|
|`UserIdOnUserEndpointError`| `BadRequestError` |
|
433
433
|
|`UserRequiredError`| `BadRequestError` |
|
434
434
|
|`AdditionalAuthenticationRequiredError`| `NotAuthenticatedError` |
|
435
|
+
|`ApiKeySessionsNotSupportedError`| `NotAuthenticatedError` |
|
435
436
|
|`AuthenticationRequiredError`| `NotAuthenticatedError` |
|
436
437
|
|`BundleRegistrationCodeFailedError`| `NotAuthenticatedError` |
|
437
438
|
|`FilesAgentTokenFailedError`| `NotAuthenticatedError` |
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.222
|
data/lib/files.com/errors.rb
CHANGED
@@ -94,6 +94,7 @@ module Files
|
|
94
94
|
|
95
95
|
class NotAuthenticatedError < APIError; end
|
96
96
|
class AdditionalAuthenticationRequiredError < NotAuthenticatedError; end
|
97
|
+
class ApiKeySessionsNotSupportedError < NotAuthenticatedError; end
|
97
98
|
class AuthenticationRequiredError < NotAuthenticatedError; end
|
98
99
|
class BundleRegistrationCodeFailedError < NotAuthenticatedError; end
|
99
100
|
class FilesAgentTokenFailedError < NotAuthenticatedError; end
|
data/lib/files.com/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: files.com
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.222
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- files.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|