New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/sp-lurch-interface

Package Overview
Dependencies
Maintainers
19
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.1.0 to 2.1.1

6

index.d.ts
import { IntakeDto } from "./src/intakes/intake-dto.class";
import { IIntake } from "./src/intakes/interfaces/i-intake.interface";
import { IMatch } from "./src/intakes/interfaces/i-match.interface";
import { IInputBatch } from "./src/input-batches/interfaces/i-input-batch.interface";
import { MatchDto } from "./src/intakes/match-dto.class";
import { InputBatchDto } from "./src/input-batches/input-batch-dto.class";
import { RetrieveIntakeResult } from "./src/results/retrieve-intake-result.class";
import { RetrieveIntakesResult } from "./src/results/retrieve-intakes-result.class";
import { SubmitMatchesResult } from "./src/results/submit-matches-result.class";
export { IIntake, IMatch, IntakeDto, MatchDto, SubmitMatchesResult, RetrieveIntakesResult, RetrieveIntakeResult };
import { RetrieveInputBatchResult } from "./src/results/retrieve-input-batch-result.class";
import { RetrieveInputBatchesResult } from "./src/results/retrieve-input-batches-result.class";
export { IIntake, IMatch, IInputBatch, IntakeDto, MatchDto, InputBatchDto, SubmitMatchesResult, RetrieveIntakesResult, RetrieveIntakeResult, RetrieveInputBatchResult, RetrieveInputBatchesResult, };

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

exports.MatchDto = match_dto_class_1.MatchDto;
const input_batch_dto_class_1 = require("./src/input-batches/input-batch-dto.class");
exports.InputBatchDto = input_batch_dto_class_1.InputBatchDto;
const retrieve_intake_result_class_1 = require("./src/results/retrieve-intake-result.class");

@@ -14,2 +16,6 @@ exports.RetrieveIntakeResult = retrieve_intake_result_class_1.RetrieveIntakeResult;

exports.SubmitMatchesResult = submit_matches_result_class_1.SubmitMatchesResult;
const retrieve_input_batch_result_class_1 = require("./src/results/retrieve-input-batch-result.class");
exports.RetrieveInputBatchResult = retrieve_input_batch_result_class_1.RetrieveInputBatchResult;
const retrieve_input_batches_result_class_1 = require("./src/results/retrieve-input-batches-result.class");
exports.RetrieveInputBatchesResult = retrieve_input_batches_result_class_1.RetrieveInputBatchesResult;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@studyportals/sp-lurch-interface",
"version": "2.1.0",
"version": "2.1.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