Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/sp-lord-business-interface

Package Overview
Dependencies
Maintainers
19
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/sp-lord-business-interface - npm Package Compare versions

Comparing version 0.0.1-22 to 0.0.1-23

2

package.json
{
"name": "@studyportals/sp-lord-business-interface",
"version": "0.0.1-22",
"version": "0.0.1-23",
"description": "Typescript library containing resources that facilitate integration with Lord Business.",

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

@@ -14,3 +14,2 @@ import { ConfirmationStatus, EnrolmentIdentificationSource, ProgrammeLevel, QualificationStatus, State } from "../";

readonly studentCountryIso?: string | undefined;
readonly studentCountryName?: string | undefined;
readonly studentName?: string | undefined;

@@ -25,3 +24,3 @@ readonly enrichmentSourceFacebook?: string | undefined;

readonly __presentation_enrolment__: true;
constructor(identity: string, source: EnrolmentIdentificationSource, processState: State, qualificationStatus: QualificationStatus, confirmationStatus: ConfirmationStatus, organisationIdentity: string, organisationName: string, studentIdentity: string, studentEmail: string, studentRegistrationDateIso: string, studentCountryIso?: string | undefined, studentCountryName?: string | undefined, studentName?: string | undefined, enrichmentSourceFacebook?: string | undefined, enrichmentSourceLinkedIn?: string | undefined, programmeLevel?: ProgrammeLevel | undefined, programmeName?: string | undefined, intakeMonth?: number | undefined, intakeYear?: number | undefined, tuitionFee?: number | undefined);
constructor(identity: string, source: EnrolmentIdentificationSource, processState: State, qualificationStatus: QualificationStatus, confirmationStatus: ConfirmationStatus, organisationIdentity: string, organisationName: string, studentIdentity: string, studentEmail: string, studentRegistrationDateIso: string, studentCountryIso?: string | undefined, studentName?: string | undefined, enrichmentSourceFacebook?: string | undefined, enrichmentSourceLinkedIn?: string | undefined, programmeLevel?: ProgrammeLevel | undefined, programmeName?: string | undefined, intakeMonth?: number | undefined, intakeYear?: number | undefined, tuitionFee?: number | undefined);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class PresentationEnrolment {
constructor(identity, source, processState, qualificationStatus, confirmationStatus, organisationIdentity, organisationName, studentIdentity, studentEmail, studentRegistrationDateIso, studentCountryIso, studentCountryName, studentName, enrichmentSourceFacebook, enrichmentSourceLinkedIn, programmeLevel, programmeName, intakeMonth, intakeYear, tuitionFee) {
constructor(identity, source, processState, qualificationStatus, confirmationStatus, organisationIdentity, organisationName, studentIdentity, studentEmail, studentRegistrationDateIso, studentCountryIso, studentName, enrichmentSourceFacebook, enrichmentSourceLinkedIn, programmeLevel, programmeName, intakeMonth, intakeYear, tuitionFee) {
this.identity = identity;

@@ -16,3 +16,2 @@ this.source = source;

this.studentCountryIso = studentCountryIso;
this.studentCountryName = studentCountryName;
this.studentName = studentName;

@@ -19,0 +18,0 @@ this.enrichmentSourceFacebook = enrichmentSourceFacebook;

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