files.com 1.2.20 → 1.2.22

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.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.20
1
+ 1.2.22
package/docs/Errors.md CHANGED
@@ -127,6 +127,7 @@ These errors are derived from the error groups listed above.
127
127
  ### NotAuthorized_ReauthenticationFailedError
128
128
  ### NotAuthorized_ReauthenticationFailedFinalError
129
129
  ### NotAuthorized_ReauthenticationNeededActionError
130
+ ### NotAuthorized_RecaptchaFailedError
130
131
  ### NotAuthorized_SelfManagedRequiredError
131
132
  ### NotAuthorized_SiteAdminRequiredError
132
133
  ### NotAuthorized_SiteFilesAreImmutableError
@@ -115,7 +115,7 @@
115
115
  * `active_2fa` (boolean): Is 2fa active for the user?
116
116
  * `require_password_change` (boolean): Is a password change required upon next user login?
117
117
  * `password_expired` (boolean): Is user's password expired?
118
- * `restapi_permission` (boolean): Can this user access the REST API?
118
+ * `restapi_permission` (boolean): Can this user access the Web app, Desktop app, SDKs, or REST API? (All of these tools use the API internally, so this is one unified permission set.)
119
119
  * `self_managed` (boolean): Does this user manage it's own credentials or is it a shared/bot user?
120
120
  * `sftp_permission` (boolean): Can the user access with SFTP?
121
121
  * `site_admin` (boolean): Is the user an administrator for this site?
@@ -261,7 +261,7 @@ await User.create({
261
261
  * `receive_admin_alerts` (boolean): Should the user receive admin alerts such a certificate expiration notifications and overages?
262
262
  * `require_login_by` (string): Require user to login by specified date otherwise it will be disabled.
263
263
  * `require_password_change` (boolean): Is a password change required upon next user login?
264
- * `restapi_permission` (boolean): Can this user access the REST API?
264
+ * `restapi_permission` (boolean): Can this user access the Web app, Desktop app, SDKs, or REST API? (All of these tools use the API internally, so this is one unified permission set.)
265
265
  * `self_managed` (boolean): Does this user manage it's own credentials or is it a shared/bot user?
266
266
  * `sftp_permission` (boolean): Can the user access with SFTP?
267
267
  * `site_admin` (boolean): Is the user an administrator for this site?
@@ -404,7 +404,7 @@ await user.update({
404
404
  * `receive_admin_alerts` (boolean): Should the user receive admin alerts such a certificate expiration notifications and overages?
405
405
  * `require_login_by` (string): Require user to login by specified date otherwise it will be disabled.
406
406
  * `require_password_change` (boolean): Is a password change required upon next user login?
407
- * `restapi_permission` (boolean): Can this user access the REST API?
407
+ * `restapi_permission` (boolean): Can this user access the Web app, Desktop app, SDKs, or REST API? (All of these tools use the API internally, so this is one unified permission set.)
408
408
  * `self_managed` (boolean): Does this user manage it's own credentials or is it a shared/bot user?
409
409
  * `sftp_permission` (boolean): Can the user access with SFTP?
410
410
  * `site_admin` (boolean): Is the user an administrator for this site?