Socket
Socket
Sign inDemoInstall

@intuned/runner-types

Package Overview
Dependencies
Maintainers
4
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.8.0 to 0.8.1-beta-ai-step-1

6

index.d.ts

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

goto(url: string, options?: IntunedPageGoToOptions): ReturnType<Page["goto"]>;
smartStep(step: string): Promise<void>;
fillForm(formLocator: AbsoluteElementSelector | Locator, formFields: FormDataItem[], configs: FillFormConfigs, options?: FillFormOptions): Promise<boolean>;

@@ -224,6 +225,7 @@ getFormFields(formLocator: Locator): Promise<InputFieldsInfo[]>;

class File {
private key;
private folderName;
private fileName;
private s3Configs;
private s3Client;
constructor(key: string, s3Configs: S3Configs, s3Client: S3Client);
constructor(folderName: string, fileName: string, s3Configs: S3Configs, s3Client: S3Client);
urlDescriptor(): string;

@@ -230,0 +232,0 @@ generateSignedUrl(options?: Parameters<typeof getSignedUrl>[2]): Promise<string>;

{
"name": "@intuned/runner-types",
"version": "0.8.0",
"version": "0.8.1-beta-ai-step-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