Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@epilot/automation-client

Package Overview
Dependencies
Maintainers
15
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/automation-client - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

22

dist/openapi.d.ts

@@ -689,2 +689,12 @@ /* eslint-disable */

): OperationResponse<Paths.CancelExecution.Responses.$200>
/**
* retriggerAction - retriggerAction
*
* Retrigger a specific automation execution action
*/
'retriggerAction'(
parameters?: Parameters<UnknownParamsObject> | null,
data?: any,
config?: AxiosRequestConfig
): OperationResponse<any>
}

@@ -791,4 +801,16 @@

}
['/v1/automation/executions/{execution_id}/{action_id}/retrigger']: {
/**
* retriggerAction - retriggerAction
*
* Retrigger a specific automation execution action
*/
'post'(
parameters?: Parameters<UnknownParamsObject> | null,
data?: any,
config?: AxiosRequestConfig
): OperationResponse<any>
}
}
export type Client = OpenAPIClient<OperationMethods, PathsDictionary>

2

package.json
{
"name": "@epilot/automation-client",
"version": "1.0.1",
"version": "1.1.0",
"description": "API Client for epilot automation API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -689,2 +689,12 @@ /* eslint-disable */

): OperationResponse<Paths.CancelExecution.Responses.$200>
/**
* retriggerAction - retriggerAction
*
* Retrigger a specific automation execution action
*/
'retriggerAction'(
parameters?: Parameters<UnknownParamsObject> | null,
data?: any,
config?: AxiosRequestConfig
): OperationResponse<any>
}

@@ -791,4 +801,16 @@

}
['/v1/automation/executions/{execution_id}/{action_id}/retrigger']: {
/**
* retriggerAction - retriggerAction
*
* Retrigger a specific automation execution action
*/
'post'(
parameters?: Parameters<UnknownParamsObject> | null,
data?: any,
config?: AxiosRequestConfig
): OperationResponse<any>
}
}
export type Client = OpenAPIClient<OperationMethods, PathsDictionary>

Sorry, the diff of this file is too big to display

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