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
160
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.0-beta.1 to 3.5.0-beta.2

src/models/dotdigital-programme/i-country.d.ts

3

index.d.ts

@@ -36,2 +36,3 @@ import { BadRequestException } from "./src/exceptions/bad-request-exception";

import { DotdigitalProgrammeClient } from "./src/models/dotdigital-programme/dotdigital-programme-client";
import { ICountry } from "./src/models/dotdigital-programme/i-country";
import { ISearchCountryFaq } from "./src/models/search-country-faq/i-search-country-faq";

@@ -41,2 +42,2 @@ import { PublicSearchCountryFaqClient } from "./src/models/search-country-faq/public-search-country-faq-client";

import { PortalType } from "./src/types/portal-type";
export { BadRequestException, ClientException, InternalServerException, NotFoundException, PropertyNotAvailableException, IInternalLink, ILogo, ICover, 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, IBestFitProgramme, BestfitProgrammeClient, ITuitionFee, IEnglishRequirements, IDotDigitalProgramme, DotdigitalProgrammeClient, ISearchCountryFaq, PublicSearchCountryFaqClient, PortalMap, PortalType };
{
"name": "@studyportals/domain-client",
"version": "3.5.0-beta.1",
"version": "3.5.0-beta.2",
"description": "Responsible for fetching data from the Domain API",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -1,2 +0,2 @@

import { IEnglishRequirements, IInternalLink, ILogo, ITuitionFee } from "../../..";
import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITuitionFee } from "../../..";
export interface IDotDigitalProgramme {

@@ -11,14 +11,9 @@ /**

/**
* Get country id the programme is teached in
* Get country the programme is teached in
*
* @return number
* @return ICountry
*/
getCountryId(): number;
getCountry(): ICountry;
canShowCountry(): boolean;
/**
* Get country id the programme is teached in
*
* @return string
*/
getCountryName(): string;
/**
* Education level

@@ -25,0 +20,0 @@ *

@@ -23,3 +23,2 @@ import { IDeadline } from "../../..";

* True if you can apply at any time for this programme (rolling admission)
*K
*

@@ -26,0 +25,0 @@ * @return 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