@inceptionbg/main 2.0.196 → 2.0.197
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/dist/index.d.ts +8 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1515,6 +1515,10 @@ declare const i18nMainLatin: {
|
|
|
1515
1515
|
PrivilegeGroupPROCUREMENT: string;
|
|
1516
1516
|
PrivilegeGroupREPORT: string;
|
|
1517
1517
|
PrivilegeGroupNO_GROUP: string;
|
|
1518
|
+
ActivePrivilegesOnRole: string;
|
|
1519
|
+
AllPrivileges: string;
|
|
1520
|
+
ActivePrivileges: string;
|
|
1521
|
+
RoleList: string;
|
|
1518
1522
|
Logout: string;
|
|
1519
1523
|
MyAccount: string;
|
|
1520
1524
|
SelectAccount: string;
|
|
@@ -1755,6 +1759,10 @@ declare const i18nMainCyrilic: {
|
|
|
1755
1759
|
PrivilegeGroupPROCUREMENT: string;
|
|
1756
1760
|
PrivilegeGroupREPORT: string;
|
|
1757
1761
|
PrivilegeGroupNO_GROUP: string;
|
|
1762
|
+
ActivePrivilegesOnRole: string;
|
|
1763
|
+
AllPrivileges: string;
|
|
1764
|
+
ActivePrivileges: string;
|
|
1765
|
+
RoleList: string;
|
|
1758
1766
|
Logout: string;
|
|
1759
1767
|
MyAccount: string;
|
|
1760
1768
|
SelectAccount: string;
|