@inceptionbg/main 2.0.83 → 2.0.85

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
@@ -1267,7 +1267,7 @@ interface IConditionIndexData {
1267
1267
  }
1268
1268
 
1269
1269
  type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT' | 'TEST_PPLCG';
1270
- type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData';
1270
+ type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration';
1271
1271
  type IEnvVar = {
1272
1272
  [env in IEnv]: {
1273
1273
  authApiUrl: string;
@@ -1410,31 +1410,37 @@ interface IProps {
1410
1410
  }
1411
1411
  declare const UserOrgProvider: ({ children }: IProps) => react_jsx_runtime.JSX.Element;
1412
1412
 
1413
- interface Props$8 {
1413
+ interface Props$9 {
1414
1414
  routes: IRoute[];
1415
1415
  sidebarItems: ISidebarItem[][];
1416
1416
  hideNotifications?: boolean;
1417
1417
  }
1418
- declare const Router: FC<Props$8>;
1418
+ declare const Router: FC<Props$9>;
1419
1419
 
1420
1420
  declare const LoginPage: FC;
1421
1421
 
1422
- interface Props$7 {
1422
+ interface Props$8 {
1423
1423
  title?: string;
1424
1424
  buttonLabel?: string;
1425
1425
  showLogout?: boolean;
1426
1426
  }
1427
- declare const NoAccessInfo: FC<Props$7>;
1427
+ declare const NoAccessInfo: FC<Props$8>;
1428
1428
 
1429
1429
  declare const NoMatchPage: FC;
1430
1430
 
1431
1431
  declare const SelectOrgPage: FC;
1432
1432
 
1433
- interface Props$6 {
1433
+ interface Props$7 {
1434
1434
  modulePrivileges: string[];
1435
1435
  usePrivileges: () => IAnyObject;
1436
1436
  }
1437
- declare const RolesWithPrivileges: FC<Props$6>;
1437
+ declare const RolesWithPrivileges: FC<Props$7>;
1438
+
1439
+ interface Props$6 {
1440
+ i18n: any;
1441
+ children: ReactNode;
1442
+ }
1443
+ declare const AppWrapper: FC<Props$6>;
1438
1444
 
1439
1445
  interface Props$5 {
1440
1446
  customTitle?: string;
@@ -1481,4 +1487,4 @@ interface Props {
1481
1487
  }
1482
1488
  declare const DeleteItemDialog: FC<Props>;
1483
1489
 
1484
- export { ApprovalStatus, AxiosTokenHandler, Constraints, DeleteItemDialog, 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, IToken, IUploadDocumentType, IUseMutationData, IUser, IUserSettings, IVoteSearch, IndexDataSearch, LoginPage, MainPageWrapper, ModuleIds, NoAccessInfo, NoMatchPage, OrganizationStatus, OrganizationStatuses, PartnerGroupType, ReactQueryProvider, RolePrivilegeGroup, RolesWithPrivileges, Router, SelectOrgPage, Sidebar, UserFetchOption, UserOrgContext, UserOrgProvider, decodeToken, envVars, getUser, login, logout, modules };
1490
+ export { AppWrapper, ApprovalStatus, AxiosTokenHandler, Constraints, DeleteItemDialog, 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, IToken, IUploadDocumentType, IUseMutationData, IUser, IUserSettings, IVoteSearch, IndexDataSearch, LoginPage, MainPageWrapper, ModuleIds, NoAccessInfo, NoMatchPage, OrganizationStatus, OrganizationStatuses, PartnerGroupType, ReactQueryProvider, RolePrivilegeGroup, RolesWithPrivileges, Router, SelectOrgPage, Sidebar, UserFetchOption, UserOrgContext, UserOrgProvider, decodeToken, envVars, getUser, login, logout, modules };