files.com 1.2.100 → 1.2.101

Sign up to get free protection for your applications and to get access to all the features.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.100
1
+ 1.2.101
package/docs/Errors.md CHANGED
@@ -94,7 +94,6 @@ These errors are derived from the error groups listed above.
94
94
  ### NotAuthenticated_InvalidCredentialsError
95
95
  ### NotAuthenticated_InvalidOauthError
96
96
  ### NotAuthenticated_InvalidOrExpiredCodeError
97
- ### NotAuthenticated_InvalidSessionError
98
97
  ### NotAuthenticated_InvalidUsernameOrPasswordError
99
98
  ### NotAuthenticated_LockedOutError
100
99
  ### NotAuthenticated_LockoutRegionMismatchError
@@ -117,7 +116,6 @@ These errors are derived from the error groups listed above.
117
116
  ### NotAuthorized_FullPermissionRequiredError
118
117
  ### NotAuthorized_HistoryPermissionRequiredError
119
118
  ### NotAuthorized_InsufficientPermissionForParamsError
120
- ### NotAuthorized_InsufficientPermissionForSiteError
121
119
  ### NotAuthorized_MustAuthenticateWithApiKeyError
122
120
  ### NotAuthorized_NeedAdminPermissionForInboxError
123
121
  ### NotAuthorized_NonAdminsMustQueryByFolderOrPathError
@@ -16,7 +16,6 @@
16
16
  ],
17
17
  "user_id": 1,
18
18
  "username": "user",
19
- "user_is_from_parent_site": true,
20
19
  "action": "create",
21
20
  "failure_type": "none",
22
21
  "interface": "web"
@@ -33,7 +32,6 @@
33
32
  * `targets` (array(object)): Targets
34
33
  * `user_id` (int64): User ID
35
34
  * `username` (string): Username
36
- * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
37
35
  * `action` (string): Type of action
38
36
  * `failure_type` (string): Failure type. If action was a user login or session failure, why did it fail?
39
37
  * `interface` (string): Interface on which this action occurred.
@@ -9,7 +9,6 @@
9
9
  "api_key_prefix": "example",
10
10
  "user_id": 1,
11
11
  "username": "example",
12
- "user_is_from_parent_site": true,
13
12
  "interface": "example",
14
13
  "request_method": "example",
15
14
  "request_path": "example",
@@ -31,7 +30,6 @@
31
30
  * `api_key_prefix` (string): API Key Prefix, if applicable
32
31
  * `user_id` (int64): User ID
33
32
  * `username` (string): Username
34
- * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
35
33
  * `interface` (string): API Interface
36
34
  * `request_method` (string): HTTP Method
37
35
  * `request_path` (string): Request path
@@ -16,7 +16,6 @@
16
16
  ],
17
17
  "user_id": 1,
18
18
  "username": "user",
19
- "user_is_from_parent_site": true,
20
19
  "action": "create",
21
20
  "failure_type": "none",
22
21
  "interface": "web"
@@ -33,7 +32,6 @@
33
32
  * `targets` (array(object)): Targets
34
33
  * `user_id` (int64): User ID
35
34
  * `username` (string): Username
36
- * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
37
35
  * `action` (string): Type of action
38
36
  * `failure_type` (string): Failure type. If action was a user login or session failure, why did it fail?
39
37
  * `interface` (string): Interface on which this action occurred.
@@ -16,7 +16,6 @@
16
16
  "destination": "DestFolder",
17
17
  "ip": "127.0.0.1",
18
18
  "username": "jerry",
19
- "user_is_from_parent_site": true,
20
19
  "action": "read",
21
20
  "failure_type": "bad_password",
22
21
  "interface": "ftp",
@@ -45,7 +44,6 @@
45
44
  * `destination` (string): File moved to this destination folder
46
45
  * `ip` (string): Client IP that performed the action
47
46
  * `username` (string): Username of the user that performed the action
48
- * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
49
47
  * `action` (string): What action was taken. Valid values: `create`, `read`, `update`, `destroy`, `move`, `login`, `failedlogin`, `copy`, `user_create`, `user_update`, `user_destroy`, `group_create`, `group_update`, `group_destroy`, `permission_create`, `permission_destroy`, `api_key_create`, `api_key_update`, `api_key_destroy`
50
48
  * `failure_type` (string): The type of login failure, if applicable. Valid values: `expired_trial`, `account_overdue`, `locked_out`, `ip_mismatch`, `password_mismatch`, `site_mismatch`, `username_not_found`, `none`, `no_ftp_permission`, `no_web_permission`, `no_directory`, `errno_enoent`, `no_sftp_permission`, `no_dav_permission`, `no_restapi_permission`, `key_mismatch`, `region_mismatch`, `expired_access`, `desktop_ip_mismatch`, `desktop_api_key_not_used_quickly_enough`, `disabled`, `country_mismatch`, `insecure_ftp`, `insecure_cipher`, `rate_limited`
51
49
  * `interface` (string): Inteface through which the action was taken. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`, `mobile`, `as2`, `inbound_email`, `remote`
@@ -11,7 +11,6 @@
11
11
  "user_id": 1,
12
12
  "api_key_id": 1,
13
13
  "user_is_files_support": true,
14
- "user_is_from_parent_site": true,
15
14
  "username": "some_user"
16
15
  }
17
16
  ```
@@ -21,7 +20,6 @@
21
20
  * `user_id` (int64): The user id responsible for this change
22
21
  * `api_key_id` (int64): The API key id responsible for this change
23
22
  * `user_is_files_support` (boolean): true if this change was performed by Files.com support.
24
- * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
25
23
  * `username` (string): The username of the user responsible for this change
26
24
 
27
25
  ---
@@ -169,8 +169,7 @@
169
169
  "allowed_2fa_method_webauthn": true,
170
170
  "allowed_2fa_method_yubi": true,
171
171
  "use_provided_modified_at": true,
172
- "windows_mode_ftp": false,
173
- "user_belongs_to_parent_site": false
172
+ "windows_mode_ftp": false
174
173
  },
175
174
  "session_pinned_by_ip": true,
176
175
  "sftp_enabled": true,