@annalib/anna-core 5.1.5 → 5.1.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.
- package/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +3 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +4 -4
- package/fesm2015/annalib-anna-core.mjs +5 -4
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +5 -4
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +2 -1
- package/package.json +1 -1
|
@@ -8,7 +8,8 @@ export declare class Constants {
|
|
|
8
8
|
static readonly ACTIVE_USER_STATUS = "active";
|
|
9
9
|
static readonly DELETED_USER_STATUS = "deleted";
|
|
10
10
|
static readonly INACTIVE_USER_STATUS = "inactive";
|
|
11
|
-
static readonly OGAdminRole = "
|
|
11
|
+
static readonly OGAdminRole = "Ownership Group Admin";
|
|
12
|
+
static readonly ASARole = "Anna Station Admin";
|
|
12
13
|
static readonly dollars = "$";
|
|
13
14
|
}
|
|
14
15
|
export declare class ErrorCodes {
|