node-zendesk
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -27,6 +27,10 @@ export type ZendeskClientOptions = { | ||
/** | ||
* - Indicates if OAuth is used. | ||
* - Indicates if OAuth is used (this is the original OAuth flag). | ||
*/ | ||
oauth?: boolean; | ||
/** | ||
* - Indicates if OAuth is used. | ||
*/ | ||
useOAuth?: boolean; | ||
/** | ||
* - Optional header for requests on behalf of a user. | ||
@@ -67,3 +71,4 @@ */ | ||
* @property {Function} [get] - Function to retrieve specific options. Defaults to accessing properties from the options. | ||
* @property {boolean} [oauth] - Indicates if OAuth is used. | ||
* @property {boolean} [oauth] - Indicates if OAuth is used (this is the original OAuth flag). | ||
* @property {boolean} [useOAuth] - Indicates if OAuth is used. | ||
* @property {string} [asUser] - Optional header for requests on behalf of a user. | ||
@@ -70,0 +75,0 @@ * @property {object} [customHeaders] - Additional custom headers for the request. |
{ | ||
"name": "node-zendesk", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "description": "zendesk API client wrapper", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
338857
5778