@inceptionbg/main 2.0.203 → 2.0.205

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 CHANGED
@@ -210,7 +210,7 @@ interface IOrganization {
210
210
  taxId?: string;
211
211
  businessCode?: string;
212
212
  jbkjs?: string;
213
- locale?: string;
213
+ language?: string;
214
214
  country?: ICountry;
215
215
  town?: string;
216
216
  municipality?: IMunicipality;
@@ -1513,6 +1513,8 @@ declare const i18nMainLatin: {
1513
1513
  PageNotFound: string;
1514
1514
  Settings: string;
1515
1515
  Roles: string;
1516
+ GlobalRoles: string;
1517
+ GlobalRoleList: string;
1516
1518
  PrivilegeGroupADMIN: string;
1517
1519
  PrivilegeGroupCONTRACT: string;
1518
1520
  PrivilegeGroupPROCUREMENT: string;
@@ -1759,6 +1761,8 @@ declare const i18nMainCyrilic: {
1759
1761
  PageNotFound: string;
1760
1762
  Settings: string;
1761
1763
  Roles: string;
1764
+ GlobalRoles: string;
1765
+ GlobalRoleList: string;
1762
1766
  PrivilegeGroupADMIN: string;
1763
1767
  PrivilegeGroupCONTRACT: string;
1764
1768
  PrivilegeGroupPROCUREMENT: string;
@@ -2004,6 +2008,8 @@ declare const i18nMainME_Latin: {
2004
2008
  PageNotFound: string;
2005
2009
  Settings: string;
2006
2010
  Roles: string;
2011
+ GlobalRoles: string;
2012
+ GlobalRoleList: string;
2007
2013
  Logout: string;
2008
2014
  MyAccount: string;
2009
2015
  SelectAccount: string;