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
22
Versions
160
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.30.0 to 3.31.0

src/models/organisation-search-document/i-organisation-search-document.d.ts

4

index.d.ts

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

import { OrganisationCardClient } from "./src/models/organisation-card/organisation-card-client";
import { IOrganisationSearchDocument } from "./src/models/organisation-search-document/i-organisation-search-document";
import { OrganisationSearchDocumentClient } from "./src/models/organisation-search-document/organisation-search-document-client";
import { ISitemapRankingsInfo } from "./src/models/sitemap-rankings-info/i-sitemap-rankings-info";

@@ -78,2 +80,2 @@ import { SitemapRankingsInfoClient } from "./src/models/sitemap-rankings-info/sitemap-rankings-info-client";

import { PublicOrganisationForSearchClient } from "./src/models/organisation-for-search/public-organisation-for-search-client";
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, ICover, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, ILogo, ITuitionFee, IEnglishRequirements, IInternalLink, IDotDigitalProgramme, DotdigitalProgrammeClient, ISitemapProgrammeInfo, SitemapProgrammeInfoClient, ISearchCountryFaq, PublicSearchCountryFaqClient, ISitemapCountryInfo, SitemapCountriesInfoClient, IDegreeInfo, ISitemapCountryDegreeInfo, SitemapCountryDegreeInfoClient, ISearchDiscipline, PublicSearchDisciplineClient, ISitemapDisciplineInfo, SitemapDisciplinesInfoClient, ICountry, ICity, IReview, IDotDigitalOrganisation, DotdigitalOrganisationClient, ISitemapOrganisationInfo, SitemapOrganisationsInfoClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, IRankingCards, IRankingCard, IRanking, PublicRankingCardsClient, ICompareProgramme, CompareProgrammeClient, PortalType, PortalMap, ModelClient, IOrganisationForSearch, PublicOrganisationForSearchClient, IOrganisationCard, OrganisationCardClient };
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, ICover, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, ILogo, ITuitionFee, IEnglishRequirements, IInternalLink, IDotDigitalProgramme, DotdigitalProgrammeClient, ISitemapProgrammeInfo, SitemapProgrammeInfoClient, ISearchCountryFaq, PublicSearchCountryFaqClient, ISitemapCountryInfo, SitemapCountriesInfoClient, IDegreeInfo, ISitemapCountryDegreeInfo, SitemapCountryDegreeInfoClient, ISearchDiscipline, PublicSearchDisciplineClient, ISitemapDisciplineInfo, SitemapDisciplinesInfoClient, ICountry, ICity, IReview, IDotDigitalOrganisation, DotdigitalOrganisationClient, ISitemapOrganisationInfo, SitemapOrganisationsInfoClient, IOrganisationSearchDocument, OrganisationSearchDocumentClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, IRankingCards, IRankingCard, IRanking, PublicRankingCardsClient, ICompareProgramme, CompareProgrammeClient, PortalType, PortalMap, ModelClient, IOrganisationForSearch, PublicOrganisationForSearchClient, IOrganisationCard, OrganisationCardClient };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrganisationCardClient = exports.PublicOrganisationForSearchClient = exports.ModelClient = exports.PortalType = exports.CompareProgrammeClient = exports.PublicRankingCardsClient = exports.PublicScholarshipCardClient = exports.SitemapCitiesInfoClient = exports.SitemapArticlesInfoClient = exports.SitemapRankingsInfoClient = exports.SitemapOrganisationsInfoClient = exports.DotdigitalOrganisationClient = exports.SitemapDisciplinesInfoClient = exports.PublicSearchDisciplineClient = exports.SitemapCountryDegreeInfoClient = exports.SitemapCountriesInfoClient = exports.PublicSearchCountryFaqClient = exports.SitemapProgrammeInfoClient = exports.DotdigitalProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0;
exports.OrganisationCardClient = exports.PublicOrganisationForSearchClient = exports.ModelClient = exports.PortalType = exports.CompareProgrammeClient = exports.PublicRankingCardsClient = exports.PublicScholarshipCardClient = exports.SitemapCitiesInfoClient = exports.SitemapArticlesInfoClient = exports.SitemapRankingsInfoClient = exports.OrganisationSearchDocumentClient = exports.SitemapOrganisationsInfoClient = exports.DotdigitalOrganisationClient = exports.SitemapDisciplinesInfoClient = exports.PublicSearchDisciplineClient = exports.SitemapCountryDegreeInfoClient = exports.SitemapCountriesInfoClient = exports.PublicSearchCountryFaqClient = exports.SitemapProgrammeInfoClient = 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");

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

Object.defineProperty(exports, "OrganisationCardClient", { enumerable: true, get: function () { return organisation_card_client_1.OrganisationCardClient; } });
const organisation_search_document_client_1 = require("./src/models/organisation-search-document/organisation-search-document-client");
Object.defineProperty(exports, "OrganisationSearchDocumentClient", { enumerable: true, get: function () { return organisation_search_document_client_1.OrganisationSearchDocumentClient; } });
const sitemap_rankings_info_client_1 = require("./src/models/sitemap-rankings-info/sitemap-rankings-info-client");

@@ -42,0 +44,0 @@ Object.defineProperty(exports, "SitemapRankingsInfoClient", { enumerable: true, get: function () { return sitemap_rankings_info_client_1.SitemapRankingsInfoClient; } });

{
"name": "@studyportals/domain-client",
"version": "3.30.0",
"version": "3.31.0",
"description": "Responsible for fetching data from the Domain API",

@@ -5,0 +5,0 @@ "main": "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 ICity {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-city.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 IGPARequirement {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-g-p-a-requirement.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 { ICompareProgramme } from "../../..";

@@ -0,0 +0,0 @@ import { IDuration, IEnglishRequirements, IGPARequirement, IInternalLink, ILink, ILivingCost, ILocation, ITiming, ITuitionFee } from "../../..";

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

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

@@ -0,0 +0,0 @@ import { ICity, ICountry, IReview } from "../../..";

"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, ITiming, ITuitionFee } from "../../..";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-dot-digital-programme.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 IOrganisationCard {

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

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

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

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

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-internal-link.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 ILogo {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-logo.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, IEnglishRequirements, IGPARequirement, IInternalLink, ILink, ILivingCost, 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 @@ export interface ITuitionFee {

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

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

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

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

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

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

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

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

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

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

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

@@ -0,0 +0,0 @@ import { IScholarshipCard } 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 ISearchDiscipline {

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

@@ -0,0 +0,0 @@ import { ISearchDiscipline } 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 interface ISitemapArticleInfo {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
import { PortalType } from "./portal-type";
export 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