@emilgroup/process-manager-sdk
Advanced tools
@@ -214,3 +214,3 @@ /** | ||
| */ | ||
| getDecisionTableVersion(requestParameters: DecisionTableVersionsApiGetDecisionTableVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDecisionTableVersionResponseClass, any>>; | ||
| getDecisionTableVersion(requestParameters: DecisionTableVersionsApiGetDecisionTableVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDecisionTableVersionResponseClass, any, {}>>; | ||
| /** | ||
@@ -224,3 +224,3 @@ * Returns a list of decision table versions you have previously created. The decision table versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"process-management.dmns.view\" | ||
| */ | ||
| listDecisionTableVersions(requestParameters: DecisionTableVersionsApiListDecisionTableVersionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDecisionTableVersionsResponseClass, any>>; | ||
| listDecisionTableVersions(requestParameters: DecisionTableVersionsApiListDecisionTableVersionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDecisionTableVersionsResponseClass, any, {}>>; | ||
| } |
@@ -445,3 +445,3 @@ /** | ||
| */ | ||
| createDecisionTable(requestParameters: DecisionTablesApiCreateDecisionTableRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDecisionTableResponseClass, any>>; | ||
| createDecisionTable(requestParameters: DecisionTablesApiCreateDecisionTableRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateDecisionTableResponseClass, any, {}>>; | ||
| /** | ||
@@ -455,3 +455,3 @@ * Retrieves the details of the decision table that was previously created. Supply the unique decision table code that was returned when you created it and Emil Api will return the corresponding decision table information. | ||
| */ | ||
| getDecisionTable(requestParameters: DecisionTablesApiGetDecisionTableRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDecisionTableResponseClass, any>>; | ||
| getDecisionTable(requestParameters: DecisionTablesApiGetDecisionTableRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDecisionTableResponseClass, any, {}>>; | ||
| /** | ||
@@ -465,3 +465,3 @@ * Returns a list of decision tables you have previously created. The decision tables are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. | ||
| */ | ||
| listDecisionTables(requestParameters?: DecisionTablesApiListDecisionTablesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDecisionTablesResponseClass, any>>; | ||
| listDecisionTables(requestParameters?: DecisionTablesApiListDecisionTablesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDecisionTablesResponseClass, any, {}>>; | ||
| /** | ||
@@ -475,3 +475,3 @@ * Partially updates decision table | ||
| */ | ||
| patchWorkflow(requestParameters: DecisionTablesApiPatchWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchDecisionTableResponseClass, any>>; | ||
| patchWorkflow(requestParameters: DecisionTablesApiPatchWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchDecisionTableResponseClass, any, {}>>; | ||
| /** | ||
@@ -485,3 +485,3 @@ * Updates decision table | ||
| */ | ||
| updateDecisionTable(requestParameters: DecisionTablesApiUpdateDecisionTableRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateDecisionTableResponseClass, any>>; | ||
| updateDecisionTable(requestParameters: DecisionTablesApiUpdateDecisionTableRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateDecisionTableResponseClass, any, {}>>; | ||
| } |
@@ -69,3 +69,3 @@ /** | ||
| */ | ||
| check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any>>; | ||
| check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>; | ||
| } |
@@ -224,3 +224,3 @@ /** | ||
| */ | ||
| defineServiceEvent(requestParameters: ServiceEventApiDefineServiceEventRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>; | ||
| defineServiceEvent(requestParameters: ServiceEventApiDefineServiceEventRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>; | ||
| /** | ||
@@ -233,3 +233,3 @@ * undefined **Required Permissions** \"process-management.workflows.view\" | ||
| */ | ||
| listServiceEventTypes(requestParameters?: ServiceEventApiListServiceEventTypesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListServiceEventTypesResponseClass, any>>; | ||
| listServiceEventTypes(requestParameters?: ServiceEventApiListServiceEventTypesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListServiceEventTypesResponseClass, any, {}>>; | ||
| /** | ||
@@ -242,3 +242,3 @@ * undefined **Required Permissions** \"process-management.workflows.view\" | ||
| */ | ||
| listServiceEvents(requestParameters?: ServiceEventApiListServiceEventsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListServiceEventsResponseClass, any>>; | ||
| listServiceEvents(requestParameters?: ServiceEventApiListServiceEventsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListServiceEventsResponseClass, any, {}>>; | ||
| } |
@@ -408,3 +408,3 @@ /** | ||
| */ | ||
| archiveWorkflowInstanceVariables(requestParameters: WorkflowInstancesApiArchiveWorkflowInstanceVariablesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>; | ||
| archiveWorkflowInstanceVariables(requestParameters: WorkflowInstancesApiArchiveWorkflowInstanceVariablesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>; | ||
| /** | ||
@@ -417,3 +417,3 @@ * undefined **Required Permissions** \"process-management.workflows.run\" | ||
| */ | ||
| cancelInstance(requestParameters: WorkflowInstancesApiCancelInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>; | ||
| cancelInstance(requestParameters: WorkflowInstancesApiCancelInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>; | ||
| /** | ||
@@ -426,3 +426,3 @@ * undefined **Required Permissions** \"process-management.workflows.view\" | ||
| */ | ||
| getWorkflowInstance(requestParameters: WorkflowInstancesApiGetWorkflowInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowInstanceResponseClass, any>>; | ||
| getWorkflowInstance(requestParameters: WorkflowInstancesApiGetWorkflowInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowInstanceResponseClass, any, {}>>; | ||
| /** | ||
@@ -436,3 +436,3 @@ * Retrieves the details of the workflow instance variables that was previously created. Supply the unique workflow instance variables code that was returned when you created it and Emil Api will return the corresponding workflow instance variables information. | ||
| */ | ||
| getWorkflowInstanceVariables(requestParameters: WorkflowInstancesApiGetWorkflowInstanceVariablesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowInstanceVariablesClass, any>>; | ||
| getWorkflowInstanceVariables(requestParameters: WorkflowInstancesApiGetWorkflowInstanceVariablesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowInstanceVariablesClass, any, {}>>; | ||
| /** | ||
@@ -446,3 +446,3 @@ * Returns a list of workflow instances you have previously created. The workflow instances are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. | ||
| */ | ||
| listWorkflowInstances(requestParameters?: WorkflowInstancesApiListWorkflowInstancesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkflowInstancesResponseClass, any>>; | ||
| listWorkflowInstances(requestParameters?: WorkflowInstancesApiListWorkflowInstancesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkflowInstancesResponseClass, any, {}>>; | ||
| /** | ||
@@ -455,3 +455,3 @@ * undefined **Required Permissions** \"process-management.workflows.run\" | ||
| */ | ||
| retryInstance(requestParameters: WorkflowInstancesApiRetryInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>; | ||
| retryInstance(requestParameters: WorkflowInstancesApiRetryInstanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>; | ||
| } |
@@ -189,3 +189,3 @@ /** | ||
| */ | ||
| getWorkflowVersion(requestParameters: WorkflowVersionsApiGetWorkflowVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowVersionResponseClass, any>>; | ||
| getWorkflowVersion(requestParameters: WorkflowVersionsApiGetWorkflowVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowVersionResponseClass, any, {}>>; | ||
| /** | ||
@@ -198,3 +198,3 @@ * undefined **Required Permissions** \"process-management.workflows.view\" | ||
| */ | ||
| listWorkflowVersions(requestParameters?: WorkflowVersionsApiListWorkflowVersionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkflowVersionsResponseClass, any>>; | ||
| listWorkflowVersions(requestParameters?: WorkflowVersionsApiListWorkflowVersionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkflowVersionsResponseClass, any, {}>>; | ||
| } |
@@ -357,3 +357,3 @@ /** | ||
| */ | ||
| createWorkflow(requestParameters: WorkflowsApiCreateWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>; | ||
| createWorkflow(requestParameters: WorkflowsApiCreateWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>; | ||
| /** | ||
@@ -366,3 +366,3 @@ * undefined **Required Permissions** \"process-management.workflows.view\" | ||
| */ | ||
| getWorkflow(requestParameters: WorkflowsApiGetWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowResponseClass, any>>; | ||
| getWorkflow(requestParameters: WorkflowsApiGetWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetWorkflowResponseClass, any, {}>>; | ||
| /** | ||
@@ -375,3 +375,3 @@ * undefined **Required Permissions** \"process-management.workflows.view\" | ||
| */ | ||
| listWorkflows(requestParameters?: WorkflowsApiListWorkflowsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkflowsResponseClass, any>>; | ||
| listWorkflows(requestParameters?: WorkflowsApiListWorkflowsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkflowsResponseClass, any, {}>>; | ||
| /** | ||
@@ -384,3 +384,3 @@ * undefined **Required Permissions** \"process-management.workflows.run\" | ||
| */ | ||
| triggerWorkflow(requestParameters: WorkflowsApiTriggerWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>; | ||
| triggerWorkflow(requestParameters: WorkflowsApiTriggerWorkflowRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>; | ||
| /** | ||
@@ -393,3 +393,3 @@ * undefined **Required Permissions** \"process-management.workflows.run\" | ||
| */ | ||
| triggerWorkflowSync(requestParameters: WorkflowsApiTriggerWorkflowSyncRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TriggerWorkflowWithResultResponseClass, any>>; | ||
| triggerWorkflowSync(requestParameters: WorkflowsApiTriggerWorkflowSyncRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TriggerWorkflowWithResultResponseClass, any, {}>>; | ||
| } |
+1
-1
@@ -65,3 +65,3 @@ /** | ||
| */ | ||
| export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>; | ||
| export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any, {}>>(axios?: AxiosInstance, basePath?: string) => Promise<R>; | ||
| /** | ||
@@ -68,0 +68,0 @@ * EMIL Process Manager |
+2
-2
| { | ||
| "name": "@emilgroup/process-manager-sdk", | ||
| "version": "1.4.1-beta.0", | ||
| "version": "1.4.1-beta.5", | ||
| "description": "OpenAPI client for @emilgroup/process-manager-sdk", | ||
@@ -21,3 +21,3 @@ "author": "OpenAPI-Generator Contributors", | ||
| "dependencies": { | ||
| "axios": "^0.27.2" | ||
| "axios": "^1.12.0" | ||
| }, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
+2
-2
@@ -20,7 +20,7 @@ # Emil Process Manager SDK | ||
| ``` | ||
| npm install @emilgroup/process-manager-sdk@1.4.1-beta.0 --save | ||
| npm install @emilgroup/process-manager-sdk@1.4.1-beta.5 --save | ||
| ``` | ||
| or | ||
| ``` | ||
| yarn add @emilgroup/process-manager-sdk@1.4.1-beta.0 | ||
| yarn add @emilgroup/process-manager-sdk@1.4.1-beta.5 | ||
| ``` | ||
@@ -27,0 +27,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
763786
0.01%+ Added
+ Added
- Removed
Updated