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

@studyportals/sp-lurch-interface

Package Overview
Dependencies
Maintainers
12
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/sp-lurch-interface - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

4

index.d.ts

@@ -15,2 +15,4 @@ import { InputBatchDto } from './src/input-batches/input-batch-dto.class';

import { LurchClient } from './src/lurch-client';
export { IIntake, IMatch, IInputBatch, IntakeDto, MatchDto, InputBatchDto, SubmitMatchesResult, RetrieveIntakesResult, RetrieveIntakeResult, RetrieveInputBatchResult, RetrieveInputBatchesResult, InputBatchStatus, IntakeStageType, LurchClient, };
import { IStudentProfile } from './src/student-profile/interfaces/I-student-profile.interface';
import { MicrositeStudentProfileResult } from './src/results/microsite-student-profile-result.class';
export { IIntake, IMatch, IInputBatch, IntakeDto, MatchDto, InputBatchDto, SubmitMatchesResult, RetrieveIntakesResult, RetrieveIntakeResult, RetrieveInputBatchResult, RetrieveInputBatchesResult, InputBatchStatus, IntakeStageType, LurchClient, IStudentProfile, MicrositeStudentProfileResult };

@@ -25,2 +25,4 @@ "use strict";

exports.LurchClient = lurch_client_1.LurchClient;
const microsite_student_profile_result_class_1 = require("./src/results/microsite-student-profile-result.class");
exports.MicrositeStudentProfileResult = microsite_student_profile_result_class_1.MicrositeStudentProfileResult;
//# sourceMappingURL=index.js.map
{
"name": "@studyportals/sp-lurch-interface",
"version": "2.9.0",
"version": "2.9.1",
"description": "Contains Data Transfer Objects required or provided by Lurch through its interface.",

@@ -5,0 +5,0 @@ "scripts": {

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