attlaz-client 1.36.7 → 1.36.9

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.
@@ -6,11 +6,11 @@ export class InfrastructureConfiguration {
6
6
  static KEY_FLOW_RUN_WORKER_SCALE = 'flow_run_worker_scale';
7
7
  static KEY_FLOW_RUN_WORKER_SCALE_LIMIT = 'flow_run_worker_scale_limit';
8
8
  // API used for the worker
9
- static KEY_FLOW_RUN_WORKER_API_ENDPOINT = 'api_endpoint_worker';
9
+ static KEY_FLOW_RUN_WORKER_API_ENDPOINT = 'flow_run_worker_api_endpoint';
10
10
  // Token Id for the worker
11
11
  static KEY_FLOW_RUN_WORKER_API_TOKEN = 'flow_run_worker_api_token';
12
12
  // API used to run flow run code
13
- static KEY_FLOW_RUN_CODE_API_ENDPOINT = 'flow_run_api_endpoint';
13
+ static KEY_FLOW_RUN_CODE_API_ENDPOINT = 'flow_run_code_api_endpoint';
14
14
  // Token Id used to run flow run code
15
15
  static KEY_FLOW_RUN_CODE_API_TOKEN = 'flow_run_code_api_token';
16
16
  static KEY_FLOW_RUN_WORKER_MEMORY_LIMIT = 'flow_run_worker_memory_limit';
@@ -7,7 +7,7 @@ export declare class Platform implements StateAware {
7
7
  released: Date;
8
8
  endOfSupport: Date;
9
9
  endOfLife: Date;
10
- activeImage: string;
10
+ activeImage: string | null;
11
11
  state: State;
12
12
  static parse(raw: any): Platform;
13
13
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.36.6";
1
+ export declare const VERSION = "1.36.8";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "1.36.6";
1
+ export const VERSION = "1.36.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attlaz-client",
3
- "version": "1.36.7",
3
+ "version": "1.36.9",
4
4
  "description": "Javascript Client to access Attlaz API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",