@solibo/solibo-query 1.0.44
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/LICENSE +21 -0
- package/README.md +76 -0
- package/js-build/api/commands/board/useCreateBoardMember.js +25 -0
- package/js-build/api/commands/board/useCreateBoardMember.js.map +1 -0
- package/js-build/api/commands/board/useDeleteBoardMember.js +25 -0
- package/js-build/api/commands/board/useDeleteBoardMember.js.map +1 -0
- package/js-build/api/commands/board/useInviteBoardMemberToSoliboHome.js +10 -0
- package/js-build/api/commands/board/useInviteBoardMemberToSoliboHome.js.map +1 -0
- package/js-build/api/commands/communication/useBuySMSBundle.js +15 -0
- package/js-build/api/commands/communication/useBuySMSBundle.js.map +1 -0
- package/js-build/api/commands/communication/useCreateNewsletter.js +15 -0
- package/js-build/api/commands/communication/useCreateNewsletter.js.map +1 -0
- package/js-build/api/commands/communication/useCreateSMSBroadcast.js +15 -0
- package/js-build/api/commands/communication/useCreateSMSBroadcast.js.map +1 -0
- package/js-build/api/commands/communication/useDeleteDocumentFromNewsletter.js +21 -0
- package/js-build/api/commands/communication/useDeleteDocumentFromNewsletter.js.map +1 -0
- package/js-build/api/commands/communication/useDeleteNewsletter.js +15 -0
- package/js-build/api/commands/communication/useDeleteNewsletter.js.map +1 -0
- package/js-build/api/commands/communication/useDeleteSMSBroadcast.js +15 -0
- package/js-build/api/commands/communication/useDeleteSMSBroadcast.js.map +1 -0
- package/js-build/api/commands/communication/usePublishNewsletter.js +21 -0
- package/js-build/api/commands/communication/usePublishNewsletter.js.map +1 -0
- package/js-build/api/commands/communication/usePublishSMSBroadcast.js +27 -0
- package/js-build/api/commands/communication/usePublishSMSBroadcast.js.map +1 -0
- package/js-build/api/commands/communication/useSignupNewsletter.js +9 -0
- package/js-build/api/commands/communication/useSignupNewsletter.js.map +1 -0
- package/js-build/api/commands/communication/useUpdateNewsletter.js +21 -0
- package/js-build/api/commands/communication/useUpdateNewsletter.js.map +1 -0
- package/js-build/api/commands/communication/useUpdateSMSBroadcast.js +21 -0
- package/js-build/api/commands/communication/useUpdateSMSBroadcast.js.map +1 -0
- package/js-build/api/commands/company/useCreateCompanyCustomerClaim.js +15 -0
- package/js-build/api/commands/company/useCreateCompanyCustomerClaim.js.map +1 -0
- package/js-build/api/commands/company/useDeleteFractions.js +24 -0
- package/js-build/api/commands/company/useDeleteFractions.js.map +1 -0
- package/js-build/api/commands/company/useImportBorettslag.js +15 -0
- package/js-build/api/commands/company/useImportBorettslag.js.map +1 -0
- package/js-build/api/commands/company/useImportCompanies.js +17 -0
- package/js-build/api/commands/company/useImportCompanies.js.map +1 -0
- package/js-build/api/commands/company/useImportDraft.js +25 -0
- package/js-build/api/commands/company/useImportDraft.js.map +1 -0
- package/js-build/api/commands/company/useImportSameie.js +15 -0
- package/js-build/api/commands/company/useImportSameie.js.map +1 -0
- package/js-build/api/commands/company/useImportSameieByAddress.js +15 -0
- package/js-build/api/commands/company/useImportSameieByAddress.js.map +1 -0
- package/js-build/api/commands/company/useResetSales.js +12 -0
- package/js-build/api/commands/company/useResetSales.js.map +1 -0
- package/js-build/api/commands/company/useSaveCompanyDetailed.js +21 -0
- package/js-build/api/commands/company/useSaveCompanyDetailed.js.map +1 -0
- package/js-build/api/commands/company/useSaveImportDraft.js +21 -0
- package/js-build/api/commands/company/useSaveImportDraft.js.map +1 -0
- package/js-build/api/commands/company/useUpdateActiveAdministrators.js +15 -0
- package/js-build/api/commands/company/useUpdateActiveAdministrators.js.map +1 -0
- package/js-build/api/commands/company/useUpdateAdministratorsForCompany.js +21 -0
- package/js-build/api/commands/company/useUpdateAdministratorsForCompany.js.map +1 -0
- package/js-build/api/commands/company/useUpdateCompanyDetailed.js +15 -0
- package/js-build/api/commands/company/useUpdateCompanyDetailed.js.map +1 -0
- package/js-build/api/commands/company/useUpdateCompanyOrdinances.js +15 -0
- package/js-build/api/commands/company/useUpdateCompanyOrdinances.js.map +1 -0
- package/js-build/api/commands/company/useUpdateFractions.js +24 -0
- package/js-build/api/commands/company/useUpdateFractions.js.map +1 -0
- package/js-build/api/commands/conversation/useCompleteConversation.js +21 -0
- package/js-build/api/commands/conversation/useCompleteConversation.js.map +1 -0
- package/js-build/api/commands/conversation/useConversationBackInProgress.js +21 -0
- package/js-build/api/commands/conversation/useConversationBackInProgress.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateConversation.js +17 -0
- package/js-build/api/commands/conversation/useCreateConversation.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateConversationCategory.js +15 -0
- package/js-build/api/commands/conversation/useCreateConversationCategory.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateConversationMessage.js +44 -0
- package/js-build/api/commands/conversation/useCreateConversationMessage.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateConversationParticipant.js +21 -0
- package/js-build/api/commands/conversation/useCreateConversationParticipant.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateExternalConversationParticipant.js +21 -0
- package/js-build/api/commands/conversation/useCreateExternalConversationParticipant.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateInquiry.js +10 -0
- package/js-build/api/commands/conversation/useCreateInquiry.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateInquiryOpen.js +10 -0
- package/js-build/api/commands/conversation/useCreateInquiryOpen.js.map +1 -0
- package/js-build/api/commands/conversation/useCreateInternalConversationMessage.js +15 -0
- package/js-build/api/commands/conversation/useCreateInternalConversationMessage.js.map +1 -0
- package/js-build/api/commands/conversation/useCreatePublicConversationMessage.js +18 -0
- package/js-build/api/commands/conversation/useCreatePublicConversationMessage.js.map +1 -0
- package/js-build/api/commands/conversation/useDeleteConversation.js +15 -0
- package/js-build/api/commands/conversation/useDeleteConversation.js.map +1 -0
- package/js-build/api/commands/conversation/useDeleteConversationCategory.js +15 -0
- package/js-build/api/commands/conversation/useDeleteConversationCategory.js.map +1 -0
- package/js-build/api/commands/conversation/useDeleteConversationParticipant.js +21 -0
- package/js-build/api/commands/conversation/useDeleteConversationParticipant.js.map +1 -0
- package/js-build/api/commands/conversation/useMarkConversationRead.js +19 -0
- package/js-build/api/commands/conversation/useMarkConversationRead.js.map +1 -0
- package/js-build/api/commands/conversation/usePublicUploadDocumentToConversation.js +32 -0
- package/js-build/api/commands/conversation/usePublicUploadDocumentToConversation.js.map +1 -0
- package/js-build/api/commands/conversation/usePublishDraftConversation.js +21 -0
- package/js-build/api/commands/conversation/usePublishDraftConversation.js.map +1 -0
- package/js-build/api/commands/conversation/useUpdateConversation.js +21 -0
- package/js-build/api/commands/conversation/useUpdateConversation.js.map +1 -0
- package/js-build/api/commands/conversation/useUpdateConversationCategories.js +16 -0
- package/js-build/api/commands/conversation/useUpdateConversationCategories.js.map +1 -0
- package/js-build/api/commands/conversation/useUpdateConversationCategory.js +15 -0
- package/js-build/api/commands/conversation/useUpdateConversationCategory.js.map +1 -0
- package/js-build/api/commands/document/useCreateDocumentDirectory.js +22 -0
- package/js-build/api/commands/document/useCreateDocumentDirectory.js.map +1 -0
- package/js-build/api/commands/document/useDeleteDocument.js +113 -0
- package/js-build/api/commands/document/useDeleteDocument.js.map +1 -0
- package/js-build/api/commands/document/useMoveDocument.js +16 -0
- package/js-build/api/commands/document/useMoveDocument.js.map +1 -0
- package/js-build/api/commands/document/useMoveDocumentToTrash.js +16 -0
- package/js-build/api/commands/document/useMoveDocumentToTrash.js.map +1 -0
- package/js-build/api/commands/document/useRemoveDocumentFromTrash.js +22 -0
- package/js-build/api/commands/document/useRemoveDocumentFromTrash.js.map +1 -0
- package/js-build/api/commands/document/useRenameDocument.js +24 -0
- package/js-build/api/commands/document/useRenameDocument.js.map +1 -0
- package/js-build/api/commands/document/useUploadDocument.js +65 -0
- package/js-build/api/commands/document/useUploadDocument.js.map +1 -0
- package/js-build/api/commands/economy/useApproveInvoice.js +21 -0
- package/js-build/api/commands/economy/useApproveInvoice.js.map +1 -0
- package/js-build/api/commands/economy/useAttachDocumentToEconomicReport.js +15 -0
- package/js-build/api/commands/economy/useAttachDocumentToEconomicReport.js.map +1 -0
- package/js-build/api/commands/economy/useCreateInvoiceNotice.js +10 -0
- package/js-build/api/commands/economy/useCreateInvoiceNotice.js.map +1 -0
- package/js-build/api/commands/economy/useOrderEconomicReport.js +15 -0
- package/js-build/api/commands/economy/useOrderEconomicReport.js.map +1 -0
- package/js-build/api/commands/economy/useRejectInvoice.js +15 -0
- package/js-build/api/commands/economy/useRejectInvoice.js.map +1 -0
- package/js-build/api/commands/economy/useUpdateInvoiceNotification.js +15 -0
- package/js-build/api/commands/economy/useUpdateInvoiceNotification.js.map +1 -0
- package/js-build/api/commands/economy/useUpdateRealtimeInvoiceNotification.js +15 -0
- package/js-build/api/commands/economy/useUpdateRealtimeInvoiceNotification.js.map +1 -0
- package/js-build/api/commands/expense/useApproveExpense.js +15 -0
- package/js-build/api/commands/expense/useApproveExpense.js.map +1 -0
- package/js-build/api/commands/expense/useCreateExpense.js +15 -0
- package/js-build/api/commands/expense/useCreateExpense.js.map +1 -0
- package/js-build/api/commands/expense/useDeleteExpense.js +15 -0
- package/js-build/api/commands/expense/useDeleteExpense.js.map +1 -0
- package/js-build/api/commands/expense/useRejectExpense.js +15 -0
- package/js-build/api/commands/expense/useRejectExpense.js.map +1 -0
- package/js-build/api/commands/hms/useSetupHMSSettings.js +15 -0
- package/js-build/api/commands/hms/useSetupHMSSettings.js.map +1 -0
- package/js-build/api/commands/hms/useUpdateHMSSettings.js +21 -0
- package/js-build/api/commands/hms/useUpdateHMSSettings.js.map +1 -0
- package/js-build/api/commands/homepage/useCreatePost.js +21 -0
- package/js-build/api/commands/homepage/useCreatePost.js.map +1 -0
- package/js-build/api/commands/homepage/useCreatePracticalInfo.js +15 -0
- package/js-build/api/commands/homepage/useCreatePracticalInfo.js.map +1 -0
- package/js-build/api/commands/homepage/useDeletePost.js +15 -0
- package/js-build/api/commands/homepage/useDeletePost.js.map +1 -0
- package/js-build/api/commands/homepage/useDeletePracticalInfo.js +15 -0
- package/js-build/api/commands/homepage/useDeletePracticalInfo.js.map +1 -0
- package/js-build/api/commands/homepage/usePostContent.js +15 -0
- package/js-build/api/commands/homepage/usePostContent.js.map +1 -0
- package/js-build/api/commands/homepage/useUpdateFeedWeighting.js +15 -0
- package/js-build/api/commands/homepage/useUpdateFeedWeighting.js.map +1 -0
- package/js-build/api/commands/homepage/useUpdatePost.js +21 -0
- package/js-build/api/commands/homepage/useUpdatePost.js.map +1 -0
- package/js-build/api/commands/homepage/useUpdatePracticalInfo.js +15 -0
- package/js-build/api/commands/homepage/useUpdatePracticalInfo.js.map +1 -0
- package/js-build/api/commands/homepage/useUploadHomepageImage.js +23 -0
- package/js-build/api/commands/homepage/useUploadHomepageImage.js.map +1 -0
- package/js-build/api/commands/insurance/useCloseInsurance.js +15 -0
- package/js-build/api/commands/insurance/useCloseInsurance.js.map +1 -0
- package/js-build/api/commands/insurance/useCreateInsurance.js +15 -0
- package/js-build/api/commands/insurance/useCreateInsurance.js.map +1 -0
- package/js-build/api/commands/insurance/useDeleteInsurance.js +15 -0
- package/js-build/api/commands/insurance/useDeleteInsurance.js.map +1 -0
- package/js-build/api/commands/invoicing/toggleOverdue.js +49 -0
- package/js-build/api/commands/invoicing/toggleOverdue.js.map +1 -0
- package/js-build/api/commands/invoicing/toggleOverdues.js +49 -0
- package/js-build/api/commands/invoicing/toggleOverdues.js.map +1 -0
- package/js-build/api/commands/invoicing/updateAdhocGroup.js +29 -0
- package/js-build/api/commands/invoicing/updateAdhocGroup.js.map +1 -0
- package/js-build/api/commands/invoicing/useActivateInvoiceLine.js +22 -0
- package/js-build/api/commands/invoicing/useActivateInvoiceLine.js.map +1 -0
- package/js-build/api/commands/invoicing/useActivateInvoicingPlan.js +29 -0
- package/js-build/api/commands/invoicing/useActivateInvoicingPlan.js.map +1 -0
- package/js-build/api/commands/invoicing/useActivateTriplewin.js +15 -0
- package/js-build/api/commands/invoicing/useActivateTriplewin.js.map +1 -0
- package/js-build/api/commands/invoicing/useCloseInvoice.js +21 -0
- package/js-build/api/commands/invoicing/useCloseInvoice.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateAdhocLinesForCompany.js +36 -0
- package/js-build/api/commands/invoicing/useCreateAdhocLinesForCompany.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateCreditNote.js +31 -0
- package/js-build/api/commands/invoicing/useCreateCreditNote.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateCustomer.js +15 -0
- package/js-build/api/commands/invoicing/useCreateCustomer.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateCustomerById.js +15 -0
- package/js-build/api/commands/invoicing/useCreateCustomerById.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateCustomerComment.js +15 -0
- package/js-build/api/commands/invoicing/useCreateCustomerComment.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateFordelingsnokkel.js +18 -0
- package/js-build/api/commands/invoicing/useCreateFordelingsnokkel.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateInvoicePlanLine.js +26 -0
- package/js-build/api/commands/invoicing/useCreateInvoicePlanLine.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateInvoiceRecipient.js +17 -0
- package/js-build/api/commands/invoicing/useCreateInvoiceRecipient.js.map +1 -0
- package/js-build/api/commands/invoicing/useCreateInvoicingPlan.js +30 -0
- package/js-build/api/commands/invoicing/useCreateInvoicingPlan.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeactivateInvoiceLine.js +22 -0
- package/js-build/api/commands/invoicing/useDeactivateInvoiceLine.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeleteAdHocInvoicingLine.js +37 -0
- package/js-build/api/commands/invoicing/useDeleteAdHocInvoicingLine.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeleteAdHocLineGroup.js +25 -0
- package/js-build/api/commands/invoicing/useDeleteAdHocLineGroup.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeleteAdHocLines.js +37 -0
- package/js-build/api/commands/invoicing/useDeleteAdHocLines.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeleteDistribution.js +22 -0
- package/js-build/api/commands/invoicing/useDeleteDistribution.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeleteInvoiceRecipient.js +23 -0
- package/js-build/api/commands/invoicing/useDeleteInvoiceRecipient.js.map +1 -0
- package/js-build/api/commands/invoicing/useDeletePlannedInvoiceLineChanges.js +17 -0
- package/js-build/api/commands/invoicing/useDeletePlannedInvoiceLineChanges.js.map +1 -0
- package/js-build/api/commands/invoicing/useInvoicingMutations.js +26 -0
- package/js-build/api/commands/invoicing/useInvoicingMutations.js.map +1 -0
- package/js-build/api/commands/invoicing/useRegisterPayment.js +36 -0
- package/js-build/api/commands/invoicing/useRegisterPayment.js.map +1 -0
- package/js-build/api/commands/invoicing/useToggleInvoicingPlanTransactionOverdue.js +25 -0
- package/js-build/api/commands/invoicing/useToggleInvoicingPlanTransactionOverdue.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateAdhocLinesForCompany.js +46 -0
- package/js-build/api/commands/invoicing/useUpdateAdhocLinesForCompany.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateCustomerMeta.js +25 -0
- package/js-build/api/commands/invoicing/useUpdateCustomerMeta.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateFelleskostnaderSettings.js +36 -0
- package/js-build/api/commands/invoicing/useUpdateFelleskostnaderSettings.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateFordelingsnokkel.js +22 -0
- package/js-build/api/commands/invoicing/useUpdateFordelingsnokkel.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceDelivery.js +46 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceDelivery.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceLine.js +38 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceLine.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceLineName.js +34 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceLineName.js.map +1 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceSettings.js +15 -0
- package/js-build/api/commands/invoicing/useUpdateInvoiceSettings.js.map +1 -0
- package/js-build/api/commands/issue/useChangeResponsible.js +29 -0
- package/js-build/api/commands/issue/useChangeResponsible.js.map +1 -0
- package/js-build/api/commands/issue/useCloseIssue.js +21 -0
- package/js-build/api/commands/issue/useCloseIssue.js.map +1 -0
- package/js-build/api/commands/issue/useCreateConversationToIssue.js +29 -0
- package/js-build/api/commands/issue/useCreateConversationToIssue.js.map +1 -0
- package/js-build/api/commands/issue/useCreateIssue.js +32 -0
- package/js-build/api/commands/issue/useCreateIssue.js.map +1 -0
- package/js-build/api/commands/issue/useCreateIssueComment.js +25 -0
- package/js-build/api/commands/issue/useCreateIssueComment.js.map +1 -0
- package/js-build/api/commands/issue/useCreateIssueToMeeting.js +94 -0
- package/js-build/api/commands/issue/useCreateIssueToMeeting.js.map +1 -0
- package/js-build/api/commands/issue/useCreateSectionToIssue.js +25 -0
- package/js-build/api/commands/issue/useCreateSectionToIssue.js.map +1 -0
- package/js-build/api/commands/issue/useDeleteSectionFromIssue.js +25 -0
- package/js-build/api/commands/issue/useDeleteSectionFromIssue.js.map +1 -0
- package/js-build/api/commands/issue/useReOpenIssue.js +21 -0
- package/js-build/api/commands/issue/useReOpenIssue.js.map +1 -0
- package/js-build/api/commands/issue/useRemoveConversationFromIssue.js +29 -0
- package/js-build/api/commands/issue/useRemoveConversationFromIssue.js.map +1 -0
- package/js-build/api/commands/issue/useRemoveIssueFromMeeting.js +71 -0
- package/js-build/api/commands/issue/useRemoveIssueFromMeeting.js.map +1 -0
- package/js-build/api/commands/issue/useReorderIssueInMeeting.js +15 -0
- package/js-build/api/commands/issue/useReorderIssueInMeeting.js.map +1 -0
- package/js-build/api/commands/issue/useUpdateIssue.js +41 -0
- package/js-build/api/commands/issue/useUpdateIssue.js.map +1 -0
- package/js-build/api/commands/issue/useUpdateIssueConclusion.js +19 -0
- package/js-build/api/commands/issue/useUpdateIssueConclusion.js.map +1 -0
- package/js-build/api/commands/issue/useUpdateIssueReport.js +19 -0
- package/js-build/api/commands/issue/useUpdateIssueReport.js.map +1 -0
- package/js-build/api/commands/loan/useCreateLoan.js +15 -0
- package/js-build/api/commands/loan/useCreateLoan.js.map +1 -0
- package/js-build/api/commands/loan/useDeleteLoan.js +15 -0
- package/js-build/api/commands/loan/useDeleteLoan.js.map +1 -0
- package/js-build/api/commands/loan/useSetMainDocumentId.js +26 -0
- package/js-build/api/commands/loan/useSetMainDocumentId.js.map +1 -0
- package/js-build/api/commands/loan/useUpdateLoan.js +45 -0
- package/js-build/api/commands/loan/useUpdateLoan.js.map +1 -0
- package/js-build/api/commands/meeting/useCloseMeeting.js +27 -0
- package/js-build/api/commands/meeting/useCloseMeeting.js.map +1 -0
- package/js-build/api/commands/meeting/useCreateMeeting.js +20 -0
- package/js-build/api/commands/meeting/useCreateMeeting.js.map +1 -0
- package/js-build/api/commands/meeting/useCreateMeetingSummons.js +23 -0
- package/js-build/api/commands/meeting/useCreateMeetingSummons.js.map +1 -0
- package/js-build/api/commands/meeting/useCreateSignatureReminder.js +10 -0
- package/js-build/api/commands/meeting/useCreateSignatureReminder.js.map +1 -0
- package/js-build/api/commands/meeting/useDeleteMeeting.js +21 -0
- package/js-build/api/commands/meeting/useDeleteMeeting.js.map +1 -0
- package/js-build/api/commands/meeting/useFollowUpIssueLater.js +18 -0
- package/js-build/api/commands/meeting/useFollowUpIssueLater.js.map +1 -0
- package/js-build/api/commands/meeting/useIssueTreated.js +18 -0
- package/js-build/api/commands/meeting/useIssueTreated.js.map +1 -0
- package/js-build/api/commands/meeting/useReOpenMeeting.js +24 -0
- package/js-build/api/commands/meeting/useReOpenMeeting.js.map +1 -0
- package/js-build/api/commands/meeting/useRegisterOppmote.js +18 -0
- package/js-build/api/commands/meeting/useRegisterOppmote.js.map +1 -0
- package/js-build/api/commands/meeting/useRsvp.js +18 -0
- package/js-build/api/commands/meeting/useRsvp.js.map +1 -0
- package/js-build/api/commands/meeting/useSign.js +18 -0
- package/js-build/api/commands/meeting/useSign.js.map +1 -0
- package/js-build/api/commands/meeting/useSignatureUnobtainable.js +18 -0
- package/js-build/api/commands/meeting/useSignatureUnobtainable.js.map +1 -0
- package/js-build/api/commands/meeting/useStartMeeting.js +23 -0
- package/js-build/api/commands/meeting/useStartMeeting.js.map +1 -0
- package/js-build/api/commands/meeting/useUpdateMeeting.js +34 -0
- package/js-build/api/commands/meeting/useUpdateMeeting.js.map +1 -0
- package/js-build/api/commands/meeting/useUpdateMeetingParticipants.js +23 -0
- package/js-build/api/commands/meeting/useUpdateMeetingParticipants.js.map +1 -0
- package/js-build/api/commands/organization/useAssignParkingSpaceToOrganization.js +15 -0
- package/js-build/api/commands/organization/useAssignParkingSpaceToOrganization.js.map +1 -0
- package/js-build/api/commands/organization/useAssignStorageRoomToOrganization.js +15 -0
- package/js-build/api/commands/organization/useAssignStorageRoomToOrganization.js.map +1 -0
- package/js-build/api/commands/organization/useCreateEmployee.js +28 -0
- package/js-build/api/commands/organization/useCreateEmployee.js.map +1 -0
- package/js-build/api/commands/organization/useCreateEmployeeCompanyContactRole.js +25 -0
- package/js-build/api/commands/organization/useCreateEmployeeCompanyContactRole.js.map +1 -0
- package/js-build/api/commands/organization/useCreateEmployeeSectionContactRole.js +25 -0
- package/js-build/api/commands/organization/useCreateEmployeeSectionContactRole.js.map +1 -0
- package/js-build/api/commands/organization/useDeleteEmployee.js +25 -0
- package/js-build/api/commands/organization/useDeleteEmployee.js.map +1 -0
- package/js-build/api/commands/organization/useDeleteOrganizationFromSAM.js +15 -0
- package/js-build/api/commands/organization/useDeleteOrganizationFromSAM.js.map +1 -0
- package/js-build/api/commands/organization/useMassUpdateOrganizations.js +29 -0
- package/js-build/api/commands/organization/useMassUpdateOrganizations.js.map +1 -0
- package/js-build/api/commands/organization/useRemoveCompanyContactRole.js +25 -0
- package/js-build/api/commands/organization/useRemoveCompanyContactRole.js.map +1 -0
- package/js-build/api/commands/organization/useRemoveOrganizationRole.js +21 -0
- package/js-build/api/commands/organization/useRemoveOrganizationRole.js.map +1 -0
- package/js-build/api/commands/organization/useRemoveSectionContactRole.js +25 -0
- package/js-build/api/commands/organization/useRemoveSectionContactRole.js.map +1 -0
- package/js-build/api/commands/organization/useUnAssignParkingSpaceToOrganization.js +15 -0
- package/js-build/api/commands/organization/useUnAssignParkingSpaceToOrganization.js.map +1 -0
- package/js-build/api/commands/organization/useUnAssignStorageRoomToOrganization.js +15 -0
- package/js-build/api/commands/organization/useUnAssignStorageRoomToOrganization.js.map +1 -0
- package/js-build/api/commands/organization/useUpdateEmployee.js +28 -0
- package/js-build/api/commands/organization/useUpdateEmployee.js.map +1 -0
- package/js-build/api/commands/organization/useUpdateOrganization.js +37 -0
- package/js-build/api/commands/organization/useUpdateOrganization.js.map +1 -0
- package/js-build/api/commands/parkingSpaces/useCreateParkingSpace.js +18 -0
- package/js-build/api/commands/parkingSpaces/useCreateParkingSpace.js.map +1 -0
- package/js-build/api/commands/parkingSpaces/useDeleteParkingSpace.js +15 -0
- package/js-build/api/commands/parkingSpaces/useDeleteParkingSpace.js.map +1 -0
- package/js-build/api/commands/parkingSpaces/useUpdateParkingSpace.js +15 -0
- package/js-build/api/commands/parkingSpaces/useUpdateParkingSpace.js.map +1 -0
- package/js-build/api/commands/person/useAssignParkingSpaceToPerson.js +15 -0
- package/js-build/api/commands/person/useAssignParkingSpaceToPerson.js.map +1 -0
- package/js-build/api/commands/person/useAssignStorageRoomToPerson.js +15 -0
- package/js-build/api/commands/person/useAssignStorageRoomToPerson.js.map +1 -0
- package/js-build/api/commands/person/useDeletePersonRole.js +21 -0
- package/js-build/api/commands/person/useDeletePersonRole.js.map +1 -0
- package/js-build/api/commands/person/useMassUpdatePerson.js +29 -0
- package/js-build/api/commands/person/useMassUpdatePerson.js.map +1 -0
- package/js-build/api/commands/person/useMassUpdateRoles.js +29 -0
- package/js-build/api/commands/person/useMassUpdateRoles.js.map +1 -0
- package/js-build/api/commands/person/useMergePerson.js +18 -0
- package/js-build/api/commands/person/useMergePerson.js.map +1 -0
- package/js-build/api/commands/person/usePersonnummerSearch.js +10 -0
- package/js-build/api/commands/person/usePersonnummerSearch.js.map +1 -0
- package/js-build/api/commands/person/useUnAssignParkingSpaceToPerson.js +15 -0
- package/js-build/api/commands/person/useUnAssignParkingSpaceToPerson.js.map +1 -0
- package/js-build/api/commands/person/useUnAssignStorageRoomToPerson.js +15 -0
- package/js-build/api/commands/person/useUnAssignStorageRoomToPerson.js.map +1 -0
- package/js-build/api/commands/person/useUpdatePerson.js +33 -0
- package/js-build/api/commands/person/useUpdatePerson.js.map +1 -0
- package/js-build/api/commands/person/useUpdateResidency.js +15 -0
- package/js-build/api/commands/person/useUpdateResidency.js.map +1 -0
- package/js-build/api/commands/resident/useCreateOccupancyRecord.js +25 -0
- package/js-build/api/commands/resident/useCreateOccupancyRecord.js.map +1 -0
- package/js-build/api/commands/resident/useCreatePhysicalLetterToResidentInCompany.js +16 -0
- package/js-build/api/commands/resident/useCreatePhysicalLetterToResidentInCompany.js.map +1 -0
- package/js-build/api/commands/resident/useCreateResident.js +40 -0
- package/js-build/api/commands/resident/useCreateResident.js.map +1 -0
- package/js-build/api/commands/resident/useDeleteOccupancyRecord.js +25 -0
- package/js-build/api/commands/resident/useDeleteOccupancyRecord.js.map +1 -0
- package/js-build/api/commands/resident/useRemovePersonFromCompany.js +18 -0
- package/js-build/api/commands/resident/useRemovePersonFromCompany.js.map +1 -0
- package/js-build/api/commands/resident/useRequestResidentChange.js +10 -0
- package/js-build/api/commands/resident/useRequestResidentChange.js.map +1 -0
- package/js-build/api/commands/resident/useResidentActions.js +22 -0
- package/js-build/api/commands/resident/useResidentActions.js.map +1 -0
- package/js-build/api/commands/resident/useUpdateOccupancyRecord.js +21 -0
- package/js-build/api/commands/resident/useUpdateOccupancyRecord.js.map +1 -0
- package/js-build/api/commands/resident/useUpdateOrganizationReservations.js +28 -0
- package/js-build/api/commands/resident/useUpdateOrganizationReservations.js.map +1 -0
- package/js-build/api/commands/resident/useUpdatePersonReservations.js +28 -0
- package/js-build/api/commands/resident/useUpdatePersonReservations.js.map +1 -0
- package/js-build/api/commands/resident/useUpdateResident.js +64 -0
- package/js-build/api/commands/resident/useUpdateResident.js.map +1 -0
- package/js-build/api/commands/resident/useUpdateResidentNotat.js +20 -0
- package/js-build/api/commands/resident/useUpdateResidentNotat.js.map +1 -0
- package/js-build/api/commands/routines/useCreateRoutine.js +28 -0
- package/js-build/api/commands/routines/useCreateRoutine.js.map +1 -0
- package/js-build/api/commands/routines/useDeleteRoutine.js +15 -0
- package/js-build/api/commands/routines/useDeleteRoutine.js.map +1 -0
- package/js-build/api/commands/routines/useUpdateRoutine.js +32 -0
- package/js-build/api/commands/routines/useUpdateRoutine.js.map +1 -0
- package/js-build/api/commands/section/useAssignParkingSpaceToSection.js +15 -0
- package/js-build/api/commands/section/useAssignParkingSpaceToSection.js.map +1 -0
- package/js-build/api/commands/section/useAssignStorageRoomToSection.js +15 -0
- package/js-build/api/commands/section/useAssignStorageRoomToSection.js.map +1 -0
- package/js-build/api/commands/section/useCreateSection.js +15 -0
- package/js-build/api/commands/section/useCreateSection.js.map +1 -0
- package/js-build/api/commands/section/useCreateSectionStatus.js +32 -0
- package/js-build/api/commands/section/useCreateSectionStatus.js.map +1 -0
- package/js-build/api/commands/section/useCreateSubSection.js +15 -0
- package/js-build/api/commands/section/useCreateSubSection.js.map +1 -0
- package/js-build/api/commands/section/useDeleteSection.js +15 -0
- package/js-build/api/commands/section/useDeleteSection.js.map +1 -0
- package/js-build/api/commands/section/useEierskifteSection.js +29 -0
- package/js-build/api/commands/section/useEierskifteSection.js.map +1 -0
- package/js-build/api/commands/section/useMassUpdateSection.js +21 -0
- package/js-build/api/commands/section/useMassUpdateSection.js.map +1 -0
- package/js-build/api/commands/section/useRemoveSectionStatus.js +17 -0
- package/js-build/api/commands/section/useRemoveSectionStatus.js.map +1 -0
- package/js-build/api/commands/section/useTagOnSection.js +36 -0
- package/js-build/api/commands/section/useTagOnSection.js.map +1 -0
- package/js-build/api/commands/section/useUnAssignParkingSpaceToSection.js +15 -0
- package/js-build/api/commands/section/useUnAssignParkingSpaceToSection.js.map +1 -0
- package/js-build/api/commands/section/useUnAssignStorageRoomToSection.js +15 -0
- package/js-build/api/commands/section/useUnAssignStorageRoomToSection.js.map +1 -0
- package/js-build/api/commands/section/useUpdateSection.js +15 -0
- package/js-build/api/commands/section/useUpdateSection.js.map +1 -0
- package/js-build/api/commands/section/useUpdateSectionNotat.js +15 -0
- package/js-build/api/commands/section/useUpdateSectionNotat.js.map +1 -0
- package/js-build/api/commands/section/useUpdateTagsOnSection.js +22 -0
- package/js-build/api/commands/section/useUpdateTagsOnSection.js.map +1 -0
- package/js-build/api/commands/storageRoom/useCreateStorageRoom.js +18 -0
- package/js-build/api/commands/storageRoom/useCreateStorageRoom.js.map +1 -0
- package/js-build/api/commands/storageRoom/useDeleteStorageRoom.js +15 -0
- package/js-build/api/commands/storageRoom/useDeleteStorageRoom.js.map +1 -0
- package/js-build/api/commands/storageRoom/useUpdateStorageRoom.js +15 -0
- package/js-build/api/commands/storageRoom/useUpdateStorageRoom.js.map +1 -0
- package/js-build/api/commands/supplier/useCreateSupplierComment.js +15 -0
- package/js-build/api/commands/supplier/useCreateSupplierComment.js.map +1 -0
- package/js-build/api/commands/supplier/useCreateSupplierContact.js +24 -0
- package/js-build/api/commands/supplier/useCreateSupplierContact.js.map +1 -0
- package/js-build/api/commands/supplier/useCreateSupplierForCompany.js +18 -0
- package/js-build/api/commands/supplier/useCreateSupplierForCompany.js.map +1 -0
- package/js-build/api/commands/supplier/useDeleteCompanySupplier.js +15 -0
- package/js-build/api/commands/supplier/useDeleteCompanySupplier.js.map +1 -0
- package/js-build/api/commands/supplier/useDeleteSupplierContactPerson.js +15 -0
- package/js-build/api/commands/supplier/useDeleteSupplierContactPerson.js.map +1 -0
- package/js-build/api/commands/supplier/useEditSupplierContact.js +18 -0
- package/js-build/api/commands/supplier/useEditSupplierContact.js.map +1 -0
- package/js-build/api/commands/supplier/useEditSupplierForCompany.js +18 -0
- package/js-build/api/commands/supplier/useEditSupplierForCompany.js.map +1 -0
- package/js-build/api/commands/supplier/useSupplierMutations.js +25 -0
- package/js-build/api/commands/supplier/useSupplierMutations.js.map +1 -0
- package/js-build/api/commands/supplier/useUpdateServiceCategories.js +15 -0
- package/js-build/api/commands/supplier/useUpdateServiceCategories.js.map +1 -0
- package/js-build/api/commands/supplier/useUpdateSupplierContactImage.js +20 -0
- package/js-build/api/commands/supplier/useUpdateSupplierContactImage.js.map +1 -0
- package/js-build/api/commands/supplier/useUploadSupplierLogo.js +20 -0
- package/js-build/api/commands/supplier/useUploadSupplierLogo.js.map +1 -0
- package/js-build/api/commands/task/useCompleteTask.js +25 -0
- package/js-build/api/commands/task/useCompleteTask.js.map +1 -0
- package/js-build/api/commands/task/useCreateTask.js +18 -0
- package/js-build/api/commands/task/useCreateTask.js.map +1 -0
- package/js-build/api/commands/task/useDeleteTask.js +15 -0
- package/js-build/api/commands/task/useDeleteTask.js.map +1 -0
- package/js-build/api/commands/task/useUndoCompleteTask.js +25 -0
- package/js-build/api/commands/task/useUndoCompleteTask.js.map +1 -0
- package/js-build/api/commands/task/useUpdateTask.js +28 -0
- package/js-build/api/commands/task/useUpdateTask.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useCompleteThirdPartyInformation.js +21 -0
- package/js-build/api/commands/thirdPartyInformation/useCompleteThirdPartyInformation.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useCreateGjenpartsLetter.js +24 -0
- package/js-build/api/commands/thirdPartyInformation/useCreateGjenpartsLetter.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useCreateThirdPartyInformation.js +15 -0
- package/js-build/api/commands/thirdPartyInformation/useCreateThirdPartyInformation.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useCreateThreePOToSkatteetaten.js +21 -0
- package/js-build/api/commands/thirdPartyInformation/useCreateThreePOToSkatteetaten.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useOverrideThirdPartyInformation.js +21 -0
- package/js-build/api/commands/thirdPartyInformation/useOverrideThirdPartyInformation.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useReopenThirdPartyInformation.js +21 -0
- package/js-build/api/commands/thirdPartyInformation/useReopenThirdPartyInformation.js.map +1 -0
- package/js-build/api/commands/thirdPartyInformation/useUpdateThirdPartyInformation.js +15 -0
- package/js-build/api/commands/thirdPartyInformation/useUpdateThirdPartyInformation.js.map +1 -0
- package/js-build/api/commands/user/useContactHooks.js +27 -0
- package/js-build/api/commands/user/useContactHooks.js.map +1 -0
- package/js-build/api/commands/user/useDeleteProfilePicture.js +17 -0
- package/js-build/api/commands/user/useDeleteProfilePicture.js.map +1 -0
- package/js-build/api/commands/user/useResetPassword.js +15 -0
- package/js-build/api/commands/user/useResetPassword.js.map +1 -0
- package/js-build/api/commands/user/useUpdateUser.js +15 -0
- package/js-build/api/commands/user/useUpdateUser.js.map +1 -0
- package/js-build/api/commands/user/useUploadProfilePicture.js +18 -0
- package/js-build/api/commands/user/useUploadProfilePicture.js.map +1 -0
- package/js-build/api/documentApi.js +146 -0
- package/js-build/api/documentApi.js.map +1 -0
- package/js-build/api/queries/administration/useAgreementDetails.js +26 -0
- package/js-build/api/queries/administration/useAgreementDetails.js.map +1 -0
- package/js-build/api/queries/administration/useInsuranceAgreements.js +16 -0
- package/js-build/api/queries/administration/useInsuranceAgreements.js.map +1 -0
- package/js-build/api/queries/administration/useLoanAgreements.js +16 -0
- package/js-build/api/queries/administration/useLoanAgreements.js.map +1 -0
- package/js-build/api/queries/administration/useLoanChangeLog.js +16 -0
- package/js-build/api/queries/administration/useLoanChangeLog.js.map +1 -0
- package/js-build/api/queries/administration/useTripletexDetails.js +27 -0
- package/js-build/api/queries/administration/useTripletexDetails.js.map +1 -0
- package/js-build/api/queries/board/useBoardMembers.js +29 -0
- package/js-build/api/queries/board/useBoardMembers.js.map +1 -0
- package/js-build/api/queries/board/useShowPersonnummerOnStyremedlem.js +16 -0
- package/js-build/api/queries/board/useShowPersonnummerOnStyremedlem.js.map +1 -0
- package/js-build/api/queries/communication/useAvailableBundles.js +15 -0
- package/js-build/api/queries/communication/useAvailableBundles.js.map +1 -0
- package/js-build/api/queries/communication/useAvailableSMS.js +15 -0
- package/js-build/api/queries/communication/useAvailableSMS.js.map +1 -0
- package/js-build/api/queries/communication/useNewsletter.js +16 -0
- package/js-build/api/queries/communication/useNewsletter.js.map +1 -0
- package/js-build/api/queries/communication/useNewsletters.js +15 -0
- package/js-build/api/queries/communication/useNewsletters.js.map +1 -0
- package/js-build/api/queries/communication/useNotificationgroupsEmail.js +15 -0
- package/js-build/api/queries/communication/useNotificationgroupsEmail.js.map +1 -0
- package/js-build/api/queries/communication/useNotificationgroupsSms.js +15 -0
- package/js-build/api/queries/communication/useNotificationgroupsSms.js.map +1 -0
- package/js-build/api/queries/communication/useSMSAvailableForSMSBroadcastPost.js +18 -0
- package/js-build/api/queries/communication/useSMSAvailableForSMSBroadcastPost.js.map +1 -0
- package/js-build/api/queries/communication/useSMSBroadcast.js +15 -0
- package/js-build/api/queries/communication/useSMSBroadcast.js.map +1 -0
- package/js-build/api/queries/communication/useSMSBroadcasts.js +15 -0
- package/js-build/api/queries/communication/useSMSBroadcasts.js.map +1 -0
- package/js-build/api/queries/communication/useSMSPurchases.js +18 -0
- package/js-build/api/queries/communication/useSMSPurchases.js.map +1 -0
- package/js-build/api/queries/company/useActiveAdministrators.js +16 -0
- package/js-build/api/queries/company/useActiveAdministrators.js.map +1 -0
- package/js-build/api/queries/company/useAdministratorsForCompany.js +16 -0
- package/js-build/api/queries/company/useAdministratorsForCompany.js.map +1 -0
- package/js-build/api/queries/company/useAvailableAdministrators.js +16 -0
- package/js-build/api/queries/company/useAvailableAdministrators.js.map +1 -0
- package/js-build/api/queries/company/useAvailableAdministratorsForCompany.js +16 -0
- package/js-build/api/queries/company/useAvailableAdministratorsForCompany.js.map +1 -0
- package/js-build/api/queries/company/useCompanies.js +61 -0
- package/js-build/api/queries/company/useCompanies.js.map +1 -0
- package/js-build/api/queries/company/useCompanyAddresses.js +15 -0
- package/js-build/api/queries/company/useCompanyAddresses.js.map +1 -0
- package/js-build/api/queries/company/useCompanyById.js +21 -0
- package/js-build/api/queries/company/useCompanyById.js.map +1 -0
- package/js-build/api/queries/company/useCompanyDetailed.js +19 -0
- package/js-build/api/queries/company/useCompanyDetailed.js.map +1 -0
- package/js-build/api/queries/company/useCompanyDraft.js +18 -0
- package/js-build/api/queries/company/useCompanyDraft.js.map +1 -0
- package/js-build/api/queries/company/useCompanyDrafts.js +25 -0
- package/js-build/api/queries/company/useCompanyDrafts.js.map +1 -0
- package/js-build/api/queries/company/useCompanyOrdinances.js +16 -0
- package/js-build/api/queries/company/useCompanyOrdinances.js.map +1 -0
- package/js-build/api/queries/company/useCompanyTypes.js +14 -0
- package/js-build/api/queries/company/useCompanyTypes.js.map +1 -0
- package/js-build/api/queries/company/useFractions.js +15 -0
- package/js-build/api/queries/company/useFractions.js.map +1 -0
- package/js-build/api/queries/company/useNewlyManagedCompanies.js +14 -0
- package/js-build/api/queries/company/useNewlyManagedCompanies.js.map +1 -0
- package/js-build/api/queries/conversation/useCompanyConversationCategoriesForRequests.js +15 -0
- package/js-build/api/queries/conversation/useCompanyConversationCategoriesForRequests.js.map +1 -0
- package/js-build/api/queries/conversation/useConversation.js +26 -0
- package/js-build/api/queries/conversation/useConversation.js.map +1 -0
- package/js-build/api/queries/conversation/useConversationCategories.js +15 -0
- package/js-build/api/queries/conversation/useConversationCategories.js.map +1 -0
- package/js-build/api/queries/conversation/useConversationCategoriesOpen.js +18 -0
- package/js-build/api/queries/conversation/useConversationCategoriesOpen.js.map +1 -0
- package/js-build/api/queries/conversation/useConversationCount.js +25 -0
- package/js-build/api/queries/conversation/useConversationCount.js.map +1 -0
- package/js-build/api/queries/conversation/useConversations.js +37 -0
- package/js-build/api/queries/conversation/useConversations.js.map +1 -0
- package/js-build/api/queries/conversation/useConversationsByParticipant.js +21 -0
- package/js-build/api/queries/conversation/useConversationsByParticipant.js.map +1 -0
- package/js-build/api/queries/conversation/usePublicConversation.js +18 -0
- package/js-build/api/queries/conversation/usePublicConversation.js.map +1 -0
- package/js-build/api/queries/conversation/usePublicConversationAuth.js +21 -0
- package/js-build/api/queries/conversation/usePublicConversationAuth.js.map +1 -0
- package/js-build/api/queries/conversation/useUnreadConversationsCount.js +17 -0
- package/js-build/api/queries/conversation/useUnreadConversationsCount.js.map +1 -0
- package/js-build/api/queries/countries/useCountries.js +14 -0
- package/js-build/api/queries/countries/useCountries.js.map +1 -0
- package/js-build/api/queries/document/useDocumentActions.js +49 -0
- package/js-build/api/queries/document/useDocumentActions.js.map +1 -0
- package/js-build/api/queries/document/useDocumenter.js +18 -0
- package/js-build/api/queries/document/useDocumenter.js.map +1 -0
- package/js-build/api/queries/document/useDocumenterOfTypeForCompany.js +15 -0
- package/js-build/api/queries/document/useDocumenterOfTypeForCompany.js.map +1 -0
- package/js-build/api/queries/document/useDocuments.js +15 -0
- package/js-build/api/queries/document/useDocuments.js.map +1 -0
- package/js-build/api/queries/document/useGetDocumentURL.js +11 -0
- package/js-build/api/queries/document/useGetDocumentURL.js.map +1 -0
- package/js-build/api/queries/document/usePublicGetDocumentURL.js +24 -0
- package/js-build/api/queries/document/usePublicGetDocumentURL.js.map +1 -0
- package/js-build/api/queries/document/useSearchDocumenterForCompany.js +15 -0
- package/js-build/api/queries/document/useSearchDocumenterForCompany.js.map +1 -0
- package/js-build/api/queries/economy/useCheckIfAccountingAvailable.js +24 -0
- package/js-build/api/queries/economy/useCheckIfAccountingAvailable.js.map +1 -0
- package/js-build/api/queries/economy/useCompaniesEconomyStatus.js +13 -0
- package/js-build/api/queries/economy/useCompaniesEconomyStatus.js.map +1 -0
- package/js-build/api/queries/economy/useEconomicReports.js +28 -0
- package/js-build/api/queries/economy/useEconomicReports.js.map +1 -0
- package/js-build/api/queries/economy/useInvoiceArchive.js +17 -0
- package/js-build/api/queries/economy/useInvoiceArchive.js.map +1 -0
- package/js-build/api/queries/economy/useInvoiceForApprovalCount.js +17 -0
- package/js-build/api/queries/economy/useInvoiceForApprovalCount.js.map +1 -0
- package/js-build/api/queries/economy/useInvoiceNotification.js +17 -0
- package/js-build/api/queries/economy/useInvoiceNotification.js.map +1 -0
- package/js-build/api/queries/economy/useInvoices.js +27 -0
- package/js-build/api/queries/economy/useInvoices.js.map +1 -0
- package/js-build/api/queries/economy/useStatus.js +17 -0
- package/js-build/api/queries/economy/useStatus.js.map +1 -0
- package/js-build/api/queries/economy/useUnattestedCounts.js +32 -0
- package/js-build/api/queries/economy/useUnattestedCounts.js.map +1 -0
- package/js-build/api/queries/expense/useExpense.js +15 -0
- package/js-build/api/queries/expense/useExpense.js.map +1 -0
- package/js-build/api/queries/expense/useExpenseList.js +15 -0
- package/js-build/api/queries/expense/useExpenseList.js.map +1 -0
- package/js-build/api/queries/expense/useExpenseTypes.js +16 -0
- package/js-build/api/queries/expense/useExpenseTypes.js.map +1 -0
- package/js-build/api/queries/hms/useHMSReportRoutines.js +19 -0
- package/js-build/api/queries/hms/useHMSReportRoutines.js.map +1 -0
- package/js-build/api/queries/hms/useHMSSettings.js +15 -0
- package/js-build/api/queries/hms/useHMSSettings.js.map +1 -0
- package/js-build/api/queries/homepage/useHomepage.js +16 -0
- package/js-build/api/queries/homepage/useHomepage.js.map +1 -0
- package/js-build/api/queries/homepage/useOpenHomepage.js +30 -0
- package/js-build/api/queries/homepage/useOpenHomepage.js.map +1 -0
- package/js-build/api/queries/homepage/useOpenHomepageDocument.js +15 -0
- package/js-build/api/queries/homepage/useOpenHomepageDocument.js.map +1 -0
- package/js-build/api/queries/homepage/usePostDocuments.js +15 -0
- package/js-build/api/queries/homepage/usePostDocuments.js.map +1 -0
- package/js-build/api/queries/homepage/usePostNotificationgroups.js +15 -0
- package/js-build/api/queries/homepage/usePostNotificationgroups.js.map +1 -0
- package/js-build/api/queries/homepage/useSMSAvailableForPost.js +17 -0
- package/js-build/api/queries/homepage/useSMSAvailableForPost.js.map +1 -0
- package/js-build/api/queries/invoicing/useAdHocGroupById.js +15 -0
- package/js-build/api/queries/invoicing/useAdHocGroupById.js.map +1 -0
- package/js-build/api/queries/invoicing/useAdHocGroups.js +15 -0
- package/js-build/api/queries/invoicing/useAdHocGroups.js.map +1 -0
- package/js-build/api/queries/invoicing/useCheckTriplewinActivated.js +16 -0
- package/js-build/api/queries/invoicing/useCheckTriplewinActivated.js.map +1 -0
- package/js-build/api/queries/invoicing/useCreditNotes.js +15 -0
- package/js-build/api/queries/invoicing/useCreditNotes.js.map +1 -0
- package/js-build/api/queries/invoicing/useCustomer.js +18 -0
- package/js-build/api/queries/invoicing/useCustomer.js.map +1 -0
- package/js-build/api/queries/invoicing/useCustomerInvoices.js +22 -0
- package/js-build/api/queries/invoicing/useCustomerInvoices.js.map +1 -0
- package/js-build/api/queries/invoicing/useCustomerMetadata.js +19 -0
- package/js-build/api/queries/invoicing/useCustomerMetadata.js.map +1 -0
- package/js-build/api/queries/invoicing/useCustomerRecipient.js +22 -0
- package/js-build/api/queries/invoicing/useCustomerRecipient.js.map +1 -0
- package/js-build/api/queries/invoicing/useCustomers.js +14 -0
- package/js-build/api/queries/invoicing/useCustomers.js.map +1 -0
- package/js-build/api/queries/invoicing/useExpiredInvoices.js +15 -0
- package/js-build/api/queries/invoicing/useExpiredInvoices.js.map +1 -0
- package/js-build/api/queries/invoicing/useHistoricInvoices.js +20 -0
- package/js-build/api/queries/invoicing/useHistoricInvoices.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlan.js +15 -0
- package/js-build/api/queries/invoicing/useInvoicePlan.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlanDistributions.js +28 -0
- package/js-build/api/queries/invoicing/useInvoicePlanDistributions.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlanLine.js +17 -0
- package/js-build/api/queries/invoicing/useInvoicePlanLine.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlanLines.js +16 -0
- package/js-build/api/queries/invoicing/useInvoicePlanLines.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlanTransactions.js +33 -0
- package/js-build/api/queries/invoicing/useInvoicePlanTransactions.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlans.js +15 -0
- package/js-build/api/queries/invoicing/useInvoicePlans.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicePlansForSection.js +15 -0
- package/js-build/api/queries/invoicing/useInvoicePlansForSection.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoiceSettings.js +15 -0
- package/js-build/api/queries/invoicing/useInvoiceSettings.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicingAdHocLines.js +51 -0
- package/js-build/api/queries/invoicing/useInvoicingAdHocLines.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicingExpiredByCustomer.js +31 -0
- package/js-build/api/queries/invoicing/useInvoicingExpiredByCustomer.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicingExpiredTypes.js +14 -0
- package/js-build/api/queries/invoicing/useInvoicingExpiredTypes.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicingInvoiceDetails.js +83 -0
- package/js-build/api/queries/invoicing/useInvoicingInvoiceDetails.js.map +1 -0
- package/js-build/api/queries/invoicing/useInvoicingPlanTypes.js +18 -0
- package/js-build/api/queries/invoicing/useInvoicingPlanTypes.js.map +1 -0
- package/js-build/api/queries/invoicing/useMassInvoiceForCompany.js +15 -0
- package/js-build/api/queries/invoicing/useMassInvoiceForCompany.js.map +1 -0
- package/js-build/api/queries/invoicing/useMassInvoicePdfPreview.js +17 -0
- package/js-build/api/queries/invoicing/useMassInvoicePdfPreview.js.map +1 -0
- package/js-build/api/queries/invoicing/useMassInvoicePreview.js +15 -0
- package/js-build/api/queries/invoicing/useMassInvoicePreview.js.map +1 -0
- package/js-build/api/queries/invoicing/useOverdueInvoices.js +23 -0
- package/js-build/api/queries/invoicing/useOverdueInvoices.js.map +1 -0
- package/js-build/api/queries/invoicing/usePlanSettings.js +16 -0
- package/js-build/api/queries/invoicing/usePlanSettings.js.map +1 -0
- package/js-build/api/queries/invoicing/usePreview.js +15 -0
- package/js-build/api/queries/invoicing/usePreview.js.map +1 -0
- package/js-build/api/queries/invoicing/usePreviewPdf.js +19 -0
- package/js-build/api/queries/invoicing/usePreviewPdf.js.map +1 -0
- package/js-build/api/queries/invoicing/useProcessedPayments.js +15 -0
- package/js-build/api/queries/invoicing/useProcessedPayments.js.map +1 -0
- package/js-build/api/queries/invoicing/useQueuedInvoicePdf.js +15 -0
- package/js-build/api/queries/invoicing/useQueuedInvoicePdf.js.map +1 -0
- package/js-build/api/queries/invoicing/useQueuedInvoices.js +20 -0
- package/js-build/api/queries/invoicing/useQueuedInvoices.js.map +1 -0
- package/js-build/api/queries/invoicing/useRecipient.js +17 -0
- package/js-build/api/queries/invoicing/useRecipient.js.map +1 -0
- package/js-build/api/queries/invoicing/useSectionInvoices.js +20 -0
- package/js-build/api/queries/invoicing/useSectionInvoices.js.map +1 -0
- package/js-build/api/queries/invoicing/useSectionInvoicesQueries.js +25 -0
- package/js-build/api/queries/invoicing/useSectionInvoicesQueries.js.map +1 -0
- package/js-build/api/queries/invoicing/useUnprocessedPayments.js +20 -0
- package/js-build/api/queries/invoicing/useUnprocessedPayments.js.map +1 -0
- package/js-build/api/queries/invoicing/useUpcomingInvoicing.js +14 -0
- package/js-build/api/queries/invoicing/useUpcomingInvoicing.js.map +1 -0
- package/js-build/api/queries/issue/useIssue.js +15 -0
- package/js-build/api/queries/issue/useIssue.js.map +1 -0
- package/js-build/api/queries/issue/useIssues.js +37 -0
- package/js-build/api/queries/issue/useIssues.js.map +1 -0
- package/js-build/api/queries/meeting/useMeetings.js +71 -0
- package/js-build/api/queries/meeting/useMeetings.js.map +1 -0
- package/js-build/api/queries/organization/useOrganization.js +31 -0
- package/js-build/api/queries/organization/useOrganization.js.map +1 -0
- package/js-build/api/queries/organization/useOrganizationByOrgnr.js +18 -0
- package/js-build/api/queries/organization/useOrganizationByOrgnr.js.map +1 -0
- package/js-build/api/queries/organization/useOrganizations.js +14 -0
- package/js-build/api/queries/organization/useOrganizations.js.map +1 -0
- package/js-build/api/queries/organization/useOrganizationsInCompany.js +16 -0
- package/js-build/api/queries/organization/useOrganizationsInCompany.js.map +1 -0
- package/js-build/api/queries/organization/useOtherOrganizations.js +67 -0
- package/js-build/api/queries/organization/useOtherOrganizations.js.map +1 -0
- package/js-build/api/queries/parkingSpaces/useParkingSpaces.js +27 -0
- package/js-build/api/queries/parkingSpaces/useParkingSpaces.js.map +1 -0
- package/js-build/api/queries/person/useOtherPersons.js +61 -0
- package/js-build/api/queries/person/useOtherPersons.js.map +1 -0
- package/js-build/api/queries/person/usePerson.js +29 -0
- package/js-build/api/queries/person/usePerson.js.map +1 -0
- package/js-build/api/queries/person/usePersonSearch.js +26 -0
- package/js-build/api/queries/person/usePersonSearch.js.map +1 -0
- package/js-build/api/queries/person/usePersons.js +17 -0
- package/js-build/api/queries/person/usePersons.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/domain.js +3 -0
- package/js-build/api/queries/residentsAndSections/domain.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useDetailedPersonSearch.js +12 -0
- package/js-build/api/queries/residentsAndSections/useDetailedPersonSearch.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useExistingSectionTagsInCompany.js +15 -0
- package/js-build/api/queries/residentsAndSections/useExistingSectionTagsInCompany.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useOwnershipChanges.js +18 -0
- package/js-build/api/queries/residentsAndSections/useOwnershipChanges.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/usePersonalID.js +15 -0
- package/js-build/api/queries/residentsAndSections/usePersonalID.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useResidentHistory.js +17 -0
- package/js-build/api/queries/residentsAndSections/useResidentHistory.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useResidentOccupancy.js +15 -0
- package/js-build/api/queries/residentsAndSections/useResidentOccupancy.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useResidentSearch.js +32 -0
- package/js-build/api/queries/residentsAndSections/useResidentSearch.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useResidentTypes.js +18 -0
- package/js-build/api/queries/residentsAndSections/useResidentTypes.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useResidents.js +38 -0
- package/js-build/api/queries/residentsAndSections/useResidents.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useResidentsAndSections.js +70 -0
- package/js-build/api/queries/residentsAndSections/useResidentsAndSections.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSectionOccupancy.js +15 -0
- package/js-build/api/queries/residentsAndSections/useSectionOccupancy.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSectionStatus.js +26 -0
- package/js-build/api/queries/residentsAndSections/useSectionStatus.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSectionTags.js +17 -0
- package/js-build/api/queries/residentsAndSections/useSectionTags.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSectionTenants.js +15 -0
- package/js-build/api/queries/residentsAndSections/useSectionTenants.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSections.js +40 -0
- package/js-build/api/queries/residentsAndSections/useSections.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSectionsSearch.js +21 -0
- package/js-build/api/queries/residentsAndSections/useSectionsSearch.js.map +1 -0
- package/js-build/api/queries/residentsAndSections/useSectionsTags.js +15 -0
- package/js-build/api/queries/residentsAndSections/useSectionsTags.js.map +1 -0
- package/js-build/api/queries/routines/useAvailableRoutineTypes.js +15 -0
- package/js-build/api/queries/routines/useAvailableRoutineTypes.js.map +1 -0
- package/js-build/api/queries/routines/useCompanyFeatures.js +15 -0
- package/js-build/api/queries/routines/useCompanyFeatures.js.map +1 -0
- package/js-build/api/queries/routines/useRoutine.js +15 -0
- package/js-build/api/queries/routines/useRoutine.js.map +1 -0
- package/js-build/api/queries/routines/useRoutineGroupDrafts.js +15 -0
- package/js-build/api/queries/routines/useRoutineGroupDrafts.js.map +1 -0
- package/js-build/api/queries/routines/useRoutines.js +15 -0
- package/js-build/api/queries/routines/useRoutines.js.map +1 -0
- package/js-build/api/queries/storageRoom/useStorageRooms.js +27 -0
- package/js-build/api/queries/storageRoom/useStorageRooms.js.map +1 -0
- package/js-build/api/queries/supplier/domain.js +2 -0
- package/js-build/api/queries/supplier/domain.js.map +1 -0
- package/js-build/api/queries/supplier/useSupplierContacts.js +15 -0
- package/js-build/api/queries/supplier/useSupplierContacts.js.map +1 -0
- package/js-build/api/queries/supplier/useSupplierDetails.js +32 -0
- package/js-build/api/queries/supplier/useSupplierDetails.js.map +1 -0
- package/js-build/api/queries/supplier/useSuppliers.js +14 -0
- package/js-build/api/queries/supplier/useSuppliers.js.map +1 -0
- package/js-build/api/queries/supplier/useSuppliersAndContacts.js +57 -0
- package/js-build/api/queries/supplier/useSuppliersAndContacts.js.map +1 -0
- package/js-build/api/queries/supplier/useSuppliersLogo.js +23 -0
- package/js-build/api/queries/supplier/useSuppliersLogo.js.map +1 -0
- package/js-build/api/queries/task/useTasks.js +18 -0
- package/js-build/api/queries/task/useTasks.js.map +1 -0
- package/js-build/api/queries/thirdPartyInformation/useSingleThirdPartyInformation.js +18 -0
- package/js-build/api/queries/thirdPartyInformation/useSingleThirdPartyInformation.js.map +1 -0
- package/js-build/api/queries/thirdPartyInformation/useSkatteetatenDialog.js +16 -0
- package/js-build/api/queries/thirdPartyInformation/useSkatteetatenDialog.js.map +1 -0
- package/js-build/api/queries/thirdPartyInformation/useThirdPartyInformation.js +16 -0
- package/js-build/api/queries/thirdPartyInformation/useThirdPartyInformation.js.map +1 -0
- package/js-build/api/queries/thirdPartyInformation/useThirdPartyInformationLetters.js +57 -0
- package/js-build/api/queries/thirdPartyInformation/useThirdPartyInformationLetters.js.map +1 -0
- package/js-build/api/queries/thirdPartyInformation/useTotalsForThirdPartyInformation.js +15 -0
- package/js-build/api/queries/thirdPartyInformation/useTotalsForThirdPartyInformation.js.map +1 -0
- package/js-build/api/queries/user/useAuthedUser.js +13 -0
- package/js-build/api/queries/user/useAuthedUser.js.map +1 -0
- package/js-build/api/queries/user/useTranslation.js +11 -0
- package/js-build/api/queries/user/useTranslation.js.map +1 -0
- package/js-build/api/queries/user/useUser.js +13 -0
- package/js-build/api/queries/user/useUser.js.map +1 -0
- package/js-build/api/queries/user/useUserActions.js +14 -0
- package/js-build/api/queries/user/useUserActions.js.map +1 -0
- package/js-build/api/queries/user/useUserConversations.js +17 -0
- package/js-build/api/queries/user/useUserConversations.js.map +1 -0
- package/js-build/api/queries/user/useUserDevices.js +11 -0
- package/js-build/api/queries/user/useUserDevices.js.map +1 -0
- package/js-build/api/queries/user/useUserImage.js +21 -0
- package/js-build/api/queries/user/useUserImage.js.map +1 -0
- package/js-build/index.js +402 -0
- package/js-build/index.js.map +1 -0
- package/js-build/sdkProvider.js +44 -0
- package/js-build/sdkProvider.js.map +1 -0
- package/js-build/utils/dateTime.js +5 -0
- package/js-build/utils/dateTime.js.map +1 -0
- package/js-build/utils/useMutation.js +30 -0
- package/js-build/utils/useMutation.js.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
import { User } from '@solibo/solibo-sdk';
|
|
4
|
+
export const authedUserKey = 'authedUser';
|
|
5
|
+
export const useAuthedUser = () => {
|
|
6
|
+
const sdk = useSdk();
|
|
7
|
+
return useQuery({
|
|
8
|
+
queryKey: [authedUserKey],
|
|
9
|
+
queryFn: () => sdk.api.users.showAuthedUser().then((res) => res.typedBody(User)),
|
|
10
|
+
staleTime: 600000, // 10 minutes
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useAuthedUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAuthedUser.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useAuthedUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE1C,MAAM,CAAC,MAAM,aAAa,GAAG,YAAY,CAAC;AAE1C,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,EAAE;IAC9B,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,QAAQ,CAAO;QAClB,QAAQ,EAAE,CAAC,aAAa,CAAC;QACzB,OAAO,EAAE,GAAG,EAAE,CACV,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,cAAc,EAAE,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QACrE,SAAS,EAAE,MAAM,EAAE,aAAa;KACnC,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
export const useTranslation = () => {
|
|
4
|
+
const sdk = useSdk();
|
|
5
|
+
return useMutation({
|
|
6
|
+
mutationFn: (params) => sdk.api.language
|
|
7
|
+
.showTranslation(BigInt(params.countryId), params.body)
|
|
8
|
+
.then((res) => res.body),
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=useTranslation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTranslation.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useTranslation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,EAAE;IAC/B,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAAoD,EAAE,EAAE,CACjE,GAAG,CAAC,GAAG,CAAC,QAAQ;aACX,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC;aACtD,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC;KACnC,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
import { User } from '@solibo/solibo-sdk';
|
|
4
|
+
export const userKey = () => ['user'];
|
|
5
|
+
export const useUser = () => {
|
|
6
|
+
const sdk = useSdk();
|
|
7
|
+
return useQuery({
|
|
8
|
+
queryKey: userKey(),
|
|
9
|
+
queryFn: () => sdk.api.users.showUser().then((user) => user.typedBody(User)),
|
|
10
|
+
staleTime: 60 * 1000 * 10,
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUser.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE1C,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtC,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,EAAE;IACxB,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,QAAQ,CAAO;QAClB,QAAQ,EAAE,OAAO,EAAE;QACnB,OAAO,EAAE,GAAG,EAAE,CACV,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAEjE,SAAS,EAAE,EAAE,GAAG,IAAI,GAAG,EAAE;KAC5B,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
export const userActionsKey = (companyId) => ['userActions', companyId];
|
|
4
|
+
export const useUserActions = (params) => {
|
|
5
|
+
const sdk = useSdk();
|
|
6
|
+
return useQuery({
|
|
7
|
+
queryKey: userActionsKey(params.companyId),
|
|
8
|
+
queryFn: () => sdk.api.users
|
|
9
|
+
.showUserActions(params.companyId != null ? BigInt(params.companyId) : null)
|
|
10
|
+
.then((res) => res.typedBody(String)),
|
|
11
|
+
enabled: !!params.companyId,
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=useUserActions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUserActions.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useUserActions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,cAAc,GAAG,CAC1B,SAA8C,EAChD,EAAE,CAAC,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC;AAEhC,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,MAE9B,EAAE,EAAE;IACD,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,QAAQ,CAAW;QACtB,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC;QAC1C,OAAO,EAAE,GAAG,EAAE,CACV,GAAG,CAAC,GAAG,CAAC,KAAK;aACR,eAAe,CACZ,MAAM,CAAC,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAC7D;aACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAC7C,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,SAAS;KAC9B,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
import { UserConversations } from '@solibo/solibo-sdk';
|
|
4
|
+
export const userConversationsKey = (unread) => [
|
|
5
|
+
'userConversations',
|
|
6
|
+
{ unread },
|
|
7
|
+
];
|
|
8
|
+
export const useUserConversations = (params = {}) => {
|
|
9
|
+
const sdk = useSdk();
|
|
10
|
+
return useQuery({
|
|
11
|
+
queryKey: userConversationsKey(params.unread),
|
|
12
|
+
queryFn: () => sdk.api.users
|
|
13
|
+
.indexUserConversations(params.unread)
|
|
14
|
+
.then((res) => res.typedBody(UserConversations)),
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=useUserConversations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUserConversations.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useUserConversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,MAAgB,EAAE,EAAE,CAAC;IACtD,mBAAmB;IACnB,EAAE,MAAM,EAAE;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,SAA+B,EAAE,EAAE,EAAE;IACtE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,QAAQ,CAAsB;QACjC,QAAQ,EAAE,oBAAoB,CAAC,MAAM,CAAC,MAAM,CAAC;QAC7C,OAAO,EAAE,GAAG,EAAE,CACV,GAAG,CAAC,GAAG,CAAC,KAAK;aACR,sBAAsB,CAAC,MAAM,CAAC,MAAM,CAAC;aACrC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;KAC3D,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
export const userDevicesKey = 'userDevices';
|
|
4
|
+
export const useUserDevices = () => {
|
|
5
|
+
const sdk = useSdk();
|
|
6
|
+
return useQuery({
|
|
7
|
+
queryKey: [userDevicesKey],
|
|
8
|
+
queryFn: () => sdk.api.auth.indexUserDevices().then(() => { }),
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=useUserDevices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUserDevices.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useUserDevices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC;AAE5C,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,EAAE;IAC/B,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,QAAQ,CAAO;QAClB,QAAQ,EAAE,CAAC,cAAc,CAAC;QAC1B,OAAO,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,GAAE,CAAC,CAAC;KAChE,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useQuery } from '@tanstack/react-query';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
export const userImageKey = (personId) => [
|
|
4
|
+
'userImage',
|
|
5
|
+
personId,
|
|
6
|
+
];
|
|
7
|
+
export const useUserImage = (params) => {
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useQuery({
|
|
10
|
+
queryKey: [
|
|
11
|
+
userImageKey(params.personId),
|
|
12
|
+
params.fileName,
|
|
13
|
+
params.size,
|
|
14
|
+
],
|
|
15
|
+
queryFn: () => sdk.api.users
|
|
16
|
+
.showUserImage(BigInt(params.personId), params.fileName, params.size)
|
|
17
|
+
.then(() => { }),
|
|
18
|
+
enabled: !!params.personId && !!params.fileName,
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useUserImage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUserImage.js","sourceRoot":"","sources":["../../../../src/api/queries/user/useUserImage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,QAAyB,EAAE,EAAE,CAAC;IACvD,WAAW;IACX,QAAQ;CACX,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,MAI5B,EAAE,EAAE;IACD,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,QAAQ,CAAO;QAClB,QAAQ,EAAE;YACN,YAAY,CAAC,MAAM,CAAC,QAAS,CAAC;YAC9B,MAAM,CAAC,QAAQ;YACf,MAAM,CAAC,IAAI;SACd;QACD,OAAO,EAAE,GAAG,EAAE,CACV,GAAG,CAAC,GAAG,CAAC,KAAK;aACR,aAAa,CACV,MAAM,CAAC,MAAM,CAAC,QAAS,CAAC,EACxB,MAAM,CAAC,QAAS,EAChB,MAAM,CAAC,IAAI,CACd;aACA,IAAI,CAAC,GAAG,EAAE,GAAE,CAAC,CAAC;QACvB,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,QAAQ,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ;KAClD,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
export * from './api/commands/board/useCreateBoardMember';
|
|
2
|
+
export * from './api/commands/board/useDeleteBoardMember';
|
|
3
|
+
export * from './api/commands/board/useInviteBoardMemberToSoliboHome';
|
|
4
|
+
export * from './api/commands/communication/useBuySMSBundle';
|
|
5
|
+
export * from './api/commands/communication/useCreateNewsletter';
|
|
6
|
+
export * from './api/commands/communication/useCreateSMSBroadcast';
|
|
7
|
+
export * from './api/commands/communication/useDeleteDocumentFromNewsletter';
|
|
8
|
+
export * from './api/commands/communication/useDeleteNewsletter';
|
|
9
|
+
export * from './api/commands/communication/useDeleteSMSBroadcast';
|
|
10
|
+
export * from './api/commands/communication/usePublishNewsletter';
|
|
11
|
+
export * from './api/commands/communication/usePublishSMSBroadcast';
|
|
12
|
+
export * from './api/commands/communication/useSignupNewsletter';
|
|
13
|
+
export * from './api/commands/communication/useUpdateNewsletter';
|
|
14
|
+
export * from './api/commands/communication/useUpdateSMSBroadcast';
|
|
15
|
+
export * from './api/commands/company/useCreateCompanyCustomerClaim';
|
|
16
|
+
export * from './api/commands/company/useDeleteFractions';
|
|
17
|
+
export * from './api/commands/company/useImportBorettslag';
|
|
18
|
+
export * from './api/commands/company/useImportCompanies';
|
|
19
|
+
export * from './api/commands/company/useImportDraft';
|
|
20
|
+
export * from './api/commands/company/useImportSameie';
|
|
21
|
+
export * from './api/commands/company/useImportSameieByAddress';
|
|
22
|
+
export * from './api/commands/company/useResetSales';
|
|
23
|
+
export * from './api/commands/company/useSaveCompanyDetailed';
|
|
24
|
+
export * from './api/commands/company/useSaveImportDraft';
|
|
25
|
+
export * from './api/commands/company/useUpdateActiveAdministrators';
|
|
26
|
+
export * from './api/commands/company/useUpdateAdministratorsForCompany';
|
|
27
|
+
export * from './api/commands/company/useUpdateCompanyDetailed';
|
|
28
|
+
export * from './api/commands/company/useUpdateCompanyOrdinances';
|
|
29
|
+
export * from './api/commands/company/useUpdateFractions';
|
|
30
|
+
export * from './api/commands/conversation/useCompleteConversation';
|
|
31
|
+
export * from './api/commands/conversation/useConversationBackInProgress';
|
|
32
|
+
export * from './api/commands/conversation/useCreateConversation';
|
|
33
|
+
export * from './api/commands/conversation/useCreateConversationCategory';
|
|
34
|
+
export * from './api/commands/conversation/useCreateConversationMessage';
|
|
35
|
+
export * from './api/commands/conversation/useCreateConversationParticipant';
|
|
36
|
+
export * from './api/commands/conversation/useCreateExternalConversationParticipant';
|
|
37
|
+
export * from './api/commands/conversation/useCreateInquiry';
|
|
38
|
+
export * from './api/commands/conversation/useCreateInquiryOpen';
|
|
39
|
+
export * from './api/commands/conversation/useCreateInternalConversationMessage';
|
|
40
|
+
export * from './api/commands/conversation/useCreatePublicConversationMessage';
|
|
41
|
+
export * from './api/commands/conversation/useDeleteConversation';
|
|
42
|
+
export * from './api/commands/conversation/useDeleteConversationCategory';
|
|
43
|
+
export * from './api/commands/conversation/useDeleteConversationParticipant';
|
|
44
|
+
export * from './api/commands/conversation/useMarkConversationRead';
|
|
45
|
+
export * from './api/commands/conversation/usePublicUploadDocumentToConversation';
|
|
46
|
+
export * from './api/commands/conversation/usePublishDraftConversation';
|
|
47
|
+
export * from './api/commands/conversation/useUpdateConversation';
|
|
48
|
+
export * from './api/commands/conversation/useUpdateConversationCategories';
|
|
49
|
+
export * from './api/commands/conversation/useUpdateConversationCategory';
|
|
50
|
+
export * from './api/commands/document/useCreateDocumentDirectory';
|
|
51
|
+
export * from './api/commands/document/useDeleteDocument';
|
|
52
|
+
export * from './api/commands/document/useMoveDocument';
|
|
53
|
+
export * from './api/commands/document/useMoveDocumentToTrash';
|
|
54
|
+
export * from './api/commands/document/useRemoveDocumentFromTrash';
|
|
55
|
+
export * from './api/commands/document/useRenameDocument';
|
|
56
|
+
export * from './api/commands/document/useUploadDocument';
|
|
57
|
+
export * from './api/commands/economy/useApproveInvoice';
|
|
58
|
+
export * from './api/commands/economy/useAttachDocumentToEconomicReport';
|
|
59
|
+
export * from './api/commands/economy/useCreateInvoiceNotice';
|
|
60
|
+
export * from './api/commands/economy/useOrderEconomicReport';
|
|
61
|
+
export * from './api/commands/economy/useRejectInvoice';
|
|
62
|
+
export * from './api/commands/economy/useUpdateInvoiceNotification';
|
|
63
|
+
export * from './api/commands/economy/useUpdateRealtimeInvoiceNotification';
|
|
64
|
+
export * from './api/commands/expense/useApproveExpense';
|
|
65
|
+
export * from './api/commands/expense/useCreateExpense';
|
|
66
|
+
export * from './api/commands/expense/useDeleteExpense';
|
|
67
|
+
export * from './api/commands/expense/useRejectExpense';
|
|
68
|
+
export * from './api/commands/hms/useSetupHMSSettings';
|
|
69
|
+
export * from './api/commands/hms/useUpdateHMSSettings';
|
|
70
|
+
export * from './api/commands/homepage/useCreatePost';
|
|
71
|
+
export * from './api/commands/homepage/useCreatePracticalInfo';
|
|
72
|
+
export * from './api/commands/homepage/useDeletePost';
|
|
73
|
+
export * from './api/commands/homepage/useDeletePracticalInfo';
|
|
74
|
+
export * from './api/commands/homepage/usePostContent';
|
|
75
|
+
export * from './api/commands/homepage/useUpdateFeedWeighting';
|
|
76
|
+
export * from './api/commands/homepage/useUpdatePost';
|
|
77
|
+
export * from './api/commands/homepage/useUpdatePracticalInfo';
|
|
78
|
+
export * from './api/commands/homepage/useUploadHomepageImage';
|
|
79
|
+
export * from './api/commands/insurance/useCloseInsurance';
|
|
80
|
+
export * from './api/commands/insurance/useCreateInsurance';
|
|
81
|
+
export * from './api/commands/insurance/useDeleteInsurance';
|
|
82
|
+
export * from './api/commands/invoicing/useActivateInvoiceLine';
|
|
83
|
+
export * from './api/commands/invoicing/useActivateInvoicingPlan';
|
|
84
|
+
export * from './api/commands/invoicing/useActivateTriplewin';
|
|
85
|
+
export * from './api/commands/invoicing/useCloseInvoice';
|
|
86
|
+
export * from './api/commands/invoicing/useCreateAdhocLinesForCompany';
|
|
87
|
+
export * from './api/commands/invoicing/useCreateCreditNote';
|
|
88
|
+
export * from './api/commands/invoicing/useCreateCustomer';
|
|
89
|
+
export * from './api/commands/invoicing/useCreateCustomerById';
|
|
90
|
+
export * from './api/commands/invoicing/useCreateCustomerComment';
|
|
91
|
+
export * from './api/commands/invoicing/useCreateFordelingsnokkel';
|
|
92
|
+
export * from './api/commands/invoicing/useCreateInvoicePlanLine';
|
|
93
|
+
export * from './api/commands/invoicing/useCreateInvoiceRecipient';
|
|
94
|
+
export * from './api/commands/invoicing/useCreateInvoicingPlan';
|
|
95
|
+
export * from './api/commands/invoicing/useDeactivateInvoiceLine';
|
|
96
|
+
export * from './api/commands/invoicing/useDeleteAdHocInvoicingLine';
|
|
97
|
+
export * from './api/commands/invoicing/useDeleteAdHocLineGroup';
|
|
98
|
+
export * from './api/commands/invoicing/useDeleteAdHocLines';
|
|
99
|
+
export * from './api/commands/invoicing/useDeleteDistribution';
|
|
100
|
+
export * from './api/commands/invoicing/useDeleteInvoiceRecipient';
|
|
101
|
+
export * from './api/commands/invoicing/useDeletePlannedInvoiceLineChanges';
|
|
102
|
+
export * from './api/commands/invoicing/useInvoicingMutations';
|
|
103
|
+
export * from './api/commands/invoicing/useRegisterPayment';
|
|
104
|
+
export * from './api/commands/invoicing/useToggleInvoicingPlanTransactionOverdue';
|
|
105
|
+
export * from './api/commands/invoicing/useUpdateAdhocLinesForCompany';
|
|
106
|
+
export * from './api/commands/invoicing/useUpdateCustomerMeta';
|
|
107
|
+
export * from './api/commands/invoicing/useUpdateFelleskostnaderSettings';
|
|
108
|
+
export * from './api/commands/invoicing/useUpdateFordelingsnokkel';
|
|
109
|
+
export * from './api/commands/invoicing/useUpdateInvoiceDelivery';
|
|
110
|
+
export * from './api/commands/invoicing/useUpdateInvoiceLine';
|
|
111
|
+
export * from './api/commands/invoicing/useUpdateInvoiceLineName';
|
|
112
|
+
export * from './api/commands/invoicing/useUpdateInvoiceSettings';
|
|
113
|
+
export * from './api/commands/issue/useChangeResponsible';
|
|
114
|
+
export * from './api/commands/issue/useCloseIssue';
|
|
115
|
+
export * from './api/commands/issue/useCreateConversationToIssue';
|
|
116
|
+
export * from './api/commands/issue/useCreateIssue';
|
|
117
|
+
export * from './api/commands/issue/useCreateIssueComment';
|
|
118
|
+
export * from './api/commands/issue/useCreateIssueToMeeting';
|
|
119
|
+
export * from './api/commands/issue/useCreateSectionToIssue';
|
|
120
|
+
export * from './api/commands/issue/useDeleteSectionFromIssue';
|
|
121
|
+
export * from './api/commands/issue/useReOpenIssue';
|
|
122
|
+
export * from './api/commands/issue/useRemoveConversationFromIssue';
|
|
123
|
+
export * from './api/commands/issue/useRemoveIssueFromMeeting';
|
|
124
|
+
export * from './api/commands/issue/useReorderIssueInMeeting';
|
|
125
|
+
export * from './api/commands/issue/useUpdateIssue';
|
|
126
|
+
export * from './api/commands/issue/useUpdateIssueConclusion';
|
|
127
|
+
export * from './api/commands/issue/useUpdateIssueReport';
|
|
128
|
+
export * from './api/commands/loan/useCreateLoan';
|
|
129
|
+
export * from './api/commands/loan/useDeleteLoan';
|
|
130
|
+
export * from './api/commands/loan/useSetMainDocumentId';
|
|
131
|
+
export * from './api/commands/loan/useUpdateLoan';
|
|
132
|
+
export * from './api/commands/meeting/useCloseMeeting';
|
|
133
|
+
export * from './api/commands/meeting/useCreateMeeting';
|
|
134
|
+
export * from './api/commands/meeting/useCreateMeetingSummons';
|
|
135
|
+
export * from './api/commands/meeting/useCreateSignatureReminder';
|
|
136
|
+
export * from './api/commands/meeting/useDeleteMeeting';
|
|
137
|
+
export * from './api/commands/meeting/useFollowUpIssueLater';
|
|
138
|
+
export * from './api/commands/meeting/useIssueTreated';
|
|
139
|
+
export * from './api/commands/meeting/useReOpenMeeting';
|
|
140
|
+
export * from './api/commands/meeting/useRegisterOppmote';
|
|
141
|
+
export * from './api/commands/meeting/useRsvp';
|
|
142
|
+
export * from './api/commands/meeting/useSign';
|
|
143
|
+
export * from './api/commands/meeting/useSignatureUnobtainable';
|
|
144
|
+
export * from './api/commands/meeting/useStartMeeting';
|
|
145
|
+
export * from './api/commands/meeting/useUpdateMeeting';
|
|
146
|
+
export * from './api/commands/meeting/useUpdateMeetingParticipants';
|
|
147
|
+
export * from './api/commands/organization/useAssignParkingSpaceToOrganization';
|
|
148
|
+
export * from './api/commands/organization/useAssignStorageRoomToOrganization';
|
|
149
|
+
export * from './api/commands/organization/useCreateEmployee';
|
|
150
|
+
export * from './api/commands/organization/useCreateEmployeeCompanyContactRole';
|
|
151
|
+
export * from './api/commands/organization/useCreateEmployeeSectionContactRole';
|
|
152
|
+
export * from './api/commands/organization/useDeleteEmployee';
|
|
153
|
+
export * from './api/commands/organization/useDeleteOrganizationFromSAM';
|
|
154
|
+
export * from './api/commands/organization/useMassUpdateOrganizations';
|
|
155
|
+
export * from './api/commands/organization/useRemoveCompanyContactRole';
|
|
156
|
+
export * from './api/commands/organization/useRemoveOrganizationRole';
|
|
157
|
+
export * from './api/commands/organization/useRemoveSectionContactRole';
|
|
158
|
+
export * from './api/commands/organization/useUnAssignParkingSpaceToOrganization';
|
|
159
|
+
export * from './api/commands/organization/useUnAssignStorageRoomToOrganization';
|
|
160
|
+
export * from './api/commands/organization/useUpdateEmployee';
|
|
161
|
+
export * from './api/commands/organization/useUpdateOrganization';
|
|
162
|
+
export * from './api/commands/parkingSpaces/useCreateParkingSpace';
|
|
163
|
+
export * from './api/commands/parkingSpaces/useDeleteParkingSpace';
|
|
164
|
+
export * from './api/commands/parkingSpaces/useUpdateParkingSpace';
|
|
165
|
+
export * from './api/commands/person/useAssignParkingSpaceToPerson';
|
|
166
|
+
export * from './api/commands/person/useAssignStorageRoomToPerson';
|
|
167
|
+
export * from './api/commands/person/useDeletePersonRole';
|
|
168
|
+
export * from './api/commands/person/useMassUpdatePerson';
|
|
169
|
+
export * from './api/commands/person/useMassUpdateRoles';
|
|
170
|
+
export * from './api/commands/person/useMergePerson';
|
|
171
|
+
export * from './api/commands/person/usePersonnummerSearch';
|
|
172
|
+
export * from './api/commands/person/useUnAssignParkingSpaceToPerson';
|
|
173
|
+
export * from './api/commands/person/useUnAssignStorageRoomToPerson';
|
|
174
|
+
export * from './api/commands/person/useUpdatePerson';
|
|
175
|
+
export * from './api/commands/person/useUpdateResidency';
|
|
176
|
+
export * from './api/commands/resident/useCreateOccupancyRecord';
|
|
177
|
+
export * from './api/commands/resident/useCreatePhysicalLetterToResidentInCompany';
|
|
178
|
+
export * from './api/commands/resident/useCreateResident';
|
|
179
|
+
export * from './api/commands/resident/useDeleteOccupancyRecord';
|
|
180
|
+
export * from './api/commands/resident/useRemovePersonFromCompany';
|
|
181
|
+
export * from './api/commands/resident/useRequestResidentChange';
|
|
182
|
+
export * from './api/commands/resident/useResidentActions';
|
|
183
|
+
export * from './api/commands/resident/useUpdateOccupancyRecord';
|
|
184
|
+
export * from './api/commands/resident/useUpdateOrganizationReservations';
|
|
185
|
+
export * from './api/commands/resident/useUpdatePersonReservations';
|
|
186
|
+
export * from './api/commands/resident/useUpdateResident';
|
|
187
|
+
export * from './api/commands/resident/useUpdateResidentNotat';
|
|
188
|
+
export * from './api/commands/routines/useCreateRoutine';
|
|
189
|
+
export * from './api/commands/routines/useDeleteRoutine';
|
|
190
|
+
export * from './api/commands/routines/useUpdateRoutine';
|
|
191
|
+
export * from './api/commands/section/useAssignParkingSpaceToSection';
|
|
192
|
+
export * from './api/commands/section/useAssignStorageRoomToSection';
|
|
193
|
+
export * from './api/commands/section/useCreateSection';
|
|
194
|
+
export * from './api/commands/section/useCreateSectionStatus';
|
|
195
|
+
export * from './api/commands/section/useCreateSubSection';
|
|
196
|
+
export * from './api/commands/section/useDeleteSection';
|
|
197
|
+
export * from './api/commands/section/useEierskifteSection';
|
|
198
|
+
export * from './api/commands/section/useMassUpdateSection';
|
|
199
|
+
export * from './api/commands/section/useRemoveSectionStatus';
|
|
200
|
+
export * from './api/commands/section/useTagOnSection';
|
|
201
|
+
export * from './api/commands/section/useUnAssignParkingSpaceToSection';
|
|
202
|
+
export * from './api/commands/section/useUnAssignStorageRoomToSection';
|
|
203
|
+
export * from './api/commands/section/useUpdateSection';
|
|
204
|
+
export * from './api/commands/section/useUpdateSectionNotat';
|
|
205
|
+
export * from './api/commands/section/useUpdateTagsOnSection';
|
|
206
|
+
export * from './api/commands/storageRoom/useCreateStorageRoom';
|
|
207
|
+
export * from './api/commands/storageRoom/useDeleteStorageRoom';
|
|
208
|
+
export * from './api/commands/storageRoom/useUpdateStorageRoom';
|
|
209
|
+
export * from './api/commands/supplier/useCreateSupplierComment';
|
|
210
|
+
export * from './api/commands/supplier/useCreateSupplierContact';
|
|
211
|
+
export * from './api/commands/supplier/useCreateSupplierForCompany';
|
|
212
|
+
export * from './api/commands/supplier/useDeleteCompanySupplier';
|
|
213
|
+
export * from './api/commands/supplier/useDeleteSupplierContactPerson';
|
|
214
|
+
export * from './api/commands/supplier/useEditSupplierContact';
|
|
215
|
+
export * from './api/commands/supplier/useEditSupplierForCompany';
|
|
216
|
+
export * from './api/commands/supplier/useSupplierMutations';
|
|
217
|
+
export * from './api/commands/supplier/useUpdateServiceCategories';
|
|
218
|
+
export * from './api/commands/supplier/useUpdateSupplierContactImage';
|
|
219
|
+
export * from './api/commands/supplier/useUploadSupplierLogo';
|
|
220
|
+
export * from './api/commands/task/useCreateTask';
|
|
221
|
+
export * from './api/commands/task/useDeleteTask';
|
|
222
|
+
export * from './api/commands/task/useCompleteTask';
|
|
223
|
+
export * from './api/commands/task/useUndoCompleteTask';
|
|
224
|
+
export * from './api/commands/task/useUpdateTask';
|
|
225
|
+
export * from './api/commands/thirdPartyInformation/useCompleteThirdPartyInformation';
|
|
226
|
+
export * from './api/commands/thirdPartyInformation/useCreateGjenpartsLetter';
|
|
227
|
+
export * from './api/commands/thirdPartyInformation/useCreateThirdPartyInformation';
|
|
228
|
+
export * from './api/commands/thirdPartyInformation/useCreateThreePOToSkatteetaten';
|
|
229
|
+
export * from './api/commands/thirdPartyInformation/useOverrideThirdPartyInformation';
|
|
230
|
+
export * from './api/commands/thirdPartyInformation/useReopenThirdPartyInformation';
|
|
231
|
+
export * from './api/commands/thirdPartyInformation/useUpdateThirdPartyInformation';
|
|
232
|
+
export * from './api/commands/user/useContactHooks';
|
|
233
|
+
export * from './api/commands/user/useDeleteProfilePicture';
|
|
234
|
+
export * from './api/commands/user/useResetPassword';
|
|
235
|
+
export * from './api/commands/user/useUpdateUser';
|
|
236
|
+
export * from './api/commands/user/useUploadProfilePicture';
|
|
237
|
+
export * from './api/queries/administration/useAgreementDetails';
|
|
238
|
+
export * from './api/queries/administration/useInsuranceAgreements';
|
|
239
|
+
export * from './api/queries/administration/useLoanAgreements';
|
|
240
|
+
export * from './api/queries/administration/useLoanChangeLog';
|
|
241
|
+
export * from './api/queries/administration/useTripletexDetails';
|
|
242
|
+
export * from './api/queries/board/useBoardMembers';
|
|
243
|
+
export * from './api/queries/board/useShowPersonnummerOnStyremedlem';
|
|
244
|
+
export * from './api/queries/communication/useAvailableBundles';
|
|
245
|
+
export * from './api/queries/communication/useAvailableSMS';
|
|
246
|
+
export * from './api/queries/communication/useNewsletter';
|
|
247
|
+
export * from './api/queries/communication/useNewsletters';
|
|
248
|
+
export * from './api/queries/communication/useNotificationgroupsEmail';
|
|
249
|
+
export * from './api/queries/communication/useNotificationgroupsSms';
|
|
250
|
+
export * from './api/queries/communication/useSMSAvailableForSMSBroadcastPost';
|
|
251
|
+
export * from './api/queries/communication/useSMSBroadcast';
|
|
252
|
+
export * from './api/queries/communication/useSMSBroadcasts';
|
|
253
|
+
export * from './api/queries/communication/useSMSPurchases';
|
|
254
|
+
export * from './api/queries/company/useActiveAdministrators';
|
|
255
|
+
export * from './api/queries/company/useAdministratorsForCompany';
|
|
256
|
+
export * from './api/queries/company/useAvailableAdministrators';
|
|
257
|
+
export * from './api/queries/company/useAvailableAdministratorsForCompany';
|
|
258
|
+
export * from './api/queries/company/useCompanies';
|
|
259
|
+
export * from './api/queries/company/useCompanyAddresses';
|
|
260
|
+
export * from './api/queries/company/useCompanyById';
|
|
261
|
+
export * from './api/queries/company/useCompanyDetailed';
|
|
262
|
+
export * from './api/queries/company/useCompanyDraft';
|
|
263
|
+
export * from './api/queries/company/useCompanyDrafts';
|
|
264
|
+
export * from './api/queries/company/useCompanyOrdinances';
|
|
265
|
+
export * from './api/queries/company/useCompanyTypes';
|
|
266
|
+
export * from './api/queries/company/useFractions';
|
|
267
|
+
export * from './api/queries/company/useNewlyManagedCompanies';
|
|
268
|
+
export * from './api/queries/conversation/useCompanyConversationCategoriesForRequests';
|
|
269
|
+
export * from './api/queries/conversation/useConversation';
|
|
270
|
+
export * from './api/queries/conversation/useConversationCategories';
|
|
271
|
+
export * from './api/queries/conversation/useConversationCategoriesOpen';
|
|
272
|
+
export * from './api/queries/conversation/useConversationCount';
|
|
273
|
+
export * from './api/queries/conversation/useConversations';
|
|
274
|
+
export * from './api/queries/conversation/useConversationsByParticipant';
|
|
275
|
+
export * from './api/queries/conversation/usePublicConversation';
|
|
276
|
+
export * from './api/queries/conversation/usePublicConversationAuth';
|
|
277
|
+
export * from './api/queries/conversation/useUnreadConversationsCount';
|
|
278
|
+
export * from './api/queries/countries/useCountries';
|
|
279
|
+
export * from './api/queries/document/useDocumentActions';
|
|
280
|
+
export * from './api/queries/document/useDocumenter';
|
|
281
|
+
export * from './api/queries/document/useDocumenterOfTypeForCompany';
|
|
282
|
+
export * from './api/queries/document/useDocuments';
|
|
283
|
+
export * from './api/queries/document/useGetDocumentURL';
|
|
284
|
+
export * from './api/queries/document/usePublicGetDocumentURL';
|
|
285
|
+
export * from './api/queries/document/useSearchDocumenterForCompany';
|
|
286
|
+
export * from './api/queries/economy/useCheckIfAccountingAvailable';
|
|
287
|
+
export * from './api/queries/economy/useCompaniesEconomyStatus';
|
|
288
|
+
export * from './api/queries/economy/useEconomicReports';
|
|
289
|
+
export * from './api/queries/economy/useInvoiceArchive';
|
|
290
|
+
export * from './api/queries/economy/useInvoiceForApprovalCount';
|
|
291
|
+
export * from './api/queries/economy/useInvoiceNotification';
|
|
292
|
+
export * from './api/queries/economy/useInvoices';
|
|
293
|
+
export * from './api/queries/economy/useStatus';
|
|
294
|
+
export * from './api/queries/economy/useUnattestedCounts';
|
|
295
|
+
export * from './api/queries/expense/useExpense';
|
|
296
|
+
export * from './api/queries/expense/useExpenseList';
|
|
297
|
+
export * from './api/queries/expense/useExpenseTypes';
|
|
298
|
+
export * from './api/queries/hms/useHMSReportRoutines';
|
|
299
|
+
export * from './api/queries/hms/useHMSSettings';
|
|
300
|
+
export * from './api/queries/homepage/useHomepage';
|
|
301
|
+
export * from './api/queries/homepage/useOpenHomepage';
|
|
302
|
+
export * from './api/queries/homepage/useOpenHomepageDocument';
|
|
303
|
+
export * from './api/queries/homepage/usePostDocuments';
|
|
304
|
+
export * from './api/queries/homepage/usePostNotificationgroups';
|
|
305
|
+
export * from './api/queries/homepage/useSMSAvailableForPost';
|
|
306
|
+
export * from './api/queries/invoicing/useAdHocGroupById';
|
|
307
|
+
export * from './api/queries/invoicing/useAdHocGroups';
|
|
308
|
+
export * from './api/queries/invoicing/useCheckTriplewinActivated';
|
|
309
|
+
export * from './api/queries/invoicing/useCreditNotes';
|
|
310
|
+
export * from './api/queries/invoicing/useCustomer';
|
|
311
|
+
export * from './api/queries/invoicing/useCustomerInvoices';
|
|
312
|
+
export * from './api/queries/invoicing/useCustomerMetadata';
|
|
313
|
+
export * from './api/queries/invoicing/useCustomerRecipient';
|
|
314
|
+
export * from './api/queries/invoicing/useCustomers';
|
|
315
|
+
export * from './api/queries/invoicing/useExpiredInvoices';
|
|
316
|
+
export * from './api/queries/invoicing/useHistoricInvoices';
|
|
317
|
+
export * from './api/queries/invoicing/useInvoicePlan';
|
|
318
|
+
export * from './api/queries/invoicing/useInvoicePlanDistributions';
|
|
319
|
+
export * from './api/queries/invoicing/useInvoicePlanLine';
|
|
320
|
+
export * from './api/queries/invoicing/useInvoicePlanLines';
|
|
321
|
+
export * from './api/queries/invoicing/useInvoicePlanTransactions';
|
|
322
|
+
export * from './api/queries/invoicing/useInvoicePlans';
|
|
323
|
+
export * from './api/queries/invoicing/useInvoicePlansForSection';
|
|
324
|
+
export * from './api/queries/invoicing/useInvoiceSettings';
|
|
325
|
+
export * from './api/queries/invoicing/useInvoicingAdHocLines';
|
|
326
|
+
export * from './api/queries/invoicing/useInvoicingExpiredByCustomer';
|
|
327
|
+
export * from './api/queries/invoicing/useInvoicingExpiredTypes';
|
|
328
|
+
export * from './api/queries/invoicing/useInvoicingInvoiceDetails';
|
|
329
|
+
export * from './api/queries/invoicing/useInvoicingPlanTypes';
|
|
330
|
+
export * from './api/queries/invoicing/useMassInvoiceForCompany';
|
|
331
|
+
export * from './api/queries/invoicing/useMassInvoicePdfPreview';
|
|
332
|
+
export * from './api/queries/invoicing/useMassInvoicePreview';
|
|
333
|
+
export * from './api/queries/invoicing/useOverdueInvoices';
|
|
334
|
+
export * from './api/queries/invoicing/usePlanSettings';
|
|
335
|
+
export * from './api/queries/invoicing/usePreview';
|
|
336
|
+
export * from './api/queries/invoicing/usePreviewPdf';
|
|
337
|
+
export * from './api/queries/invoicing/useProcessedPayments';
|
|
338
|
+
export * from './api/queries/invoicing/useQueuedInvoicePdf';
|
|
339
|
+
export * from './api/queries/invoicing/useQueuedInvoices';
|
|
340
|
+
export * from './api/queries/invoicing/useRecipient';
|
|
341
|
+
export * from './api/queries/invoicing/useSectionInvoices';
|
|
342
|
+
export * from './api/queries/invoicing/useUnprocessedPayments';
|
|
343
|
+
export * from './api/queries/invoicing/useUpcomingInvoicing';
|
|
344
|
+
export * from './api/queries/invoicing/useSectionInvoicesQueries';
|
|
345
|
+
export * from './api/queries/issue/useIssue';
|
|
346
|
+
export * from './api/queries/issue/useIssues';
|
|
347
|
+
export * from './api/queries/meeting/useMeetings';
|
|
348
|
+
export * from './api/queries/organization/useOrganization';
|
|
349
|
+
export * from './api/queries/organization/useOrganizationByOrgnr';
|
|
350
|
+
export * from './api/queries/organization/useOrganizations';
|
|
351
|
+
export * from './api/queries/organization/useOrganizationsInCompany';
|
|
352
|
+
export * from './api/queries/organization/useOtherOrganizations';
|
|
353
|
+
export * from './api/queries/parkingSpaces/useParkingSpaces';
|
|
354
|
+
export * from './api/queries/person/useOtherPersons';
|
|
355
|
+
export * from './api/queries/person/usePerson';
|
|
356
|
+
export * from './api/queries/person/usePersonSearch';
|
|
357
|
+
export * from './api/queries/person/usePersons';
|
|
358
|
+
export * from './api/queries/residentsAndSections/useDetailedPersonSearch';
|
|
359
|
+
export * from './api/queries/residentsAndSections/useExistingSectionTagsInCompany';
|
|
360
|
+
export * from './api/queries/residentsAndSections/useOwnershipChanges';
|
|
361
|
+
export * from './api/queries/residentsAndSections/usePersonalID';
|
|
362
|
+
export * from './api/queries/residentsAndSections/useResidentHistory';
|
|
363
|
+
export * from './api/queries/residentsAndSections/useResidentOccupancy';
|
|
364
|
+
export * from './api/queries/residentsAndSections/useResidentSearch';
|
|
365
|
+
export * from './api/queries/residentsAndSections/useResidentTypes';
|
|
366
|
+
export * from './api/queries/residentsAndSections/useResidents';
|
|
367
|
+
export * from './api/queries/residentsAndSections/useResidentsAndSections';
|
|
368
|
+
export * from './api/queries/residentsAndSections/useSectionOccupancy';
|
|
369
|
+
export * from './api/queries/residentsAndSections/useSectionStatus';
|
|
370
|
+
export * from './api/queries/residentsAndSections/useSectionTags';
|
|
371
|
+
export * from './api/queries/residentsAndSections/useSectionTenants';
|
|
372
|
+
export * from './api/queries/residentsAndSections/useSections';
|
|
373
|
+
export * from './api/queries/residentsAndSections/useSectionsSearch';
|
|
374
|
+
export * from './api/queries/residentsAndSections/useSectionsTags';
|
|
375
|
+
export * from './api/queries/routines/useAvailableRoutineTypes';
|
|
376
|
+
export * from './api/queries/routines/useCompanyFeatures';
|
|
377
|
+
export * from './api/queries/routines/useRoutine';
|
|
378
|
+
export * from './api/queries/routines/useRoutineGroupDrafts';
|
|
379
|
+
export * from './api/queries/routines/useRoutines';
|
|
380
|
+
export * from './api/queries/storageRoom/useStorageRooms';
|
|
381
|
+
export * from './api/queries/supplier/useSupplierContacts';
|
|
382
|
+
export * from './api/queries/supplier/useSupplierDetails';
|
|
383
|
+
export * from './api/queries/supplier/useSuppliers';
|
|
384
|
+
export * from './api/queries/supplier/useSuppliersAndContacts';
|
|
385
|
+
export * from './api/queries/supplier/useSuppliersLogo';
|
|
386
|
+
export * from './api/queries/task/useTasks';
|
|
387
|
+
export * from './api/queries/thirdPartyInformation/useSingleThirdPartyInformation';
|
|
388
|
+
export * from './api/queries/thirdPartyInformation/useSkatteetatenDialog';
|
|
389
|
+
export * from './api/queries/thirdPartyInformation/useThirdPartyInformation';
|
|
390
|
+
export * from './api/queries/thirdPartyInformation/useThirdPartyInformationLetters';
|
|
391
|
+
export * from './api/queries/thirdPartyInformation/useTotalsForThirdPartyInformation';
|
|
392
|
+
export * from './api/queries/user/useAuthedUser';
|
|
393
|
+
export * from './api/queries/user/useTranslation';
|
|
394
|
+
export * from './api/queries/user/useUser';
|
|
395
|
+
export * from './api/queries/user/useUserActions';
|
|
396
|
+
export * from './api/queries/user/useUserConversations';
|
|
397
|
+
export * from './api/queries/user/useUserDevices';
|
|
398
|
+
export * from './api/queries/user/useUserImage';
|
|
399
|
+
export * from './api/documentApi';
|
|
400
|
+
export * from './sdkProvider';
|
|
401
|
+
export * from './utils/dateTime';
|
|
402
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React, { createContext, useContext, useMemo } from 'react';
|
|
2
|
+
import { SoliboSDKJsBuilder, } from '@solibo/solibo-sdk';
|
|
3
|
+
export function createSdk(config) {
|
|
4
|
+
const builder = new SoliboSDKJsBuilder(config.cognitoUserPoolId);
|
|
5
|
+
if (config.deviceManager) {
|
|
6
|
+
builder.setDeviceManager(config.deviceManager);
|
|
7
|
+
}
|
|
8
|
+
if (config.fingerprinter) {
|
|
9
|
+
builder.setFingerprinter(config.fingerprinter);
|
|
10
|
+
}
|
|
11
|
+
if (config.pushTokenProvider) {
|
|
12
|
+
builder.setPushTokenProvider(config.pushTokenProvider);
|
|
13
|
+
}
|
|
14
|
+
if (config.refreshFailureHandler) {
|
|
15
|
+
builder.setRefreshFailureHandler(config.refreshFailureHandler);
|
|
16
|
+
}
|
|
17
|
+
if (config.asyncRefreshFailureHandler) {
|
|
18
|
+
builder.setAsyncRefreshFailureHandler(config.asyncRefreshFailureHandler);
|
|
19
|
+
}
|
|
20
|
+
const sdk = builder.build();
|
|
21
|
+
sdk.api.setInitialBaseUrl(`${config.domain}/api`);
|
|
22
|
+
return sdk;
|
|
23
|
+
}
|
|
24
|
+
const SdkContext = createContext(null);
|
|
25
|
+
export function SdkProvider({ config, children, }) {
|
|
26
|
+
const sdk = useMemo(() => createSdk(config), [
|
|
27
|
+
config.cognitoUserPoolId,
|
|
28
|
+
config.domain,
|
|
29
|
+
config.deviceManager,
|
|
30
|
+
config.fingerprinter,
|
|
31
|
+
config.pushTokenProvider,
|
|
32
|
+
config.refreshFailureHandler,
|
|
33
|
+
config.asyncRefreshFailureHandler,
|
|
34
|
+
]);
|
|
35
|
+
return React.createElement(SdkContext.Provider, { value: sdk }, children);
|
|
36
|
+
}
|
|
37
|
+
export function useSdk() {
|
|
38
|
+
const sdk = useContext(SdkContext);
|
|
39
|
+
if (!sdk) {
|
|
40
|
+
throw new Error('useSdk must be used within <SdkProvider />');
|
|
41
|
+
}
|
|
42
|
+
return sdk;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=sdkProvider.js.map
|