@jeraldj/client-services 8.1.5 → 8.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeraldj/client-services",
3
- "version": "8.1.5",
3
+ "version": "8.1.7",
4
4
  "description": "Type definitions and models for Sunbird platform clients",
5
5
  "main": "dist/index.js",
6
6
  "module": "src/index.ts",
@@ -105,4 +105,5 @@ export declare class DiscussionServiceImpl implements CsDiscussionService {
105
105
  getTagBasedDiscussion(tag: string, config?: CsDiscussionServiceConfig): Observable<{
106
106
  result: {};
107
107
  }>;
108
+ initializeUserDetails(config?: CsDiscussionServiceConfig): Observable<any>;
108
109
  }