files.com 1.0.490 → 1.0.491

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85c7193c6d700ef8409ee26d176164a5451c2417de15d7efbcda689a23c77c29
4
- data.tar.gz: f43e0ce7e749b62a201fe65b5fff415f45b75dc74d807c15826f8be810f3977c
3
+ metadata.gz: 22da358d411ebc7731508cd3fb1eb4af675b98c1b54cededbc3e03f025925acd
4
+ data.tar.gz: a372b2661e740bff2248fb0296f1dc3317b200ede21eaa2772993f6973db2455
5
5
  SHA512:
6
- metadata.gz: 796a350d469c137a9cdf3adcd5c07dbd0a20f406867f76ac3a1e725ccafeedbb93693a3d19d1fdc9fa546c73192995896b69437c2beb967c76812bd83bfdf415
7
- data.tar.gz: 28e01c4d02c6749e376bf78c8efcb078d8029e0cef25c9246fa26f6288a2b585925425cc6966bfe3b8ce077c0f8c09b71c4bd348f8a994281f826171826ed7db
6
+ metadata.gz: ad6729774856055d6d2417c8cd5a6ab7e8aa6f7c49c6716491f6d3fbe1a0c851cf87581b1158ad81fa7bdaf1229476948c3b5a1f80610e9fe62e94507577ac7e
7
+ data.tar.gz: f71087ac429a6e27ae33ef172d155a78878d4cd0cda3b4fc658cb227c3ac0be80fcc82baa8251f4e094264cd8cae1d23cf101972e4a0dc799f7981af2e18ea9b
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.490
1
+ 1.0.491
data/docs/user.md CHANGED
@@ -163,13 +163,6 @@ Files::User.list(
163
163
  * `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
164
164
  * `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
165
165
  * `ids` (string): comma-separated list of User IDs
166
- * `q[username]` (string): List users matching username.
167
- * `q[email]` (string): List users matching email.
168
- * `q[notes]` (string): List users matching notes field.
169
- * `q[admin]` (string): If `true`, list only admin users.
170
- * `q[allowed_ips]` (string): If set, list only users with overridden allowed IP setting.
171
- * `q[password_validity_days]` (string): If set, list only users with overridden password validity days setting.
172
- * `q[ssl_required]` (string): If set, list only users with overridden SSL required setting.
173
166
  * `search` (string): Searches for partial matches of name, username, or email.
174
167
 
175
168
 
@@ -784,13 +784,6 @@ module Files
784
784
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
785
785
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
786
786
  # ids - string - comma-separated list of User IDs
787
- # q[username] - string - List users matching username.
788
- # q[email] - string - List users matching email.
789
- # q[notes] - string - List users matching notes field.
790
- # q[admin] - string - If `true`, list only admin users.
791
- # q[allowed_ips] - string - If set, list only users with overridden allowed IP setting.
792
- # q[password_validity_days] - string - If set, list only users with overridden password validity days setting.
793
- # q[ssl_required] - string - If set, list only users with overridden SSL required setting.
794
787
  # search - string - Searches for partial matches of name, username, or email.
795
788
  def self.list(params = {}, options = {})
796
789
  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.0.490"
4
+ VERSION = "1.0.491"
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.0.490
4
+ version: 1.0.491
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-17 00:00:00.000000000 Z
11
+ date: 2023-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable