@disputas/types
Advanced tools
Comparing version 1.0.2 to 1.0.3
15
index.ts
@@ -29,3 +29,3 @@ export type AnnotationType = "comment" | "annotation"; | ||
hasAtleastOneContraArgument: boolean; | ||
readOnly: boolean | ||
readOnly: boolean; | ||
} | ||
@@ -69,4 +69,13 @@ | ||
type AnalysisElement = Annotation | Proposition | Argument | Comment; | ||
export type Category = { | ||
[key: string]: string; | ||
name: string; | ||
shadowName: string; | ||
color: string; | ||
notation: string; | ||
id: string; | ||
}; | ||
type AnalysisElement = Annotation | Proposition | Argument | Comment | Category; | ||
export interface AnalysisCollection<T extends AnalysisElement> { | ||
@@ -84,3 +93,3 @@ byId: { [key: string]: T }; | ||
graphRotation: GraphRotationType; | ||
readOnlyTextfield: boolean | ||
readOnlyTextfield: boolean; | ||
} | ||
@@ -87,0 +96,0 @@ |
{ | ||
"name": "@disputas/types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Type declarations for Disputas services", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
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
3057
5
108