@omniumretail/shared-resources 0.3.80 → 0.3.82
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/{types/components → components}/BottomDrawer/index.d.ts +2 -1
- package/dist/{types/components → components}/Button/index.d.ts +2 -1
- package/dist/{types/components → components}/Form/FormInputField/index.d.ts +2 -1
- package/dist/{types/components → components}/Form/FormSelectField/index.d.ts +3 -2
- package/dist/{types/components → components}/Link/index.d.ts +2 -1
- package/dist/{types/components → components}/SharedContextProvider/index.d.ts +2 -1
- package/dist/constants/Icons.d.ts +15 -0
- package/dist/{types/constants → constants}/QueryClient.d.ts +2 -1
- package/dist/{types/contexts → contexts}/useStore.d.ts +3 -2
- package/dist/{types/helpers → helpers}/codeMutation.d.ts +3 -2
- package/dist/{types/helpers → helpers}/date-unix.helper.d.ts +2 -1
- package/dist/{types/helpers → helpers}/getChildrenByType.helper.d.ts +2 -1
- package/dist/{types/hooks → hooks}/ACB/get/getClientBalance.hook.d.ts +4 -3
- package/dist/hooks/ACB/mutate/postClientBalance.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ASAEGNG/get/getCustomersQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +4 -4
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +4 -3
- package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +4 -3
- package/dist/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +9 -0
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +4 -3
- package/dist/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +10 -0
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +4 -3
- package/dist/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +3 -0
- package/dist/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +3 -0
- package/dist/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +4 -3
- package/dist/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +4 -3
- package/dist/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Acls/get/getVoucherSitooQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Acls/get/getVoucherTemplatesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Acls/mutate/postSalesAssociationQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Acls/mutate/postVerificationEmailQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Acls/mutate/postVerificationUserQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Acls/mutate/postVoucherSitooQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Acls/mutate/reactivateVoucherQuery.hook.d.ts +1 -1
- package/dist/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +3 -0
- package/dist/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Aexp/get/getFlowExecutionQuery.hook.d.ts +4 -3
- package/dist/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Aexp/get/getFlowListQuery.hook.d.ts +4 -3
- package/dist/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +3 -2
- package/dist/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +3 -2
- package/dist/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +4 -3
- package/dist/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +4 -3
- package/dist/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Analytics/get/useAnalyticsUserQuery.hook.d.ts +4 -3
- package/dist/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +5 -0
- package/dist/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +5 -0
- package/dist/{types/hooks → hooks}/Anot/get/getNotificationHeadersQuery.hook.d.ts +4 -3
- package/dist/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +7 -0
- package/dist/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Anot/get/getNotificationsQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Anot/get/getNotificationsTypeQuery.hook.d.ts +4 -3
- package/dist/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +3 -0
- package/dist/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +3 -0
- package/dist/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/Answer/mutate/useAnswerMutateQuery.hook.d.ts +4 -3
- package/dist/hooks/Answer/others/openAnswerQuery.hook.d.ts +3 -0
- package/dist/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +9 -0
- package/dist/hooks/Answer/others/showAnswerQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/AprProduct/get/useProductHierarchies.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/AprProduct/get/useProductRecommendations.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/AprProduct/get/useProductsByRefQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/AprProduct/get/useProductsQuery.hook.d.ts +20 -19
- package/dist/{types/hooks → hooks}/Aprc/get/getPriceChangePinQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Aprc/others/postPriceChangePinQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Aprc/others/sendEmailWithPinQuery.hook.d.ts +4 -3
- package/dist/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asgt/get/getProductWarningASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getProductsListingASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/get/getTransferReportDiffASGT.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asgt/mutate/removeProductASGTQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Ass/get/getAssProductsByRefQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Ass/get/getAssProductsByStoreQuery.hook.d.ts +4 -3
- package/dist/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +8 -0
- package/dist/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Actions/get/getActionQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Actions/others/archiveActionQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Actions/others/deleteActionQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Actions/others/extractActionQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +3 -2
- package/dist/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Inspection/get/getInspectionQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Template/get/getTemplateQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asta/Template/others/archiveTemplateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Template/others/deleteTemplateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Asta/Template/others/extractTemplateQuery.hook.d.ts +4 -3
- package/dist/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Asts/get/getProductInfoQuery.hook.d.ts +4 -3
- package/dist/hooks/Asts/get/getStockQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/Asts/others/postAudioFileQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +4 -3
- package/dist/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getBarcodesListingQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getBarcodesPrintQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getManualPackagesListQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getProductsListingQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getReportsBuilderQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getRfidQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getTransferAllProductsQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/get/getTransferReportDiff.hook.d.ts +4 -3
- package/dist/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Astt/mutate/deleteManualPackageQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/mutate/postAsttActionsQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Astt/mutate/postManualPackageQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/mutate/postManualTransferQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Astt/mutate/postMatchingPackageQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/mutate/updateDocumentIdQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Astt/mutate/updatePackageIdQuery.hook.d.ts +4 -3
- package/dist/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +9 -0
- package/dist/{types/hooks → hooks}/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +4 -3
- package/dist/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +4 -3
- package/dist/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/BigWin/others/importABWGQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/BigWin/others/importRegulationQuery.hook.d.ts +3 -2
- package/dist/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +3 -0
- package/dist/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +3 -0
- package/dist/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/MIMO/get/useErrorHistory.hook.d.ts +4 -3
- package/dist/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +3 -0
- package/dist/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +1 -0
- package/dist/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +5 -0
- package/dist/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +3 -0
- package/dist/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +3 -0
- package/dist/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +7 -0
- package/dist/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +10 -0
- package/dist/{types/hooks → hooks}/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/faqs/getFaqsQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/orders/getOrderDocuments.hook.d.ts +4 -3
- package/dist/hooks/OSUA/get/queue/getQueues.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/OSUA/get/queue/getQueuesMessages.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getGngVoucher.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +4 -3
- package/dist/hooks/OSUA/mutate/postEventsRep.hook.d.ts +1 -0
- package/dist/{types/hooks → hooks}/OSUA/mutate/postQueuesMessages.hook.d.ts +4 -3
- package/dist/hooks/OSUA/mutate/postVoucher.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/OSUA/mutate/putBalanceVouchers.hook.d.ts +4 -3
- package/dist/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +3 -0
- package/dist/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +3 -0
- package/dist/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Orch/get/getInstancesQuery.hook.d.ts +4 -3
- package/dist/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +9 -0
- package/dist/{types/hooks → hooks}/Orch/get/getMacrosQuery.hook.d.ts +4 -3
- package/dist/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Orch/get/getMonitoringComponents.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Orch/others/reprocessingInstanceQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Orch/others/runMacrosQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Orch/others/stopInstanceQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Orch/others/updateMacroStatusQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +4 -3
- package/dist/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +9 -0
- package/dist/{types/hooks → hooks}/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +4 -3
- package/dist/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +10 -0
- package/dist/{types/hooks → hooks}/Others/changePasswordQuery.hook.d.ts +1 -1
- package/dist/{types/hooks → hooks}/Others/editAllBellNotificationsStatusQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/editBellNotificationsStatusQuery.hook.d.ts +4 -3
- package/dist/hooks/Others/editFieldsByBulkQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Others/getBellNotificationsQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/getNotificationTitleQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/getRegulationQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Others/getUserEmailStatusQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/getWeeklyWorkloadQuery.hook.d.ts +4 -3
- package/dist/hooks/Others/oneSignalUserQuery.hook.d.ts +1 -0
- package/dist/{types/hooks → hooks}/Others/postCheckoutsMutateQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Others/postUserAuthenticationQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/postVerifyImageQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Others/unblockUserQuery.hook.d.ts +1 -1
- package/dist/hooks/Others/useApplicationDataQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/useContractStatesQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/Others/useCountriesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/useCreateNotification.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/useCustomersQuery.hook.d.ts +20 -19
- package/dist/{types/hooks → hooks}/Others/useJobTitlesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Others/useRegulationQuery.hook.d.ts +3 -2
- package/dist/hooks/Others/useTermNotificationQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +4 -3
- package/dist/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Roles/get/useAllRolesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Store/getLocationsByUser.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Store/useAllStoreQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Store/useStoreByCodeQuery.hook.d.ts +4 -3
- package/dist/hooks/Store/useStoreQuery.d.ts +8 -0
- package/dist/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +8 -0
- package/dist/{types/hooks → hooks}/Users/get/getUsersReadmissionQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Users/get/useApplicationQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Users/get/useExpUsersAnswersQuery.hook.d.ts +4 -3
- package/dist/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Users/get/usePermissionsQuery.hook.d.ts +4 -3
- package/dist/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Users/get/useUserIdQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Users/get/useUserListQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Users/get/useUserQuery.hook.d.ts +4 -3
- package/dist/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +3 -0
- package/dist/{types/hooks → hooks}/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/Users/others/useSingleUserResetPassword.hook.d.ts +3 -2
- package/dist/hooks/Users/others/useUserBlockQuery.hook.d.ts +3 -0
- package/dist/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +3 -0
- package/dist/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +3 -0
- package/dist/hooks/Watson/get/getCloseSession.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/Watson/mutate/mutateCloseSession.hook.d.ts +3 -2
- package/dist/{types/hooks → hooks}/Watson/mutate/mutateNotificationRequest.hook.d.ts +3 -2
- package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +4 -0
- package/dist/{types/hooks → hooks}/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +4 -3
- package/dist/{types/hooks → hooks}/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +4 -3
- package/dist/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +9 -0
- package/dist/{types/hooks → hooks}/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +3 -2
- package/dist/hooks/index.d.ts +434 -0
- package/dist/index.d.ts +8 -0
- package/dist/{types/interfaces → interfaces}/Answer.d.ts +2 -1
- package/dist/{types/interfaces → interfaces}/Cart.d.ts +2 -1
- package/dist/{types/interfaces → interfaces}/Employee.d.ts +2 -1
- package/dist/{types/interfaces → interfaces}/Inspection.d.ts +2 -1
- package/dist/{types/interfaces → interfaces}/Responses.d.ts +3 -2
- package/dist/{types/interfaces → interfaces}/Template.d.ts +2 -1
- package/dist/{types/interfaces → interfaces}/User.d.ts +2 -1
- package/dist/{types/services → services}/ApiService/index.d.ts +1 -1
- package/dist/{types/services → services}/InitService/index.d.ts +2 -1
- package/dist/shared-resources.css +1 -0
- package/dist/shared-resources.umd.js +745 -0
- package/dist/shared-resources.umd.js.map +1 -0
- package/dist/types/index.d.ts +2 -10
- package/package.json +14 -21
- package/src/helpers/date-unix.helper.ts +5 -5
- package/src/helpers/formatted-date.helper.ts +8 -12
- package/tsconfig.json +4 -7
- package/vite.config.js +47 -0
- package/dist/bundle.js +0 -1
- package/dist/types/constants/Icons.d.ts +0 -15
- package/dist/types/hooks/ACB/mutate/postClientBalance.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +0 -8
- package/dist/types/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +0 -9
- package/dist/types/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +0 -4
- package/dist/types/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +0 -4
- package/dist/types/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Anot/mutate/createNotificationTypeQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Anot/mutate/editNotificationTypeQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Answer/others/openAnswerQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Answer/others/showAnswerQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asts/get/getStockQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +0 -2
- package/dist/types/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +0 -8
- package/dist/types/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +0 -7
- package/dist/types/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +0 -2
- package/dist/types/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +0 -2
- package/dist/types/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +0 -2
- package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +0 -1
- package/dist/types/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +0 -5
- package/dist/types/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +0 -6
- package/dist/types/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +0 -9
- package/dist/types/hooks/OSUA/get/queue/getQueues.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/mutate/postEventsRep.hook.d.ts +0 -1
- package/dist/types/hooks/OSUA/mutate/postVoucher.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +0 -2
- package/dist/types/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Others/editFieldsByBulkQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/oneSignalUserQuery.hook.d.ts +0 -1
- package/dist/types/hooks/Others/useApplicationDataQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/useContractStatesQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Others/useTermNotificationQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Store/useStoreQuery.d.ts +0 -7
- package/dist/types/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Users/get/useUserIdQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/others/useUserBlockQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +0 -2
- package/dist/types/hooks/Watson/get/getCloseSession.hook.d.ts +0 -3
- package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +0 -8
- package/dist/types/hooks/index.d.ts +0 -434
- package/webpack.config.js +0 -60
- /package/dist/{types/components → components}/Footer/index.d.ts +0 -0
- /package/dist/{types/components → components}/Form/index.d.ts +0 -0
- /package/dist/{types/components → components}/Header/index.d.ts +0 -0
- /package/dist/{types/components → components}/Navigation/index.d.ts +0 -0
- /package/dist/{types/components → components}/Page/index.d.ts +0 -0
- /package/dist/{types/components → components}/index.d.ts +0 -0
- /package/dist/{types/constants → constants}/index.d.ts +0 -0
- /package/dist/{types/enums → enums}/attendence-type.enum.d.ts +0 -0
- /package/dist/{types/enums → enums}/employees-order.enum.d.ts +0 -0
- /package/dist/{types/enums → enums}/index.d.ts +0 -0
- /package/dist/{types/helpers → helpers}/formatted-date.helper.d.ts +0 -0
- /package/dist/{types/helpers → helpers}/index.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ACB.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ASAECustomer.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Acls.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Actions.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AnalyticsEvaluationCycle.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AnalyticsUserId.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Anot.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AnswerType.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AnswersUserSupervisor.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ApplicationsByCategory.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AstaQuestions.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AstsStock.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AstsStockInfo.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AsttReconciliationDocuments.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AsvProductsByReference.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AsvProductsByStore.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AsvProductsStockDetails.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Atim.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AtimScheduling.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/AttendanceIssues.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Auth0Config.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/BellNotification.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Brand.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Bulk.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Bwg.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Checkout.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Configuration.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ContractStates.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Countries.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/CreateNotification.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Customer.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/CustomerHistory.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/CustomerVoucher.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/EvaluationCycle.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ExpUsersAnswers.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/FlowExecution.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/FlowList.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/GetMonths.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Instances.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/JobTitles.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/MIMO.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/MacroInstance.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Macros.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/MonitoringComponent.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/NotificationTitle.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/OSUA.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Permissions.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/PriceChange.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Product.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ProductsHierarchies.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ProductsPickedTransfers.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Questionnaire.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ReasonCodes.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ReportBuilder.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/ResponseList.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Rfid.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Roles.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Store.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TagsFlow.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TermNotification.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TimeKeeping.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferAllProducts.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferDocumentState.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferDocuments.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferPackage.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferPickProducts.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferReportDiff.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/TransferStates.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/UserAuthentication.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/UserEmailStatus.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/VacationPlan.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/VerifyImage.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/VerifyUser.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Watson.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/Workload.d.ts +0 -0
- /package/dist/{types/interfaces → interfaces}/index.d.ts +0 -0
- /package/dist/{types/services → services}/index.d.ts +0 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { FlowList } from '../../../interfaces';
|
|
3
|
+
|
|
4
|
+
export declare const getFlowListById: (flowId: string, { ...options }: UseQueryOptions<FlowList>) => import('@tanstack/react-query').UseQueryResult<FlowList, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { FlowList, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { FlowList, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
interface FlowListProps extends Omit<UseQueryOptions<ResponseList<"FlowConfigurationResponses", FlowList>>, "queryKey"> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -9,5 +10,5 @@ interface FlowListProps extends Omit<UseQueryOptions<ResponseList<"FlowConfigura
|
|
|
9
10
|
query?: string;
|
|
10
11
|
roleList?: string;
|
|
11
12
|
}
|
|
12
|
-
export declare const getFlowListQuery: ({ page, records, sortBy, sortDirection, terms, query, roleList, ...options }: FlowListProps) => import(
|
|
13
|
+
export declare const getFlowListQuery: ({ page, records, sortBy, sortDirection, terms, query, roleList, ...options }: FlowListProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"FlowConfigurationResponses", FlowList>, unknown>;
|
|
13
14
|
export {};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { FlowList } from '../../../interfaces';
|
|
2
|
-
|
|
1
|
+
import { FlowList } from '../../../interfaces';
|
|
2
|
+
|
|
3
|
+
export declare const deleteFlowConfigurationQuery: () => import('@tanstack/react-query').UseMutationResult<FlowList, unknown, FlowList, unknown>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { FlowList } from '../../../interfaces';
|
|
2
|
-
|
|
1
|
+
import { FlowList } from '../../../interfaces';
|
|
2
|
+
|
|
3
|
+
export declare const inactivateFlowConfigurationQuery: () => import('@tanstack/react-query').UseMutationResult<FlowList, unknown, FlowList, unknown>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { FlowList } from '../../../interfaces';
|
|
2
|
-
|
|
1
|
+
import { FlowList } from '../../../interfaces';
|
|
2
|
+
|
|
3
|
+
export declare const useFlowConfigurationQuery: (bodyType?: string) => import('@tanstack/react-query').UseMutationResult<FlowList, unknown, FlowList, unknown>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { FlowExecution } from '../../../interfaces';
|
|
2
|
-
|
|
1
|
+
import { FlowExecution } from '../../../interfaces';
|
|
2
|
+
|
|
3
|
+
export declare const validateExecutionFileQuery: (bodyType?: string) => import('@tanstack/react-query').UseMutationResult<FlowExecution, unknown, FlowExecution, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { AnalyticsUserId, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnalyticsUserId, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface ArchivedAnalyticsQuery extends UseQueryOptions<ResponseList<"UserEvaluationCycleDTOs", AnalyticsUserId>> {
|
|
4
5
|
page?: number;
|
|
5
6
|
records?: number;
|
|
@@ -10,4 +11,4 @@ export interface ArchivedAnalyticsQuery extends UseQueryOptions<ResponseList<"Us
|
|
|
10
11
|
terms?: string;
|
|
11
12
|
query?: string;
|
|
12
13
|
}
|
|
13
|
-
export declare const getArchivedAnalyticsQueryHook: ({ page, records, userId, sortBy, sortDirection, terms, query, pYear }: ArchivedAnalyticsQuery) => import(
|
|
14
|
+
export declare const getArchivedAnalyticsQueryHook: ({ page, records, userId, sortBy, sortDirection, terms, query, pYear }: ArchivedAnalyticsQuery) => import('@tanstack/react-query').UseQueryResult<ResponseList<"UserEvaluationCycleDTOs", AnalyticsUserId>, unknown>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnalyticsEvaluationCycle } from '../../../interfaces';
|
|
3
|
+
|
|
4
|
+
export interface AnalyticsEvaluationCycles extends UseQueryOptions<AnalyticsEvaluationCycle[]> {
|
|
5
|
+
pSortDirection?: string;
|
|
6
|
+
pFilter?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const useAnalyticsEvaluationCyclesQueryHook: ({ pSortDirection, pFilter }: AnalyticsEvaluationCycles) => import('@tanstack/react-query').UseQueryResult<AnalyticsEvaluationCycle[], unknown>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { Answer, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { Answer, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface AnalyticsQuestionsQuery extends UseQueryOptions<ResponseList<"Answers", Answer>> {
|
|
4
5
|
id: string;
|
|
5
6
|
page?: number;
|
|
6
7
|
records?: number;
|
|
7
8
|
tags?: string;
|
|
8
9
|
}
|
|
9
|
-
export declare const useAnalyticsQuestionsQueryHook: ({ page, records, id, tags, ...options }: AnalyticsQuestionsQuery) => import(
|
|
10
|
+
export declare const useAnalyticsQuestionsQueryHook: ({ page, records, id, tags, ...options }: AnalyticsQuestionsQuery) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Answers", Answer>, unknown>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnalyticsEvaluationCycle } from '../../../interfaces';
|
|
3
|
+
|
|
4
|
+
export interface AnalyticsSideBar extends UseQueryOptions<AnalyticsEvaluationCycle[]> {
|
|
5
|
+
pSortDirection?: string;
|
|
6
|
+
pFilter?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const useAnalyticsSideBarQueryHook: ({ pSortDirection, pFilter }: AnalyticsSideBar) => import('@tanstack/react-query').UseQueryResult<AnalyticsEvaluationCycle[], unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { AnalyticsUserId, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnalyticsUserId, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface AnalyticsUserIdQuery extends UseQueryOptions<ResponseList<"UserEvaluationCycleDTOs", AnalyticsUserId>> {
|
|
4
5
|
page?: number;
|
|
5
6
|
records?: number;
|
|
@@ -10,4 +11,4 @@ export interface AnalyticsUserIdQuery extends UseQueryOptions<ResponseList<"User
|
|
|
10
11
|
terms?: string;
|
|
11
12
|
query?: string;
|
|
12
13
|
}
|
|
13
|
-
export declare const useAnalyticsUserIdQueryHook: ({ page, records, userId, sortBy, sortDirection, terms, query, pYear }: AnalyticsUserIdQuery) => import(
|
|
14
|
+
export declare const useAnalyticsUserIdQueryHook: ({ page, records, userId, sortBy, sortDirection, terms, query, pYear }: AnalyticsUserIdQuery) => import('@tanstack/react-query').UseQueryResult<ResponseList<"UserEvaluationCycleDTOs", AnalyticsUserId>, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { User, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { User, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface AnalyticsUserQuery extends UseQueryOptions<ResponseList<"Users", User>> {
|
|
4
5
|
tags?: string;
|
|
5
6
|
filter?: string;
|
|
@@ -11,4 +12,4 @@ export interface AnalyticsUserQuery extends UseQueryOptions<ResponseList<"Users"
|
|
|
11
12
|
queryUsers?: string;
|
|
12
13
|
query?: string;
|
|
13
14
|
}
|
|
14
|
-
export declare const useAnalyticsUserQueryHook: ({ tags, page, records, filter, sortByUsers, sortBy, sortDirection, queryUsers, query }: AnalyticsUserQuery) => import(
|
|
15
|
+
export declare const useAnalyticsUserQueryHook: ({ tags, page, records, filter, sortByUsers, sortBy, sortDirection, queryUsers, query }: AnalyticsUserQuery) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Users", User>, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { NotificationApplication } from '../../../interfaces/Anot';
|
|
3
|
+
import { ResponseList } from '../../../interfaces/ResponseList';
|
|
4
|
+
|
|
5
|
+
export declare const getNotificationApplications: ({ ...options }: Omit<UseQueryOptions<ResponseList<"Applications", NotificationApplication>>, "queryKey">) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Applications", NotificationApplication>, unknown>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ResponseList } from '../../../interfaces/ResponseList';
|
|
3
|
+
import { CriticalityInterface } from '../../../interfaces/Anot';
|
|
4
|
+
|
|
5
|
+
export declare const getNotificationCriticalities: ({ ...options }: Omit<UseQueryOptions<ResponseList<"Criticalities", CriticalityInterface>>, "queryKey">) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Criticalities", CriticalityInterface>, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { AnotInterface, NotificationMetrics } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnotInterface, NotificationMetrics } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
type NotificationHeadersResponse = {
|
|
4
5
|
Metrics: NotificationMetrics;
|
|
5
6
|
Notifications: AnotInterface[];
|
|
@@ -13,5 +14,5 @@ export interface NotificationHeaderProps extends Omit<UseQueryOptions<Notificati
|
|
|
13
14
|
terms?: string;
|
|
14
15
|
query?: string;
|
|
15
16
|
}
|
|
16
|
-
export declare const getNotificationHeadersQuery: ({ page, records, sortBy, sortDirection, terms, query, ...options }: NotificationHeaderProps) => import(
|
|
17
|
+
export declare const getNotificationHeadersQuery: ({ page, records, sortBy, sortDirection, terms, query, ...options }: NotificationHeaderProps) => import('@tanstack/react-query').UseQueryResult<NotificationHeadersResponse, unknown>;
|
|
17
18
|
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
|
|
3
|
+
interface SupportedLanguagesResponse {
|
|
4
|
+
SupportedLanguages: string[];
|
|
5
|
+
}
|
|
6
|
+
export declare const getNotificationLanguages: ({ ...options }: UseQueryOptions<SupportedLanguagesResponse>) => import('@tanstack/react-query').UseQueryResult<SupportedLanguagesResponse, unknown>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnotInterface } from '../../../interfaces/Anot';
|
|
3
|
+
|
|
4
|
+
export declare const getNotificationTypeById: (id: string, { ...options }: UseQueryOptions<AnotInterface>) => import('@tanstack/react-query').UseQueryResult<AnotInterface, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { AnotNotificationsInterface, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnotNotificationsInterface, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
interface NotificationsProps extends Omit<UseQueryOptions<ResponseList<"Notifications", AnotNotificationsInterface>>, "queryKey"> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -9,5 +10,5 @@ interface NotificationsProps extends Omit<UseQueryOptions<ResponseList<"Notifica
|
|
|
9
10
|
query?: string;
|
|
10
11
|
language?: string;
|
|
11
12
|
}
|
|
12
|
-
export declare const getNotificationsQuery: ({ page, records, sortBy, sortDirection, terms, query, language, ...options }: NotificationsProps) => import(
|
|
13
|
+
export declare const getNotificationsQuery: ({ page, records, sortBy, sortDirection, terms, query, language, ...options }: NotificationsProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Notifications", AnotNotificationsInterface>, unknown>;
|
|
13
14
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { AnotInterface, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnotInterface, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
interface NotificationsTypeProps extends Omit<UseQueryOptions<ResponseList<"NotificationTypes", AnotInterface>>, "queryKey"> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -8,5 +9,5 @@ interface NotificationsTypeProps extends Omit<UseQueryOptions<ResponseList<"Noti
|
|
|
8
9
|
terms?: string;
|
|
9
10
|
query?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const getNotificationsTypeQuery: ({ page, records, sortBy, sortDirection, terms, query, ...options }: NotificationsTypeProps) => import(
|
|
12
|
+
export declare const getNotificationsTypeQuery: ({ page, records, sortBy, sortDirection, terms, query, ...options }: NotificationsTypeProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"NotificationTypes", AnotInterface>, unknown>;
|
|
12
13
|
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { AnswersUserSupervisor } from '../../../interfaces';
|
|
3
|
+
|
|
4
|
+
export interface AnswersUserSupervisorQuery extends UseQueryOptions<AnswersUserSupervisor> {
|
|
5
|
+
evaluationId: string;
|
|
6
|
+
userId: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const useAnswersUserSupervisorQuery: ({ evaluationId, userId }: AnswersUserSupervisorQuery) => import('@tanstack/react-query').UseQueryResult<AnswersUserSupervisor, unknown>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import { Answer } from '../../../interfaces';
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { Answer } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface AnswerQuery extends UseQueryOptions<Answer> {
|
|
4
5
|
pQuestionnaireId?: string;
|
|
5
6
|
pEvaluationCycleId?: string;
|
|
6
7
|
pUserId?: string;
|
|
7
8
|
pTargetUserId?: string;
|
|
8
9
|
}
|
|
9
|
-
export declare const useAnswerMutateHook: ({ pQuestionnaireId, pEvaluationCycleId, pUserId, pTargetUserId }: AnswerQuery, answerId: string) => import(
|
|
10
|
+
export declare const useAnswerMutateHook: ({ pQuestionnaireId, pEvaluationCycleId, pUserId, pTargetUserId }: AnswerQuery, answerId: string) => import('@tanstack/react-query').UseMutationResult<Answer, unknown, Answer, unknown>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ReportBuilder } from '../../../interfaces';
|
|
3
|
+
|
|
4
|
+
export interface postAnswersExportQuery extends UseQueryOptions<ReportBuilder> {
|
|
5
|
+
evaluationId: string;
|
|
6
|
+
userId: string;
|
|
7
|
+
language?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const postAnswersExportQueryHook: () => import('@tanstack/react-query').UseMutationResult<postAnswersExportQuery, unknown, postAnswersExportQuery, unknown>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { ProductsHierarchies, ResponseList } from '../../../';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
1
|
+
import { ProductsHierarchies, ResponseList } from '../../../';
|
|
2
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
+
|
|
3
4
|
export interface useProductsHierarchiesQueryHook extends UseQueryOptions<ResponseList<"Categories", ProductsHierarchies>> {
|
|
4
5
|
terms?: string;
|
|
5
6
|
query?: string;
|
|
6
7
|
}
|
|
7
|
-
export declare const useProductsHierarchiesQueryHook: ({ terms, query, ...options }: useProductsHierarchiesQueryHook) => import(
|
|
8
|
+
export declare const useProductsHierarchiesQueryHook: ({ terms, query, ...options }: useProductsHierarchiesQueryHook) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Categories", ProductsHierarchies>, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Product, ResponseList } from '../../..';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
1
|
+
import { Product, ResponseList } from '../../..';
|
|
2
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
+
|
|
3
4
|
export interface useProductsRecommendationsQueryHook extends UseQueryOptions<ResponseList<"Products", Product>> {
|
|
4
5
|
sortBy?: string;
|
|
5
6
|
sortDirection?: string;
|
|
@@ -8,4 +9,4 @@ export interface useProductsRecommendationsQueryHook extends UseQueryOptions<Res
|
|
|
8
9
|
type?: string;
|
|
9
10
|
companyId?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const useProductRecommendationsHook: ({ sortBy, sortDirection, reference, category, type, companyId, ...options }: useProductsRecommendationsQueryHook) => import(
|
|
12
|
+
export declare const useProductRecommendationsHook: ({ sortBy, sortDirection, reference, category, type, companyId, ...options }: useProductsRecommendationsQueryHook) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Products", Product>, unknown>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Product } from '../../../';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
1
|
+
import { Product } from '../../../';
|
|
2
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
+
|
|
3
4
|
export interface useProductsByRefQueryHookInterface extends UseQueryOptions<Product> {
|
|
4
5
|
storeCode?: string;
|
|
5
6
|
companyId?: string;
|
|
6
7
|
}
|
|
7
|
-
export declare const useProductsByRefQueryHook: (productRef: string, { storeCode, companyId, ...options }: useProductsByRefQueryHookInterface) => import(
|
|
8
|
+
export declare const useProductsByRefQueryHook: (productRef: string, { storeCode, companyId, ...options }: useProductsByRefQueryHookInterface) => import('@tanstack/react-query').UseQueryResult<Product, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Product, ResponseList } from '../../../';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
1
|
+
import { Product, ResponseList } from '../../../';
|
|
2
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
+
|
|
3
4
|
export interface ProductsQuery extends UseQueryOptions<ResponseList<"Products", Product>> {
|
|
4
5
|
page?: number;
|
|
5
6
|
records?: number;
|
|
@@ -8,7 +9,7 @@ export interface ProductsQuery extends UseQueryOptions<ResponseList<"Products",
|
|
|
8
9
|
terms?: string;
|
|
9
10
|
query?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const useProductsQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: ProductsQuery) => import(
|
|
12
|
+
export declare const useProductsQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: ProductsQuery) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Products", Product>, unknown>;
|
|
12
13
|
export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, terms, query }?: Omit<ProductsQuery, 'page' | 'records'>) => {
|
|
13
14
|
count: number;
|
|
14
15
|
data: Product[];
|
|
@@ -19,8 +20,8 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
19
20
|
isRefetchError: false;
|
|
20
21
|
isSuccess: false;
|
|
21
22
|
status: "error";
|
|
22
|
-
fetchNextPage: (options?: import(
|
|
23
|
-
fetchPreviousPage: (options?: import(
|
|
23
|
+
fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
24
|
+
fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
24
25
|
hasNextPage?: boolean;
|
|
25
26
|
hasPreviousPage?: boolean;
|
|
26
27
|
isFetchingNextPage: boolean;
|
|
@@ -39,9 +40,9 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
39
40
|
isPreviousData: boolean;
|
|
40
41
|
isRefetching: boolean;
|
|
41
42
|
isStale: boolean;
|
|
42
|
-
refetch: <TPageData>(options?: import(
|
|
43
|
+
refetch: <TPageData>(options?: import('@tanstack/react-query').RefetchOptions & import('@tanstack/react-query').RefetchQueryFilters<TPageData>) => Promise<import('@tanstack/react-query').QueryObserverResult<import('@tanstack/react-query').InfiniteData<ResponseList<"Products", Product>>, unknown>>;
|
|
43
44
|
remove: () => void;
|
|
44
|
-
fetchStatus: import(
|
|
45
|
+
fetchStatus: import('@tanstack/react-query').FetchStatus;
|
|
45
46
|
} | {
|
|
46
47
|
count: number;
|
|
47
48
|
data: Product[];
|
|
@@ -52,8 +53,8 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
52
53
|
isRefetchError: false;
|
|
53
54
|
isSuccess: false;
|
|
54
55
|
status: "loading";
|
|
55
|
-
fetchNextPage: (options?: import(
|
|
56
|
-
fetchPreviousPage: (options?: import(
|
|
56
|
+
fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
57
|
+
fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
57
58
|
hasNextPage?: boolean;
|
|
58
59
|
hasPreviousPage?: boolean;
|
|
59
60
|
isFetchingNextPage: boolean;
|
|
@@ -72,9 +73,9 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
72
73
|
isPreviousData: boolean;
|
|
73
74
|
isRefetching: boolean;
|
|
74
75
|
isStale: boolean;
|
|
75
|
-
refetch: <TPageData>(options?: import(
|
|
76
|
+
refetch: <TPageData>(options?: import('@tanstack/react-query').RefetchOptions & import('@tanstack/react-query').RefetchQueryFilters<TPageData>) => Promise<import('@tanstack/react-query').QueryObserverResult<import('@tanstack/react-query').InfiniteData<ResponseList<"Products", Product>>, unknown>>;
|
|
76
77
|
remove: () => void;
|
|
77
|
-
fetchStatus: import(
|
|
78
|
+
fetchStatus: import('@tanstack/react-query').FetchStatus;
|
|
78
79
|
} | {
|
|
79
80
|
count: number;
|
|
80
81
|
data: Product[];
|
|
@@ -85,8 +86,8 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
85
86
|
isRefetchError: true;
|
|
86
87
|
isSuccess: false;
|
|
87
88
|
status: "error";
|
|
88
|
-
fetchNextPage: (options?: import(
|
|
89
|
-
fetchPreviousPage: (options?: import(
|
|
89
|
+
fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
90
|
+
fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
90
91
|
hasNextPage?: boolean;
|
|
91
92
|
hasPreviousPage?: boolean;
|
|
92
93
|
isFetchingNextPage: boolean;
|
|
@@ -105,9 +106,9 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
105
106
|
isPreviousData: boolean;
|
|
106
107
|
isRefetching: boolean;
|
|
107
108
|
isStale: boolean;
|
|
108
|
-
refetch: <TPageData>(options?: import(
|
|
109
|
+
refetch: <TPageData>(options?: import('@tanstack/react-query').RefetchOptions & import('@tanstack/react-query').RefetchQueryFilters<TPageData>) => Promise<import('@tanstack/react-query').QueryObserverResult<import('@tanstack/react-query').InfiniteData<ResponseList<"Products", Product>>, unknown>>;
|
|
109
110
|
remove: () => void;
|
|
110
|
-
fetchStatus: import(
|
|
111
|
+
fetchStatus: import('@tanstack/react-query').FetchStatus;
|
|
111
112
|
} | {
|
|
112
113
|
count: number;
|
|
113
114
|
data: Product[];
|
|
@@ -118,8 +119,8 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
118
119
|
isRefetchError: false;
|
|
119
120
|
isSuccess: true;
|
|
120
121
|
status: "success";
|
|
121
|
-
fetchNextPage: (options?: import(
|
|
122
|
-
fetchPreviousPage: (options?: import(
|
|
122
|
+
fetchNextPage: (options?: import('@tanstack/react-query').FetchNextPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
123
|
+
fetchPreviousPage: (options?: import('@tanstack/react-query').FetchPreviousPageOptions) => Promise<import('@tanstack/react-query').InfiniteQueryObserverResult<ResponseList<"Products", Product>, unknown>>;
|
|
123
124
|
hasNextPage?: boolean;
|
|
124
125
|
hasPreviousPage?: boolean;
|
|
125
126
|
isFetchingNextPage: boolean;
|
|
@@ -138,7 +139,7 @@ export declare const useProductInfiniteQueryHook: ({ sortBy, sortDirection, term
|
|
|
138
139
|
isPreviousData: boolean;
|
|
139
140
|
isRefetching: boolean;
|
|
140
141
|
isStale: boolean;
|
|
141
|
-
refetch: <TPageData>(options?: import(
|
|
142
|
+
refetch: <TPageData>(options?: import('@tanstack/react-query').RefetchOptions & import('@tanstack/react-query').RefetchQueryFilters<TPageData>) => Promise<import('@tanstack/react-query').QueryObserverResult<import('@tanstack/react-query').InfiniteData<ResponseList<"Products", Product>>, unknown>>;
|
|
142
143
|
remove: () => void;
|
|
143
|
-
fetchStatus: import(
|
|
144
|
+
fetchStatus: import('@tanstack/react-query').FetchStatus;
|
|
144
145
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions, UseQueryResult } from
|
|
2
|
-
import { PrinceChange } from
|
|
1
|
+
import { UseQueryOptions, UseQueryResult } from '@tanstack/react-query';
|
|
2
|
+
import { PrinceChange } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
type PriceChangePinQueryOptions = Omit<UseQueryOptions<PrinceChange, unknown>, 'queryKey' | 'queryFn'>;
|
|
4
5
|
export declare const getPriceChangePinQueryHook: (storeId: string, options?: PriceChangePinQueryOptions) => UseQueryResult<PrinceChange, unknown>;
|
|
5
6
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { PrinceChange } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { PrinceChange } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface PriceChangeProps extends UseQueryOptions<PrinceChange> {
|
|
4
5
|
storeId: string;
|
|
5
6
|
}
|
|
6
|
-
export declare const postPriceChangePinQueryHook: ({ storeId }: PriceChangeProps) => import(
|
|
7
|
+
export declare const postPriceChangePinQueryHook: ({ storeId }: PriceChangeProps) => import('@tanstack/react-query').UseMutationResult<PrinceChange, unknown, PrinceChange, unknown>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { PrinceChange } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { PrinceChange } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface EmailWithPinChangeProps extends UseQueryOptions<PrinceChange> {
|
|
4
5
|
storeId: string;
|
|
5
6
|
}
|
|
6
|
-
export declare const sendEmailWithPinQueryHook: ({ storeId }: EmailWithPinChangeProps) => import(
|
|
7
|
+
export declare const sendEmailWithPinQueryHook: ({ storeId }: EmailWithPinChangeProps) => import('@tanstack/react-query').UseMutationResult<PrinceChange, unknown, PrinceChange, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { TransferDocument, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocument, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface ProductWarningASGTProps extends UseQueryOptions<ResponseList<"ProductWarning", TransferDocument>> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -8,4 +9,4 @@ export interface ProductWarningASGTProps extends UseQueryOptions<ResponseList<"P
|
|
|
8
9
|
terms?: string;
|
|
9
10
|
query?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const getProductWarningASGTQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: ProductWarningASGTProps) => import(
|
|
12
|
+
export declare const getProductWarningASGTQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: ProductWarningASGTProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"ProductWarning", TransferDocument>, unknown>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { ReportBuilder } from '../../..';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
-
|
|
1
|
+
import { ReportBuilder } from '../../..';
|
|
2
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
+
|
|
4
|
+
export declare const getProductsListingASGTQueryHook: (transferId: string, transferPackageId: string, { ...options }: UseQueryOptions<ReportBuilder>) => import('@tanstack/react-query').UseQueryResult<ReportBuilder, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { ProductMovement, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { ProductMovement, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface ProductsMovementsASGTProps extends UseQueryOptions<ResponseList<"ProductMovements", ProductMovement>> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -8,4 +9,4 @@ export interface ProductsMovementsASGTProps extends UseQueryOptions<ResponseList
|
|
|
8
9
|
terms?: string;
|
|
9
10
|
query?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const getProductsMovementsASGTQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: ProductsMovementsASGTProps) => import(
|
|
12
|
+
export declare const getProductsMovementsASGTQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: ProductsMovementsASGTProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"ProductMovements", ProductMovement>, unknown>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { PickedProducts, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { PickedProducts, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface ProductsPickedASGTProps extends UseQueryOptions<ResponseList<"PickedProducts", PickedProducts>> {
|
|
4
5
|
query?: string;
|
|
5
6
|
}
|
|
6
|
-
export declare const getProductsPickedASGT: ({ query, ...options }: ProductsPickedASGTProps) => import(
|
|
7
|
+
export declare const getProductsPickedASGT: ({ query, ...options }: ProductsPickedASGTProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"PickedProducts", PickedProducts>, unknown>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { ReportBuilder } from '../../..';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
-
|
|
1
|
+
import { ReportBuilder } from '../../..';
|
|
2
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
+
|
|
4
|
+
export declare const getReportsBuilderASGTQueryHook: (transferId: string, { ...options }: UseQueryOptions<ReportBuilder>) => import('@tanstack/react-query').UseQueryResult<ReportBuilder, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { TransferAllProducts, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferAllProducts, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface TransferAllProductsASGTProps extends UseQueryOptions<ResponseList<"Products", TransferAllProducts>> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -7,4 +8,4 @@ export interface TransferAllProductsASGTProps extends UseQueryOptions<ResponseLi
|
|
|
7
8
|
sortDirection: string;
|
|
8
9
|
query?: string;
|
|
9
10
|
}
|
|
10
|
-
export declare const getTransferAllProductsASGTQueryHook: ({ page, records, sortBy, sortDirection, query, ...options }: TransferAllProductsASGTProps) => import(
|
|
11
|
+
export declare const getTransferAllProductsASGTQueryHook: ({ page, records, sortBy, sortDirection, query, ...options }: TransferAllProductsASGTProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"Products", TransferAllProducts>, unknown>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { UseQueryOptions } from
|
|
2
|
-
import { TransferDocuments, ResponseList } from
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { TransferDocuments, ResponseList } from '../../../interfaces';
|
|
3
|
+
|
|
3
4
|
export interface TransferDocumentsASGTProps extends UseQueryOptions<ResponseList<"TransferDocuments", TransferDocuments>> {
|
|
4
5
|
page: number;
|
|
5
6
|
records: number;
|
|
@@ -8,4 +9,4 @@ export interface TransferDocumentsASGTProps extends UseQueryOptions<ResponseList
|
|
|
8
9
|
terms?: string;
|
|
9
10
|
query?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const getTransferDocumentsASGTQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: TransferDocumentsASGTProps) => import(
|
|
12
|
+
export declare const getTransferDocumentsASGTQueryHook: ({ page, records, sortBy, sortDirection, terms, query, ...options }: TransferDocumentsASGTProps) => import('@tanstack/react-query').UseQueryResult<ResponseList<"TransferDocuments", TransferDocuments>, unknown>;
|