@or-sdk/content-request 0.2.2-beta.4095.0 → 0.2.2-beta.4096.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,8 +1,17 @@
1
1
  import { Token } from '@or-sdk/base';
2
2
  export type ContentRequestConfig = {
3
+ /**
4
+ * token
5
+ */
3
6
  token: Token;
7
+ /**
8
+ * Url of OneReach Event Manager api
9
+ */
4
10
  eventManagerUrl?: string;
5
11
  providersAccountId?: string;
12
+ /**
13
+ * Url of OneReach service discovery api
14
+ */
6
15
  discoveryUrl?: string;
7
16
  };
8
17
  export type ContentRequestPayload = {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,MAAM,MAAM,oBAAoB,GAAG;IAIjC,KAAK,EAAE,KAAK,CAAC;IAKb,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,MAAM,MAAM,oBAAoB,GAAG;IACjC;;MAEE;IACF,KAAK,EAAE,KAAK,CAAC;IAEb;;QAEI;IACJ,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;MAEE;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/content-request",
3
- "version": "0.2.2-beta.4095.0",
3
+ "version": "0.2.2-beta.4096.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -18,8 +18,8 @@
18
18
  "dev": "pnpm build:watch:esm"
19
19
  },
20
20
  "dependencies": {
21
- "@or-sdk/base": "^0.44.1-beta.4095.0",
22
- "@or-sdk/providers": "^0.3.2-beta.4095.0"
21
+ "@or-sdk/base": "^0.44.1-beta.4096.0",
22
+ "@or-sdk/providers": "^0.3.2-beta.4096.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "concurrently": "9.0.1",