New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/domain-client

Package Overview
Dependencies
Maintainers
11
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/domain-client - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2-beta.0

src/models/bestfit-programme/i-city.d.ts

3

index.d.ts

@@ -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 };
{
"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;
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc