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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f550b866a12c5e9fd573f826a139df67f7e7848f02547449196489566285812
4
- data.tar.gz: 410a965a82c44ea690a81577c6474a9e2ba0db9ee65dcbee8c0807e341a37ef7
3
+ metadata.gz: ab9caae756791b0d09fb3abd9ee85944fca0eaae4140c6e5241724bdf0e9afca
4
+ data.tar.gz: d68feeda7246097efddb2533b563c6c68feaa6f6a7f47e098da2cfd2fa1e4d82
5
5
  SHA512:
6
- metadata.gz: 610a8f1c87eea42c786776d83c22639ed35d4c7540bbc500f6d692cc79a533ebfe7cd9e06e19935890856a810d735f74b116855f70e20d3000ae680b8480a305
7
- data.tar.gz: 4620f3a86fdc11734cb9739d6303d186933182a9007a20af745877672d97fd9de5430794bf73b42f74b273cb6fabac40ccedbaad3d9020f7d26e7b105f0a2be5
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.655
1
+ 1.1.656
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.655"
4
+ VERSION = "1.1.656"
5
5
  end
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.655
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-22 00:00:00.000000000 Z
11
+ date: 2026-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable