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
18
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-64 to 0.0.1-65

2

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

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

export declare enum EnrolmentNotInScopeReason {
INTAKE_DATE = 0,
PROGRAMME = 10,
COUNTRY_OF_ORIGIN = 20,
OTHER = 30
NATIONALITY = 20,
AGENT_INVOLVED = 30,
OTHER = 40
}

@@ -7,5 +7,6 @@ "use strict";

EnrolmentNotInScopeReason[EnrolmentNotInScopeReason["PROGRAMME"] = 10] = "PROGRAMME";
EnrolmentNotInScopeReason[EnrolmentNotInScopeReason["COUNTRY_OF_ORIGIN"] = 20] = "COUNTRY_OF_ORIGIN";
EnrolmentNotInScopeReason[EnrolmentNotInScopeReason["OTHER"] = 30] = "OTHER";
EnrolmentNotInScopeReason[EnrolmentNotInScopeReason["NATIONALITY"] = 20] = "NATIONALITY";
EnrolmentNotInScopeReason[EnrolmentNotInScopeReason["AGENT_INVOLVED"] = 30] = "AGENT_INVOLVED";
EnrolmentNotInScopeReason[EnrolmentNotInScopeReason["OTHER"] = 40] = "OTHER";
})(EnrolmentNotInScopeReason = exports.EnrolmentNotInScopeReason || (exports.EnrolmentNotInScopeReason = {}));
//# sourceMappingURL=EnrolmentNotInScopeReason.js.map
export declare enum SuccessFee {
REGULAR_QUALIFIED_ENROLMENT = 0,
AGENT_INVOLVED = 10,
SCHOLARSHIP_BY_CLIENT = 20,
SHORT_COURSE_OR_PART_TIME_OR_EXCHANGE = 30,
REDUCED_FEE_BASED_ON_COUNTRY_OF_ORIGIN = 40
REGULAR = 0,
REDUCED_BECAUSE_AGENT_INVOLVED = 10,
REDUCED_BECAUSE_NATIONALITY = 20,
OTHER = 30
}

@@ -5,8 +5,7 @@ "use strict";

(function (SuccessFee) {
SuccessFee[SuccessFee["REGULAR_QUALIFIED_ENROLMENT"] = 0] = "REGULAR_QUALIFIED_ENROLMENT";
SuccessFee[SuccessFee["AGENT_INVOLVED"] = 10] = "AGENT_INVOLVED";
SuccessFee[SuccessFee["SCHOLARSHIP_BY_CLIENT"] = 20] = "SCHOLARSHIP_BY_CLIENT";
SuccessFee[SuccessFee["SHORT_COURSE_OR_PART_TIME_OR_EXCHANGE"] = 30] = "SHORT_COURSE_OR_PART_TIME_OR_EXCHANGE";
SuccessFee[SuccessFee["REDUCED_FEE_BASED_ON_COUNTRY_OF_ORIGIN"] = 40] = "REDUCED_FEE_BASED_ON_COUNTRY_OF_ORIGIN";
SuccessFee[SuccessFee["REGULAR"] = 0] = "REGULAR";
SuccessFee[SuccessFee["REDUCED_BECAUSE_AGENT_INVOLVED"] = 10] = "REDUCED_BECAUSE_AGENT_INVOLVED";
SuccessFee[SuccessFee["REDUCED_BECAUSE_NATIONALITY"] = 20] = "REDUCED_BECAUSE_NATIONALITY";
SuccessFee[SuccessFee["OTHER"] = 30] = "OTHER";
})(SuccessFee = exports.SuccessFee || (exports.SuccessFee = {}));
//# sourceMappingURL=SuccessFee.js.map

Sorry, the diff of this file is not supported yet

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