@acrolinx/sidebar-interface
Advanced tools
Comparing version 15.4.0 to 15.4.1
@@ -171,20 +171,3 @@ /** | ||
accessToken?: string; | ||
/** | ||
* KeyCloak tokens used used by sidebar to authenticate in Acrolinx One | ||
* Available: Acrolinx One Cloud | ||
*/ | ||
keyCloakTokens?: KeyCloakTokens; | ||
} | ||
export interface KeyCloakTokens { | ||
/** | ||
* The sidebar uses this optional KeyCloak access token to sign in to Acrolinx One. | ||
* Available in Acrolinx One Cloud | ||
*/ | ||
keyCloakAccessToken: string; | ||
/** | ||
* The sidebar uses this optional KeyCloak refresh token to fetch new access token. | ||
* Available in Acrolinx One Cloud | ||
*/ | ||
keyCloakRefreshToken: string; | ||
} | ||
export type UiMode = 'default' | 'noOptions'; | ||
@@ -191,0 +174,0 @@ export interface CsrfConfig { |
@@ -43,3 +43,3 @@ "use strict"; | ||
MessageType["error"] = "error"; | ||
})(MessageType = exports.MessageType || (exports.MessageType = {})); | ||
})(MessageType || (exports.MessageType = MessageType = {})); | ||
var LogEntryType; | ||
@@ -51,3 +51,3 @@ (function (LogEntryType) { | ||
LogEntryType["error"] = "error"; | ||
})(LogEntryType = exports.LogEntryType || (exports.LogEntryType = {})); | ||
})(LogEntryType || (exports.LogEntryType = LogEntryType = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@acrolinx/sidebar-interface", | ||
"description": "The interface of the Acrolinx Sidebar", | ||
"version": "15.4.0", | ||
"version": "15.4.1", | ||
"license": "Apache-2.0", | ||
@@ -18,11 +18,8 @@ "author": "Acrolinx", | ||
}, | ||
"// devDependencies comments": { | ||
"typedoc": "Newer versions (>=0.20) don't display the @packageDocumentation." | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.45.0", | ||
"@typescript-eslint/parser": "^5.45.0", | ||
"eslint": "^8.29.0", | ||
"typedoc": "^0.23.21", | ||
"typescript": "^4.8.4" | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"eslint": "^8.57.0", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.4" | ||
}, | ||
@@ -29,0 +26,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
43124
695