@studyportals/domain-client 5.4.3 → 5.4.4
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 +2 -2
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/models/scholarship-card/{public-scholarship-card-v2-client.d.ts → scholarship-card-v2-client.d.ts} +1 -1
- package/src/models/scholarship-card/scholarship-card-v2-client.js +17 -0
- package/src/models/scholarship-card/scholarship-card-v2-client.js.map +1 -0
- package/src/models/scholarship-card/public-scholarship-card-v2-client.js +0 -17
- package/src/models/scholarship-card/public-scholarship-card-v2-client.js.map +0 -1
package/index.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ import { ISitemapCityInfo } from "./src/models/sitemap-cities-info/i-sitemap-cit
|
|
|
64
64
|
import { SitemapCitiesInfoClient } from "./src/models/sitemap-cities-info/sitemap-cities-info-client";
|
|
65
65
|
import { IScholarshipCard } from "./src/models/scholarship-card/i-scholarship-card";
|
|
66
66
|
import { PublicScholarshipCardClient } from "./src/models/scholarship-card/public-scholarship-card-client";
|
|
67
|
-
import {
|
|
67
|
+
import { ScholarshipCardV2Client } from "./src/models/scholarship-card/scholarship-card-v2-client";
|
|
68
68
|
import { IScholarshipSearchDocument } from "./src/models/scholarship-search-document/i-scholarship-search-document";
|
|
69
69
|
import { ScholarshipSearchDocumentClient } from "./src/models/scholarship-search-document/scholarship-search-document-client";
|
|
70
70
|
import { IRanking } from './src/models/ranking-cards/i-ranking';
|
|
@@ -78,4 +78,4 @@ import { CopilotProgrammeClient } from "./src/models/copilot-programme/copilot-p
|
|
|
78
78
|
import { ICopilotCountry } from "./src/models/copilot-country/i-copilot-country";
|
|
79
79
|
import { CopilotCountryClient } from "./src/models/copilot-country/copilot-country-client";
|
|
80
80
|
import { ICopilotRankingCard } from "./src/models/copilot-country/i-copilot-ranking-card";
|
|
81
|
-
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, ICustomerIOProgramme, CustomerIOProgrammeClient, ISitemapProgrammeInfo, SitemapProgrammeInfoClient, ISitemapCountryInfo, SitemapCountriesInfoClient, IDegreeInfo, ISitemapCountryDegreeInfo, SitemapCountryDegreeInfoClient, ISearchDiscipline, PublicSearchDisciplineClient, ISitemapDisciplineInfo, SitemapDisciplinesInfoClient, ICountry, ICity, IReview, ICustomerIOOrganisation, CustomerIOOrganisationClient, ISitemapOrganisationInfo, SitemapOrganisationsInfoClient, IOrganisationSearchDocument, OrganisationSearchDocumentClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient,
|
|
81
|
+
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, ICustomerIOProgramme, CustomerIOProgrammeClient, ISitemapProgrammeInfo, SitemapProgrammeInfoClient, ISitemapCountryInfo, SitemapCountriesInfoClient, IDegreeInfo, ISitemapCountryDegreeInfo, SitemapCountryDegreeInfoClient, ISearchDiscipline, PublicSearchDisciplineClient, ISitemapDisciplineInfo, SitemapDisciplinesInfoClient, ICountry, ICity, IReview, ICustomerIOOrganisation, CustomerIOOrganisationClient, ISitemapOrganisationInfo, SitemapOrganisationsInfoClient, IOrganisationSearchDocument, OrganisationSearchDocumentClient, ISitemapRankingsInfo, SitemapRankingsInfoClient, ISitemapArticleInfo, SitemapArticlesInfoClient, ISitemapCityInfo, SitemapCitiesInfoClient, IScholarshipCard, PublicScholarshipCardClient, ScholarshipCardV2Client, IScholarshipSearchDocument, ScholarshipSearchDocumentClient, IRanking, PortalType, PortalMap, ModelClient, IOrganisationForSearch, PublicOrganisationForSearchClient, IOrganisationCard, IRankingDiscipline, OrganisationCardClient, ICopilotProgramme, ICopilotCountry, CopilotProgrammeClient, CopilotCountryClient, ICopilotRankingCard };
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CopilotCountryClient = exports.CopilotProgrammeClient = exports.OrganisationCardClient = exports.PublicOrganisationForSearchClient = exports.ModelClient = exports.PortalType = exports.ScholarshipSearchDocumentClient = exports.
|
|
3
|
+
exports.CopilotCountryClient = exports.CopilotProgrammeClient = exports.OrganisationCardClient = exports.PublicOrganisationForSearchClient = exports.ModelClient = exports.PortalType = exports.ScholarshipSearchDocumentClient = exports.ScholarshipCardV2Client = exports.PublicScholarshipCardClient = exports.SitemapCitiesInfoClient = exports.SitemapArticlesInfoClient = exports.SitemapRankingsInfoClient = exports.OrganisationSearchDocumentClient = exports.SitemapOrganisationsInfoClient = exports.CustomerIOOrganisationClient = exports.SitemapDisciplinesInfoClient = exports.PublicSearchDisciplineClient = exports.SitemapCountryDegreeInfoClient = exports.SitemapCountriesInfoClient = exports.SitemapProgrammeInfoClient = exports.CustomerIOProgrammeClient = exports.BestfitProgrammeClient = exports.SearchProjectionClient = exports.ProgrammeCardClient = exports.PropertyNotAvailableException = exports.NotFoundException = exports.InternalServerException = exports.ClientException = exports.BadRequestException = void 0;
|
|
4
4
|
const bad_request_exception_1 = require("./src/exceptions/bad-request-exception");
|
|
5
5
|
Object.defineProperty(exports, "BadRequestException", { enumerable: true, get: function () { return bad_request_exception_1.BadRequestException; } });
|
|
6
6
|
const client_exception_1 = require("./src/exceptions/client-exception");
|
|
@@ -45,8 +45,8 @@ const sitemap_cities_info_client_1 = require("./src/models/sitemap-cities-info/s
|
|
|
45
45
|
Object.defineProperty(exports, "SitemapCitiesInfoClient", { enumerable: true, get: function () { return sitemap_cities_info_client_1.SitemapCitiesInfoClient; } });
|
|
46
46
|
const public_scholarship_card_client_1 = require("./src/models/scholarship-card/public-scholarship-card-client");
|
|
47
47
|
Object.defineProperty(exports, "PublicScholarshipCardClient", { enumerable: true, get: function () { return public_scholarship_card_client_1.PublicScholarshipCardClient; } });
|
|
48
|
-
const
|
|
49
|
-
Object.defineProperty(exports, "
|
|
48
|
+
const scholarship_card_v2_client_1 = require("./src/models/scholarship-card/scholarship-card-v2-client");
|
|
49
|
+
Object.defineProperty(exports, "ScholarshipCardV2Client", { enumerable: true, get: function () { return scholarship_card_v2_client_1.ScholarshipCardV2Client; } });
|
|
50
50
|
const scholarship_search_document_client_1 = require("./src/models/scholarship-search-document/scholarship-search-document-client");
|
|
51
51
|
Object.defineProperty(exports, "ScholarshipSearchDocumentClient", { enumerable: true, get: function () { return scholarship_search_document_client_1.ScholarshipSearchDocumentClient; } });
|
|
52
52
|
const portal_type_1 = require("./src/types/portal-type");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA6E;AAkF5E,oGAlFQ,2CAAmB,OAkFR;AAjFpB,wEAAoE;AAkFnE,gGAlFQ,kCAAe,OAkFR;AAjFhB,0FAAqF;AAkFpF,wGAlFQ,mDAAuB,OAkFR;AAjFxB,8EAAyE;AAkFxE,kGAlFQ,uCAAiB,OAkFR;AAjFlB,wGAAkG;AAkFjG,8GAlFQ,gEAA6B,OAkFR;AArE9B,6FAAwF;AAkFvF,oGAlFQ,2CAAmB,OAkFR;AA3EpB,sGAAiG;AAkFhG,uGAlFQ,iDAAsB,OAkFR;AA9EvB,sGAAiG;AAkFhG,uGAlFQ,iDAAsB,OAkFR;AA5EvB,+GAA0G;AAkFzG,0GAlFQ,uDAAyB,OAkFR;AAhF1B,qHAA+G;AAkF9G,2GAlFQ,0DAA0B,OAkFR;AAhF3B,qHAA+G;AAkF9G,2GAlFQ,0DAA0B,OAkFR;AA/E3B,oIAA6H;AAkF5H,+GAlFQ,mEAA8B,OAkFR;AAhF/B,oHAA8G;AAkF7G,6GAlFQ,8DAA4B,OAkFR;AAhF7B,2HAAqH;AAkFpH,6GAlFQ,8DAA4B,OAkFR;AA7E7B,wHAAmH;AAkFlH,6GAlFQ,6DAA4B,OAkFR;AAhF7B,iIAA2H;AAkF1H,+GAlFQ,kEAA8B,OAkFR;AA/E/B,sGAAiG;AAqGhG,uGArGQ,iDAAsB,OAqGR;AAnGvB,uIAAiI;AA+EhI,iHA/EQ,sEAAgC,OA+ER;AA7EjC,kHAA4G;AA+E3G,0GA/EQ,wDAAyB,OA+ER;AA7E1B,kHAA4G;AA+E3G,0GA/EQ,wDAAyB,OA+ER;AA7E1B,4GAAsG;AA+ErG,wGA/EQ,oDAAuB,OA+ER;AA7ExB,iHAA2G;AA+E1G,4GA/EQ,4DAA2B,OA+ER;AA9E5B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA6E;AAkF5E,oGAlFQ,2CAAmB,OAkFR;AAjFpB,wEAAoE;AAkFnE,gGAlFQ,kCAAe,OAkFR;AAjFhB,0FAAqF;AAkFpF,wGAlFQ,mDAAuB,OAkFR;AAjFxB,8EAAyE;AAkFxE,kGAlFQ,uCAAiB,OAkFR;AAjFlB,wGAAkG;AAkFjG,8GAlFQ,gEAA6B,OAkFR;AArE9B,6FAAwF;AAkFvF,oGAlFQ,2CAAmB,OAkFR;AA3EpB,sGAAiG;AAkFhG,uGAlFQ,iDAAsB,OAkFR;AA9EvB,sGAAiG;AAkFhG,uGAlFQ,iDAAsB,OAkFR;AA5EvB,+GAA0G;AAkFzG,0GAlFQ,uDAAyB,OAkFR;AAhF1B,qHAA+G;AAkF9G,2GAlFQ,0DAA0B,OAkFR;AAhF3B,qHAA+G;AAkF9G,2GAlFQ,0DAA0B,OAkFR;AA/E3B,oIAA6H;AAkF5H,+GAlFQ,mEAA8B,OAkFR;AAhF/B,oHAA8G;AAkF7G,6GAlFQ,8DAA4B,OAkFR;AAhF7B,2HAAqH;AAkFpH,6GAlFQ,8DAA4B,OAkFR;AA7E7B,wHAAmH;AAkFlH,6GAlFQ,6DAA4B,OAkFR;AAhF7B,iIAA2H;AAkF1H,+GAlFQ,kEAA8B,OAkFR;AA/E/B,sGAAiG;AAqGhG,uGArGQ,iDAAsB,OAqGR;AAnGvB,uIAAiI;AA+EhI,iHA/EQ,sEAAgC,OA+ER;AA7EjC,kHAA4G;AA+E3G,0GA/EQ,wDAAyB,OA+ER;AA7E1B,kHAA4G;AA+E3G,0GA/EQ,wDAAyB,OA+ER;AA7E1B,4GAAsG;AA+ErG,wGA/EQ,oDAAuB,OA+ER;AA7ExB,iHAA2G;AA+E1G,4GA/EQ,4DAA2B,OA+ER;AA9E5B,yGAAmG;AA+ElG,wGA/EQ,oDAAuB,OA+ER;AA7ExB,oIAA8H;AA+E7H,gHA/EQ,oEAA+B,OA+ER;AA7EhC,yDAAqD;AA+EpD,2FA/EQ,wBAAU,OA+ER;AA7EX,qDAAiD;AA+EhD,4FA/EQ,0BAAW,OA+ER;AA7EZ,sIAA+H;AA+E9H,kHA/EQ,yEAAiC,OA+ER;AA7ElC,sGAAiG;AAmFhG,uGAnFQ,iDAAsB,OAmFR;AAjFvB,gGAA2F;AAkF1F,qGAlFQ,6CAAoB,OAkFR"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IScholarshipCard } from "../../..";
|
|
2
2
|
import { ModelClient } from "../../model-client";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class ScholarshipCardV2Client extends ModelClient<IScholarshipCard> {
|
|
4
4
|
protected getModelName(): string;
|
|
5
5
|
protected getVersion(): string;
|
|
6
6
|
isPublic(): boolean;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 {
|
|
6
|
+
getModelName() {
|
|
7
|
+
return 'scholarship-card-v2';
|
|
8
|
+
}
|
|
9
|
+
getVersion() {
|
|
10
|
+
return 'v1';
|
|
11
|
+
}
|
|
12
|
+
isPublic() {
|
|
13
|
+
return false;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.ScholarshipCardV2Client = ScholarshipCardV2Client;
|
|
17
|
+
//# sourceMappingURL=scholarship-card-v2-client.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scholarship-card-v2-client.js","sourceRoot":"","sources":["../../../../src/models/scholarship-card/scholarship-card-v2-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,0BAA6B;IAC/D,YAAY;QACrB,OAAO,qBAAqB,CAAC;IAC9B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,0DAYC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PublicScholarshipCardV2Client = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
5
|
-
class PublicScholarshipCardV2Client extends model_client_1.ModelClient {
|
|
6
|
-
getModelName() {
|
|
7
|
-
return 'scholarship-card-v2';
|
|
8
|
-
}
|
|
9
|
-
getVersion() {
|
|
10
|
-
return 'v1';
|
|
11
|
-
}
|
|
12
|
-
isPublic() {
|
|
13
|
-
return true;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.PublicScholarshipCardV2Client = PublicScholarshipCardV2Client;
|
|
17
|
-
//# sourceMappingURL=public-scholarship-card-v2-client.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public-scholarship-card-v2-client.js","sourceRoot":"","sources":["../../../../src/models/scholarship-card/public-scholarship-card-v2-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,6BAA8B,SAAQ,0BAA6B;IACrE,YAAY;QACrB,OAAO,qBAAqB,CAAC;IAC9B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,IAAI,CAAC;IACb,CAAC;CACD;AAZD,sEAYC"}
|