diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8d71645f..8c070ecac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [v2.36.1](https://github.com/auth0/node-auth0/tree/v2.36.1) (2021-07-28)
+
+**Fixed**
+
+- Fix docs for rate limit default maxRetries [\#640](https://github.com/auth0/node-auth0/pull/640) ([jimmyjames](https://github.com/jimmyjames))
+- Fix updateCustomTextByLanguage [\#638](https://github.com/auth0/node-auth0/pull/638) ([davidpatrick](https://github.com/davidpatrick))
+
+[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.36.0...v2.36.1)
+
## [v2.36.0](https://github.com/auth0/node-auth0/tree/v2.36.0) (2021-07-23)
**Added**
diff --git a/docs/RetryRestClient.js.html b/docs/RetryRestClient.js.html
index 31948875a..3e9088655 100644
--- a/docs/RetryRestClient.js.html
+++ b/docs/RetryRestClient.js.html
@@ -56,7 +56,7 @@
RetryRestClient.js
* @param {Object} restClient RestClient.
* @param {Object} [options] Options for the RetryRestClient.
* @param {Object} [options.enabled:true] Enabled or Disable Retry Policy functionality.
- * @param {Number} [options.maxRetries=10] The maximum amount of times to retry the operation. Default is 10.
+ * @param {Number} [options.maxRetries=3] The maximum amount of times to retry the operation. Default is 3.
* @param {*} [options.*] Any options that are available in https://github.com/tim-kos/node-retry#retryoperationoptions
*/
var RetryRestClient = function(restClient, options) {
@@ -159,7 +159,7 @@ RetryRestClient.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_DatabaseAuthenticator.js.html b/docs/auth_DatabaseAuthenticator.js.html
index 05cbb21e8..e49ab51b1 100644
--- a/docs/auth_DatabaseAuthenticator.js.html
+++ b/docs/auth_DatabaseAuthenticator.js.html
@@ -348,7 +348,7 @@ auth/DatabaseAuthenticator.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_OAUthWithIDTokenValidation.js.html b/docs/auth_OAUthWithIDTokenValidation.js.html
index a74c8768b..723cc8a43 100644
--- a/docs/auth_OAUthWithIDTokenValidation.js.html
+++ b/docs/auth_OAUthWithIDTokenValidation.js.html
@@ -179,7 +179,7 @@ auth/OAUthWithIDTokenValidation.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_OAuthAuthenticator.js.html b/docs/auth_OAuthAuthenticator.js.html
index fca5b2f4f..cf4077777 100644
--- a/docs/auth_OAuthAuthenticator.js.html
+++ b/docs/auth_OAuthAuthenticator.js.html
@@ -461,7 +461,7 @@ auth/OAuthAuthenticator.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_PasswordlessAuthenticator.js.html b/docs/auth_PasswordlessAuthenticator.js.html
index ec3a29e8e..8c019010c 100644
--- a/docs/auth_PasswordlessAuthenticator.js.html
+++ b/docs/auth_PasswordlessAuthenticator.js.html
@@ -351,7 +351,7 @@ auth/PasswordlessAuthenticator.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_TokensManager.js.html b/docs/auth_TokensManager.js.html
index cb009d56f..787d0976e 100644
--- a/docs/auth_TokensManager.js.html
+++ b/docs/auth_TokensManager.js.html
@@ -308,7 +308,7 @@ auth/TokensManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_UsersManager.js.html b/docs/auth_UsersManager.js.html
index a41099f52..3148b5744 100644
--- a/docs/auth_UsersManager.js.html
+++ b/docs/auth_UsersManager.js.html
@@ -223,7 +223,7 @@ auth/UsersManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_idToken.js.html b/docs/auth_idToken.js.html
index 881044f5a..8879480ce 100644
--- a/docs/auth_idToken.js.html
+++ b/docs/auth_idToken.js.html
@@ -215,7 +215,7 @@ auth/idToken.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/auth_index.js.html b/docs/auth_index.js.html
index 896460dd0..08c867f31 100644
--- a/docs/auth_index.js.html
+++ b/docs/auth_index.js.html
@@ -689,7 +689,7 @@ auth/index.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/errors.js.html b/docs/errors.js.html
index 760c10e79..cebd5fe15 100644
--- a/docs/errors.js.html
+++ b/docs/errors.js.html
@@ -111,7 +111,7 @@ errors.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/external-RestClient.html b/docs/external-RestClient.html
index 5919a3280..4e4a50d8e 100644
--- a/docs/external-RestClient.html
+++ b/docs/external-RestClient.html
@@ -1839,7 +1839,7 @@
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/global.html b/docs/global.html
index 8b3b30362..589336884 100644
--- a/docs/global.html
+++ b/docs/global.html
@@ -423,7 +423,7 @@ Returns:
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/index.html b/docs/index.html
index 567f70478..6e21654cf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -178,7 +178,7 @@ License
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/index.js.html b/docs/index.js.html
index 94921a478..78d79817c 100644
--- a/docs/index.js.html
+++ b/docs/index.js.html
@@ -61,7 +61,7 @@ index.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_ActionsManager.js.html b/docs/management_ActionsManager.js.html
index eeab3ac6b..a427e39e2 100644
--- a/docs/management_ActionsManager.js.html
+++ b/docs/management_ActionsManager.js.html
@@ -712,7 +712,7 @@ management/ActionsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_BlacklistedTokensManager.js.html b/docs/management_BlacklistedTokensManager.js.html
index f677e0131..ccb967aed 100644
--- a/docs/management_BlacklistedTokensManager.js.html
+++ b/docs/management_BlacklistedTokensManager.js.html
@@ -153,7 +153,7 @@ management/BlacklistedTokensManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_BrandingManager.js.html b/docs/management_BrandingManager.js.html
index c32a75e31..36fec63b5 100644
--- a/docs/management_BrandingManager.js.html
+++ b/docs/management_BrandingManager.js.html
@@ -234,7 +234,7 @@ management/BrandingManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_ClientGrantsManager.js.html b/docs/management_ClientGrantsManager.js.html
index b157b2332..20fbf58c0 100644
--- a/docs/management_ClientGrantsManager.js.html
+++ b/docs/management_ClientGrantsManager.js.html
@@ -216,7 +216,7 @@ management/ClientGrantsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_ClientsManager.js.html b/docs/management_ClientsManager.js.html
index fed422308..9fab5a150 100644
--- a/docs/management_ClientsManager.js.html
+++ b/docs/management_ClientsManager.js.html
@@ -238,7 +238,7 @@ management/ClientsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_ConnectionsManager.js.html b/docs/management_ConnectionsManager.js.html
index 848901b7f..5ad805e20 100644
--- a/docs/management_ConnectionsManager.js.html
+++ b/docs/management_ConnectionsManager.js.html
@@ -284,7 +284,7 @@ management/ConnectionsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_CustomDomainsManager.js.html b/docs/management_CustomDomainsManager.js.html
index 87a3d5b15..fa5a864b7 100644
--- a/docs/management_CustomDomainsManager.js.html
+++ b/docs/management_CustomDomainsManager.js.html
@@ -241,7 +241,7 @@ management/CustomDomainsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_DeviceCredentialsManager.js.html b/docs/management_DeviceCredentialsManager.js.html
index e2eff3bb5..4e748ad9b 100644
--- a/docs/management_DeviceCredentialsManager.js.html
+++ b/docs/management_DeviceCredentialsManager.js.html
@@ -180,7 +180,7 @@ management/DeviceCredentialsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_EmailProviderManager.js.html b/docs/management_EmailProviderManager.js.html
index ab131e0c1..07cd6b2e1 100644
--- a/docs/management_EmailProviderManager.js.html
+++ b/docs/management_EmailProviderManager.js.html
@@ -198,7 +198,7 @@ management/EmailProviderManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_EmailTemplatesManager.js.html b/docs/management_EmailTemplatesManager.js.html
index be187f856..b2ef0460a 100644
--- a/docs/management_EmailTemplatesManager.js.html
+++ b/docs/management_EmailTemplatesManager.js.html
@@ -180,7 +180,7 @@ management/EmailTemplatesManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_GrantsManager.js.html b/docs/management_GrantsManager.js.html
index da8c999c0..a8c795fc8 100644
--- a/docs/management_GrantsManager.js.html
+++ b/docs/management_GrantsManager.js.html
@@ -170,7 +170,7 @@ management/GrantsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_GuardianManager.js.html b/docs/management_GuardianManager.js.html
index 33678f303..202f87f59 100644
--- a/docs/management_GuardianManager.js.html
+++ b/docs/management_GuardianManager.js.html
@@ -559,7 +559,7 @@ management/GuardianManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_HooksManager.js.html b/docs/management_HooksManager.js.html
index fdc6fe5a9..bf55ef2b7 100644
--- a/docs/management_HooksManager.js.html
+++ b/docs/management_HooksManager.js.html
@@ -419,7 +419,7 @@ management/HooksManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_JobsManager.js.html b/docs/management_JobsManager.js.html
index 300f12333..229b9730b 100644
--- a/docs/management_JobsManager.js.html
+++ b/docs/management_JobsManager.js.html
@@ -440,7 +440,7 @@ management/JobsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_LogStreamsManager.js.html b/docs/management_LogStreamsManager.js.html
index 3a4879eec..5b83aa185 100644
--- a/docs/management_LogStreamsManager.js.html
+++ b/docs/management_LogStreamsManager.js.html
@@ -230,7 +230,7 @@ management/LogStreamsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_LogsManager.js.html b/docs/management_LogsManager.js.html
index 06645d8c5..516f77116 100644
--- a/docs/management_LogsManager.js.html
+++ b/docs/management_LogsManager.js.html
@@ -167,7 +167,7 @@ management/LogsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_ManagementTokenProvider.js.html b/docs/management_ManagementTokenProvider.js.html
index 79904fb22..f708fa868 100644
--- a/docs/management_ManagementTokenProvider.js.html
+++ b/docs/management_ManagementTokenProvider.js.html
@@ -194,7 +194,7 @@ management/ManagementTokenProvider.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_MigrationsManager.js.html b/docs/management_MigrationsManager.js.html
index 37c5e8600..c0bc81f6c 100644
--- a/docs/management_MigrationsManager.js.html
+++ b/docs/management_MigrationsManager.js.html
@@ -159,7 +159,7 @@ management/MigrationsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_OrganizationsManager.js.html b/docs/management_OrganizationsManager.js.html
index 20a390312..ee40f4e6a 100644
--- a/docs/management_OrganizationsManager.js.html
+++ b/docs/management_OrganizationsManager.js.html
@@ -898,7 +898,7 @@ management/OrganizationsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_PromptsManager.js.html b/docs/management_PromptsManager.js.html
index e8ecd42d1..251d4daaa 100644
--- a/docs/management_PromptsManager.js.html
+++ b/docs/management_PromptsManager.js.html
@@ -228,6 +228,7 @@ management/PromptsManager.js
*/
PromptsManager.prototype.updateCustomTextByLanguage = function(params, cb) {
params = params || {};
+ options = {};
if (!params.prompt || typeof params.prompt !== 'string') {
throw new ArgumentError('The prompt parameter must be a string');
@@ -241,11 +242,14 @@ management/PromptsManager.js
throw new ArgumentError('The body parameter must be an object');
}
+ options.prompt = params.prompt;
+ options.language = params.language;
+
if (cb && cb instanceof Function) {
- return this.customTextByLanguage.update(params, params.body, cb);
+ return this.customTextByLanguage.update(options, params.body, cb);
}
- return this.customTextByLanguage.update(params, params.body);
+ return this.customTextByLanguage.update(options, params.body);
};
module.exports = PromptsManager;
@@ -261,7 +265,7 @@ management/PromptsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_ResourceServersManager.js.html b/docs/management_ResourceServersManager.js.html
index 3eb5b9b46..6f87ec5c8 100644
--- a/docs/management_ResourceServersManager.js.html
+++ b/docs/management_ResourceServersManager.js.html
@@ -238,7 +238,7 @@ management/ResourceServersManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_RolesManager.js.html b/docs/management_RolesManager.js.html
index 2bb2ad7d8..7914c7dd4 100644
--- a/docs/management_RolesManager.js.html
+++ b/docs/management_RolesManager.js.html
@@ -462,7 +462,7 @@ management/RolesManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_RulesConfigsManager.js.html b/docs/management_RulesConfigsManager.js.html
index 48d0b0a61..d2b1640eb 100644
--- a/docs/management_RulesConfigsManager.js.html
+++ b/docs/management_RulesConfigsManager.js.html
@@ -180,7 +180,7 @@ management/RulesConfigsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_RulesManager.js.html b/docs/management_RulesManager.js.html
index 9a4dc3d5e..0f028a32f 100644
--- a/docs/management_RulesManager.js.html
+++ b/docs/management_RulesManager.js.html
@@ -248,7 +248,7 @@ management/RulesManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_StatsManager.js.html b/docs/management_StatsManager.js.html
index 5807b0b9b..51abac6cf 100644
--- a/docs/management_StatsManager.js.html
+++ b/docs/management_StatsManager.js.html
@@ -174,7 +174,7 @@ management/StatsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_TenantManager.js.html b/docs/management_TenantManager.js.html
index ac06c72f2..7e7065348 100644
--- a/docs/management_TenantManager.js.html
+++ b/docs/management_TenantManager.js.html
@@ -166,7 +166,7 @@ management/TenantManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_TicketsManager.js.html b/docs/management_TicketsManager.js.html
index d69441ea5..122a68a17 100644
--- a/docs/management_TicketsManager.js.html
+++ b/docs/management_TicketsManager.js.html
@@ -186,7 +186,7 @@ management/TicketsManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_UserBlocksManager.js.html b/docs/management_UserBlocksManager.js.html
index 1a9ba7870..608a5a161 100644
--- a/docs/management_UserBlocksManager.js.html
+++ b/docs/management_UserBlocksManager.js.html
@@ -229,7 +229,7 @@ management/UserBlocksManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_UsersManager.js.html b/docs/management_UsersManager.js.html
index a00cde79d..6911732e8 100644
--- a/docs/management_UsersManager.js.html
+++ b/docs/management_UsersManager.js.html
@@ -1011,7 +1011,7 @@ management/UsersManager.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/management_index.js.html b/docs/management_index.js.html
index 6859764c0..0f87663cf 100644
--- a/docs/management_index.js.html
+++ b/docs/management_index.js.html
@@ -3942,7 +3942,7 @@ management/index.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.AuthenticationClient.html b/docs/module-auth.AuthenticationClient.html
index 126cfcf02..9aa997123 100644
--- a/docs/module-auth.AuthenticationClient.html
+++ b/docs/module-auth.AuthenticationClient.html
@@ -4515,7 +4515,7 @@ Examples
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.DatabaseAuthenticator.html b/docs/module-auth.DatabaseAuthenticator.html
index b26b79fdd..0761834a5 100644
--- a/docs/module-auth.DatabaseAuthenticator.html
+++ b/docs/module-auth.DatabaseAuthenticator.html
@@ -1765,7 +1765,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.OAUthWithIDTokenValidation.html b/docs/module-auth.OAUthWithIDTokenValidation.html
index 38c4fd6f7..7fb127a8a 100644
--- a/docs/module-auth.OAUthWithIDTokenValidation.html
+++ b/docs/module-auth.OAUthWithIDTokenValidation.html
@@ -450,7 +450,7 @@ Parameters:
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.OAuthAuthenticator.html b/docs/module-auth.OAuthAuthenticator.html
index ae6e555f5..c6a9351ca 100644
--- a/docs/module-auth.OAuthAuthenticator.html
+++ b/docs/module-auth.OAuthAuthenticator.html
@@ -2100,7 +2100,7 @@ Returns:
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.PasswordlessAuthenticator.html b/docs/module-auth.PasswordlessAuthenticator.html
index 30d12a5a8..368db702d 100644
--- a/docs/module-auth.PasswordlessAuthenticator.html
+++ b/docs/module-auth.PasswordlessAuthenticator.html
@@ -1843,7 +1843,7 @@ Examples
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.TokensManager.html b/docs/module-auth.TokensManager.html
index 5111f5f7c..82dffa093 100644
--- a/docs/module-auth.TokensManager.html
+++ b/docs/module-auth.TokensManager.html
@@ -1368,7 +1368,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.UsersManager.html b/docs/module-auth.UsersManager.html
index d4588bbb9..4db5e3a6a 100644
--- a/docs/module-auth.UsersManager.html
+++ b/docs/module-auth.UsersManager.html
@@ -1010,7 +1010,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-auth.html b/docs/module-auth.html
index 87efb0641..9fa60279d 100644
--- a/docs/module-auth.html
+++ b/docs/module-auth.html
@@ -108,7 +108,7 @@ Classes
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-errors.html b/docs/module-errors.html
index b874a9948..7cd6c73d6 100644
--- a/docs/module-errors.html
+++ b/docs/module-errors.html
@@ -254,7 +254,7 @@ (st
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ActionsManager.html b/docs/module-management.ActionsManager.html
index e241eb192..db5e8b938 100644
--- a/docs/module-management.ActionsManager.html
+++ b/docs/module-management.ActionsManager.html
@@ -4718,7 +4718,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.BlacklistedTokensManager.html b/docs/module-management.BlacklistedTokensManager.html
index e036da799..ab516e6bc 100644
--- a/docs/module-management.BlacklistedTokensManager.html
+++ b/docs/module-management.BlacklistedTokensManager.html
@@ -991,7 +991,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.BrandingManager.html b/docs/module-management.BrandingManager.html
index 4f22a0dd8..105571457 100644
--- a/docs/module-management.BrandingManager.html
+++ b/docs/module-management.BrandingManager.html
@@ -1770,7 +1770,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ClientGrantsManager.html b/docs/module-management.ClientGrantsManager.html
index 760b6790e..58e10f2f7 100644
--- a/docs/module-management.ClientGrantsManager.html
+++ b/docs/module-management.ClientGrantsManager.html
@@ -1636,7 +1636,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ClientsManager.html b/docs/module-management.ClientsManager.html
index dd944663f..34d0b7f2f 100644
--- a/docs/module-management.ClientsManager.html
+++ b/docs/module-management.ClientsManager.html
@@ -1904,7 +1904,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ConnectionsManager.html b/docs/module-management.ConnectionsManager.html
index 133a454ac..05b8b3ed1 100644
--- a/docs/module-management.ConnectionsManager.html
+++ b/docs/module-management.ConnectionsManager.html
@@ -2269,7 +2269,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.CustomDomainsManager.html b/docs/module-management.CustomDomainsManager.html
index 9e6193d0c..68762fdf6 100644
--- a/docs/module-management.CustomDomainsManager.html
+++ b/docs/module-management.CustomDomainsManager.html
@@ -1731,7 +1731,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.DeviceCredentialsManager.html b/docs/module-management.DeviceCredentialsManager.html
index 7aa1f9585..02bad7d33 100644
--- a/docs/module-management.DeviceCredentialsManager.html
+++ b/docs/module-management.DeviceCredentialsManager.html
@@ -1215,7 +1215,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.EmailProviderManager.html b/docs/module-management.EmailProviderManager.html
index a302c1965..e041aac3b 100644
--- a/docs/module-management.EmailProviderManager.html
+++ b/docs/module-management.EmailProviderManager.html
@@ -1480,7 +1480,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.EmailTemplatesManager.html b/docs/module-management.EmailTemplatesManager.html
index 0ea9f68da..2e493d71d 100644
--- a/docs/module-management.EmailTemplatesManager.html
+++ b/docs/module-management.EmailTemplatesManager.html
@@ -1304,7 +1304,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.GrantsManager.html b/docs/module-management.GrantsManager.html
index 66606abdf..998697c39 100644
--- a/docs/module-management.GrantsManager.html
+++ b/docs/module-management.GrantsManager.html
@@ -1515,7 +1515,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.GuardianManager.html b/docs/module-management.GuardianManager.html
index fba452df6..f7ae68eb1 100644
--- a/docs/module-management.GuardianManager.html
+++ b/docs/module-management.GuardianManager.html
@@ -4920,7 +4920,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.HooksManager.html b/docs/module-management.HooksManager.html
index 0a285ca81..380404bb5 100644
--- a/docs/module-management.HooksManager.html
+++ b/docs/module-management.HooksManager.html
@@ -3099,7 +3099,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.JobsManager.html b/docs/module-management.JobsManager.html
index ce75d27fd..0cc9369fe 100644
--- a/docs/module-management.JobsManager.html
+++ b/docs/module-management.JobsManager.html
@@ -3145,7 +3145,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.LogStreamsManager.html b/docs/module-management.LogStreamsManager.html
index 0416f12c9..b72d8c5ee 100644
--- a/docs/module-management.LogStreamsManager.html
+++ b/docs/module-management.LogStreamsManager.html
@@ -1763,7 +1763,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.LogsManager.html b/docs/module-management.LogsManager.html
index a996ff386..0b7a18496 100644
--- a/docs/module-management.LogsManager.html
+++ b/docs/module-management.LogsManager.html
@@ -1358,7 +1358,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ManagementClient.html b/docs/module-management.ManagementClient.html
index aa0f861d4..19770ab45 100644
--- a/docs/module-management.ManagementClient.html
+++ b/docs/module-management.ManagementClient.html
@@ -39875,7 +39875,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ManagementTokenProvider.html b/docs/module-management.ManagementTokenProvider.html
index 4e5cadb7d..34beebf4a 100644
--- a/docs/module-management.ManagementTokenProvider.html
+++ b/docs/module-management.ManagementTokenProvider.html
@@ -673,7 +673,7 @@ Returns:
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.MigrationsManager.html b/docs/module-management.MigrationsManager.html
index 78c2947cf..368f50720 100644
--- a/docs/module-management.MigrationsManager.html
+++ b/docs/module-management.MigrationsManager.html
@@ -885,7 +885,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.OrganizationsManager.html b/docs/module-management.OrganizationsManager.html
index a5d6add50..6d87ec37d 100644
--- a/docs/module-management.OrganizationsManager.html
+++ b/docs/module-management.OrganizationsManager.html
@@ -6785,7 +6785,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.PromptsManager.html b/docs/module-management.PromptsManager.html
index 834b267dc..9386a2047 100644
--- a/docs/module-management.PromptsManager.html
+++ b/docs/module-management.PromptsManager.html
@@ -2249,7 +2249,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.ResourceServersManager.html b/docs/module-management.ResourceServersManager.html
index 52d388025..5d5f71f2f 100644
--- a/docs/module-management.ResourceServersManager.html
+++ b/docs/module-management.ResourceServersManager.html
@@ -1904,7 +1904,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.RetryRestClient.html b/docs/module-management.RetryRestClient.html
index 83a1cbed3..a521f188b 100644
--- a/docs/module-management.RetryRestClient.html
+++ b/docs/module-management.RetryRestClient.html
@@ -306,13 +306,13 @@ Parameters:
- 10
+ 3
- The maximum amount of times to retry the operation. Default is 10.
+ The maximum amount of times to retry the operation. Default is 3.
@@ -417,7 +417,7 @@ Parameters:
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.RolesManager.html b/docs/module-management.RolesManager.html
index 557630d55..7fa04f716 100644
--- a/docs/module-management.RolesManager.html
+++ b/docs/module-management.RolesManager.html
@@ -4365,7 +4365,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.RulesConfigsManager.html b/docs/module-management.RulesConfigsManager.html
index 1d1963674..387470545 100644
--- a/docs/module-management.RulesConfigsManager.html
+++ b/docs/module-management.RulesConfigsManager.html
@@ -1317,7 +1317,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.RulesManager.html b/docs/module-management.RulesManager.html
index 79a65d256..3289995fb 100644
--- a/docs/module-management.RulesManager.html
+++ b/docs/module-management.RulesManager.html
@@ -1910,7 +1910,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.StatsManager.html b/docs/module-management.StatsManager.html
index 02cb9b4ce..9db93080d 100644
--- a/docs/module-management.StatsManager.html
+++ b/docs/module-management.StatsManager.html
@@ -919,7 +919,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.TenantManager.html b/docs/module-management.TenantManager.html
index a89e7363e..10afaafd8 100644
--- a/docs/module-management.TenantManager.html
+++ b/docs/module-management.TenantManager.html
@@ -871,7 +871,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.TicketsManager.html b/docs/module-management.TicketsManager.html
index de515122f..b1e7d59c1 100644
--- a/docs/module-management.TicketsManager.html
+++ b/docs/module-management.TicketsManager.html
@@ -1578,7 +1578,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.UserBlocksManager.html b/docs/module-management.UserBlocksManager.html
index 2fd8fafa5..42651ebb9 100644
--- a/docs/module-management.UserBlocksManager.html
+++ b/docs/module-management.UserBlocksManager.html
@@ -1432,7 +1432,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.UsersManager.html b/docs/module-management.UsersManager.html
index 799c2d535..412089efe 100644
--- a/docs/module-management.UsersManager.html
+++ b/docs/module-management.UsersManager.html
@@ -6548,7 +6548,7 @@ Example
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-management.html b/docs/module-management.html
index 3ce463522..9b3e10716 100644
--- a/docs/module-management.html
+++ b/docs/module-management.html
@@ -180,7 +180,7 @@ Classes
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/module-utils.html b/docs/module-utils.html
index 07693ee02..8776b6b7f 100644
--- a/docs/module-utils.html
+++ b/docs/module-utils.html
@@ -363,7 +363,7 @@ (static)
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/docs/utils.js.html b/docs/utils.js.html
index 5a187dca3..6907f33e9 100644
--- a/docs/utils.js.html
+++ b/docs/utils.js.html
@@ -140,7 +140,7 @@ utils.js
- Generated by JSDoc 3.6.7 on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
+ Generated by JSDoc 3.6.7 on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
diff --git a/package.json b/package.json
index 44e1fb338..04080e570 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0",
- "version": "2.36.0",
+ "version": "2.36.1",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"sideEffects": false,