@crestron/ch5-webxpanel
Advanced tools
Comparing version 2.6.1 to 2.8.0
@@ -9,2 +9,3 @@ declare class WebXPanelConfig { | ||
private _tokenUrl; | ||
private _authToken; | ||
private constructor(); | ||
@@ -21,2 +22,3 @@ /** | ||
tokenUrl: string; | ||
authToken: string; | ||
}): void; | ||
@@ -31,4 +33,5 @@ static getInstance(): WebXPanelConfig; | ||
get tokenUrl(): string; | ||
get secureToken(): string; | ||
} | ||
declare const WebXPanelConfigInstance: WebXPanelConfig; | ||
export { WebXPanelConfig, WebXPanelConfigInstance }; |
@@ -8,2 +8,3 @@ interface ExternalConfig { | ||
tokenSource: string; | ||
authToken: string; | ||
} | ||
@@ -10,0 +11,0 @@ interface InternalConfig { |
@@ -56,2 +56,3 @@ import EventTypes from "../../events/enums/EventTypes"; | ||
url: string; | ||
authToken: string; | ||
}; | ||
@@ -58,0 +59,0 @@ export declare type InternalEventPayload = { |
{ | ||
"name": "@crestron/ch5-webxpanel", | ||
"version": "2.6.1", | ||
"version": "2.8.0", | ||
"description": "Browser control of ch5 components library", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
457999
1015