@solibo/solibo-react 1.8.15 → 1.9.0
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/api/commands/board/useCreateBoardMember.d.ts +2 -2
- package/dist/api/commands/board/useDeleteBoardMember.d.ts +2 -2
- package/dist/api/commands/board/useInviteBoardMemberToSoliboHome.d.ts +2 -2
- package/dist/api/commands/communication/useBuySMSBundle.d.ts +2 -2
- package/dist/api/commands/communication/useCreateNewsletter.d.ts +2 -2
- package/dist/api/commands/communication/useCreatePushNotificationRead.d.ts +2 -2
- package/dist/api/commands/communication/useCreateSMSBroadcast.d.ts +2 -2
- package/dist/api/commands/communication/useDeleteDocumentFromNewsletter.d.ts +3 -3
- package/dist/api/commands/communication/useDeleteNewsletter.d.ts +2 -2
- package/dist/api/commands/communication/useDeleteSMSBroadcast.d.ts +2 -2
- package/dist/api/commands/communication/usePublishNewsletter.d.ts +2 -2
- package/dist/api/commands/communication/usePublishSMSBroadcast.d.ts +3 -3
- package/dist/api/commands/communication/useReportPushNotificationRead.d.ts +1 -1
- package/dist/api/commands/communication/useReportPushNotificationReceived.d.ts +2 -2
- package/dist/api/commands/communication/useSignupNewsletter.d.ts +1 -1
- package/dist/api/commands/communication/useUpdateNewsletter.d.ts +3 -3
- package/dist/api/commands/communication/useUpdateSMSBroadcast.d.ts +3 -3
- package/dist/api/commands/company/useCreateCompanyCustomerClaim.d.ts +3 -3
- package/dist/api/commands/company/useDeleteFractions.d.ts +3 -3
- package/dist/api/commands/company/useImportDraft.d.ts +1 -1
- package/dist/api/commands/company/useImportHousingAssociation.d.ts +1 -1
- package/dist/api/commands/company/useImportHousingCooperative.d.ts +1 -1
- package/dist/api/commands/company/useImportHousingCooperativeByAddress.d.ts +1 -1
- package/dist/api/commands/company/useOffboardCompany.d.ts +1 -1
- package/dist/api/commands/company/useResetSales.d.ts +1 -1
- package/dist/api/commands/company/useSaveCompanyDetailed.d.ts +2 -2
- package/dist/api/commands/company/useSaveImportDraft.d.ts +2 -2
- package/dist/api/commands/company/useUpdateAdministratorsForCompany.d.ts +3 -3
- package/dist/api/commands/company/useUpdateCompanyDetailed.d.ts +2 -2
- package/dist/api/commands/company/useUpdateCompanyOrdinances.d.ts +2 -2
- package/dist/api/commands/company/useUpdateFractions.d.ts +4 -4
- package/dist/api/commands/conversation/useCompleteConversation.d.ts +2 -2
- package/dist/api/commands/conversation/useCompleteMultipleConversations.d.ts +1 -1
- package/dist/api/commands/conversation/useConversationBackInProgress.d.ts +2 -2
- package/dist/api/commands/conversation/useConversationFolders.d.ts +8 -8
- package/dist/api/commands/conversation/useCreateConversation.d.ts +2 -2
- package/dist/api/commands/conversation/useCreateConversationCategory.d.ts +2 -2
- package/dist/api/commands/conversation/useCreateConversationMessage.d.ts +3 -3
- package/dist/api/commands/conversation/useCreateConversationParticipant.d.ts +3 -3
- package/dist/api/commands/conversation/useCreateExternalConversationParticipant.d.ts +3 -3
- package/dist/api/commands/conversation/useCreateInquiry.d.ts +2 -2
- package/dist/api/commands/conversation/useCreateInquiryOpen.d.ts +1 -1
- package/dist/api/commands/conversation/useCreateInternalConversationMessage.d.ts +3 -3
- package/dist/api/commands/conversation/useCreateMultipleConversationFlags.d.ts +1 -1
- package/dist/api/commands/conversation/useCreateMultipleConversationReads.d.ts +1 -1
- package/dist/api/commands/conversation/useCreateMultipleConversationUnreads.d.ts +1 -1
- package/dist/api/commands/conversation/useCreatePublicConversationMessage.d.ts +2 -2
- package/dist/api/commands/conversation/useDeleteConversation.d.ts +2 -2
- package/dist/api/commands/conversation/useDeleteConversationCategory.d.ts +2 -2
- package/dist/api/commands/conversation/useDeleteConversationParticipant.d.ts +3 -3
- package/dist/api/commands/conversation/useDeleteMultipleConversationFlags.d.ts +1 -1
- package/dist/api/commands/conversation/useDeleteMultipleConversations.d.ts +1 -1
- package/dist/api/commands/conversation/useMarkConversationRead.d.ts +2 -2
- package/dist/api/commands/conversation/useMoveConversation.d.ts +3 -3
- package/dist/api/commands/conversation/useMoveMultipleConversations.d.ts +1 -1
- package/dist/api/commands/conversation/usePublishDraftConversation.d.ts +2 -2
- package/dist/api/commands/conversation/useReOpenMultipleConversations.d.ts +1 -1
- package/dist/api/commands/conversation/useUpdateConversation.d.ts +3 -3
- package/dist/api/commands/conversation/useUpdateConversationCategories.d.ts +2 -2
- package/dist/api/commands/conversation/useUpdateConversationCategory.d.ts +3 -3
- package/dist/api/commands/document/useCreateDocumentDirectory.d.ts +2 -2
- package/dist/api/commands/document/useDeleteDocument.d.ts +26 -26
- package/dist/api/commands/document/useMoveDocument.d.ts +2 -2
- package/dist/api/commands/document/useMoveDocumentToTrash.d.ts +2 -2
- package/dist/api/commands/document/useMoveMultipleDocuments.d.ts +1 -1
- package/dist/api/commands/document/useRemoveDocumentFromTrash.d.ts +3 -3
- package/dist/api/commands/document/useRenameDocument.d.ts +3 -3
- package/dist/api/commands/document/useRestoreMultipleDocuments.d.ts +1 -1
- package/dist/api/commands/document/useTrashMultipleDocuments.d.ts +1 -1
- package/dist/api/commands/document/useUploadDocument.d.ts +5 -5
- package/dist/api/commands/economy/useApproveInvoice.d.ts +2 -2
- package/dist/api/commands/economy/useAttachDocumentToEconomicReport.d.ts +3 -3
- package/dist/api/commands/economy/useCreateInvoiceNotice.d.ts +2 -2
- package/dist/api/commands/economy/useOrderEconomicReport.d.ts +2 -2
- package/dist/api/commands/economy/useRejectInvoice.d.ts +2 -2
- package/dist/api/commands/economy/useUpdateInvoiceNotification.d.ts +2 -2
- package/dist/api/commands/economy/useUpdateRealtimeInvoiceNotification.d.ts +2 -2
- package/dist/api/commands/expense/useApproveExpense.d.ts +2 -2
- package/dist/api/commands/expense/useCreateExpense.d.ts +2 -2
- package/dist/api/commands/expense/useDeleteExpense.d.ts +2 -2
- package/dist/api/commands/expense/useRejectExpense.d.ts +3 -3
- package/dist/api/commands/hms/useSetupHMSSettings.d.ts +2 -2
- package/dist/api/commands/hms/useUpdateHMSSettings.d.ts +2 -2
- package/dist/api/commands/homepage/useCreatePost.d.ts +3 -3
- package/dist/api/commands/homepage/useCreatePracticalInfo.d.ts +3 -3
- package/dist/api/commands/homepage/useDeletePost.d.ts +3 -3
- package/dist/api/commands/homepage/useDeletePracticalInfo.d.ts +3 -3
- package/dist/api/commands/homepage/useUpdateFeedWeighting.d.ts +2 -2
- package/dist/api/commands/homepage/useUpdatePost.d.ts +4 -4
- package/dist/api/commands/homepage/useUpdatePracticalInfo.d.ts +4 -4
- package/dist/api/commands/homepage/useUploadHomepageImage.d.ts +2 -2
- package/dist/api/commands/insurance/useCloseInsurance.d.ts +3 -3
- package/dist/api/commands/insurance/useCreateInsurance.d.ts +2 -2
- package/dist/api/commands/insurance/useDeleteInsurance.d.ts +2 -2
- package/dist/api/commands/invoicing/toggleOverdue.d.ts +4 -4
- package/dist/api/commands/invoicing/toggleOverdues.d.ts +6 -6
- package/dist/api/commands/invoicing/useActivateInvoiceLine.d.ts +3 -3
- package/dist/api/commands/invoicing/useActivateInvoicingPlan.d.ts +4 -4
- package/dist/api/commands/invoicing/useActivateTriplewin.d.ts +2 -2
- package/dist/api/commands/invoicing/useCloseInvoice.d.ts +2 -2
- package/dist/api/commands/invoicing/useCreateAdhocLinesForCompany.d.ts +2 -2
- package/dist/api/commands/invoicing/useCreateAllocationKey.d.ts +3 -3
- package/dist/api/commands/invoicing/useCreateCreditNote.d.ts +3 -3
- package/dist/api/commands/invoicing/useCreateCustomer.d.ts +1 -1
- package/dist/api/commands/invoicing/useCreateCustomerById.d.ts +3 -3
- package/dist/api/commands/invoicing/useCreateCustomerComment.d.ts +3 -3
- package/dist/api/commands/invoicing/useCreateInvoicePlanLine.d.ts +3 -3
- package/dist/api/commands/invoicing/useCreateInvoiceRecipient.d.ts +4 -4
- package/dist/api/commands/invoicing/useCreateInvoicingPlan.d.ts +2 -2
- package/dist/api/commands/invoicing/useDeactivateInvoiceLine.d.ts +3 -3
- package/dist/api/commands/invoicing/useDeleteAdHocInvoicingLine.d.ts +2 -2
- package/dist/api/commands/invoicing/useDeleteAdHocLineGroup.d.ts +2 -2
- package/dist/api/commands/invoicing/useDeleteAdHocLines.d.ts +1 -1
- package/dist/api/commands/invoicing/useDeleteDistribution.d.ts +3 -3
- package/dist/api/commands/invoicing/useDeleteInvoiceRecipient.d.ts +3 -3
- package/dist/api/commands/invoicing/useDeletePlannedInvoiceLineChanges.d.ts +3 -3
- package/dist/api/commands/invoicing/useInvoicingMutations.d.ts +4 -4
- package/dist/api/commands/invoicing/useRegisterPayment.d.ts +2 -2
- package/dist/api/commands/invoicing/useToggleInvoicingPlanTransactionOverdue.d.ts +6 -6
- package/dist/api/commands/invoicing/useUpdateAdhocGroup.d.ts +3 -3
- package/dist/api/commands/invoicing/useUpdateAdhocLinesForCompany.d.ts +3 -3
- package/dist/api/commands/invoicing/useUpdateAllocationKey.d.ts +4 -4
- package/dist/api/commands/invoicing/useUpdateCommonExpensesSettings.d.ts +4 -4
- package/dist/api/commands/invoicing/useUpdateCustomerMeta.d.ts +3 -3
- package/dist/api/commands/invoicing/useUpdateInvoiceDelivery.d.ts +7 -7
- package/dist/api/commands/invoicing/useUpdateInvoiceLine.d.ts +4 -4
- package/dist/api/commands/invoicing/useUpdateInvoiceLineName.d.ts +4 -4
- package/dist/api/commands/invoicing/useUpdateInvoiceSettings.d.ts +2 -2
- package/dist/api/commands/invoicing/useUpdateSectionInvoiceRecipient.d.ts +3 -3
- package/dist/api/commands/issue/useChangeResponsible.d.ts +3 -3
- package/dist/api/commands/issue/useCloseIssue.d.ts +2 -2
- package/dist/api/commands/issue/useCreateConversationToIssue.d.ts +3 -3
- package/dist/api/commands/issue/useCreateIssue.d.ts +2 -2
- package/dist/api/commands/issue/useCreateIssueComment.d.ts +7 -7
- package/dist/api/commands/issue/useCreateIssueToMeeting.d.ts +4 -4
- package/dist/api/commands/issue/useCreateSectionToIssue.d.ts +3 -3
- package/dist/api/commands/issue/useDeleteSectionFromIssue.d.ts +3 -3
- package/dist/api/commands/issue/useReOpenIssue.d.ts +2 -2
- package/dist/api/commands/issue/useRemoveConversationFromIssue.d.ts +3 -3
- package/dist/api/commands/issue/useRemoveIssueFromMeeting.d.ts +4 -4
- package/dist/api/commands/issue/useReorderIssueInMeeting.d.ts +4 -4
- package/dist/api/commands/issue/useUpdateIssue.d.ts +4 -4
- package/dist/api/commands/issue/useUpdateIssueConclusion.d.ts +4 -4
- package/dist/api/commands/issue/useUpdateIssueReport.d.ts +4 -4
- package/dist/api/commands/loan/useCreateLoan.d.ts +2 -2
- package/dist/api/commands/loan/useDeleteLoan.d.ts +2 -2
- package/dist/api/commands/loan/useSetMainDocumentId.d.ts +6 -6
- package/dist/api/commands/loan/useUpdateLoan.d.ts +11 -11
- package/dist/api/commands/meeting/useCloseMeeting.d.ts +3 -3
- package/dist/api/commands/meeting/useCreateMeeting.d.ts +2 -2
- package/dist/api/commands/meeting/useCreateMeetingSummons.d.ts +3 -3
- package/dist/api/commands/meeting/useCreateSignatureReminder.d.ts +3 -3
- package/dist/api/commands/meeting/useDeleteMeeting.d.ts +2 -2
- package/dist/api/commands/meeting/useFollowUpIssueLater.d.ts +4 -4
- package/dist/api/commands/meeting/useIssueTreated.d.ts +3 -3
- package/dist/api/commands/meeting/useReOpenMeeting.d.ts +2 -2
- package/dist/api/commands/meeting/useRegisterAttendance.d.ts +4 -4
- package/dist/api/commands/meeting/useRsvp.d.ts +4 -4
- package/dist/api/commands/meeting/useSign.d.ts +3 -3
- package/dist/api/commands/meeting/useSignatureUnobtainable.d.ts +3 -3
- package/dist/api/commands/meeting/useStartMeeting.d.ts +2 -2
- package/dist/api/commands/meeting/useUpdateMeeting.d.ts +3 -3
- package/dist/api/commands/meeting/useUpdateMeetingParticipants.d.ts +3 -3
- package/dist/api/commands/organization/useAssignParkingSpaceToOrganization.d.ts +3 -3
- package/dist/api/commands/organization/useAssignStorageRoomToOrganization.d.ts +3 -3
- package/dist/api/commands/organization/useCreateEmployee.d.ts +3 -3
- package/dist/api/commands/organization/useCreateEmployeeCompanyContactRole.d.ts +3 -3
- package/dist/api/commands/organization/useCreateEmployeeSectionContactRole.d.ts +4 -4
- package/dist/api/commands/organization/useDeleteEmployee.d.ts +3 -3
- package/dist/api/commands/organization/useDeleteOrganizationFromSAM.d.ts +2 -2
- package/dist/api/commands/organization/useMassUpdateOrganizations.d.ts +2 -2
- package/dist/api/commands/organization/useRemoveCompanyContactRole.d.ts +3 -3
- package/dist/api/commands/organization/useRemoveOrganizationRole.d.ts +2 -2
- package/dist/api/commands/organization/useRemoveSectionContactRole.d.ts +4 -4
- package/dist/api/commands/organization/useUnAssignParkingSpaceToOrganization.d.ts +3 -3
- package/dist/api/commands/organization/useUnAssignStorageRoomToOrganization.d.ts +3 -3
- package/dist/api/commands/organization/useUpdateEmployee.d.ts +4 -4
- package/dist/api/commands/organization/useUpdateOrganization.d.ts +2 -2
- package/dist/api/commands/parkingSpaces/useCreateParkingSpace.d.ts +2 -2
- package/dist/api/commands/parkingSpaces/useDeleteParkingSpace.d.ts +2 -2
- package/dist/api/commands/parkingSpaces/useExportParkingSpaceAssets.d.ts +1 -1
- package/dist/api/commands/parkingSpaces/useUpdateParkingSpace.d.ts +3 -3
- package/dist/api/commands/person/useAssignParkingSpaceToPerson.d.ts +3 -3
- package/dist/api/commands/person/useAssignStorageRoomToPerson.d.ts +3 -3
- package/dist/api/commands/person/useDeletePersonRole.d.ts +3 -3
- package/dist/api/commands/person/useMassUpdatePerson.d.ts +2 -2
- package/dist/api/commands/person/useMassUpdateRoles.d.ts +2 -2
- package/dist/api/commands/person/useMergePerson.d.ts +2 -2
- package/dist/api/commands/person/usePersonalIdentityNumberSearch.d.ts +1 -1
- package/dist/api/commands/person/useUnAssignParkingSpaceToPerson.d.ts +3 -3
- package/dist/api/commands/person/useUnAssignStorageRoomToPerson.d.ts +3 -3
- package/dist/api/commands/person/useUpdatePerson.d.ts +2 -2
- package/dist/api/commands/person/useUpdateResidency.d.ts +3 -3
- package/dist/api/commands/resident/useCreateOccupancyRecord.d.ts +4 -4
- package/dist/api/commands/resident/useCreatePhysicalLetterToResidentInCompany.d.ts +3 -3
- package/dist/api/commands/resident/useCreateResident.d.ts +1 -1
- package/dist/api/commands/resident/useDeleteOccupancyRecord.d.ts +4 -4
- package/dist/api/commands/resident/useRemovePersonFromCompany.d.ts +2 -2
- package/dist/api/commands/resident/useRequestResidentChange.d.ts +3 -3
- package/dist/api/commands/resident/useResidentActions.d.ts +3 -3
- package/dist/api/commands/resident/useUpdateOccupancyRecord.d.ts +5 -5
- package/dist/api/commands/resident/useUpdateOrganizationReservations.d.ts +3 -3
- package/dist/api/commands/resident/useUpdatePersonReservations.d.ts +3 -3
- package/dist/api/commands/resident/useUpdateResident.d.ts +2 -2
- package/dist/api/commands/resident/useUpdateResidentNote.d.ts +3 -3
- package/dist/api/commands/routines/useCreateRoutine.d.ts +2 -2
- package/dist/api/commands/routines/useDeleteRoutine.d.ts +2 -2
- package/dist/api/commands/routines/useUpdateRoutine.d.ts +3 -3
- package/dist/api/commands/scopedContact/useCreateScopedContact.d.ts +1 -1
- package/dist/api/commands/scopedContact/useDeleteScopedContact.d.ts +1 -1
- package/dist/api/commands/scopedContact/useExpireScopedContact.d.ts +1 -1
- package/dist/api/commands/scopedContact/useResolveUserContact.d.ts +1 -1
- package/dist/api/commands/scopedContact/useUpdateScopedContact.d.ts +2 -2
- package/dist/api/commands/section/useAssignParkingSpaceToSection.d.ts +3 -3
- package/dist/api/commands/section/useAssignStorageRoomToSection.d.ts +3 -3
- package/dist/api/commands/section/useCreateSection.d.ts +2 -2
- package/dist/api/commands/section/useCreateSectionStatus.d.ts +6 -6
- package/dist/api/commands/section/useCreateSubSection.d.ts +3 -3
- package/dist/api/commands/section/useDeleteSection.d.ts +2 -2
- package/dist/api/commands/section/useExportSectionAssets.d.ts +1 -1
- package/dist/api/commands/section/useMassUpdateSection.d.ts +2 -2
- package/dist/api/commands/section/useOwnershipTransferSection.d.ts +3 -3
- package/dist/api/commands/section/useRemoveSectionStatus.d.ts +2 -2
- package/dist/api/commands/section/useTagOnSection.d.ts +5 -5
- package/dist/api/commands/section/useUnAssignParkingSpaceToSection.d.ts +3 -3
- package/dist/api/commands/section/useUnAssignStorageRoomToSection.d.ts +3 -3
- package/dist/api/commands/section/useUpdateSection.d.ts +3 -3
- package/dist/api/commands/section/useUpdateSectionNote.d.ts +3 -3
- package/dist/api/commands/section/useUpdateTagsOnSection.d.ts +3 -3
- package/dist/api/commands/settlement/useCloseSettlement.d.ts +2 -2
- package/dist/api/commands/settlement/useCreateSettlement.d.ts +2 -2
- package/dist/api/commands/settlement/useCreateSettlementCustomCost.d.ts +3 -3
- package/dist/api/commands/settlement/useCreateSettlementProviderConfiguration.d.ts +2 -2
- package/dist/api/commands/settlement/useDeleteSettlement.d.ts +2 -2
- package/dist/api/commands/settlement/useDeleteSettlementCustomCost.d.ts +3 -3
- package/dist/api/commands/settlement/useUpdateSettlement.d.ts +3 -3
- package/dist/api/commands/settlement/useUpdateSettlementCustomCost.d.ts +4 -4
- package/dist/api/commands/settlement/useUpdateSettlementProviderConfiguration.d.ts +3 -3
- package/dist/api/commands/settlement/useUpsertSettlementProviderCredentials.d.ts +3 -3
- package/dist/api/commands/storageRoom/useCreateStorageRoom.d.ts +2 -2
- package/dist/api/commands/storageRoom/useDeleteStorageRoom.d.ts +2 -2
- package/dist/api/commands/storageRoom/useExportStorageRooms.d.ts +1 -1
- package/dist/api/commands/storageRoom/useUpdateStorageRoom.d.ts +3 -3
- package/dist/api/commands/supplier/useCreateSupplier.d.ts +1 -1
- package/dist/api/commands/supplier/useCreateSupplierComment.d.ts +3 -3
- package/dist/api/commands/supplier/useCreateSupplierContact.d.ts +3 -3
- package/dist/api/commands/supplier/useCreateSupplierForCompany.d.ts +2 -2
- package/dist/api/commands/supplier/useDeleteCompanySupplier.d.ts +2 -2
- package/dist/api/commands/supplier/useDeleteSupplierContactPerson.d.ts +3 -3
- package/dist/api/commands/supplier/useEditSupplierContact.d.ts +4 -4
- package/dist/api/commands/supplier/useEditSupplierForCompany.d.ts +3 -3
- package/dist/api/commands/supplier/useSupplierMutations.d.ts +5 -5
- package/dist/api/commands/supplier/useUpdateServiceCategories.d.ts +2 -2
- package/dist/api/commands/supplier/useUpdateSupplier.d.ts +2 -2
- package/dist/api/commands/supplier/useUpdateSupplierContactImage.d.ts +3 -3
- package/dist/api/commands/supplier/useUploadSupplierLogo.d.ts +2 -2
- package/dist/api/commands/task/useCompleteTask.d.ts +3 -3
- package/dist/api/commands/task/useCreateTask.d.ts +2 -2
- package/dist/api/commands/task/useDeleteTask.d.ts +2 -2
- package/dist/api/commands/task/useUndoCompleteTask.d.ts +2 -2
- package/dist/api/commands/task/useUpdateTask.d.ts +3 -3
- package/dist/api/commands/thirdPartyInformation/useCompleteThirdPartyInformation.d.ts +2 -2
- package/dist/api/commands/thirdPartyInformation/useCreateDuplicateLetter.d.ts +3 -3
- package/dist/api/commands/thirdPartyInformation/useCreateThirdPartyInformation.d.ts +3 -3
- package/dist/api/commands/thirdPartyInformation/useCreateThreePOToSkatteetaten.d.ts +2 -2
- package/dist/api/commands/thirdPartyInformation/useOverrideThirdPartyInformation.d.ts +3 -3
- package/dist/api/commands/thirdPartyInformation/useReopenThirdPartyInformation.d.ts +2 -2
- package/dist/api/commands/thirdPartyInformation/useUpdateThirdPartyInformation.d.ts +3 -3
- package/dist/api/commands/user/useContactHooks.d.ts +4 -4
- package/dist/api/commands/user/useFCMDevice.d.ts +1 -1
- package/dist/api/commands/user/useResetPassword.d.ts +2 -2
- package/dist/api/commands/user/useUpdateUser.d.ts +1 -1
- package/dist/api/queries/administration/useInsuranceAgreements.d.ts +0 -1
- package/dist/api/queries/administration/useInsuranceAgreements.js +0 -1
- package/dist/api/queries/administration/useInsuranceAgreements.js.map +1 -1
- package/dist/api/queries/administration/useLoanAgreements.d.ts +0 -1
- package/dist/api/queries/administration/useLoanAgreements.js +0 -1
- package/dist/api/queries/administration/useLoanAgreements.js.map +1 -1
- package/dist/api/queries/administration/useTripletexDetails.d.ts +0 -1
- package/dist/api/queries/administration/useTripletexDetails.js +0 -1
- package/dist/api/queries/administration/useTripletexDetails.js.map +1 -1
- package/dist/api/queries/board/useBoardMembers.d.ts +2 -2
- package/dist/api/queries/board/useBoardMembers.js +0 -1
- package/dist/api/queries/board/useBoardMembers.js.map +1 -1
- package/dist/api/queries/communication/useNewsletters.d.ts +0 -1
- package/dist/api/queries/communication/useNewsletters.js +0 -1
- package/dist/api/queries/communication/useNewsletters.js.map +1 -1
- package/dist/api/queries/company/useCompanies.d.ts +1 -3
- package/dist/api/queries/company/useCompanies.js +0 -1
- package/dist/api/queries/company/useCompanies.js.map +1 -1
- package/dist/api/queries/company/useCompanyDrafts.d.ts +1 -1
- package/dist/api/queries/conversation/useConversationCountByCompany.d.ts +1 -1
- package/dist/api/queries/conversation/useConversations.d.ts +0 -1
- package/dist/api/queries/conversation/useConversations.js +0 -1
- package/dist/api/queries/conversation/useConversations.js.map +1 -1
- package/dist/api/queries/conversation/usePublicConversationAuth.d.ts +1 -1
- package/dist/api/queries/countries/useCountries.d.ts +0 -1
- package/dist/api/queries/countries/useCountries.js +0 -1
- package/dist/api/queries/countries/useCountries.js.map +1 -1
- package/dist/api/queries/document/useDocuments.d.ts +0 -1
- package/dist/api/queries/document/useDocuments.js +0 -1
- package/dist/api/queries/document/useDocuments.js.map +1 -1
- package/dist/api/queries/document/usePublicGetDocumentURL.d.ts +1 -2
- package/dist/api/queries/document/usePublicGetDocumentURL.js +15 -6
- package/dist/api/queries/document/usePublicGetDocumentURL.js.map +1 -1
- package/dist/api/queries/economy/useInvoices.d.ts +0 -1
- package/dist/api/queries/economy/useInvoices.js +0 -1
- package/dist/api/queries/economy/useInvoices.js.map +1 -1
- package/dist/api/queries/expense/useExpenseList.d.ts +0 -1
- package/dist/api/queries/expense/useExpenseList.js +0 -1
- package/dist/api/queries/expense/useExpenseList.js.map +1 -1
- package/dist/api/queries/hms/useHMSSettings.d.ts +0 -1
- package/dist/api/queries/hms/useHMSSettings.js +0 -1
- package/dist/api/queries/hms/useHMSSettings.js.map +1 -1
- package/dist/api/queries/homepage/useHomepage.d.ts +0 -1
- package/dist/api/queries/homepage/useHomepage.js +0 -1
- package/dist/api/queries/homepage/useHomepage.js.map +1 -1
- package/dist/api/queries/invoicing/invoicingKeys.d.ts +2 -3
- package/dist/api/queries/invoicing/invoicingKeys.js.map +1 -1
- package/dist/api/queries/invoicing/useSectionInvoicesQueries.d.ts +1 -1
- package/dist/api/queries/invoicing/useSectionInvoicesQueries.js +5 -5
- package/dist/api/queries/invoicing/useSectionInvoicesQueries.js.map +1 -1
- package/dist/api/queries/issue/useIssues.d.ts +0 -1
- package/dist/api/queries/issue/useIssues.js +0 -1
- package/dist/api/queries/issue/useIssues.js.map +1 -1
- package/dist/api/queries/meeting/useMeetings.d.ts +0 -1
- package/dist/api/queries/meeting/useMeetings.js +0 -1
- package/dist/api/queries/meeting/useMeetings.js.map +1 -1
- package/dist/api/queries/organization/useOrganizationsInCompany.d.ts +0 -1
- package/dist/api/queries/organization/useOrganizationsInCompany.js +0 -1
- package/dist/api/queries/organization/useOrganizationsInCompany.js.map +1 -1
- package/dist/api/queries/parkingSpaces/useParkingSpaces.d.ts +0 -1
- package/dist/api/queries/parkingSpaces/useParkingSpaces.js +0 -1
- package/dist/api/queries/parkingSpaces/useParkingSpaces.js.map +1 -1
- package/dist/api/queries/person/usePersons.d.ts +0 -1
- package/dist/api/queries/person/usePersons.js +0 -1
- package/dist/api/queries/person/usePersons.js.map +1 -1
- package/dist/api/queries/residentsAndSections/useDetailedPersonSearch.js +1 -5
- package/dist/api/queries/residentsAndSections/useDetailedPersonSearch.js.map +1 -1
- package/dist/api/queries/residentsAndSections/useResidents.d.ts +0 -1
- package/dist/api/queries/residentsAndSections/useResidents.js +0 -1
- package/dist/api/queries/residentsAndSections/useResidents.js.map +1 -1
- package/dist/api/queries/residentsAndSections/useSections.d.ts +0 -1
- package/dist/api/queries/residentsAndSections/useSections.js +0 -1
- package/dist/api/queries/residentsAndSections/useSections.js.map +1 -1
- package/dist/api/queries/routines/useRoutines.d.ts +0 -1
- package/dist/api/queries/routines/useRoutines.js +0 -1
- package/dist/api/queries/routines/useRoutines.js.map +1 -1
- package/dist/api/queries/scopedContact/useScopedContacts.d.ts +1 -2
- package/dist/api/queries/scopedContact/useScopedContacts.js +0 -1
- package/dist/api/queries/scopedContact/useScopedContacts.js.map +1 -1
- package/dist/api/queries/settlement/useSettlements.d.ts +0 -1
- package/dist/api/queries/settlement/useSettlements.js +0 -1
- package/dist/api/queries/settlement/useSettlements.js.map +1 -1
- package/dist/api/queries/storageRoom/useStorageRooms.d.ts +0 -1
- package/dist/api/queries/storageRoom/useStorageRooms.js +0 -1
- package/dist/api/queries/storageRoom/useStorageRooms.js.map +1 -1
- package/dist/api/queries/supplier/useSupplierDetails.d.ts +1 -1
- package/dist/api/queries/supplier/useSuppliers.d.ts +0 -1
- package/dist/api/queries/supplier/useSuppliers.js +0 -1
- package/dist/api/queries/supplier/useSuppliers.js.map +1 -1
- package/dist/api/queries/supplier/useSuppliersAndContacts.d.ts +1 -1
- package/dist/api/queries/supplier/useSuppliersAndContacts.js.map +1 -1
- package/dist/api/queries/task/useTasks.d.ts +0 -1
- package/dist/api/queries/task/useTasks.js +0 -1
- package/dist/api/queries/task/useTasks.js.map +1 -1
- package/dist/api/queries/thirdPartyInformation/useThirdPartyInformation.d.ts +0 -1
- package/dist/api/queries/thirdPartyInformation/useThirdPartyInformation.js +0 -1
- package/dist/api/queries/thirdPartyInformation/useThirdPartyInformation.js.map +1 -1
- package/dist/api/queries/user/useTranslation.d.ts +1 -1
- package/dist/api/queries/user/useTranslation.js +4 -3
- package/dist/api/queries/user/useTranslation.js.map +1 -1
- package/dist/api/queries/user/useUser.d.ts +0 -1
- package/dist/api/queries/user/useUser.js +0 -1
- package/dist/api/queries/user/useUser.js.map +1 -1
- package/dist/api/queries/user/useUserImage.d.ts +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -7
- package/dist/index.js.map +1 -1
- package/dist/sdkProvider.d.ts +5 -5
- package/dist/sdkProvider.js +2 -2
- package/dist/sdkProvider.js.map +1 -1
- package/dist/test-utils/render.js +3 -2
- package/dist/test-utils/render.js.map +1 -1
- package/dist/utils/restParams.d.ts +2 -2
- package/dist/utils/restParams.js.map +1 -1
- package/dist/utils/useMutation.js +1 -1
- package/dist/utils/useMutation.js.map +1 -1
- package/package.json +20 -4
package/dist/index.js
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import './utils/bigint-polyfill.js';
|
|
2
|
-
// Re-export everything from @solibo/solibo-sdk and @solibo/solibo-query for convenience —
|
|
3
|
-
// consumers only need to install @solibo/solibo-react.
|
|
4
|
-
export * from '@solibo/solibo-sdk';
|
|
5
|
-
export * from '@solibo/solibo-query';
|
|
6
2
|
// React-specific exports
|
|
7
3
|
export { SoliboProvider, SdkProvider, useSoliboApi, useSdk, SoliboContext, createSdk, } from './sdkProvider.js';
|
|
8
4
|
export { useMutation } from './utils/useMutation.js';
|
|
@@ -364,7 +360,6 @@ export * from './api/queries/homepage/useOpenHomepageFeed.js';
|
|
|
364
360
|
export * from './api/queries/homepage/usePostDocuments.js';
|
|
365
361
|
export * from './api/queries/homepage/usePostNotificationgroups.js';
|
|
366
362
|
export * from './api/queries/homepage/useSMSAvailableForPost.js';
|
|
367
|
-
// invoicingKeys is already exported from @solibo/solibo-query via the wildcard re-export above
|
|
368
363
|
export * from './api/queries/invoicing/useAdHocGroupById.js';
|
|
369
364
|
export * from './api/queries/invoicing/useAdHocGroups.js';
|
|
370
365
|
export * from './api/queries/invoicing/useCheckTriplewinActivated.js';
|
|
@@ -417,7 +412,6 @@ export * from './api/queries/person/useOtherPersons.js';
|
|
|
417
412
|
export * from './api/queries/person/usePerson.js';
|
|
418
413
|
export * from './api/queries/person/usePersonSearch.js';
|
|
419
414
|
export * from './api/queries/person/usePersons.js';
|
|
420
|
-
// ResidentWithSections and SectionWithResidents are already exported from @solibo/solibo-query via the wildcard re-export above
|
|
421
415
|
export * from './api/queries/residentsAndSections/useDetailedPersonSearch.js';
|
|
422
416
|
export * from './api/queries/residentsAndSections/useExistingSectionTagsInCompany.js';
|
|
423
417
|
export * from './api/queries/residentsAndSections/useLoansByFraction.js';
|
|
@@ -451,7 +445,6 @@ export * from './api/queries/settlement/useSettlementProviders.js';
|
|
|
451
445
|
export * from './api/queries/settlement/useSettlementTypes.js';
|
|
452
446
|
export * from './api/queries/settlement/useSettlements.js';
|
|
453
447
|
export * from './api/queries/storageRoom/useStorageRooms.js';
|
|
454
|
-
// ContactWithSupplier and SupplierWithContacts are already exported from @solibo/solibo-query via the wildcard re-export above
|
|
455
448
|
export * from './api/queries/supplier/useSupplierContacts.js';
|
|
456
449
|
export * from './api/queries/supplier/useSupplierDetails.js';
|
|
457
450
|
export * from './api/queries/supplier/useSuppliers.js';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import './utils/bigint-polyfill.js';\n\n// Re-export everything from @solibo/solibo-sdk and @solibo/solibo-query for convenience —\n// consumers only need to install @solibo/solibo-react.\nexport * from '@solibo/solibo-sdk';\nexport * from '@solibo/solibo-query';\nexport type { RestParams } from './utils/restParams.js';\n\n// React-specific exports\nexport {\n SoliboProvider,\n SdkProvider,\n useSoliboApi,\n useSdk,\n SoliboContext,\n createSdk,\n} from './sdkProvider.js';\nexport type { CreateSdkArgs } from './sdkProvider.js';\nexport { useMutation } from './utils/useMutation.js';\nexport type { MutationResultWithValidation } from './utils/useMutation.js';\nexport {\n useOpenApiOperationMutation,\n useOpenApiOperationQuery,\n} from './api/useOpenApiOperation.js';\n\nexport * from './api/commands/board/useCreateBoardMember.js';\nexport * from './api/commands/board/useDeleteBoardMember.js';\nexport * from './api/commands/board/useInviteBoardMemberToSoliboHome.js';\nexport * from './api/commands/communication/useBuySMSBundle.js';\nexport * from './api/commands/communication/useCreateNewsletter.js';\nexport * from './api/commands/communication/useCreatePushNotificationRead.js';\nexport * from './api/commands/communication/useCreateSMSBroadcast.js';\nexport * from './api/commands/communication/useDeleteDocumentFromNewsletter.js';\nexport * from './api/commands/communication/useDeleteNewsletter.js';\nexport * from './api/commands/communication/useDeleteSMSBroadcast.js';\nexport * from './api/commands/communication/usePublishNewsletter.js';\nexport * from './api/commands/communication/usePublishSMSBroadcast.js';\nexport * from './api/commands/communication/useReportPushNotificationRead.js';\nexport * from './api/commands/communication/useReportPushNotificationReceived.js';\nexport * from './api/commands/communication/useSignupNewsletter.js';\nexport * from './api/commands/communication/useUpdateNewsletter.js';\nexport * from './api/commands/communication/useUpdateSMSBroadcast.js';\nexport * from './api/commands/company/useCreateCompanyCustomerClaim.js';\nexport * from './api/commands/company/useDeleteFractions.js';\nexport * from './api/commands/company/useImportCompanies.js';\nexport * from './api/commands/company/useImportDraft.js';\nexport * from './api/commands/company/useImportHousingAssociation.js';\nexport * from './api/commands/company/useImportHousingCooperative.js';\nexport * from './api/commands/company/useImportHousingCooperativeByAddress.js';\nexport * from './api/commands/company/useOffboardCompany.js';\nexport * from './api/commands/company/useResetSales.js';\nexport * from './api/commands/company/useSaveCompanyDetailed.js';\nexport * from './api/commands/company/useSaveImportDraft.js';\nexport * from './api/commands/company/useUpdateActiveAdministrators.js';\nexport * from './api/commands/company/useUpdateAdministratorsForCompany.js';\nexport * from './api/commands/company/useUpdateCompanyDetailed.js';\nexport * from './api/commands/company/useUpdateCompanyOrdinances.js';\nexport * from './api/commands/company/useUpdateFractions.js';\nexport * from './api/commands/conversation/useCompleteConversation.js';\nexport * from './api/commands/conversation/useConversationBackInProgress.js';\nexport * from './api/commands/conversation/useCompleteMultipleConversations.js';\nexport * from './api/commands/conversation/useConversationFolders.js';\nexport * from './api/commands/conversation/useCreateConversation.js';\nexport * from './api/commands/conversation/useCreateConversationCategory.js';\nexport * from './api/commands/conversation/useCreateConversationMessage.js';\nexport * from './api/commands/conversation/useCreateConversationParticipant.js';\nexport * from './api/commands/conversation/useCreateExternalConversationParticipant.js';\nexport * from './api/commands/conversation/useCreateMultipleConversationFlags.js';\nexport * from './api/commands/conversation/useCreateMultipleConversationReads.js';\nexport * from './api/commands/conversation/useCreateMultipleConversationUnreads.js';\nexport * from './api/commands/conversation/useCreateInquiry.js';\nexport * from './api/commands/conversation/useCreateInquiryOpen.js';\nexport * from './api/commands/conversation/useCreateInternalConversationMessage.js';\nexport * from './api/commands/conversation/useCreatePublicConversationMessage.js';\nexport * from './api/commands/conversation/useDeleteConversation.js';\nexport * from './api/commands/conversation/useDeleteConversationCategory.js';\nexport * from './api/commands/conversation/useDeleteConversationParticipant.js';\nexport * from './api/commands/conversation/useDeleteMultipleConversationFlags.js';\nexport * from './api/commands/conversation/useDeleteMultipleConversations.js';\nexport * from './api/commands/conversation/useMarkConversationRead.js';\nexport * from './api/commands/conversation/useMoveConversation.js';\nexport * from './api/commands/conversation/useMoveMultipleConversations.js';\nexport * from './api/commands/conversation/usePublicUploadDocumentToConversation.js';\nexport * from './api/commands/conversation/usePublishDraftConversation.js';\nexport * from './api/commands/conversation/useReOpenMultipleConversations.js';\nexport * from './api/commands/conversation/useUpdateConversation.js';\nexport * from './api/commands/conversation/useUpdateConversationCategories.js';\nexport * from './api/commands/conversation/useUpdateConversationCategory.js';\nexport * from './api/commands/document/useCreateDocumentDirectory.js';\nexport * from './api/commands/document/useCreateDocumentReference.js';\nexport * from './api/commands/document/useDeleteDocument.js';\nexport * from './api/commands/document/useMoveDocument.js';\nexport * from './api/commands/document/useMoveMultipleDocuments.js';\nexport * from './api/commands/document/useMoveDocumentToTrash.js';\nexport * from './api/commands/document/useRemoveDocumentFromTrash.js';\nexport * from './api/commands/document/useRestoreMultipleDocuments.js';\nexport * from './api/commands/document/useRenameDocument.js';\nexport * from './api/commands/document/useTrashMultipleDocuments.js';\nexport * from './api/commands/document/useUploadDocument.js';\nexport * from './api/commands/document/useIntegratedDocumentMutations.js';\nexport * from './api/commands/economy/useApproveInvoice.js';\nexport * from './api/commands/economy/useAttachDocumentToEconomicReport.js';\nexport * from './api/commands/economy/useCreateInvoiceNotice.js';\nexport * from './api/commands/economy/useOrderEconomicReport.js';\nexport * from './api/commands/economy/useRejectInvoice.js';\nexport * from './api/commands/economy/useUpdateInvoiceNotification.js';\nexport * from './api/commands/economy/useUpdateRealtimeInvoiceNotification.js';\nexport * from './api/commands/expense/useApproveExpense.js';\nexport * from './api/commands/expense/useCreateExpense.js';\nexport * from './api/commands/expense/useDeleteExpense.js';\nexport * from './api/commands/expense/useRejectExpense.js';\nexport * from './api/commands/hms/useSetupHMSSettings.js';\nexport * from './api/commands/hms/useUpdateHMSSettings.js';\nexport * from './api/commands/homepage/useCreatePost.js';\nexport * from './api/commands/homepage/useCreatePracticalInfo.js';\nexport * from './api/commands/homepage/useDeletePost.js';\nexport * from './api/commands/homepage/useDeletePracticalInfo.js';\nexport * from './api/commands/homepage/useUpdateFeedWeighting.js';\nexport * from './api/commands/homepage/useUpdatePost.js';\nexport * from './api/commands/homepage/useUpdatePracticalInfo.js';\nexport * from './api/commands/homepage/useUploadHomepageImage.js';\nexport * from './api/commands/insurance/useCloseInsurance.js';\nexport * from './api/commands/insurance/useCreateInsurance.js';\nexport * from './api/commands/insurance/useDeleteInsurance.js';\nexport * from './api/commands/invoicing/toggleOverdue.js';\nexport * from './api/commands/invoicing/toggleOverdues.js';\nexport * from './api/commands/invoicing/useActivateInvoiceLine.js';\nexport * from './api/commands/invoicing/useActivateInvoicingPlan.js';\nexport * from './api/commands/invoicing/useActivateTriplewin.js';\nexport * from './api/commands/invoicing/useCloseInvoice.js';\nexport * from './api/commands/invoicing/useCreateAdhocLinesForCompany.js';\nexport * from './api/commands/invoicing/useCreateAllocationKey.js';\nexport * from './api/commands/invoicing/useCreateCreditNote.js';\nexport * from './api/commands/invoicing/useCreateCustomer.js';\nexport * from './api/commands/invoicing/useCreateCustomerById.js';\nexport * from './api/commands/invoicing/useCreateCustomerComment.js';\nexport * from './api/commands/invoicing/useCreateInvoicePlanLine.js';\nexport * from './api/commands/invoicing/useCreateInvoiceRecipient.js';\nexport * from './api/commands/invoicing/useCreateInvoicingPlan.js';\nexport * from './api/commands/invoicing/useDeactivateInvoiceLine.js';\nexport * from './api/commands/invoicing/useDeleteAdHocInvoicingLine.js';\nexport * from './api/commands/invoicing/useDeleteAdHocLineGroup.js';\nexport * from './api/commands/invoicing/useDeleteAdHocLines.js';\nexport * from './api/commands/invoicing/useDeleteDistribution.js';\nexport * from './api/commands/invoicing/useDeleteInvoiceRecipient.js';\nexport * from './api/commands/invoicing/useDeletePlannedInvoiceLineChanges.js';\nexport * from './api/commands/invoicing/useInvoicingMutations.js';\nexport * from './api/commands/invoicing/useRegisterPayment.js';\nexport * from './api/commands/invoicing/useToggleInvoicingPlanTransactionOverdue.js';\nexport * from './api/commands/invoicing/useUpdateAdhocGroup.js';\nexport * from './api/commands/invoicing/useUpdateAdhocLinesForCompany.js';\nexport * from './api/commands/invoicing/useUpdateAllocationKey.js';\nexport * from './api/commands/invoicing/useUpdateCommonExpensesSettings.js';\nexport * from './api/commands/invoicing/useUpdateCustomerMeta.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceDelivery.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceLine.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceLineName.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceSettings.js';\nexport * from './api/commands/invoicing/useUpdateSectionInvoiceRecipient.js';\nexport * from './api/commands/issue/useChangeResponsible.js';\nexport * from './api/commands/issue/useCloseIssue.js';\nexport * from './api/commands/issue/useCreateConversationToIssue.js';\nexport * from './api/commands/issue/useCreateIssue.js';\nexport * from './api/commands/issue/useCreateIssueComment.js';\nexport * from './api/commands/issue/useCreateIssueToMeeting.js';\nexport * from './api/commands/issue/useCreateSectionToIssue.js';\nexport * from './api/commands/issue/useDeleteSectionFromIssue.js';\nexport * from './api/commands/issue/useReOpenIssue.js';\nexport * from './api/commands/issue/useRemoveConversationFromIssue.js';\nexport * from './api/commands/issue/useRemoveIssueFromMeeting.js';\nexport * from './api/commands/issue/useReorderIssueInMeeting.js';\nexport * from './api/commands/issue/useUpdateIssue.js';\nexport * from './api/commands/issue/useUpdateIssueConclusion.js';\nexport * from './api/commands/issue/useUpdateIssueReport.js';\nexport * from './api/commands/loan/useCreateLoan.js';\nexport * from './api/commands/loan/useDeleteLoan.js';\nexport * from './api/commands/loan/useSetMainDocumentId.js';\nexport * from './api/commands/loan/useUpdateLoan.js';\nexport * from './api/commands/meeting/useCloseMeeting.js';\nexport * from './api/commands/meeting/useCreateMeeting.js';\nexport * from './api/commands/meeting/useCreateMeetingSummons.js';\nexport * from './api/commands/meeting/useCreateSignatureReminder.js';\nexport * from './api/commands/meeting/useDeleteMeeting.js';\nexport * from './api/commands/meeting/useFollowUpIssueLater.js';\nexport * from './api/commands/meeting/useIssueTreated.js';\nexport * from './api/commands/meeting/useReOpenMeeting.js';\nexport * from './api/commands/meeting/useRegisterAttendance.js';\nexport * from './api/commands/meeting/useRsvp.js';\nexport * from './api/commands/meeting/useSign.js';\nexport * from './api/commands/meeting/useSignatureUnobtainable.js';\nexport * from './api/commands/meeting/useStartMeeting.js';\nexport * from './api/commands/meeting/useUpdateMeeting.js';\nexport * from './api/commands/meeting/useUpdateMeetingParticipants.js';\nexport * from './api/commands/organization/useAssignParkingSpaceToOrganization.js';\nexport * from './api/commands/organization/useAssignStorageRoomToOrganization.js';\nexport * from './api/commands/organization/useCreateEmployee.js';\nexport * from './api/commands/organization/useCreateEmployeeCompanyContactRole.js';\nexport * from './api/commands/organization/useCreateEmployeeSectionContactRole.js';\nexport * from './api/commands/organization/useDeleteEmployee.js';\nexport * from './api/commands/organization/useDeleteOrganizationFromSAM.js';\nexport * from './api/commands/organization/useMassUpdateOrganizations.js';\nexport * from './api/commands/organization/useRemoveCompanyContactRole.js';\nexport * from './api/commands/organization/useRemoveOrganizationRole.js';\nexport * from './api/commands/organization/useRemoveSectionContactRole.js';\nexport * from './api/commands/organization/useUnAssignParkingSpaceToOrganization.js';\nexport * from './api/commands/organization/useUnAssignStorageRoomToOrganization.js';\nexport * from './api/commands/organization/useUpdateEmployee.js';\nexport * from './api/commands/organization/useUpdateOrganization.js';\nexport * from './api/commands/parkingSpaces/useCreateParkingSpace.js';\nexport * from './api/commands/parkingSpaces/useDeleteParkingSpace.js';\nexport * from './api/commands/parkingSpaces/useExportParkingSpaceAssets.js';\nexport * from './api/commands/parkingSpaces/useUpdateParkingSpace.js';\nexport * from './api/commands/person/useAssignParkingSpaceToPerson.js';\nexport * from './api/commands/person/useAssignStorageRoomToPerson.js';\nexport * from './api/commands/person/useDeletePersonRole.js';\nexport * from './api/commands/person/useMassUpdatePerson.js';\nexport * from './api/commands/person/useMassUpdateRoles.js';\nexport * from './api/commands/person/useMergePerson.js';\nexport * from './api/commands/person/usePersonalIdentityNumberSearch.js';\nexport * from './api/commands/person/useUnAssignParkingSpaceToPerson.js';\nexport * from './api/commands/person/useUnAssignStorageRoomToPerson.js';\nexport * from './api/commands/person/useUpdatePerson.js';\nexport * from './api/commands/person/useUpdateResidency.js';\nexport * from './api/commands/resident/useCreateOccupancyRecord.js';\nexport * from './api/commands/resident/useCreatePhysicalLetterToResidentInCompany.js';\nexport * from './api/commands/resident/useCreateResident.js';\nexport * from './api/commands/resident/useDeleteOccupancyRecord.js';\nexport * from './api/commands/resident/useRemovePersonFromCompany.js';\nexport * from './api/commands/resident/useRequestResidentChange.js';\nexport * from './api/commands/resident/useResidentActions.js';\nexport * from './api/commands/resident/useUpdateOccupancyRecord.js';\nexport * from './api/commands/resident/useUpdateOrganizationReservations.js';\nexport * from './api/commands/resident/useUpdatePersonReservations.js';\nexport * from './api/commands/resident/useUpdateResident.js';\nexport * from './api/commands/resident/useUpdateResidentNote.js';\nexport * from './api/commands/routines/useCreateRoutine.js';\nexport * from './api/commands/routines/useDeleteRoutine.js';\nexport * from './api/commands/routines/useUpdateRoutine.js';\nexport * from './api/commands/scopedContact/useCreateScopedContact.js';\nexport * from './api/commands/scopedContact/useDeleteScopedContact.js';\nexport * from './api/commands/scopedContact/useExpireScopedContact.js';\nexport * from './api/commands/scopedContact/useResolveUserContact.js';\nexport * from './api/commands/scopedContact/useUpdateScopedContact.js';\nexport * from './api/commands/section/useAssignParkingSpaceToSection.js';\nexport * from './api/commands/section/useAssignStorageRoomToSection.js';\nexport * from './api/commands/section/useCreateSection.js';\nexport * from './api/commands/section/useCreateSectionStatus.js';\nexport * from './api/commands/section/useCreateSubSection.js';\nexport * from './api/commands/section/useDeleteSection.js';\nexport * from './api/commands/section/useExportSectionAssets.js';\nexport * from './api/commands/section/useMassUpdateSection.js';\nexport * from './api/commands/section/useOwnershipTransferSection.js';\nexport * from './api/commands/section/useRemoveSectionStatus.js';\nexport * from './api/commands/section/useTagOnSection.js';\nexport * from './api/commands/section/useUnAssignParkingSpaceToSection.js';\nexport * from './api/commands/section/useUnAssignStorageRoomToSection.js';\nexport * from './api/commands/section/useUpdateSection.js';\nexport * from './api/commands/section/useUpdateSectionNote.js';\nexport * from './api/commands/section/useUpdateTagsOnSection.js';\nexport * from './api/commands/settlement/useCloseSettlement.js';\nexport * from './api/commands/settlement/useCreateSettlement.js';\nexport * from './api/commands/settlement/useCreateSettlementCustomCost.js';\nexport * from './api/commands/settlement/useCreateSettlementProviderConfiguration.js';\nexport * from './api/commands/settlement/useDeleteSettlement.js';\nexport * from './api/commands/settlement/useDeleteSettlementCustomCost.js';\nexport * from './api/commands/settlement/useUpdateSettlement.js';\nexport * from './api/commands/settlement/useUpdateSettlementCustomCost.js';\nexport * from './api/commands/settlement/useUpdateSettlementProviderConfiguration.js';\nexport * from './api/commands/settlement/useUpsertSettlementProviderCredentials.js';\nexport * from './api/commands/storageRoom/useCreateStorageRoom.js';\nexport * from './api/commands/storageRoom/useDeleteStorageRoom.js';\nexport * from './api/commands/storageRoom/useExportStorageRooms.js';\nexport * from './api/commands/storageRoom/useUpdateStorageRoom.js';\nexport * from './api/commands/supplier/useCreateSupplier.js';\nexport * from './api/commands/supplier/useCreateSupplierComment.js';\nexport * from './api/commands/supplier/useCreateSupplierContact.js';\nexport * from './api/commands/supplier/useCreateSupplierForCompany.js';\nexport * from './api/commands/supplier/useDeleteCompanySupplier.js';\nexport * from './api/commands/supplier/useDeleteSupplierContactPerson.js';\nexport * from './api/commands/supplier/useEditSupplierContact.js';\nexport * from './api/commands/supplier/useEditSupplierForCompany.js';\nexport * from './api/commands/supplier/useSupplierMutations.js';\nexport * from './api/commands/supplier/useUpdateServiceCategories.js';\nexport * from './api/commands/supplier/useUpdateSupplier.js';\nexport * from './api/commands/supplier/useUpdateSupplierContactImage.js';\nexport * from './api/commands/supplier/useUploadSupplierLogo.js';\nexport * from './api/commands/task/useCompleteTask.js';\nexport * from './api/commands/task/useCreateTask.js';\nexport * from './api/commands/task/useDeleteTask.js';\nexport * from './api/commands/task/useUndoCompleteTask.js';\nexport * from './api/commands/task/useUpdateTask.js';\nexport * from './api/commands/thirdPartyInformation/useCompleteThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useCreateDuplicateLetter.js';\nexport * from './api/commands/thirdPartyInformation/useCreateThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useCreateThreePOToSkatteetaten.js';\nexport * from './api/commands/thirdPartyInformation/useOverrideThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useReopenThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useUpdateThirdPartyInformation.js';\nexport * from './api/commands/user/useContactHooks.js';\nexport * from './api/commands/user/useDeleteProfilePicture.js';\nexport * from './api/commands/user/useFCMDevice.js';\nexport * from './api/commands/user/useMfa.js';\nexport * from './api/commands/user/useResetPassword.js';\nexport * from './api/commands/user/useUpdateUser.js';\nexport * from './api/commands/user/useUploadProfilePicture.js';\nexport * from './api/queries/administration/useAgreementDetails.js';\nexport * from './api/queries/administration/useInsuranceAgreements.js';\nexport * from './api/queries/administration/useLoanAgreements.js';\nexport * from './api/queries/administration/useLoanChangeLog.js';\nexport * from './api/queries/administration/useTripletexDetails.js';\nexport * from './api/queries/board/useBoardMembers.js';\nexport * from './api/queries/board/useShowPersonalIdentityNumberOnBoardMember.js';\nexport * from './api/queries/communication/useAvailableBundles.js';\nexport * from './api/queries/communication/useAvailableSMS.js';\nexport * from './api/queries/communication/useCommunicationReport.js';\nexport * from './api/queries/communication/useNewsletter.js';\nexport * from './api/queries/communication/useNewsletters.js';\nexport * from './api/queries/communication/useNotificationgroupsEmail.js';\nexport * from './api/queries/communication/useNotificationgroupsSms.js';\nexport * from './api/queries/communication/usePushNotificationInbox.js';\nexport * from './api/queries/communication/useSMSAvailableForSMSBroadcastPost.js';\nexport * from './api/queries/communication/useSMSBroadcast.js';\nexport * from './api/queries/communication/useSMSBroadcasts.js';\nexport * from './api/queries/communication/useSMSPurchases.js';\nexport * from './api/queries/company/useActiveAdministrators.js';\nexport * from './api/queries/company/useAdministratorsForCompany.js';\nexport * from './api/queries/company/useAvailableAdministrators.js';\nexport * from './api/queries/company/useAvailableAdministratorsForCompany.js';\nexport * from './api/queries/company/useCompanies.js';\nexport * from './api/queries/company/useCompanyAddresses.js';\nexport * from './api/queries/company/useCompanyById.js';\nexport * from './api/queries/company/useCompanyDetailed.js';\nexport * from './api/queries/company/useCompanyDraft.js';\nexport * from './api/queries/company/useCompanyDrafts.js';\nexport * from './api/queries/company/useCompanyOrdinances.js';\nexport * from './api/queries/company/useCompanyTypes.js';\nexport * from './api/queries/company/useFractions.js';\nexport * from './api/queries/company/useNewlyManagedCompanies.js';\nexport * from './api/queries/conversation/useCompanyConversationCategoriesForRequests.js';\nexport * from './api/queries/conversation/useConversation.js';\nexport * from './api/queries/conversation/useConversationCategories.js';\nexport * from './api/queries/conversation/useConversationCategoriesOpen.js';\nexport * from './api/queries/conversation/useConversationCount.js';\nexport * from './api/queries/conversation/useConversationCountByCompany.js';\nexport * from './api/queries/conversation/useConversationFolders.js';\nexport * from './api/queries/conversation/useConversations.js';\nexport * from './api/queries/conversation/useConversationsByParticipant.js';\nexport * from './api/queries/conversation/useIndexConversations.js';\nexport * from './api/queries/conversation/usePublicConversation.js';\nexport * from './api/queries/conversation/usePublicConversationAuth.js';\nexport * from './api/queries/conversation/useUnreadConversationsCount.js';\nexport * from './api/queries/countries/useCountries.js';\nexport * from './api/queries/document/useDocumentActions.js';\nexport * from './api/queries/document/useDocuments.js';\nexport * from './api/queries/document/useDocumentsOfTypeForCompany.js';\nexport * from './api/queries/document/useGetDocumentURL.js';\nexport * from './api/queries/document/usePublicGetDocumentURL.js';\nexport * from './api/queries/document/useSearchDocumentsForCompany.js';\nexport * from './api/queries/economy/useCheckIfAccountingAvailable.js';\nexport * from './api/queries/economy/useCompaniesEconomyStatus.js';\nexport * from './api/queries/economy/useEconomicReports.js';\nexport * from './api/queries/economy/useInvoiceArchive.js';\nexport * from './api/queries/economy/useInvoiceForApprovalCount.js';\nexport * from './api/queries/economy/useInvoiceNotification.js';\nexport * from './api/queries/economy/useInvoices.js';\nexport * from './api/queries/economy/useStatus.js';\nexport * from './api/queries/economy/useSupplierInvoiceApprovalCounts.js';\nexport * from './api/queries/economy/useUnattestedCounts.js';\nexport * from './api/queries/expense/useExpense.js';\nexport * from './api/queries/expense/useExpenseList.js';\nexport * from './api/queries/expense/useExpenseTypes.js';\nexport * from './api/queries/hms/useHMSReportRoutines.js';\nexport * from './api/queries/hms/useHMSSettings.js';\nexport * from './api/queries/homepage/useHomepage.js';\nexport * from './api/queries/homepage/useHomepageFeed.js';\nexport * from './api/queries/homepage/useHomepageRss.js';\nexport * from './api/queries/homepage/useOpenHomepage.js';\nexport * from './api/queries/homepage/useOpenHomepageDocument.js';\nexport * from './api/queries/homepage/useOpenHomepageFeed.js';\nexport * from './api/queries/homepage/usePostDocuments.js';\nexport * from './api/queries/homepage/usePostNotificationgroups.js';\nexport * from './api/queries/homepage/useSMSAvailableForPost.js';\n// invoicingKeys is already exported from @solibo/solibo-query via the wildcard re-export above\nexport * from './api/queries/invoicing/useAdHocGroupById.js';\nexport * from './api/queries/invoicing/useAdHocGroups.js';\nexport * from './api/queries/invoicing/useCheckTriplewinActivated.js';\nexport * from './api/queries/invoicing/useCreditNotes.js';\nexport * from './api/queries/invoicing/useCustomer.js';\nexport * from './api/queries/invoicing/useCustomerInvoices.js';\nexport * from './api/queries/invoicing/useCustomerMetadata.js';\nexport * from './api/queries/invoicing/useCustomerRecipient.js';\nexport * from './api/queries/invoicing/useCustomers.js';\nexport * from './api/queries/invoicing/useExpiredInvoices.js';\nexport * from './api/queries/invoicing/useHistoricInvoices.js';\nexport * from './api/queries/invoicing/useInvoicePlan.js';\nexport * from './api/queries/invoicing/useInvoicePlanDistributions.js';\nexport * from './api/queries/invoicing/useInvoicePlanLine.js';\nexport * from './api/queries/invoicing/useInvoicePlanLines.js';\nexport * from './api/queries/invoicing/useInvoicePlanTransactions.js';\nexport * from './api/queries/invoicing/useInvoicePlans.js';\nexport * from './api/queries/invoicing/useInvoicePlansForSection.js';\nexport * from './api/queries/invoicing/useInvoiceSettings.js';\nexport * from './api/queries/invoicing/useInvoicingAdHocLines.js';\nexport * from './api/queries/invoicing/useInvoicingExpiredByCustomer.js';\nexport * from './api/queries/invoicing/useInvoicingExpiredTypes.js';\nexport * from './api/queries/invoicing/useInvoicingInvoiceDetails.js';\nexport * from './api/queries/invoicing/useInvoicingPlanTypes.js';\nexport * from './api/queries/invoicing/useMassInvoiceForCompany.js';\nexport * from './api/queries/invoicing/useMassInvoicePdfPreview.js';\nexport * from './api/queries/invoicing/useMassInvoicePreview.js';\nexport * from './api/queries/invoicing/useOverdueInvoices.js';\nexport * from './api/queries/invoicing/usePlanSettings.js';\nexport * from './api/queries/invoicing/usePreview.js';\nexport * from './api/queries/invoicing/usePreviewPdf.js';\nexport * from './api/queries/invoicing/useProcessedPayments.js';\nexport * from './api/queries/invoicing/useQueuedInvoicePdf.js';\nexport * from './api/queries/invoicing/useQueuedInvoices.js';\nexport * from './api/queries/invoicing/useRecipient.js';\nexport * from './api/queries/invoicing/useSectionInvoices.js';\nexport * from './api/queries/invoicing/useSectionInvoicesQueries.js';\nexport * from './api/queries/invoicing/useUnprocessedPayments.js';\nexport * from './api/queries/invoicing/useUpcomingInvoicing.js';\nexport * from './api/queries/issue/useIssue.js';\nexport * from './api/queries/issue/useIssues.js';\nexport * from './api/queries/meeting/useMeetings.js';\nexport * from './api/queries/organization/useOrganization.js';\nexport * from './api/queries/organization/useOrganizationByOrgnr.js';\nexport * from './api/queries/organization/useOrganizations.js';\nexport * from './api/queries/organization/useOrganizationsInCompany.js';\nexport * from './api/queries/organization/useOtherOrganizations.js';\nexport * from './api/queries/parkingSpaces/useParkingSpaces.js';\nexport * from './api/queries/person/useOtherPersons.js';\nexport * from './api/queries/person/usePerson.js';\nexport * from './api/queries/person/usePersonSearch.js';\nexport * from './api/queries/person/usePersons.js';\n// ResidentWithSections and SectionWithResidents are already exported from @solibo/solibo-query via the wildcard re-export above\nexport * from './api/queries/residentsAndSections/useDetailedPersonSearch.js';\nexport * from './api/queries/residentsAndSections/useExistingSectionTagsInCompany.js';\nexport * from './api/queries/residentsAndSections/useLoansByFraction.js';\nexport * from './api/queries/residentsAndSections/useOwnershipChanges.js';\nexport * from './api/queries/residentsAndSections/usePersonalID.js';\nexport * from './api/queries/residentsAndSections/useResidentHistory.js';\nexport * from './api/queries/residentsAndSections/useResidentOccupancy.js';\nexport * from './api/queries/residentsAndSections/useResidentSearch.js';\nexport * from './api/queries/residentsAndSections/useResidentTypes.js';\nexport * from './api/queries/residentsAndSections/useResidents.js';\nexport * from './api/queries/residentsAndSections/useSectionOccupancy.js';\nexport * from './api/queries/residentsAndSections/useSectionStatus.js';\nexport * from './api/queries/residentsAndSections/useSectionTags.js';\nexport * from './api/queries/residentsAndSections/useSectionTenants.js';\nexport * from './api/queries/residentsAndSections/useSections.js';\nexport * from './api/queries/residentsAndSections/useSectionsSearch.js';\nexport * from './api/queries/residentsAndSections/useSectionsTags.js';\nexport * from './api/queries/routines/useAvailableRoutineTypes.js';\nexport * from './api/queries/routines/useCompanyFeatures.js';\nexport * from './api/queries/routines/useRoutine.js';\nexport * from './api/queries/routines/useRoutineGroupDrafts.js';\nexport * from './api/queries/routines/useRoutines.js';\nexport * from './api/queries/scopedContact/useScopedContacts.js';\nexport * from './api/queries/settlement/useSettlement.js';\nexport * from './api/queries/settlement/useSettlementCustomCost.js';\nexport * from './api/queries/settlement/useSettlementCustomCosts.js';\nexport * from './api/queries/settlement/useSettlementInvoices.js';\nexport * from './api/queries/settlement/useSettlementProviderConfiguration.js';\nexport * from './api/queries/settlement/useSettlementProviderConfigurations.js';\nexport * from './api/queries/settlement/useSettlementProviders.js';\nexport * from './api/queries/settlement/useSettlementTypes.js';\nexport * from './api/queries/settlement/useSettlements.js';\nexport * from './api/queries/storageRoom/useStorageRooms.js';\n// ContactWithSupplier and SupplierWithContacts are already exported from @solibo/solibo-query via the wildcard re-export above\nexport * from './api/queries/supplier/useSupplierContacts.js';\nexport * from './api/queries/supplier/useSupplierDetails.js';\nexport * from './api/queries/supplier/useSuppliers.js';\nexport * from './api/queries/supplier/useSuppliersAndContacts.js';\nexport * from './api/queries/supplier/useSuppliersLogo.js';\nexport * from './api/queries/task/useTasks.js';\nexport * from './api/queries/thirdPartyInformation/useSingleThirdPartyInformation.js';\nexport * from './api/queries/thirdPartyInformation/useSkatteetatenDialog.js';\nexport * from './api/queries/thirdPartyInformation/useThirdPartyInformation.js';\nexport * from './api/queries/thirdPartyInformation/useThirdPartyInformationLetters.js';\nexport * from './api/queries/thirdPartyInformation/useTotalsForThirdPartyInformation.js';\nexport * from './api/queries/user/useAuthedUser.js';\nexport * from './api/queries/user/useTranslation.js';\nexport * from './api/queries/user/useUser.js';\nexport * from './api/queries/user/useUserActions.js';\nexport * from './api/queries/user/useUserConversations.js';\nexport * from './api/queries/user/useUserDevices.js';\nexport * from './api/queries/user/useUserImage.js';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import './utils/bigint-polyfill.js';\n\n// React owns hooks and its provider. Import SDK models/client APIs from\n// @solibo/solibo-sdk and query factories/keys from @solibo/solibo-query.\nexport type { RestParams } from './utils/restParams.js';\n\n// React-specific exports\nexport {\n SoliboProvider,\n SdkProvider,\n useSoliboApi,\n useSdk,\n SoliboContext,\n createSdk,\n} from './sdkProvider.js';\nexport type { CreateSdkArgs } from './sdkProvider.js';\nexport { useMutation } from './utils/useMutation.js';\nexport type { MutationResultWithValidation } from './utils/useMutation.js';\nexport {\n useOpenApiOperationMutation,\n useOpenApiOperationQuery,\n} from './api/useOpenApiOperation.js';\n\nexport * from './api/commands/board/useCreateBoardMember.js';\nexport * from './api/commands/board/useDeleteBoardMember.js';\nexport * from './api/commands/board/useInviteBoardMemberToSoliboHome.js';\nexport * from './api/commands/communication/useBuySMSBundle.js';\nexport * from './api/commands/communication/useCreateNewsletter.js';\nexport * from './api/commands/communication/useCreatePushNotificationRead.js';\nexport * from './api/commands/communication/useCreateSMSBroadcast.js';\nexport * from './api/commands/communication/useDeleteDocumentFromNewsletter.js';\nexport * from './api/commands/communication/useDeleteNewsletter.js';\nexport * from './api/commands/communication/useDeleteSMSBroadcast.js';\nexport * from './api/commands/communication/usePublishNewsletter.js';\nexport * from './api/commands/communication/usePublishSMSBroadcast.js';\nexport * from './api/commands/communication/useReportPushNotificationRead.js';\nexport * from './api/commands/communication/useReportPushNotificationReceived.js';\nexport * from './api/commands/communication/useSignupNewsletter.js';\nexport * from './api/commands/communication/useUpdateNewsletter.js';\nexport * from './api/commands/communication/useUpdateSMSBroadcast.js';\nexport * from './api/commands/company/useCreateCompanyCustomerClaim.js';\nexport * from './api/commands/company/useDeleteFractions.js';\nexport * from './api/commands/company/useImportCompanies.js';\nexport * from './api/commands/company/useImportDraft.js';\nexport * from './api/commands/company/useImportHousingAssociation.js';\nexport * from './api/commands/company/useImportHousingCooperative.js';\nexport * from './api/commands/company/useImportHousingCooperativeByAddress.js';\nexport * from './api/commands/company/useOffboardCompany.js';\nexport * from './api/commands/company/useResetSales.js';\nexport * from './api/commands/company/useSaveCompanyDetailed.js';\nexport * from './api/commands/company/useSaveImportDraft.js';\nexport * from './api/commands/company/useUpdateActiveAdministrators.js';\nexport * from './api/commands/company/useUpdateAdministratorsForCompany.js';\nexport * from './api/commands/company/useUpdateCompanyDetailed.js';\nexport * from './api/commands/company/useUpdateCompanyOrdinances.js';\nexport * from './api/commands/company/useUpdateFractions.js';\nexport * from './api/commands/conversation/useCompleteConversation.js';\nexport * from './api/commands/conversation/useConversationBackInProgress.js';\nexport * from './api/commands/conversation/useCompleteMultipleConversations.js';\nexport * from './api/commands/conversation/useConversationFolders.js';\nexport * from './api/commands/conversation/useCreateConversation.js';\nexport * from './api/commands/conversation/useCreateConversationCategory.js';\nexport * from './api/commands/conversation/useCreateConversationMessage.js';\nexport * from './api/commands/conversation/useCreateConversationParticipant.js';\nexport * from './api/commands/conversation/useCreateExternalConversationParticipant.js';\nexport * from './api/commands/conversation/useCreateMultipleConversationFlags.js';\nexport * from './api/commands/conversation/useCreateMultipleConversationReads.js';\nexport * from './api/commands/conversation/useCreateMultipleConversationUnreads.js';\nexport * from './api/commands/conversation/useCreateInquiry.js';\nexport * from './api/commands/conversation/useCreateInquiryOpen.js';\nexport * from './api/commands/conversation/useCreateInternalConversationMessage.js';\nexport * from './api/commands/conversation/useCreatePublicConversationMessage.js';\nexport * from './api/commands/conversation/useDeleteConversation.js';\nexport * from './api/commands/conversation/useDeleteConversationCategory.js';\nexport * from './api/commands/conversation/useDeleteConversationParticipant.js';\nexport * from './api/commands/conversation/useDeleteMultipleConversationFlags.js';\nexport * from './api/commands/conversation/useDeleteMultipleConversations.js';\nexport * from './api/commands/conversation/useMarkConversationRead.js';\nexport * from './api/commands/conversation/useMoveConversation.js';\nexport * from './api/commands/conversation/useMoveMultipleConversations.js';\nexport * from './api/commands/conversation/usePublicUploadDocumentToConversation.js';\nexport * from './api/commands/conversation/usePublishDraftConversation.js';\nexport * from './api/commands/conversation/useReOpenMultipleConversations.js';\nexport * from './api/commands/conversation/useUpdateConversation.js';\nexport * from './api/commands/conversation/useUpdateConversationCategories.js';\nexport * from './api/commands/conversation/useUpdateConversationCategory.js';\nexport * from './api/commands/document/useCreateDocumentDirectory.js';\nexport * from './api/commands/document/useCreateDocumentReference.js';\nexport * from './api/commands/document/useDeleteDocument.js';\nexport * from './api/commands/document/useMoveDocument.js';\nexport * from './api/commands/document/useMoveMultipleDocuments.js';\nexport * from './api/commands/document/useMoveDocumentToTrash.js';\nexport * from './api/commands/document/useRemoveDocumentFromTrash.js';\nexport * from './api/commands/document/useRestoreMultipleDocuments.js';\nexport * from './api/commands/document/useRenameDocument.js';\nexport * from './api/commands/document/useTrashMultipleDocuments.js';\nexport * from './api/commands/document/useUploadDocument.js';\nexport * from './api/commands/document/useIntegratedDocumentMutations.js';\nexport * from './api/commands/economy/useApproveInvoice.js';\nexport * from './api/commands/economy/useAttachDocumentToEconomicReport.js';\nexport * from './api/commands/economy/useCreateInvoiceNotice.js';\nexport * from './api/commands/economy/useOrderEconomicReport.js';\nexport * from './api/commands/economy/useRejectInvoice.js';\nexport * from './api/commands/economy/useUpdateInvoiceNotification.js';\nexport * from './api/commands/economy/useUpdateRealtimeInvoiceNotification.js';\nexport * from './api/commands/expense/useApproveExpense.js';\nexport * from './api/commands/expense/useCreateExpense.js';\nexport * from './api/commands/expense/useDeleteExpense.js';\nexport * from './api/commands/expense/useRejectExpense.js';\nexport * from './api/commands/hms/useSetupHMSSettings.js';\nexport * from './api/commands/hms/useUpdateHMSSettings.js';\nexport * from './api/commands/homepage/useCreatePost.js';\nexport * from './api/commands/homepage/useCreatePracticalInfo.js';\nexport * from './api/commands/homepage/useDeletePost.js';\nexport * from './api/commands/homepage/useDeletePracticalInfo.js';\nexport * from './api/commands/homepage/useUpdateFeedWeighting.js';\nexport * from './api/commands/homepage/useUpdatePost.js';\nexport * from './api/commands/homepage/useUpdatePracticalInfo.js';\nexport * from './api/commands/homepage/useUploadHomepageImage.js';\nexport * from './api/commands/insurance/useCloseInsurance.js';\nexport * from './api/commands/insurance/useCreateInsurance.js';\nexport * from './api/commands/insurance/useDeleteInsurance.js';\nexport * from './api/commands/invoicing/toggleOverdue.js';\nexport * from './api/commands/invoicing/toggleOverdues.js';\nexport * from './api/commands/invoicing/useActivateInvoiceLine.js';\nexport * from './api/commands/invoicing/useActivateInvoicingPlan.js';\nexport * from './api/commands/invoicing/useActivateTriplewin.js';\nexport * from './api/commands/invoicing/useCloseInvoice.js';\nexport * from './api/commands/invoicing/useCreateAdhocLinesForCompany.js';\nexport * from './api/commands/invoicing/useCreateAllocationKey.js';\nexport * from './api/commands/invoicing/useCreateCreditNote.js';\nexport * from './api/commands/invoicing/useCreateCustomer.js';\nexport * from './api/commands/invoicing/useCreateCustomerById.js';\nexport * from './api/commands/invoicing/useCreateCustomerComment.js';\nexport * from './api/commands/invoicing/useCreateInvoicePlanLine.js';\nexport * from './api/commands/invoicing/useCreateInvoiceRecipient.js';\nexport * from './api/commands/invoicing/useCreateInvoicingPlan.js';\nexport * from './api/commands/invoicing/useDeactivateInvoiceLine.js';\nexport * from './api/commands/invoicing/useDeleteAdHocInvoicingLine.js';\nexport * from './api/commands/invoicing/useDeleteAdHocLineGroup.js';\nexport * from './api/commands/invoicing/useDeleteAdHocLines.js';\nexport * from './api/commands/invoicing/useDeleteDistribution.js';\nexport * from './api/commands/invoicing/useDeleteInvoiceRecipient.js';\nexport * from './api/commands/invoicing/useDeletePlannedInvoiceLineChanges.js';\nexport * from './api/commands/invoicing/useInvoicingMutations.js';\nexport * from './api/commands/invoicing/useRegisterPayment.js';\nexport * from './api/commands/invoicing/useToggleInvoicingPlanTransactionOverdue.js';\nexport * from './api/commands/invoicing/useUpdateAdhocGroup.js';\nexport * from './api/commands/invoicing/useUpdateAdhocLinesForCompany.js';\nexport * from './api/commands/invoicing/useUpdateAllocationKey.js';\nexport * from './api/commands/invoicing/useUpdateCommonExpensesSettings.js';\nexport * from './api/commands/invoicing/useUpdateCustomerMeta.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceDelivery.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceLine.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceLineName.js';\nexport * from './api/commands/invoicing/useUpdateInvoiceSettings.js';\nexport * from './api/commands/invoicing/useUpdateSectionInvoiceRecipient.js';\nexport * from './api/commands/issue/useChangeResponsible.js';\nexport * from './api/commands/issue/useCloseIssue.js';\nexport * from './api/commands/issue/useCreateConversationToIssue.js';\nexport * from './api/commands/issue/useCreateIssue.js';\nexport * from './api/commands/issue/useCreateIssueComment.js';\nexport * from './api/commands/issue/useCreateIssueToMeeting.js';\nexport * from './api/commands/issue/useCreateSectionToIssue.js';\nexport * from './api/commands/issue/useDeleteSectionFromIssue.js';\nexport * from './api/commands/issue/useReOpenIssue.js';\nexport * from './api/commands/issue/useRemoveConversationFromIssue.js';\nexport * from './api/commands/issue/useRemoveIssueFromMeeting.js';\nexport * from './api/commands/issue/useReorderIssueInMeeting.js';\nexport * from './api/commands/issue/useUpdateIssue.js';\nexport * from './api/commands/issue/useUpdateIssueConclusion.js';\nexport * from './api/commands/issue/useUpdateIssueReport.js';\nexport * from './api/commands/loan/useCreateLoan.js';\nexport * from './api/commands/loan/useDeleteLoan.js';\nexport * from './api/commands/loan/useSetMainDocumentId.js';\nexport * from './api/commands/loan/useUpdateLoan.js';\nexport * from './api/commands/meeting/useCloseMeeting.js';\nexport * from './api/commands/meeting/useCreateMeeting.js';\nexport * from './api/commands/meeting/useCreateMeetingSummons.js';\nexport * from './api/commands/meeting/useCreateSignatureReminder.js';\nexport * from './api/commands/meeting/useDeleteMeeting.js';\nexport * from './api/commands/meeting/useFollowUpIssueLater.js';\nexport * from './api/commands/meeting/useIssueTreated.js';\nexport * from './api/commands/meeting/useReOpenMeeting.js';\nexport * from './api/commands/meeting/useRegisterAttendance.js';\nexport * from './api/commands/meeting/useRsvp.js';\nexport * from './api/commands/meeting/useSign.js';\nexport * from './api/commands/meeting/useSignatureUnobtainable.js';\nexport * from './api/commands/meeting/useStartMeeting.js';\nexport * from './api/commands/meeting/useUpdateMeeting.js';\nexport * from './api/commands/meeting/useUpdateMeetingParticipants.js';\nexport * from './api/commands/organization/useAssignParkingSpaceToOrganization.js';\nexport * from './api/commands/organization/useAssignStorageRoomToOrganization.js';\nexport * from './api/commands/organization/useCreateEmployee.js';\nexport * from './api/commands/organization/useCreateEmployeeCompanyContactRole.js';\nexport * from './api/commands/organization/useCreateEmployeeSectionContactRole.js';\nexport * from './api/commands/organization/useDeleteEmployee.js';\nexport * from './api/commands/organization/useDeleteOrganizationFromSAM.js';\nexport * from './api/commands/organization/useMassUpdateOrganizations.js';\nexport * from './api/commands/organization/useRemoveCompanyContactRole.js';\nexport * from './api/commands/organization/useRemoveOrganizationRole.js';\nexport * from './api/commands/organization/useRemoveSectionContactRole.js';\nexport * from './api/commands/organization/useUnAssignParkingSpaceToOrganization.js';\nexport * from './api/commands/organization/useUnAssignStorageRoomToOrganization.js';\nexport * from './api/commands/organization/useUpdateEmployee.js';\nexport * from './api/commands/organization/useUpdateOrganization.js';\nexport * from './api/commands/parkingSpaces/useCreateParkingSpace.js';\nexport * from './api/commands/parkingSpaces/useDeleteParkingSpace.js';\nexport * from './api/commands/parkingSpaces/useExportParkingSpaceAssets.js';\nexport * from './api/commands/parkingSpaces/useUpdateParkingSpace.js';\nexport * from './api/commands/person/useAssignParkingSpaceToPerson.js';\nexport * from './api/commands/person/useAssignStorageRoomToPerson.js';\nexport * from './api/commands/person/useDeletePersonRole.js';\nexport * from './api/commands/person/useMassUpdatePerson.js';\nexport * from './api/commands/person/useMassUpdateRoles.js';\nexport * from './api/commands/person/useMergePerson.js';\nexport * from './api/commands/person/usePersonalIdentityNumberSearch.js';\nexport * from './api/commands/person/useUnAssignParkingSpaceToPerson.js';\nexport * from './api/commands/person/useUnAssignStorageRoomToPerson.js';\nexport * from './api/commands/person/useUpdatePerson.js';\nexport * from './api/commands/person/useUpdateResidency.js';\nexport * from './api/commands/resident/useCreateOccupancyRecord.js';\nexport * from './api/commands/resident/useCreatePhysicalLetterToResidentInCompany.js';\nexport * from './api/commands/resident/useCreateResident.js';\nexport * from './api/commands/resident/useDeleteOccupancyRecord.js';\nexport * from './api/commands/resident/useRemovePersonFromCompany.js';\nexport * from './api/commands/resident/useRequestResidentChange.js';\nexport * from './api/commands/resident/useResidentActions.js';\nexport * from './api/commands/resident/useUpdateOccupancyRecord.js';\nexport * from './api/commands/resident/useUpdateOrganizationReservations.js';\nexport * from './api/commands/resident/useUpdatePersonReservations.js';\nexport * from './api/commands/resident/useUpdateResident.js';\nexport * from './api/commands/resident/useUpdateResidentNote.js';\nexport * from './api/commands/routines/useCreateRoutine.js';\nexport * from './api/commands/routines/useDeleteRoutine.js';\nexport * from './api/commands/routines/useUpdateRoutine.js';\nexport * from './api/commands/scopedContact/useCreateScopedContact.js';\nexport * from './api/commands/scopedContact/useDeleteScopedContact.js';\nexport * from './api/commands/scopedContact/useExpireScopedContact.js';\nexport * from './api/commands/scopedContact/useResolveUserContact.js';\nexport * from './api/commands/scopedContact/useUpdateScopedContact.js';\nexport * from './api/commands/section/useAssignParkingSpaceToSection.js';\nexport * from './api/commands/section/useAssignStorageRoomToSection.js';\nexport * from './api/commands/section/useCreateSection.js';\nexport * from './api/commands/section/useCreateSectionStatus.js';\nexport * from './api/commands/section/useCreateSubSection.js';\nexport * from './api/commands/section/useDeleteSection.js';\nexport * from './api/commands/section/useExportSectionAssets.js';\nexport * from './api/commands/section/useMassUpdateSection.js';\nexport * from './api/commands/section/useOwnershipTransferSection.js';\nexport * from './api/commands/section/useRemoveSectionStatus.js';\nexport * from './api/commands/section/useTagOnSection.js';\nexport * from './api/commands/section/useUnAssignParkingSpaceToSection.js';\nexport * from './api/commands/section/useUnAssignStorageRoomToSection.js';\nexport * from './api/commands/section/useUpdateSection.js';\nexport * from './api/commands/section/useUpdateSectionNote.js';\nexport * from './api/commands/section/useUpdateTagsOnSection.js';\nexport * from './api/commands/settlement/useCloseSettlement.js';\nexport * from './api/commands/settlement/useCreateSettlement.js';\nexport * from './api/commands/settlement/useCreateSettlementCustomCost.js';\nexport * from './api/commands/settlement/useCreateSettlementProviderConfiguration.js';\nexport * from './api/commands/settlement/useDeleteSettlement.js';\nexport * from './api/commands/settlement/useDeleteSettlementCustomCost.js';\nexport * from './api/commands/settlement/useUpdateSettlement.js';\nexport * from './api/commands/settlement/useUpdateSettlementCustomCost.js';\nexport * from './api/commands/settlement/useUpdateSettlementProviderConfiguration.js';\nexport * from './api/commands/settlement/useUpsertSettlementProviderCredentials.js';\nexport * from './api/commands/storageRoom/useCreateStorageRoom.js';\nexport * from './api/commands/storageRoom/useDeleteStorageRoom.js';\nexport * from './api/commands/storageRoom/useExportStorageRooms.js';\nexport * from './api/commands/storageRoom/useUpdateStorageRoom.js';\nexport * from './api/commands/supplier/useCreateSupplier.js';\nexport * from './api/commands/supplier/useCreateSupplierComment.js';\nexport * from './api/commands/supplier/useCreateSupplierContact.js';\nexport * from './api/commands/supplier/useCreateSupplierForCompany.js';\nexport * from './api/commands/supplier/useDeleteCompanySupplier.js';\nexport * from './api/commands/supplier/useDeleteSupplierContactPerson.js';\nexport * from './api/commands/supplier/useEditSupplierContact.js';\nexport * from './api/commands/supplier/useEditSupplierForCompany.js';\nexport * from './api/commands/supplier/useSupplierMutations.js';\nexport * from './api/commands/supplier/useUpdateServiceCategories.js';\nexport * from './api/commands/supplier/useUpdateSupplier.js';\nexport * from './api/commands/supplier/useUpdateSupplierContactImage.js';\nexport * from './api/commands/supplier/useUploadSupplierLogo.js';\nexport * from './api/commands/task/useCompleteTask.js';\nexport * from './api/commands/task/useCreateTask.js';\nexport * from './api/commands/task/useDeleteTask.js';\nexport * from './api/commands/task/useUndoCompleteTask.js';\nexport * from './api/commands/task/useUpdateTask.js';\nexport * from './api/commands/thirdPartyInformation/useCompleteThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useCreateDuplicateLetter.js';\nexport * from './api/commands/thirdPartyInformation/useCreateThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useCreateThreePOToSkatteetaten.js';\nexport * from './api/commands/thirdPartyInformation/useOverrideThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useReopenThirdPartyInformation.js';\nexport * from './api/commands/thirdPartyInformation/useUpdateThirdPartyInformation.js';\nexport * from './api/commands/user/useContactHooks.js';\nexport * from './api/commands/user/useDeleteProfilePicture.js';\nexport * from './api/commands/user/useFCMDevice.js';\nexport * from './api/commands/user/useMfa.js';\nexport * from './api/commands/user/useResetPassword.js';\nexport * from './api/commands/user/useUpdateUser.js';\nexport * from './api/commands/user/useUploadProfilePicture.js';\nexport * from './api/queries/administration/useAgreementDetails.js';\nexport * from './api/queries/administration/useInsuranceAgreements.js';\nexport * from './api/queries/administration/useLoanAgreements.js';\nexport * from './api/queries/administration/useLoanChangeLog.js';\nexport * from './api/queries/administration/useTripletexDetails.js';\nexport * from './api/queries/board/useBoardMembers.js';\nexport * from './api/queries/board/useShowPersonalIdentityNumberOnBoardMember.js';\nexport * from './api/queries/communication/useAvailableBundles.js';\nexport * from './api/queries/communication/useAvailableSMS.js';\nexport * from './api/queries/communication/useCommunicationReport.js';\nexport * from './api/queries/communication/useNewsletter.js';\nexport * from './api/queries/communication/useNewsletters.js';\nexport * from './api/queries/communication/useNotificationgroupsEmail.js';\nexport * from './api/queries/communication/useNotificationgroupsSms.js';\nexport * from './api/queries/communication/usePushNotificationInbox.js';\nexport * from './api/queries/communication/useSMSAvailableForSMSBroadcastPost.js';\nexport * from './api/queries/communication/useSMSBroadcast.js';\nexport * from './api/queries/communication/useSMSBroadcasts.js';\nexport * from './api/queries/communication/useSMSPurchases.js';\nexport * from './api/queries/company/useActiveAdministrators.js';\nexport * from './api/queries/company/useAdministratorsForCompany.js';\nexport * from './api/queries/company/useAvailableAdministrators.js';\nexport * from './api/queries/company/useAvailableAdministratorsForCompany.js';\nexport * from './api/queries/company/useCompanies.js';\nexport * from './api/queries/company/useCompanyAddresses.js';\nexport * from './api/queries/company/useCompanyById.js';\nexport * from './api/queries/company/useCompanyDetailed.js';\nexport * from './api/queries/company/useCompanyDraft.js';\nexport * from './api/queries/company/useCompanyDrafts.js';\nexport * from './api/queries/company/useCompanyOrdinances.js';\nexport * from './api/queries/company/useCompanyTypes.js';\nexport * from './api/queries/company/useFractions.js';\nexport * from './api/queries/company/useNewlyManagedCompanies.js';\nexport * from './api/queries/conversation/useCompanyConversationCategoriesForRequests.js';\nexport * from './api/queries/conversation/useConversation.js';\nexport * from './api/queries/conversation/useConversationCategories.js';\nexport * from './api/queries/conversation/useConversationCategoriesOpen.js';\nexport * from './api/queries/conversation/useConversationCount.js';\nexport * from './api/queries/conversation/useConversationCountByCompany.js';\nexport * from './api/queries/conversation/useConversationFolders.js';\nexport * from './api/queries/conversation/useConversations.js';\nexport * from './api/queries/conversation/useConversationsByParticipant.js';\nexport * from './api/queries/conversation/useIndexConversations.js';\nexport * from './api/queries/conversation/usePublicConversation.js';\nexport * from './api/queries/conversation/usePublicConversationAuth.js';\nexport * from './api/queries/conversation/useUnreadConversationsCount.js';\nexport * from './api/queries/countries/useCountries.js';\nexport * from './api/queries/document/useDocumentActions.js';\nexport * from './api/queries/document/useDocuments.js';\nexport * from './api/queries/document/useDocumentsOfTypeForCompany.js';\nexport * from './api/queries/document/useGetDocumentURL.js';\nexport * from './api/queries/document/usePublicGetDocumentURL.js';\nexport * from './api/queries/document/useSearchDocumentsForCompany.js';\nexport * from './api/queries/economy/useCheckIfAccountingAvailable.js';\nexport * from './api/queries/economy/useCompaniesEconomyStatus.js';\nexport * from './api/queries/economy/useEconomicReports.js';\nexport * from './api/queries/economy/useInvoiceArchive.js';\nexport * from './api/queries/economy/useInvoiceForApprovalCount.js';\nexport * from './api/queries/economy/useInvoiceNotification.js';\nexport * from './api/queries/economy/useInvoices.js';\nexport * from './api/queries/economy/useStatus.js';\nexport * from './api/queries/economy/useSupplierInvoiceApprovalCounts.js';\nexport * from './api/queries/economy/useUnattestedCounts.js';\nexport * from './api/queries/expense/useExpense.js';\nexport * from './api/queries/expense/useExpenseList.js';\nexport * from './api/queries/expense/useExpenseTypes.js';\nexport * from './api/queries/hms/useHMSReportRoutines.js';\nexport * from './api/queries/hms/useHMSSettings.js';\nexport * from './api/queries/homepage/useHomepage.js';\nexport * from './api/queries/homepage/useHomepageFeed.js';\nexport * from './api/queries/homepage/useHomepageRss.js';\nexport * from './api/queries/homepage/useOpenHomepage.js';\nexport * from './api/queries/homepage/useOpenHomepageDocument.js';\nexport * from './api/queries/homepage/useOpenHomepageFeed.js';\nexport * from './api/queries/homepage/usePostDocuments.js';\nexport * from './api/queries/homepage/usePostNotificationgroups.js';\nexport * from './api/queries/homepage/useSMSAvailableForPost.js';\nexport * from './api/queries/invoicing/useAdHocGroupById.js';\nexport * from './api/queries/invoicing/useAdHocGroups.js';\nexport * from './api/queries/invoicing/useCheckTriplewinActivated.js';\nexport * from './api/queries/invoicing/useCreditNotes.js';\nexport * from './api/queries/invoicing/useCustomer.js';\nexport * from './api/queries/invoicing/useCustomerInvoices.js';\nexport * from './api/queries/invoicing/useCustomerMetadata.js';\nexport * from './api/queries/invoicing/useCustomerRecipient.js';\nexport * from './api/queries/invoicing/useCustomers.js';\nexport * from './api/queries/invoicing/useExpiredInvoices.js';\nexport * from './api/queries/invoicing/useHistoricInvoices.js';\nexport * from './api/queries/invoicing/useInvoicePlan.js';\nexport * from './api/queries/invoicing/useInvoicePlanDistributions.js';\nexport * from './api/queries/invoicing/useInvoicePlanLine.js';\nexport * from './api/queries/invoicing/useInvoicePlanLines.js';\nexport * from './api/queries/invoicing/useInvoicePlanTransactions.js';\nexport * from './api/queries/invoicing/useInvoicePlans.js';\nexport * from './api/queries/invoicing/useInvoicePlansForSection.js';\nexport * from './api/queries/invoicing/useInvoiceSettings.js';\nexport * from './api/queries/invoicing/useInvoicingAdHocLines.js';\nexport * from './api/queries/invoicing/useInvoicingExpiredByCustomer.js';\nexport * from './api/queries/invoicing/useInvoicingExpiredTypes.js';\nexport * from './api/queries/invoicing/useInvoicingInvoiceDetails.js';\nexport * from './api/queries/invoicing/useInvoicingPlanTypes.js';\nexport * from './api/queries/invoicing/useMassInvoiceForCompany.js';\nexport * from './api/queries/invoicing/useMassInvoicePdfPreview.js';\nexport * from './api/queries/invoicing/useMassInvoicePreview.js';\nexport * from './api/queries/invoicing/useOverdueInvoices.js';\nexport * from './api/queries/invoicing/usePlanSettings.js';\nexport * from './api/queries/invoicing/usePreview.js';\nexport * from './api/queries/invoicing/usePreviewPdf.js';\nexport * from './api/queries/invoicing/useProcessedPayments.js';\nexport * from './api/queries/invoicing/useQueuedInvoicePdf.js';\nexport * from './api/queries/invoicing/useQueuedInvoices.js';\nexport * from './api/queries/invoicing/useRecipient.js';\nexport * from './api/queries/invoicing/useSectionInvoices.js';\nexport * from './api/queries/invoicing/useSectionInvoicesQueries.js';\nexport * from './api/queries/invoicing/useUnprocessedPayments.js';\nexport * from './api/queries/invoicing/useUpcomingInvoicing.js';\nexport * from './api/queries/issue/useIssue.js';\nexport * from './api/queries/issue/useIssues.js';\nexport * from './api/queries/meeting/useMeetings.js';\nexport * from './api/queries/organization/useOrganization.js';\nexport * from './api/queries/organization/useOrganizationByOrgnr.js';\nexport * from './api/queries/organization/useOrganizations.js';\nexport * from './api/queries/organization/useOrganizationsInCompany.js';\nexport * from './api/queries/organization/useOtherOrganizations.js';\nexport * from './api/queries/parkingSpaces/useParkingSpaces.js';\nexport * from './api/queries/person/useOtherPersons.js';\nexport * from './api/queries/person/usePerson.js';\nexport * from './api/queries/person/usePersonSearch.js';\nexport * from './api/queries/person/usePersons.js';\nexport * from './api/queries/residentsAndSections/useDetailedPersonSearch.js';\nexport * from './api/queries/residentsAndSections/useExistingSectionTagsInCompany.js';\nexport * from './api/queries/residentsAndSections/useLoansByFraction.js';\nexport * from './api/queries/residentsAndSections/useOwnershipChanges.js';\nexport * from './api/queries/residentsAndSections/usePersonalID.js';\nexport * from './api/queries/residentsAndSections/useResidentHistory.js';\nexport * from './api/queries/residentsAndSections/useResidentOccupancy.js';\nexport * from './api/queries/residentsAndSections/useResidentSearch.js';\nexport * from './api/queries/residentsAndSections/useResidentTypes.js';\nexport * from './api/queries/residentsAndSections/useResidents.js';\nexport * from './api/queries/residentsAndSections/useSectionOccupancy.js';\nexport * from './api/queries/residentsAndSections/useSectionStatus.js';\nexport * from './api/queries/residentsAndSections/useSectionTags.js';\nexport * from './api/queries/residentsAndSections/useSectionTenants.js';\nexport * from './api/queries/residentsAndSections/useSections.js';\nexport * from './api/queries/residentsAndSections/useSectionsSearch.js';\nexport * from './api/queries/residentsAndSections/useSectionsTags.js';\nexport * from './api/queries/routines/useAvailableRoutineTypes.js';\nexport * from './api/queries/routines/useCompanyFeatures.js';\nexport * from './api/queries/routines/useRoutine.js';\nexport * from './api/queries/routines/useRoutineGroupDrafts.js';\nexport * from './api/queries/routines/useRoutines.js';\nexport * from './api/queries/scopedContact/useScopedContacts.js';\nexport * from './api/queries/settlement/useSettlement.js';\nexport * from './api/queries/settlement/useSettlementCustomCost.js';\nexport * from './api/queries/settlement/useSettlementCustomCosts.js';\nexport * from './api/queries/settlement/useSettlementInvoices.js';\nexport * from './api/queries/settlement/useSettlementProviderConfiguration.js';\nexport * from './api/queries/settlement/useSettlementProviderConfigurations.js';\nexport * from './api/queries/settlement/useSettlementProviders.js';\nexport * from './api/queries/settlement/useSettlementTypes.js';\nexport * from './api/queries/settlement/useSettlements.js';\nexport * from './api/queries/storageRoom/useStorageRooms.js';\nexport * from './api/queries/supplier/useSupplierContacts.js';\nexport * from './api/queries/supplier/useSupplierDetails.js';\nexport * from './api/queries/supplier/useSuppliers.js';\nexport * from './api/queries/supplier/useSuppliersAndContacts.js';\nexport * from './api/queries/supplier/useSuppliersLogo.js';\nexport * from './api/queries/task/useTasks.js';\nexport * from './api/queries/thirdPartyInformation/useSingleThirdPartyInformation.js';\nexport * from './api/queries/thirdPartyInformation/useSkatteetatenDialog.js';\nexport * from './api/queries/thirdPartyInformation/useThirdPartyInformation.js';\nexport * from './api/queries/thirdPartyInformation/useThirdPartyInformationLetters.js';\nexport * from './api/queries/thirdPartyInformation/useTotalsForThirdPartyInformation.js';\nexport * from './api/queries/user/useAuthedUser.js';\nexport * from './api/queries/user/useTranslation.js';\nexport * from './api/queries/user/useUser.js';\nexport * from './api/queries/user/useUserActions.js';\nexport * from './api/queries/user/useUserConversations.js';\nexport * from './api/queries/user/useUserDevices.js';\nexport * from './api/queries/user/useUserImage.js';\n"]}
|
package/dist/sdkProvider.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { SoliboClient, SoliboSDKJsBuilderProps } from '@solibo/solibo-sdk';
|
|
3
3
|
export type CreateSdkArgs = SoliboSDKJsBuilderProps & {
|
|
4
4
|
domain?: string;
|
|
5
5
|
};
|
|
6
|
-
export declare function createSdk(config: CreateSdkArgs):
|
|
7
|
-
export declare const SoliboContext: React.Context<
|
|
6
|
+
export declare function createSdk(config: CreateSdkArgs): SoliboClient;
|
|
7
|
+
export declare const SoliboContext: React.Context<SoliboClient | null>;
|
|
8
8
|
export declare function SoliboProvider({ config, children, }: {
|
|
9
9
|
config: CreateSdkArgs;
|
|
10
10
|
children: React.ReactNode;
|
|
11
|
-
}): React.FunctionComponentElement<React.ProviderProps<
|
|
12
|
-
export declare function useSoliboApi():
|
|
11
|
+
}): React.FunctionComponentElement<React.ProviderProps<SoliboClient | null>>;
|
|
12
|
+
export declare function useSoliboApi(): SoliboClient;
|
|
13
13
|
export { SoliboProvider as SdkProvider, useSoliboApi as useSdk };
|
package/dist/sdkProvider.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { createContext, useContext, useMemo } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { createSoliboClient, } from '@solibo/solibo-sdk';
|
|
3
3
|
export function createSdk(config) {
|
|
4
|
-
return
|
|
4
|
+
return createSoliboClient(config);
|
|
5
5
|
}
|
|
6
6
|
export const SoliboContext = createContext(null);
|
|
7
7
|
export function SoliboProvider({ config, children, }) {
|
package/dist/sdkProvider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdkProvider.js","sourceRoot":"","sources":["../src/sdkProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,
|
|
1
|
+
{"version":3,"file":"sdkProvider.js","sourceRoot":"","sources":["../src/sdkProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EACH,kBAAkB,GAGrB,MAAM,oBAAoB,CAAC;AAI5B,MAAM,UAAU,SAAS,CAAC,MAAqB;IAC3C,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAC;AACtC,CAAC;AAED,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAsB,IAAI,CAAC,CAAC;AAEtE,MAAM,UAAU,cAAc,CAAC,EAC3B,MAAM,EACN,QAAQ,GAIX;IACG,MAAM,GAAG,GAAG,OAAO,CACf,GAAG,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,EACvB;QACI,MAAM,CAAC,iBAAiB;QACxB,MAAM,CAAC,MAAM;QACb,MAAM,CAAC,aAAa;QACpB,MAAM,CAAC,aAAa;QACpB,MAAM,CAAC,iBAAiB;QACxB,MAAM,CAAC,qBAAqB;QAC5B,MAAM,CAAC,0BAA0B;QACjC,MAAM,CAAC,QAAQ;QACf,MAAM,CAAC,QAAQ;QACf,MAAM,CAAC,YAAY;QACnB,MAAM,CAAC,MAAM;KAChB,CACJ,CAAC;IAEF,OAAO,KAAK,CAAC,aAAa,CACtB,aAAa,CAAC,QAAQ,EACtB,EAAE,KAAK,EAAE,GAAG,EAAE,EACd,QAAQ,CACX,CAAC;AACN,CAAC;AAED,MAAM,UAAU,YAAY;IACxB,MAAM,GAAG,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;IAEtC,IAAI,CAAC,GAAG,EAAE,CAAC;QACP,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAC3E,CAAC;IAED,OAAO,GAAG,CAAC;AACf,CAAC;AAED,4FAA4F;AAC5F,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,YAAY,IAAI,MAAM,EAAE,CAAC","sourcesContent":["import React, { createContext, useContext, useMemo } from 'react';\nimport {\n createSoliboClient,\n SoliboClient,\n SoliboSDKJsBuilderProps,\n} from '@solibo/solibo-sdk';\n\nexport type CreateSdkArgs = SoliboSDKJsBuilderProps & { domain?: string };\n\nexport function createSdk(config: CreateSdkArgs): SoliboClient {\n return createSoliboClient(config);\n}\n\nexport const SoliboContext = createContext<SoliboClient | null>(null);\n\nexport function SoliboProvider({\n config,\n children,\n}: {\n config: CreateSdkArgs;\n children: React.ReactNode;\n}) {\n const sdk = useMemo(\n () => createSdk(config),\n [\n config.cognitoUserPoolId,\n config.domain,\n config.deviceManager,\n config.fingerprinter,\n config.pushTokenProvider,\n config.refreshFailureHandler,\n config.asyncRefreshFailureHandler,\n config.authMode,\n config.clientId,\n config.clientSecret,\n config.scopes,\n ]\n );\n\n return React.createElement(\n SoliboContext.Provider,\n { value: sdk },\n children\n );\n}\n\nexport function useSoliboApi(): SoliboClient {\n const sdk = useContext(SoliboContext);\n\n if (!sdk) {\n throw new Error('useSoliboApi must be used within <SoliboProvider />');\n }\n\n return sdk;\n}\n\n// Aliases for backward compatibility if needed, but this package is 0.1.0 so we can be bold\nexport { SoliboProvider as SdkProvider, useSoliboApi as useSdk };\n"]}
|
|
@@ -3,7 +3,7 @@ import { waitFor } from '@testing-library/react';
|
|
|
3
3
|
import { expect } from 'vitest';
|
|
4
4
|
import { MutationCache, QueryCache, QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
5
5
|
import { SoliboContext } from '../sdkProvider.js';
|
|
6
|
-
import { DefaultDeviceManager, MockHomeApi, NoOpFingerprinter } from '@solibo/solibo-sdk';
|
|
6
|
+
import { DefaultDeviceManager, fromRawSdk, MockHomeApi, NoOpFingerprinter } from '@solibo/solibo-sdk';
|
|
7
7
|
function formatError(error) {
|
|
8
8
|
if (error == null)
|
|
9
9
|
return String(error);
|
|
@@ -56,8 +56,9 @@ export function createTestWrapper(options) {
|
|
|
56
56
|
api: mockApi,
|
|
57
57
|
auth: mockApi.auth,
|
|
58
58
|
};
|
|
59
|
+
const client = fromRawSdk(sdk);
|
|
59
60
|
function Wrapper({ children }) {
|
|
60
|
-
return (_jsx(SoliboContext.Provider, { value:
|
|
61
|
+
return (_jsx(SoliboContext.Provider, { value: client, children: _jsx(QueryClientProvider, { client: queryClient, children: children }) }));
|
|
61
62
|
}
|
|
62
63
|
return { Wrapper, queryClient, sdk };
|
|
63
64
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render.js","sourceRoot":"","sources":["../../src/test-utils/render.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACpG,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,iBAAiB,EAAa,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"render.js","sourceRoot":"","sources":["../../src/test-utils/render.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACpG,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,iBAAiB,EAAa,MAAM,oBAAoB,CAAC;AAEjH,SAAS,WAAW,CAAC,KAAc;IACjC,IAAI,KAAK,IAAI,IAAI;QAAE,OAAO,MAAM,CAAC,KAAK,CAAC,CAAC;IACxC,MAAM,CAAC,GAAG,KAAY,CAAC;IACvB,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,CAAC,CAAC,MAAM,IAAI,IAAI;QAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACrD,IAAI,CAAC,CAAC,OAAO;QAAE,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;IACrC,IAAI,CAAC,CAAC,KAAK;QAAE,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;IACpE,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAS,aAAa,CAAC,KAAc;IACnC,OAAO,CAAC,KAAK,CAAC,8BAA8B,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;AACpE,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,MAEpC;IACC,MAAM,OAAO,CAAC,GAAG,EAAE;QACjB,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;YAC3B,MAAM,IAAI,KAAK,CAAC,wCAAwC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QAC/F,CAAC;QACD,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,OAGjC;IACC,MAAM,WAAW,GACf,OAAO,EAAE,WAAW;QACpB,IAAI,WAAW,CAAC;YACd,cAAc,EAAE;gBACd,OAAO,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE;gBAC3C,SAAS,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE;aAC5B;YACD,UAAU,EAAE,IAAI,UAAU,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC;YACtD,aAAa,EAAE,IAAI,aAAa,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC;SAC7D,CAAC,CAAC;IAEL,MAAM,aAAa,GAAG,iBAAiB,CAAC;IACxC,sBAAsB;IACtB,MAAM,aAAa,GAAG,IAAI,oBAAoB,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,sBAAsB;IACtB,MAAM,OAAO,GAAG,OAAO,EAAE,GAAG,IAAI,CAAC,IAAI,WAAW,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC;IAChF,IAAI,OAAO,OAAO,CAAC,iBAAiB,KAAK,UAAU,EAAE,CAAC;QACpD,OAAO,CAAC,iBAAiB,CAAC,yBAAyB,CAAC,CAAC;IACvD,CAAC;IAED,MAAM,GAAG,GAAG;QACV,GAAG,EAAE,OAAO;QACZ,IAAI,EAAE,OAAO,CAAC,IAAI;KACnB,CAAC;IACF,MAAM,MAAM,GAAG,UAAU,CAAC,GAA2B,CAAC,CAAC;IAEvD,SAAS,OAAO,CAAC,EAAE,QAAQ,EAAqB;QAC9C,OAAO,CACL,KAAC,aAAa,CAAC,QAAQ,IAAC,KAAK,EAAE,MAAM,YACnC,KAAC,mBAAmB,IAAC,MAAM,EAAE,WAAW,YAAG,QAAQ,GAAuB,GACnD,CAC1B,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC;AACvC,CAAC","sourcesContent":["import React, { PropsWithChildren } from 'react';\nimport { waitFor } from '@testing-library/react';\nimport { expect } from 'vitest';\nimport { MutationCache, QueryCache, QueryClient, QueryClientProvider } from '@tanstack/react-query';\nimport { SoliboContext } from '../sdkProvider.js';\nimport { DefaultDeviceManager, fromRawSdk, MockHomeApi, NoOpFingerprinter, SoliboSDK } from '@solibo/solibo-sdk';\n\nfunction formatError(error: unknown): string {\n if (error == null) return String(error);\n const e = error as any;\n const parts: string[] = [];\n if (e.status != null) parts.push(`HTTP ${e.status}`);\n if (e.message) parts.push(e.message);\n if (e.stack) parts.push(e.stack.split('\\n').slice(0, 6).join('\\n'));\n return parts.length ? parts.join('\\n') : String(error);\n}\n\nfunction logCacheError(error: unknown): void {\n console.error('[test] Query/mutation error:', formatError(error));\n}\n\n/**\n * Replacement for `waitFor(() => expect(result.current.isSuccess).toBe(true))`.\n *\n * Fails immediately (instead of timing out) when `isError` becomes true,\n * and surfaces the actual error message in the failure output.\n */\nexport async function waitForSuccess(result: {\n current: { isSuccess: boolean; isError: boolean; error?: unknown };\n}): Promise<void> {\n await waitFor(() => {\n if (result.current.isError) {\n throw new Error(`Expected isSuccess but got isError:\\n${formatError(result.current.error)}`);\n }\n expect(result.current.isSuccess).toBe(true);\n });\n}\n\nexport function createTestWrapper(options?: {\n sdk?: MockHomeApi;\n queryClient?: QueryClient;\n}) {\n const queryClient =\n options?.queryClient ??\n new QueryClient({\n defaultOptions: {\n queries: { retry: false, gcTime: Infinity },\n mutations: { retry: false },\n },\n queryCache: new QueryCache({ onError: logCacheError }),\n mutationCache: new MutationCache({ onError: logCacheError }),\n });\n\n const fingerprinter = NoOpFingerprinter;\n //@ts-expect-error bla\n const deviceManager = new DefaultDeviceManager(\"pool\", {}, {}, {});\n //@ts-expect-error bla\n const mockApi = options?.sdk ?? (new MockHomeApi(fingerprinter, deviceManager));\n if (typeof mockApi.setInitialBaseUrl === 'function') {\n mockApi.setInitialBaseUrl('https://api.example.com');\n }\n\n const sdk = {\n api: mockApi,\n auth: mockApi.auth,\n };\n const client = fromRawSdk(sdk as unknown as SoliboSDK);\n\n function Wrapper({ children }: PropsWithChildren) {\n return (\n <SoliboContext.Provider value={client}>\n <QueryClientProvider client={queryClient}>{children}</QueryClientProvider>\n </SoliboContext.Provider>\n );\n }\n\n return { Wrapper, queryClient, sdk };\n}\n"]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Extracts all parameters from a factory function except the first (sdk:
|
|
2
|
+
* Extracts all parameters from a factory function except the first (sdk: SoliboClient).
|
|
3
3
|
* Used in React hooks to derive their param types directly from the factory signature.
|
|
4
4
|
*
|
|
5
5
|
* Example:
|
|
6
|
-
* function companiesQueryOptions(sdk:
|
|
6
|
+
* function companiesQueryOptions(sdk: SoliboClient, params: { fields?: string }) { ... }
|
|
7
7
|
* const useCompanies = (...args: RestParams<typeof companiesQueryOptions>) => { ... }
|
|
8
8
|
* // useCompanies accepts (params: { fields?: string })
|
|
9
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"restParams.js","sourceRoot":"","sources":["../../src/utils/restParams.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Extracts all parameters from a factory function except the first (sdk:
|
|
1
|
+
{"version":3,"file":"restParams.js","sourceRoot":"","sources":["../../src/utils/restParams.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Extracts all parameters from a factory function except the first (sdk: SoliboClient).\n * Used in React hooks to derive their param types directly from the factory signature.\n *\n * Example:\n * function companiesQueryOptions(sdk: SoliboClient, params: { fields?: string }) { ... }\n * const useCompanies = (...args: RestParams<typeof companiesQueryOptions>) => { ... }\n * // useCompanies accepts (params: { fields?: string })\n */\nexport type RestParams<F extends (...args: any[]) => any> = F extends (\n sdk: any,\n ...rest: infer R\n) => any\n ? R\n : [];\n"]}
|
|
@@ -23,7 +23,7 @@ export function useMutation(options) {
|
|
|
23
23
|
onError: (...args) => {
|
|
24
24
|
const error = args[0];
|
|
25
25
|
if (error && error.status === 422) {
|
|
26
|
-
const body = error.reason || error.body;
|
|
26
|
+
const body = error.reason || error.body || error.errors;
|
|
27
27
|
if (Array.isArray(body)) {
|
|
28
28
|
validationCallbackRef.current?.(body);
|
|
29
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMutation.js","sourceRoot":"","sources":["../../src/utils/useMutation.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,WAAW,IAAI,mBAAmB,GAGrC,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAc5C;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,WAAW,CAMvB,OAAgE;IAEhE,MAAM,qBAAqB,GAAG,MAAM,CAElC,IAAI,CAAC,CAAC;IAER,MAAM,iBAAiB,GAAG,WAAW,CACjC,CAAC,EAA2C,EAAE,EAAE;QAC5C,qBAAqB,CAAC,OAAO,GAAG,EAAE,CAAC;IACvC,CAAC,EACD,EAAE,CACL,CAAC;IAEF,MAAM,QAAQ,GAAG,mBAAmB,CAAC;QACjC,GAAG,OAAO;QACV,OAAO,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE;YACjB,MAAM,KAAK,GAAG,IAAI,CAAC,CAAC,CAA4B,CAAC;YACjD,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,KAAK,GAAG,EAAE,CAAC;gBAChC,MAAM,IAAI,GAAG,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"useMutation.js","sourceRoot":"","sources":["../../src/utils/useMutation.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,WAAW,IAAI,mBAAmB,GAGrC,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAc5C;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,WAAW,CAMvB,OAAgE;IAEhE,MAAM,qBAAqB,GAAG,MAAM,CAElC,IAAI,CAAC,CAAC;IAER,MAAM,iBAAiB,GAAG,WAAW,CACjC,CAAC,EAA2C,EAAE,EAAE;QAC5C,qBAAqB,CAAC,OAAO,GAAG,EAAE,CAAC;IACvC,CAAC,EACD,EAAE,CACL,CAAC;IAEF,MAAM,QAAQ,GAAG,mBAAmB,CAAC;QACjC,GAAG,OAAO;QACV,OAAO,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE;YACjB,MAAM,KAAK,GAAG,IAAI,CAAC,CAAC,CAA4B,CAAC;YACjD,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,KAAK,GAAG,EAAE,CAAC;gBAChC,MAAM,IAAI,GAAG,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,MAAM,CAAC;gBACxD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;oBACtB,qBAAqB,CAAC,OAAO,EAAE,CAC3B,IAA6B,CAChC,CAAC;gBACN,CAAC;qBAAM,IAAI,IAAI,EAAE,CAAC;oBACd,qBAAqB,CAAC,OAAO,EAAE,CAAC;wBAC5B,IAA2B;qBAC9B,CAAC,CAAC;gBACP,CAAC;YACL,CAAC;YACD,OAAO,OAAO,CAAC,OAAO,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC;QACtC,CAAC;KACJ,CAAC,CAAC;IAEH,qEAAqE;IACrE,sEAAsE;IACtE,0DAA0D;IACzD,QAAgB,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAExD,OAAO,QAKN,CAAC;AACN,CAAC","sourcesContent":["import {\n DefaultError,\n useMutation as useMutationOriginal,\n UseMutationOptions,\n UseMutationResult,\n} from '@tanstack/react-query';\nimport { useCallback, useRef } from 'react';\nimport { ValidationErrorJson } from '@solibo/solibo-sdk';\n\nexport type MutationResultWithValidation<\n TData = unknown,\n TError = DefaultError,\n TVariables = void,\n TContext = unknown,\n> = UseMutationResult<TData, TError, TVariables, TContext> & {\n onValidationError: (\n callback: (errors: ValidationErrorJson[]) => void\n ) => void;\n};\n\n/**\n * Thin wrapper around TanStack's useMutation that intercepts 422\n * validation errors and forwards them to a registered callback.\n *\n * Returns the standard UseMutationResult with an additional stable\n * `onValidationError` method attached directly to the result object\n * (no spread — same object reference on every render).\n *\n * Usage:\n * const mutation = useMutation({ ... });\n * mutation.onValidationError((errors) => setFieldErrors(errors));\n * mutation.mutate(data);\n */\nexport function useMutation<\n TData = unknown,\n TError = DefaultError,\n TVariables = void,\n TContext = unknown,\n>(\n options: UseMutationOptions<TData, TError, TVariables, TContext>\n): MutationResultWithValidation<TData, TError, TVariables, TContext> {\n const validationCallbackRef = useRef<\n ((errors: ValidationErrorJson[]) => void) | null\n >(null);\n\n const onValidationError = useCallback(\n (cb: (errors: ValidationErrorJson[]) => void) => {\n validationCallbackRef.current = cb;\n },\n []\n );\n\n const mutation = useMutationOriginal({\n ...options,\n onError: (...args) => {\n const error = args[0] as Record<string, unknown>;\n if (error && error.status === 422) {\n const body = error.reason || error.body || error.errors;\n if (Array.isArray(body)) {\n validationCallbackRef.current?.(\n body as ValidationErrorJson[]\n );\n } else if (body) {\n validationCallbackRef.current?.([\n body as ValidationErrorJson,\n ]);\n }\n }\n return options.onError?.(...args);\n },\n });\n\n // Attach the stable callback setter directly to the mutation result.\n // UseMutationResult is a plain object from React Query — we mutate it\n // once per render to avoid creating a new wrapper object.\n (mutation as any).onValidationError = onValidationError;\n\n return mutation as MutationResultWithValidation<\n TData,\n TError,\n TVariables,\n TContext\n >;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solibo/solibo-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "React hooks for Solibo SDK (wraps @solibo/solibo-query)",
|
|
5
|
+
"homepage": "https://sdk.solibo.no",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Solibo-AS/solibo-sdk.git",
|
|
9
|
+
"directory": "solibo-react"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/Solibo-AS/solibo-sdk/issues"
|
|
13
|
+
},
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"solibo",
|
|
17
|
+
"react",
|
|
18
|
+
"tanstack-query",
|
|
19
|
+
"typescript"
|
|
20
|
+
],
|
|
5
21
|
"main": "dist/index.js",
|
|
6
22
|
"module": "dist/index.js",
|
|
7
23
|
"types": "dist/index.d.ts",
|
|
@@ -17,7 +33,8 @@
|
|
|
17
33
|
"react": "^19.0.0"
|
|
18
34
|
},
|
|
19
35
|
"dependencies": {
|
|
20
|
-
"@solibo/solibo-
|
|
36
|
+
"@solibo/solibo-sdk": "1.9.0",
|
|
37
|
+
"@solibo/solibo-query": "1.9.0"
|
|
21
38
|
},
|
|
22
39
|
"devDependencies": {
|
|
23
40
|
"@eslint/js": "^10.0.1",
|
|
@@ -42,8 +59,7 @@
|
|
|
42
59
|
"typescript-eslint": "^8.58.1",
|
|
43
60
|
"vite": "^8.0.8",
|
|
44
61
|
"vitest": "^4.1.4",
|
|
45
|
-
"ws": "^8.20.0"
|
|
46
|
-
"@solibo/solibo-sdk": "1.8.15"
|
|
62
|
+
"ws": "^8.20.0"
|
|
47
63
|
},
|
|
48
64
|
"publishConfig": {
|
|
49
65
|
"access": "public"
|