@5minds/processcube_engine_sdk 6.1.0-develop-376cc6-m464g7k1 → 6.1.0-develop-06d8da-m47ay06s

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,7 @@ export declare type EngineConfiguration = {
13
13
  httpClient?: HttpClientConfig;
14
14
  iam: IAMConfiguration;
15
15
  database: DatabaseConfig;
16
+ runtimeExpressions?: RuntimeExpressionConfig;
16
17
  logging?: LoggingConfiguration;
17
18
  tls?: TlsConfig;
18
19
  extraInfo?: any;
@@ -23,6 +24,10 @@ export declare type ApplicationConfig = {
23
24
  touchFileOnReady?: string;
24
25
  defaultResponseLimit?: number;
25
26
  };
27
+ export declare type RuntimeExpressionConfig = {
28
+ timeoutInMiliseconds?: number;
29
+ workerPoolSize?: number;
30
+ };
26
31
  export declare type DatabaseConfig = {
27
32
  username?: string;
28
33
  password?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "6.1.0-develop-376cc6-m464g7k1",
3
+ "version": "6.1.0-develop-06d8da-m47ay06s",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",