@ieeesa-npm/tenants 0.2.1 → 0.2.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.
@@ -155,14 +155,19 @@
155
155
  "promptMessageActivate": "reactivate",
156
156
  "ariaLabel": {
157
157
  "alert": "Alert"
158
- }
158
+ },
159
+ "deleteRoleConfirmationMessage": "Are you sure you want to delete the",
160
+ "deleteRolePromptMessage": "Deleting this role will remove all current assignments in the"
159
161
  },
160
162
  "errors": {
161
163
  "2050": "Tenant Details not found.",
162
164
  "2051": "Failure to update tenant status.",
163
165
  "2054": "IEEE SA Collaboration Portal cannot be inactivated.",
164
166
  "3007": "No Role(s) found.",
165
- "3009": "Unable to fetch Roles and Permissions Mapping."
167
+ "3008": "No Permission(s) found.",
168
+ "3009": "Unable to fetch Roles and Permissions Mapping.",
169
+ "3010": "Role Id is required.",
170
+ "3011": "Application Id is required."
166
171
  },
167
172
  "tenantAccordionInfo": [
168
173
  {
@@ -235,6 +240,13 @@
235
240
  }
236
241
  ]
237
242
  },
243
+ "deleteRole": {
244
+ "message": {
245
+ "success": {
246
+ "submission": "role has been successfully deleted from the"
247
+ }
248
+ }
249
+ },
238
250
  "routeConfigPath": {
239
251
  "viewTenants": "tenants/view-tenants-list",
240
252
  "viewTenantDetails": "tenants/view-tenant-details"