New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-98 to 0.0.1-99

2

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

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

@@ -37,4 +37,5 @@ import { DisqualificationReason, EnrolmentIdentificationSource, EnrolmentNotInScopeReason, EnrolmentStatus, FulfillmentStep, ProgrammeLevel, SuccessFeeType } from "../";

readonly isChallengedAndUnconfirmed: boolean;
readonly studentResidenceCountryIso?: string | undefined;
readonly __presentation_enrolment__: true;
constructor(identity: string, source: EnrolmentIdentificationSource, fulfillmentStep: FulfillmentStep, status: EnrolmentStatus, lastQualificationStatus: EnrolmentStatus, organisationIdentity: string, organisationName: string, studentIdentity?: string | undefined, studentEmail?: string | undefined, studentRegistrationDateIso?: string | undefined, 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, firstActivityDateIso?: string | undefined, lastActivityDateIso?: string | undefined, partnershipSuccessManagerName?: string | undefined, successFeeType?: SuccessFeeType | undefined, enrolmentNotInScopeReasons?: readonly EnrolmentNotInScopeReason[] | undefined, confirmationUnsureNote?: string | undefined, enrolmentNotRecognizedNote?: string | undefined, enrolmentNotInScopeReasonsNote?: string | undefined, enrolmentConfirmedNote?: string | undefined, tuitionFeeCurrencyIso?: string | undefined, studentOrganisationRegistrationNumber?: string | undefined, disqualificationReasons?: readonly DisqualificationReason[] | undefined, disqualificationReasonNote?: string | undefined, invoicingBatchIdentity?: string | undefined, isChallengedAndUnconfirmed?: boolean);
constructor(identity: string, source: EnrolmentIdentificationSource, fulfillmentStep: FulfillmentStep, status: EnrolmentStatus, lastQualificationStatus: EnrolmentStatus, organisationIdentity: string, organisationName: string, studentIdentity?: string | undefined, studentEmail?: string | undefined, studentRegistrationDateIso?: string | undefined, 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, firstActivityDateIso?: string | undefined, lastActivityDateIso?: string | undefined, partnershipSuccessManagerName?: string | undefined, successFeeType?: SuccessFeeType | undefined, enrolmentNotInScopeReasons?: readonly EnrolmentNotInScopeReason[] | undefined, confirmationUnsureNote?: string | undefined, enrolmentNotRecognizedNote?: string | undefined, enrolmentNotInScopeReasonsNote?: string | undefined, enrolmentConfirmedNote?: string | undefined, tuitionFeeCurrencyIso?: string | undefined, studentOrganisationRegistrationNumber?: string | undefined, disqualificationReasons?: readonly DisqualificationReason[] | undefined, disqualificationReasonNote?: string | undefined, invoicingBatchIdentity?: string | undefined, isChallengedAndUnconfirmed?: boolean, studentResidenceCountryIso?: string | undefined);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class PresentationEnrolment {
constructor(identity, source, fulfillmentStep, status, lastQualificationStatus, organisationIdentity, organisationName, studentIdentity, studentEmail, studentRegistrationDateIso, studentCountryIso, studentName, enrichmentSourceFacebook, enrichmentSourceLinkedIn, programmeLevel, programmeName, intakeMonth, intakeYear, tuitionFee, firstActivityDateIso, lastActivityDateIso, partnershipSuccessManagerName, successFeeType, enrolmentNotInScopeReasons, confirmationUnsureNote, enrolmentNotRecognizedNote, enrolmentNotInScopeReasonsNote, enrolmentConfirmedNote, tuitionFeeCurrencyIso, studentOrganisationRegistrationNumber, disqualificationReasons, disqualificationReasonNote, invoicingBatchIdentity, isChallengedAndUnconfirmed = false) {
constructor(identity, source, fulfillmentStep, status, lastQualificationStatus, organisationIdentity, organisationName, studentIdentity, studentEmail, studentRegistrationDateIso, studentCountryIso, studentName, enrichmentSourceFacebook, enrichmentSourceLinkedIn, programmeLevel, programmeName, intakeMonth, intakeYear, tuitionFee, firstActivityDateIso, lastActivityDateIso, partnershipSuccessManagerName, successFeeType, enrolmentNotInScopeReasons, confirmationUnsureNote, enrolmentNotRecognizedNote, enrolmentNotInScopeReasonsNote, enrolmentConfirmedNote, tuitionFeeCurrencyIso, studentOrganisationRegistrationNumber, disqualificationReasons, disqualificationReasonNote, invoicingBatchIdentity, isChallengedAndUnconfirmed = false, studentResidenceCountryIso) {
this.identity = identity;

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

this.isChallengedAndUnconfirmed = isChallengedAndUnconfirmed;
this.studentResidenceCountryIso = studentResidenceCountryIso;
this.__presentation_enrolment__ = true;

@@ -41,0 +42,0 @@ }

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