evo360-types 1.3.339 → 1.3.341

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,6 +6,7 @@ export declare enum EvoLogActorType {
6
6
  }
7
7
  export declare enum EvoLogStatus {
8
8
  Success = "success",
9
+ Warning = "warning",
9
10
  Error = "error"
10
11
  }
11
12
  /** Entrypoint kind for request metadata. */
@@ -11,6 +11,7 @@ var EvoLogActorType;
11
11
  var EvoLogStatus;
12
12
  (function (EvoLogStatus) {
13
13
  EvoLogStatus["Success"] = "success";
14
+ EvoLogStatus["Warning"] = "warning";
14
15
  EvoLogStatus["Error"] = "error";
15
16
  })(EvoLogStatus || (exports.EvoLogStatus = EvoLogStatus = {}));
16
17
  /** Entrypoint kind for request metadata. */
@@ -7,6 +7,7 @@ export enum EvoLogActorType {
7
7
 
8
8
  export enum EvoLogStatus {
9
9
  Success = "success",
10
+ Warning = "warning",
10
11
  Error = "error",
11
12
  }
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.339",
3
+ "version": "1.3.341",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",