files.com 1.1.628 → 1.1.630

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: 1d492bd253920c46a078cbe2a6d105e59a01bd4fb407dbad0f79644f4281c70a
4
- data.tar.gz: d0ada6b4f1f2f6e1a579d974856f2a5c7a4b593ed50a703a540121b4fce5d747
3
+ metadata.gz: c9460efcab7fa9904a08bc866c88636d8dc27228fa3a3616389636db2c861d14
4
+ data.tar.gz: 3359eb2f5256f32c425845a8aceeb9bd649af1411cdf2f9406d5381f95ffed35
5
5
  SHA512:
6
- metadata.gz: 40938227eb0f1ebe31d4a7c6664477e4b228164acda255d801228505b61808b23c9f5c3cfd487cb2f3e782c213838c7e1963d5bf13a19c20de7431fe5d3c7d2a
7
- data.tar.gz: 30c0ad8c052c8f228e5830596f6a5f05596c9e51351685dcd6b350318467bb2963a761454b3a92bcd83399a92079f06901a302384df31b3134322eb7099e6747
6
+ metadata.gz: 5712d26a7f64019b25c3e33a18c3164654493f2d9ebe170bb5183fcbbee03faf535146b90d9939701174e6ce805fb68566847f1348185dc0aac06a111d7eeeb2
7
+ data.tar.gz: 2a379f3c3a8d70cdd69d9daead2c5c63af5273b4b3233e026edb2cdef699cfd670a4b09f6cb6c660546dc3c080f4b63927f2db6adaa6cf3a897b20420e13f1ee
data/README.md CHANGED
@@ -409,7 +409,7 @@ Every Site has an implicit Default workspace (ID `0`). Resources that are not ex
409
409
 
410
410
  ### SDK Support
411
411
 
412
- We are still in the process of adding Workspaces support to each SDK. If you require Workspaces support right now, you need to use the REST API.
412
+ We are still in the process of adding Workspaces support to each SDK. If you require Workspaces support right now, you need to use the REST API or the CLI.
413
413
  <div></div>
414
414
 
415
415
  ### Using Workspaces with the REST API
@@ -542,6 +542,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
542
542
  |`PartNumberTooLargeError`| `BadRequestError` |
543
543
  |`PathCannotHaveTrailingWhitespaceError`| `BadRequestError` |
544
544
  |`ReauthenticationNeededFieldsError`| `BadRequestError` |
545
+ |`RequestBodyTooLargeError`| `BadRequestError` |
545
546
  |`RequestParamsContainInvalidCharacterError`| `BadRequestError` |
546
547
  |`RequestParamsInvalidError`| `BadRequestError` |
547
548
  |`RequestParamsRequiredError`| `BadRequestError` |
@@ -605,6 +606,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
605
606
  |`ReauthenticationFailedFinalError`| `NotAuthorizedError` |
606
607
  |`ReauthenticationNeededActionError`| `NotAuthorizedError` |
607
608
  |`RecaptchaFailedError`| `NotAuthorizedError` |
609
+ |`RemoteDesktopDebugLoggingDisabledError`| `NotAuthorizedError` |
608
610
  |`SelfManagedRequiredError`| `NotAuthorizedError` |
609
611
  |`SiteAdminOrPartnerAdminPermissionRequiredError`| `NotAuthorizedError` |
610
612
  |`SiteAdminOrWorkspaceAdminOrFolderAdminPermissionRequiredError`| `NotAuthorizedError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.628
1
+ 1.1.630
@@ -83,6 +83,7 @@ module Files
83
83
  class PartNumberTooLargeError < BadRequestError; end
84
84
  class PathCannotHaveTrailingWhitespaceError < BadRequestError; end
85
85
  class ReauthenticationNeededFieldsError < BadRequestError; end
86
+ class RequestBodyTooLargeError < BadRequestError; end
86
87
  class RequestParamsContainInvalidCharacterError < BadRequestError; end
87
88
  class RequestParamsInvalidError < BadRequestError; end
88
89
  class RequestParamsRequiredError < BadRequestError; end
@@ -150,6 +151,7 @@ module Files
150
151
  class ReauthenticationFailedFinalError < NotAuthorizedError; end
151
152
  class ReauthenticationNeededActionError < NotAuthorizedError; end
152
153
  class RecaptchaFailedError < NotAuthorizedError; end
154
+ class RemoteDesktopDebugLoggingDisabledError < NotAuthorizedError; end
153
155
  class SelfManagedRequiredError < NotAuthorizedError; end
154
156
  class SiteAdminOrPartnerAdminPermissionRequiredError < NotAuthorizedError; end
155
157
  class SiteAdminOrWorkspaceAdminOrFolderAdminPermissionRequiredError < NotAuthorizedError; end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.628"
4
+ VERSION = "1.1.630"
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.628
4
+ version: 1.1.630
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-05-31 00:00:00.000000000 Z
11
+ date: 2026-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable