@gooddata/sdk-backend-spi 10.20.0-alpha.10 → 10.20.0-alpha.12

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.
@@ -3829,6 +3829,10 @@ export declare interface IUserService {
3829
3829
  * Returns currently authenticated user
3830
3830
  */
3831
3831
  getUser(): Promise<IUser>;
3832
+ /**
3833
+ * Returns currently authenticated user with details
3834
+ */
3835
+ getUserWithDetails(): Promise<IUser>;
3832
3836
  }
3833
3837
 
3834
3838
  /**
@@ -16,5 +16,9 @@ export interface IUserService {
16
16
  * Returns currently authenticated user
17
17
  */
18
18
  getUser(): Promise<IUser>;
19
+ /**
20
+ * Returns currently authenticated user with details
21
+ */
22
+ getUserWithDetails(): Promise<IUser>;
19
23
  }
20
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,QAAQ,IAAI,oBAAoB,CAAC;IAEjC;;OAEG;IACH,OAAO,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC;CAC7B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,QAAQ,IAAI,oBAAoB,CAAC;IAEjC;;OAEG;IACH,OAAO,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC;IAE1B;;OAEG;IACH,kBAAkB,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC;CACxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-spi",
3
- "version": "10.20.0-alpha.10",
3
+ "version": "10.20.0-alpha.12",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Backend SPI abstraction interfaces",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "lodash": "^4.17.21",
25
25
  "ts-invariant": "^0.7.5",
26
26
  "tslib": "^2.5.0",
27
- "@gooddata/sdk-model": "10.20.0-alpha.10"
27
+ "@gooddata/sdk-model": "10.20.0-alpha.12"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gooddata/eslint-config": "^4.1.0",