@acrolinx/sidebar-interface
Advanced tools
Comparing version 14.29.0-beta.2 to 14.29.0-beta.3
@@ -124,3 +124,3 @@ /** | ||
showServerSelector?: boolean; | ||
supportsDitaChecks?: boolean; | ||
supportsBatchChecks?: boolean; | ||
/** | ||
@@ -222,5 +222,5 @@ * Tells the Sidebar, that this integration supports AcrolinxPlugin.log | ||
} | ||
export interface DitaRequestOptions { | ||
ditaTopicReference: string; | ||
topicDisplayName: string; | ||
export interface BatchCheckRequestOptions { | ||
reference: string; | ||
displayName: string; | ||
} | ||
@@ -451,5 +451,5 @@ /** | ||
* Inits a check for a bunch of files that runs in the background | ||
* @param ditaReferences | ||
* @param references | ||
*/ | ||
initBatchCheck?(ditaReferences: DitaRequestOptions[]): void; | ||
initBatchCheck?(references: BatchCheckRequestOptions[]): void; | ||
/** | ||
@@ -456,0 +456,0 @@ * Experimental for Dita Checking |
{ | ||
"name": "@acrolinx/sidebar-interface", | ||
"description": "The interface of the Acrolinx Sidebar", | ||
"version": "14.29.0-beta.2", | ||
"version": "14.29.0-beta.3", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Acrolinx", |
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
39588