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 1.0.0-beta.14 to 1.0.0-beta.15

executionHelpers/index.d.ts

15

index.d.ts

@@ -186,14 +186,2 @@ declare module '@intuned/runner' {

}
export interface ExecutionInfo {
runId: string;
jobStartTime?: string;
}
export interface ExecutionHelpers {
getExecutionInfo: () => ExecutionInfo;
extendJobPayload: (payloadItem: PayloadItem) => void;
}
export interface PayloadItem {
apiName: string;
parameters: Record<string, any>;
}
export type ExtractObjectUsingStaticSelectorsReturnType<T extends ObjectExtractor> = {

@@ -432,7 +420,6 @@ [K in keyof T]: T[K] extends {

private s3Client;
private executionInfo;
private context;
private page;
private configs;
constructor(page: EnhancedPlaywrightPage, context: EnhancedPlaywrightBrowserContext, executionHelpers: ExecutionHelpers, config?: S3Configs);
constructor(page: EnhancedPlaywrightPage, context: EnhancedPlaywrightBrowserContext, config?: S3Configs);
uploadFile(fileName: string, file: PutObjectCommandInput["Body"]): Promise<File>;

@@ -439,0 +426,0 @@ uploadDownloadedFile(fileName: string, download: Download): Promise<File>;

{
"name": "@intuned/runner-types",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"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