@studyportals/bestfit-overview-interfaces
Advanced tools
Comparing version 1.3.0-2 to 1.3.0-3
@@ -1,4 +0,4 @@ | ||
import { IAdvice, AdvicePresentation } from "@studyportals/bestfit-api-fe-client"; | ||
import { GetFitByDeterminantCommand } from "./commands"; | ||
import { FitLevel } from "./enums/fit-level"; | ||
import { IAdvice, AdvicePresentation } from '@studyportals/bestfit-api-fe-client'; | ||
import { GetFitByDeterminantCommand, RenderOverviewAICommand } from './commands'; | ||
import { FitLevel } from './enums/fit-level'; | ||
export interface IBestfitOverviewApplication { | ||
@@ -9,2 +9,3 @@ getFitByDeterminant(command: GetFitByDeterminantCommand): Promise<FitLevel | null>; | ||
hasCompletedBestfit(): boolean; | ||
renderOverviewAI(command: RenderOverviewAICommand): void; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,2 +0,2 @@ | ||
import { ScoreDeterminantType } from "@studyportals/bestfit-api-fe-client"; | ||
import { ScoreDeterminantType } from '@studyportals/bestfit-api-fe-client'; | ||
export declare class GetFitByDeterminantCommand { | ||
@@ -3,0 +3,0 @@ readonly studyId: number; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './get-fit-by-determinant-command'; | ||
export * from './render-overview-ai-command'; |
@@ -18,1 +18,2 @@ "use strict"; | ||
__exportStar(require("./get-fit-by-determinant-command"), exports); | ||
__exportStar(require("./render-overview-ai-command"), exports); |
export declare enum EventType { | ||
BESTFIT_OVERVIEW_READY = "BestfitOverviewReady", | ||
BESTFIT_RECALCULATED = "BestfitRecalculated" | ||
BESTFIT_RECALCULATED = "BestfitRecalculated", | ||
BESTFIT_MODIFY_ANSWER = "BestfitModifyAnswer" | ||
} |
@@ -8,2 +8,3 @@ "use strict"; | ||
EventType["BESTFIT_RECALCULATED"] = "BestfitRecalculated"; | ||
})(EventType = exports.EventType || (exports.EventType = {})); | ||
EventType["BESTFIT_MODIFY_ANSWER"] = "BestfitModifyAnswer"; | ||
})(EventType || (exports.EventType = EventType = {})); |
@@ -0,0 +0,0 @@ export declare enum FitLevel { |
@@ -11,2 +11,2 @@ "use strict"; | ||
FitLevel["EXCELLENT_MATCH"] = "Excellent match"; | ||
})(FitLevel = exports.FitLevel || (exports.FitLevel = {})); | ||
})(FitLevel || (exports.FitLevel = FitLevel = {})); |
export * from './fit-level'; | ||
export * from './event-type'; | ||
export * from './widget-types'; | ||
export * from './fit-level-ai'; |
@@ -20,1 +20,2 @@ "use strict"; | ||
__exportStar(require("./widget-types"), exports); | ||
__exportStar(require("./fit-level-ai"), exports); |
@@ -0,0 +0,0 @@ export declare enum WidgetTypes { |
@@ -15,2 +15,2 @@ "use strict"; | ||
WidgetTypes["SUB_DETERMINANT_BADGE"] = "sub_determinant_badge"; | ||
})(WidgetTypes = exports.WidgetTypes || (exports.WidgetTypes = {})); | ||
})(WidgetTypes || (exports.WidgetTypes = WidgetTypes = {})); |
@@ -1,4 +0,4 @@ | ||
import { IEvent } from "@studyportals/event-aggregation-service-interface"; | ||
import { IBestfitOverviewApplication } from "../bestfit-overview.interface"; | ||
import { EventType } from "../enums"; | ||
import { IEvent } from '@studyportals/event-aggregation-service-interface'; | ||
import { IBestfitOverviewApplication } from '../bestfit-overview.interface'; | ||
import { EventType } from '../enums'; | ||
export declare class BestfitOverviewReadyEvent implements IEvent { | ||
@@ -5,0 +5,0 @@ bestfitOverviewApplication: IBestfitOverviewApplication; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,3 +0,3 @@ | ||
import { EventType } from "../enums"; | ||
import { IEvent } from "@studyportals/event-aggregation-service-interface"; | ||
import { EventType } from '../enums'; | ||
import { IEvent } from '@studyportals/event-aggregation-service-interface'; | ||
export declare class BestfitRecalculatedEvent implements IEvent { | ||
@@ -4,0 +4,0 @@ static EventType: EventType; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './bestfit-overview-ready-event'; | ||
export * from './bestfit-recalculated-event'; | ||
export * from './bestfit-modify-answer-event'; |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./bestfit-recalculated-event"), exports); | ||
__exportStar(require("./bestfit-modify-answer-event"), exports); |
@@ -0,0 +0,0 @@ export * from './enums'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@studyportals/bestfit-overview-interfaces", | ||
"version": "1.3.0-2", | ||
"version": "1.3.0-3", | ||
"description": "The interfaces exposed by Bestfit Overview", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"deploy-major": "npm version major && npm run deploy", | ||
"deploy-beta" : "npm ci && npm run prepare-deployment && npm publish --tag beta ./bin && rm -rf node_modules" | ||
"deploy-beta": "npm ci && npm run prepare-deployment && npm publish --tag beta ./bin && rm -rf node_modules" | ||
}, | ||
@@ -20,0 +20,0 @@ "keywords": [], |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
12720
29
274
1