@studyportals/domain-client 7.1.0 → 7.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +89 -89
- package/index.js +33 -33
- package/package.json +3 -2
- package/protobuf/Article.d.ts +5 -5
- package/protobuf/Article.js +5 -5
- package/protobuf/Description.d.ts +2 -2
- package/protobuf/Description.js +2 -2
- package/protobuf/Discipline.d.ts +3 -3
- package/protobuf/Discipline.js +3 -3
- package/protobuf/InternalLink.js +1 -1
- package/protobuf/Location.d.ts +1 -1
- package/protobuf/Location.js +1 -1
- package/protobuf/MiniProgrammeCard.d.ts +3 -3
- package/protobuf/MiniProgrammeCard.js +3 -3
- package/protobuf/Organisation.d.ts +12 -12
- package/protobuf/Organisation.js +12 -12
- package/protobuf/OrganisationRanking.d.ts +2 -2
- package/protobuf/OrganisationRanking.js +2 -2
- package/protobuf/Person.d.ts +1 -1
- package/protobuf/Person.js +1 -1
- package/protobuf/ProgrammeCard.d.ts +14 -14
- package/protobuf/ProgrammeCard.js +14 -14
- package/protobuf/ProgrammeGrid.d.ts +2 -2
- package/protobuf/ProgrammeGrid.js +2 -2
- package/protobuf/Ranking.d.ts +1 -1
- package/protobuf/Ranking.js +1 -1
- package/protobuf/RankingInstitute.d.ts +1 -1
- package/protobuf/RankingInstitute.js +1 -1
- package/protobuf/Review.d.ts +1 -1
- package/protobuf/Review.js +1 -1
- package/protobuf/StartDate.d.ts +1 -1
- package/protobuf/StartDate.js +1 -1
- package/protobuf/Timing.d.ts +2 -2
- package/protobuf/Timing.js +2 -2
- package/protobuf/TrackedLink.d.ts +1 -1
- package/protobuf/TrackedLink.js +1 -1
- package/protobuf/Tracking.d.ts +1 -1
- package/protobuf/Tracking.js +1 -1
- package/protobuf/index.d.ts +42 -42
- package/protobuf/index.js +42 -42
- package/src/clients/article-detail-page-client.d.ts +2 -2
- package/src/clients/article-detail-page-client.js +2 -2
- package/src/clients/index.d.ts +4 -4
- package/src/clients/index.js +4 -4
- package/src/clients/organisation-page-client.d.ts +2 -2
- package/src/clients/organisation-page-client.js +2 -2
- package/src/clients/protobuf-client.d.ts +2 -2
- package/src/clients/protobuf-client.js +1 -1
- package/src/clients/public-mini-programme-card-client.d.ts +2 -2
- package/src/clients/public-mini-programme-card-client.js +2 -2
- package/src/domain-client.js +3 -3
- package/src/factories/DateFactory.d.ts +2 -2
- package/src/factories/InternalLinkFactory.d.ts +3 -3
- package/src/i-api-response.d.ts +1 -1
- package/src/i-class-factory.d.ts +1 -1
- package/src/i-model-description.d.ts +1 -1
- package/src/model-client.d.ts +2 -2
- package/src/model-client.js +3 -3
- package/src/model-factory.d.ts +2 -2
- package/src/model-factory.js +4 -4
- package/src/models/bestfit-programme/bestfit-programme-client.d.ts +2 -2
- package/src/models/bestfit-programme/bestfit-programme-client.js +1 -1
- package/src/models/bestfit-programme/i-best-fit-programme.d.ts +1 -1
- package/src/models/city-search-document/city-search-document-client.d.ts +2 -2
- package/src/models/city-search-document/city-search-document-client.js +1 -1
- package/src/models/copilot-country/copilot-country-client.d.ts +2 -2
- package/src/models/copilot-country/copilot-country-client.js +1 -1
- package/src/models/copilot-country/i-copilot-country.d.ts +1 -1
- package/src/models/copilot-programme/copilot-programme-client.d.ts +2 -2
- package/src/models/copilot-programme/copilot-programme-client.js +1 -1
- package/src/models/copilot-programme/i-copilot-programme.d.ts +1 -1
- package/src/models/customerio-organisation/customerio-organisation-client.d.ts +2 -2
- package/src/models/customerio-organisation/customerio-organisation-client.js +1 -1
- package/src/models/customerio-organisation/i-customer-io-organisation.d.ts +1 -1
- package/src/models/customerio-programme/customerio-programme-client.d.ts +2 -2
- package/src/models/customerio-programme/customerio-programme-client.js +1 -1
- package/src/models/customerio-programme/i-customer-io-programme.d.ts +1 -1
- package/src/models/faq-static-content/i-faq-static-content.d.ts +2 -2
- package/src/models/faq-static-content/i-static-content.d.ts +1 -1
- package/src/models/faq-static-content/public-faq-static-content-client.d.ts +2 -2
- package/src/models/faq-static-content/public-faq-static-content-client.js +1 -1
- package/src/models/organisation-card/i-organisation-card.d.ts +2 -2
- package/src/models/organisation-card/organisation-card-client.d.ts +2 -2
- package/src/models/organisation-card/organisation-card-client.js +1 -1
- package/src/models/organisation-for-search/public-organisation-for-search-client.d.ts +2 -2
- package/src/models/organisation-for-search/public-organisation-for-search-client.js +1 -1
- package/src/models/organisation-search-document/organisation-search-document-client.d.ts +2 -2
- package/src/models/organisation-search-document/organisation-search-document-client.js +1 -1
- package/src/models/programme-card/i-location.d.ts +1 -1
- package/src/models/programme-card/i-programme-card.d.ts +2 -2
- package/src/models/programme-card/i-start-date.d.ts +1 -1
- package/src/models/programme-card/i-timing.d.ts +1 -1
- package/src/models/programme-card/i-tracked-link.d.ts +1 -1
- package/src/models/programme-card/i-tracking.d.ts +1 -1
- package/src/models/programme-card/programme-card-client.d.ts +2 -2
- package/src/models/programme-card/programme-card-client.js +1 -1
- package/src/models/scholarship-card/public-scholarship-card-client.d.ts +2 -2
- package/src/models/scholarship-card/public-scholarship-card-client.js +1 -1
- package/src/models/scholarship-card/scholarship-card-v2-client.d.ts +2 -2
- package/src/models/scholarship-card/scholarship-card-v2-client.js +1 -1
- package/src/models/scholarship-search-document/scholarship-search-document-client.d.ts +2 -2
- package/src/models/scholarship-search-document/scholarship-search-document-client.js +1 -1
- package/src/models/search-discipline/public-search-discipline-client.d.ts +2 -2
- package/src/models/search-discipline/public-search-discipline-client.js +1 -1
- package/src/models/search-projection/i-geo-targeting-values.d.ts +1 -1
- package/src/models/search-projection/i-search-projection.d.ts +1 -1
- package/src/models/search-projection/search-projection-client.d.ts +2 -2
- package/src/models/search-projection/search-projection-client.js +1 -1
- package/src/models/sitemap-articles-info/sitemap-articles-info-client.d.ts +2 -2
- package/src/models/sitemap-articles-info/sitemap-articles-info-client.js +1 -1
- package/src/models/sitemap-cities-info/sitemap-cities-info-client.d.ts +2 -2
- package/src/models/sitemap-cities-info/sitemap-cities-info-client.js +1 -1
- package/src/models/sitemap-countries-info/sitemap-countries-info-client.d.ts +2 -2
- package/src/models/sitemap-countries-info/sitemap-countries-info-client.js +1 -1
- package/src/models/sitemap-country-degree-info/i-sitemap-country-degree-info.d.ts +1 -1
- package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.d.ts +2 -2
- package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js +1 -1
- package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.d.ts +2 -2
- package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js +1 -1
- package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.d.ts +2 -2
- package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js +1 -1
- package/src/models/sitemap-programme-info/sitemap-programme-info-client.d.ts +2 -2
- package/src/models/sitemap-programme-info/sitemap-programme-info-client.js +1 -1
- package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.d.ts +2 -2
- package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js +1 -1
- package/src/types/portal-map.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICopilotCountry } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ICopilotCountry } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class CopilotCountryClient extends ModelClient<ICopilotCountry> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CopilotCountryClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class CopilotCountryClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'copilot-country';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICopilotProgramme } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ICopilotProgramme } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class CopilotProgrammeClient extends ModelClient<ICopilotProgramme> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CopilotProgrammeClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class CopilotProgrammeClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'copilot-programme';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IEnglishRequirements, IGPARequirement, IGeoTargetingValues, IInternalLink, ILink, ILivingCost, ITiming, ITuitionValues } from "
|
|
1
|
+
import { IEnglishRequirements, IGPARequirement, IGeoTargetingValues, IInternalLink, ILink, ILivingCost, ITiming, ITuitionValues } from "../../../index.js";
|
|
2
2
|
export interface ICopilotProgramme {
|
|
3
3
|
/**
|
|
4
4
|
* Get country the programme is taught in
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICustomerIOOrganisation } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ICustomerIOOrganisation } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class CustomerIOOrganisationClient extends ModelClient<ICustomerIOOrganisation> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CustomerIOOrganisationClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class CustomerIOOrganisationClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'customerio-organisation';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICustomerIOProgramme } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ICustomerIOProgramme } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class CustomerIOProgrammeClient extends ModelClient<ICustomerIOProgramme> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CustomerIOProgrammeClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class CustomerIOProgrammeClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'customerio-programme';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITiming, ITuitionFee } from "
|
|
1
|
+
import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITiming, ITuitionFee } from "../../../index.js";
|
|
2
2
|
export interface ICustomerIOProgramme {
|
|
3
3
|
/**
|
|
4
4
|
* Campaign type of the campaign the programme is attached to
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IFaq } from "./i-faq";
|
|
2
|
-
import { IStaticContent } from "./i-static-content";
|
|
1
|
+
import { IFaq } from "./i-faq.js";
|
|
2
|
+
import { IStaticContent } from "./i-static-content.js";
|
|
3
3
|
export interface IFaqStaticContent {
|
|
4
4
|
getFaqId(): number | null;
|
|
5
5
|
getStaticContentId(): number | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ModelClient } from "../../model-client";
|
|
2
|
-
import { IFaqStaticContent } from "./i-faq-static-content";
|
|
1
|
+
import { ModelClient } from "../../model-client.js";
|
|
2
|
+
import { IFaqStaticContent } from "./i-faq-static-content.js";
|
|
3
3
|
export declare class PublicFaqStaticContentClient extends ModelClient<IFaqStaticContent> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PublicFaqStaticContentClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class PublicFaqStaticContentClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'faq-static-content';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IReviewRating } from "../common/i-review-rating";
|
|
2
|
-
import { IRankingDiscipline } from "./i-ranking-discipline";
|
|
1
|
+
import { IReviewRating } from "../common/i-review-rating.js";
|
|
2
|
+
import { IRankingDiscipline } from "./i-ranking-discipline.js";
|
|
3
3
|
export interface IOrganisationCard {
|
|
4
4
|
getNumberOfProgrammesForBachelors(): number;
|
|
5
5
|
getNumberOfProgrammesForDistanceLearning(): number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IOrganisationCard } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IOrganisationCard } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class OrganisationCardClient extends ModelClient<IOrganisationCard> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OrganisationCardClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class OrganisationCardClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'organisation-card';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IOrganisationForSearch } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IOrganisationForSearch } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class PublicOrganisationForSearchClient extends ModelClient<IOrganisationForSearch> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PublicOrganisationForSearchClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class PublicOrganisationForSearchClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'organisation-for-search';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IOrganisationSearchDocument } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IOrganisationSearchDocument } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class OrganisationSearchDocumentClient extends ModelClient<IOrganisationSearchDocument> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OrganisationSearchDocumentClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class OrganisationSearchDocumentClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'organisation-search-document';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICover, IDuration, IEnglishRequirements, IGPARequirement, IInternalLink, ILink, ILivingCost, ILocation, ILogo, ITiming, ITrackedLink, ITracking, ITuitionFee } from "
|
|
2
|
-
import { IReviewRating } from "../common/i-review-rating";
|
|
1
|
+
import { ICover, IDuration, IEnglishRequirements, IGPARequirement, IInternalLink, ILink, ILivingCost, ILocation, ILogo, ITiming, ITrackedLink, ITracking, ITuitionFee } from "../../../index.js";
|
|
2
|
+
import { IReviewRating } from "../common/i-review-rating.js";
|
|
3
3
|
export interface IProgrammeCard {
|
|
4
4
|
/**
|
|
5
5
|
* ISO code of the country the programme is taught.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IProgrammeCard } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IProgrammeCard } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class ProgrammeCardClient extends ModelClient<IProgrammeCard> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ProgrammeCardClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class ProgrammeCardClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'programme-card';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IScholarshipCard } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IScholarshipCard } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class PublicScholarshipCardClient extends ModelClient<IScholarshipCard> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PublicScholarshipCardClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class PublicScholarshipCardClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'scholarship-card';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IScholarshipCard } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IScholarshipCard } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class ScholarshipCardV2Client extends ModelClient<IScholarshipCard> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ScholarshipCardV2Client = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class ScholarshipCardV2Client extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'scholarship-card-v2';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IScholarshipSearchDocument } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { IScholarshipSearchDocument } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class ScholarshipSearchDocumentClient extends ModelClient<IScholarshipSearchDocument> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ScholarshipSearchDocumentClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class ScholarshipSearchDocumentClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'scholarship-search-document';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISearchDiscipline } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISearchDiscipline } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class PublicSearchDisciplineClient extends ModelClient<ISearchDiscipline> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PublicSearchDisciplineClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class PublicSearchDisciplineClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'search-discipline';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IGeoTargetingValues, IOrganisationValues, IPremiumValues, ITuitionValues } from "
|
|
1
|
+
import { IGeoTargetingValues, IOrganisationValues, IPremiumValues, ITuitionValues } from "../../../index.js";
|
|
2
2
|
export interface ISearchProjection {
|
|
3
3
|
/**
|
|
4
4
|
* List of area IDs where the programme is taught at (through venues).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISearchProjection } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISearchProjection } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SearchProjectionClient extends ModelClient<ISearchProjection> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SearchProjectionClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SearchProjectionClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'search-projection';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapArticleInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapArticleInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapArticlesInfoClient extends ModelClient<ISitemapArticleInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapArticlesInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapArticlesInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-articles-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapCityInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapCityInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapCitiesInfoClient extends ModelClient<ISitemapCityInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapCitiesInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapCitiesInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-cities-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapCountryInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapCountryInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapCountriesInfoClient extends ModelClient<ISitemapCountryInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapCountriesInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapCountriesInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-countries-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapCountryDegreeInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapCountryDegreeInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapCountryDegreeInfoClient extends ModelClient<ISitemapCountryDegreeInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapCountryDegreeInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapCountryDegreeInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-country-degree-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapDisciplineInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapDisciplineInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapDisciplinesInfoClient extends ModelClient<ISitemapDisciplineInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapDisciplinesInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapDisciplinesInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-disciplines-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapOrganisationInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapOrganisationInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapOrganisationsInfoClient extends ModelClient<ISitemapOrganisationInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapOrganisationsInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapOrganisationsInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-organisations-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapProgrammeInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapProgrammeInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapProgrammeInfoClient extends ModelClient<ISitemapProgrammeInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapProgrammeInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapProgrammeInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-programme-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ISitemapRankingsInfo } from "
|
|
2
|
-
import { ModelClient } from "../../model-client";
|
|
1
|
+
import { ISitemapRankingsInfo } from "../../../index.js";
|
|
2
|
+
import { ModelClient } from "../../model-client.js";
|
|
3
3
|
export declare class SitemapRankingsInfoClient extends ModelClient<ISitemapRankingsInfo> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SitemapRankingsInfoClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
4
|
+
const model_client_1 = require("../../model-client.js");
|
|
5
5
|
class SitemapRankingsInfoClient extends model_client_1.ModelClient {
|
|
6
6
|
getModelName() {
|
|
7
7
|
return 'sitemap-rankings-info';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { PortalType } from "./portal-type";
|
|
1
|
+
import { PortalType } from "./portal-type.js";
|
|
2
2
|
export type PortalMap = Map<PortalType, string>;
|