@omniumretail/shared-resources 0.3.84 → 0.3.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1 -0
- package/dist/types/components/BottomDrawer/index.d.ts +9 -0
- package/dist/types/components/Button/index.d.ts +2 -0
- package/dist/types/components/Footer/index.d.ts +3 -0
- package/dist/types/components/Form/FormInputField/index.d.ts +8 -0
- package/dist/types/components/Form/FormSelectField/index.d.ts +9 -0
- package/dist/types/components/Form/index.d.ts +2 -0
- package/dist/types/components/Header/index.d.ts +4 -0
- package/dist/types/components/Link/index.d.ts +6 -0
- package/dist/types/components/Navigation/index.d.ts +8 -0
- package/dist/types/components/Page/index.d.ts +13 -0
- package/dist/{components → types/components}/SharedContextProvider/index.d.ts +1 -2
- package/dist/types/components/index.d.ts +9 -0
- package/dist/types/constants/Icons.d.ts +15 -0
- package/dist/{constants → types/constants}/QueryClient.d.ts +1 -2
- package/dist/{constants → types/constants}/index.d.ts +1 -0
- package/dist/{contexts → types/contexts}/useStore.d.ts +2 -3
- package/dist/{helpers → types/helpers}/codeMutation.d.ts +3 -3
- package/dist/{helpers → types/helpers}/date-unix.helper.d.ts +1 -2
- package/dist/{helpers → types/helpers}/getChildrenByType.helper.d.ts +1 -2
- package/dist/{hooks → types/hooks}/ACB/get/getClientBalance.hook.d.ts +3 -4
- package/dist/types/hooks/ACB/mutate/postClientBalance.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ASAEGNG/get/getCustomersQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +4 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +3 -4
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +3 -4
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +8 -0
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +3 -4
- package/dist/types/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +9 -0
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +3 -4
- package/dist/types/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +3 -4
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +3 -4
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Acls/get/getVoucherSitooQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Acls/get/getVoucherTemplatesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Acls/mutate/postSalesAssociationQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Acls/mutate/postVerificationEmailQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Acls/mutate/postVerificationUserQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Acls/mutate/postVoucherSitooQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Acls/mutate/reactivateVoucherQuery.hook.d.ts +1 -1
- package/dist/types/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Aexp/get/getFlowExecutionQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Aexp/get/getFlowListQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +2 -3
- package/dist/types/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +2 -3
- package/dist/types/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Analytics/get/useAnalyticsUserQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +4 -0
- package/dist/types/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +4 -0
- package/dist/{hooks → types/hooks}/Anot/get/getNotificationHeadersQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Anot/get/getNotificationsQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Anot/get/getNotificationsTypeQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/Answer/mutate/useAnswerMutateQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Answer/others/openAnswerQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Answer/others/showAnswerQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/AprProduct/get/useProductHierarchies.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/AprProduct/get/useProductRecommendations.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/AprProduct/get/useProductsByRefQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/AprProduct/get/useProductsQuery.hook.d.ts +19 -20
- package/dist/{hooks → types/hooks}/Aprc/get/getPriceChangePinQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Aprc/others/postPriceChangePinQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Aprc/others/sendEmailWithPinQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asgt/get/getProductWarningASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getProductsListingASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/get/getTransferReportDiffASGT.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asgt/mutate/removeProductASGTQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Ass/get/getAssProductsByRefQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Ass/get/getAssProductsByStoreQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Actions/get/getActionQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Actions/others/archiveActionQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Actions/others/deleteActionQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Actions/others/extractActionQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +2 -3
- package/dist/types/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Inspection/get/getInspectionQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Template/get/getTemplateQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asta/Template/others/archiveTemplateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Template/others/deleteTemplateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Asta/Template/others/extractTemplateQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Asts/get/getProductInfoQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Asts/get/getStockQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/Asts/others/postAudioFileQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getBarcodesListingQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getBarcodesPrintQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getManualPackagesListQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getProductsListingQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getReportsBuilderQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getRfidQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getTransferAllProductsQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getTransferDocumentsQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/get/getTransferReportDiff.hook.d.ts +3 -4
- package/dist/types/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Astt/mutate/deleteManualPackageQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/mutate/postAsttActionsQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Astt/mutate/postManualPackageQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/mutate/postManualTransferQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Astt/mutate/postMatchingPackageQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/mutate/updateDocumentIdQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Astt/mutate/updatePackageIdQuery.hook.d.ts +3 -4
- package/dist/types/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +8 -0
- package/dist/{hooks → types/hooks}/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +3 -4
- package/dist/types/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +3 -4
- package/dist/types/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/BigWin/others/importABWGQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/BigWin/others/importRegulationQuery.hook.d.ts +2 -3
- package/dist/types/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/MIMO/get/useErrorHistory.hook.d.ts +3 -4
- package/dist/types/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +1 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +5 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +6 -0
- package/dist/types/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +9 -0
- package/dist/{hooks → types/hooks}/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/faqs/getFaqsQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/orders/getOrderDocuments.hook.d.ts +3 -4
- package/dist/types/hooks/OSUA/get/queue/getQueues.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/OSUA/get/queue/getQueuesMessages.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/vouchers/getGngVoucher.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +3 -4
- package/dist/types/hooks/OSUA/mutate/postEventsRep.hook.d.ts +1 -0
- package/dist/{hooks → types/hooks}/OSUA/mutate/postQueuesMessages.hook.d.ts +3 -4
- package/dist/types/hooks/OSUA/mutate/postVoucher.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/OSUA/mutate/putBalanceVouchers.hook.d.ts +3 -4
- package/dist/types/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +2 -0
- package/dist/types/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Orch/get/getInstancesQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +8 -0
- package/dist/{hooks → types/hooks}/Orch/get/getMacrosQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Orch/get/getMonitoringComponents.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Orch/others/reprocessingInstanceQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Orch/others/runMacrosQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Orch/others/stopInstanceQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Orch/others/updateMacroStatusQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +8 -0
- package/dist/{hooks → types/hooks}/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +9 -0
- package/dist/{hooks → types/hooks}/Others/changePasswordQuery.hook.d.ts +1 -1
- package/dist/{hooks → types/hooks}/Others/editAllBellNotificationsStatusQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/editBellNotificationsStatusQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Others/editFieldsByBulkQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Others/getBellNotificationsQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/getNotificationTitleQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/getRegulationQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Others/getUserEmailStatusQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/getWeeklyWorkloadQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Others/oneSignalUserQuery.hook.d.ts +1 -0
- package/dist/{hooks → types/hooks}/Others/postCheckoutsMutateQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Others/postUserAuthenticationQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/postVerifyImageQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Others/unblockUserQuery.hook.d.ts +1 -1
- package/dist/types/hooks/Others/useApplicationDataQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/useContractStatesQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/Others/useCountriesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/useCreateNotification.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/useCustomersQuery.hook.d.ts +19 -20
- package/dist/{hooks → types/hooks}/Others/useJobTitlesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Others/useRegulationQuery.hook.d.ts +2 -3
- package/dist/types/hooks/Others/useTermNotificationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Roles/get/useAllRolesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Store/getLocationsByUser.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Store/useAllStoreQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Store/useStoreByCodeQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Store/useStoreQuery.d.ts +7 -0
- package/dist/types/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +7 -0
- package/dist/{hooks → types/hooks}/Users/get/getUsersReadmissionQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Users/get/useApplicationQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Users/get/useExpUsersAnswersQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Users/get/usePermissionsQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Users/get/useUserIdQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Users/get/useUserListQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Users/get/useUserQuery.hook.d.ts +3 -4
- package/dist/types/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +2 -0
- package/dist/{hooks → types/hooks}/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/Users/others/useSingleUserResetPassword.hook.d.ts +2 -3
- package/dist/types/hooks/Users/others/useUserBlockQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +2 -0
- package/dist/types/hooks/Watson/get/getCloseSession.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/Watson/mutate/mutateCloseSession.hook.d.ts +2 -3
- package/dist/{hooks → types/hooks}/Watson/mutate/mutateNotificationRequest.hook.d.ts +2 -3
- package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +3 -0
- package/dist/{hooks → types/hooks}/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +3 -4
- package/dist/{hooks → types/hooks}/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +3 -4
- package/dist/types/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +8 -0
- package/dist/{hooks → types/hooks}/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +2 -3
- package/dist/types/hooks/index.d.ts +434 -0
- package/dist/types/index.d.ts +10 -2
- package/dist/{interfaces → types/interfaces}/Answer.d.ts +1 -2
- package/dist/{interfaces → types/interfaces}/Cart.d.ts +1 -2
- package/dist/{interfaces → types/interfaces}/Employee.d.ts +1 -2
- package/dist/{interfaces → types/interfaces}/Inspection.d.ts +1 -2
- package/dist/{interfaces → types/interfaces}/OSUA.d.ts +1 -0
- package/dist/{interfaces → types/interfaces}/Responses.d.ts +2 -3
- package/dist/{interfaces → types/interfaces}/Template.d.ts +1 -2
- package/dist/{interfaces → types/interfaces}/User.d.ts +1 -2
- package/dist/{services → types/services}/ApiService/index.d.ts +1 -1
- package/dist/{services → types/services}/InitService/index.d.ts +1 -2
- package/package.json +25 -14
- package/src/components/BottomDrawer/index.tsx +33 -0
- package/src/components/BottomDrawer/styles.module.scss +59 -0
- package/src/components/Button/index.tsx +7 -0
- package/src/components/Footer/index.tsx +44 -0
- package/src/components/Footer/styles.module.scss +33 -0
- package/src/components/Form/FormInputField/index.tsx +18 -0
- package/src/components/Form/FormSelectField/index.tsx +16 -0
- package/src/components/Form/index.ts +2 -0
- package/src/components/Header/index.tsx +20 -0
- package/src/components/Header/styles.module.scss +16 -0
- package/src/components/Link/index.tsx +21 -0
- package/src/components/Link/styles.module.scss +24 -0
- package/src/components/Navigation/index.tsx +30 -0
- package/src/components/Navigation/styles.module.scss +34 -0
- package/src/components/Page/index.tsx +35 -0
- package/src/components/Page/styles.module.scss +26 -0
- package/src/components/index.ts +8 -0
- package/src/constants/Icons.ts +21 -0
- package/src/constants/index.ts +1 -0
- package/src/helpers/codeMutation.tsx +2 -1
- package/src/helpers/date-unix.helper.ts +6 -5
- package/src/helpers/formatted-date.helper.ts +12 -8
- package/src/hooks/Astt/get/getRfidQuery.hook.ts +1 -0
- package/src/index.ts +1 -0
- package/src/interfaces/OSUA.ts +1 -0
- package/tsconfig.json +7 -4
- package/webpack.config.js +60 -0
- package/dist/components/index.d.ts +0 -1
- package/dist/hooks/ACB/mutate/postClientBalance.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +0 -9
- package/dist/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +0 -10
- package/dist/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +0 -3
- package/dist/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +0 -3
- package/dist/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +0 -3
- package/dist/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +0 -4
- package/dist/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +0 -3
- package/dist/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +0 -3
- package/dist/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +0 -8
- package/dist/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +0 -8
- package/dist/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +0 -5
- package/dist/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +0 -5
- package/dist/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +0 -7
- package/dist/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +0 -3
- package/dist/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +0 -8
- package/dist/hooks/Answer/others/openAnswerQuery.hook.d.ts +0 -3
- package/dist/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +0 -9
- package/dist/hooks/Answer/others/showAnswerQuery.hook.d.ts +0 -3
- package/dist/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +0 -3
- package/dist/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +0 -8
- package/dist/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asts/get/getStockQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +0 -3
- package/dist/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +0 -9
- package/dist/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +0 -8
- package/dist/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +0 -3
- package/dist/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +0 -3
- package/dist/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +0 -1
- package/dist/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +0 -5
- package/dist/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +0 -7
- package/dist/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +0 -10
- package/dist/hooks/OSUA/get/queue/getQueues.hook.d.ts +0 -3
- package/dist/hooks/OSUA/mutate/postEventsRep.hook.d.ts +0 -1
- package/dist/hooks/OSUA/mutate/postVoucher.hook.d.ts +0 -3
- package/dist/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +0 -3
- package/dist/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +0 -3
- package/dist/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +0 -9
- package/dist/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +0 -4
- package/dist/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +0 -9
- package/dist/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +0 -10
- package/dist/hooks/Others/editFieldsByBulkQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/oneSignalUserQuery.hook.d.ts +0 -1
- package/dist/hooks/Others/useApplicationDataQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/useContractStatesQuery.hook.d.ts +0 -8
- package/dist/hooks/Others/useTermNotificationQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Store/useStoreQuery.d.ts +0 -8
- package/dist/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +0 -8
- package/dist/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Users/get/useUserIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/others/useUserBlockQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +0 -3
- package/dist/hooks/Watson/get/getCloseSession.hook.d.ts +0 -4
- package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +0 -9
- package/dist/hooks/index.d.ts +0 -434
- package/dist/index.d.ts +0 -7
- package/dist/shared-resources.umd.js +0 -33
- package/dist/shared-resources.umd.js.map +0 -1
- package/vite.config.js +0 -49
- /package/dist/{enums → types/enums}/attendence-type.enum.d.ts +0 -0
- /package/dist/{enums → types/enums}/employees-order.enum.d.ts +0 -0
- /package/dist/{enums → types/enums}/index.d.ts +0 -0
- /package/dist/{helpers → types/helpers}/formatted-date.helper.d.ts +0 -0
- /package/dist/{helpers → types/helpers}/index.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ACB.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ASAECustomer.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Acls.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Actions.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnalyticsEvaluationCycle.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnalyticsUserId.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Anot.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnswerType.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnswersUserSupervisor.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ApplicationsByCategory.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AstaQuestions.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AstsStock.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AstsStockInfo.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsttReconciliationDocuments.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsvProductsByReference.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsvProductsByStore.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsvProductsStockDetails.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Atim.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AtimScheduling.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AttendanceIssues.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Auth0Config.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/BellNotification.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Brand.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Bulk.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Bwg.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Checkout.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Configuration.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ContractStates.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Countries.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/CreateNotification.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Customer.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/CustomerHistory.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/CustomerVoucher.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/EvaluationCycle.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ExpUsersAnswers.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/FlowExecution.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/FlowList.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/GetMonths.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Instances.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/JobTitles.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/MIMO.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/MacroInstance.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Macros.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/MonitoringComponent.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/NotificationTitle.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Permissions.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/PriceChange.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Product.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ProductsHierarchies.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ProductsPickedTransfers.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Questionnaire.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ReasonCodes.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ReportBuilder.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ResponseList.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Rfid.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Roles.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Store.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TagsFlow.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TermNotification.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TimeKeeping.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferAllProducts.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferDocumentState.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferDocuments.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferPackage.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferPickProducts.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferReportDiff.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferStates.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/UserAuthentication.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/UserEmailStatus.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/VacationPlan.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/VerifyImage.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/VerifyUser.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Watson.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Workload.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/index.d.ts +0 -0
- /package/dist/{services → types/services}/index.d.ts +0 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { TransferDocumentState } from '../../../interfaces/TransferDocumentState';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocumentState } from '../../../interfaces/TransferDocumentState';
|
|
4
3
|
export interface TransferDocumentsFinishedQueryProps extends UseQueryOptions<TransferDocumentState> {
|
|
5
4
|
transferDocumentId: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const putTransferDocumentsFinishedQuery: ({ transferDocumentId }: TransferDocumentsFinishedQueryProps) => import(
|
|
6
|
+
export declare const putTransferDocumentsFinishedQuery: ({ transferDocumentId }: TransferDocumentsFinishedQueryProps) => import("@tanstack/react-query").UseMutationResult<TransferDocumentState, unknown, TransferDocumentState, unknown>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { TransferDocumentState } from '../../../interfaces/TransferDocumentState';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocumentState } from '../../../interfaces/TransferDocumentState';
|
|
4
3
|
export interface TransferDocumentsPartiallyQueryProps extends UseQueryOptions<TransferDocumentState> {
|
|
5
4
|
transferDocumentId: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const putTransferDocumentsPartiallyQuery: ({ transferDocumentId }: TransferDocumentsPartiallyQueryProps) => import(
|
|
6
|
+
export declare const putTransferDocumentsPartiallyQuery: ({ transferDocumentId }: TransferDocumentsPartiallyQueryProps) => import("@tanstack/react-query").UseMutationResult<TransferDocumentState, unknown, TransferDocumentState, unknown>;
|
package/dist/{hooks → types/hooks}/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts
RENAMED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { TransferDocumentState } from '../../../interfaces/TransferDocumentState';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocumentState } from '../../../interfaces/TransferDocumentState';
|
|
4
3
|
export interface TransferDocumentsStateMutateProps extends UseQueryOptions<TransferDocumentState> {
|
|
5
4
|
transferDocumentId: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const putTransferDocumentsStateMutateQueryHook: ({ transferDocumentId }: TransferDocumentsStateMutateProps) => import(
|
|
6
|
+
export declare const putTransferDocumentsStateMutateQueryHook: ({ transferDocumentId }: TransferDocumentsStateMutateProps) => import("@tanstack/react-query").UseMutationResult<TransferDocumentState, unknown, TransferDocumentState, unknown>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { TransferDocuments } from '../../../interfaces/TransferDocuments';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocuments } from '../../../interfaces/TransferDocuments';
|
|
4
3
|
export interface UpdateDocumentIdProps extends UseQueryOptions<TransferDocuments> {
|
|
5
4
|
oldDocumentNumber: string;
|
|
6
5
|
newDocumentNumber: string;
|
|
7
6
|
}
|
|
8
|
-
export declare const updateDocumentIdQueryHook: ({ oldDocumentNumber, newDocumentNumber }: UpdateDocumentIdProps) => import(
|
|
7
|
+
export declare const updateDocumentIdQueryHook: ({ oldDocumentNumber, newDocumentNumber }: UpdateDocumentIdProps) => import("@tanstack/react-query").UseMutationResult<TransferDocuments, unknown, void, unknown>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { TransferDocumentsDetails } from '../../../interfaces/TransferDocuments';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocumentsDetails } from '../../../interfaces/TransferDocuments';
|
|
4
3
|
export interface UpdatePackageIdQueryProps extends UseQueryOptions<TransferDocumentsDetails> {
|
|
5
4
|
transferDocumentId: string;
|
|
6
5
|
oldPackageId: string;
|
|
7
6
|
newPackageId: string;
|
|
8
7
|
}
|
|
9
|
-
export declare const updatePackageIdQuery: ({ transferDocumentId, oldPackageId, newPackageId }: UpdatePackageIdQueryProps) => import(
|
|
8
|
+
export declare const updatePackageIdQuery: ({ transferDocumentId, oldPackageId, newPackageId }: UpdatePackageIdQueryProps) => import("@tanstack/react-query").UseMutationResult<TransferDocumentsDetails, unknown, TransferDocumentsDetails, unknown>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { AsvProductsByReference, ResponseList } from "../../../interfaces";
|
|
3
|
+
export interface ProductsByRefProps extends UseQueryOptions<ResponseList<"StockList", AsvProductsByReference>> {
|
|
4
|
+
reference: string;
|
|
5
|
+
sortBy?: string;
|
|
6
|
+
sortDirection?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const getProductsByRef: ({ reference, sortBy, sortDirection }: ProductsByRefProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"StockList", AsvProductsByReference>, unknown>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { AsvProductsByStore, ResponseList } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { AsvProductsByStore, ResponseList } from "../../../interfaces";
|
|
4
3
|
export interface ProductsByStoreProps extends UseQueryOptions<ResponseList<"StockList", AsvProductsByStore>> {
|
|
5
4
|
reference: string;
|
|
6
5
|
storeCode: string;
|
|
@@ -9,4 +8,4 @@ export interface ProductsByStoreProps extends UseQueryOptions<ResponseList<"Stoc
|
|
|
9
8
|
sortBy?: string;
|
|
10
9
|
sortDirection?: string;
|
|
11
10
|
}
|
|
12
|
-
export declare const getProductsByStore: ({ reference, storeCode, hasStock, filterColor, sortBy, sortDirection }: ProductsByStoreProps) => import(
|
|
11
|
+
export declare const getProductsByStore: ({ reference, storeCode, hasStock, filterColor, sortBy, sortDirection }: ProductsByStoreProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"StockList", AsvProductsByStore>, unknown>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { AsvProductsStockDetails } from "../../../interfaces";
|
|
3
|
+
export interface ProductsStockDetailsProps extends UseQueryOptions<AsvProductsStockDetails> {
|
|
4
|
+
reference: string;
|
|
5
|
+
storeCode: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const getProductsStockDetailsQueryHook: ({ reference, storeCode }: ProductsStockDetailsProps) => import("@tanstack/react-query").UseQueryResult<AsvProductsStockDetails, unknown>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { Bwg } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { Bwg } from "../../../interfaces";
|
|
4
3
|
export interface BwgAllEmployeesQueryQueryProps extends UseQueryOptions<Bwg> {
|
|
5
4
|
tags?: string;
|
|
6
5
|
page: number;
|
|
@@ -10,4 +9,4 @@ export interface BwgAllEmployeesQueryQueryProps extends UseQueryOptions<Bwg> {
|
|
|
10
9
|
query?: string;
|
|
11
10
|
userId?: string;
|
|
12
11
|
}
|
|
13
|
-
export declare const getBwgAllEmployeesQuery: ({ tags, page, records, sortBy, sortDirection, query, userId, ...options }: BwgAllEmployeesQueryQueryProps) => import(
|
|
12
|
+
export declare const getBwgAllEmployeesQuery: ({ tags, page, records, sortBy, sortDirection, query, userId, ...options }: BwgAllEmployeesQueryQueryProps) => import("@tanstack/react-query").UseQueryResult<Bwg, unknown>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { Bwg } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { Bwg } from "../../../interfaces";
|
|
4
3
|
export interface BwgBackOfficeQueryQueryProps extends UseQueryOptions<Bwg> {
|
|
5
4
|
tags?: string;
|
|
6
5
|
page: number;
|
|
@@ -10,4 +9,4 @@ export interface BwgBackOfficeQueryQueryProps extends UseQueryOptions<Bwg> {
|
|
|
10
9
|
query?: string;
|
|
11
10
|
userId?: string;
|
|
12
11
|
}
|
|
13
|
-
export declare const getBwgBackOfficeQuery: ({ tags, page, records, sortBy, sortDirection, query, userId, ...options }: BwgBackOfficeQueryQueryProps) => import(
|
|
12
|
+
export declare const getBwgBackOfficeQuery: ({ tags, page, records, sortBy, sortDirection, query, userId, ...options }: BwgBackOfficeQueryQueryProps) => import("@tanstack/react-query").UseQueryResult<Bwg, unknown>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { BwgExcel } from '../../../interfaces';
|
|
2
|
-
|
|
3
|
-
export declare const importABWGQuery: (integrationType: string, bodyType?: string) => import('@tanstack/react-query').UseMutationResult<string, unknown, BwgExcel, unknown>;
|
|
1
|
+
import { BwgExcel } from '../../../interfaces';
|
|
2
|
+
export declare const importABWGQuery: (integrationType: string, bodyType?: string) => import("@tanstack/react-query").UseMutationResult<string, unknown, BwgExcel, unknown>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { BwgFile } from '../../../interfaces';
|
|
2
|
-
|
|
3
|
-
export declare const importRegulationHook: (bodyType?: string) => import('@tanstack/react-query').UseMutationResult<string, unknown, BwgFile, unknown>;
|
|
1
|
+
import { BwgFile } from '../../../interfaces';
|
|
2
|
+
export declare const importRegulationHook: (bodyType?: string) => import("@tanstack/react-query").UseMutationResult<string, unknown, BwgFile, unknown>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { EvaluationCycle, ResponseList } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { EvaluationCycle, ResponseList } from "../../../interfaces";
|
|
4
3
|
export interface EvaluationCycleProps extends UseQueryOptions<ResponseList<"EvaluationCycles", EvaluationCycle>> {
|
|
5
4
|
tags?: string;
|
|
6
5
|
page?: number;
|
|
@@ -9,4 +8,4 @@ export interface EvaluationCycleProps extends UseQueryOptions<ResponseList<"Eval
|
|
|
9
8
|
sortDirection?: string;
|
|
10
9
|
query?: string;
|
|
11
10
|
}
|
|
12
|
-
export declare const useEvaluationCycleQueryHook: ({ tags, page, records, sortBy, sortDirection, query }: EvaluationCycleProps) => import(
|
|
11
|
+
export declare const useEvaluationCycleQueryHook: ({ tags, page, records, sortBy, sortDirection, query }: EvaluationCycleProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"EvaluationCycles", EvaluationCycle>, unknown>;
|
package/dist/{hooks → types/hooks}/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts
RENAMED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
-
|
|
3
|
-
export declare const useEvaluationCycleMutateHook: () => import('@tanstack/react-query').UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
|
1
|
+
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
+
export declare const useEvaluationCycleMutateHook: () => import("@tanstack/react-query").UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
package/dist/{hooks → types/hooks}/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts
RENAMED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
-
|
|
3
|
-
export declare const activateEvaluationCycleQueryHook: () => import('@tanstack/react-query').UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
|
1
|
+
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
+
export declare const activateEvaluationCycleQueryHook: () => import("@tanstack/react-query").UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
package/dist/{hooks → types/hooks}/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts
RENAMED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
-
|
|
3
|
-
export declare const cancelEvaluationCycleQueryHook: () => import('@tanstack/react-query').UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
|
1
|
+
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
+
export declare const cancelEvaluationCycleQueryHook: () => import("@tanstack/react-query").UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
package/dist/{hooks → types/hooks}/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts
RENAMED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
-
|
|
3
|
-
export declare const deleteEvaluationCycleMutateHook: () => import('@tanstack/react-query').UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
|
1
|
+
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
+
export declare const deleteEvaluationCycleMutateHook: () => import("@tanstack/react-query").UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
package/dist/{hooks → types/hooks}/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts
RENAMED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
-
|
|
3
|
-
export declare const finishEvaluationCycleQueryHook: () => import('@tanstack/react-query').UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
|
1
|
+
import { EvaluationCycle } from '../../../interfaces/EvaluationCycle';
|
|
2
|
+
export declare const finishEvaluationCycleQueryHook: () => import("@tanstack/react-query").UseMutationResult<EvaluationCycle, unknown, EvaluationCycle, unknown>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { ImportData } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { ImportData } from "../../../../interfaces";
|
|
4
3
|
export interface getIntegrationByNameProps extends UseQueryOptions<ImportData> {
|
|
5
4
|
name: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const getIntegrationByName: ({ name }: getIntegrationByNameProps) => import(
|
|
6
|
+
export declare const getIntegrationByName: ({ name }: getIntegrationByNameProps) => import("@tanstack/react-query").UseQueryResult<ImportData, unknown>;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { ProductIntegrationHistory } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { ProductIntegrationHistory } from "../../../../interfaces";
|
|
4
3
|
export interface getIntegrationProductHistoryProps extends UseQueryOptions<ProductIntegrationHistory> {
|
|
5
4
|
page: number;
|
|
6
5
|
records: number;
|
|
7
6
|
sortBy: string;
|
|
8
7
|
sortDirection: string;
|
|
9
8
|
}
|
|
10
|
-
export declare const getIntegrationProductHistory: ({ page, records, sortBy, sortDirection }: getIntegrationProductHistoryProps) => import(
|
|
9
|
+
export declare const getIntegrationProductHistory: ({ page, records, sortBy, sortDirection }: getIntegrationProductHistoryProps) => import("@tanstack/react-query").UseQueryResult<ProductIntegrationHistory, unknown>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { ErrorHistoryItem } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { ErrorHistoryItem } from "../../../../interfaces";
|
|
4
3
|
interface GetErrorHistoryProps extends UseQueryOptions<ErrorHistoryItem[]> {
|
|
5
4
|
query?: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const useErrorHistory: (options?: GetErrorHistoryProps) => import(
|
|
6
|
+
export declare const useErrorHistory: (options?: GetErrorHistoryProps) => import("@tanstack/react-query").UseQueryResult<ErrorHistoryItem[], unknown>;
|
|
8
7
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const postDagsAdjustStock: () => import("@tanstack/react-query").UseMutationResult<string, unknown, void, unknown>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { VendusIntegration } from "../../../../interfaces";
|
|
2
|
+
export interface IntegrationUpdate {
|
|
3
|
+
type: string;
|
|
4
|
+
date: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const putVendusIntegration: () => import("@tanstack/react-query").UseMutationResult<VendusIntegration, unknown, IntegrationUpdate, unknown>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { DocumentGng, ResponseList } from "../../../../interfaces";
|
|
3
|
+
interface GetGNGDocumentosProps extends UseQueryOptions<ResponseList<"Documents", DocumentGng>> {
|
|
4
|
+
page?: number;
|
|
5
|
+
records?: number;
|
|
6
|
+
query?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const getGngDocumentos: ({ page, records, query, ...options }: GetGNGDocumentosProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Documents", DocumentGng>, unknown>;
|
|
9
|
+
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { ResponseList, DocumentSitoo } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ResponseList, DocumentSitoo } from '../../../../interfaces';
|
|
4
3
|
interface GetSitooDocumentosProps extends UseQueryOptions<ResponseList<"Items", DocumentSitoo>> {
|
|
5
4
|
fields?: string;
|
|
6
5
|
externalid?: string;
|
|
7
6
|
}
|
|
8
|
-
export declare const getSitooDocumentos: ({ fields, externalid, ...options }: GetSitooDocumentosProps) => import(
|
|
7
|
+
export declare const getSitooDocumentos: ({ fields, externalid, ...options }: GetSitooDocumentosProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Items", DocumentSitoo>, unknown>;
|
|
9
8
|
export {};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { ResponseList, DocumentErrorEvent } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ResponseList, DocumentErrorEvent } from '../../../../interfaces';
|
|
4
3
|
interface GetSitooErrorEventsProps extends UseQueryOptions<ResponseList<"Events", DocumentErrorEvent>> {
|
|
5
4
|
page?: number;
|
|
6
5
|
records?: number;
|
|
7
6
|
sortBy?: string;
|
|
8
7
|
sortDirection?: string;
|
|
9
8
|
}
|
|
10
|
-
export declare const getSitooErrorEvents: ({ page, records, sortBy, sortDirection, ...options }: GetSitooErrorEventsProps) => import(
|
|
9
|
+
export declare const getSitooErrorEvents: ({ page, records, sortBy, sortDirection, ...options }: GetSitooErrorEventsProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Events", DocumentErrorEvent>, unknown>;
|
|
11
10
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { ResponseList, Section } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { ResponseList, Section } from "../../../../interfaces";
|
|
4
3
|
interface GetSectionProps extends UseQueryOptions<ResponseList<"Sections", Section>> {
|
|
5
4
|
page?: number;
|
|
6
5
|
records?: number;
|
|
@@ -8,5 +7,5 @@ interface GetSectionProps extends UseQueryOptions<ResponseList<"Sections", Secti
|
|
|
8
7
|
sortDirection?: string;
|
|
9
8
|
terms?: string;
|
|
10
9
|
}
|
|
11
|
-
export declare const getFaqsQuery: ({ page, records, sortBy, sortDirection, terms, ...options }: GetSectionProps) => import(
|
|
10
|
+
export declare const getFaqsQuery: ({ page, records, sortBy, sortDirection, terms, ...options }: GetSectionProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Sections", Section>, unknown>;
|
|
12
11
|
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { DocumentGng, ResponseList } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { DocumentGng, ResponseList } from '../../../../interfaces';
|
|
4
3
|
interface GetGNGDocumentosOrderProps extends UseQueryOptions<ResponseList<"Documents", DocumentGng>> {
|
|
5
4
|
page?: number;
|
|
6
5
|
records?: number;
|
|
7
6
|
query?: string;
|
|
8
7
|
}
|
|
9
|
-
export declare const getOrderDocuments: ({ page, records, query, ...options }: GetGNGDocumentosOrderProps) => import(
|
|
8
|
+
export declare const getOrderDocuments: ({ page, records, query, ...options }: GetGNGDocumentosOrderProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Documents", DocumentGng>, unknown>;
|
|
10
9
|
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { ResponseList, QueuesMessages } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ResponseList, QueuesMessages } from '../../../../interfaces';
|
|
4
3
|
interface GetQueuesMessagesProps extends UseQueryOptions<ResponseList<"Messages", QueuesMessages>> {
|
|
5
4
|
id?: string;
|
|
6
5
|
page?: number;
|
|
7
6
|
records?: number;
|
|
8
7
|
}
|
|
9
|
-
export declare const getQueuesMessages: ({ id, page, records, ...options }: GetQueuesMessagesProps) => import(
|
|
8
|
+
export declare const getQueuesMessages: ({ id, page, records, ...options }: GetQueuesMessagesProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Messages", QueuesMessages>, unknown>;
|
|
10
9
|
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { ResponseList, GiftCards } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ResponseList, GiftCards } from '../../../../interfaces';
|
|
4
3
|
interface GetGNGVoucherProps extends UseQueryOptions<ResponseList<"GiftCards", GiftCards>> {
|
|
5
4
|
page?: number;
|
|
6
5
|
records?: number;
|
|
7
6
|
query?: string;
|
|
8
7
|
}
|
|
9
|
-
export declare const getGNGVoucher: ({ page, records, query, ...options }: GetGNGVoucherProps) => import(
|
|
8
|
+
export declare const getGNGVoucher: ({ page, records, query, ...options }: GetGNGVoucherProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"GiftCards", GiftCards>, unknown>;
|
|
10
9
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { ResponseList, GiftCards } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ResponseList, GiftCards } from '../../../../interfaces';
|
|
4
3
|
interface GetOsuaVoucherProps extends UseQueryOptions<ResponseList<"Vouchers", GiftCards>> {
|
|
5
4
|
page: number;
|
|
6
5
|
records: number;
|
|
@@ -9,5 +8,5 @@ interface GetOsuaVoucherProps extends UseQueryOptions<ResponseList<"Vouchers", G
|
|
|
9
8
|
terms?: string;
|
|
10
9
|
query?: string;
|
|
11
10
|
}
|
|
12
|
-
export declare const getOsuaVoucher: ({ page, records, sortBy, sortDirection, terms, query, ...options }: GetOsuaVoucherProps) => import(
|
|
11
|
+
export declare const getOsuaVoucher: ({ page, records, sortBy, sortDirection, terms, query, ...options }: GetOsuaVoucherProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Vouchers", GiftCards>, unknown>;
|
|
13
12
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
2
|
interface OsuaVoucher {
|
|
4
3
|
Id: string;
|
|
5
4
|
}
|
|
@@ -10,5 +9,5 @@ interface OsuaError {
|
|
|
10
9
|
interface GetSalesNumberOsuaProps extends UseQueryOptions<OsuaVoucher, OsuaError> {
|
|
11
10
|
pGiftCardNumber?: string;
|
|
12
11
|
}
|
|
13
|
-
export declare const getSalesNumberOsua: ({ pGiftCardNumber, ...options }: GetSalesNumberOsuaProps) => import(
|
|
12
|
+
export declare const getSalesNumberOsua: ({ pGiftCardNumber, ...options }: GetSalesNumberOsuaProps) => import("@tanstack/react-query").UseQueryResult<OsuaVoucher, OsuaError>;
|
|
14
13
|
export {};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { SitooVoucher } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { SitooVoucher } from '../../../../interfaces';
|
|
4
3
|
interface GetSitooVouchersProps extends UseQueryOptions<SitooVoucher> {
|
|
5
4
|
id?: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const getSitooVouchers: ({ id, ...options }: GetSitooVouchersProps) => import(
|
|
6
|
+
export declare const getSitooVouchers: ({ id, ...options }: GetSitooVouchersProps) => import("@tanstack/react-query").UseQueryResult<SitooVoucher, unknown>;
|
|
8
7
|
export {};
|
package/dist/{hooks → types/hooks}/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts
RENAMED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { IntegrationRequestStatus } from '../../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { IntegrationRequestStatus } from '../../../../interfaces';
|
|
4
3
|
interface GetVoucherIntegrationRequestStatusProps extends UseQueryOptions<IntegrationRequestStatus> {
|
|
5
4
|
pIntegrationType?: string;
|
|
6
5
|
pSourcePlatformId?: string;
|
|
7
6
|
}
|
|
8
|
-
export declare const getVoucherIntegrationRequestStatus: ({ pIntegrationType, pSourcePlatformId, ...options }: GetVoucherIntegrationRequestStatusProps) => import(
|
|
7
|
+
export declare const getVoucherIntegrationRequestStatus: ({ pIntegrationType, pSourcePlatformId, ...options }: GetVoucherIntegrationRequestStatusProps) => import("@tanstack/react-query").UseQueryResult<IntegrationRequestStatus, unknown>;
|
|
9
8
|
export {};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { IntegrationRequestStatus } from '../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { IntegrationRequestStatus } from '../../../interfaces';
|
|
4
3
|
interface ActivateOsuaVoucherProps extends UseQueryOptions<IntegrationRequestStatus> {
|
|
5
4
|
customerId: string;
|
|
6
5
|
reedemId: string;
|
|
7
6
|
}
|
|
8
|
-
export declare const activateOsuaVoucher: ({ customerId, reedemId }: ActivateOsuaVoucherProps) => import(
|
|
7
|
+
export declare const activateOsuaVoucher: ({ customerId, reedemId }: ActivateOsuaVoucherProps) => import("@tanstack/react-query").UseMutationResult<{
|
|
9
8
|
Success: boolean;
|
|
10
9
|
}, unknown, void, unknown>;
|
|
11
10
|
export {};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { IntegrationRequestStatus } from '../../../interfaces';
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { IntegrationRequestStatus } from '../../../interfaces';
|
|
4
3
|
interface PostCreateIntegrationRequestProps extends UseQueryOptions<IntegrationRequestStatus> {
|
|
5
4
|
integrationType?: string;
|
|
6
5
|
sourcePlatformId?: string;
|
|
7
6
|
destinations?: string;
|
|
8
7
|
query?: string;
|
|
9
8
|
}
|
|
10
|
-
export declare const postCreateIntegrationRequest: ({ integrationType, sourcePlatformId, destinations, query }: PostCreateIntegrationRequestProps) => import(
|
|
9
|
+
export declare const postCreateIntegrationRequest: ({ integrationType, sourcePlatformId, destinations, query }: PostCreateIntegrationRequestProps) => import("@tanstack/react-query").UseMutationResult<IntegrationRequestStatus, unknown, IntegrationRequestStatus, unknown>;
|
|
11
10
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const postEventsRep: () => import("@tanstack/react-query").UseMutationResult<string, unknown, void, unknown>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { QueuesMessages } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { QueuesMessages } from "../../../interfaces";
|
|
4
3
|
export interface PostQueesMessages extends UseQueryOptions<QueuesMessages> {
|
|
5
4
|
id: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const postQueesMessages: ({ id }: PostQueesMessages) => import(
|
|
6
|
+
export declare const postQueesMessages: ({ id }: PostQueesMessages) => import("@tanstack/react-query").UseMutationResult<QueuesMessages, unknown, QueuesMessages, unknown>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { BalanceVouchers } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { BalanceVouchers } from "../../../interfaces";
|
|
4
3
|
export interface BalanceVouchersQueryProps extends UseQueryOptions<BalanceVouchers> {
|
|
5
4
|
giftCardNumber: string;
|
|
6
5
|
}
|
|
7
|
-
export declare const putBalanceVouchers: ({ giftCardNumber }: BalanceVouchersQueryProps) => import(
|
|
6
|
+
export declare const putBalanceVouchers: ({ giftCardNumber }: BalanceVouchersQueryProps) => import("@tanstack/react-query").UseMutationResult<BalanceVouchers, unknown, BalanceVouchers, unknown>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { Instances } from "../../../interfaces";
|
|
3
|
+
export declare const getInstanceByIdQueryHook: (instanceId: string, { ...options }: UseQueryOptions<Instances>, userDetails?: boolean) => import("@tanstack/react-query").UseQueryResult<Instances, unknown>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { Instances, ResponseList } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { Instances, ResponseList } from "../../../interfaces";
|
|
4
3
|
interface InstancesProps extends Omit<UseQueryOptions<ResponseList<"Instances", Instances>>, "queryKey"> {
|
|
5
4
|
page: number;
|
|
6
5
|
records: number;
|
|
@@ -9,5 +8,5 @@ interface InstancesProps extends Omit<UseQueryOptions<ResponseList<"Instances",
|
|
|
9
8
|
terms?: string;
|
|
10
9
|
query?: string;
|
|
11
10
|
}
|
|
12
|
-
export declare const getInstancesQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: InstancesProps) => import(
|
|
11
|
+
export declare const getInstancesQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: InstancesProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Instances", Instances>, unknown>;
|
|
13
12
|
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { MacroInstance } from "../../../interfaces";
|
|
3
|
+
interface MacrosInstancesProps extends Omit<UseQueryOptions<MacroInstance>, "queryKey"> {
|
|
4
|
+
costumerId?: string;
|
|
5
|
+
type?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const getMacrosInstancesQueryHook: ({ costumerId, type, ...options }: MacrosInstancesProps) => import("@tanstack/react-query").UseQueryResult<MacroInstance, unknown>;
|
|
8
|
+
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { Macros, ResponseList } from
|
|
3
|
-
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { Macros, ResponseList } from "../../../interfaces";
|
|
4
3
|
interface MacrosProps extends Omit<UseQueryOptions<ResponseList<"Macros", Macros>>, "queryKey"> {
|
|
5
4
|
page: number;
|
|
6
5
|
records: number;
|
|
@@ -9,5 +8,5 @@ interface MacrosProps extends Omit<UseQueryOptions<ResponseList<"Macros", Macros
|
|
|
9
8
|
terms?: string;
|
|
10
9
|
query?: string;
|
|
11
10
|
}
|
|
12
|
-
export declare const getMacrosQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: MacrosProps) => import(
|
|
11
|
+
export declare const getMacrosQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: MacrosProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Macros", Macros>, unknown>;
|
|
13
12
|
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
+
import { Instances } from "../../../interfaces";
|
|
3
|
+
export declare const getMacrosUserQueryHook: (instanceId: string, { ...options }: UseQueryOptions<Instances>) => import("@tanstack/react-query").UseQueryResult<Instances, unknown>;
|