@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,10 @@
|
|
|
1
|
+
// removed import '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
export const useRequestResidentChange = () => {
|
|
5
|
+
const sdk = useSdk();
|
|
6
|
+
return useMutation({
|
|
7
|
+
mutationFn: (params) => sdk.api.residents.createChangeRequestForResident(BigInt(params.companyId), params.residentType, BigInt(params.residentId), params.cmd),
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=useRequestResidentChange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRequestResidentChange.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useRequestResidentChange.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,wBAAwB,GAAG,GAAG,EAAE;IACzC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAKZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,8BAA8B,CAC5C,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,MAAM,CAAC,GAAG,CACb;KACR,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
2
|
+
import { useSdk } from '../../../sdkProvider';
|
|
3
|
+
export const useExportResidents = () => {
|
|
4
|
+
const sdk = useSdk();
|
|
5
|
+
return useMutation({
|
|
6
|
+
mutationFn: (params) => sdk.api.residents
|
|
7
|
+
.exportResidents(BigInt(params.companyId))
|
|
8
|
+
.then((res) => res.body),
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
export const useInviteToSoliboApp = () => {
|
|
12
|
+
const sdk = useSdk();
|
|
13
|
+
return useMutation({
|
|
14
|
+
mutationFn: (params) => {
|
|
15
|
+
if (params.residentType && params.residentId) {
|
|
16
|
+
return sdk.api.residents.inviteResidentToSoliboApp(BigInt(params.companyId), params.residentType, BigInt(params.residentId));
|
|
17
|
+
}
|
|
18
|
+
return sdk.api.residents.inviteResidentsToSoliboApp(BigInt(params.companyId));
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=useResidentActions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResidentActions.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useResidentActions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACnC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAAsC,EAAE,EAAE,CACnD,GAAG,CAAC,GAAG,CAAC,SAAS;aACZ,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;aACzC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC;KACnC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,EAAE;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAIZ,EAAE,EAAE;YACD,IAAI,MAAM,CAAC,YAAY,IAAI,MAAM,CAAC,UAAU,EAAE,CAAC;gBAC3C,OAAO,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,yBAAyB,CAC9C,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAC5B,CAAC;YACN,CAAC;YACD,OAAO,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,0BAA0B,CAC/C,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAC3B,CAAC;QACN,CAAC;KACJ,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { sectionOccupancyKey } from '../../queries/residentsAndSections/useSectionOccupancy';
|
|
4
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
5
|
+
import { useSdk } from '../../../sdkProvider';
|
|
6
|
+
export const useUpdateOccupancyRecord = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.residents.updateResidentAttendance(BigInt(params.companyId), params.residentType, BigInt(params.residentId), BigInt(params.sectionId), BigInt(params.occupancyId), params.cmd),
|
|
11
|
+
onSuccess: (_, params) => Promise.all([
|
|
12
|
+
queryClient.invalidateQueries({
|
|
13
|
+
queryKey: sectionOccupancyKey(params.companyId, params.sectionId),
|
|
14
|
+
}),
|
|
15
|
+
queryClient.invalidateQueries({
|
|
16
|
+
queryKey: residentsQryKey(params.companyId),
|
|
17
|
+
}),
|
|
18
|
+
]),
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useUpdateOccupancyRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateOccupancyRecord.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useUpdateOccupancyRecord.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,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;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAOZ,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,EAC1B,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,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;SACL,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 { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
5
|
+
import { notificationgroupsEmailQryKey } from '../../queries/communication/useNotificationgroupsEmail';
|
|
6
|
+
import { notificationgroupsSmsQryKey } from '../../queries/communication/useNotificationgroupsSms';
|
|
7
|
+
import { Organization, } from '@solibo/solibo-sdk';
|
|
8
|
+
export const useUpdateOrganizationReservations = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.organization
|
|
13
|
+
.updateOrganizationReservations(BigInt(params.organizationId), params.cmd)
|
|
14
|
+
.then((res) => res.typedBody(Organization)),
|
|
15
|
+
onSuccess: (_, params) => Promise.all([
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: residentsQryKey(params.companyId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: notificationgroupsEmailQryKey(params.companyId),
|
|
21
|
+
}),
|
|
22
|
+
queryClient.invalidateQueries({
|
|
23
|
+
queryKey: notificationgroupsSmsQryKey(params.companyId),
|
|
24
|
+
}),
|
|
25
|
+
]),
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=useUpdateOrganizationReservations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateOrganizationReservations.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useUpdateOrganizationReservations.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,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,wDAAwD,CAAC;AACvG,OAAO,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AAEnG,OAAO,EACH,YAAY,GAEf,MAAM,oBAAoB,CAAC;AAE5B,MAAM,CAAC,MAAM,iCAAiC,GAAG,GAAG,EAAE;IAClD,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,YAAY;aACf,8BAA8B,CAC3B,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7B,MAAM,CAAC,GAAG,CACb;aACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;QAEnD,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,6BAA6B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5D,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,2BAA2B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC1D,CAAC;SACL,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 { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { residentsQryKey } from '../../queries/residentsAndSections/useResidents';
|
|
5
|
+
import { notificationgroupsEmailQryKey } from '../../queries/communication/useNotificationgroupsEmail';
|
|
6
|
+
import { notificationgroupsSmsQryKey } from '../../queries/communication/useNotificationgroupsSms';
|
|
7
|
+
import { Person } from '@solibo/solibo-sdk';
|
|
8
|
+
export const useUpdatePersonReservations = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.person
|
|
13
|
+
.updatePersonReservations(BigInt(params.personId), params.cmd)
|
|
14
|
+
.then((res) => res.typedBody(Person)),
|
|
15
|
+
onSuccess: (_, params) => Promise.all([
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: residentsQryKey(params.companyId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: notificationgroupsEmailQryKey(params.companyId),
|
|
21
|
+
}),
|
|
22
|
+
queryClient.invalidateQueries({
|
|
23
|
+
queryKey: notificationgroupsSmsQryKey(params.companyId),
|
|
24
|
+
}),
|
|
25
|
+
]),
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=useUpdatePersonReservations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdatePersonReservations.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useUpdatePersonReservations.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,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,wDAAwD,CAAC;AACvG,OAAO,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AAEnG,OAAO,EAAE,MAAM,EAAmC,MAAM,oBAAoB,CAAC;AAE7E,MAAM,CAAC,MAAM,2BAA2B,GAAG,GAAG,EAAE;IAC5C,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;aACT,wBAAwB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC;aAC7D,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,6BAA6B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5D,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,2BAA2B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC1D,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
import { notificationgroupsEmailQryKey } from '../../queries/communication/useNotificationgroupsEmail';
|
|
6
|
+
import { notificationgroupsSmsQryKey } from '../../queries/communication/useNotificationgroupsSms';
|
|
7
|
+
import { organizationsInCompanyQryKey } from '../../queries/organization/useOrganizationsInCompany';
|
|
8
|
+
import { personsQryKey } from '../../queries/person/usePersons';
|
|
9
|
+
import { customersQryKey } from '../../queries/invoicing/useCustomers';
|
|
10
|
+
import { invoicePlansQryKey } from '../../queries/invoicing/useInvoicePlans';
|
|
11
|
+
import { boardMembersQryKey } from '../../queries/board/useBoardMembers';
|
|
12
|
+
import { previewQryKey } from '../../queries/invoicing/usePreview';
|
|
13
|
+
import { previewPdfQryKey } from '../../queries/invoicing/usePreviewPdf';
|
|
14
|
+
import { personalIdentificationDetailsQryKey } from '../../queries/residentsAndSections/usePersonalID';
|
|
15
|
+
import { Person, } from '@solibo/solibo-sdk';
|
|
16
|
+
import { customerQryKey } from '../../queries/invoicing/useCustomer';
|
|
17
|
+
export const useUpdateResident = () => {
|
|
18
|
+
const queryClient = useQueryClient();
|
|
19
|
+
const sdk = useSdk();
|
|
20
|
+
return useMutation({
|
|
21
|
+
mutationFn: (params) => sdk.api.residents
|
|
22
|
+
.updateResident(BigInt(params.companyId), params.residentType.name, BigInt(params.residentId), params.cmd)
|
|
23
|
+
.then((res) => res.typedBody(Person)),
|
|
24
|
+
onSuccess: (res, params) => Promise.all([
|
|
25
|
+
queryClient.invalidateQueries({
|
|
26
|
+
queryKey: residentsQryKey(params.companyId),
|
|
27
|
+
}),
|
|
28
|
+
queryClient.invalidateQueries({
|
|
29
|
+
queryKey: personalIdentificationDetailsQryKey(params.companyId, res.id),
|
|
30
|
+
}),
|
|
31
|
+
queryClient.invalidateQueries({
|
|
32
|
+
queryKey: notificationgroupsEmailQryKey(params.companyId),
|
|
33
|
+
}),
|
|
34
|
+
queryClient.invalidateQueries({
|
|
35
|
+
queryKey: notificationgroupsSmsQryKey(params.companyId),
|
|
36
|
+
}),
|
|
37
|
+
queryClient.invalidateQueries({
|
|
38
|
+
queryKey: organizationsInCompanyQryKey(params.companyId),
|
|
39
|
+
}),
|
|
40
|
+
queryClient.invalidateQueries({
|
|
41
|
+
queryKey: personsQryKey(params.companyId),
|
|
42
|
+
}),
|
|
43
|
+
queryClient.invalidateQueries({
|
|
44
|
+
queryKey: customersQryKey(params.companyId),
|
|
45
|
+
}),
|
|
46
|
+
queryClient.invalidateQueries({
|
|
47
|
+
queryKey: customerQryKey(params.companyId, params.residentId),
|
|
48
|
+
}),
|
|
49
|
+
queryClient.invalidateQueries({
|
|
50
|
+
queryKey: invoicePlansQryKey(params.companyId),
|
|
51
|
+
}),
|
|
52
|
+
queryClient.invalidateQueries({
|
|
53
|
+
queryKey: boardMembersQryKey(params.companyId),
|
|
54
|
+
}),
|
|
55
|
+
queryClient.invalidateQueries({
|
|
56
|
+
queryKey: previewQryKey(params.companyId),
|
|
57
|
+
}),
|
|
58
|
+
queryClient.invalidateQueries({
|
|
59
|
+
queryKey: previewPdfQryKey(params.companyId),
|
|
60
|
+
}),
|
|
61
|
+
]),
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=useUpdateResident.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateResident.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useUpdateResident.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,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,wDAAwD,CAAC;AACvG,OAAO,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AACnG,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AACpG,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,mCAAmC,EAAE,MAAM,kDAAkD,CAAC;AAEvG,OAAO,EACH,MAAM,GAGT,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,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,MAKZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,SAAS;aACZ,cAAc,CACX,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,CAAC,IAAI,EACxB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,MAAM,CAAC,GAAG,CACb;aACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAS,MAAM,CAAC,CAAC;QAErD,SAAS,EAAE,CAAC,GAAW,EAAE,MAAM,EAAE,EAAE,CAC/B,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,mCAAmC,CACzC,MAAM,CAAC,SAAS,EAChB,GAAG,CAAC,EAAE,CACT;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,6BAA6B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC5D,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,2BAA2B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC1D,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;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,cAAc,CACpB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,UAAU,CACpB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC;aACjD,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC;aACjD,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,20 @@
|
|
|
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
|
+
import { Person } from '@solibo/solibo-sdk';
|
|
6
|
+
export const useUpdateResidentNotat = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.residents
|
|
11
|
+
.updateResidentNotat(BigInt(params.companyId), params.residentType, BigInt(params.residentId), params.cmd)
|
|
12
|
+
.then((res) => res.typedBody(Person)),
|
|
13
|
+
onSuccess: (_, params) => Promise.all([
|
|
14
|
+
queryClient.invalidateQueries({
|
|
15
|
+
queryKey: residentsQryKey(params.companyId),
|
|
16
|
+
}),
|
|
17
|
+
]),
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=useUpdateResidentNotat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateResidentNotat.js","sourceRoot":"","sources":["../../../../src/api/commands/resident/useUpdateResidentNotat.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,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,MAAM,EAAsB,MAAM,oBAAoB,CAAC;AAEhE,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,EAAE;IACvC,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,SAAS;aACZ,mBAAmB,CAChB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EACzB,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;SACL,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 { routinesQryKey } from '../../queries/routines/useRoutines';
|
|
4
|
+
import { reportRoutinesQryKey } from '../../queries/hms/useHMSReportRoutines';
|
|
5
|
+
import { tasksQryKey } from '../../queries/task/useTasks';
|
|
6
|
+
import { useSdk } from '../../../sdkProvider';
|
|
7
|
+
import { Routine } from '@solibo/solibo-sdk';
|
|
8
|
+
export const useCreateRoutine = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.routines
|
|
13
|
+
.createRoutine(BigInt(params.companyId), params.cmd)
|
|
14
|
+
.then((res) => res.typedBody(Routine)),
|
|
15
|
+
onSuccess: (_, params) => Promise.all([
|
|
16
|
+
queryClient.invalidateQueries({
|
|
17
|
+
queryKey: routinesQryKey(params.companyId),
|
|
18
|
+
}),
|
|
19
|
+
queryClient.invalidateQueries({
|
|
20
|
+
queryKey: reportRoutinesQryKey(params.companyId),
|
|
21
|
+
}),
|
|
22
|
+
queryClient.invalidateQueries({
|
|
23
|
+
queryKey: tasksQryKey(params.companyId),
|
|
24
|
+
}),
|
|
25
|
+
]),
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=useCreateRoutine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateRoutine.js","sourceRoot":"","sources":["../../../../src/api/commands/routines/useCreateRoutine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAE1D,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAwB,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEnE,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACjC,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,QAAQ;aACX,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC;aACnD,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;QAE9C,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC;aAC7C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,oBAAoB,CAAC,MAAM,CAAC,SAAS,CAAC;aACnD,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC;aAC1C,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 { routinesQryKey } from '../../queries/routines/useRoutines';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useDeleteRoutine = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.routines.deleteRoutine(BigInt(params.companyId), BigInt(params.routineId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: routinesQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useDeleteRoutine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeleteRoutine.js","sourceRoot":"","sources":["../../../../src/api/commands/routines/useDeleteRoutine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEpE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACjC,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,QAAQ,CAAC,aAAa,CAC1B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAC3B;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,WAAW,CAAC,iBAAiB,CAAC;YAC1B,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC;SAC7C,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { routinesQryKey } from '../../queries/routines/useRoutines';
|
|
4
|
+
import { routineQryKey } from '../../queries/routines/useRoutine';
|
|
5
|
+
import { tasksQryKey } from '../../queries/task/useTasks';
|
|
6
|
+
import { reportRoutinesQryKey } from '../../queries/hms/useHMSReportRoutines';
|
|
7
|
+
import { useSdk } from '../../../sdkProvider';
|
|
8
|
+
import { Routine } from '@solibo/solibo-sdk';
|
|
9
|
+
export const useUpdateRoutine = () => {
|
|
10
|
+
const queryClient = useQueryClient();
|
|
11
|
+
const sdk = useSdk();
|
|
12
|
+
return useMutation({
|
|
13
|
+
mutationFn: (params) => sdk.api.routines
|
|
14
|
+
.updateRoutine(BigInt(params.companyId), BigInt(params.routineId), params.cmd)
|
|
15
|
+
.then((res) => res.typedBody(Routine)),
|
|
16
|
+
onSuccess: (_, params) => Promise.all([
|
|
17
|
+
queryClient.invalidateQueries({
|
|
18
|
+
queryKey: reportRoutinesQryKey(params.companyId),
|
|
19
|
+
}),
|
|
20
|
+
queryClient.invalidateQueries({
|
|
21
|
+
queryKey: routinesQryKey(params.companyId),
|
|
22
|
+
}),
|
|
23
|
+
queryClient.invalidateQueries({
|
|
24
|
+
queryKey: routineQryKey(params.companyId),
|
|
25
|
+
}),
|
|
26
|
+
queryClient.invalidateQueries({
|
|
27
|
+
queryKey: tasksQryKey(params.companyId),
|
|
28
|
+
}),
|
|
29
|
+
]),
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=useUpdateRoutine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateRoutine.js","sourceRoot":"","sources":["../../../../src/api/commands/routines/useUpdateRoutine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAwB,MAAM,oBAAoB,CAAC;AAEnE,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACjC,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,QAAQ;aACX,aAAa,CACV,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,CACb;aACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;QAE9C,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,oBAAoB,CAAC,MAAM,CAAC,SAAS,CAAC;aACnD,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC;aAC7C,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,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC;aAC1C,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 { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
5
|
+
export const useAssignParkingSpaceToSection = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.parking.assignParkingSpaceToSection(BigInt(params.companyId), BigInt(params.parkingSpaceId), BigInt(params.sectionId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: sectionQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useAssignParkingSpaceToSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAssignParkingSpaceToSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useAssignParkingSpaceToSection.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,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAE/E,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,cAAc,CAAC,EAC7B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAC3B;QAEL,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,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useAssignStorageRoomToSection = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.storage.assignStorageRoomToSection(BigInt(params.companyId), BigInt(params.storageRoomId), BigInt(params.sectionId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: sectionQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useAssignStorageRoomToSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAssignStorageRoomToSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useAssignStorageRoomToSection.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,gDAAgD,CAAC;AAE/E,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,aAAa,CAAC,EAC5B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAC3B;QAEL,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,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
5
|
+
export const useCreateSection = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.sections.createSection(BigInt(params.companyId), params.cmd, params.status, params.autoPaginate, params.query, params.pageToken),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: sectionQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useCreateSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useCreateSection.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,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAG/E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACjC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,OAAO,WAAW,CAAC;QACf,UAAU,EAAE,CAAC,MAOZ,EAAE,EAAE,CACD,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,aAAa,CAC1B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,EACV,MAAM,CAAC,MAAM,EACb,MAAM,CAAC,YAAY,EACnB,MAAM,CAAC,KAAK,EACZ,MAAM,CAAC,SAAS,CACnB;QACL,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,32 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { sectionStatusesKey, sectionStatusKey, } from '../../queries/residentsAndSections/useSectionStatus';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useCreateSectionStatus = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.sections.createSectionStatus(BigInt(params.companyId), BigInt(params.sectionId), params.cmd, params.statusType),
|
|
10
|
+
onSuccess: (_, params) => Promise.all([
|
|
11
|
+
queryClient.invalidateQueries({
|
|
12
|
+
queryKey: sectionStatusKey(params.companyId, params.sectionId),
|
|
13
|
+
}),
|
|
14
|
+
]),
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
export const useUpdateSectionStatus = () => {
|
|
18
|
+
const queryClient = useQueryClient();
|
|
19
|
+
const sdk = useSdk();
|
|
20
|
+
return useMutation({
|
|
21
|
+
mutationFn: (params) => sdk.api.sections.updateSectionStatus(BigInt(params.companyId), BigInt(params.sectionId), params.cmd, params.statusType),
|
|
22
|
+
onSuccess: (_, params) => Promise.all([
|
|
23
|
+
queryClient.invalidateQueries({
|
|
24
|
+
queryKey: sectionStatusKey(params.companyId, params.sectionId),
|
|
25
|
+
}),
|
|
26
|
+
queryClient.invalidateQueries({
|
|
27
|
+
queryKey: sectionStatusesKey(params.companyId),
|
|
28
|
+
}),
|
|
29
|
+
]),
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=useCreateSectionStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateSectionStatus.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useCreateSectionStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EACH,kBAAkB,EAClB,gBAAgB,GACnB,MAAM,qDAAqD,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAO9C,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,EAAE;IACvC,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,QAAQ,CAAC,mBAAmB,CAChC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,EACV,MAAM,CAAC,UAAU,CACpB;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB,CACtB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,EAAE;IACvC,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,QAAQ,CAAC,mBAAmB,CAChC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,EACV,MAAM,CAAC,UAAU,CACpB;QACL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB,CACtB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC;aACjD,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 { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
5
|
+
export const useCreateSubSection = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.sections.createSubSection(BigInt(params.companyId), BigInt(params.sectionId), params.cmd),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: sectionQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useCreateSubSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateSubSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useCreateSubSection.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,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAE/E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,EAAE;IACpC,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,QAAQ,CAAC,gBAAgB,CAC7B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,CACb;QACL,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,15 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
5
|
+
export const useDeleteSection = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.sections.deleteSection(BigInt(params.companyId), BigInt(params.sectionId)),
|
|
10
|
+
onSuccess: (_, params) => queryClient.invalidateQueries({
|
|
11
|
+
queryKey: sectionQryKey(params.companyId),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useDeleteSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeleteSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useDeleteSection.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,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAE/E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACjC,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,QAAQ,CAAC,aAAa,CAC1B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAC3B;QACL,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,29 @@
|
|
|
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 { invoiceRecipientQryKey } from '../../queries/invoicing/useRecipient';
|
|
7
|
+
import { useSdk } from '../../../sdkProvider';
|
|
8
|
+
export const useEierskifteSection = () => {
|
|
9
|
+
const queryClient = useQueryClient();
|
|
10
|
+
const sdk = useSdk();
|
|
11
|
+
return useMutation({
|
|
12
|
+
mutationFn: (params) => sdk.api.sections.eierskifteSection(BigInt(params.companyId), BigInt(params.sectionId), params.cmd),
|
|
13
|
+
onSuccess: (_, params) => Promise.all([
|
|
14
|
+
queryClient.invalidateQueries({
|
|
15
|
+
queryKey: sectionQryKey(params.companyId),
|
|
16
|
+
}),
|
|
17
|
+
queryClient.invalidateQueries({
|
|
18
|
+
queryKey: residentsQryKey(params.companyId),
|
|
19
|
+
}),
|
|
20
|
+
queryClient.invalidateQueries({
|
|
21
|
+
queryKey: residentHistoryQryKey(params.companyId, params.sectionId),
|
|
22
|
+
}),
|
|
23
|
+
queryClient.invalidateQueries({
|
|
24
|
+
queryKey: invoiceRecipientQryKey(params.companyId, params.sectionId),
|
|
25
|
+
}),
|
|
26
|
+
]),
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=useEierskifteSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useEierskifteSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useEierskifteSection.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,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,EAAE;IACrC,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,QAAQ,CAAC,iBAAiB,CAC9B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,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,eAAe,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9C,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,qBAAqB,CAC3B,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,sBAAsB,CAC5B,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;SACL,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 { sectionQryKey } from '../../queries/residentsAndSections/useSections';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
import { companyDetailedKey } from '../../queries/company/useCompanyDetailed';
|
|
6
|
+
export const useMassUpdateSection = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.sections.massUpdateSection(BigInt(params.companyId), params.cmd),
|
|
11
|
+
onSuccess: (_, params) => Promise.all([
|
|
12
|
+
queryClient.invalidateQueries({
|
|
13
|
+
queryKey: sectionQryKey(params.companyId),
|
|
14
|
+
}),
|
|
15
|
+
queryClient.invalidateQueries({
|
|
16
|
+
queryKey: companyDetailedKey(params.companyId),
|
|
17
|
+
}),
|
|
18
|
+
]),
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useMassUpdateSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMassUpdateSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useMassUpdateSection.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,gDAAgD,CAAC;AAE/E,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAE9E,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,EAAE;IACrC,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,QAAQ,CAAC,iBAAiB,CAC9B,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,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC;aACjD,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { sectionStatusKey } from '../../queries/residentsAndSections/useSectionStatus';
|
|
4
|
+
import { useSdk } from '../../../sdkProvider';
|
|
5
|
+
export const useRemoveSectionStatus = () => {
|
|
6
|
+
const queryClient = useQueryClient();
|
|
7
|
+
const sdk = useSdk();
|
|
8
|
+
return useMutation({
|
|
9
|
+
mutationFn: (params) => sdk.api.sections.deleteSectionStatus(BigInt(params.companyId), BigInt(params.sectionId), params.statusType),
|
|
10
|
+
onSuccess: (_, params) => Promise.all([
|
|
11
|
+
queryClient.invalidateQueries({
|
|
12
|
+
queryKey: sectionStatusKey(params.companyId, params.sectionId),
|
|
13
|
+
}),
|
|
14
|
+
]),
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=useRemoveSectionStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRemoveSectionStatus.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useRemoveSectionStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qDAAqD,CAAC;AAEvF,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAG9C,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,EAAE;IACvC,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,QAAQ,CAAC,mBAAmB,CAChC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,UAAU,CACpB;QAEL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB,CACtB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
import { useMutation } from '../../../utils/useMutation';
|
|
3
|
+
import { useSdk } from '../../../sdkProvider';
|
|
4
|
+
import { sectionTagsKey } from '../../queries/residentsAndSections/useSectionTags';
|
|
5
|
+
import { existingSectionTagsInCompanyKey } from '../../queries/residentsAndSections/useExistingSectionTagsInCompany';
|
|
6
|
+
export const useCreateTagOnSection = () => {
|
|
7
|
+
const queryClient = useQueryClient();
|
|
8
|
+
const sdk = useSdk();
|
|
9
|
+
return useMutation({
|
|
10
|
+
mutationFn: (params) => sdk.api.sections.createTagOnSection(BigInt(params.companyId), BigInt(params.sectionId), params.cmd),
|
|
11
|
+
onSuccess: (_, params) => Promise.all([
|
|
12
|
+
queryClient.invalidateQueries({
|
|
13
|
+
queryKey: sectionTagsKey(params.companyId, params.sectionId),
|
|
14
|
+
}),
|
|
15
|
+
queryClient.invalidateQueries({
|
|
16
|
+
queryKey: existingSectionTagsInCompanyKey(params.companyId),
|
|
17
|
+
}),
|
|
18
|
+
]),
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
export const useDeleteTagOnSection = () => {
|
|
22
|
+
const queryClient = useQueryClient();
|
|
23
|
+
const sdk = useSdk();
|
|
24
|
+
return useMutation({
|
|
25
|
+
mutationFn: (params) => sdk.api.sections.deleteTagOnSection(BigInt(params.companyId), BigInt(params.sectionId)),
|
|
26
|
+
onSuccess: (_, params) => Promise.all([
|
|
27
|
+
queryClient.invalidateQueries({
|
|
28
|
+
queryKey: sectionTagsKey(params.companyId, params.sectionId),
|
|
29
|
+
}),
|
|
30
|
+
queryClient.invalidateQueries({
|
|
31
|
+
queryKey: existingSectionTagsInCompanyKey(params.companyId),
|
|
32
|
+
}),
|
|
33
|
+
]),
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=useTagOnSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTagOnSection.js","sourceRoot":"","sources":["../../../../src/api/commands/section/useTagOnSection.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,cAAc,EAAE,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAE,+BAA+B,EAAE,MAAM,oEAAoE,CAAC;AAErH,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,QAAQ,CAAC,kBAAkB,CAC/B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,GAAG,CACb;QACL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,cAAc,CACpB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,+BAA+B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9D,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC;AAEF,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,QAAQ,CAAC,kBAAkB,CAC/B,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EACxB,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAC3B;QACL,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CACrB,OAAO,CAAC,GAAG,CAAC;YACR,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,cAAc,CACpB,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,SAAS,CACnB;aACJ,CAAC;YACF,WAAW,CAAC,iBAAiB,CAAC;gBAC1B,QAAQ,EAAE,+BAA+B,CAAC,MAAM,CAAC,SAAS,CAAC;aAC9D,CAAC;SACL,CAAC;KACT,CAAC,CAAC;AACP,CAAC,CAAC"}
|