files.com 1.1.518 → 1.1.519

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: 5384d79991af5601718381de097f99c178cff4a06f510d55969668f11a3a8d3c
4
- data.tar.gz: 19624920dfbd28f975c545037c601ba5b06fece5cca40514e7e8b6ae25aadb43
3
+ metadata.gz: 4d5ac6f4dc81626d14468022e7702a0260b587cff82cbff9b0dd54f28a36f604
4
+ data.tar.gz: a94d55a132b0cef2ddb88a3c481fceecfafe03a87a827c777fa281d4cd631248
5
5
  SHA512:
6
- metadata.gz: 8d33792991943e50b11132788b593eb564d1c0be9389bee2b45eeb50a69184a92feed68be80fc098650f39c78d1c303a74132b08c5a0ce6d0a96df02921ed797
7
- data.tar.gz: 92bf13e3b03ba22df124f9d0016796e8aa1ef0081cf67dfc12ffae1bf5f2cc2035259c24c58b13d0a15acd90d46471fbb44f1c77bed5b2a43f4c48537651cbc0
6
+ metadata.gz: fbb1c8aa5e399f6eb71dacb3133748fd5ab52e883f9bce3ea738446c29ca7c96d24656d04ac11e479b4082004618d1fbd5c82fd67509bf1e401f43fd35b61a8d
7
+ data.tar.gz: 257e42ccb3f6f9c1e6c00fb7e89b11bac12661da0331ad589775dc4080b1a7c129333136256b7b0ab21cc7dad3c749fcc5312c6b36c3a6c5df999d3379d6be29
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.518
1
+ 1.1.519
data/docs/api_key.md CHANGED
@@ -59,7 +59,7 @@ Files::ApiKey.list(
59
59
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
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
- * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id` and `expires_at`.
62
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`.
63
63
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `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`.
@@ -214,7 +214,7 @@ module Files
214
214
  # user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
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
- # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id` and `expires_at`.
217
+ # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`.
218
218
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `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`.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.518"
4
+ VERSION = "1.1.519"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.518
4
+ version: 1.1.519
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com