@inceptionbg/main 2.0.202 → 2.0.204

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;
@@ -1349,7 +1349,7 @@ declare const logout: (options?: {
1349
1349
  }) => void;
1350
1350
  declare const getUser: () => Promise<IUser>;
1351
1351
 
1352
- declare const decodeToken: (token?: string | null) => any;
1352
+ declare const decodeToken: (token?: string | null) => IToken | undefined;
1353
1353
 
1354
1354
  interface IProps$1 {
1355
1355
  children: ReactNode;
@@ -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;
@@ -2211,5 +2217,4 @@ declare const ArticlePage: FC;
2211
2217
 
2212
2218
  declare const ArticlesPage: FC;
2213
2219
 
2214
- export { AppWrapper, ArticlePage, ArticlesPage, AxiosTokenHandler, BusinessYearChooser, BusinessYearPage, BusinessYearProvider, Constraints, DeleteItemDialog, DeleteItemsDialog, DocumentStatuses, ErrorContext, Header, IndexDataSearch, LastArticlesWidget, LoginPage, MainPageWrapper, ModuleIds, NoAccessInfo, NoMatchPage, OrganizationStatuses, ReactQueryProvider, RolesWithPrivileges, Router, SelectOrgPage, Sidebar, SubSystems, UserOrgContext, UserOrgProvider, decodeToken, envVars, getUser, i18nMainCyrilic, i18nMainLatin, i18nMainME_Latin, login, logout, modules, setBusinessYearContext, useBusinessYearContext, useModules, useUserAndOrg };
2215
- export type { ApprovalStatus, DocumentApprovalFetchOption, DocumentFetchOption, DocumentFileFetchOptions, DocumentIndicies, DocumentSendFetchOption, IApproval, IApprovalSearch, IApprovalStep, IApprovalStepSearch, IBankAccount, IBankAccountSearch, ICondition, IConditionIndexData, IConstraint, IContactPerson, ICountry, IDocument, IDocumentAny, IDocumentApproval, IDocumentApprovalStep, IDocumentApprovalVote, IDocumentFile, IDocumentFileParams, IDocumentIndex, IDocumentSearch, IDocumentSend, IDocumentSendSearch, IDocumentType, IEnv, IFile, IFileSignData, IFileType, IFileUpload, IInvoice, IInvoiceItem, ILatestApprovalProcess, IModule, IModuleId, IMunicipality, INote, INoteSearch, IOrganization, IOrganizationFetchOption, IOrganizationSearch, IOrganizationSettings, IPartner, IPartnerGroup, IPartnerType, IPartnersSearch, IPhaseGroup, IPhaseGroupSearch, IPlace, IRole, IRolePrivilege, IRoute, IServiceApi, ISidebarItem, ISubsystem, IToken, IUploadDocumentType, IUseMutationData, IUser, IUserSettings, IVoteSearch, OrganizationStatus, PartnerGroupType, RolePrivilegeGroup, UserFetchOption };
2220
+ export { AppWrapper, ApprovalStatus, ArticlePage, ArticlesPage, AxiosTokenHandler, BusinessYearChooser, BusinessYearPage, BusinessYearProvider, Constraints, DeleteItemDialog, DeleteItemsDialog, DocumentApprovalFetchOption, DocumentFetchOption, DocumentFileFetchOptions, DocumentIndicies, DocumentSendFetchOption, DocumentStatuses, ErrorContext, Header, IApproval, IApprovalSearch, IApprovalStep, IApprovalStepSearch, IBankAccount, IBankAccountSearch, ICondition, IConditionIndexData, IConstraint, IContactPerson, ICountry, IDocument, IDocumentAny, IDocumentApproval, IDocumentApprovalStep, IDocumentApprovalVote, IDocumentFile, IDocumentFileParams, IDocumentIndex, IDocumentSearch, IDocumentSend, IDocumentSendSearch, IDocumentType, IEnv, IFile, IFileSignData, IFileType, IFileUpload, IInvoice, IInvoiceItem, ILatestApprovalProcess, IModule, IModuleId, IMunicipality, INote, INoteSearch, IOrganization, IOrganizationFetchOption, IOrganizationSearch, IOrganizationSettings, IPartner, IPartnerGroup, IPartnerType, IPartnersSearch, IPhaseGroup, IPhaseGroupSearch, IPlace, IRole, IRolePrivilege, IRoute, IServiceApi, ISidebarItem, ISubsystem, IToken, IUploadDocumentType, IUseMutationData, IUser, IUserSettings, IVoteSearch, IndexDataSearch, LastArticlesWidget, LoginPage, MainPageWrapper, ModuleIds, NoAccessInfo, NoMatchPage, OrganizationStatus, OrganizationStatuses, PartnerGroupType, ReactQueryProvider, RolePrivilegeGroup, RolesWithPrivileges, Router, SelectOrgPage, Sidebar, SubSystems, UserFetchOption, UserOrgContext, UserOrgProvider, decodeToken, envVars, getUser, i18nMainCyrilic, i18nMainLatin, i18nMainME_Latin, login, logout, modules, setBusinessYearContext, useBusinessYearContext, useModules, useUserAndOrg };