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 @@
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).
+ +proxy
string
+
+
+
+ Add the superagent-proxy
dependency and specify a proxy url eg 'https://myproxy.com:1234'
includeResponseHeaders
object
+boolean
@@ -801,7 +841,7 @@ 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).
+ +