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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b769718dd879d09f543b86343ab0fc70ed7c4a0e6576338ea149f35dc7cbda89
4
- data.tar.gz: 3dc79ce568c34523b24459ae60ef5de77077a2f8392aea62a662ea49c7538ac0
3
+ metadata.gz: 92829d7770a71730f3dc7fee2f317661729741e90069e3402bdcfaff22ed30b4
4
+ data.tar.gz: 3c305f1ed80769f28d47f5f2a340fbb32caf97d693ac3786f88ed4f088fa568d
5
5
  SHA512:
6
- metadata.gz: dd5fd35f5b9d5563d48167351830860fb1d664ace965ce26dea9a640476835e4d264d80ac3c7350944976725d98d549a57bf0689d00bfd64641c99178da79173
7
- data.tar.gz: 077c4fba80389305e441b8c9d1610f7fb77266a9736612226b0d3f49080fca24b862b3278e2e502049e1341b46c85571fc031b9c738d35e3c259dc61d996860c
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.221
1
+ 1.1.222
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.221"
4
+ VERSION = "1.1.222"
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.221
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-04 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable