New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/domain-client

Package Overview
Dependencies
Maintainers
23
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/domain-client - npm Package Compare versions

Comparing version 3.6.0-0 to 3.6.0-1

0

index.d.ts

@@ -0,0 +0,0 @@ import { BadRequestException } from "./src/exceptions/bad-request-exception";

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

2

package.json
{
"name": "@studyportals/domain-client",
"version": "3.6.0-0",
"version": "3.6.0-1",
"description": "Responsible for fetching data from the Domain API",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description";

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

export declare class BadRequestException extends Error {
}

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

export declare class ClientException extends Error {
}

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

export declare class InternalServerException extends Error {
}

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

export declare class NotFoundException extends Error {
}

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

export declare class PropertyNotAvailableException extends Error {
}

@@ -0,0 +0,0 @@ import { IClassFactory } from "../i-class-factory";

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

@@ -0,0 +0,0 @@ import { IClassFactory } from "../i-class-factory";

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

@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-api-response.js.map

@@ -0,0 +0,0 @@ import { CallableReturnType, Model } from "./types";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-class-factory.js.map

@@ -0,0 +0,0 @@ import { AcceptedType } from "./types";

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

@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description";

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

@@ -0,0 +0,0 @@ import { IModelDescription } from "./i-model-description";

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

@@ -0,0 +0,0 @@ import { IBestFitProgramme } from "../../..";

@@ -0,0 +0,0 @@ import { ICity, IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-best-fit-programme.js.map

@@ -0,0 +0,0 @@ export interface IGPARequirement {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-g-p-a-requirement.js.map

@@ -0,0 +0,0 @@ export interface ILivingCost {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-living-cost.js.map

@@ -0,0 +0,0 @@ export interface ICity {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-city.js.map

@@ -0,0 +0,0 @@ export interface ICountry {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-country.js.map

@@ -0,0 +0,0 @@ export interface IEnglishRequirements {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-english-requirements.js.map

@@ -0,0 +0,0 @@ export interface IInternalLink {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-internal-link.js.map

@@ -0,0 +0,0 @@ export interface ILogo {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-logo.js.map

@@ -0,0 +0,0 @@ export interface ITuitionFee {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-tuition-fee.js.map

@@ -0,0 +0,0 @@ import { IDotDigitalOrganisation } from "../../..";

@@ -14,2 +14,3 @@ import { ICity, ICountry, IReview } from "../../..";

getId(): number;
getAverageStudentRating(): number;
getLogoUrl(): string;

@@ -16,0 +17,0 @@ getName(): string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-dot-digital-organisation.js.map

@@ -0,0 +0,0 @@ export interface IReview {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-review.js.map

@@ -0,0 +0,0 @@ import { IDotDigitalProgramme } from "../../..";

@@ -0,0 +0,0 @@ import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITuitionFee } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-dot-digital-programme.js.map

@@ -0,0 +0,0 @@ export interface IClickTrackingData {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-click-tracking-data.js.map

@@ -0,0 +0,0 @@ export interface ICover {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-cover.js.map

@@ -0,0 +0,0 @@ export interface IDeadline {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-deadline.js.map

@@ -0,0 +0,0 @@ export interface IDuration {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-duration.js.map

@@ -0,0 +0,0 @@ export interface ILink {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-link.js.map

@@ -0,0 +0,0 @@ import { IOptionalLink } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-location.js.map

@@ -0,0 +0,0 @@ export interface IOptionalLink {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-optional-link.js.map

@@ -0,0 +0,0 @@ import { ICover, IDuration, IInternalLink, ILink, ILocation, ILogo, ITiming, ITrackedLink, ITracking, ITuitionFee } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-programme-card.js.map

@@ -0,0 +0,0 @@ import { IDeadline } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-start-date.js.map

@@ -0,0 +0,0 @@ import { IDeadline, IStartDate } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-timing.js.map

@@ -0,0 +0,0 @@ import { ITracking } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-tracked-link.js.map

@@ -0,0 +0,0 @@ import { IClickTrackingData } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-tracking.js.map

@@ -0,0 +0,0 @@ import { IProgrammeCard } from "../../..";

@@ -0,0 +0,0 @@ export interface ISearchCountryFaq {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-search-country-faq.js.map

@@ -0,0 +0,0 @@ import { ISearchCountryFaq } from "../../..";

@@ -0,0 +0,0 @@ export interface IGeoTargetingConfiguration {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-geo-targeting-configuration.js.map

@@ -0,0 +0,0 @@ import { IGeoTargetingConfiguration } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-geo-targeting-values.js.map

@@ -0,0 +0,0 @@ export interface IOrganisationValues {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-organisation-values.js.map

@@ -0,0 +0,0 @@ export interface IPremiumValues {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-premium-values.js.map

@@ -0,0 +0,0 @@ import { IGeoTargetingValues, IOrganisationValues, IPremiumValues, ITuitionValues } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-search-projection.js.map

@@ -0,0 +0,0 @@ export interface ITuitionValues {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-tuition-values.js.map

@@ -0,0 +0,0 @@ import { ISearchProjection } from "../../..";

@@ -0,0 +0,0 @@ export declare type Model = Record<string, Callable>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
import { PortalType } from "./portal-type";
export declare type PortalMap = Map<PortalType, string>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=portal-map.js.map

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

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

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