@studyportals/domain-client
Advanced tools
Comparing version 3.32.0-organisations.0 to 3.33.0
@@ -79,2 +79,6 @@ import { BadRequestException } from "./src/exceptions/bad-request-exception"; | ||
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, IOrganisationSearchDocument, OrganisationSearchDocumentClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, IRankingCards, IRankingCard, IRanking, PublicRankingCardsClient, ICompareProgramme, CompareProgrammeClient, PortalType, PortalMap, ModelClient, IOrganisationForSearch, PublicOrganisationForSearchClient, IOrganisationCard, OrganisationCardClient }; | ||
import { ICopilotProgramme } from "./src/models/copilot-programme/i-copilot-programme"; | ||
import { CopilotProgrammeClient } from "./src/models/copilot-programme/copilot-programme-client"; | ||
import { ICopilotCountry } from "./src/models/copilot-country/i-copilot-country"; | ||
import { CopilotCountryClient } from "./src/models/copilot-country/copilot-country-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, IOrganisationSearchDocument, OrganisationSearchDocumentClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, IRankingCards, IRankingCard, IRanking, PublicRankingCardsClient, ICompareProgramme, CompareProgrammeClient, PortalType, PortalMap, ModelClient, IOrganisationForSearch, PublicOrganisationForSearchClient, IOrganisationCard, OrganisationCardClient, ICopilotProgramme, ICopilotCountry, CopilotProgrammeClient, CopilotCountryClient }; |
"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.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; | ||
exports.CopilotCountryClient = exports.CopilotProgrammeClient = 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"); | ||
@@ -60,2 +60,6 @@ Object.defineProperty(exports, "BadRequestException", { enumerable: true, get: function () { return bad_request_exception_1.BadRequestException; } }); | ||
Object.defineProperty(exports, "PublicOrganisationForSearchClient", { enumerable: true, get: function () { return public_organisation_for_search_client_1.PublicOrganisationForSearchClient; } }); | ||
const copilot_programme_client_1 = require("./src/models/copilot-programme/copilot-programme-client"); | ||
Object.defineProperty(exports, "CopilotProgrammeClient", { enumerable: true, get: function () { return copilot_programme_client_1.CopilotProgrammeClient; } }); | ||
const copilot_country_client_1 = require("./src/models/copilot-country/copilot-country-client"); | ||
Object.defineProperty(exports, "CopilotCountryClient", { enumerable: true, get: function () { return copilot_country_client_1.CopilotCountryClient; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@studyportals/domain-client", | ||
"version": "3.32.0-organisations.0", | ||
"version": "3.33.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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -16,2 +16,3 @@ export interface IOrganisationSearchDocument { | ||
* Gets the premium type of the organisation | ||
* | ||
* @return string | null | ||
@@ -46,2 +47,3 @@ */ | ||
* Gets the disciplines of Bachelors programmes taught at the organisation | ||
* | ||
* @return number[] | ||
@@ -52,2 +54,3 @@ */ | ||
* Gets the disciplines of Masters programmes taught at the organisation | ||
* | ||
* @return number[] | ||
@@ -58,2 +61,3 @@ */ | ||
* Gets the disciplines of PhD programmes taught at the organisation | ||
* | ||
* @return number[] | ||
@@ -64,2 +68,3 @@ */ | ||
* Gets the disciplines of short courses programmes taught at the organisation | ||
* | ||
* @return number[] | ||
@@ -66,0 +71,0 @@ */ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=i-organisation-search-document.js.map |
@@ -0,0 +0,0 @@ import { IOrganisationSearchDocument } from "../../.."; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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 @@ "use strict"; |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
139937
289
3270
1