@epilot/automation-client
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -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> |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274066
1657