@acrolinx/sdk
Advanced tools
Comparing version 0.1.2-build.1143 to 0.1.2-build.1145
@@ -159,2 +159,6 @@ import { Addon, AddonId } from './addons'; | ||
goalId?: GoalId; | ||
/** | ||
* Since Acrolinx platform 2021.2 | ||
*/ | ||
issueType: IssueType; | ||
} | ||
@@ -171,6 +175,2 @@ export interface PositionalInformation { | ||
goalId: GoalId; | ||
/** | ||
* Since Acrolinx platform 2021.2 | ||
*/ | ||
issueType: IssueType; | ||
} | ||
@@ -177,0 +177,0 @@ declare type SubIssue = CommonIssue; |
@@ -147,2 +147,6 @@ { | ||
}, | ||
"issueType": { | ||
"$ref": "#/definitions/IssueType", | ||
"description": "Since Acrolinx platform 2021.2" | ||
}, | ||
"links": { | ||
@@ -177,2 +181,3 @@ "$ref": "#/definitions/IssueLinks" | ||
"issueLocations", | ||
"issueType", | ||
"positionalInformation", | ||
@@ -179,0 +184,0 @@ "readOnly", |
@@ -326,2 +326,3 @@ "use strict"; | ||
goalId: GOAL_VOICE_ID, | ||
issueType: src_1.IssueType.actionable, | ||
internalName: 'phenomenon_embedded_or_complex_sentence', | ||
@@ -367,2 +368,3 @@ displayNameHtml: 'Try to split up this sentence.', | ||
goalId: GOAL_VOICE_ID, | ||
issueType: src_1.IssueType.actionable, | ||
internalName: 'phenomenon_passive', | ||
@@ -369,0 +371,0 @@ displayNameHtml: 'The active voice is usually clearer.', |
{ | ||
"name": "@acrolinx/sdk", | ||
"version": "0.1.2-build.1143", | ||
"version": "0.1.2-build.1145", | ||
"description": "Acrolinx JavaScript SDK for the Acrolinx API", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -225,2 +225,7 @@ /* | ||
goalId?: GoalId; | ||
/** | ||
* Since Acrolinx platform 2021.2 | ||
*/ | ||
issueType: IssueType; | ||
} | ||
@@ -240,7 +245,2 @@ | ||
goalId: GoalId; | ||
/** | ||
* Since Acrolinx platform 2021.2 | ||
*/ | ||
issueType: IssueType; | ||
} | ||
@@ -247,0 +247,0 @@ |
@@ -342,2 +342,3 @@ /* | ||
goalId: GOAL_VOICE_ID, | ||
issueType: IssueType.actionable, | ||
internalName: 'phenomenon_embedded_or_complex_sentence', | ||
@@ -383,2 +384,3 @@ displayNameHtml: 'Try to split up this sentence.', | ||
goalId: GOAL_VOICE_ID, | ||
issueType: IssueType.actionable, | ||
internalName: 'phenomenon_passive', | ||
@@ -385,0 +387,0 @@ displayNameHtml: 'The active voice is usually clearer.', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
536557
10466