files.com 1.1.619 → 1.1.620

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: '0416448573ab1fd9cb7d6a16958b530b313602c5d0e4257e175f9cf9a9f045c1'
4
- data.tar.gz: 7a0e46ccede338aea36a0551b7dcbad591bd4686338966bfc4f2d27ba3be573f
3
+ metadata.gz: 9c199e48185acef052ce9fb54e53ea8919c695edf26c51f719134269e32bca02
4
+ data.tar.gz: 85b44d47b13457088981f438126736f81a035235475581d7c13d20fbb7ac5244
5
5
  SHA512:
6
- metadata.gz: 5444cb5707df1f4b681fe605b8f4cc1c098ffda08d2a10f0e289423af2dc9d3f1c9f640560447e10692a11fadd0c85ea277f7453389afe1b18b2966431c5c9ca
7
- data.tar.gz: ebabd6fc2c0d8fe48a75f4351832aa871a2649ac53c53c9988f18bb13c177d3cebedb7b26d8aeb1f9ac6a7ee44d998123f572166a779cf4f2a1d1be827899ee2
6
+ metadata.gz: b0fdb3a55c2d80bd734363119cadc30e8189b4bb7e71f7ee85209aa676fa3a5c547241f7e043201af5ea267a045c39aaa2bd653d42f6593edcf44c2b94a37f53
7
+ data.tar.gz: 1fdf797cfc05d750f666cdbcb294444ae8e969788cb786489d57202a4b139bf97a20a9d090ebc793e8ab0fcdf57a2da40417b112ecae5fe6cf33133a40c60441
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.619
1
+ 1.1.620
data/docs/api_key.md CHANGED
@@ -60,7 +60,7 @@ Files::ApiKey.list(
60
60
  * `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.
61
61
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
62
62
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`.
63
- * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `expires_at`.
63
+ * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `aws_style_credentials` and `expires_at`.
64
64
  * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `expires_at`.
65
65
  * `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `expires_at`.
66
66
  * `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `expires_at`.
@@ -215,7 +215,7 @@ module Files
215
215
  # 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.
216
216
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
217
217
  # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`.
218
- # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `expires_at`.
218
+ # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `aws_style_credentials` and `expires_at`.
219
219
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `expires_at`.
220
220
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `expires_at`.
221
221
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `expires_at`.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.619"
4
+ VERSION = "1.1.620"
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.619
4
+ version: 1.1.620
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-04 00:00:00.000000000 Z
11
+ date: 2026-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable