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

@5minds/processcube_engine_sdk

Package Overview
Dependencies
Maintainers
4
Versions
935
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5minds/processcube_engine_sdk - npm Package Compare versions

Comparing version 4.0.0-develop-ed1f51-ll26zhvq to 4.0.0-develop-f1c0cd-ll4xz1ka

2

dist/amd/EngineEvents/EngineEvent.js

@@ -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"
}
}
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