files.com 1.1.241 → 1.1.242
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 -1
- data/_VERSION +1 -1
- 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: f950606734982f2d2870c0e2fc7183c7d0f9619ef1a0051d164c32bb654d59c3
|
4
|
+
data.tar.gz: d802caa17af0f77e1314ee26205ff1c305fe7808a8c1cba18f4d6c3ab91c3cee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c89f794afaede210aab3d3606834060f9c6911da12407faef528243b86d5d85e39a75d1c6d560c79c123ad8b7beffea7750852943cfea4411e61fb08b198425a
|
7
|
+
data.tar.gz: 6a1f804301d1c2dd2647824ae1ea7c405c3e367dfacc85f2b3860603a940e2160b1699fdcbeb179f5fb0f4778bc1ed4eb4bfba265429573bdfab0a3398ae8319
|
data/README.md
CHANGED
@@ -565,7 +565,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
|
|
565
565
|
|`TrialLockedError`| `SiteConfigurationError` |
|
566
566
|
|`UserRequestsEnabledRequiredError`| `SiteConfigurationError` |
|
567
567
|
|
568
|
-
##
|
568
|
+
## Pagination
|
569
569
|
|
570
570
|
Certain API operations return lists of objects. When the number of objects in the list is large,
|
571
571
|
the API will paginate the results.
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.242
|
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.242
|
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-04-
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|