@ieeesa-npm/groups 0.12.2 → 0.12.4

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.
@@ -61,16 +61,18 @@ export declare class GroupsService {
61
61
  "1022": string;
62
62
  "1023": string;
63
63
  "1024": string;
64
- "1025": string; /**
65
- * Returns group function type.
66
- * @return {GroupFunctionType} -group function type.
67
- * @memberof GroupsService
68
- */
64
+ "1025": string;
69
65
  "1026": string;
70
66
  "1027": string;
71
67
  "1028": string;
72
68
  "1029": string;
73
69
  "1030": string;
70
+ /**
71
+ * Gets the group users for the given group id.
72
+ * @param {string} groupId
73
+ * @return {Observable<GetGroupUsersResponse>}
74
+ * @memberof GroupsService
75
+ */
74
76
  "1031": string;
75
77
  "1032": string;
76
78
  "1033": string;
@@ -94,6 +96,12 @@ export declare class GroupsService {
94
96
  "2019": string;
95
97
  "2020": string;
96
98
  "2021": string;
99
+ /**
100
+ * Gets the group users based on searched name or email
101
+ * @param {SearchUsersPayload} payload
102
+ * @return {Observable<GetGroupUsersResponse>}
103
+ * @memberof GroupsService
104
+ */
97
105
  "2022": string;
98
106
  "2023": string;
99
107
  "2024": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"