@inceptionbg/main 2.0.171 → 2.0.173
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tempTypes/assets/icons/duotone/faBell.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faBoxArchive.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faCabinetFiling.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faCashRegister.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faDisplayChartUpCircleDollar.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faEnvelope.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faFileContract.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faFileInvoice.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faFilePen.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faGear.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faGridHorizontal.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faHandsHoldingHeart.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faList.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faListCheck.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faPlusCircle.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faScreencast.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faShelves.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faSignature.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faWarehouse.d.ts +2 -0
- package/dist/tempTypes/assets/icons/duotone/faWarehouseFull.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faAngleDown.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faArrowRightFromBracket.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faBell.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faBriefcase.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faBusinessPlus.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faCalendarDays.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faCircleUser.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faEnvelope.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faMagnifyingGlass.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faTrashCan.d.ts +2 -0
- package/dist/tempTypes/assets/icons/light/faUserGear.d.ts +2 -0
- package/dist/tempTypes/assets/icons/regular/faAngleLeft.d.ts +2 -0
- package/dist/tempTypes/assets/icons/regular/faAngleRight.d.ts +2 -0
- package/dist/tempTypes/assets/icons/regular/faMagnifyingGlassMinus.d.ts +2 -0
- package/dist/tempTypes/assets/icons/regular/faMagnifyingGlassPlus.d.ts +2 -0
- package/dist/tempTypes/assets/icons/regular/faQrcode.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faAngleLeft.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faArrowRight.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faCaretDown.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faCheck.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faEnvelopeDot.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faPlus.d.ts +2 -0
- package/dist/tempTypes/assets/icons/solid/faXmark.d.ts +2 -0
- package/dist/tempTypes/auth/Auth.d.ts +55 -0
- package/dist/tempTypes/auth/AuthUtils.d.ts +4 -0
- package/dist/tempTypes/auth/AxiosTokenHandler.d.ts +6 -0
- package/dist/tempTypes/components/BusinessYear/BusinessYearChooser.d.ts +2 -0
- package/dist/tempTypes/components/BusinessYear/BusinessYearPage.d.ts +3 -0
- package/dist/tempTypes/components/Dialogs/DeleteItemDialog.d.ts +13 -0
- package/dist/tempTypes/components/Dialogs/DeleteItemsDialog.d.ts +15 -0
- package/dist/tempTypes/components/Header/Components/ModuleSelect.d.ts +6 -0
- package/dist/tempTypes/components/Header/Components/Notifications.d.ts +2 -0
- package/dist/tempTypes/components/Header/Components/UserMenu.d.ts +2 -0
- package/dist/tempTypes/components/Header/Header.d.ts +9 -0
- package/dist/tempTypes/components/IndexData/IndexDataSearch.d.ts +13 -0
- package/dist/tempTypes/components/IndexData/IndexDataSearchFields.d.ts +10 -0
- package/dist/tempTypes/components/Organizations/ChangeOrganizationDialog.d.ts +7 -0
- package/dist/tempTypes/components/Organizations/OrganizationInvitesDialog.d.ts +7 -0
- package/dist/tempTypes/components/ReactQuery/ReactQueryProvider.d.ts +6 -0
- package/dist/tempTypes/components/Router/Router.d.ts +10 -0
- package/dist/tempTypes/components/Sidebar/AddButton.d.ts +6 -0
- package/dist/tempTypes/components/Sidebar/Sidebar.d.ts +8 -0
- package/dist/tempTypes/components/Sidebar/SidebarItem.d.ts +3 -0
- package/dist/tempTypes/components/User/MyAccountDialog.d.ts +7 -0
- package/dist/tempTypes/components/User/components/ChangePassword.d.ts +7 -0
- package/dist/tempTypes/components/User/repo/useUserMutations.d.ts +9 -0
- package/dist/tempTypes/components/Wrappers/App/AppContent.d.ts +6 -0
- package/dist/tempTypes/components/Wrappers/App/AppWrapper.d.ts +7 -0
- package/dist/tempTypes/components/Wrappers/MainPageWrapper.d.ts +9 -0
- package/dist/tempTypes/context/BusinessYearContext.d.ts +12 -0
- package/dist/tempTypes/context/ErrorContext.d.ts +13 -0
- package/dist/tempTypes/context/UserOrgContext.d.ts +28 -0
- package/dist/tempTypes/hooks/useOrgInvites.d.ts +12 -0
- package/dist/tempTypes/index.d.ts +56 -0
- package/dist/tempTypes/pages/LoginPage.d.ts +3 -0
- package/dist/tempTypes/pages/NoAccessInfo.d.ts +8 -0
- package/dist/tempTypes/pages/NoMatchPage.d.ts +3 -0
- package/dist/tempTypes/pages/Roles/RolesWithPrivileges.d.ts +8 -0
- package/dist/tempTypes/pages/Roles/components/PrivilegesForm.d.ts +11 -0
- package/dist/tempTypes/pages/SelectOrg/SelectOrgPage.d.ts +3 -0
- package/dist/tempTypes/pages/SelectOrg/components/OrgInvites.d.ts +2 -0
- package/dist/tempTypes/repo/NotificationsRepository.d.ts +8 -0
- package/dist/tempTypes/repo/RoleRepo.d.ts +7 -0
- package/dist/tempTypes/types/App/Administration/IEmployee.d.ts +23 -0
- package/dist/tempTypes/types/App/Administration/IJob.d.ts +10 -0
- package/dist/tempTypes/types/App/Contracts/File/IContractFile.d.ts +30 -0
- package/dist/tempTypes/types/App/Contracts/IContract.d.ts +241 -0
- package/dist/tempTypes/types/App/Document/IApproval.d.ts +143 -0
- package/dist/tempTypes/types/App/Document/ICase.d.ts +48 -0
- package/dist/tempTypes/types/App/Document/IDocument.d.ts +219 -0
- package/dist/tempTypes/types/App/Document/IDocumentFile.d.ts +67 -0
- package/dist/tempTypes/types/App/Document/IDocumentSend.d.ts +128 -0
- package/dist/tempTypes/types/App/Document/IEmailDocument.d.ts +52 -0
- package/dist/tempTypes/types/App/Document/IIndexDataCodebook.d.ts +15 -0
- package/dist/tempTypes/types/App/Document/ISignatory.d.ts +34 -0
- package/dist/tempTypes/types/App/Document/IndexData.d.ts +60 -0
- package/dist/tempTypes/types/App/Document/Invoice/IAccount.d.ts +11 -0
- package/dist/tempTypes/types/App/Document/Invoice/IExpenseAllocation.d.ts +39 -0
- package/dist/tempTypes/types/App/Document/Invoice/IFactoring.d.ts +6 -0
- package/dist/tempTypes/types/App/Document/Invoice/IInvoice.d.ts +236 -0
- package/dist/tempTypes/types/App/Document/Invoice/IPayment.d.ts +40 -0
- package/dist/tempTypes/types/App/Document/Invoice/IProduct.d.ts +23 -0
- package/dist/tempTypes/types/App/Document/Invoice/ITaxAllocation.d.ts +37 -0
- package/dist/tempTypes/types/App/Document/Invoice/IVatIndicator.d.ts +14 -0
- package/dist/tempTypes/types/App/Document/Office/IOfficeDocument.d.ts +27 -0
- package/dist/tempTypes/types/App/Document/Shipment/IShipment.d.ts +25 -0
- package/dist/tempTypes/types/App/Partner/IAddress.d.ts +14 -0
- package/dist/tempTypes/types/App/Partner/IPartner.d.ts +98 -0
- package/dist/tempTypes/types/Auth/IEnv.d.ts +13 -0
- package/dist/tempTypes/types/Auth/IModule.d.ts +15 -0
- package/dist/tempTypes/types/Auth/IOrganization.d.ts +140 -0
- package/dist/tempTypes/types/Auth/IPrivileges.d.ts +2 -0
- package/dist/tempTypes/types/Auth/IRole.d.ts +25 -0
- package/dist/tempTypes/types/Auth/IRouter.d.ts +7 -0
- package/dist/tempTypes/types/Auth/IToken.d.ts +12 -0
- package/dist/tempTypes/types/Auth/IUser.d.ts +39 -0
- package/dist/tempTypes/types/IError.d.ts +5 -0
- package/dist/tempTypes/types/INotifications.d.ts +15 -0
- package/dist/tempTypes/types/IReactQuerry.d.ts +4 -0
- package/dist/tempTypes/types/IScan.d.ts +17 -0
- package/dist/tempTypes/types/ISidebar.d.ts +27 -0
- package/dist/tempTypes/types/ISubsystem.d.ts +2 -0
- package/dist/tempTypes/utils/EnvVars.d.ts +2 -0
- package/dist/tempTypes/utils/ImageUtils.d.ts +4 -0
- package/dist/tempTypes/utils/LoadOptions.d.ts +20 -0
- package/dist/tempTypes/utils/ModuleUtils.d.ts +3 -0
- package/dist/tempTypes/utils/i18nMain.d.ts +662 -0
- package/dist/types/global.d.ts +619 -601
- package/package.json +2 -2
- package/dist/index.d.ts +0 -2154
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inceptionbg/main",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.173",
|
|
4
4
|
"description": "Main app wrapper for Inception ecosystem",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@tanstack/react-query": "^5.56.2",
|
|
21
|
-
"axios": "^1.
|
|
21
|
+
"axios": "^1.9.0",
|
|
22
22
|
"crypto-js": "^4.1.1",
|
|
23
23
|
"jwt-decode": "^3.1.2"
|
|
24
24
|
},
|