diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b008b95..1024db8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v2.44.0](https://github.com/auth0/node-auth0/tree/v2.44.0) (2022-10-11) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.43.0...v2.44.0) + +**Added** + +- [SDK-3653] Add proxy support to Management Client [\#747](https://github.com/auth0/node-auth0/pull/747) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v2.43.0](https://github.com/auth0/node-auth0/tree/v2.43.0) (2022-10-10) [Full Changelog](https://github.com/auth0/node-auth0/compare/v2.42.0...v2.43.0) diff --git a/docs/ActionsManager.html b/docs/ActionsManager.html index 7e772923d..12254c689 100644 --- a/docs/ActionsManager.html +++ b/docs/ActionsManager.html @@ -4937,7 +4937,7 @@
Example

diff --git a/docs/AttackProtectionManager.html b/docs/AttackProtectionManager.html index 52720de8a..b90fea200 100644 --- a/docs/AttackProtectionManager.html +++ b/docs/AttackProtectionManager.html @@ -1807,7 +1807,7 @@
Example

diff --git a/docs/AuthenticationClient.html b/docs/AuthenticationClient.html index 383ccfb6a..d0242de48 100644 --- a/docs/AuthenticationClient.html +++ b/docs/AuthenticationClient.html @@ -4622,7 +4622,7 @@
Examples

diff --git a/docs/BlacklistedTokensManager.html b/docs/BlacklistedTokensManager.html index a1ad8ac63..1cb7a5d47 100644 --- a/docs/BlacklistedTokensManager.html +++ b/docs/BlacklistedTokensManager.html @@ -915,7 +915,7 @@
Example

diff --git a/docs/BrandingManager.html b/docs/BrandingManager.html index dbbe16b93..ffe05707d 100644 --- a/docs/BrandingManager.html +++ b/docs/BrandingManager.html @@ -3097,7 +3097,7 @@
Example

diff --git a/docs/ClientGrantsManager.html b/docs/ClientGrantsManager.html index fc805b1de..588b6a7fc 100644 --- a/docs/ClientGrantsManager.html +++ b/docs/ClientGrantsManager.html @@ -1560,7 +1560,7 @@
Example

diff --git a/docs/ClientsManager.html b/docs/ClientsManager.html index ae682087f..56b2a3693 100644 --- a/docs/ClientsManager.html +++ b/docs/ClientsManager.html @@ -763,7 +763,7 @@

deleteSource:
@@ -1032,7 +1032,7 @@

getSource:
@@ -1152,6 +1152,58 @@
Parameters:
+ + + + fields + + + + + +string + + + + + + + + + + +

Comma-separated list of fields to include or exclude (based on value provided for include_fields).

+ + + + + + + + + include_fields + + + + + +string + + + + + + + + + + +

Whether specified fields are to be included (true) or excluded (false).

+ + + + + @@ -1628,7 +1680,7 @@

rot
Source:
@@ -1851,7 +1903,7 @@

updateSource:
@@ -2126,7 +2178,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/ConnectionsManager.html b/docs/ConnectionsManager.html index 26979d700..24378610b 100644 --- a/docs/ConnectionsManager.html +++ b/docs/ConnectionsManager.html @@ -2468,7 +2468,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/CustomDomainsManager.html b/docs/CustomDomainsManager.html index 00740d521..7ae863977 100644 --- a/docs/CustomDomainsManager.html +++ b/docs/CustomDomainsManager.html @@ -1655,7 +1655,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/DatabaseAuthenticator.html b/docs/DatabaseAuthenticator.html index 8819e83e3..6c16c9673 100644 --- a/docs/DatabaseAuthenticator.html +++ b/docs/DatabaseAuthenticator.html @@ -1686,7 +1686,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/DeviceCredentialsManager.html b/docs/DeviceCredentialsManager.html index f7d33a60b..3489b19ad 100644 --- a/docs/DeviceCredentialsManager.html +++ b/docs/DeviceCredentialsManager.html @@ -1139,7 +1139,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/EmailProviderManager.html b/docs/EmailProviderManager.html index 896be5e64..93f6f55bb 100644 --- a/docs/EmailProviderManager.html +++ b/docs/EmailProviderManager.html @@ -1404,7 +1404,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/EmailTemplatesManager.html b/docs/EmailTemplatesManager.html index 0d2048eee..372ece622 100644 --- a/docs/EmailTemplatesManager.html +++ b/docs/EmailTemplatesManager.html @@ -1228,7 +1228,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/GrantsManager.html b/docs/GrantsManager.html index 262f8964a..bc420ebe0 100644 --- a/docs/GrantsManager.html +++ b/docs/GrantsManager.html @@ -1139,7 +1139,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/GuardianManager.html b/docs/GuardianManager.html index 92c74eb03..759b1eb44 100644 --- a/docs/GuardianManager.html +++ b/docs/GuardianManager.html @@ -4919,7 +4919,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/HooksManager.html b/docs/HooksManager.html index 10a260151..0c18a7d9c 100644 --- a/docs/HooksManager.html +++ b/docs/HooksManager.html @@ -3023,7 +3023,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/JobsManager.html b/docs/JobsManager.html index 605dbe4d7..4083f83b5 100644 --- a/docs/JobsManager.html +++ b/docs/JobsManager.html @@ -2870,7 +2870,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/LogStreamsManager.html b/docs/LogStreamsManager.html index 4b81c1b9e..936e0bac3 100644 --- a/docs/LogStreamsManager.html +++ b/docs/LogStreamsManager.html @@ -1687,7 +1687,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/LogsManager.html b/docs/LogsManager.html index 926d83426..7eedf5f28 100644 --- a/docs/LogsManager.html +++ b/docs/LogsManager.html @@ -1282,7 +1282,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/ManagementClient.html b/docs/ManagementClient.html index c6f935e10..0ab05506b 100644 --- a/docs/ManagementClient.html +++ b/docs/ManagementClient.html @@ -639,6 +639,46 @@
Parameters:
+ + + proxy + + + + + +string + + + + + + + + + <optional>
+ + + + + + + + + + + + + + + +

Add the superagent-proxy dependency and specify a proxy url eg 'https://myproxy.com:1234'

+ + + + + + includeResponseHeaders @@ -647,7 +687,7 @@
Parameters:
-object +boolean @@ -801,7 +841,7 @@

actionsSource:
@@ -875,7 +915,7 @@

attac
Source:
@@ -950,7 +990,7 @@

blac
Source:
@@ -1025,7 +1065,7 @@

brandingSource:
@@ -1100,7 +1140,7 @@

clientGra
Source:
@@ -1175,7 +1215,7 @@

clientsSource:
@@ -1250,7 +1290,7 @@

connection
Source:
@@ -1325,7 +1365,7 @@

customDo
Source:
@@ -1400,7 +1440,7 @@

devi
Source:
@@ -1475,7 +1515,7 @@

emailPro
Source:
@@ -1550,7 +1590,7 @@

emailTe
Source:
@@ -1625,7 +1665,7 @@

grantsSource:
@@ -1700,7 +1740,7 @@

guardianSource:
@@ -1775,7 +1815,7 @@

hooksSource:
@@ -1849,7 +1889,7 @@

jobsSource:
@@ -1923,7 +1963,7 @@

logsSource:
@@ -1997,7 +2037,7 @@

logStreams<
Source:
@@ -2071,7 +2111,7 @@

migrations<
Source:
@@ -2145,7 +2185,7 @@

organiza
Source:
@@ -2219,7 +2259,7 @@

promptsSource:
@@ -2294,7 +2334,7 @@

resour
Source:
@@ -2369,7 +2409,7 @@

rolesSource:
@@ -2444,7 +2484,7 @@

rulesSource:
@@ -2518,7 +2558,7 @@

rulesConf
Source:
@@ -2592,7 +2632,7 @@

statsSource:
@@ -2666,7 +2706,7 @@

tenantSource:
@@ -2740,7 +2780,7 @@

ticketsSource:
@@ -2815,7 +2855,7 @@

userBlocks<
Source:
@@ -2890,7 +2930,7 @@

usersSource:
@@ -2974,7 +3014,7 @@

addHook
Source:
@@ -3279,7 +3319,7 @@

a
Source:
@@ -3658,7 +3698,7 @@

Source:
@@ -4015,7 +4055,7 @@

assi
Source:
@@ -4372,7 +4412,7 @@

assi
Source:
@@ -4755,7 +4795,7 @@

blackli
Source:
@@ -5055,7 +5095,7 @@

Source:
@@ -5273,7 +5313,7 @@

createCli
Source:
@@ -5491,7 +5531,7 @@

crea
Source:
@@ -5709,7 +5749,7 @@

creat
Source:
@@ -5927,7 +5967,7 @@

cre
Source:
@@ -6145,7 +6185,7 @@

Source:
@@ -6363,7 +6403,7 @@

cr
Source:
@@ -6579,7 +6619,7 @@

Source:
@@ -6763,7 +6803,7 @@

Source:
@@ -6943,7 +6983,7 @@

createHook<
Source:
@@ -7161,7 +7201,7 @@

create
Source:
@@ -7379,7 +7419,7 @@

Source:
@@ -7571,7 +7611,7 @@

c
Source:
@@ -7789,7 +7829,7 @@

createRole<
Source:
@@ -8008,7 +8048,7 @@

createRule<
Source:
@@ -8226,7 +8266,7 @@

createUser<
Source:
@@ -8446,7 +8486,7 @@

deleteA
Source:
@@ -8630,7 +8670,7 @@

Source:
@@ -8880,7 +8920,7 @@

deleteCli
Source:
@@ -9149,7 +9189,7 @@

dele
Source:
@@ -9418,7 +9458,7 @@

delet
Source:
@@ -9687,7 +9727,7 @@

del
Source:
@@ -9956,7 +9996,7 @@

Source:
@@ -10227,7 +10267,7 @@

de
Source:
@@ -10411,7 +10451,7 @@

deleteGran
Source:
@@ -10711,7 +10751,7 @@

Source:
@@ -10980,7 +11020,7 @@

deleteHook<
Source:
@@ -11249,7 +11289,7 @@

delete
Source:
@@ -11518,7 +11558,7 @@

d
Source:
@@ -11787,7 +11827,7 @@

deleteRole<
Source:
@@ -12056,7 +12096,7 @@

deleteRule<
Source:
@@ -12325,7 +12365,7 @@

dele
Source:
@@ -12594,7 +12634,7 @@

deleteUser<
Source:
@@ -12863,7 +12903,7 @@

Source:
@@ -13164,7 +13204,7 @@

Source:
@@ -13461,7 +13501,7 @@

exportUser
Source:
@@ -13875,7 +13915,7 @@

getAcce
Source:
@@ -13983,7 +14023,7 @@

ge
Source:
@@ -14167,7 +14207,7 @@

g
Source:
@@ -14347,7 +14387,7 @@

ge
Source:
@@ -14600,7 +14640,7 @@

Source:
@@ -14853,7 +14893,7 @@

getClientSource:
@@ -14973,6 +15013,58 @@
Parameters:
+ + + + fields + + + + + +string + + + + + + + + + + +

Comma-separated list of fields to include or exclude (based on value provided for include_fields).

+ + + + + + + + + include_fields + + + + + +string + + + + + + + + + + +

Whether specified fields are to be included (true) or excluded (false).

+ + + + + @@ -15122,7 +15214,7 @@

getCli
Source:
@@ -15449,7 +15541,7 @@

getClients<
Source:
@@ -15776,7 +15868,7 @@

getConne
Source:
@@ -16045,7 +16137,7 @@

getConn
Source:
@@ -16372,7 +16464,7 @@

getCus
Source:
@@ -16641,7 +16733,7 @@

getCu
Source:
@@ -16757,7 +16849,7 @@

Source:
@@ -17050,7 +17142,7 @@

getDaily
Source:
@@ -17350,7 +17442,7 @@

g
Source:
@@ -17566,7 +17658,7 @@

getEm
Source:
@@ -17881,7 +17973,7 @@

getEm
Source:
@@ -18150,7 +18242,7 @@

getGrantsSource:
@@ -18554,7 +18646,7 @@

Source:
@@ -18819,7 +18911,7 @@

Source:
@@ -19084,7 +19176,7 @@

Source:
@@ -19298,7 +19390,7 @@

get
Source:
@@ -19478,7 +19570,7 @@

Source:
@@ -19692,7 +19784,7 @@

Source:
@@ -19906,7 +19998,7 @@

Source:
@@ -20086,7 +20178,7 @@

Source:
@@ -20266,7 +20358,7 @@

ge
Source:
@@ -20446,7 +20538,7 @@

getHookSource:
@@ -20715,7 +20807,7 @@

getHooksSource:
@@ -21042,7 +21134,7 @@

getHook
Source:
@@ -21312,7 +21404,7 @@

getJobSource:
@@ -21586,7 +21678,7 @@

getJobErr
Source:
@@ -21860,7 +21952,7 @@

getLogSource:
@@ -22129,7 +22221,7 @@

getLogsSource:
@@ -22636,7 +22728,7 @@

getLogStr
Source:
@@ -22908,7 +23000,7 @@

getLogSt
Source:
@@ -23079,7 +23171,7 @@

getMigra
Source:
@@ -23264,7 +23356,7 @@

g
Source:
@@ -23488,7 +23580,7 @@

get
Source:
@@ -23668,7 +23760,7 @@

getR
Source:
@@ -23937,7 +24029,7 @@

get
Source:
@@ -24264,7 +24356,7 @@

getRoleSource:
@@ -24533,7 +24625,7 @@

getRolesSource:
@@ -24860,7 +24952,7 @@

getRuleSource:
@@ -25129,7 +25221,7 @@

getRulesSource:
@@ -25456,7 +25548,7 @@

getRul
Source:
@@ -25640,7 +25732,7 @@

getT
Source:
@@ -25824,7 +25916,7 @@

getUserSource:
@@ -26089,7 +26181,7 @@

getUserB
Source:
@@ -26358,7 +26450,7 @@

Source:
@@ -26627,7 +26719,7 @@

getUserLog
Source:
@@ -27002,7 +27094,7 @@

get
Source:
@@ -27377,7 +27469,7 @@

getUserRo
Source:
@@ -27752,7 +27844,7 @@

getUsersSource:
@@ -28153,7 +28245,7 @@

getUse
Source:
@@ -28509,7 +28601,7 @@

getUser
Source:
@@ -28881,7 +28973,7 @@

importUser
Source:
@@ -29309,7 +29401,7 @@

importU
Source:
@@ -29735,7 +29827,7 @@

Source:
@@ -30004,7 +30096,7 @@

linkUsersSource:
@@ -30391,7 +30483,7 @@

Source:
@@ -30656,7 +30748,7 @@

remo
Source:
@@ -30961,7 +31053,7 @@

Source:
@@ -31340,7 +31432,7 @@

Source:
@@ -31697,7 +31789,7 @@

re
Source:
@@ -32054,7 +32146,7 @@

Source:
@@ -32520,7 +32612,7 @@

Source:
@@ -32770,7 +32862,7 @@

setRule
Source:
@@ -33127,7 +33219,7 @@

unblockUse
Source:
@@ -33396,7 +33488,7 @@

Source:
@@ -33665,7 +33757,7 @@

unlinkUser
Source:
@@ -33988,7 +34080,7 @@

upda
Source:
@@ -34297,7 +34389,7 @@

Source:
@@ -34550,7 +34642,7 @@

updateCli
Source:
@@ -34856,7 +34948,7 @@

upda
Source:
@@ -35166,7 +35258,7 @@

updat
Source:
@@ -35472,7 +35564,7 @@

Source:
@@ -35791,7 +35883,7 @@

up
Source:
@@ -36044,7 +36136,7 @@

up
Source:
@@ -36350,7 +36442,7 @@

u
Source:
@@ -36600,7 +36692,7 @@

Source:
@@ -36852,7 +36944,7 @@

Source:
@@ -37103,7 +37195,7 @@

Source:
@@ -37354,7 +37446,7 @@

Source:
@@ -37655,7 +37747,7 @@

Source:
@@ -37956,7 +38048,7 @@

Source:
@@ -38206,7 +38298,7 @@

updateHook<
Source:
@@ -38511,7 +38603,7 @@

upda
Source:
@@ -38816,7 +38908,7 @@

update
Source:
@@ -39121,7 +39213,7 @@

updat
Source:
@@ -39341,7 +39433,7 @@

Source:
@@ -39557,7 +39649,7 @@

u
Source:
@@ -39863,7 +39955,7 @@

updateRole<
Source:
@@ -40168,7 +40260,7 @@

updateRule<
Source:
@@ -40473,7 +40565,7 @@

u
Source:
@@ -40689,7 +40781,7 @@

updateUser<
Source:
@@ -40995,7 +41087,7 @@

upd
Source:
@@ -41304,7 +41396,7 @@

ver
Source:
@@ -41542,7 +41634,7 @@

Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/ManagementTokenProvider.html b/docs/ManagementTokenProvider.html index 1e1368e63..706d5eed7 100644 --- a/docs/ManagementTokenProvider.html +++ b/docs/ManagementTokenProvider.html @@ -671,7 +671,7 @@
Returns:

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/MigrationsManager.html b/docs/MigrationsManager.html index 3e3ba7115..54ed9e7c7 100644 --- a/docs/MigrationsManager.html +++ b/docs/MigrationsManager.html @@ -913,7 +913,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/OAUthWithIDTokenValidation.html b/docs/OAUthWithIDTokenValidation.html index 73f61a439..7f37f1270 100644 --- a/docs/OAUthWithIDTokenValidation.html +++ b/docs/OAUthWithIDTokenValidation.html @@ -692,7 +692,7 @@
Returns:

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/OAuthAuthenticator.html b/docs/OAuthAuthenticator.html index a75cb0195..daf427752 100644 --- a/docs/OAuthAuthenticator.html +++ b/docs/OAuthAuthenticator.html @@ -2169,7 +2169,7 @@
Returns:

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/OrganizationsManager.html b/docs/OrganizationsManager.html index a97046942..c27e5a168 100644 --- a/docs/OrganizationsManager.html +++ b/docs/OrganizationsManager.html @@ -7826,7 +7826,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/PasswordlessAuthenticator.html b/docs/PasswordlessAuthenticator.html index 6c0a15fb8..010506d88 100644 --- a/docs/PasswordlessAuthenticator.html +++ b/docs/PasswordlessAuthenticator.html @@ -1804,7 +1804,7 @@
Examples

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/PromptsManager.html b/docs/PromptsManager.html index 46d81207b..a4f00704a 100644 --- a/docs/PromptsManager.html +++ b/docs/PromptsManager.html @@ -1635,7 +1635,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/ResourceServersManager.html b/docs/ResourceServersManager.html index 56c9def09..aeaa0f271 100644 --- a/docs/ResourceServersManager.html +++ b/docs/ResourceServersManager.html @@ -1828,7 +1828,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/RestClient%0A%7B@link%20https___github.com_ngonzalvez_rest-facade%7Dexternal_.html b/docs/RestClient%0A%7B@link%20https___github.com_ngonzalvez_rest-facade%7Dexternal_.html index 9f2dcb62c..99d7e7621 100644 --- a/docs/RestClient%0A%7B@link%20https___github.com_ngonzalvez_rest-facade%7Dexternal_.html +++ b/docs/RestClient%0A%7B@link%20https___github.com_ngonzalvez_rest-facade%7Dexternal_.html @@ -136,7 +136,7 @@


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/RetryRestClient.html b/docs/RetryRestClient.html index c0627f816..5047ad3be 100644 --- a/docs/RetryRestClient.html +++ b/docs/RetryRestClient.html @@ -377,7 +377,7 @@

Parameters:

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/RetryRestClient.js.html b/docs/RetryRestClient.js.html index 9ce5216ef..a7ce39ec5 100644 --- a/docs/RetryRestClient.js.html +++ b/docs/RetryRestClient.js.html @@ -157,7 +157,7 @@

RetryRestClient.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/RolesManager.html b/docs/RolesManager.html index 7f48d5504..b1938e6ce 100644 --- a/docs/RolesManager.html +++ b/docs/RolesManager.html @@ -3633,7 +3633,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/RulesConfigsManager.html b/docs/RulesConfigsManager.html index 34fc26535..f821d9d60 100644 --- a/docs/RulesConfigsManager.html +++ b/docs/RulesConfigsManager.html @@ -1241,7 +1241,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/RulesManager.html b/docs/RulesManager.html index 629ca5911..e93a573ff 100644 --- a/docs/RulesManager.html +++ b/docs/RulesManager.html @@ -1834,7 +1834,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/StatsManager.html b/docs/StatsManager.html index b1312ec59..5217a390b 100644 --- a/docs/StatsManager.html +++ b/docs/StatsManager.html @@ -918,7 +918,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/TenantManager.html b/docs/TenantManager.html index 1814397db..c2db3ef9b 100644 --- a/docs/TenantManager.html +++ b/docs/TenantManager.html @@ -870,7 +870,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/TicketsManager.html b/docs/TicketsManager.html index ff8301236..9773a4f44 100644 --- a/docs/TicketsManager.html +++ b/docs/TicketsManager.html @@ -1577,7 +1577,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/TokensManager.html b/docs/TokensManager.html index d389c9244..ee5709b15 100644 --- a/docs/TokensManager.html +++ b/docs/TokensManager.html @@ -1366,7 +1366,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/UserBlocksManager.html b/docs/UserBlocksManager.html index c87bbef60..0e530e903 100644 --- a/docs/UserBlocksManager.html +++ b/docs/UserBlocksManager.html @@ -1431,7 +1431,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/UsersManager.html b/docs/UsersManager.html index d73d86cdd..a6d8dd169 100644 --- a/docs/UsersManager.html +++ b/docs/UsersManager.html @@ -17216,7 +17216,7 @@
Example

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_DatabaseAuthenticator.js.html b/docs/auth_DatabaseAuthenticator.js.html index 867fcaa77..bbbcb51c1 100644 --- a/docs/auth_DatabaseAuthenticator.js.html +++ b/docs/auth_DatabaseAuthenticator.js.html @@ -332,7 +332,7 @@

auth/DatabaseAuthenticator.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_OAUthWithIDTokenValidation.js.html b/docs/auth_OAUthWithIDTokenValidation.js.html index 5b879f5ff..221bec23b 100644 --- a/docs/auth_OAUthWithIDTokenValidation.js.html +++ b/docs/auth_OAUthWithIDTokenValidation.js.html @@ -176,7 +176,7 @@

auth/OAUthWithIDTokenValidation.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_OAuthAuthenticator.js.html b/docs/auth_OAuthAuthenticator.js.html index db716e1d6..53bdebd46 100644 --- a/docs/auth_OAuthAuthenticator.js.html +++ b/docs/auth_OAuthAuthenticator.js.html @@ -443,7 +443,7 @@

auth/OAuthAuthenticator.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_PasswordlessAuthenticator.js.html b/docs/auth_PasswordlessAuthenticator.js.html index 115750bce..30b134800 100644 --- a/docs/auth_PasswordlessAuthenticator.js.html +++ b/docs/auth_PasswordlessAuthenticator.js.html @@ -338,7 +338,7 @@

auth/PasswordlessAuthenticator.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_TokensManager.js.html b/docs/auth_TokensManager.js.html index 70bfefcbf..40d0d7706 100644 --- a/docs/auth_TokensManager.js.html +++ b/docs/auth_TokensManager.js.html @@ -294,7 +294,7 @@

auth/TokensManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_UsersManager.js.html b/docs/auth_UsersManager.js.html index 7f7256fce..50790e2c7 100644 --- a/docs/auth_UsersManager.js.html +++ b/docs/auth_UsersManager.js.html @@ -213,7 +213,7 @@

auth/UsersManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_idToken.js.html b/docs/auth_idToken.js.html index 7b9ad00aa..80c02ab25 100644 --- a/docs/auth_idToken.js.html +++ b/docs/auth_idToken.js.html @@ -219,7 +219,7 @@

auth/idToken.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/auth_index.js.html b/docs/auth_index.js.html index 5e9ea6fb5..323da0b43 100644 --- a/docs/auth_index.js.html +++ b/docs/auth_index.js.html @@ -619,7 +619,7 @@

auth/index.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/errors.js.html b/docs/errors.js.html index 88cdd2f8b..e806a9d29 100644 --- a/docs/errors.js.html +++ b/docs/errors.js.html @@ -112,7 +112,7 @@

errors.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/external-RestClient.html b/docs/external-RestClient.html index b8900f155..a13b53910 100644 --- a/docs/external-RestClient.html +++ b/docs/external-RestClient.html @@ -140,7 +140,7 @@


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/global.html b/docs/global.html index 174aa2737..ee9957aa4 100644 --- a/docs/global.html +++ b/docs/global.html @@ -976,7 +976,7 @@

Returns:

- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/index.html b/docs/index.html index 29cc7158e..893e95fea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -191,7 +191,7 @@

License


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/index.js.html b/docs/index.js.html index 7101a9079..cd64cf17e 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -63,7 +63,7 @@

index.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_ActionsManager.js.html b/docs/management_ActionsManager.js.html index 5b4142131..8425a23fd 100644 --- a/docs/management_ActionsManager.js.html +++ b/docs/management_ActionsManager.js.html @@ -578,7 +578,7 @@

management/ActionsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_AttackProtectionManager.js.html b/docs/management_AttackProtectionManager.js.html index 093ed8a5e..be052dbf3 100644 --- a/docs/management_AttackProtectionManager.js.html +++ b/docs/management_AttackProtectionManager.js.html @@ -210,7 +210,7 @@

management/AttackProtectionManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_BlacklistedTokensManager.js.html b/docs/management_BlacklistedTokensManager.js.html index aab3fc469..adcc15738 100644 --- a/docs/management_BlacklistedTokensManager.js.html +++ b/docs/management_BlacklistedTokensManager.js.html @@ -119,7 +119,7 @@

management/BlacklistedTokensManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_BrandingManager.js.html b/docs/management_BrandingManager.js.html index 8ee2b1be5..d8ba67ceb 100644 --- a/docs/management_BrandingManager.js.html +++ b/docs/management_BrandingManager.js.html @@ -302,7 +302,7 @@

management/BrandingManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_ClientGrantsManager.js.html b/docs/management_ClientGrantsManager.js.html index f74a7c981..ff703999c 100644 --- a/docs/management_ClientGrantsManager.js.html +++ b/docs/management_ClientGrantsManager.js.html @@ -176,7 +176,7 @@

management/ClientGrantsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_ClientsManager.js.html b/docs/management_ClientsManager.js.html index 8538cdf86..19effd20f 100644 --- a/docs/management_ClientsManager.js.html +++ b/docs/management_ClientsManager.js.html @@ -139,6 +139,8 @@

management/ClientsManager.js

* }); * @param {object} params Client parameters. * @param {string} params.client_id Application client ID. + * @param {string} params.fields Comma-separated list of fields to include or exclude (based on value provided for include_fields). + * @param {string} params.include_fields Whether specified fields are to be included (true) or excluded (false). * @param {Function} [cb] Callback function. * @returns {Promise|undefined} */ @@ -234,7 +236,7 @@

management/ClientsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_ConnectionsManager.js.html b/docs/management_ConnectionsManager.js.html index 778aff7ff..6caa4954a 100644 --- a/docs/management_ConnectionsManager.js.html +++ b/docs/management_ConnectionsManager.js.html @@ -260,7 +260,7 @@

management/ConnectionsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_CustomDomainsManager.js.html b/docs/management_CustomDomainsManager.js.html index 0298b64d2..bcd4a85b6 100644 --- a/docs/management_CustomDomainsManager.js.html +++ b/docs/management_CustomDomainsManager.js.html @@ -193,7 +193,7 @@

management/CustomDomainsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_DeviceCredentialsManager.js.html b/docs/management_DeviceCredentialsManager.js.html index c3e554e84..6e2981a8c 100644 --- a/docs/management_DeviceCredentialsManager.js.html +++ b/docs/management_DeviceCredentialsManager.js.html @@ -143,7 +143,7 @@

management/DeviceCredentialsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_EmailProviderManager.js.html b/docs/management_EmailProviderManager.js.html index f3d91295d..c3da68102 100644 --- a/docs/management_EmailProviderManager.js.html +++ b/docs/management_EmailProviderManager.js.html @@ -153,7 +153,7 @@

management/EmailProviderManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_EmailTemplatesManager.js.html b/docs/management_EmailTemplatesManager.js.html index 7c26450ab..7426db2bd 100644 --- a/docs/management_EmailTemplatesManager.js.html +++ b/docs/management_EmailTemplatesManager.js.html @@ -142,7 +142,7 @@

management/EmailTemplatesManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_GrantsManager.js.html b/docs/management_GrantsManager.js.html index 4507a0230..b5162198e 100644 --- a/docs/management_GrantsManager.js.html +++ b/docs/management_GrantsManager.js.html @@ -136,7 +136,7 @@

management/GrantsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_GuardianManager.js.html b/docs/management_GuardianManager.js.html index 57791e6c8..8157c8736 100644 --- a/docs/management_GuardianManager.js.html +++ b/docs/management_GuardianManager.js.html @@ -413,7 +413,7 @@

management/GuardianManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_HooksManager.js.html b/docs/management_HooksManager.js.html index bfb142995..8a2eff1e7 100644 --- a/docs/management_HooksManager.js.html +++ b/docs/management_HooksManager.js.html @@ -347,7 +347,7 @@

management/HooksManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_JobsManager.js.html b/docs/management_JobsManager.js.html index 9c557cf1a..6303f528c 100644 --- a/docs/management_JobsManager.js.html +++ b/docs/management_JobsManager.js.html @@ -376,7 +376,7 @@

management/JobsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_LogStreamsManager.js.html b/docs/management_LogStreamsManager.js.html index 53c069c80..f780cfba5 100644 --- a/docs/management_LogStreamsManager.js.html +++ b/docs/management_LogStreamsManager.js.html @@ -188,7 +188,7 @@

management/LogStreamsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_LogsManager.js.html b/docs/management_LogsManager.js.html index deb40a981..0685ee3f0 100644 --- a/docs/management_LogsManager.js.html +++ b/docs/management_LogsManager.js.html @@ -134,7 +134,7 @@

management/LogsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_ManagementTokenProvider.js.html b/docs/management_ManagementTokenProvider.js.html index 147d9c74f..69a56c623 100644 --- a/docs/management_ManagementTokenProvider.js.html +++ b/docs/management_ManagementTokenProvider.js.html @@ -187,7 +187,7 @@

management/ManagementTokenProvider.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_MigrationsManager.js.html b/docs/management_MigrationsManager.js.html index bbc3369cf..e121b0e22 100644 --- a/docs/management_MigrationsManager.js.html +++ b/docs/management_MigrationsManager.js.html @@ -128,7 +128,7 @@

management/MigrationsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_OrganizationsManager.js.html b/docs/management_OrganizationsManager.js.html index 331b4ed14..ed82ac678 100644 --- a/docs/management_OrganizationsManager.js.html +++ b/docs/management_OrganizationsManager.js.html @@ -773,7 +773,7 @@

management/OrganizationsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_PromptsManager.js.html b/docs/management_PromptsManager.js.html index ae3e9c681..e0b70594f 100644 --- a/docs/management_PromptsManager.js.html +++ b/docs/management_PromptsManager.js.html @@ -214,7 +214,7 @@

management/PromptsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_ResourceServersManager.js.html b/docs/management_ResourceServersManager.js.html index 4860ca116..691d7fda7 100644 --- a/docs/management_ResourceServersManager.js.html +++ b/docs/management_ResourceServersManager.js.html @@ -195,7 +195,7 @@

management/ResourceServersManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_RolesManager.js.html b/docs/management_RolesManager.js.html index 3ac0b2add..ecb6372c4 100644 --- a/docs/management_RolesManager.js.html +++ b/docs/management_RolesManager.js.html @@ -381,7 +381,7 @@

management/RolesManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_RulesConfigsManager.js.html b/docs/management_RulesConfigsManager.js.html index 855c0aea6..3cc98e33e 100644 --- a/docs/management_RulesConfigsManager.js.html +++ b/docs/management_RulesConfigsManager.js.html @@ -138,7 +138,7 @@

management/RulesConfigsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_RulesManager.js.html b/docs/management_RulesManager.js.html index a4a8422c2..8533dcf1f 100644 --- a/docs/management_RulesManager.js.html +++ b/docs/management_RulesManager.js.html @@ -200,7 +200,7 @@

management/RulesManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_StatsManager.js.html b/docs/management_StatsManager.js.html index 3e480323b..8bbe98810 100644 --- a/docs/management_StatsManager.js.html +++ b/docs/management_StatsManager.js.html @@ -136,7 +136,7 @@

management/StatsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_TenantManager.js.html b/docs/management_TenantManager.js.html index b5b5aaf98..fb416eabb 100644 --- a/docs/management_TenantManager.js.html +++ b/docs/management_TenantManager.js.html @@ -128,7 +128,7 @@

management/TenantManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_TicketsManager.js.html b/docs/management_TicketsManager.js.html index 693912eac..56ed730c9 100644 --- a/docs/management_TicketsManager.js.html +++ b/docs/management_TicketsManager.js.html @@ -156,7 +156,7 @@

management/TicketsManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_UserBlocksManager.js.html b/docs/management_UserBlocksManager.js.html index bcaa7e1d8..791988cd6 100644 --- a/docs/management_UserBlocksManager.js.html +++ b/docs/management_UserBlocksManager.js.html @@ -173,7 +173,7 @@

management/UserBlocksManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_UsersManager.js.html b/docs/management_UsersManager.js.html index 06da1c23f..16ebb16ad 100644 --- a/docs/management_UsersManager.js.html +++ b/docs/management_UsersManager.js.html @@ -814,7 +814,7 @@

management/UsersManager.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_index.js.html b/docs/management_index.js.html index 68246dcd4..aec442036 100644 --- a/docs/management_index.js.html +++ b/docs/management_index.js.html @@ -132,7 +132,8 @@

management/index.js

* @param {boolean} [options.retry.enabled=true] Enabled or Disable Retry Policy functionality. * @param {number} [options.retry.maxRetries=10] Retry failed requests X times. * @param {object} [options.headers] Additional headers that will be added to the outgoing requests. - * @param {object} [options.includeResponseHeaders] Include the response headers in the payload in the format `{ data, headers }`. + * @param {string} [options.proxy] Add the `superagent-proxy` dependency and specify a proxy url eg 'https://myproxy.com:1234' + * @param {boolean} [options.includeResponseHeaders] Include the response headers in the payload in the format `{ data, headers }`. */ constructor(options) { if (!options || typeof options !== 'object') { @@ -191,6 +192,7 @@

management/index.js

managerOptions.retry = options.retry; managerOptions.includeResponseHeaders = options.includeResponseHeaders; + managerOptions.proxy = options.proxy; /** * Simple abstraction for performing CRUD operations on the @@ -567,6 +569,8 @@

management/index.js

* }); * @param {object} params Client parameters. * @param {string} params.client_id Application client ID. + * @param {string} params.fields Comma-separated list of fields to include or exclude (based on value provided for include_fields). + * @param {string} params.include_fields Whether specified fields are to be included (true) or excluded (false). * @param {Function} [cb] Callback function. * @returns {Promise|undefined} */ @@ -3428,7 +3432,7 @@

management/index.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/utils.js.html b/docs/utils.js.html index c215e6609..9304ba080 100644 --- a/docs/utils.js.html +++ b/docs/utils.js.html @@ -112,7 +112,7 @@

utils.js


- Generated by JSDoc 3.6.10 on Mon Oct 10 2022 11:39:34 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.10 on Tue Oct 11 2022 14:00:04 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/package.json b/package.json index 2ff736a1e..6302181f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0", - "version": "2.43.0", + "version": "2.44.0", "description": "SDK for Auth0 API v2", "main": "src/index.js", "sideEffects": false,