@epam/ai-dial-shared 0.37.0-rc.32 → 0.37.0-rc.34

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.
package/index.esm.js CHANGED
@@ -135,7 +135,7 @@ var ToolsetAuthStatus;
135
135
  (function (ToolsetAuthStatus) {
136
136
  ToolsetAuthStatus["SIGNED_IN"] = "SIGNED_IN";
137
137
  ToolsetAuthStatus["SIGNED_OUT"] = "SIGNED_OUT";
138
- ToolsetAuthStatus["ERROR"] = "ERROR";
138
+ ToolsetAuthStatus["FAILED"] = "FAILED";
139
139
  })(ToolsetAuthStatus || (ToolsetAuthStatus = {}));
140
140
 
141
141
  const validateFeature = (feature) => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@epam/ai-dial-shared",
3
3
  "description": "Shared elements that support developing DIAL",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.37.0-rc.32",
5
+ "version": "0.37.0-rc.34",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -10,7 +10,7 @@ export declare enum ToolsetAuthTypes {
10
10
  export declare enum ToolsetAuthStatus {
11
11
  SIGNED_IN = "SIGNED_IN",
12
12
  SIGNED_OUT = "SIGNED_OUT",
13
- ERROR = "ERROR"
13
+ FAILED = "FAILED"
14
14
  }
15
15
  export interface Toolset {
16
16
  endpoint: string;