Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/bestfit-overview-interfaces

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/bestfit-overview-interfaces - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0-0

commands/render-overview-ai-command.d.ts

8

bestfit-overview.interface.d.ts

@@ -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 {

@@ -8,2 +8,4 @@ getFitByDeterminant(command: GetFitByDeterminantCommand): Promise<FitLevel | null>;

getAdviceByDeterminant(command: GetFitByDeterminantCommand): Promise<IAdvice<AdvicePresentation, AdvicePresentation> | 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);

@@ -0,0 +0,0 @@ export declare enum EventType {

@@ -8,2 +8,2 @@ "use strict";

EventType["BESTFIT_RECALCULATED"] = "BestfitRecalculated";
})(EventType = exports.EventType || (exports.EventType = {}));
})(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';

@@ -0,0 +0,0 @@ "use strict";

@@ -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';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './enums';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@studyportals/bestfit-overview-interfaces",
"version": "1.2.0",
"version": "1.3.0-0",
"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": [],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc