files.com 1.0.490 → 1.0.491
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 +4 -4
- data/_VERSION +1 -1
- data/docs/user.md +0 -7
- data/lib/files.com/models/user.rb +0 -7
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22da358d411ebc7731508cd3fb1eb4af675b98c1b54cededbc3e03f025925acd
|
|
4
|
+
data.tar.gz: a372b2661e740bff2248fb0296f1dc3317b200ede21eaa2772993f6973db2455
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad6729774856055d6d2417c8cd5a6ab7e8aa6f7c49c6716491f6d3fbe1a0c851cf87581b1158ad81fa7bdaf1229476948c3b5a1f80610e9fe62e94507577ac7e
|
|
7
|
+
data.tar.gz: f71087ac429a6e27ae33ef172d155a78878d4cd0cda3b4fc658cb227c3ac0be80fcc82baa8251f4e094264cd8cae1d23cf101972e4a0dc799f7981af2e18ea9b
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
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)
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2023-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|