Socket
Socket
Sign inDemoInstall

@intuned/runner-types

Package Overview
Dependencies
Maintainers
7
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.17.11-auth.4 to 0.17.11

32

index.d.ts

@@ -136,3 +136,3 @@ declare module '@intuned/runner' {

}
export type ExtractionResultObject = Record<string, string | null>;
export type ExtractionResultObject = Record<string, string | null> | null;
export type InvalidatorFunction = (result: ExtractionResultObject) => string[];

@@ -185,6 +185,6 @@ export interface DynamicObjectExtractorOptions {

}, "strip", z.ZodTypeAny, {
required: boolean;
type: "string";
visible: boolean;
description: string;
required: boolean;
primary?: boolean | undefined;

@@ -198,6 +198,6 @@ }, {

}>>, Record<string, {
required: boolean;
type: "string";
visible: boolean;
description: string;
required: boolean;
primary?: boolean | undefined;

@@ -211,6 +211,6 @@ }>, Record<string, {

}>>, Record<string, {
required: boolean;
type: "string";
visible: boolean;
description: string;
required: boolean;
primary?: boolean | undefined;

@@ -395,7 +395,7 @@ }>, Record<string, {

}, "strip", z.ZodTypeAny, {
type: "Buffer";
buffer: Buffer;
}, {
type: "Buffer";
}, {
buffer: Buffer;
type: "Buffer";
}>,

@@ -415,5 +415,6 @@ z.ZodObject<{

type: "pdf";
pageNumbers: (number[] | "*") & (number[] | "*" | undefined);
location: {
type: "Buffer";
buffer: Buffer;
type: "Buffer";
} | {

@@ -423,8 +424,8 @@ type: "Url";

};
pageNumbers: (number[] | "*") & (number[] | "*" | undefined);
}, {
type: "pdf";
pageNumbers: (number[] | "*") & (number[] | "*" | undefined);
location: {
type: "Buffer";
buffer: Buffer;
type: "Buffer";
} | {

@@ -434,3 +435,2 @@ type: "Url";

};
pageNumbers: (number[] | "*") & (number[] | "*" | undefined);
}>;

@@ -445,7 +445,7 @@ export type PdfSource = z.infer<typeof pdfSourceSchema>;

}, "strip", z.ZodTypeAny, {
type: "Buffer";
buffer: Buffer;
}, {
type: "Buffer";
}, {
buffer: Buffer;
type: "Buffer";
}>,

@@ -470,4 +470,4 @@ z.ZodObject<{

location: {
type: "Buffer";
buffer: Buffer;
type: "Buffer";
} | {

@@ -481,4 +481,4 @@ type: "Url";

location: {
type: "Buffer";
buffer: Buffer;
type: "Buffer";
} | {

@@ -625,3 +625,2 @@ type: "Url";

type: "object";
description: string;
properties: Record<string, {

@@ -633,6 +632,6 @@ type: "string" | "number" | "boolean";

}>;
description: string;
required?: boolean | undefined;
}, {
type: "object";
description: string;
properties: Record<string, {

@@ -644,2 +643,3 @@ type: "string" | "number" | "boolean";

}>;
description: string;
required?: boolean | undefined;

@@ -646,0 +646,0 @@ }>,

{
"name": "@intuned/runner-types",
"version": "0.17.11-auth.4",
"version": "0.17.11",
"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