Socket
Socket
Sign inDemoInstall

@intuned/runner-types

Package Overview
Dependencies
Maintainers
5
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intuned/runner-types - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

20

index.d.ts

@@ -218,2 +218,4 @@ declare module '@intuned/runner' {

retry: false;
status_code?: number;
error_code?: string;
}

@@ -527,2 +529,8 @@ export class IntunedError extends Error {

function extractFromPdfImproved(entityName: string, sourceInput: Source, fileExtractionPropertiesInput: FileExtractionProperties): Promise<any>;
export function extractTablesFromPdf(source: Omit<Source, "type">): Promise<{
pages: {
title: string | undefined;
content: (string | undefined)[][];
}[][];
}>;
export class FileHelpers {

@@ -544,9 +552,9 @@ static searchPdf(...params: Parameters<typeof searchPdf>): Promise<{

}>;
static extractTablesFromPdf(...extractTablesFromPdfParams: Parameters<typeof extractTablesFromPdf>): Promise<{
pages: {
title: string | undefined;
content: (string | undefined)[][];
}[][];
}>;
}
export function extractTablesFromPdf(source: Omit<Source, "type">): Promise<{
pages: {
title: string | undefined;
content: (string | undefined)[][];
}[][];
}>;

@@ -553,0 +561,0 @@ export {

{
"name": "@intuned/runner-types",
"version": "0.12.0",
"version": "0.12.1",
"description": "intuned runner types",

@@ -5,0 +5,0 @@ "author": "Intuned Team",

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