@or-sdk/idw 8.2.2-beta.4013.0 → 8.2.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,14 @@
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
+ ## [8.2.2](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/idw@8.2.1...@or-sdk/idw@8.2.2) (2026-02-25)
7
+
8
+ **Note:** Version bump only for package @or-sdk/idw
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.2.1](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/idw@8.2.0...@or-sdk/idw@8.2.1) (2026-02-24)
7
15
 
8
16
  **Note:** Version bump only for package @or-sdk/idw
@@ -1,24 +1,9 @@
1
1
  import { Token } from '@or-sdk/base';
2
2
  export type IDWBaseConfig = {
3
- /**
4
- * token
5
- */
6
3
  token: Token;
7
- /**
8
- * onereach account ID
9
- */
10
4
  providerAccountId?: string;
11
- /**
12
- * Event Manager url
13
- */
14
5
  emUrl?: string;
15
- /**
16
- * Provider NameSpace
17
- */
18
6
  idwProviderNameSpace?: string;
19
- /**
20
- * Url of OneReach service discovery api
21
- */
22
7
  discoveryUrl?: string;
23
8
  };
24
9
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/types/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;IACb;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/types/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG;IAI1B,KAAK,EAAE,KAAK,CAAC;IAIb,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAI9B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/idw",
3
- "version": "8.2.2-beta.4013.0",
3
+ "version": "8.2.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -18,9 +18,9 @@
18
18
  "dev": "pnpm build:watch:esm"
19
19
  },
20
20
  "dependencies": {
21
- "@or-sdk/base": "^0.44.0-beta.4013.0",
22
- "@or-sdk/deployer": "^1.7.1-beta.4013.0",
23
- "@or-sdk/providers": "^0.3.1-beta.4013.0"
21
+ "@or-sdk/base": "^0.44.0",
22
+ "@or-sdk/deployer": "^1.7.1",
23
+ "@or-sdk/providers": "^0.3.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "concurrently": "9.0.1",
@@ -28,5 +28,6 @@
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
31
- }
31
+ },
32
+ "gitHead": "7d3b49250a670964dfe9e8e50e95417761c5473f"
32
33
  }