Skip to content

Commit e83126e

Browse files
[Bot] push changes from Files.com
1 parent 23c8d27 commit e83126e

File tree

8 files changed

+740
-761
lines changed

8 files changed

+740
-761
lines changed

_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.457
1+
1.0.458

docs/models/User.md

-7
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@ await User.list({
163163
* `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`.
164164
* `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`.
165165
* `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.
173166
* `search` (string): Searches for partial matches of name, username, or email.
174167

175168
---

lib/Files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
1111
var apiKey;
1212
var baseUrl = 'https://app.files.com';
1313
var sessionId = null;
14-
var version = '1.0.457';
14+
var version = '1.0.458';
1515
var userAgent = "Files.com JavaScript SDK v".concat(version);
1616
var logLevel = _Logger.LogLevel.INFO;
1717
var debugRequest = false;

lib/models/User.js

-7
Original file line numberDiff line numberDiff line change
@@ -1023,13 +1023,6 @@ _class = User;
10231023
// 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`.
10241024
// 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`.
10251025
// ids - string - comma-separated list of User IDs
1026-
// q[username] - string - List users matching username.
1027-
// q[email] - string - List users matching email.
1028-
// q[notes] - string - List users matching notes field.
1029-
// q[admin] - string - If `true`, list only admin users.
1030-
// q[allowed_ips] - string - If set, list only users with overridden allowed IP setting.
1031-
// q[password_validity_days] - string - If set, list only users with overridden password validity days setting.
1032-
// q[ssl_required] - string - If set, list only users with overridden SSL required setting.
10331026
// search - string - Searches for partial matches of name, username, or email.
10341027
(0, _defineProperty2.default)(User, "list", /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {
10351028
var _response$data;

0 commit comments

Comments
 (0)