@studyportals/domain-client 5.4.4-beta.2 → 5.4.4-beta.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/faq-static-content/{faq-static-content-client.d.ts → public-faq-static-content-client.d.ts} +1 -1
- package/src/models/faq-static-content/public-faq-static-content-client.js +17 -0
- package/src/models/faq-static-content/public-faq-static-content-client.js.map +1 -0
- package/src/models/faq-static-content/faq-static-content-client.js +0 -17
- package/src/models/faq-static-content/faq-static-content-client.js.map +0 -1
package/index.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ import { IInternalLink } from "./src/models/customerio-programme/i-internal-link
|
|
|
34
34
|
import { ICustomerIOProgramme } from "./src/models/customerio-programme/i-customer-io-programme";
|
|
35
35
|
import { CustomerIOProgrammeClient } from "./src/models/customerio-programme/customerio-programme-client";
|
|
36
36
|
import { IFaqStaticContent } from "./src/models/faq-static-content/i-faq-static-content";
|
|
37
|
-
import {
|
|
37
|
+
import { PublicFaqStaticContentClient } from "./src/models/faq-static-content/public-faq-static-content-client";
|
|
38
38
|
import { ISitemapProgrammeInfo } from "./src/models/sitemap-programme-info/i-sitemap-programme-info";
|
|
39
39
|
import { SitemapProgrammeInfoClient } from "./src/models/sitemap-programme-info/sitemap-programme-info-client";
|
|
40
40
|
import { ISitemapCountryInfo } from "./src/models/sitemap-countries-info/i-sitemap-country-info";
|
|
@@ -80,4 +80,4 @@ import { CopilotProgrammeClient } from "./src/models/copilot-programme/copilot-p
|
|
|
80
80
|
import { ICopilotCountry } from "./src/models/copilot-country/i-copilot-country";
|
|
81
81
|
import { CopilotCountryClient } from "./src/models/copilot-country/copilot-country-client";
|
|
82
82
|
import { ICopilotRankingCard } from "./src/models/copilot-country/i-copilot-ranking-card";
|
|
83
|
-
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, IFaqStaticContent,
|
|
83
|
+
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, IFaqStaticContent, PublicFaqStaticContentClient, 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, PublicScholarshipCardV2Client, 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.PublicScholarshipCardV2Client = 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.
|
|
3
|
+
exports.CopilotCountryClient = exports.CopilotProgrammeClient = exports.OrganisationCardClient = exports.PublicOrganisationForSearchClient = exports.ModelClient = exports.PortalType = exports.ScholarshipSearchDocumentClient = exports.PublicScholarshipCardV2Client = 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.PublicFaqStaticContentClient = 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");
|
|
@@ -19,8 +19,8 @@ const bestfit_programme_client_1 = require("./src/models/bestfit-programme/bestf
|
|
|
19
19
|
Object.defineProperty(exports, "BestfitProgrammeClient", { enumerable: true, get: function () { return bestfit_programme_client_1.BestfitProgrammeClient; } });
|
|
20
20
|
const customerio_programme_client_1 = require("./src/models/customerio-programme/customerio-programme-client");
|
|
21
21
|
Object.defineProperty(exports, "CustomerIOProgrammeClient", { enumerable: true, get: function () { return customerio_programme_client_1.CustomerIOProgrammeClient; } });
|
|
22
|
-
const
|
|
23
|
-
Object.defineProperty(exports, "
|
|
22
|
+
const public_faq_static_content_client_1 = require("./src/models/faq-static-content/public-faq-static-content-client");
|
|
23
|
+
Object.defineProperty(exports, "PublicFaqStaticContentClient", { enumerable: true, get: function () { return public_faq_static_content_client_1.PublicFaqStaticContentClient; } });
|
|
24
24
|
const sitemap_programme_info_client_1 = require("./src/models/sitemap-programme-info/sitemap-programme-info-client");
|
|
25
25
|
Object.defineProperty(exports, "SitemapProgrammeInfoClient", { enumerable: true, get: function () { return sitemap_programme_info_client_1.SitemapProgrammeInfoClient; } });
|
|
26
26
|
const sitemap_countries_info_client_1 = require("./src/models/sitemap-countries-info/sitemap-countries-info-client");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA6E;AAoF5E,oGApFQ,2CAAmB,OAoFR;AAnFpB,wEAAoE;AAoFnE,gGApFQ,kCAAe,OAoFR;AAnFhB,0FAAqF;AAoFpF,wGApFQ,mDAAuB,OAoFR;AAnFxB,8EAAyE;AAoFxE,kGApFQ,uCAAiB,OAoFR;AAnFlB,wGAAkG;AAoFjG,8GApFQ,gEAA6B,OAoFR;AAvE9B,6FAAwF;AAoFvF,oGApFQ,2CAAmB,OAoFR;AA7EpB,sGAAiG;AAoFhG,uGApFQ,iDAAsB,OAoFR;AAhFvB,sGAAiG;AAoFhG,uGApFQ,iDAAsB,OAoFR;AA9EvB,+GAA0G;AAoFzG,0GApFQ,uDAAyB,OAoFR;AAlF1B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA6E;AAoF5E,oGApFQ,2CAAmB,OAoFR;AAnFpB,wEAAoE;AAoFnE,gGApFQ,kCAAe,OAoFR;AAnFhB,0FAAqF;AAoFpF,wGApFQ,mDAAuB,OAoFR;AAnFxB,8EAAyE;AAoFxE,kGApFQ,uCAAiB,OAoFR;AAnFlB,wGAAkG;AAoFjG,8GApFQ,gEAA6B,OAoFR;AAvE9B,6FAAwF;AAoFvF,oGApFQ,2CAAmB,OAoFR;AA7EpB,sGAAiG;AAoFhG,uGApFQ,iDAAsB,OAoFR;AAhFvB,sGAAiG;AAoFhG,uGApFQ,iDAAsB,OAoFR;AA9EvB,+GAA0G;AAoFzG,0GApFQ,uDAAyB,OAoFR;AAlF1B,uHAAgH;AAoF/G,6GApFQ,+DAA4B,OAoFR;AAlF7B,qHAA+G;AAoF9G,2GApFQ,0DAA0B,OAoFR;AAlF3B,qHAA+G;AAoF9G,2GApFQ,0DAA0B,OAoFR;AAjF3B,oIAA6H;AAoF5H,+GApFQ,mEAA8B,OAoFR;AAlF/B,oHAA8G;AAoF7G,6GApFQ,8DAA4B,OAoFR;AAlF7B,2HAAqH;AAoFpH,6GApFQ,8DAA4B,OAoFR;AA/E7B,wHAAmH;AAoFlH,6GApFQ,6DAA4B,OAoFR;AAlF7B,iIAA2H;AAoF1H,+GApFQ,kEAA8B,OAoFR;AAjF/B,sGAAiG;AAuGhG,uGAvGQ,iDAAsB,OAuGR;AArGvB,uIAAiI;AAiFhI,iHAjFQ,sEAAgC,OAiFR;AA/EjC,kHAA4G;AAiF3G,0GAjFQ,wDAAyB,OAiFR;AA/E1B,kHAA4G;AAiF3G,0GAjFQ,wDAAyB,OAiFR;AA/E1B,4GAAsG;AAiFrG,wGAjFQ,oDAAuB,OAiFR;AA/ExB,iHAA2G;AAiF1G,4GAjFQ,4DAA2B,OAiFR;AAhF5B,uHAAgH;AAiF/G,8GAjFQ,iEAA6B,OAiFR;AA/E9B,oIAA8H;AAiF7H,gHAjFQ,oEAA+B,OAiFR;AA/EhC,yDAAqD;AAiFpD,2FAjFQ,wBAAU,OAiFR;AA/EX,qDAAiD;AAiFhD,4FAjFQ,0BAAW,OAiFR;AA/EZ,sIAA+H;AAiF9H,kHAjFQ,yEAAiC,OAiFR;AA/ElC,sGAAiG;AAqFhG,uGArFQ,iDAAsB,OAqFR;AAnFvB,gGAA2F;AAoF1F,qGApFQ,6CAAoB,OAoFR"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ModelClient } from "../../model-client";
|
|
2
2
|
import { IFaqStaticContent } from "./i-faq-static-content";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class PublicFaqStaticContentClient extends ModelClient<IFaqStaticContent> {
|
|
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.PublicFaqStaticContentClient = void 0;
|
|
4
|
+
const model_client_1 = require("../../model-client");
|
|
5
|
+
class PublicFaqStaticContentClient extends model_client_1.ModelClient {
|
|
6
|
+
getModelName() {
|
|
7
|
+
return 'faq-static-content';
|
|
8
|
+
}
|
|
9
|
+
getVersion() {
|
|
10
|
+
return 'v1';
|
|
11
|
+
}
|
|
12
|
+
isPublic() {
|
|
13
|
+
return true;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.PublicFaqStaticContentClient = PublicFaqStaticContentClient;
|
|
17
|
+
//# sourceMappingURL=public-faq-static-content-client.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-faq-static-content-client.js","sourceRoot":"","sources":["../../../../src/models/faq-static-content/public-faq-static-content-client.ts"],"names":[],"mappings":";;;AAAA,qDAAiD;AAGjD,MAAa,4BAA6B,SAAQ,0BAA8B;IACrE,YAAY;QACrB,OAAO,oBAAoB,CAAC;IAC7B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,IAAI,CAAC;IACb,CAAC;CACD;AAZD,oEAYC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FaqStaticContentClient = void 0;
|
|
4
|
-
const model_client_1 = require("../../model-client");
|
|
5
|
-
class FaqStaticContentClient extends model_client_1.ModelClient {
|
|
6
|
-
getModelName() {
|
|
7
|
-
return 'faq-static-content';
|
|
8
|
-
}
|
|
9
|
-
getVersion() {
|
|
10
|
-
return 'v1';
|
|
11
|
-
}
|
|
12
|
-
isPublic() {
|
|
13
|
-
return false;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.FaqStaticContentClient = FaqStaticContentClient;
|
|
17
|
-
//# sourceMappingURL=faq-static-content-client.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"faq-static-content-client.js","sourceRoot":"","sources":["../../../../src/models/faq-static-content/faq-static-content-client.ts"],"names":[],"mappings":";;;AAAA,qDAAiD;AAGjD,MAAa,sBAAuB,SAAQ,0BAA8B;IAC/D,YAAY;QACrB,OAAO,oBAAoB,CAAC;IAC7B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,wDAYC"}
|