@5minds/processcube_engine_client
Advanced tools
Comparing version 4.4.0-feature-13ff73-lkv0r369 to 4.4.0-feature-2ad2aa-lkv36sfs
@@ -22,4 +22,4 @@ define(["require", "exports", "@5minds/processcube_engine_sdk", "../Types/index", "./BaseClient", "./Lib/Mappers"], function (require, exports, processcube_engine_sdk_1, index_1, BaseClient_1, Mappers_1) { | ||
const requestAuthHeaders = this.createRequestAuthHeaders(options === null || options === void 0 ? void 0 : options.identity); | ||
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(',')); | ||
urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`; | ||
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.eventName, messageName); | ||
urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(',')); | ||
if (options === null || options === void 0 ? void 0 : options.processInstanceId) { | ||
@@ -26,0 +26,0 @@ urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`; |
@@ -25,4 +25,4 @@ "use strict"; | ||
const requestAuthHeaders = this.createRequestAuthHeaders(options === null || options === void 0 ? void 0 : options.identity); | ||
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(',')); | ||
urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`; | ||
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.eventName, messageName); | ||
urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(',')); | ||
if (options === null || options === void 0 ? void 0 : options.processInstanceId) { | ||
@@ -29,0 +29,0 @@ urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`; |
{ | ||
"name": "@5minds/processcube_engine_client", | ||
"version": "4.4.0-feature-13ff73-lkv0r369", | ||
"version": "4.4.0-feature-2ad2aa-lkv36sfs", | ||
"description": "Contains a typescript based client for accessing the Engine.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
587843