@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,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
5
|
+
export const useUnAssignStorageRoomToOrganization = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.storage.unAssignStorageRoomToOrganization(BigInt(params.companyId), BigInt(params.storageRoomId), BigInt(params.organizationId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: residentsQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useUnAssignStorageRoomToOrganization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUnAssignStorageRoomToOrganization.js","sourceRoot":"","sources":["../../../../src/api/commands/organization/useUnAssignStorageRoomToOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,MAAM,CAAC,MAAM,oCAAoC,GAAG,GAAG,EAAE;IACrD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,iCAAiC,CAC7C,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,EAC5B,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAChC;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;SAC9C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
import { organizationsInCompanyQryKey } from '../../queries/organization/useOrganizationsInCompany';
|
|
6
|
+
import { organizationQryKey } from '../../queries/organization/useOrganization';
|
|
7
|
+
import { OrganizationEmployee, } from '@solibo/solibo-sdk';
|
|
8
|
+
export const useUpdateEmployee = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.organization
|
|
13
|
+
.updateOrganizationEmployee(BigInt(params.organizationId), BigInt(params.employeeId), params.cmd)
|
|
14
|
+
.then((res) => res.typedBody(OrganizationEmployee)),
|
|
15
|
+
onSuccess: (_, params) => Promise.all([
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: organizationsInCompanyQryKey(params.companyId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: organizationQryKey(params.organizationId),
|
|
21
|
+
}),
|
|
22
|
+
queryClient.invalidateQueries({
|
|
23
|
+
queryKey: residentsQryKey(params.companyId),
|
|
24
|
+
}),
|
|
25
|
+
]),
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=useUpdateEmployee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateEmployee.js","sourceRoot":"","sources":["../../../../src/api/commands/organization/useUpdateEmployee.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAEhF,OAAO,EACH,oBAAoB,GAEvB,MAAM,oBAAoB,CAAC;AAE5B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,EAAE;IAClC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAErB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAKZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,YAAY;aACf,0BAA0B,CACvB,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7B,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,MAAM,CAAC,GAAG,CACb;aACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;QAE3D,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,4BAA4B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC3D,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,cAAc,CAAC;aACtD,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { organizationQryKey } from '../../queries/organization/useOrganization';
|
|
4
|
+
import { organizationsInCompanyQryKey } from '../../queries/organization/useOrganizationsInCompany';
|
|
5
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
6
|
+
import { invoicePlansQryKey } from '../../queries/invoicing/useInvoicePlans';
|
|
7
|
+
import { previewQryKey } from '../../queries/invoicing/usePreview';
|
|
8
|
+
import { previewPdfQryKey } from '../../queries/invoicing/usePreviewPdf';
|
|
9
|
+
import { useSdk } from '../../../sdkProvider';
|
|
10
|
+
export const useUpdateOrganization = () => {
|
|
11
|
+
const queryClient = useQueryClient();
|
|
12
|
+
const sdk = useSdk();
|
|
13
|
+
return useMutation({
|
|
14
|
+
mutationFn: (params) => sdk.api.organization.updateOrganization(BigInt(params.organizationId), params.cmd),
|
|
15
|
+
onSuccess: (_, params) => Promise.all([
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: organizationQryKey(params.organizationId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: invoicePlansQryKey(),
|
|
21
|
+
}),
|
|
22
|
+
queryClient.invalidateQueries({
|
|
23
|
+
queryKey: previewQryKey(),
|
|
24
|
+
}),
|
|
25
|
+
queryClient.invalidateQueries({
|
|
26
|
+
queryKey: previewPdfQryKey(),
|
|
27
|
+
}),
|
|
28
|
+
queryClient.invalidateQueries({
|
|
29
|
+
queryKey: organizationsInCompanyQryKey(),
|
|
30
|
+
}),
|
|
31
|
+
queryClient.invalidateQueries({
|
|
32
|
+
queryKey: residentsQryKey(),
|
|
33
|
+
}),
|
|
34
|
+
]),
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=useUpdateOrganization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateOrganization.js","sourceRoot":"","sources":["../../../../src/api/commands/organization/useUpdateOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAChF,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AACpG,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,YAAY,CAAC,kBAAkB,CACnC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7B,MAAM,CAAC,GAAG,CACb;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,cAAc,CAAC;aACtD,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,kBAAkB,EAAE;aACjC,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,EAAE;aAC5B,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB,EAAE;aAC/B,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,4BAA4B,EAAE;aAC3C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,EAAE;aAC9B,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { ParkingSpace } from '@solibo/solibo-sdk';
|
|
5
|
+
import { parkingSpacesQryKey } from '../../queries/parkingSpaces/useParkingSpaces';
|
|
6
|
+
export const useCreateParkingSpace = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.parking
|
|
11
|
+
.createParkingSpace(BigInt(params.companyId), params.cmd)
|
|
12
|
+
.then((res) => res.typedBody(ParkingSpace)),
|
|
13
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
14
|
+
queryKey: parkingSpacesQryKey(params.companyId),
|
|
15
|
+
}),
|
|
16
|
+
});
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=useCreateParkingSpace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateParkingSpace.js","sourceRoot":"","sources":["../../../../src/api/commands/parkingSpaces/useCreateParkingSpace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAA6B,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAEnF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO;aACV,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC;aACxD,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;QACnD,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,mBAAmB,CAAC,MAAM,CAAC,SAAS,CAAC;SAClD,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { parkingSpacesQryKey } from '../../queries/parkingSpaces/useParkingSpaces';
|
|
5
|
+
export const useDeleteParkingSpace = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.parking.deleteParkingSpace(BigInt(params.companyId), BigInt(params.parkingSpaceId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: parkingSpacesQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useDeleteParkingSpace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeleteParkingSpace.js","sourceRoot":"","sources":["../../../../src/api/commands/parkingSpaces/useDeleteParkingSpace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAEnF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,kBAAkB,CAC9B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAChC;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,mBAAmB,CAAC,MAAM,CAAC,SAAS,CAAC;SAClD,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { parkingSpacesQryKey } from '../../queries/parkingSpaces/useParkingSpaces';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useUpdateParkingSpace = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.parking.updateParkingSpace(BigInt(params.companyId), BigInt(params.parkingSpaceId), params.cmd),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: parkingSpacesQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useUpdateParkingSpace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateParkingSpace.js","sourceRoot":"","sources":["../../../../src/api/commands/parkingSpaces/useUpdateParkingSpace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAEnF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,kBAAkB,CAC9B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7B,MAAM,CAAC,GAAG,CACb;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,mBAAmB,CAAC,MAAM,CAAC,SAAS,CAAC;SAClD,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useAssignParkingSpaceToPerson = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.parking.assignParkingSpaceToPerson(BigInt(params.companyId), BigInt(params.parkingSpaceId), BigInt(params.personId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: residentsQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useAssignParkingSpaceToPerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAssignParkingSpaceToPerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useAssignParkingSpaceToPerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAAG,EAAE;IAC9C,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,0BAA0B,CACtC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7B,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAC1B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;SAC9C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useAssignStorageRoomToPerson = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.storage.assignStorageRoomToPerson(BigInt(params.companyId), BigInt(params.storageRoomId), BigInt(params.personId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: residentsQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useAssignStorageRoomToPerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAssignStorageRoomToPerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useAssignStorageRoomToPerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,EAAE;IAC7C,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,yBAAyB,CACrC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,EAC5B,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAC1B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;SAC9C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { personQryKey } from '../../queries/person/usePerson';
|
|
4
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
5
|
+
import { useSdk } from '../../../sdkProvider';
|
|
6
|
+
export const useDeletePersonRole = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.person.deletePersonRole(BigInt(params.personId), BigInt(params.roleId)),
|
|
11
|
+
onSuccess: (_, params) => Promise.all([
|
|
12
|
+
queryClient.invalidateQueries({
|
|
13
|
+
queryKey: personsQryKey(params.companyId),
|
|
14
|
+
}),
|
|
15
|
+
queryClient.invalidateQueries({
|
|
16
|
+
queryKey: personQryKey(params.personId),
|
|
17
|
+
}),
|
|
18
|
+
]),
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useDeletePersonRole.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeletePersonRole.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useDeletePersonRole.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAEhE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,EAAE;IACpC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAErB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,gBAAgB,CAC3B,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EACvB,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CACxB;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC;aAC1C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
4
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
5
|
+
import { previewQryKey } from '../../queries/invoicing/usePreview';
|
|
6
|
+
import { previewPdfQryKey } from '../../queries/invoicing/usePreviewPdf';
|
|
7
|
+
import { useSdk } from '../../../sdkProvider';
|
|
8
|
+
export const useMassUpdatePerson = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.person.massUpdatePerson(params.cmd, params.query),
|
|
13
|
+
onSuccess: (_, params) => Promise.all([
|
|
14
|
+
queryClient.invalidateQueries({
|
|
15
|
+
queryKey: personsQryKey(params.companyId),
|
|
16
|
+
}),
|
|
17
|
+
queryClient.invalidateQueries({
|
|
18
|
+
queryKey: residentsQryKey(params.companyId),
|
|
19
|
+
}),
|
|
20
|
+
queryClient.invalidateQueries({
|
|
21
|
+
queryKey: previewQryKey(params.companyId),
|
|
22
|
+
}),
|
|
23
|
+
queryClient.invalidateQueries({
|
|
24
|
+
queryKey: previewPdfQryKey(params.companyId),
|
|
25
|
+
}),
|
|
26
|
+
]),
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=useMassUpdatePerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMassUpdatePerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useMassUpdatePerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,EAAE;IACpC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAErB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,KAAK,CAAC;QAE/D,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC;aAC/C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
5
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
6
|
+
import { organizationsInCompanyQryKey } from '../../queries/organization/useOrganizationsInCompany';
|
|
7
|
+
import { useSdk } from '../../../sdkProvider';
|
|
8
|
+
export const useMassUpdateRoles = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.companies.massUpdateRoles(BigInt(params.companyId), params.cmd),
|
|
13
|
+
onSuccess: (_, params) => Promise.all([
|
|
14
|
+
queryClient.invalidateQueries({
|
|
15
|
+
queryKey: personsQryKey(params.companyId),
|
|
16
|
+
}),
|
|
17
|
+
queryClient.invalidateQueries({
|
|
18
|
+
queryKey: organizationsInCompanyQryKey(params.companyId),
|
|
19
|
+
}),
|
|
20
|
+
queryClient.invalidateQueries({
|
|
21
|
+
queryKey: residentsQryKey(params.companyId),
|
|
22
|
+
}),
|
|
23
|
+
queryClient.invalidateQueries({
|
|
24
|
+
queryKey: sectionQryKey(params.companyId),
|
|
25
|
+
}),
|
|
26
|
+
]),
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=useMassUpdateRoles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMassUpdateRoles.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useMassUpdateRoles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AAEpG,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACnC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,eAAe,CAC7B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,CACb;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,4BAA4B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC3D,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
import { Person } from '@solibo/solibo-sdk';
|
|
6
|
+
export const useMergePerson = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.person
|
|
11
|
+
.mergePersons(params.cmd)
|
|
12
|
+
.then((res) => res.typedBody(Person)),
|
|
13
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
14
|
+
queryKey: personsQryKey(params.companyId),
|
|
15
|
+
}),
|
|
16
|
+
});
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=useMergePerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMergePerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useMergePerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAEhE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAuB,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjE,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,EAAE;IAC/B,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAErB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,MAAM;aACT,YAAY,CAAC,MAAM,CAAC,GAAG,CAAC;aACxB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAE7C,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;SAC5C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// removed import '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
export const usePersonnummerSearch = () => {
|
|
5
|
+
const sdk = useSdk();
|
|
6
|
+
return useMutation({
|
|
7
|
+
mutationFn: (params) => sdk.api.person.showPersonByPersonnummer(params),
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=usePersonnummerSearch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePersonnummerSearch.js","sourceRoot":"","sources":["../../../../src/api/commands/person/usePersonnummerSearch.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAAwC,EAAE,EAAE,CACrD,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,wBAAwB,CAAC,MAAM,CAAC;KACtD,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useUnAssignParkingSpaceToPerson = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.parking.unAssignParkingSpaceToPerson(BigInt(params.companyId), BigInt(params.parkingSpaceId), BigInt(params.personId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: residentsQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useUnAssignParkingSpaceToPerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUnAssignParkingSpaceToPerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useUnAssignParkingSpaceToPerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,+BAA+B,GAAG,GAAG,EAAE;IAChD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,4BAA4B,CACxC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7B,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAC1B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;SAC9C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useUnAssignStorageRoomToPerson = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.storage.unAssignStorageRoomToPerson(BigInt(params.companyId), BigInt(params.storageRoomId), BigInt(params.personId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: residentsQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useUnAssignStorageRoomToPerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUnAssignStorageRoomToPerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useUnAssignStorageRoomToPerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,EAAE;IAC/C,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,2BAA2B,CACvC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,EAC5B,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAC1B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;SAC9C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { personQryKey } from '../../queries/person/usePerson';
|
|
4
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
5
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
6
|
+
import { previewQryKey } from '../../queries/invoicing/usePreview';
|
|
7
|
+
import { previewPdfQryKey } from '../../queries/invoicing/usePreviewPdf';
|
|
8
|
+
import { useSdk } from '../../../sdkProvider';
|
|
9
|
+
export const useUpdatePerson = () => {
|
|
10
|
+
const queryClient = useQueryClient();
|
|
11
|
+
const sdk = useSdk();
|
|
12
|
+
return useMutation({
|
|
13
|
+
mutationFn: (params) => sdk.api.person.updatePerson(BigInt(params.personId), params.cmd),
|
|
14
|
+
onSuccess: (_, params) => Promise.all([
|
|
15
|
+
queryClient.invalidateQueries({
|
|
16
|
+
queryKey: personsQryKey(),
|
|
17
|
+
}),
|
|
18
|
+
queryClient.invalidateQueries({
|
|
19
|
+
queryKey: personQryKey(params.personId),
|
|
20
|
+
}),
|
|
21
|
+
queryClient.invalidateQueries({
|
|
22
|
+
queryKey: residentsQryKey(),
|
|
23
|
+
}),
|
|
24
|
+
queryClient.invalidateQueries({
|
|
25
|
+
queryKey: previewQryKey(),
|
|
26
|
+
}),
|
|
27
|
+
queryClient.invalidateQueries({
|
|
28
|
+
queryKey: previewPdfQryKey(),
|
|
29
|
+
}),
|
|
30
|
+
]),
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=useUpdatePerson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdatePerson.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useUpdatePerson.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAChC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC;QAEtE,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,EAAE;aAC5B,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,YAAY,CAAC,MAAM,CAAC,QAAS,CAAC;aAC3C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,EAAE;aAC9B,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,EAAE;aAC5B,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB,EAAE;aAC/B,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useUpdateResidency = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.person.updatePersonResidency(BigInt(params.companyId), params.residentType, BigInt(params.residentId), params.cmd),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: residentsQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useUpdateResidency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateResidency.js","sourceRoot":"","sources":["../../../../src/api/commands/person/useUpdateResidency.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACnC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAKZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,qBAAqB,CAChC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,MAAM,CAAC,GAAG,CACb;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;SAC9C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { sectionOccupancyKey } from '../../queries/residentsAndSections/useSectionOccupancy';
|
|
4
|
+
import { residentOccupancyKey } from '../../queries/residentsAndSections/useResidentOccupancy';
|
|
5
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
6
|
+
import { useSdk } from '../../../sdkProvider';
|
|
7
|
+
export const useCreateOccupancyRecord = () => {
|
|
8
|
+
const queryClient = useQueryClient();
|
|
9
|
+
const sdk = useSdk();
|
|
10
|
+
return useMutation({
|
|
11
|
+
mutationFn: (params) => sdk.api.residents.createResidentAttendance(BigInt(params.companyId), params.residentType, BigInt(params.residentId), BigInt(params.sectionId), params.cmd),
|
|
12
|
+
onSuccess: (_, params) => Promise.all([
|
|
13
|
+
queryClient.invalidateQueries({
|
|
14
|
+
queryKey: sectionOccupancyKey(params.companyId, params.sectionId),
|
|
15
|
+
}),
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: residentOccupancyKey(params.companyId, params.residentType, params.residentId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: residentsQryKey(params.companyId),
|
|
21
|
+
}),
|
|
22
|
+
]),
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=useCreateOccupancyRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateOccupancyRecord.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useCreateOccupancyRecord.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAC7F,OAAO,EAAE,oBAAoB,EAAE,MAAM,yDAAyD,CAAC;AAC/F,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,EAAE;IACzC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAErB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAMZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,wBAAwB,CACtC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,CACb;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,mBAAmB,CACzB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,oBAAoB,CAC1B,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,UAAU,CACpB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// removed import '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
export const useCreatePhysicalLetterToResidentInCompany = () => {
|
|
5
|
+
const sdk = useSdk();
|
|
6
|
+
return useMutation({
|
|
7
|
+
mutationFn: (params) => sdk.api.communication.createLetterInCompany(BigInt(params.companyId), params.cmd),
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
export const useCreatePhysicalLetterToResident = () => {
|
|
11
|
+
const sdk = useSdk();
|
|
12
|
+
return useMutation({
|
|
13
|
+
mutationFn: (params) => sdk.api.communication.createLetter(params.cmd),
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=useCreatePhysicalLetterToResidentInCompany.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreatePhysicalLetterToResidentInCompany.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useCreatePhysicalLetterToResidentInCompany.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,0CAA0C,GAAG,GAAG,EAAE;IAC3D,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,aAAa,CAAC,qBAAqB,CACvC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,CACb;KACR,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,GAAG,EAAE;IAClD,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAAkC,EAAE,EAAE,CAC/C,GAAG,CAAC,GAAG,CAAC,aAAa,CAAC,YAAY,CAAC,MAAM,CAAC,GAAG,CAAC;KACrD,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentHistoryQryKey } from '../../queries/residentsAndSections/useResidentHistory';
|
|
4
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
5
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
6
|
+
import { organizationsInCompanyQryKey } from '../../queries/organization/useOrganizationsInCompany';
|
|
7
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
8
|
+
import { invoiceRecipientQryKey } from '../../queries/invoicing/useRecipient';
|
|
9
|
+
import { useSdk } from '../../../sdkProvider';
|
|
10
|
+
import { Person, } from '@solibo/solibo-sdk';
|
|
11
|
+
export const useCreateResident = () => {
|
|
12
|
+
const queryClient = useQueryClient();
|
|
13
|
+
const sdk = useSdk();
|
|
14
|
+
return useMutation({
|
|
15
|
+
mutationFn: (params) => sdk.api.residents
|
|
16
|
+
.createResident(BigInt(params.companyId), params.residentType, params.cmd)
|
|
17
|
+
.then((res) => res.typedBody(Person)),
|
|
18
|
+
onSuccess: (_, params) => Promise.all([
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: residentsQryKey(params.companyId),
|
|
21
|
+
}),
|
|
22
|
+
queryClient.invalidateQueries({
|
|
23
|
+
queryKey: sectionQryKey(params.companyId),
|
|
24
|
+
}),
|
|
25
|
+
queryClient.invalidateQueries({
|
|
26
|
+
queryKey: residentHistoryQryKey(params.companyId, params.cmd.sectionId ?? undefined),
|
|
27
|
+
}),
|
|
28
|
+
queryClient.invalidateQueries({
|
|
29
|
+
queryKey: invoiceRecipientQryKey(params.companyId, params.cmd.sectionId ?? undefined),
|
|
30
|
+
}),
|
|
31
|
+
queryClient.invalidateQueries({
|
|
32
|
+
queryKey: organizationsInCompanyQryKey(params.companyId),
|
|
33
|
+
}),
|
|
34
|
+
queryClient.invalidateQueries({
|
|
35
|
+
queryKey: personsQryKey(params.companyId),
|
|
36
|
+
}),
|
|
37
|
+
]),
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=useCreateResident.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateResident.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useCreateResident.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAC/E,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AACpG,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAEH,MAAM,GAET,MAAM,oBAAoB,CAAC;AAE5B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,EAAE;IAClC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,SAAS;aACZ,cAAc,CACX,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,GAAG,CACb;aACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAE7C,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,qBAAqB,CAC3B,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,GAAG,CAAC,SAAS,IAAI,SAAS,CACpC;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,sBAAsB,CAC5B,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,GAAG,CAAC,SAAS,IAAI,SAAS,CACpC;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,4BAA4B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC3D,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { sectionOccupancyKey } from '../../queries/residentsAndSections/useSectionOccupancy';
|
|
4
|
+
import { residentOccupancyKey } from '../../queries/residentsAndSections/useResidentOccupancy';
|
|
5
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
6
|
+
import { useSdk } from '../../../sdkProvider';
|
|
7
|
+
export const useDeleteOccupancyRecord = () => {
|
|
8
|
+
const queryClient = useQueryClient();
|
|
9
|
+
const sdk = useSdk();
|
|
10
|
+
return useMutation({
|
|
11
|
+
mutationFn: (params) => sdk.api.residents.deleteResidentAttendance(BigInt(params.companyId), params.residentType, BigInt(params.residentId), BigInt(params.sectionId), BigInt(params.occupancyId)),
|
|
12
|
+
onSuccess: (_, params) => Promise.all([
|
|
13
|
+
queryClient.invalidateQueries({
|
|
14
|
+
queryKey: sectionOccupancyKey(params.companyId, params.sectionId),
|
|
15
|
+
}),
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: residentOccupancyKey(params.companyId, params.residentType, params.residentId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: residentsQryKey(params.companyId),
|
|
21
|
+
}),
|
|
22
|
+
]),
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=useDeleteOccupancyRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeleteOccupancyRecord.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useDeleteOccupancyRecord.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAC7F,OAAO,EAAE,oBAAoB,EAAE,MAAM,yDAAyD,CAAC;AAC/F,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,EAAE;IACzC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IAErB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAMZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,wBAAwB,CACtC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAC7B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,mBAAmB,CACzB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,oBAAoB,CAC1B,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,UAAU,CACpB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
import { ResidentType } from '@solibo/solibo-sdk';
|
|
6
|
+
export const useRemovePersonFromCompany = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.person.deletePersonFromCompany(BigInt(params.companyId), ResidentType.PERSON.name, BigInt(params.personId)),
|
|
11
|
+
onSuccess: (_, params) => Promise.all([
|
|
12
|
+
queryClient.invalidateQueries({
|
|
13
|
+
queryKey: residentsQryKey(params.companyId),
|
|
14
|
+
}),
|
|
15
|
+
]),
|
|
16
|
+
});
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=useRemovePersonFromCompany.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRemovePersonFromCompany.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useRemovePersonFromCompany.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,EAAE;IAC3C,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAGZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,uBAAuB,CAClC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,YAAY,CAAC,MAAM,CAAC,IAAI,EACxB,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAC1B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|