@or-sdk/idw 4.1.0 → 4.1.1-beta.1776.0
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/dist/cjs/types/idwInfo.js +7 -0
- package/dist/cjs/types/idwInfo.js.map +1 -1
- package/dist/esm/types/idwInfo.js +6 -1
- package/dist/esm/types/idwInfo.js.map +1 -1
- package/dist/types/types/idwInfo.d.ts +12 -7
- package/dist/types/types/idwInfo.d.ts.map +1 -1
- package/package.json +2 -3
- package/src/types/idwInfo.ts +15 -8
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InitializationStatusEnum = void 0;
|
|
4
|
+
var InitializationStatusEnum;
|
|
5
|
+
(function (InitializationStatusEnum) {
|
|
6
|
+
InitializationStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
7
|
+
InitializationStatusEnum["COMPLETED"] = "COMPLETED";
|
|
8
|
+
InitializationStatusEnum["CANCELED"] = "CANCELED";
|
|
9
|
+
})(InitializationStatusEnum = exports.InitializationStatusEnum || (exports.InitializationStatusEnum = {}));
|
|
3
10
|
//# sourceMappingURL=idwInfo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"idwInfo.js","sourceRoot":"","sources":["../../../src/types/idwInfo.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"idwInfo.js","sourceRoot":"","sources":["../../../src/types/idwInfo.ts"],"names":[],"mappings":";;;AAGA,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,uDAAyB,CAAA;IACzB,mDAAqB,CAAA;IACrB,iDAAmB,CAAA;AACrB,CAAC,EAJW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAInC"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export
|
|
1
|
+
export var InitializationStatusEnum;
|
|
2
|
+
(function (InitializationStatusEnum) {
|
|
3
|
+
InitializationStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
|
|
4
|
+
InitializationStatusEnum["COMPLETED"] = "COMPLETED";
|
|
5
|
+
InitializationStatusEnum["CANCELED"] = "CANCELED";
|
|
6
|
+
})(InitializationStatusEnum || (InitializationStatusEnum = {}));
|
|
2
7
|
//# sourceMappingURL=idwInfo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"idwInfo.js","sourceRoot":"","sources":["../../../src/types/idwInfo.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"idwInfo.js","sourceRoot":"","sources":["../../../src/types/idwInfo.ts"],"names":[],"mappings":"AAGA,MAAM,CAAN,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,uDAAyB,CAAA;IACzB,mDAAqB,CAAA;IACrB,iDAAmB,CAAA;AACrB,CAAC,EAJW,wBAAwB,KAAxB,wBAAwB,QAInC"}
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { ActiveFlowTotalCounter, TotalStepsCounter } from './common';
|
|
2
|
+
export declare enum InitializationStatusEnum {
|
|
3
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
4
|
+
COMPLETED = "COMPLETED",
|
|
5
|
+
CANCELED = "CANCELED"
|
|
6
|
+
}
|
|
7
|
+
export interface IdwBaseInfo {
|
|
8
|
+
name?: string;
|
|
9
|
+
role?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
avatar?: string;
|
|
12
|
+
initializationStatus?: InitializationStatusEnum;
|
|
13
|
+
}
|
|
2
14
|
export interface IdwInfoWithStatistic extends IdwBaseInfo, ActiveFlowTotalCounter, TotalStepsCounter {
|
|
3
15
|
channels: number;
|
|
4
16
|
memory: number;
|
|
@@ -10,11 +22,4 @@ export interface IdwInfoWithStatistic extends IdwBaseInfo, ActiveFlowTotalCounte
|
|
|
10
22
|
totalSkillSteps: number;
|
|
11
23
|
totalChannelSteps: number;
|
|
12
24
|
}
|
|
13
|
-
export interface IdwBaseInfo {
|
|
14
|
-
name?: string;
|
|
15
|
-
role?: string;
|
|
16
|
-
description?: string;
|
|
17
|
-
avatar?: string;
|
|
18
|
-
initializationStatus?: string;
|
|
19
|
-
}
|
|
20
25
|
//# sourceMappingURL=idwInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"idwInfo.d.ts","sourceRoot":"","sources":["../../../src/types/idwInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"idwInfo.d.ts","sourceRoot":"","sources":["../../../src/types/idwInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGrE,oBAAY,wBAAwB;IAClC,WAAW,gBAAc;IACzB,SAAS,cAAY;IACrB,QAAQ,aAAW;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB,CAAC,EAAE,wBAAwB,CAAC;CACjD;AAED,MAAM,WAAW,oBAAqB,SAAQ,WAAW,EAAE,sBAAsB,EAAE,iBAAiB;IAClG,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.1.0",
|
|
2
|
+
"version": "4.1.1-beta.1776.0",
|
|
3
3
|
"name": "@or-sdk/idw",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
@@ -27,6 +27,5 @@
|
|
|
27
27
|
"@or-sdk/base": "^0.28.3",
|
|
28
28
|
"@or-sdk/deployer": "^1.1.5",
|
|
29
29
|
"@or-sdk/providers": "^0.2.4"
|
|
30
|
-
}
|
|
31
|
-
"gitHead": "5fb2a17fb7ee6f5f57bcd1c5ee8b461a57410a25"
|
|
30
|
+
}
|
|
32
31
|
}
|
package/src/types/idwInfo.ts
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import { ActiveFlowTotalCounter, TotalStepsCounter } from './common';
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
export enum InitializationStatusEnum {
|
|
5
|
+
IN_PROGRESS='IN_PROGRESS',
|
|
6
|
+
COMPLETED='COMPLETED',
|
|
7
|
+
CANCELED='CANCELED',
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface IdwBaseInfo {
|
|
11
|
+
name?: string;
|
|
12
|
+
role?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
avatar?: string;
|
|
15
|
+
initializationStatus?: InitializationStatusEnum;
|
|
16
|
+
}
|
|
17
|
+
|
|
3
18
|
export interface IdwInfoWithStatistic extends IdwBaseInfo, ActiveFlowTotalCounter, TotalStepsCounter {
|
|
4
19
|
channels: number;
|
|
5
20
|
memory: number;
|
|
@@ -11,11 +26,3 @@ export interface IdwInfoWithStatistic extends IdwBaseInfo, ActiveFlowTotalCounte
|
|
|
11
26
|
totalSkillSteps: number;
|
|
12
27
|
totalChannelSteps: number;
|
|
13
28
|
}
|
|
14
|
-
|
|
15
|
-
export interface IdwBaseInfo {
|
|
16
|
-
name?: string;
|
|
17
|
-
role?: string;
|
|
18
|
-
description?: string;
|
|
19
|
-
avatar?: string;
|
|
20
|
-
initializationStatus?: string;
|
|
21
|
-
}
|