@studyportals/domain-client
Advanced tools
| export interface ICity { | ||
| /** | ||
| * Get city id | ||
| * | ||
| * @return number | ||
| */ | ||
| getId(): number; | ||
| /** | ||
| * Get city name | ||
| * | ||
| * @return string | ||
| */ | ||
| getName(): string; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=i-city.js.map |
| {"version":3,"file":"i-city.js","sourceRoot":"","sources":["../../../../src/models/bestfit-programme/i-city.ts"],"names":[],"mappings":""} |
+2
-1
@@ -31,2 +31,3 @@ import { BadRequestException } from "./src/exceptions/bad-request-exception"; | ||
| import { ILivingCost } from "./src/models/bestfit-programme/i-living-cost"; | ||
| import { ICity } from "./src/models/bestfit-programme/i-city"; | ||
| import { IGPARequirement } from "./src/models/bestfit-programme/i-g-p-a-requirement"; | ||
@@ -42,2 +43,2 @@ import { IBestFitProgramme } from "./src/models/bestfit-programme/i-best-fit-programme"; | ||
| import { PortalType } from "./src/types/portal-type"; | ||
| export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ICover, ICountry, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, IBestFitProgramme, BestfitProgrammeClient, ITuitionFee, IEnglishRequirements, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, PortalMap, PortalType }; | ||
| export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ICover, ICountry, ILink, IOptionalLink, ILocation, IClickTrackingData, ITracking, IDuration, IDeadline, IStartDate, ITiming, ITrackedLink, IProgrammeCard, ProgrammeCardClient, ITuitionValues, IPremiumValues, IOrganisationValues, IGeoTargetingConfiguration, IGeoTargetingValues, ISearchProjection, SearchProjectionClient, ILivingCost, IGPARequirement, ICity, IBestFitProgramme, BestfitProgrammeClient, ITuitionFee, IEnglishRequirements, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, PortalMap, PortalType }; |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA4E;AA0C3E,oGA1CQ,2CAAmB,OA0CR;AAzCpB,wEAAmE;AA0ClE,gGA1CQ,kCAAe,OA0CR;AAzChB,0FAAoF;AA0CnF,wGA1CQ,mDAAuB,OA0CR;AAzCxB,8EAAwE;AA0CvE,kGA1CQ,uCAAiB,OA0CR;AAzClB,wGAAiG;AA0ChG,8GA1CQ,gEAA6B,OA0CR;AA1B9B,6FAAwF;AA0CvF,oGA1CQ,2CAAmB,OA0CR;AAnCpB,sGAAiG;AA0ChG,uGA1CQ,iDAAsB,OA0CR;AArCvB,sGAAiG;AAyChG,uGAzCQ,iDAAsB,OAyCR;AAvCvB,+GAA0G;AA2CzG,0GA3CQ,uDAAyB,OA2CR;AAxC1B,uHAAgH;AA0C/G,6GA1CQ,+DAA4B,OA0CR;AAxC7B,yDAAoD;AA0CnD,2FA1CQ,wBAAU,OA0CR"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,kFAA4E;AA2C3E,oGA3CQ,2CAAmB,OA2CR;AA1CpB,wEAAmE;AA2ClE,gGA3CQ,kCAAe,OA2CR;AA1ChB,0FAAoF;AA2CnF,wGA3CQ,mDAAuB,OA2CR;AA1CxB,8EAAwE;AA2CvE,kGA3CQ,uCAAiB,OA2CR;AA1ClB,wGAAiG;AA2ChG,8GA3CQ,gEAA6B,OA2CR;AA3B9B,6FAAwF;AA2CvF,oGA3CQ,2CAAmB,OA2CR;AApCpB,sGAAiG;AA2ChG,uGA3CQ,iDAAsB,OA2CR;AArCvB,sGAAiG;AA0ChG,uGA1CQ,iDAAsB,OA0CR;AAxCvB,+GAA0G;AA4CzG,0GA5CQ,uDAAyB,OA4CR;AAzC1B,uHAAgH;AA2C/G,6GA3CQ,+DAA4B,OA2CR;AAzC7B,yDAAoD;AA2CnD,2FA3CQ,wBAAU,OA2CR"} |
+1
-1
| { | ||
| "name": "@studyportals/domain-client", | ||
| "version": "3.5.1", | ||
| "version": "3.5.2-beta.0", | ||
| "description": "Responsible for fetching data from the Domain API", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -1,2 +0,2 @@ | ||
| import { IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../.."; | ||
| import { ICity, IEnglishRequirements, IGPARequirement, ILivingCost, ITuitionFee } from "../../.."; | ||
| export interface IBestFitProgramme { | ||
@@ -11,2 +11,8 @@ /** | ||
| /** | ||
| * City which programme is given in | ||
| * | ||
| * @return ICity | ||
| */ | ||
| getCity(): ICity; | ||
| /** | ||
| * Get country id the programme is teached in | ||
@@ -25,8 +31,2 @@ * | ||
| /** | ||
| * Education level | ||
| * | ||
| * @return string | ||
| */ | ||
| getEducationalLevel(): string; | ||
| /** | ||
| * English level requirements. | ||
@@ -58,2 +58,8 @@ * | ||
| /** | ||
| * Minimum required education level | ||
| * | ||
| * @return string | ||
| */ | ||
| getRequiredEducationalLevel(): string; | ||
| /** | ||
| * The programmes tuition fees | ||
@@ -72,2 +78,8 @@ * | ||
| canShowWorkExperienceYears(): boolean; | ||
| /** | ||
| * Indicates whenever a programme is fully online or not | ||
| * | ||
| * @return boolean | ||
| */ | ||
| isFullyOnline(): boolean; | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
74963
1.12%154
1.99%1762
1.67%2
100%