@studyportals/domain-client 7.0.0 → 7.0.1-beta.1
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.js +81 -34
- package/package.json +18 -2
- package/protobuf/Area.js +4 -1
- package/protobuf/Article.js +33 -30
- package/protobuf/Body.js +4 -1
- package/protobuf/CampaignInformation.js +4 -1
- package/protobuf/ClickTracking.js +4 -1
- package/protobuf/CommercialEntity.js +4 -1
- package/protobuf/Cover.js +4 -1
- package/protobuf/Deadline.js +4 -1
- package/protobuf/Degree.js +4 -1
- package/protobuf/Description.js +16 -13
- package/protobuf/Discipline.js +13 -10
- package/protobuf/Duration.js +4 -1
- package/protobuf/EnglishRequirement.js +4 -1
- package/protobuf/EssentialInformation.js +4 -1
- package/protobuf/File.js +6 -3
- package/protobuf/GPARequirement.js +4 -1
- package/protobuf/InternalLink.js +6 -3
- package/protobuf/Link.js +4 -1
- package/protobuf/LivingCost.js +4 -1
- package/protobuf/Location.js +11 -8
- package/protobuf/Logo.js +4 -1
- package/protobuf/MiniProgrammeCard.js +13 -10
- package/protobuf/OptionalLink.js +4 -1
- package/protobuf/Organisation.js +89 -86
- package/protobuf/OrganisationInformation.js +4 -1
- package/protobuf/OrganisationRanking.js +10 -7
- package/protobuf/Person.js +7 -4
- package/protobuf/ProgrammeCard.js +46 -43
- package/protobuf/ProgrammeGrid.js +12 -9
- package/protobuf/Ranking.js +9 -6
- package/protobuf/RankingInstitute.js +7 -4
- package/protobuf/Review.js +7 -4
- package/protobuf/ReviewRating.js +4 -1
- package/protobuf/RichText.js +4 -1
- package/protobuf/SocialLink.js +4 -1
- package/protobuf/StartDate.js +7 -4
- package/protobuf/Timing.js +10 -7
- package/protobuf/Topic.js +4 -1
- package/protobuf/TrackedLink.js +7 -4
- package/protobuf/Tracking.js +7 -4
- package/protobuf/TuitionFee.js +4 -1
- package/protobuf/Unibuddy.js +4 -1
- package/protobuf/index.js +58 -42
- package/src/clients/article-detail-page-client.js +8 -4
- package/src/clients/index.js +20 -4
- package/src/clients/organisation-page-client.js +8 -4
- package/src/clients/protobuf-client.js +7 -3
- package/src/clients/public-mini-programme-card-client.js +8 -4
- package/src/domain-client.js +13 -9
- package/src/exceptions/bad-request-exception.js +5 -1
- package/src/exceptions/client-exception.js +5 -1
- package/src/exceptions/internal-server-exception.js +5 -1
- package/src/exceptions/not-found-exception.js +5 -1
- package/src/exceptions/property-not-available-exception.js +5 -1
- package/src/factories/DateFactory.js +5 -1
- package/src/factories/InternalLinkFactory.js +5 -1
- package/src/i-api-response.js +2 -1
- package/src/i-class-factory.js +2 -1
- package/src/i-model-description.js +4 -1
- package/src/model-client.js +12 -8
- package/src/model-factory.js +14 -10
- package/src/models/bestfit-programme/bestfit-programme-client.js +6 -2
- package/src/models/bestfit-programme/i-best-fit-programme.js +2 -1
- package/src/models/bestfit-programme/i-city.js +2 -1
- package/src/models/bestfit-programme/i-living-cost.js +2 -1
- package/src/models/city-search-document/city-search-document-client.js +6 -2
- package/src/models/city-search-document/i-city-search-document.js +2 -1
- package/src/models/common/i-city.js +2 -1
- package/src/models/common/i-country.js +2 -1
- package/src/models/common/i-english-requirements.js +2 -1
- package/src/models/common/i-g-p-a-requirement.js +2 -1
- package/src/models/common/i-internal-link.js +2 -1
- package/src/models/common/i-logo.js +2 -1
- package/src/models/common/i-review-rating.js +2 -1
- package/src/models/common/i-tuition-fee.js +2 -1
- package/src/models/copilot-country/copilot-country-client.js +6 -2
- package/src/models/copilot-country/i-copilot-country.js +2 -1
- package/src/models/copilot-country/i-copilot-ranking-card.js +2 -1
- package/src/models/copilot-programme/copilot-programme-client.js +6 -2
- package/src/models/copilot-programme/i-copilot-programme.js +2 -1
- package/src/models/customerio-organisation/customerio-organisation-client.js +6 -2
- package/src/models/customerio-organisation/i-customer-io-organisation.js +2 -1
- package/src/models/customerio-organisation/i-review.js +2 -1
- package/src/models/customerio-programme/customerio-programme-client.js +6 -2
- package/src/models/customerio-programme/i-customer-io-programme.js +2 -1
- package/src/models/customerio-programme/i-internal-link.js +2 -1
- package/src/models/faq-static-content/i-faq-static-content.js +2 -1
- package/src/models/faq-static-content/i-faq.js +2 -1
- package/src/models/faq-static-content/i-static-content-url.js +2 -1
- package/src/models/faq-static-content/i-static-content.js +2 -1
- package/src/models/faq-static-content/public-faq-static-content-client.js +6 -2
- package/src/models/organisation-card/i-organisation-card.js +2 -1
- package/src/models/organisation-card/i-ranking-discipline.js +2 -1
- package/src/models/organisation-card/organisation-card-client.js +6 -2
- package/src/models/organisation-for-search/i-organisation-for-search.js +2 -1
- package/src/models/organisation-for-search/public-organisation-for-search-client.js +6 -2
- package/src/models/organisation-search-document/i-organisation-search-document.js +2 -1
- package/src/models/organisation-search-document/organisation-search-document-client.js +6 -2
- package/src/models/programme-card/i-click-tracking-data.js +2 -1
- package/src/models/programme-card/i-cover.js +2 -1
- package/src/models/programme-card/i-deadline.js +2 -1
- package/src/models/programme-card/i-duration.js +2 -1
- package/src/models/programme-card/i-internal-link.js +2 -1
- package/src/models/programme-card/i-link.js +2 -1
- package/src/models/programme-card/i-location.js +2 -1
- package/src/models/programme-card/i-logo.js +2 -1
- package/src/models/programme-card/i-optional-link.js +2 -1
- package/src/models/programme-card/i-programme-card.js +2 -1
- package/src/models/programme-card/i-start-date.js +2 -1
- package/src/models/programme-card/i-timing.js +2 -1
- package/src/models/programme-card/i-tracked-link.js +2 -1
- package/src/models/programme-card/i-tracking.js +2 -1
- package/src/models/programme-card/i-tuition-fee.js +2 -1
- package/src/models/programme-card/programme-card-client.js +6 -2
- package/src/models/ranking-cards/i-ranking.js +2 -1
- package/src/models/scholarship-card/i-scholarship-card-v2.js +2 -1
- package/src/models/scholarship-card/i-scholarship-card.js +2 -1
- package/src/models/scholarship-card/public-scholarship-card-client.js +6 -2
- package/src/models/scholarship-card/scholarship-card-v2-client.js +6 -2
- package/src/models/scholarship-search-document/i-scholarship-search-document.js +2 -1
- package/src/models/scholarship-search-document/scholarship-search-document-client.js +6 -2
- package/src/models/search-discipline/i-search-discipline.js +2 -1
- package/src/models/search-discipline/public-search-discipline-client.js +6 -2
- package/src/models/search-projection/i-geo-targeting-configuration.js +2 -1
- package/src/models/search-projection/i-geo-targeting-values.js +2 -1
- package/src/models/search-projection/i-organisation-values.js +2 -1
- package/src/models/search-projection/i-premium-values.js +2 -1
- package/src/models/search-projection/i-search-projection.js +2 -1
- package/src/models/search-projection/i-tuition-values.js +2 -1
- package/src/models/search-projection/search-projection-client.js +6 -2
- package/src/models/sitemap-articles-info/i-sitemap-article-info.js +2 -1
- package/src/models/sitemap-articles-info/sitemap-articles-info-client.js +6 -2
- package/src/models/sitemap-cities-info/i-sitemap-city-info.js +2 -1
- package/src/models/sitemap-cities-info/sitemap-cities-info-client.js +6 -2
- package/src/models/sitemap-countries-info/i-sitemap-country-info.js +2 -1
- package/src/models/sitemap-countries-info/sitemap-countries-info-client.js +6 -2
- package/src/models/sitemap-country-degree-info/i-degree-info.js +2 -1
- package/src/models/sitemap-country-degree-info/i-sitemap-country-degree-info.js +2 -1
- package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js +6 -2
- package/src/models/sitemap-disciplines-info/i-sitemap-discipline-info.js +2 -1
- package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js +6 -2
- package/src/models/sitemap-organisations-info/i-sitemap-organisation-info.js +2 -1
- package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js +6 -2
- package/src/models/sitemap-programme-info/i-sitemap-programme-info.js +2 -1
- package/src/models/sitemap-programme-info/sitemap-programme-info-client.js +6 -2
- package/src/models/sitemap-rankings-info/i-sitemap-rankings-info.js +2 -1
- package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js +6 -2
- package/src/types/portal-map.js +2 -1
- package/src/types/portal-type.js +5 -2
- package/src/types.js +2 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomerIOOrganisationClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class CustomerIOOrganisationClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'customerio-organisation';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class CustomerIOOrganisationClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.CustomerIOOrganisationClient = CustomerIOOrganisationClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomerIOProgrammeClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class CustomerIOProgrammeClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'customerio-programme';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class CustomerIOProgrammeClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.CustomerIOProgrammeClient = CustomerIOProgrammeClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublicFaqStaticContentClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class PublicFaqStaticContentClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'faq-static-content';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class PublicFaqStaticContentClient extends ModelClient {
|
|
|
10
13
|
return true;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.PublicFaqStaticContentClient = PublicFaqStaticContentClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrganisationCardClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class OrganisationCardClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'organisation-card';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class OrganisationCardClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.OrganisationCardClient = OrganisationCardClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublicOrganisationForSearchClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class PublicOrganisationForSearchClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'organisation-for-search';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class PublicOrganisationForSearchClient extends ModelClient {
|
|
|
10
13
|
return true;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.PublicOrganisationForSearchClient = PublicOrganisationForSearchClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrganisationSearchDocumentClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class OrganisationSearchDocumentClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'organisation-search-document';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class OrganisationSearchDocumentClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.OrganisationSearchDocumentClient = OrganisationSearchDocumentClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProgrammeCardClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class ProgrammeCardClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'programme-card';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class ProgrammeCardClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.ProgrammeCardClient = ProgrammeCardClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublicScholarshipCardClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class PublicScholarshipCardClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'scholarship-card';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class PublicScholarshipCardClient extends ModelClient {
|
|
|
10
13
|
return true;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.PublicScholarshipCardClient = PublicScholarshipCardClient;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScholarshipCardV2Client = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class ScholarshipCardV2Client extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'scholarship-card-v2';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class ScholarshipCardV2Client extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.ScholarshipCardV2Client = ScholarshipCardV2Client;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScholarshipSearchDocumentClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class ScholarshipSearchDocumentClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'scholarship-search-document';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class ScholarshipSearchDocumentClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.ScholarshipSearchDocumentClient = ScholarshipSearchDocumentClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublicSearchDisciplineClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class PublicSearchDisciplineClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'search-discipline';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class PublicSearchDisciplineClient extends ModelClient {
|
|
|
10
13
|
return true;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.PublicSearchDisciplineClient = PublicSearchDisciplineClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchProjectionClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SearchProjectionClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'search-projection';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SearchProjectionClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SearchProjectionClient = SearchProjectionClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapArticlesInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapArticlesInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-articles-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapArticlesInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapArticlesInfoClient = SitemapArticlesInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapCitiesInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapCitiesInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-cities-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapCitiesInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapCitiesInfoClient = SitemapCitiesInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapCountriesInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapCountriesInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-countries-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapCountriesInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapCountriesInfoClient = SitemapCountriesInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapCountryDegreeInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapCountryDegreeInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-country-degree-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapCountryDegreeInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapCountryDegreeInfoClient = SitemapCountryDegreeInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapDisciplinesInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapDisciplinesInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-disciplines-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapDisciplinesInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapDisciplinesInfoClient = SitemapDisciplinesInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapOrganisationsInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapOrganisationsInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-organisations-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapOrganisationsInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapOrganisationsInfoClient = SitemapOrganisationsInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapProgrammeInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapProgrammeInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-programme-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapProgrammeInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapProgrammeInfoClient = SitemapProgrammeInfoClient;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SitemapRankingsInfoClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class SitemapRankingsInfoClient extends model_client_1.ModelClient {
|
|
3
6
|
getModelName() {
|
|
4
7
|
return 'sitemap-rankings-info';
|
|
5
8
|
}
|
|
@@ -10,3 +13,4 @@ export class SitemapRankingsInfoClient extends ModelClient {
|
|
|
10
13
|
return false;
|
|
11
14
|
}
|
|
12
15
|
}
|
|
16
|
+
exports.SitemapRankingsInfoClient = SitemapRankingsInfoClient;
|
package/src/types/portal-map.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/src/types/portal-type.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PortalType = void 0;
|
|
4
|
+
var PortalType;
|
|
2
5
|
(function (PortalType) {
|
|
3
6
|
PortalType["MASTER"] = "master";
|
|
4
7
|
PortalType["BACHELOR"] = "bachelor";
|
|
5
8
|
PortalType["PHD"] = "phd";
|
|
6
9
|
PortalType["SHORT"] = "short";
|
|
7
10
|
PortalType["DISTANCE_LEARNING"] = "distance_learning";
|
|
8
|
-
})(PortalType || (PortalType = {}));
|
|
11
|
+
})(PortalType || (exports.PortalType = PortalType = {}));
|
package/src/types.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|