@ieeesa-npm/groups 0.7.4 → 0.7.6

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.
@@ -260,7 +260,7 @@ export declare class GroupsService {
260
260
  * @return {Observable<AddOrEditGroupUserDetailsResponse>}
261
261
  * @memberof GroupsService
262
262
  */
263
- addNewGroupUser(AddOrEditUserPayload: AddOrEditUserPayload | AddOrEditUserIndividualRosterPayload, groupRosterType: GroupRosterType): Observable<AddOrEditGroupUserDetailsResponse>;
263
+ addNewGroupUser(AddOrEditUserPayload: AddOrEditUserPayload | AddOrEditUserIndividualRosterPayload): Observable<AddOrEditGroupUserDetailsResponse>;
264
264
  /**
265
265
  * Sets the loaded group type user roles
266
266
  * @param {CheckboxOption[]} userRoles
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.8.8",
7
+ "@ieeesa-npm/presentation": "^0.9.0",
8
8
  "@ieeesa-npm/shared-styles": "^0.2.1",
9
- "@ieeesa-npm/utility": "^0.8.0"
9
+ "@ieeesa-npm/utility": "^0.8.1"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"