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-71 to 0.0.1-72

2

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

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

@@ -12,3 +12,3 @@ import { IRequestSender, ISuperAgentRequestFactory } from "@studyportals/mb-platform-http-requests";

retrieveAllEnrolments(): Promise<PresentationEnrolment[]>;
retrievePartnershipForOrganisation(organisationIdentity: string): Promise<PresentationPartnership>;
retrievePartnership(): Promise<PresentationPartnership>;
triggerEnrolmentInCurrentProcessingRound(enrolmentIdentity: string): Promise<void>;

@@ -15,0 +15,0 @@ triggerEnrolmentNotForInvoicing(enrolmentIdentity: string): Promise<void>;

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

}
retrievePartnershipForOrganisation(organisationIdentity) {
retrievePartnership() {
return __awaiter(this, void 0, void 0, function* () {
const request = this.createGetRequest("/presentation/partnerships");
request.send({ organisationIdentity });
const result = yield this.requestSender.sendAndExtractBody(request);

@@ -40,0 +39,0 @@ return result.partnership;

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