@omniumretail/shared-resources 0.3.84 → 0.3.85
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/shared-resources.es.js +4780 -0
- package/dist/shared-resources.umd.js +2 -33
- package/package.json +40 -17
- package/.eslintrc.json +0 -32
- package/dist/shared-resources.umd.js.map +0 -1
- package/dist/types/index.d.ts +0 -2
- package/src/a2ai.scss +0 -130
- package/src/assets/omniu-retail_branco_s-fundo.png +0 -0
- package/src/assets/sitoo.svg +0 -9
- package/src/components/SharedContextProvider/index.tsx +0 -30
- package/src/components/index.ts +0 -1
- package/src/constants/QueryClient.ts +0 -10
- package/src/constants/index.ts +0 -1
- package/src/contexts/useStore.tsx +0 -20
- package/src/enums/attendence-type.enum.ts +0 -5
- package/src/enums/employees-order.enum.ts +0 -7
- package/src/enums/index.ts +0 -2
- package/src/global.scss +0 -124
- package/src/helpers/codeMutation.tsx +0 -19
- package/src/helpers/date-unix.helper.ts +0 -28
- package/src/helpers/formatted-date.helper.ts +0 -11
- package/src/helpers/getChildrenByType.helper.ts +0 -5
- package/src/helpers/index.ts +0 -4
- package/src/hooks/ACB/get/getClientBalance.hook.ts +0 -20
- package/src/hooks/ACB/mutate/postClientBalance.hook.ts +0 -16
- package/src/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.ts +0 -24
- package/src/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.ts +0 -24
- package/src/hooks/ASAEGNG/get/getCustomersQuery.hook.ts +0 -28
- package/src/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.ts +0 -33
- package/src/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.ts +0 -38
- package/src/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.ts +0 -52
- package/src/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.ts +0 -29
- package/src/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.ts +0 -51
- package/src/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.ts +0 -36
- package/src/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.ts +0 -36
- package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.ts +0 -16
- package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.ts +0 -36
- package/src/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.ts +0 -28
- package/src/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.ts +0 -27
- package/src/hooks/ATIM/BackOffice/get/useWorkMonths.hook.ts +0 -31
- package/src/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.ts +0 -31
- package/src/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.ts +0 -16
- package/src/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.ts +0 -21
- package/src/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.ts +0 -25
- package/src/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.ts +0 -17
- package/src/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.ts +0 -35
- package/src/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.ts +0 -16
- package/src/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.ts +0 -33
- package/src/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.ts +0 -15
- package/src/hooks/Acls/get/getCustomersLoyaltyQuery.hook.ts +0 -22
- package/src/hooks/Acls/get/getVoucherLoyaltyQuery.hook.ts +0 -25
- package/src/hooks/Acls/get/getVoucherSitooQuery.hook.ts +0 -22
- package/src/hooks/Acls/get/getVoucherTemplatesQuery.hook.ts +0 -29
- package/src/hooks/Acls/mutate/postCreateVoucherTemplates.hook.ts +0 -19
- package/src/hooks/Acls/mutate/postSaldoVoucherQuery.hook.ts +0 -21
- package/src/hooks/Acls/mutate/postSalesAssociationQuery.hook.ts +0 -20
- package/src/hooks/Acls/mutate/postVerificationEmailQuery.hook.ts +0 -23
- package/src/hooks/Acls/mutate/postVerificationUserQuery.hook.ts +0 -23
- package/src/hooks/Acls/mutate/postVoucherSitooQuery.hook.ts +0 -21
- package/src/hooks/Acls/mutate/reactivateVoucherQuery.hook.ts +0 -27
- package/src/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.ts +0 -25
- package/src/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.ts +0 -13
- package/src/hooks/Aexp/get/getFlowExecutionQuery.hook.ts +0 -27
- package/src/hooks/Aexp/get/getFlowListByIdQuery.hook.ts +0 -13
- package/src/hooks/Aexp/get/getFlowListQuery.hook.ts +0 -29
- package/src/hooks/Aexp/get/getTagsFlowQuery.hook.ts +0 -11
- package/src/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.ts +0 -17
- package/src/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.ts +0 -18
- package/src/hooks/Aexp/mutate/runFlowExecutionQuery.hook.ts +0 -20
- package/src/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.ts +0 -17
- package/src/hooks/Aexp/mutate/useFlowExecutionQuery.hook.ts +0 -22
- package/src/hooks/Aexp/mutate/validateExecutionFileQuery.hook.ts +0 -15
- package/src/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.ts +0 -32
- package/src/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.ts +0 -21
- package/src/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.ts +0 -23
- package/src/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.ts +0 -21
- package/src/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.ts +0 -32
- package/src/hooks/Analytics/get/useAnalyticsUserQuery.hook.ts +0 -35
- package/src/hooks/Anot/get/getNotificationApplicationsQuery.hook.ts +0 -13
- package/src/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.ts +0 -13
- package/src/hooks/Anot/get/getNotificationHeadersQuery.hook.ts +0 -33
- package/src/hooks/Anot/get/getNotificationLanguagesQuery.hook.ts +0 -15
- package/src/hooks/Anot/get/getNotificationTypeByIdQuery.hook.ts +0 -11
- package/src/hooks/Anot/get/getNotificationsQuery.hook.ts +0 -29
- package/src/hooks/Anot/get/getNotificationsTypeQuery.hook.ts +0 -27
- package/src/hooks/Anot/mutate/useNotificationTypeQuery.hook.ts +0 -18
- package/src/hooks/Answer/get/useAnswerIdQuery.hook.ts +0 -13
- package/src/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.ts +0 -21
- package/src/hooks/Answer/mutate/useAnswerMutateQuery.hook.ts +0 -31
- package/src/hooks/Answer/others/openAnswerQuery.hook.ts +0 -19
- package/src/hooks/Answer/others/postAnswersExportQuery.hook.ts +0 -26
- package/src/hooks/Answer/others/showAnswerQuery.hook.ts +0 -18
- package/src/hooks/AprProduct/get/useProductHierarchies.hook.ts +0 -19
- package/src/hooks/AprProduct/get/useProductRecommendations.hook.ts +0 -27
- package/src/hooks/AprProduct/get/useProductsByRefQuery.hook.ts +0 -18
- package/src/hooks/AprProduct/get/useProductsQuery.hook.ts +0 -46
- package/src/hooks/Aprc/get/getPriceChangePinQuery.hook.ts +0 -16
- package/src/hooks/Aprc/others/postPriceChangePinQuery.hook.ts +0 -19
- package/src/hooks/Aprc/others/sendEmailWithPinQuery.hook.ts +0 -19
- package/src/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.ts +0 -10
- package/src/hooks/Asgt/get/getProductWarningASGTQuery.hook.ts +0 -27
- package/src/hooks/Asgt/get/getProductsListingASGTQuery.hook.ts +0 -14
- package/src/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.ts +0 -27
- package/src/hooks/Asgt/get/getProductsPickedASGTQuery.hook.ts +0 -19
- package/src/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.ts +0 -12
- package/src/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.ts +0 -25
- package/src/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.ts +0 -27
- package/src/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.ts +0 -12
- package/src/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.ts +0 -13
- package/src/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.ts +0 -23
- package/src/hooks/Asgt/get/getTransferReportDiffASGT.hook.ts +0 -17
- package/src/hooks/Asgt/mutate/autoSaveASGTQuery.hook.ts +0 -23
- package/src/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.ts +0 -21
- package/src/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.ts +0 -15
- package/src/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.ts +0 -23
- package/src/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.ts +0 -21
- package/src/hooks/Asgt/mutate/removeProductASGTQuery.hook.ts +0 -15
- package/src/hooks/Ass/get/getAssProductsByRefQuery.hook.ts +0 -23
- package/src/hooks/Ass/get/getAssProductsByStoreQuery.hook.ts +0 -29
- package/src/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.ts +0 -21
- package/src/hooks/Asta/Actions/get/getActionByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/Actions/get/getActionPriorityQuery.hook.ts +0 -10
- package/src/hooks/Asta/Actions/get/getActionQuery.hook.ts +0 -29
- package/src/hooks/Asta/Actions/get/getActionStagesQuery.hook.ts +0 -10
- package/src/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/Actions/others/archiveActionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Actions/others/deleteActionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Actions/others/extractActionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Actions/others/finishActionQuery.hook.ts +0 -17
- package/src/hooks/Asta/Actions/others/selectActionStatusQuery.hook.ts +0 -18
- package/src/hooks/Asta/Actions/others/startActionQuery.hook.ts +0 -17
- package/src/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.ts +0 -29
- package/src/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.ts +0 -15
- package/src/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.ts +0 -18
- package/src/hooks/Asta/Answer/others/putAnswerImageQuery.hook.ts +0 -15
- package/src/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.ts +0 -21
- package/src/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.ts +0 -20
- package/src/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.ts +0 -29
- package/src/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.ts +0 -10
- package/src/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.ts +0 -10
- package/src/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.ts +0 -19
- package/src/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.ts +0 -17
- package/src/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.ts +0 -18
- package/src/hooks/Asta/Inspection/get/getInspectionQuery.hook.ts +0 -29
- package/src/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.ts +0 -24
- package/src/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/exportInspectionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/extractTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/finishInspectionQuery.hook.ts +0 -17
- package/src/hooks/Asta/Template/get/getTemplateByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.ts +0 -10
- package/src/hooks/Asta/Template/get/getTemplateQuery.hook.ts +0 -29
- package/src/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/Template/others/archiveTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/deleteTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/duplicateTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/extractTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/finishTemplateQuery.hook.ts +0 -17
- package/src/hooks/Asts/get/getProductInfoQuery.hook.ts +0 -19
- package/src/hooks/Asts/get/getStockQuery.hook.ts +0 -21
- package/src/hooks/Asts/others/postAudioFileQuery.hook.ts +0 -14
- package/src/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.ts +0 -25
- package/src/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.ts +0 -10
- package/src/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.ts +0 -27
- package/src/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.ts +0 -14
- package/src/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.ts +0 -27
- package/src/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.ts +0 -19
- package/src/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.ts +0 -12
- package/src/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.ts +0 -12
- package/src/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.ts +0 -25
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.ts +0 -27
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.ts +0 -12
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.ts +0 -13
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.ts +0 -23
- package/src/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.ts +0 -17
- package/src/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.ts +0 -23
- package/src/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.ts +0 -15
- package/src/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.ts +0 -25
- package/src/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.ts +0 -20
- package/src/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.ts +0 -28
- package/src/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.ts +0 -23
- package/src/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.ts +0 -15
- package/src/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.ts +0 -22
- package/src/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.ts +0 -14
- package/src/hooks/Astt/get/getBarcodesListingQuery.hook.ts +0 -13
- package/src/hooks/Astt/get/getBarcodesPrintQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getDocumentsFindByIdQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getManualPackagesListQuery.hook.ts +0 -20
- package/src/hooks/Astt/get/getProductsListingQuery.hook.ts +0 -14
- package/src/hooks/Astt/get/getReconciliationDocumentsQuery.hook.ts +0 -18
- package/src/hooks/Astt/get/getReportsBuilderQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getRfidQuery.hook.ts +0 -23
- package/src/hooks/Astt/get/getTransferAllProductsQuery.hook.ts +0 -25
- package/src/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.ts +0 -13
- package/src/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.ts +0 -23
- package/src/hooks/Astt/get/getTransferDocumentsQuery.hook.ts +0 -27
- package/src/hooks/Astt/get/getTransferReportDiff.hook.ts +0 -17
- package/src/hooks/Astt/get/getTransferStatesQuery.hook.ts +0 -10
- package/src/hooks/Astt/mutate/deleteManualPackageQuery.hook.ts +0 -23
- package/src/hooks/Astt/mutate/notifyMissingProductsQuery.hook.ts +0 -36
- package/src/hooks/Astt/mutate/postAsttActionsQuery.hook.ts +0 -18
- package/src/hooks/Astt/mutate/postManualPackageQuery.hook.ts +0 -18
- package/src/hooks/Astt/mutate/postManualTransferQuery.hook.ts +0 -16
- package/src/hooks/Astt/mutate/postMatchingPackageQuery.hook.ts +0 -22
- package/src/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.ts +0 -23
- package/src/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.ts +0 -21
- package/src/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.ts +0 -21
- package/src/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.ts +0 -21
- package/src/hooks/Astt/mutate/updateDocumentIdQuery.hook.ts +0 -23
- package/src/hooks/Astt/mutate/updatePackageIdQuery.hook.ts +0 -25
- package/src/hooks/AsvProduct/get/getProductsByRefQuery.hook.ts +0 -23
- package/src/hooks/AsvProduct/get/getProductsByStoreQuery.hook.ts +0 -29
- package/src/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.ts +0 -21
- package/src/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.ts +0 -29
- package/src/hooks/BigWin/get/getBwgBackOfficeQuery.hook.ts +0 -29
- package/src/hooks/BigWin/get/getMonthsListQuery.hook.ts +0 -10
- package/src/hooks/BigWin/others/importABWGQuery.hook.ts +0 -20
- package/src/hooks/BigWin/others/importRegulationQuery.hook.ts +0 -15
- package/src/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.ts +0 -19
- package/src/hooks/BigWin/others/publishMonthsManagerQuery.hook.ts +0 -19
- package/src/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.ts +0 -13
- package/src/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.ts +0 -29
- package/src/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.ts +0 -17
- package/src/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/OSUA/MIMO/get/getIntegrationByName.hook.ts +0 -19
- package/src/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.ts +0 -25
- package/src/hooks/OSUA/MIMO/get/useErrorHistory.hook.ts +0 -21
- package/src/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.ts +0 -15
- package/src/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.ts +0 -13
- package/src/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.ts +0 -18
- package/src/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.ts +0 -15
- package/src/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.ts +0 -25
- package/src/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.ts +0 -30
- package/src/hooks/OSUA/get/documentos/getGngDocumentos.hook.ts +0 -28
- package/src/hooks/OSUA/get/documentos/getSitooDocumentos.hook.ts +0 -21
- package/src/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.ts +0 -30
- package/src/hooks/OSUA/get/faqs/getFaqsQuery.hook.ts +0 -33
- package/src/hooks/OSUA/get/orders/getOrderDocuments.hook.ts +0 -21
- package/src/hooks/OSUA/get/queue/getQueues.hook.ts +0 -15
- package/src/hooks/OSUA/get/queue/getQueuesMessages.hook.ts +0 -28
- package/src/hooks/OSUA/get/vouchers/getGngVoucher.hook.ts +0 -21
- package/src/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.ts +0 -27
- package/src/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.ts +0 -26
- package/src/hooks/OSUA/get/vouchers/getSitooVouchers.hook.ts +0 -22
- package/src/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.ts +0 -23
- package/src/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.ts +0 -24
- package/src/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.ts +0 -28
- package/src/hooks/OSUA/mutate/postEventsRep.hook.ts +0 -16
- package/src/hooks/OSUA/mutate/postQueuesMessages.hook.ts +0 -21
- package/src/hooks/OSUA/mutate/postVoucher.hook.ts +0 -16
- package/src/hooks/OSUA/mutate/putBalanceVouchers.hook.ts +0 -25
- package/src/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.ts +0 -21
- package/src/hooks/Orch/get/getAuth0ConfigQuery.hook.ts +0 -11
- package/src/hooks/Orch/get/getInstanceByIdQuery.hook.ts +0 -14
- package/src/hooks/Orch/get/getInstancesQuery.hook.ts +0 -27
- package/src/hooks/Orch/get/getMacrosInstancesQuery.hook.ts +0 -19
- package/src/hooks/Orch/get/getMacrosQuery.hook.ts +0 -27
- package/src/hooks/Orch/get/getMacrosUserQuery.hook.ts +0 -11
- package/src/hooks/Orch/get/getMonitoringComponents.hook.ts +0 -29
- package/src/hooks/Orch/others/reprocessingInstanceQuery.hook.ts +0 -14
- package/src/hooks/Orch/others/runMacrosQuery.hook.ts +0 -23
- package/src/hooks/Orch/others/stopInstanceQuery.hook.ts +0 -16
- package/src/hooks/Orch/others/updateMacroStatusQuery.hook.ts +0 -23
- package/src/hooks/Others/Vacation/get/getVacationPlanQuery.hook.ts +0 -20
- package/src/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.ts +0 -11
- package/src/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.ts +0 -23
- package/src/hooks/Others/Vacation/others/postVacationPlanQuery.hook.ts +0 -20
- package/src/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.ts +0 -25
- package/src/hooks/Others/changePasswordQuery.hook.ts +0 -21
- package/src/hooks/Others/editAllBellNotificationsStatusQuery.hook.ts +0 -19
- package/src/hooks/Others/editBellNotificationsStatusQuery.hook.ts +0 -22
- package/src/hooks/Others/editFieldsByBulkQuery.hook.ts +0 -15
- package/src/hooks/Others/getBellNotificationsQuery.hook.ts +0 -28
- package/src/hooks/Others/getNotificationTitleQuery.hook.ts +0 -19
- package/src/hooks/Others/getRegulationQuery.hook.ts +0 -14
- package/src/hooks/Others/getUserEmailStatusQuery.hook.ts +0 -21
- package/src/hooks/Others/getWeeklyWorkloadQuery.hook.ts +0 -23
- package/src/hooks/Others/oneSignalUserQuery.hook.ts +0 -14
- package/src/hooks/Others/postCheckoutsMutateQuery.hook.ts +0 -15
- package/src/hooks/Others/postUserAuthenticationQuery.hook.ts +0 -19
- package/src/hooks/Others/postVerifyImageQuery.hook.ts +0 -15
- package/src/hooks/Others/unblockUserQuery.hook.ts +0 -14
- package/src/hooks/Others/useApplicationDataQuery.hook.ts +0 -10
- package/src/hooks/Others/useContractStatesQuery.hook.ts +0 -15
- package/src/hooks/Others/useCountriesQuery.hook.ts +0 -15
- package/src/hooks/Others/useCreateNotification.hook.ts +0 -24
- package/src/hooks/Others/useCustomersQuery.hook.ts +0 -40
- package/src/hooks/Others/useJobTitlesQuery.hook.ts +0 -17
- package/src/hooks/Others/useRegulationQuery.hook.ts +0 -24
- package/src/hooks/Others/useTermNotificationQuery.hook.ts +0 -11
- package/src/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.ts +0 -13
- package/src/hooks/Questionnaire/get/useQuestionnaireQuery.hook.ts +0 -29
- package/src/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.ts +0 -17
- package/src/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Roles/get/useAllRolesQuery.hook.ts +0 -30
- package/src/hooks/Store/getLocationsByUser.hook.ts +0 -37
- package/src/hooks/Store/useAllStoreQuery.hook.ts +0 -37
- package/src/hooks/Store/useStoreByCodeQuery.hook.ts +0 -21
- package/src/hooks/Store/useStoreQuery.ts +0 -13
- package/src/hooks/Users/get/getUserAndSupervisorQuery.hook.ts +0 -21
- package/src/hooks/Users/get/getUsersReadmissionQuery.hook.ts +0 -27
- package/src/hooks/Users/get/useApplicationQuery.hook.ts +0 -29
- package/src/hooks/Users/get/useExpUsersAnswersQuery.hook.ts +0 -25
- package/src/hooks/Users/get/usePermissionByIdQuery.hook.ts +0 -15
- package/src/hooks/Users/get/usePermissionsQuery.hook.ts +0 -29
- package/src/hooks/Users/get/useSingleUserIdQuery.hook.ts +0 -15
- package/src/hooks/Users/get/useUserIdQuery.hook.ts +0 -14
- package/src/hooks/Users/get/useUserListQuery.hook.ts +0 -27
- package/src/hooks/Users/get/useUserQuery.hook.ts +0 -31
- package/src/hooks/Users/mutate/deletePermissionMutateQuery.hook.ts +0 -15
- package/src/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.ts +0 -18
- package/src/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.ts +0 -17
- package/src/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.ts +0 -27
- package/src/hooks/Users/others/useSingleUserResetPassword.hook.ts +0 -18
- package/src/hooks/Users/others/useUserBlockQuery.hook.ts +0 -15
- package/src/hooks/Users/others/useUserEmailVerifQuery.hook.ts +0 -15
- package/src/hooks/Users/others/useUserResetPassByEmail.hook.ts +0 -14
- package/src/hooks/Watson/get/getCloseSession.hook.ts +0 -15
- package/src/hooks/Watson/mutate/mutateCloseSession.hook.ts +0 -18
- package/src/hooks/Watson/mutate/mutateNotificationRequest.hook.ts +0 -18
- package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.ts +0 -15
- package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.ts +0 -27
- package/src/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.ts +0 -27
- package/src/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.ts +0 -27
- package/src/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.ts +0 -28
- package/src/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.ts +0 -18
- package/src/hooks/index.ts +0 -505
- package/src/index.ts +0 -11
- package/src/interfaces/ACB.ts +0 -21
- package/src/interfaces/ASAECustomer.ts +0 -28
- package/src/interfaces/Acls.ts +0 -84
- package/src/interfaces/Actions.ts +0 -20
- package/src/interfaces/AnalyticsEvaluationCycle.ts +0 -24
- package/src/interfaces/AnalyticsUserId.ts +0 -14
- package/src/interfaces/Anot.ts +0 -79
- package/src/interfaces/Answer.ts +0 -14
- package/src/interfaces/AnswerType.ts +0 -22
- package/src/interfaces/AnswersUserSupervisor.ts +0 -45
- package/src/interfaces/ApplicationsByCategory.ts +0 -19
- package/src/interfaces/AstaQuestions.ts +0 -10
- package/src/interfaces/AstsStock.ts +0 -17
- package/src/interfaces/AstsStockInfo.ts +0 -14
- package/src/interfaces/AsttReconciliationDocuments.ts +0 -32
- package/src/interfaces/AsvProductsByReference.ts +0 -14
- package/src/interfaces/AsvProductsByStore.ts +0 -13
- package/src/interfaces/AsvProductsStockDetails.ts +0 -20
- package/src/interfaces/Atim.ts +0 -123
- package/src/interfaces/AtimScheduling.ts +0 -64
- package/src/interfaces/AttendanceIssues.ts +0 -20
- package/src/interfaces/Auth0Config.ts +0 -6
- package/src/interfaces/BellNotification.ts +0 -17
- package/src/interfaces/Brand.ts +0 -5
- package/src/interfaces/Bulk.ts +0 -11
- package/src/interfaces/Bwg.ts +0 -25
- package/src/interfaces/Cart.ts +0 -14
- package/src/interfaces/Checkout.ts +0 -15
- package/src/interfaces/Configuration.ts +0 -8
- package/src/interfaces/ContractStates.ts +0 -7
- package/src/interfaces/Countries.ts +0 -10
- package/src/interfaces/CreateNotification.ts +0 -18
- package/src/interfaces/Customer.ts +0 -23
- package/src/interfaces/CustomerHistory.ts +0 -11
- package/src/interfaces/CustomerVoucher.ts +0 -12
- package/src/interfaces/Employee.ts +0 -18
- package/src/interfaces/EvaluationCycle.ts +0 -34
- package/src/interfaces/ExpUsersAnswers.ts +0 -16
- package/src/interfaces/FlowExecution.ts +0 -33
- package/src/interfaces/FlowList.ts +0 -32
- package/src/interfaces/GetMonths.ts +0 -8
- package/src/interfaces/Inspection.ts +0 -22
- package/src/interfaces/Instances.ts +0 -25
- package/src/interfaces/JobTitles.ts +0 -7
- package/src/interfaces/MIMO.ts +0 -19
- package/src/interfaces/MacroInstance.ts +0 -11
- package/src/interfaces/Macros.ts +0 -19
- package/src/interfaces/MonitoringComponent.ts +0 -6
- package/src/interfaces/NotificationTitle.ts +0 -8
- package/src/interfaces/OSUA.ts +0 -363
- package/src/interfaces/Permissions.ts +0 -16
- package/src/interfaces/PriceChange.ts +0 -7
- package/src/interfaces/Product.ts +0 -17
- package/src/interfaces/ProductsHierarchies.ts +0 -6
- package/src/interfaces/ProductsPickedTransfers.ts +0 -13
- package/src/interfaces/Questionnaire.ts +0 -39
- package/src/interfaces/ReasonCodes.ts +0 -9
- package/src/interfaces/ReportBuilder.ts +0 -5
- package/src/interfaces/ResponseList.ts +0 -7
- package/src/interfaces/Responses.ts +0 -50
- package/src/interfaces/Rfid.ts +0 -10
- package/src/interfaces/Roles.ts +0 -5
- package/src/interfaces/Store.ts +0 -35
- package/src/interfaces/TagsFlow.ts +0 -5
- package/src/interfaces/Template.ts +0 -33
- package/src/interfaces/TermNotification.ts +0 -6
- package/src/interfaces/TimeKeeping.ts +0 -7
- package/src/interfaces/TransferAllProducts.ts +0 -39
- package/src/interfaces/TransferDocumentState.ts +0 -5
- package/src/interfaces/TransferDocuments.ts +0 -62
- package/src/interfaces/TransferPackage.ts +0 -19
- package/src/interfaces/TransferPickProducts.ts +0 -34
- package/src/interfaces/TransferReportDiff.ts +0 -9
- package/src/interfaces/TransferStates.ts +0 -8
- package/src/interfaces/User.ts +0 -75
- package/src/interfaces/UserAuthentication.ts +0 -7
- package/src/interfaces/UserEmailStatus.ts +0 -14
- package/src/interfaces/VacationPlan.ts +0 -13
- package/src/interfaces/VerifyImage.ts +0 -49
- package/src/interfaces/VerifyUser.ts +0 -5
- package/src/interfaces/Watson.ts +0 -76
- package/src/interfaces/Workload.ts +0 -8
- package/src/interfaces/index.ts +0 -81
- package/src/services/ApiService/index.ts +0 -185
- package/src/services/InitService/index.ts +0 -7
- package/src/services/index.ts +0 -3
- package/src/types/Global.d.ts +0 -4
- package/tsconfig.json +0 -24
- package/vite.config.js +0 -49
package/src/hooks/index.ts
DELETED
|
@@ -1,505 +0,0 @@
|
|
|
1
|
-
//Stores
|
|
2
|
-
export * from "./Store/useStoreQuery";
|
|
3
|
-
export * from "./Store/useStoreByCodeQuery.hook";
|
|
4
|
-
export * from "./Store/useAllStoreQuery.hook";
|
|
5
|
-
export * from "./Store/getLocationsByUser.hook";
|
|
6
|
-
export * from "./Store/useStoreQuery";
|
|
7
|
-
export * from "./Store/useStoreByCodeQuery.hook";
|
|
8
|
-
export * from "./Store/useAllStoreQuery.hook";
|
|
9
|
-
export * from "./Store/getLocationsByUser.hook";
|
|
10
|
-
|
|
11
|
-
//EvaluationCycle
|
|
12
|
-
export * from "./EvaluationCycle/get/useEvaluationCycleIdQuery.hook";
|
|
13
|
-
export * from "./EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook";
|
|
14
|
-
export * from "./EvaluationCycle/others/activateEvaluationCycleQuery.hook";
|
|
15
|
-
export * from "./EvaluationCycle/others/deleteEvaluationCycleQuery.hook";
|
|
16
|
-
export * from "./EvaluationCycle/get/useEvaluationCycleQuery.hook";
|
|
17
|
-
export * from "./EvaluationCycle/others/cancelEvaluationCycleQuery.hook";
|
|
18
|
-
export * from "./EvaluationCycle/others/finishEvaluationCycleQuery.hook";
|
|
19
|
-
export * from "./EvaluationCycle/get/useEvaluationCycleIdQuery.hook";
|
|
20
|
-
export * from "./EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook";
|
|
21
|
-
export * from "./EvaluationCycle/others/activateEvaluationCycleQuery.hook";
|
|
22
|
-
export * from "./EvaluationCycle/others/deleteEvaluationCycleQuery.hook";
|
|
23
|
-
export * from "./EvaluationCycle/get/useEvaluationCycleQuery.hook";
|
|
24
|
-
export * from "./EvaluationCycle/others/cancelEvaluationCycleQuery.hook";
|
|
25
|
-
export * from "./EvaluationCycle/others/finishEvaluationCycleQuery.hook";
|
|
26
|
-
|
|
27
|
-
//Questionnaire
|
|
28
|
-
export * from "./Questionnaire/get/useQuestionnaireQuery.hook";
|
|
29
|
-
export * from "./Questionnaire/others/deleteQuestionnaireQuery.hook";
|
|
30
|
-
export * from "./Questionnaire/others/duplicateQuestionnaireQuery.hook";
|
|
31
|
-
export * from "./Questionnaire/mutate/useQuestionnaireMutateQuery.hook";
|
|
32
|
-
export * from "./Questionnaire/others/activateQuestionnaireQuery.hook";
|
|
33
|
-
export * from "./Questionnaire/get/useQuestionnaireIdQuery.hook";
|
|
34
|
-
export * from "./Questionnaire/others/finishQuestionnaireQuery.hook";
|
|
35
|
-
export * from "./Questionnaire/others/cancelQuestionnaireQuery.hook";
|
|
36
|
-
export * from "./Questionnaire/get/useQuestionnaireQuery.hook";
|
|
37
|
-
export * from "./Questionnaire/others/deleteQuestionnaireQuery.hook";
|
|
38
|
-
export * from "./Questionnaire/others/duplicateQuestionnaireQuery.hook";
|
|
39
|
-
export * from "./Questionnaire/mutate/useQuestionnaireMutateQuery.hook";
|
|
40
|
-
export * from "./Questionnaire/others/activateQuestionnaireQuery.hook";
|
|
41
|
-
export * from "./Questionnaire/get/useQuestionnaireIdQuery.hook";
|
|
42
|
-
export * from "./Questionnaire/others/finishQuestionnaireQuery.hook";
|
|
43
|
-
export * from "./Questionnaire/others/cancelQuestionnaireQuery.hook";
|
|
44
|
-
|
|
45
|
-
//Users
|
|
46
|
-
export * from "./Users/get/useUserQuery.hook";
|
|
47
|
-
export * from "./Users/get/useUserListQuery.hook";
|
|
48
|
-
export * from "./Users/others/useUserBlockQuery.hook";
|
|
49
|
-
export * from "./Users/others/useUserEmailVerifQuery.hook";
|
|
50
|
-
export * from "./Users/get/useExpUsersAnswersQuery.hook";
|
|
51
|
-
export * from "./Users/mutate/useUpdateSupervisorMutateQuery.hook";
|
|
52
|
-
export * from "./Users/others/useSingleUserResetPassword.hook";
|
|
53
|
-
export * from "./Users/get/useSingleUserIdQuery.hook";
|
|
54
|
-
export * from "./Users/mutate/useSingleUserIdMutateQuery.hook";
|
|
55
|
-
export * from "./Users/get/useUserIdQuery.hook";
|
|
56
|
-
export * from "./Users/others/useUserResetPassByEmail.hook";
|
|
57
|
-
export * from "./Users/get/getUserAndSupervisorQuery.hook";
|
|
58
|
-
export * from "./Users/get/useUserQuery.hook";
|
|
59
|
-
export * from "./Users/get/useUserListQuery.hook";
|
|
60
|
-
export * from "./Users/others/useUserBlockQuery.hook";
|
|
61
|
-
export * from "./Users/others/useUserEmailVerifQuery.hook";
|
|
62
|
-
export * from "./Users/get/useExpUsersAnswersQuery.hook";
|
|
63
|
-
export * from "./Users/mutate/useUpdateSupervisorMutateQuery.hook";
|
|
64
|
-
export * from "./Users/others/useSingleUserResetPassword.hook";
|
|
65
|
-
export * from "./Users/get/useSingleUserIdQuery.hook";
|
|
66
|
-
export * from "./Users/mutate/useSingleUserIdMutateQuery.hook";
|
|
67
|
-
export * from "./Users/get/useUserIdQuery.hook";
|
|
68
|
-
export * from "./Users/others/useUserResetPassByEmail.hook";
|
|
69
|
-
export * from "./Users/get/getUserAndSupervisorQuery.hook";
|
|
70
|
-
export * from "./Users/get/usePermissionsQuery.hook";
|
|
71
|
-
export * from "./Users/mutate/useUpdatePermissionsMutateQuery.hook";
|
|
72
|
-
export * from "./Users/get/usePermissionByIdQuery.hook";
|
|
73
|
-
export * from "./Users/get/useApplicationQuery.hook";
|
|
74
|
-
export * from "./Users/mutate/deletePermissionMutateQuery.hook";
|
|
75
|
-
export * from "./Users/get/getUsersReadmissionQuery.hook";
|
|
76
|
-
|
|
77
|
-
//Analytics
|
|
78
|
-
export * from "./Analytics/get/useAnalyticsEvaluationCyclesQuery.hook";
|
|
79
|
-
export * from "./Analytics/get/useAnalyticsUserIdQuery.hook";
|
|
80
|
-
export * from "./Analytics/get/useAnalyticsQuestionsQuery.hook";
|
|
81
|
-
export * from "./Analytics/get/useAnalyticsSideBarQuery.hook";
|
|
82
|
-
export * from "./Analytics/get/useAnalyticsUserQuery.hook";
|
|
83
|
-
export * from "./Analytics/get/getArchivedAnalyticsQuery.hook";
|
|
84
|
-
export * from "./Analytics/get/useAnalyticsEvaluationCyclesQuery.hook";
|
|
85
|
-
export * from "./Analytics/get/useAnalyticsUserIdQuery.hook";
|
|
86
|
-
export * from "./Analytics/get/useAnalyticsQuestionsQuery.hook";
|
|
87
|
-
export * from "./Analytics/get/useAnalyticsSideBarQuery.hook";
|
|
88
|
-
export * from "./Analytics/get/useAnalyticsUserQuery.hook";
|
|
89
|
-
export * from "./Analytics/get/getArchivedAnalyticsQuery.hook";
|
|
90
|
-
|
|
91
|
-
//Answers
|
|
92
|
-
export * from "./Answer/get/useAnswerIdQuery.hook";
|
|
93
|
-
export * from "./Answer/mutate/useAnswerMutateQuery.hook";
|
|
94
|
-
export * from "./Answer/get/useAnswersUserSupervisorQuery.hook";
|
|
95
|
-
export * from "./Answer/others/openAnswerQuery.hook";
|
|
96
|
-
export * from "./Answer/others/showAnswerQuery.hook";
|
|
97
|
-
export * from "./Answer/get/useAnswerIdQuery.hook";
|
|
98
|
-
export * from "./Answer/mutate/useAnswerMutateQuery.hook";
|
|
99
|
-
export * from "./Answer/get/useAnswersUserSupervisorQuery.hook";
|
|
100
|
-
export * from "./Answer/others/openAnswerQuery.hook";
|
|
101
|
-
export * from "./Answer/others/showAnswerQuery.hook";
|
|
102
|
-
export * from "./Answer/others/postAnswersExportQuery.hook";
|
|
103
|
-
|
|
104
|
-
//AprProducts
|
|
105
|
-
export * from "./AprProduct/get/useProductsQuery.hook";
|
|
106
|
-
export * from "./AprProduct/get/useProductHierarchies.hook";
|
|
107
|
-
export * from "./AprProduct/get/useProductRecommendations.hook";
|
|
108
|
-
export * from "./AprProduct/get/useProductsByRefQuery.hook";
|
|
109
|
-
export * from "./AprProduct/get/useProductsQuery.hook";
|
|
110
|
-
export * from "./AprProduct/get/useProductHierarchies.hook";
|
|
111
|
-
export * from "./AprProduct/get/useProductRecommendations.hook";
|
|
112
|
-
export * from "./AprProduct/get/useProductsByRefQuery.hook";
|
|
113
|
-
|
|
114
|
-
//Roles
|
|
115
|
-
export * from "./Roles/get/useAllRolesQuery.hook";
|
|
116
|
-
export * from "./Roles/get/useAllRolesQuery.hook";
|
|
117
|
-
|
|
118
|
-
//AsvProduct
|
|
119
|
-
export * from "./AsvProduct/get/getProductsByRefQuery.hook";
|
|
120
|
-
export * from "./AsvProduct/get/getProductsByStoreQuery.hook";
|
|
121
|
-
export * from "./AsvProduct/get/getProductsStockDetailsQuery.hook";
|
|
122
|
-
export * from "./AsvProduct/get/getProductsByRefQuery.hook";
|
|
123
|
-
export * from "./AsvProduct/get/getProductsByStoreQuery.hook";
|
|
124
|
-
export * from "./AsvProduct/get/getProductsStockDetailsQuery.hook";
|
|
125
|
-
|
|
126
|
-
//Ass
|
|
127
|
-
export * from "./Ass/get/getAssProductsByRefQuery.hook";
|
|
128
|
-
export * from "./Ass/get/getAssProductsByStoreQuery.hook";
|
|
129
|
-
export * from "./Ass/get/getAssProductsStockDetailsQuery.hook";
|
|
130
|
-
export * from "./Ass/get/getAssProductsByRefQuery.hook";
|
|
131
|
-
export * from "./Ass/get/getAssProductsByStoreQuery.hook";
|
|
132
|
-
export * from "./Ass/get/getAssProductsStockDetailsQuery.hook";
|
|
133
|
-
|
|
134
|
-
//ASTS
|
|
135
|
-
export * from "./Asts/get/getProductInfoQuery.hook";
|
|
136
|
-
export * from "./Asts/get/getStockQuery.hook";
|
|
137
|
-
export * from "./Asts/get/getProductInfoQuery.hook";
|
|
138
|
-
export * from "./Asts/get/getStockQuery.hook";
|
|
139
|
-
export * from "./Asts/others/postAudioFileQuery.hook";
|
|
140
|
-
|
|
141
|
-
//Astt
|
|
142
|
-
export * from "./Astt/get/getTransferDocumentsQuery.hook";
|
|
143
|
-
export * from "./Astt/get/getTransferDocumentsByIdQuery.hook";
|
|
144
|
-
export * from "./Astt/get/getDocumentsFindByIdQuery.hook";
|
|
145
|
-
export * from "./Astt/get/getTransferDocumentsByPackageQuery.hook";
|
|
146
|
-
export * from "./Astt/get/getTransferStatesQuery.hook";
|
|
147
|
-
export * from "./Astt/get/getTransferDocumentsPackagesQuery.hook";
|
|
148
|
-
export * from "./Astt/get/getTransferReportDiff.hook";
|
|
149
|
-
export * from "./Astt/get/getTransferAllProductsQuery.hook";
|
|
150
|
-
export * from "./Astt/mutate/postTransferDocumentsMutateQuery.hook";
|
|
151
|
-
export * from "./Astt/mutate/putTransferDocumentsStateMutateQuery.hook";
|
|
152
|
-
export * from "./Astt/mutate/notifyMissingProductsQuery.hook";
|
|
153
|
-
export * from "./Astt/mutate/putTransferDocumentFinishQuery.hook";
|
|
154
|
-
export * from "./Astt/mutate/putTransferDocumentsPartiallyQuery.hook";
|
|
155
|
-
export * from "./Astt/get/getReportsBuilderQuery.hook";
|
|
156
|
-
export * from "./Astt/get/getRfidQuery.hook";
|
|
157
|
-
export * from "./Astt/get/getProductsListingQuery.hook";
|
|
158
|
-
export * from "./Astt/get/getBarcodesPrintQuery.hook";
|
|
159
|
-
export * from "./Astt/get/getBarcodesListingQuery.hook";
|
|
160
|
-
export * from "./Astt/get/getBarcodesListingByPackageQuery.hook";
|
|
161
|
-
export * from "./Astt/mutate/postMatchingPackageQuery.hook";
|
|
162
|
-
export * from "./Astt/mutate/postManualTransferQuery.hook";
|
|
163
|
-
export * from "./Astt/mutate/postManualPackageQuery.hook";
|
|
164
|
-
export * from "./Astt/mutate/updatePackageIdQuery.hook";
|
|
165
|
-
export * from "./Astt/mutate/postAsttActionsQuery.hook";
|
|
166
|
-
export * from "./Astt/get/getReconciliationDocumentsQuery.hook";
|
|
167
|
-
export * from "./Astt/get/getManualPackagesListQuery.hook";
|
|
168
|
-
export * from "./Astt/mutate/updateDocumentIdQuery.hook";
|
|
169
|
-
export * from "./Astt/mutate/deleteManualPackageQuery.hook";
|
|
170
|
-
|
|
171
|
-
//Astt Asgt
|
|
172
|
-
export * from "./Astt/Asgt/get/getTransferDocumentsASTTQuery.hook";
|
|
173
|
-
export * from "./Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook";
|
|
174
|
-
export * from "./Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook";
|
|
175
|
-
export * from "./Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook";
|
|
176
|
-
export * from "./Astt/Asgt/get/getTransferReportDiffASTT.hook";
|
|
177
|
-
export * from "./Astt/Asgt/get/getTransferAllProductsASTTQuery.hook";
|
|
178
|
-
export * from "./Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook";
|
|
179
|
-
export * from "./Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook";
|
|
180
|
-
export * from "./Astt/Asgt/get/getReportsBuilderASTTQuery.hook";
|
|
181
|
-
export * from "./Astt/Asgt/get/getProductsListingASTTQuery.hook";
|
|
182
|
-
export * from "./Astt/Asgt/mutate/createPackageASTTMutateQuery.hook";
|
|
183
|
-
export * from "./Astt/Asgt/mutate/createTransferASTTMutateQuery.hook";
|
|
184
|
-
export * from "./Astt/Asgt/get/getProductsPickedASTTQuery.hook";
|
|
185
|
-
export * from "./Astt/Asgt/get/getIdProductsPickedASTTQuery.hook";
|
|
186
|
-
export * from "./Astt/Asgt/get/getProductWarningASTTQuery.hook";
|
|
187
|
-
export * from "./Astt/Asgt/mutate/removeProductASTTQuery.hook";
|
|
188
|
-
export * from "./Astt/Asgt/mutate/autoSaveASTTQuery.hook";
|
|
189
|
-
export * from "./Astt/Asgt/get/getProductsMovementsASTTQuery.hook";
|
|
190
|
-
export * from "./Astt/Asgt/mutate/postRfidASGTMutateQuery.hook";
|
|
191
|
-
export * from "./Astt/Asgt/mutate/restartProductASTTQuery.hook";
|
|
192
|
-
export * from "./Astt/Asgt/mutate/deleteProductASTTQuery.hook";
|
|
193
|
-
export * from "./Astt/Asgt/mutate/postReprocessASTTQuery.hook";
|
|
194
|
-
export * from "./Astt/Asgt/get/getReprocessNeededASTTQuery.hook";
|
|
195
|
-
export * from "./Astt/Asgt/get/getAllAdidasProductsQuery.hook";
|
|
196
|
-
export * from "./Astt/Asgt/mutate/finishPackageASTTQuery.hook";
|
|
197
|
-
export * from "./Astt/Asgt/mutate/postMissingProductsASTTQuery.hook";
|
|
198
|
-
|
|
199
|
-
//Asgt
|
|
200
|
-
export * from "./Asgt/get/getTransferDocumentsASGTQuery.hook";
|
|
201
|
-
export * from "./Asgt/get/getTransferDocumentsByIdASGTQuery.hook";
|
|
202
|
-
export * from "./Asgt/get/getTransferDocumentsByPackageASGTQuery.hook";
|
|
203
|
-
export * from "./Asgt/get/getTransferDocumentsPackagesASGTQuery.hook";
|
|
204
|
-
export * from "./Asgt/get/getTransferReportDiffASGT.hook";
|
|
205
|
-
export * from "./Asgt/get/getTransferAllProductsASGTQuery.hook";
|
|
206
|
-
export * from "./Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook";
|
|
207
|
-
export * from "./Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook";
|
|
208
|
-
export * from "./Asgt/get/getReportsBuilderASGTQuery.hook";
|
|
209
|
-
export * from "./Asgt/get/getProductsListingASGTQuery.hook";
|
|
210
|
-
export * from "./Asgt/mutate/createPackageASGTMutateQuery.hook";
|
|
211
|
-
export * from "./Asgt/mutate/createTransferASGTMutateQuery.hook";
|
|
212
|
-
export * from "./Asgt/get/getProductsPickedASGTQuery.hook";
|
|
213
|
-
export * from "./Asgt/get/getIdProductsPickedASGTQuery.hook";
|
|
214
|
-
export * from "./Asgt/get/getProductWarningASGTQuery.hook";
|
|
215
|
-
export * from "./Asgt/mutate/removeProductASGTQuery.hook";
|
|
216
|
-
export * from "./Asgt/mutate/autoSaveASGTQuery.hook";
|
|
217
|
-
export * from "./Asgt/get/getProductsMovementsASGTQuery.hook";
|
|
218
|
-
|
|
219
|
-
//ATIM
|
|
220
|
-
export * from "./ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook";
|
|
221
|
-
export * from "./ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook";
|
|
222
|
-
export * from "./ATIM/PicaPonto/mutate/postVerifyUserQuery.hook";
|
|
223
|
-
export * from "./ATIM/PicaPonto/mutate/postAttendance.hook";
|
|
224
|
-
|
|
225
|
-
//WIDGET
|
|
226
|
-
export * from "./WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook";
|
|
227
|
-
export * from "./WidgetPicaPonto/get/getAttendanceIssuesQuery.hook";
|
|
228
|
-
export * from "./WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook";
|
|
229
|
-
export * from "./WidgetPicaPonto/get/getCriticaliesQuery.hook";
|
|
230
|
-
export * from "./WidgetPicaPonto/get/getReasonCodesQuery.hook";
|
|
231
|
-
export * from "./WidgetPicaPonto/get/getSchedulesStoresQuery.hook";
|
|
232
|
-
|
|
233
|
-
//ASTA
|
|
234
|
-
export * from "./Asta/Template/get/getTemplateByIdQuery.hook";
|
|
235
|
-
export * from "./Asta/Template/get/getTemplateHeadersQuery.hook";
|
|
236
|
-
export * from "./Asta/Template/get/getTemplateQuery.hook";
|
|
237
|
-
export * from "./Asta/Template/mutate/useTemplateMutateQuery.hook";
|
|
238
|
-
export * from "./Asta/Template/others/deleteTemplateQuery.hook";
|
|
239
|
-
export * from "./Asta/Template/others/extractTemplateQuery.hook";
|
|
240
|
-
export * from "./Asta/Template/others/archiveTemplateQuery.hook";
|
|
241
|
-
export * from "./Asta/Template/others/duplicateTemplateQuery.hook";
|
|
242
|
-
export * from "./Asta/Template/others/finishTemplateQuery.hook";
|
|
243
|
-
export * from "./Asta/Template/get/getTemplateByIdQuery.hook";
|
|
244
|
-
export * from "./Asta/Template/get/getTemplateHeadersQuery.hook";
|
|
245
|
-
export * from "./Asta/Template/get/getTemplateQuery.hook";
|
|
246
|
-
export * from "./Asta/Template/mutate/useTemplateMutateQuery.hook";
|
|
247
|
-
export * from "./Asta/Template/others/deleteTemplateQuery.hook";
|
|
248
|
-
export * from "./Asta/Template/others/extractTemplateQuery.hook";
|
|
249
|
-
export * from "./Asta/Template/others/archiveTemplateQuery.hook";
|
|
250
|
-
export * from "./Asta/Template/others/duplicateTemplateQuery.hook";
|
|
251
|
-
export * from "./Asta/Template/others/finishTemplateQuery.hook";
|
|
252
|
-
|
|
253
|
-
export * from "./Asta/Inspection/get/getInspectionQuery.hook";
|
|
254
|
-
export * from "./Asta/Inspection/mutate/useInspectionMutateQuery.hook";
|
|
255
|
-
export * from "./Asta/Inspection/others/deleteInspectionQuery.hook";
|
|
256
|
-
export * from "./Asta/Inspection/others/finishInspectionQuery.hook";
|
|
257
|
-
export * from "./Asta/Inspection/others/archiveTemplateQuery.hook";
|
|
258
|
-
export * from "./Asta/Inspection/others/extractTemplateQuery.hook";
|
|
259
|
-
export * from "./Asta/Inspection/get/getInspectionQuery.hook";
|
|
260
|
-
export * from "./Asta/Inspection/mutate/useInspectionMutateQuery.hook";
|
|
261
|
-
export * from "./Asta/Inspection/others/deleteInspectionQuery.hook";
|
|
262
|
-
export * from "./Asta/Inspection/others/finishInspectionQuery.hook";
|
|
263
|
-
export * from "./Asta/Inspection/others/archiveTemplateQuery.hook";
|
|
264
|
-
export * from "./Asta/Inspection/others/extractTemplateQuery.hook";
|
|
265
|
-
export * from "./Asta/Inspection/others/exportInspectionQuery.hook";
|
|
266
|
-
|
|
267
|
-
export * from "./Asta/Answer/get/getAstaAnswerQuery.hook";
|
|
268
|
-
export * from "./Asta/Answer/get/getAstaAnswerByIdQuery.hook";
|
|
269
|
-
export * from "./Asta/Answer/mutate/useAstaAnswersMutateQuery.hook";
|
|
270
|
-
export * from "./Asta/Answer/others/finishAstaAnswersQuery.hook";
|
|
271
|
-
export * from "./Asta/Answer/others/putAnswerImageQuery.hook";
|
|
272
|
-
export * from "./Asta/Answer/get/getAstaAnswerQuery.hook";
|
|
273
|
-
export * from "./Asta/Answer/get/getAstaAnswerByIdQuery.hook";
|
|
274
|
-
export * from "./Asta/Answer/mutate/useAstaAnswersMutateQuery.hook";
|
|
275
|
-
export * from "./Asta/Answer/others/finishAstaAnswersQuery.hook";
|
|
276
|
-
export * from "./Asta/Answer/others/putAnswerImageQuery.hook";
|
|
277
|
-
export * from "./Asta/Answer/others/sendInspectionEmailQuery.hook";
|
|
278
|
-
export * from "./Asta/Answer/others/finishGNGAstaAnswersQuery.hook";
|
|
279
|
-
export * from "./Asta/Answer/others/sendInspectionEmailStoreQuery.hook";
|
|
280
|
-
|
|
281
|
-
export * from "./Asta/AnswerType/get/getAnswerTypeQuery.hook";
|
|
282
|
-
export * from "./Asta/AnswerType/get/getAllAnswerTypeQuery.hook";
|
|
283
|
-
export * from "./Asta/AnswerType/get/getAnswerColorsQuery.hook";
|
|
284
|
-
export * from "./Asta/AnswerType/get/getAnswerTypeByIdQuery.hook";
|
|
285
|
-
export * from "./Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook";
|
|
286
|
-
export * from "./Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook";
|
|
287
|
-
export * from "./Asta/AnswerType/others/deleteAnswerTypeQuery.hook";
|
|
288
|
-
export * from "./Asta/AnswerType/others/finishAnswerTypeQuery.hook";
|
|
289
|
-
export * from "./Asta/AnswerType/others/selectAnswerNameQuery.hook";
|
|
290
|
-
export * from "./Asta/AnswerType/get/getAnswerTypeQuery.hook";
|
|
291
|
-
export * from "./Asta/AnswerType/get/getAllAnswerTypeQuery.hook";
|
|
292
|
-
export * from "./Asta/AnswerType/get/getAnswerColorsQuery.hook";
|
|
293
|
-
export * from "./Asta/AnswerType/get/getAnswerTypeByIdQuery.hook";
|
|
294
|
-
export * from "./Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook";
|
|
295
|
-
export * from "./Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook";
|
|
296
|
-
export * from "./Asta/AnswerType/others/deleteAnswerTypeQuery.hook";
|
|
297
|
-
export * from "./Asta/AnswerType/others/finishAnswerTypeQuery.hook";
|
|
298
|
-
export * from "./Asta/AnswerType/others/selectAnswerNameQuery.hook";
|
|
299
|
-
|
|
300
|
-
export * from "./Asta/Actions/get/getActionByIdQuery.hook";
|
|
301
|
-
export * from "./Asta/Actions/get/getActionStagesQuery.hook";
|
|
302
|
-
export * from "./Asta/Actions/get/getActionPriorityQuery.hook";
|
|
303
|
-
export * from "./Asta/Actions/get/getActionQuery.hook";
|
|
304
|
-
export * from "./Asta/Actions/mutate/useActionMutateQuery.hook";
|
|
305
|
-
export * from "./Asta/Actions/others/deleteActionQuery.hook";
|
|
306
|
-
export * from "./Asta/Actions/others/extractActionQuery.hook";
|
|
307
|
-
export * from "./Asta/Actions/others/archiveActionQuery.hook";
|
|
308
|
-
export * from "./Asta/Actions/others/finishActionQuery.hook";
|
|
309
|
-
export * from "./Asta/Actions/others/startActionQuery.hook";
|
|
310
|
-
export * from "./Asta/Actions/others/selectActionStatusQuery.hook";
|
|
311
|
-
export * from "./Asta/Actions/get/getActionByIdQuery.hook";
|
|
312
|
-
export * from "./Asta/Actions/get/getActionStagesQuery.hook";
|
|
313
|
-
export * from "./Asta/Actions/get/getActionPriorityQuery.hook";
|
|
314
|
-
export * from "./Asta/Actions/get/getActionQuery.hook";
|
|
315
|
-
export * from "./Asta/Actions/mutate/useActionMutateQuery.hook";
|
|
316
|
-
export * from "./Asta/Actions/others/deleteActionQuery.hook";
|
|
317
|
-
export * from "./Asta/Actions/others/extractActionQuery.hook";
|
|
318
|
-
export * from "./Asta/Actions/others/archiveActionQuery.hook";
|
|
319
|
-
export * from "./Asta/Actions/others/finishActionQuery.hook";
|
|
320
|
-
export * from "./Asta/Actions/others/startActionQuery.hook";
|
|
321
|
-
export * from "./Asta/Actions/others/selectActionStatusQuery.hook";
|
|
322
|
-
|
|
323
|
-
//APRC
|
|
324
|
-
export * from "./Aprc/get/getPriceChangePinQuery.hook";
|
|
325
|
-
export * from "./Aprc/others/postPriceChangePinQuery.hook";
|
|
326
|
-
export * from "./Aprc/others/sendEmailWithPinQuery.hook";
|
|
327
|
-
export * from "./Aprc/get/getPriceChangePinQuery.hook";
|
|
328
|
-
export * from "./Aprc/others/postPriceChangePinQuery.hook";
|
|
329
|
-
export * from "./Aprc/others/sendEmailWithPinQuery.hook";
|
|
330
|
-
|
|
331
|
-
//BigWin
|
|
332
|
-
export * from "./BigWin/get/getMonthsListQuery.hook";
|
|
333
|
-
export * from "./BigWin/others/publishMonthsEmployeeQuery.hook";
|
|
334
|
-
export * from "./BigWin/others/publishMonthsManagerQuery.hook";
|
|
335
|
-
export * from "./BigWin/get/getMonthsListQuery.hook";
|
|
336
|
-
export * from "./BigWin/others/publishMonthsEmployeeQuery.hook";
|
|
337
|
-
export * from "./BigWin/others/publishMonthsManagerQuery.hook";
|
|
338
|
-
export * from "./BigWin/get/getBwgAllEmployeesQuery.hook";
|
|
339
|
-
export * from "./BigWin/get/getBwgBackOfficeQuery.hook";
|
|
340
|
-
export * from "./BigWin/others/importRegulationQuery.hook";
|
|
341
|
-
export * from "./BigWin/others/importABWGQuery.hook";
|
|
342
|
-
|
|
343
|
-
//ACLS
|
|
344
|
-
|
|
345
|
-
export * from "./Acls/get/getVoucherLoyaltyQuery.hook";
|
|
346
|
-
export * from "./Acls/get/getCustomersLoyaltyQuery.hook";
|
|
347
|
-
export * from "./Acls/get/getVoucherSitooQuery.hook";
|
|
348
|
-
export * from "./Acls/get/getVoucherTemplatesQuery.hook";
|
|
349
|
-
export * from "./Acls/mutate/postSaldoVoucherQuery.hook";
|
|
350
|
-
export * from "./Acls/mutate/postSalesAssociationQuery.hook";
|
|
351
|
-
export * from "./Acls/mutate/postVoucherSitooQuery.hook";
|
|
352
|
-
export * from "./Acls/mutate/postVerificationEmailQuery.hook";
|
|
353
|
-
export * from "./Acls/mutate/postVerificationUserQuery.hook";
|
|
354
|
-
export * from "./Acls/mutate/updateDisabledVoucherTemplates.hook";
|
|
355
|
-
export * from "./Acls/mutate/postCreateVoucherTemplates.hook";
|
|
356
|
-
export * from "./Acls/mutate/reactivateVoucherQuery.hook";
|
|
357
|
-
|
|
358
|
-
//OSUA
|
|
359
|
-
export * from "./OSUA/get/documentos/getGngDocumentos.hook";
|
|
360
|
-
export * from "./OSUA/get/documentos/getSitooDocumentos.hook";
|
|
361
|
-
export * from "./OSUA/get/vouchers/getGngVoucher.hook";
|
|
362
|
-
export * from "./OSUA/get/vouchers/getSitooVouchers.hook";
|
|
363
|
-
export * from "./OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook";
|
|
364
|
-
export * from "./OSUA/get/orders/getOrderDocuments.hook";
|
|
365
|
-
export * from "./OSUA/get/faqs/getFaqsQuery.hook";
|
|
366
|
-
export * from "./OSUA/get/eventos/getSitooErrorEvents.hook";
|
|
367
|
-
export * from "./OSUA/get/vouchers/getSalesNumberOsua.hook";
|
|
368
|
-
export * from "./OSUA/get/queue/getQueuesMessages.hook";
|
|
369
|
-
export * from "./OSUA/get/queue/getQueues.hook";
|
|
370
|
-
export * from "./OSUA/get/vouchers/getOsuaVouchersQuery.hook";
|
|
371
|
-
|
|
372
|
-
export * from "./OSUA/mutate/postCreateIntegrationRequest.hook";
|
|
373
|
-
export * from "./OSUA/mutate/useSetIntegrationToFinished.hook";
|
|
374
|
-
export * from "./OSUA/mutate/postCreateIntegrationRequest.hook";
|
|
375
|
-
export * from "./OSUA/mutate/postCreateIntegrationRequest.hook";
|
|
376
|
-
export * from "./OSUA/mutate/postEventsRep.hook";
|
|
377
|
-
export * from "./OSUA/mutate/postVoucher.hook";
|
|
378
|
-
export * from "./OSUA/mutate/putBalanceVouchers.hook";
|
|
379
|
-
export * from "./OSUA/mutate/postQueuesMessages.hook";
|
|
380
|
-
export * from "./OSUA/mutate/activateOsuaVoucherQuery.hook";
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
//MIMO
|
|
384
|
-
export * from "./OSUA/MIMO/get/getIntegrationByName.hook";
|
|
385
|
-
export * from "./OSUA/MIMO/get/getProductIntegrationHistory.hook";
|
|
386
|
-
export * from "./OSUA/MIMO/get/useIntegrationDataQuery.hook";
|
|
387
|
-
export * from "./OSUA/MIMO/get/useErrorHistory.hook";
|
|
388
|
-
|
|
389
|
-
export * from "./OSUA/MIMO/get/useIntegrationDataQuery.hook";
|
|
390
|
-
export * from "./OSUA/MIMO/get/useErrorHistory.hook";
|
|
391
|
-
|
|
392
|
-
export * from "./OSUA/MIMO/mutate/postProductVendusIntegration.hook";
|
|
393
|
-
export * from "./OSUA/MIMO/mutate/postDagsAdjustStock.hook";
|
|
394
|
-
export * from "./OSUA/MIMO/mutate/updateErrorHistory.hook";
|
|
395
|
-
export * from "./OSUA/MIMO/mutate/updateIntegrationProcess.hook";
|
|
396
|
-
export * from "./OSUA/MIMO/mutate/postIntegrationDag.hook";
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
//ACB
|
|
400
|
-
export * from "./ACB/get/getClientBalance.hook";
|
|
401
|
-
export * from "./ACB/mutate/postClientBalance.hook";
|
|
402
|
-
export * from "./ACB/get/getClientBalance.hook";
|
|
403
|
-
export * from "./ACB/mutate/postClientBalance.hook";
|
|
404
|
-
|
|
405
|
-
//Orch
|
|
406
|
-
export * from './Orch/get/getAuth0ConfigQuery.hook';
|
|
407
|
-
export * from './Orch/get/getMacrosInstancesQuery.hook';
|
|
408
|
-
export * from './Orch/get/getInstancesQuery.hook';
|
|
409
|
-
export * from './Orch/get/getMacrosQuery.hook';
|
|
410
|
-
export * from './Orch/get/getInstanceByIdQuery.hook';
|
|
411
|
-
export * from './Orch/others/runMacrosQuery.hook';
|
|
412
|
-
export * from './Orch/others/reprocessingInstanceQuery.hook';
|
|
413
|
-
export * from './Orch/others/updateMacroStatusQuery.hook';
|
|
414
|
-
export * from './Orch/get/getMacrosUserQuery.hook';
|
|
415
|
-
export * from './Orch/get/getMonitoringComponents.hook';
|
|
416
|
-
export * from './Orch/others/stopInstanceQuery.hook';
|
|
417
|
-
|
|
418
|
-
//Watson
|
|
419
|
-
export * from "./Watson/get/getCloseSession.hook";
|
|
420
|
-
export * from "./Watson/mutate/mutateCloseSession.hook";
|
|
421
|
-
export * from "./Watson/mutate/mutateNotificationRequest.hook";
|
|
422
|
-
|
|
423
|
-
//BackofficeAtim
|
|
424
|
-
export * from "./ATIM/BackOffice/get/useEmployeeWorklogDetails.hook";
|
|
425
|
-
export * from "./ATIM/BackOffice/get/useEmployeeQueryHook.hook";
|
|
426
|
-
export * from "./ATIM/BackOffice/get/useStoresQueryHook.hook";
|
|
427
|
-
export * from "./ATIM/BackOffice/get/useAbsenceTypes.hook";
|
|
428
|
-
export * from "./ATIM/BackOffice/get/useAttendancesSummary.hook";
|
|
429
|
-
export * from "./ATIM/BackOffice/get/useWorkMonths.hook";
|
|
430
|
-
export * from "./ATIM/BackOffice/get/useEmployeeWorklogDetails.hook";
|
|
431
|
-
export * from "./ATIM/BackOffice/get/useEmployeeQueryHook.hook";
|
|
432
|
-
export * from "./ATIM/BackOffice/get/useStoresQueryHook.hook";
|
|
433
|
-
export * from "./ATIM/BackOffice/get/useAbsenceTypes.hook";
|
|
434
|
-
export * from "./ATIM/BackOffice/get/useAttendancesSummary.hook";
|
|
435
|
-
export * from "./ATIM/BackOffice/get/useAttendancesSummarySearch.hook";
|
|
436
|
-
export * from "./ATIM/BackOffice/get/useWorkMonths.hook";
|
|
437
|
-
export * from "./ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook";
|
|
438
|
-
export * from "./ATIM/BackOffice/get/useSchedulePeriodQuery.hook";
|
|
439
|
-
export * from "./ATIM/BackOffice/get/useSchedulesQuery.hook";
|
|
440
|
-
export * from "./ATIM/BackOffice/get/useKPIsQuery.hook";
|
|
441
|
-
export * from "./ATIM/BackOffice/get/useWorkWeekSchedule.hook";
|
|
442
|
-
export * from "./ATIM/BackOffice/get/useEmployeesQuery.hook";
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
export * from "./ATIM/BackOffice/mutate/postAttendanceRange.hook";
|
|
446
|
-
export * from "./ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook";
|
|
447
|
-
export * from "./ATIM/BackOffice/mutate/useAttendancesById.hook";
|
|
448
|
-
export * from "./ATIM/BackOffice/mutate/useScheduleMutateQuery.hook";
|
|
449
|
-
|
|
450
|
-
//Aexp
|
|
451
|
-
export * from "./Aexp/get/getFlowExecutionQuery.hook";
|
|
452
|
-
export * from "./Aexp/get/getFlowListQuery.hook";
|
|
453
|
-
export * from "./Aexp/get/getFlowListByIdQuery.hook";
|
|
454
|
-
export * from "./Aexp/get/getFlowExecutionByIdQuery.hook";
|
|
455
|
-
export * from "./Aexp/mutate/deleteFlowConfigurationQuery.hook";
|
|
456
|
-
export * from "./Aexp/mutate/runFlowExecutionQuery.hook";
|
|
457
|
-
export * from "./Aexp/mutate/useFlowConfigurationQuery.hook";
|
|
458
|
-
export * from "./Aexp/mutate/useFlowExecutionQuery.hook";
|
|
459
|
-
export * from "./Aexp/mutate/validateExecutionFileQuery.hook";
|
|
460
|
-
export * from "./Aexp/mutate/inactivateFlowConfigurationQuery.hook";
|
|
461
|
-
export * from "./Aexp/get/getTagsFlowQuery.hook";
|
|
462
|
-
|
|
463
|
-
//ASAEGNG
|
|
464
|
-
export * from "./ASAEGNG/get/getCustomerHistoryQuery.hook";
|
|
465
|
-
export * from "./ASAEGNG/get/getCustomerVouchersQuery.hook";
|
|
466
|
-
export * from "./ASAEGNG/get/getCustomersQuery.hook";
|
|
467
|
-
|
|
468
|
-
//ANOT
|
|
469
|
-
export * from "./Anot/get/getNotificationsTypeQuery.hook";
|
|
470
|
-
export * from "./Anot/mutate/useNotificationTypeQuery.hook";
|
|
471
|
-
export * from "./Anot/get/getNotificationTypeByIdQuery.hook";
|
|
472
|
-
export * from "./Anot/get/getNotificationApplicationsQuery.hook";
|
|
473
|
-
export * from "./Anot/get/getNotificationLanguagesQuery.hook";
|
|
474
|
-
export * from "./Anot/get/getNotificationCriticalitiesQuery.hook";
|
|
475
|
-
export * from "./Anot/get/getNotificationHeadersQuery.hook";
|
|
476
|
-
export * from "./Anot/get/getNotificationsQuery.hook";
|
|
477
|
-
|
|
478
|
-
//Others
|
|
479
|
-
export * from "./Others/useJobTitlesQuery.hook";
|
|
480
|
-
export * from "./Others/useContractStatesQuery.hook";
|
|
481
|
-
export * from "./Others/useApplicationDataQuery.hook";
|
|
482
|
-
export * from "./Others/useTermNotificationQuery.hook";
|
|
483
|
-
export * from "./Others/useCustomersQuery.hook";
|
|
484
|
-
export * from "./Others/useCountriesQuery.hook";
|
|
485
|
-
export * from "./Others/useCreateNotification.hook";
|
|
486
|
-
export * from "./Others/postCheckoutsMutateQuery.hook";
|
|
487
|
-
export * from "./Others/postVerifyImageQuery.hook";
|
|
488
|
-
export * from "./Others/getWeeklyWorkloadQuery.hook";
|
|
489
|
-
export * from "./Others/getNotificationTitleQuery.hook";
|
|
490
|
-
export * from "./Others/getUserEmailStatusQuery.hook";
|
|
491
|
-
export * from "./Others/getRegulationQuery.hook";
|
|
492
|
-
export * from "./Others/useRegulationQuery.hook";
|
|
493
|
-
export * from "./Others/postUserAuthenticationQuery.hook";
|
|
494
|
-
export * from "./Others//editFieldsByBulkQuery.hook";
|
|
495
|
-
export * from "./Others/getBellNotificationsQuery.hook";
|
|
496
|
-
export * from "./Others/editBellNotificationsStatusQuery.hook";
|
|
497
|
-
export * from "./Others/editAllBellNotificationsStatusQuery.hook";
|
|
498
|
-
export * from "./Others/Vacation/get/getVacationPlanQuery.hook";
|
|
499
|
-
export * from "./Others/Vacation/others/aproveVacationPlanQuery.hook";
|
|
500
|
-
export * from "./Others/Vacation/others/postVacationPlanQuery.hook";
|
|
501
|
-
export * from "./Others/Vacation/others/rejectVacationPlanQuery.hook";
|
|
502
|
-
export * from "./Others/Vacation/get/getVacationTemplateQuery.hook";
|
|
503
|
-
export * from "./Others/changePasswordQuery.hook";
|
|
504
|
-
export * from "./Others/unblockUserQuery.hook";
|
|
505
|
-
export * from "./Others/oneSignalUserQuery.hook";
|
package/src/index.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// Hacky way because of the hooks and the npm link
|
|
3
|
-
export * from './interfaces';
|
|
4
|
-
export * from './services';
|
|
5
|
-
export * from './components';
|
|
6
|
-
export * from './constants';
|
|
7
|
-
export * from './hooks';
|
|
8
|
-
export * from './enums';
|
|
9
|
-
export * from './helpers';
|
|
10
|
-
import './global.scss';
|
|
11
|
-
import './a2ai.scss';
|
package/src/interfaces/ACB.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface ClientResponse {
|
|
3
|
-
Id: string;
|
|
4
|
-
FiscalId: string;
|
|
5
|
-
Balance: string;
|
|
6
|
-
Name: string;
|
|
7
|
-
Address: string;
|
|
8
|
-
City: string;
|
|
9
|
-
PostalCode: string;
|
|
10
|
-
Phone: string | null;
|
|
11
|
-
Mobile: string;
|
|
12
|
-
Email: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface AddClientBalanceRequest {
|
|
16
|
-
ClientId: number;
|
|
17
|
-
Amount: string;
|
|
18
|
-
OperationType: string;
|
|
19
|
-
Notes: string;
|
|
20
|
-
UserId: string;
|
|
21
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export interface ASAECustomer {
|
|
2
|
-
Id: string;
|
|
3
|
-
Code: string;
|
|
4
|
-
FirstName: string;
|
|
5
|
-
LastName: string;
|
|
6
|
-
FullName: string;
|
|
7
|
-
Email: string;
|
|
8
|
-
PhoneNumber: string;
|
|
9
|
-
MobilePhoneNumber: string;
|
|
10
|
-
Status: string;
|
|
11
|
-
TaxNumber: string;
|
|
12
|
-
Gender: string;
|
|
13
|
-
Birthdate: number;
|
|
14
|
-
DeliveryAddressStreet: string;
|
|
15
|
-
DeliveryAddressZipCode: string;
|
|
16
|
-
DeliveryAddressCity: string;
|
|
17
|
-
DeliveryAddressCountryCodeIso2: string;
|
|
18
|
-
IsNewsletterSubscriber: boolean;
|
|
19
|
-
GroupCode: string;
|
|
20
|
-
Coins: number;
|
|
21
|
-
IsSmsSubscriber: boolean;
|
|
22
|
-
IsAppUser: boolean;
|
|
23
|
-
CompanyCode: string;
|
|
24
|
-
CoinsHistoryURL: string;
|
|
25
|
-
VouchersHistoryURL: string;
|
|
26
|
-
CreateDate: number;
|
|
27
|
-
UpdateDate: number;
|
|
28
|
-
}
|
package/src/interfaces/Acls.ts
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
export interface Vouchers {
|
|
2
|
-
Id : string;
|
|
3
|
-
CreateDate : string;
|
|
4
|
-
UpdateDate : string;
|
|
5
|
-
DiscountValue : number;
|
|
6
|
-
DurationInDays: number;
|
|
7
|
-
HowToTextId: string;
|
|
8
|
-
Name: string;
|
|
9
|
-
RulesTextId : string;
|
|
10
|
-
ShortDscId : string;
|
|
11
|
-
Status : string;
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export interface VouchersMimo {
|
|
17
|
-
Id : string;
|
|
18
|
-
CreateDate : number;
|
|
19
|
-
UpdateDate : number;
|
|
20
|
-
StartDate: number;
|
|
21
|
-
EndDate : number;
|
|
22
|
-
HowToTextId : string;
|
|
23
|
-
RulesTextId : string;
|
|
24
|
-
ShortDescription : string;
|
|
25
|
-
Status : string;
|
|
26
|
-
CustomerId : string;
|
|
27
|
-
VoucherTemplate: Vouchers;
|
|
28
|
-
VoucherTemplateId : string;
|
|
29
|
-
UsageDate : number;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export interface VouchersSuccess {
|
|
33
|
-
balance : string | null;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export interface CustomerAcul {
|
|
37
|
-
Id: string;
|
|
38
|
-
CreateDate: number;
|
|
39
|
-
UpdateDate: number;
|
|
40
|
-
FullName: string;
|
|
41
|
-
FirstName: string;
|
|
42
|
-
LastName: string;
|
|
43
|
-
Email: string;
|
|
44
|
-
PhoneNumber: string;
|
|
45
|
-
BirthDay: string;
|
|
46
|
-
Code: string;
|
|
47
|
-
FavoriteStore: string;
|
|
48
|
-
Location: {
|
|
49
|
-
Id: string;
|
|
50
|
-
Name: string;
|
|
51
|
-
Code: string;
|
|
52
|
-
};
|
|
53
|
-
AcceptsSMSCommunication: boolean;
|
|
54
|
-
AcceptsEmailCommunication: boolean;
|
|
55
|
-
Gender: string;
|
|
56
|
-
AvailableCoins: number;
|
|
57
|
-
AcceptsDataTreatment: boolean;
|
|
58
|
-
AcceptsTermsAndConditions: boolean;
|
|
59
|
-
Verified: boolean;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export interface VoucherTemplates {
|
|
63
|
-
Id: string
|
|
64
|
-
Name: string
|
|
65
|
-
ShortDscId: string
|
|
66
|
-
DiscountValue: number
|
|
67
|
-
CoinExchange: string
|
|
68
|
-
DurationInDays: number
|
|
69
|
-
RulesTextId: string
|
|
70
|
-
HowToTextId: string
|
|
71
|
-
Status: string
|
|
72
|
-
CreateDate: number
|
|
73
|
-
UpdateDate: number
|
|
74
|
-
}
|
|
75
|
-
export interface CreateVoucherTemplatesPayload {
|
|
76
|
-
Name: string
|
|
77
|
-
Description: string
|
|
78
|
-
DiscountValue: number
|
|
79
|
-
CoinExchange: string
|
|
80
|
-
ExpirationDays: number
|
|
81
|
-
Rules: string
|
|
82
|
-
HowTo: string
|
|
83
|
-
Status: string
|
|
84
|
-
}
|