@ieeesa-npm/groups 0.9.9 → 0.10.1

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.
@@ -38,7 +38,12 @@ export declare class GroupsService {
38
38
  "1001": string;
39
39
  "1002": string;
40
40
  "1003": string;
41
- "1004": string;
41
+ "1004": string; /**
42
+ * Sets selected group info.
43
+ * @param {(GroupInfo | undefined)} selectedGroupInfo -selected group info.
44
+ * @param {(GroupInfo | undefined)} [selectedGroupParentInfo] -selected parent group info.
45
+ * @memberof GroupsService
46
+ */
42
47
  "1005": string;
43
48
  "1006": string;
44
49
  "1007": string;
@@ -87,12 +92,6 @@ export declare class GroupsService {
87
92
  "2021": string;
88
93
  "2022": string;
89
94
  "2023": string;
90
- /**
91
- * Gets the group users based on searched name or email
92
- * @param {SearchUsersPayload} payload
93
- * @return {Observable<GetGroupUsersResponse>}
94
- * @memberof GroupsService
95
- */
96
95
  "3004": string;
97
96
  };
98
97
  apiBaseUrl: string;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.9.9",
3
+ "version": "0.10.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.10.5",
7
+ "@ieeesa-npm/presentation": "^0.10.8",
8
8
  "@ieeesa-npm/shared-styles": "^0.2.5",
9
- "@ieeesa-npm/utility": "^0.9.5"
9
+ "@ieeesa-npm/utility": "^0.9.7"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"