@or-sdk/idw 8.2.2-beta.4012.0 → 8.2.2-beta.4013.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.
@@ -1,9 +1,24 @@
1
1
  import { Token } from '@or-sdk/base';
2
2
  export type IDWBaseConfig = {
3
+ /**
4
+ * token
5
+ */
3
6
  token: Token;
7
+ /**
8
+ * onereach account ID
9
+ */
4
10
  providerAccountId?: string;
11
+ /**
12
+ * Event Manager url
13
+ */
5
14
  emUrl?: string;
15
+ /**
16
+ * Provider NameSpace
17
+ */
6
18
  idwProviderNameSpace?: string;
19
+ /**
20
+ * Url of OneReach service discovery api
21
+ */
7
22
  discoveryUrl?: string;
8
23
  };
9
24
  //# 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;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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/idw",
3
- "version": "8.2.2-beta.4012.0",
3
+ "version": "8.2.2-beta.4013.0",
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.4012.0",
22
- "@or-sdk/deployer": "^1.7.1-beta.4012.0",
23
- "@or-sdk/providers": "^0.3.1-beta.4012.0"
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"
24
24
  },
25
25
  "devDependencies": {
26
26
  "concurrently": "9.0.1",