@5minds/processcube_engine_sdk
Advanced tools
Comparing version 4.0.0-develop-ed1f51-ll26zhvq to 4.0.0-develop-f1c0cd-ll4xz1ka
@@ -18,3 +18,3 @@ define(["require", "exports"], function (require, exports) { | ||
(function (EngineEventType) { | ||
EngineEventType["onActivityError"] = "OnActivityError"; | ||
EngineEventType["OnActivityError"] = "OnActivityError"; | ||
EngineEventType["OnEventProcessed"] = "OnEventProcessed"; | ||
@@ -21,0 +21,0 @@ EngineEventType["OnProcessDeployed"] = "OnProcessDeployed"; |
@@ -17,3 +17,3 @@ "use strict"; | ||
(function (EngineEventType) { | ||
EngineEventType["onActivityError"] = "OnActivityError"; | ||
EngineEventType["OnActivityError"] = "OnActivityError"; | ||
EngineEventType["OnEventProcessed"] = "OnEventProcessed"; | ||
@@ -20,0 +20,0 @@ EngineEventType["OnProcessDeployed"] = "OnProcessDeployed"; |
@@ -48,3 +48,3 @@ import { RuntimeExpressionParameters } from '..'; | ||
export declare enum EngineEventType { | ||
onActivityError = "OnActivityError", | ||
OnActivityError = "OnActivityError", | ||
OnEventProcessed = "OnEventProcessed", | ||
@@ -51,0 +51,0 @@ OnProcessDeployed = "OnProcessDeployed", |
@@ -44,1 +44,2 @@ import { CronjobEventMessage, CronjobEnabledChangedMessage, EventMessage, ExternalTaskCreatedMessage, ExternalTaskExpiredMessage, ExternalTaskLockedMessage, ExternalTaskUnlockedMessage, MetadataChangedMessage, ProcessDeploymentMessage, ProcessInstancesDeletedMessage, ProcessIsExecutableChangedMessage, UserTaskFinishedMessage } from './EventPayloads/index'; | ||
export type OnCorrelationMetadataChangedCallback = (metadataChanged: MetadataChangedMessage) => void | Promise<void>; | ||
export type OnGatewayFinishedCallback = (gatewayFinished: EventMessage) => void | Promise<void>; |
@@ -168,2 +168,6 @@ import { Identity, Messages, Subscription } from '../index'; | ||
}): Promise<Subscription>; | ||
onGatewayFinished(callback: Messages.CallbackTypes.OnGatewayFinishedCallback, options?: { | ||
subscribeOnce?: boolean; | ||
identity?: Identity; | ||
}): Promise<Subscription>; | ||
} |
@@ -15,3 +15,3 @@ import { EngineEventType } from './EngineEvents/index'; | ||
export declare const LogEventType: { | ||
onActivityError: EngineEventType.onActivityError; | ||
OnActivityError: EngineEventType.OnActivityError; | ||
OnEventProcessed: EngineEventType.OnEventProcessed; | ||
@@ -18,0 +18,0 @@ OnProcessDeployed: EngineEventType.OnProcessDeployed; |
{ | ||
"name": "@5minds/processcube_engine_sdk", | ||
"version": "4.0.0-develop-ed1f51-ll26zhvq", | ||
"version": "4.0.0-develop-f1c0cd-ll4xz1ka", | ||
"description": "Software development kit for the Engine.", | ||
@@ -40,3 +40,3 @@ "main": "dist/commonjs/index.js", | ||
"pino": "^6.12.0", | ||
"xml2js": "^0.5.0" | ||
"xml2js": "^0.6.2" | ||
}, | ||
@@ -51,4 +51,4 @@ "devDependencies": { | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^5.0.4" | ||
"typescript": "~5.0.4" | ||
} | ||
} |
1185844
1078
18673
+ Addedxml2js@0.6.2(transitive)
- Removedxml2js@0.5.0(transitive)
Updatedxml2js@^0.6.2