files.com 1.1.312 → 1.1.313

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: 57b293b58c2c9f52486a25beb4b351b5f2eca0a81f3362a5e2cb7552abe0abc6
4
- data.tar.gz: d08c623e72f43fccb0e529789e4b5ae30196841c64007e8d8b8d42d164962352
3
+ metadata.gz: 109561e43c644adaa536edfa0d3076e36e1cd8f0c78b8814adaef66487300a65
4
+ data.tar.gz: 2eeb1820eb364f8aa688ca2ba80b80aa2c719add21c669c0713d07ec2cc65772
5
5
  SHA512:
6
- metadata.gz: 9984a10abcb9a17122000d4c635c78493b29a9a201cf6a4882d00c532ba855596465f918a9d4e11902f7f351e01beee9b0ecc5d009f68ccefc0893aa179d1ac1
7
- data.tar.gz: 3a668690605cce2d4ae0618f593bf358119a4db2210724a74c02f8e2898c4c750f437773cb5d182107941df3f7b9c32703202f62e8283bd7d4092784b7518ca7
6
+ metadata.gz: 54b2bd5da37678db6d13d961bf45086a842c5ed5bfe86cde17f50e39a8df5969176e67f4aeeee001735157f9f7d5dead345c95e22dc1c7378c33ea841996f124
7
+ data.tar.gz: 57af69fc1c816d6ed8e9fa0a1d5c4c64b95baa92e312efb34896d24ec3446766db4b736042d6358ee0547547d8e7151290f3999c92f93efa626711ff5687c798
data/README.md CHANGED
@@ -579,6 +579,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
579
579
  |`PlanNotFoundError`| `NotFoundError` |
580
580
  |`SiteNotFoundError`| `NotFoundError` |
581
581
  |`UserNotFoundError`| `NotFoundError` |
582
+ |`AgentUnavailableError`| `ProcessingFailureError` |
582
583
  |`AlreadyCompletedError`| `ProcessingFailureError` |
583
584
  |`AutomationCannotBeRunManuallyError`| `ProcessingFailureError` |
584
585
  |`BehaviorNotAllowedOnRemoteServerError`| `ProcessingFailureError` |
@@ -634,7 +635,6 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
634
635
  |`TooManyLoginAttemptsError`| `RateLimitedError` |
635
636
  |`TooManyRequestsError`| `RateLimitedError` |
636
637
  |`TooManySharesError`| `RateLimitedError` |
637
- |`AgentUnavailableError`| `ServiceUnavailableError` |
638
638
  |`AutomationsUnavailableError`| `ServiceUnavailableError` |
639
639
  |`MigrationInProgressError`| `ServiceUnavailableError` |
640
640
  |`SiteDisabledError`| `ServiceUnavailableError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.312
1
+ 1.1.313
@@ -169,6 +169,7 @@ module Files
169
169
  class UserNotFoundError < NotFoundError; end
170
170
 
171
171
  class ProcessingFailureError < APIError; end
172
+ class AgentUnavailableError < ProcessingFailureError; end
172
173
  class AlreadyCompletedError < ProcessingFailureError; end
173
174
  class AutomationCannotBeRunManuallyError < ProcessingFailureError; end
174
175
  class BehaviorNotAllowedOnRemoteServerError < ProcessingFailureError; end
@@ -228,7 +229,6 @@ module Files
228
229
  class TooManySharesError < RateLimitedError; end
229
230
 
230
231
  class ServiceUnavailableError < APIError; end
231
- class AgentUnavailableError < ServiceUnavailableError; end
232
232
  class AutomationsUnavailableError < ServiceUnavailableError; end
233
233
  class MigrationInProgressError < ServiceUnavailableError; end
234
234
  class SiteDisabledError < ServiceUnavailableError; end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.312"
4
+ VERSION = "1.1.313"
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.312
4
+ version: 1.1.313
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-08-02 00:00:00.000000000 Z
11
+ date: 2025-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable