node-zendesk
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -69,2 +69,3 @@ export type ClientOptions = { | ||
* @property {Array} jsonAPINames - Array to hold names used in the JSON API. | ||
* @property {boolean} useDotJson - Flag to indicate if the API endpoint should use '.json' ending. | ||
* @property {ApiTypes} apiType - Type of Zendesk API to initialize (e.g., 'core', 'helpcenter'). | ||
@@ -86,2 +87,3 @@ * @property {CustomEventTarget} eventTarget - Event target to handle custom events. | ||
jsonAPINames: any[]; | ||
useDotJson: boolean; | ||
userAgent: string; | ||
@@ -88,0 +90,0 @@ eventTarget: CustomEventTarget; |
export class Transporter { | ||
constructor(options: any, sideLoad?: any[]); | ||
constructor(options: any, sideLoad?: any[], useDotJson?: boolean); | ||
options: any; | ||
sideLoad: any[]; | ||
useDotJson: boolean; | ||
authHandler: AuthorizationHandler; | ||
@@ -6,0 +7,0 @@ eventTarget: CustomEventTarget; |
{ | ||
"name": "node-zendesk", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "description": "zendesk API client wrapper", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
338611
5772
0