files.com 1.1.655 → 1.1.656
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: ab9caae756791b0d09fb3abd9ee85944fca0eaae4140c6e5241724bdf0e9afca
|
|
4
|
+
data.tar.gz: d68feeda7246097efddb2533b563c6c68feaa6f6a7f47e098da2cfd2fa1e4d82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2b59e4e6919dd21cd298f93a6d437a1766a10affb37a587148f611dc7d8eed2c964964e46e65831b420299d366077a044066c5b8b9ee48607c7c9daf224b06a
|
|
7
|
+
data.tar.gz: 3eb2160db560b9997c49782643b632af8aa97d60bbde0f42b2aaeaea22053f1a06892b4eeb9ceb7ac0047ca13bd22ef3573e0c7f5d5da8e7b392354f94766b69
|
data/README.md
CHANGED
|
@@ -559,6 +559,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
|
|
|
559
559
|
|`ApiKeyOnlyForDesktopAppError`| `NotAuthorizedError` |
|
|
560
560
|
|`ApiKeyOnlyForMobileAppError`| `NotAuthorizedError` |
|
|
561
561
|
|`ApiKeyOnlyForOfficeIntegrationError`| `NotAuthorizedError` |
|
|
562
|
+
|`BillingInformationHiddenError`| `NotAuthorizedError` |
|
|
562
563
|
|`BillingPermissionRequiredError`| `NotAuthorizedError` |
|
|
563
564
|
|`BundleMaximumUsesReachedError`| `NotAuthorizedError` |
|
|
564
565
|
|`BundlePermissionRequiredError`| `NotAuthorizedError` |
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.656
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -120,6 +120,7 @@ module Files
|
|
|
120
120
|
class ApiKeyOnlyForDesktopAppError < NotAuthorizedError; end
|
|
121
121
|
class ApiKeyOnlyForMobileAppError < NotAuthorizedError; end
|
|
122
122
|
class ApiKeyOnlyForOfficeIntegrationError < NotAuthorizedError; end
|
|
123
|
+
class BillingInformationHiddenError < NotAuthorizedError; end
|
|
123
124
|
class BillingPermissionRequiredError < NotAuthorizedError; end
|
|
124
125
|
class BundleMaximumUsesReachedError < NotAuthorizedError; end
|
|
125
126
|
class BundlePermissionRequiredError < NotAuthorizedError; 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.656
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|