files.com 1.1.611 → 1.1.612

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: 3432e78be8fec703fb02df31bd3bef2b4569eaeb35e3b29e2de88bfe0c964826
4
- data.tar.gz: 43c0c80c0e1f86defb2ab0b0f70f9333266173ccb73debac0e0e6add74aee253
3
+ metadata.gz: 1f8fd98aad21e2df4e37a889cd16d11f69782e538dfbdd523e96d461919e0f16
4
+ data.tar.gz: 1602d43e2f2b9e9d70c2161bb166f4ff32cc9553ff417a1895d7a646b0eecbab
5
5
  SHA512:
6
- metadata.gz: 4d06f3db670f41c8c4c97f895a18a63bf672516680d63a2288a31451437ebef19267f766efdaead6f1d9c5b1b2f7917a42721c7dc5e32aa6ae9b101a1de5919d
7
- data.tar.gz: 016e1a803fe86d1ba0c00e93627a520de9d86cc52cae0e9feed0e7e13bc5eb2b20ce7f9d63ad72913ed6b38aa6baeaea74a4f5261c10fb9bafb27be2a62689f7
6
+ metadata.gz: ad43c2faabb2b5cc0d5c57da380befbee322f1352398562dd7c1b97c204202b1950149605e1b0a0a1feb36947925b613ee1236c5e89f246d806b1c543b3ee91b
7
+ data.tar.gz: 073f932c5f240f639e943d376b3f0d52fdda91aaf0580a84cd3932529c9fb1d7c34923d1485909a3e60c82e677ec53632a890ff878e918392fb57aa39259a5b1
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.611
1
+ 1.1.612
data/docs/partner.md CHANGED
@@ -55,7 +55,7 @@ Files::Partner.list
55
55
 
56
56
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
57
57
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
58
- * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `workspace_id` and `name`.
58
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `workspace_id` and `id`.
59
59
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `workspace_id`.
60
60
 
61
61
 
@@ -180,7 +180,7 @@ module Files
180
180
  # Parameters:
181
181
  # cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
182
182
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
183
- # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `workspace_id` and `name`.
183
+ # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `workspace_id` and `id`.
184
184
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `workspace_id`.
185
185
  def self.list(params = {}, options = {})
186
186
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.611"
4
+ VERSION = "1.1.612"
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.611
4
+ version: 1.1.612
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-04-27 00:00:00.000000000 Z
11
+ date: 2026-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable