@ieeesa-npm/groups 0.9.1 → 0.9.2

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.
@@ -247,7 +247,7 @@
247
247
  }
248
248
  },
249
249
  "errors": {
250
- "ER1000": "Allowed group types are not found for the selected group!",
250
+ "ER1000": "Allowed group types are not found for the selected group.",
251
251
  "ER1001": "Roster type is not configured.",
252
252
  "1001": "Group Name already in use.",
253
253
  "1002": "Group Short Name already in use.",
@@ -258,9 +258,9 @@
258
258
  "1007": "Group id is required.",
259
259
  "1008": " has either been moved or already deleted.",
260
260
  "1009": "Unable to delete a parent group, please delete or reassign any child groups first.",
261
- "1010": "Group types are not found for the tenant or application!",
262
- "1011": "Groups are not found for the selected group type!",
263
- "1012": "Child groups are not found for the selected parent!",
261
+ "1010": "Group types are not found for the tenant or application.",
262
+ "1011": "Groups are not found for the selected group type.",
263
+ "1012": "Child groups are not found for the selected parent.",
264
264
  "1013": "Sub Group can not be created for chosen Group Type.",
265
265
  "1014": "Group Type is not allowed for this group.",
266
266
  "1015": "Group Name contains invalid characters. Please enter alphanumeric, special characters and whitespace only.",
@@ -272,15 +272,15 @@
272
272
  "1021": "User id is required.",
273
273
  "1022": "User has already been added to this group.",
274
274
  "1023": "Role doesn't exist for the systems user group.",
275
- "1024": "No user(s) found!",
275
+ "1024": "No user(s) found.",
276
276
  "1025": "User has already been added to this group.",
277
277
  "1026": "User does not belong to the selected group.",
278
278
  "1027": "No users found for the selected role.",
279
279
  "1028": "Search by Name or Email address.",
280
- "1029": "No record found!",
281
- "1030": "No record found!",
282
- "1031": "No record found!",
283
- "1032": "No record found!",
280
+ "1029": "No record found.",
281
+ "1030": "No record found.",
282
+ "1031": "No record found.",
283
+ "1032": "No record found.",
284
284
  "1033": "Please enter at least 3 characters to perform search operation.",
285
285
  "1034": "No record(s) found.",
286
286
  "1035": "First name is required.",
@@ -277,9 +277,9 @@ var errors = {
277
277
  "1007": "Group id is required.",
278
278
  "1008": " has either been moved or already deleted.",
279
279
  "1009": "Unable to delete a parent group, please delete or reassign any child groups first.",
280
- "1010": "Group types are not found for the tenant or application!",
281
- "1011": "Groups are not found for the selected group type!",
282
- "1012": "Child groups are not found for the selected parent!",
280
+ "1010": "Group types are not found for the tenant or application.",
281
+ "1011": "Groups are not found for the selected group type.",
282
+ "1012": "Child groups are not found for the selected parent.",
283
283
  "1013": "Sub Group can not be created for chosen Group Type.",
284
284
  "1014": "Group Type is not allowed for this group.",
285
285
  "1015": "Group Name contains invalid characters. Please enter alphanumeric, special characters and whitespace only.",
@@ -291,15 +291,15 @@ var errors = {
291
291
  "1021": "User id is required.",
292
292
  "1022": "User has already been added to this group.",
293
293
  "1023": "Role doesn't exist for the systems user group.",
294
- "1024": "No user(s) found!",
294
+ "1024": "No user(s) found.",
295
295
  "1025": "User has already been added to this group.",
296
296
  "1026": "User does not belong to the selected group.",
297
297
  "1027": "No users found for the selected role.",
298
298
  "1028": "Search by Name or Email address.",
299
- "1029": "No record found!",
300
- "1030": "No record found!",
301
- "1031": "No record found!",
302
- "1032": "No record found!",
299
+ "1029": "No record found.",
300
+ "1030": "No record found.",
301
+ "1031": "No record found.",
302
+ "1032": "No record found.",
303
303
  "1033": "Please enter at least 3 characters to perform search operation.",
304
304
  "1034": "No record(s) found.",
305
305
  "1035": "First name is required.",
@@ -320,7 +320,7 @@ var errors = {
320
320
  "2022": "Representation Organization does not exist.",
321
321
  "2023": "Member Type is required.",
322
322
  "3004": "Organization does not found.",
323
- ER1000: "Allowed group types are not found for the selected group!",
323
+ ER1000: "Allowed group types are not found for the selected group.",
324
324
  ER1001: "Roster type is not configured.",
325
325
  "20l2": "First Name is required."
326
326
  };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.9.9",
7
+ "@ieeesa-npm/presentation": "^0.10.0",
8
8
  "@ieeesa-npm/shared-styles": "^0.2.2",
9
- "@ieeesa-npm/utility": "^0.8.9"
9
+ "@ieeesa-npm/utility": "^0.9.0"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"