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.5.2 to 3.6.0-0

src/models/common/i-city.d.ts

19

index.d.ts

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

import { PropertyNotAvailableException } from "./src/exceptions/property-not-available-exception";
import { IInternalLink } from "./src/models/common/i-internal-link";
import { ILogo } from "./src/models/common/i-logo";
import { ICover } from "./src/models/programme-card/i-cover";

@@ -15,3 +13,2 @@ import { ILink } from "./src/models/programme-card/i-link";

import { ITracking } from "./src/models/programme-card/i-tracking";
import { ITuitionFee } from "./src/models/common/i-tuition-fee";
import { IDuration } from "./src/models/programme-card/i-duration";

@@ -31,5 +28,3 @@ import { IDeadline } from "./src/models/programme-card/i-deadline";

import { SearchProjectionClient } from "./src/models/search-projection/search-projection-client";
import { IEnglishRequirements } from "./src/models/common/i-english-requirements";
import { ILivingCost } from "./src/models/bestfit-programme/i-living-cost";
import { ICity } from "./src/models/bestfit-programme/i-city";
import { IGPARequirement } from "./src/models/bestfit-programme/i-g-p-a-requirement";

@@ -40,7 +35,15 @@ import { IBestFitProgramme } from "./src/models/bestfit-programme/i-best-fit-programme";

import { DotdigitalProgrammeClient } from "./src/models/dotdigital-programme/dotdigital-programme-client";
import { ICountry } from "./src/models/dotdigital-programme/i-country";
import { ISearchCountryFaq } from "./src/models/search-country-faq/i-search-country-faq";
import { PublicSearchCountryFaqClient } from "./src/models/search-country-faq/public-search-country-faq-client";
import { IReview } from "./src/models/dotdigital-organisation/i-review";
import { IDotDigitalOrganisation } from "./src/models/dotdigital-organisation/i-dot-digital-organisation";
import { DotdigitalOrganisationClient } from "./src/models/dotdigital-organisation/dotdigital-organisation-client";
import { IInternalLink } from "./src/models/common/i-internal-link";
import { ILogo } from "./src/models/common/i-logo";
import { ITuitionFee } from "./src/models/common/i-tuition-fee";
import { IEnglishRequirements } from "./src/models/common/i-english-requirements";
import { ICity } from "./src/models/common/i-city";
import { ICountry } from "./src/models/common/i-country";
import { PortalType } from "./src/types/portal-type";
import { PortalMap } from "./src/types/portal-map";
import { PortalType } from "./src/types/portal-type";
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ICover, ICountry, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, ICity, IBestFitProgramme, BestfitProgrammeClient, ITuitionFee, IEnglishRequirements, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, PortalMap, PortalType };
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ITuitionFee, IEnglishRequirements, ICity, ICountry, ICover, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, IReview, IDotDigitalOrganisation, DotdigitalOrganisationClient, PortalMap, PortalType };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PortalType = exports.PublicSearchCountryFaqClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0;
exports.PortalType = exports.DotdigitalOrganisationClient = exports.PublicSearchCountryFaqClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0;
const bad_request_exception_1 = require("./src/exceptions/bad-request-exception");

@@ -24,4 +24,6 @@ Object.defineProperty(exports, "BadRequestException", { enumerable: true, get: function () { return bad_request_exception_1.BadRequestException; } });

Object.defineProperty(exports, "PublicSearchCountryFaqClient", { enumerable: true, get: function () { return public_search_country_faq_client_1.PublicSearchCountryFaqClient; } });
const dotdigital_organisation_client_1 = require("./src/models/dotdigital-organisation/dotdigital-organisation-client");
Object.defineProperty(exports, "DotdigitalOrganisationClient", { enumerable: true, get: function () { return dotdigital_organisation_client_1.DotdigitalOrganisationClient; } });
const portal_type_1 = require("./src/types/portal-type");
Object.defineProperty(exports, "PortalType", { enumerable: true, get: function () { return portal_type_1.PortalType; } });
//# sourceMappingURL=index.js.map
{
"name": "@studyportals/domain-client",
"version": "3.5.2",
"version": "3.6.0-0",
"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 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 { 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

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

* Get all tuition fees of the programme.
*
* @return ITuitionFee[]

@@ -104,0 +103,0 @@ */

"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";

Sorry, the diff of this file is not supported yet

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