inhabit-module-base
Advanced tools
Comparing version 1.5.0-alpha.3 to 1.5.1
@@ -0,0 +0,0 @@ export interface ABTest<T> { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ABTest } from './ABTest'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export { InhabitModuleBase as InhabitModuleBase } from './InhabitModuleBase'; | ||
export { InhabitModuleEvents as InhabitModuleEvents } from './InhabitModuleEvents'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { InhabitModuleEvents } from './InhabitModuleEvents'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ModuleCfg } from './ModuleCfg'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Logger { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ModuleCfg { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ModuleCfg } from './ModuleCfg'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "inhabit-module-base", | ||
"version": "1.5.0-alpha.3", | ||
"version": "1.5.1", | ||
"description": "A Base Module class for InHabit.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,13 @@ export interface TextClassificationService { | ||
getTags(): Promise<any>; | ||
getTextClassification(provider: Watson | Alchemy | TextRazor, method: Taxonomy | Entities, version?: V2): Promise<TCResult>; | ||
} | ||
export interface TCResult { | ||
language: string; | ||
data: any[]; | ||
} | ||
export declare type V2 = 2; | ||
export declare type Watson = 'Watson'; | ||
export declare type Alchemy = 'Alchemy'; | ||
export declare type TextRazor = 'TextRazor'; | ||
export declare type Taxonomy = 'Taxonomy'; | ||
export declare type Entities = 'Entities'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9534
20
259
0