@or-sdk/idw 4.9.2-beta.2191.0 → 4.9.3-beta.2221.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/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.9.2](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/idw@4.9.1...@or-sdk/idw@4.9.2) (2023-12-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add isPrimary to channel response ([369f1d7](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/commit/369f1d7c115894f6b63c8dc93018208112902402))
12
+
13
+
14
+
6
15
  ## [4.9.1](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/idw@4.9.0...@or-sdk/idw@4.9.1) (2023-12-18)
7
16
 
8
17
  **Note:** Version bump only for package @or-sdk/idw
@@ -24,6 +24,7 @@ export interface IdwInfoWithStatistic extends IdwBaseInfo, ActiveFlowTotalCounte
24
24
  totalSkillSteps: number;
25
25
  totalChannelSteps: number;
26
26
  domain: number;
27
+ flows: number;
27
28
  }
28
29
  export type UpdateIdwBaseInfo = Partial<Omit<IdwBaseInfo, 'slug' | 'publicPageLink'>>;
29
30
  //# 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,gBAAc;IACzB,SAAS,cAAY;IACrB,QAAQ,aAAW;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,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;IAC1B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM,GAAC,gBAAgB,CAAC,CAAC,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;AAErE,oBAAY,wBAAwB;IAClC,WAAW,gBAAc;IACzB,SAAS,cAAY;IACrB,QAAQ,aAAW;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,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;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM,GAAC,gBAAgB,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.9.2-beta.2191.0",
2
+ "version": "4.9.3-beta.2221.0",
3
3
  "name": "@or-sdk/idw",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
@@ -27,6 +27,7 @@ export interface IdwInfoWithStatistic extends IdwBaseInfo, ActiveFlowTotalCounte
27
27
  totalSkillSteps: number;
28
28
  totalChannelSteps: number;
29
29
  domain: number;
30
+ flows: number;
30
31
  }
31
32
 
32
33
  export type UpdateIdwBaseInfo = Partial<Omit<IdwBaseInfo, 'slug'|'publicPageLink'>>;