files.com 1.1.162 → 1.1.163

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: 711ec7264f5d9f65cb4ccdd2afe0482e9995420412b055cf8238bc0050a98363
4
- data.tar.gz: c3fcb2c2c8db232fdbeb1e459d7b9a15edb41cd10caff3b938f8dd817bd1a8c9
3
+ metadata.gz: 18cb7e03317a61d70dc4fd71e92274c91f9978b4d4f830e699c1148d13ba5a97
4
+ data.tar.gz: 1902bfe3788f3514db8af7ea0e3b5b04b8ce0f92bcc78df25998f60473862827
5
5
  SHA512:
6
- metadata.gz: 38844c639795abfe4dca3b63ff1466962981595f9cb142d00da6a4b6080f48de3b95bfbbcc8f253df53c322ecb9fdab215d822be1dea5da35b4e4cdf48db48dc
7
- data.tar.gz: 2a57927b4edcd352ab66305a20e3d8163e8a5932ec4955d3d6cc75f493adaff743bf0376dc17beb152c1fba7896cb4c00bb501f1d35df0926699aab66c5e073e
6
+ metadata.gz: 40009e48e718ca443bbe42af25702a3c3ed840a2531abee4322b63d20a033f33513fdb207b82a65007af69cdf951126bafa72ee3fc1e2f12b39b11e66b272918
7
+ data.tar.gz: '09be39a6cd5085e867439a36746540e5ac26335db3166dbd4df0ff604f2cd19cb85fb81e6f4515b3dd5154753630cd76a3f5ae838e4577fb5def7ea34765ed3a'
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.162
1
+ 1.1.163
data/docs/history.md CHANGED
@@ -119,7 +119,7 @@ Files::History.list_logins(
119
119
  * `display` (string): Display format. Leave blank or set to `full` or `parent`.
120
120
  * `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.
121
121
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
122
- * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `id`.
122
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `action_login` or `created_at`.
123
123
 
124
124
 
125
125
  ---
@@ -160,7 +160,7 @@ module Files
160
160
  # display - string - Display format. Leave blank or set to `full` or `parent`.
161
161
  # 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.
162
162
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
163
- # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `id`.
163
+ # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `action_login` or `created_at`.
164
164
  def self.list_logins(params = {}, options = {})
165
165
  raise InvalidParameterError.new("Bad parameter: start_at must be an String") if params[:start_at] and !params[:start_at].is_a?(String)
166
166
  raise InvalidParameterError.new("Bad parameter: end_at must be an String") if params[:end_at] and !params[:end_at].is_a?(String)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.162"
4
+ VERSION = "1.1.163"
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.162
4
+ version: 1.1.163
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-26 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable