http-request-manager 18.5.21 → 18.5.22

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.5.21",
3
+ "version": "18.5.22",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -370,6 +370,9 @@ declare class HTTPManagerStateService<T extends {
370
370
  wsNextRetry$: Observable<number>;
371
371
  private messages;
372
372
  messages$: Observable<any[]>;
373
+ private userListByChannel;
374
+ userListByChannel$: Observable<Map<string, any[]>>;
375
+ getUsersForChannel$(channel: string): Observable<any[]>;
373
376
  private userList;
374
377
  userList$: Observable<any[]>;
375
378
  private user;
Binary file