@livetiles/reach-plugin-types 0.5.0-preview.1260 → 0.5.0-preview.1264

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -2084,7 +2084,8 @@ declare module "libs/reach/util/common/src/user/useAccountApi" {
2084
2084
  searchInAllProperties?: boolean;
2085
2085
  groupId?: string[];
2086
2086
  }) => Promise<Account[]>;
2087
- searchAccountsByItemId: (minRole: GroupRoles, itemId: string, searchText: string) => Promise<Account[]>;
2087
+ searchMentionsbyGroupIds: (searchText: string, groupIds: string[], minRole?: GroupRoles) => Promise<Account[]>;
2088
+ searchMentionsbyItemId: (searchText: string, itemId: string, minRole?: GroupRoles) => Promise<Account[]>;
2088
2089
  getUserInfo: (upn: string) => Promise<UserInfo>;
2089
2090
  getUserInfoById: (userId: string) => Promise<UserInfo>;
2090
2091
  getUserAvatarUrl: (upn: string, tenantId?: string) => Observable<string>;
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.1260",
7
+ "version": "0.5.0-preview.1264",
8
8
  "dependencies": {}
9
9
  }