@or-sdk/idw 4.10.2-beta.2281.0 → 4.10.2
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.10.2](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/idw@4.10.1...@or-sdk/idw@4.10.2) (2024-01-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **PACKAGE_NAME:** fix idw types ([71b187b](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/commit/71b187bfca5106fb506be0d52ecfd352071e57ae))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [4.10.1](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/idw@4.10.0...@or-sdk/idw@4.10.1) (2024-01-10)
|
|
7
16
|
|
|
8
17
|
|
|
@@ -9,8 +9,8 @@ export interface IdwBaseInfo {
|
|
|
9
9
|
avatar: string;
|
|
10
10
|
role: string;
|
|
11
11
|
description: string;
|
|
12
|
-
appId: string;
|
|
13
12
|
slug: string;
|
|
13
|
+
appId?: string;
|
|
14
14
|
initializationStatus?: InitializationStatusEnum;
|
|
15
15
|
}
|
|
16
16
|
export interface IdwBaseInfoExtended extends IdwBaseInfo {
|
|
@@ -30,5 +30,5 @@ export interface IdwInfoWithStatistic extends IdwBaseInfoExtended, ActiveFlowTot
|
|
|
30
30
|
domain: number;
|
|
31
31
|
flows: number;
|
|
32
32
|
}
|
|
33
|
-
export type UpdateIdwBaseInfo = Partial<Omit<IdwBaseInfo, '
|
|
33
|
+
export type UpdateIdwBaseInfo = Partial<Omit<IdwBaseInfo, 'slug'>>;
|
|
34
34
|
//# 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;AAErE,oBAAY,wBAAwB;IAClC,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,
|
|
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;AAErE,oBAAY,wBAAwB;IAClC,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB,CAAC,EAAE,wBAAwB,CAAC;CACjD;AAED,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB,EAAE,sBAAsB,EAAE,iBAAiB;IAC1G,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;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.10.2
|
|
2
|
+
"version": "4.10.2",
|
|
3
3
|
"name": "@or-sdk/idw",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
@@ -27,5 +27,6 @@
|
|
|
27
27
|
"@or-sdk/base": "^0.29.1",
|
|
28
28
|
"@or-sdk/deployer": "^1.2.2",
|
|
29
29
|
"@or-sdk/providers": "^0.2.9"
|
|
30
|
-
}
|
|
30
|
+
},
|
|
31
|
+
"gitHead": "1e79276e0fe26c087b1ab47803f08a14628244c7"
|
|
31
32
|
}
|
package/src/types/idwInfo.ts
CHANGED
|
@@ -11,8 +11,8 @@ export interface IdwBaseInfo {
|
|
|
11
11
|
avatar: string;
|
|
12
12
|
role: string;
|
|
13
13
|
description: string;
|
|
14
|
-
appId: string;
|
|
15
14
|
slug: string;
|
|
15
|
+
appId?: string;
|
|
16
16
|
initializationStatus?: InitializationStatusEnum;
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -35,4 +35,4 @@ export interface IdwInfoWithStatistic extends IdwBaseInfoExtended, ActiveFlowTot
|
|
|
35
35
|
flows: number;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
export type UpdateIdwBaseInfo = Partial<Omit<IdwBaseInfo, '
|
|
38
|
+
export type UpdateIdwBaseInfo = Partial<Omit<IdwBaseInfo, 'slug'>>;
|