@omniumretail/shared-resources 0.3.86 → 0.3.87
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/components/SharedContextProvider/index.d.ts +8 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/constants/QueryClient.d.ts +3 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/contexts/useStore.d.ts +9 -0
- package/dist/helpers/codeMutation.d.ts +4 -0
- package/dist/helpers/date-unix.helper.d.ts +6 -0
- package/dist/helpers/getChildrenByType.helper.d.ts +3 -0
- package/dist/hooks/ACB/get/getClientBalance.hook.d.ts +8 -0
- package/dist/hooks/ACB/mutate/postClientBalance.hook.d.ts +3 -0
- package/dist/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +11 -0
- package/dist/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +11 -0
- package/dist/hooks/ASAEGNG/get/getCustomersQuery.hook.d.ts +13 -0
- package/dist/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +11 -0
- package/dist/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +11 -0
- package/dist/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +14 -0
- package/dist/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +12 -0
- package/dist/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +14 -0
- package/dist/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +12 -0
- package/dist/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +12 -0
- package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +3 -0
- package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +11 -0
- package/dist/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +9 -0
- package/dist/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +12 -0
- package/dist/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +10 -0
- package/dist/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +10 -0
- 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/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +3 -0
- package/dist/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +14 -0
- package/dist/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +3 -0
- package/dist/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +11 -0
- package/dist/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +3 -0
- package/dist/hooks/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +9 -0
- package/dist/hooks/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +9 -0
- package/dist/hooks/Acls/get/getVoucherSitooQuery.hook.d.ts +9 -0
- package/dist/hooks/Acls/get/getVoucherTemplatesQuery.hook.d.ts +10 -0
- package/dist/hooks/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +3 -0
- package/dist/hooks/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +8 -0
- package/dist/hooks/Acls/mutate/postSalesAssociationQuery.hook.d.ts +7 -0
- package/dist/hooks/Acls/mutate/postVerificationEmailQuery.hook.d.ts +8 -0
- package/dist/hooks/Acls/mutate/postVerificationUserQuery.hook.d.ts +8 -0
- package/dist/hooks/Acls/mutate/postVoucherSitooQuery.hook.d.ts +8 -0
- package/dist/hooks/Acls/mutate/reactivateVoucherQuery.hook.d.ts +8 -0
- package/dist/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +3 -0
- package/dist/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Aexp/get/getFlowExecutionQuery.hook.d.ts +13 -0
- package/dist/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Aexp/get/getFlowListQuery.hook.d.ts +14 -0
- package/dist/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +4 -0
- package/dist/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +3 -0
- package/dist/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +3 -0
- package/dist/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +3 -0
- package/dist/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +3 -0
- package/dist/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +3 -0
- package/dist/hooks/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +3 -0
- package/dist/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +14 -0
- package/dist/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +8 -0
- package/dist/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +10 -0
- package/dist/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +8 -0
- package/dist/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +14 -0
- package/dist/hooks/Analytics/get/useAnalyticsUserQuery.hook.d.ts +15 -0
- package/dist/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +5 -0
- package/dist/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +5 -0
- package/dist/hooks/Anot/get/getNotificationHeadersQuery.hook.d.ts +18 -0
- package/dist/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +7 -0
- package/dist/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Anot/get/getNotificationsQuery.hook.d.ts +14 -0
- package/dist/hooks/Anot/get/getNotificationsTypeQuery.hook.d.ts +13 -0
- 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/hooks/Answer/mutate/useAnswerMutateQuery.hook.d.ts +10 -0
- 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/hooks/AprProduct/get/useProductHierarchies.hook.d.ts +8 -0
- package/dist/hooks/AprProduct/get/useProductRecommendations.hook.d.ts +12 -0
- package/dist/hooks/AprProduct/get/useProductsByRefQuery.hook.d.ts +8 -0
- package/dist/hooks/AprProduct/get/useProductsQuery.hook.d.ts +145 -0
- package/dist/hooks/Aprc/get/getPriceChangePinQuery.hook.d.ts +6 -0
- package/dist/hooks/Aprc/others/postPriceChangePinQuery.hook.d.ts +7 -0
- package/dist/hooks/Aprc/others/sendEmailWithPinQuery.hook.d.ts +7 -0
- package/dist/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +3 -0
- package/dist/hooks/Asgt/get/getProductWarningASGTQuery.hook.d.ts +12 -0
- package/dist/hooks/Asgt/get/getProductsListingASGTQuery.hook.d.ts +4 -0
- package/dist/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +12 -0
- package/dist/hooks/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +7 -0
- package/dist/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +4 -0
- package/dist/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +11 -0
- package/dist/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +12 -0
- package/dist/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +4 -0
- package/dist/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +4 -0
- package/dist/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +10 -0
- package/dist/hooks/Asgt/get/getTransferReportDiffASGT.hook.d.ts +13 -0
- package/dist/hooks/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +8 -0
- package/dist/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +8 -0
- package/dist/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asgt/mutate/removeProductASGTQuery.hook.d.ts +3 -0
- package/dist/hooks/Ass/get/getAssProductsByRefQuery.hook.d.ts +9 -0
- package/dist/hooks/Ass/get/getAssProductsByStoreQuery.hook.d.ts +12 -0
- 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/hooks/Asta/Actions/get/getActionQuery.hook.d.ts +12 -0
- 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/hooks/Asta/Actions/others/archiveActionQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Actions/others/deleteActionQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Actions/others/extractActionQuery.hook.d.ts +7 -0
- 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/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +12 -0
- package/dist/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +12 -0
- 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/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +7 -0
- 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/hooks/Asta/Inspection/get/getInspectionQuery.hook.d.ts +12 -0
- package/dist/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +7 -0
- 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/hooks/Asta/Template/get/getTemplateQuery.hook.d.ts +12 -0
- package/dist/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Asta/Template/others/archiveTemplateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Template/others/deleteTemplateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Template/others/extractTemplateQuery.hook.d.ts +7 -0
- package/dist/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +3 -0
- package/dist/hooks/Asts/get/getProductInfoQuery.hook.d.ts +16 -0
- package/dist/hooks/Asts/get/getStockQuery.hook.d.ts +8 -0
- package/dist/hooks/Asts/others/postAudioFileQuery.hook.d.ts +1 -0
- package/dist/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +11 -0
- package/dist/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +12 -0
- package/dist/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +12 -0
- package/dist/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +11 -0
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +12 -0
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +10 -0
- package/dist/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +13 -0
- package/dist/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +8 -0
- package/dist/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +9 -0
- package/dist/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +6 -0
- package/dist/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +11 -0
- package/dist/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +8 -0
- package/dist/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getBarcodesListingQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getBarcodesPrintQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getManualPackagesListQuery.hook.d.ts +8 -0
- package/dist/hooks/Astt/get/getProductsListingQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +8 -0
- package/dist/hooks/Astt/get/getReportsBuilderQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getRfidQuery.hook.d.ts +10 -0
- package/dist/hooks/Astt/get/getTransferAllProductsQuery.hook.d.ts +11 -0
- package/dist/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +4 -0
- package/dist/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +10 -0
- package/dist/hooks/Astt/get/getTransferDocumentsQuery.hook.d.ts +12 -0
- package/dist/hooks/Astt/get/getTransferReportDiff.hook.d.ts +13 -0
- package/dist/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/mutate/deleteManualPackageQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +15 -0
- package/dist/hooks/Astt/mutate/postAsttActionsQuery.hook.d.ts +1 -0
- package/dist/hooks/Astt/mutate/postManualPackageQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/mutate/postManualTransferQuery.hook.d.ts +3 -0
- package/dist/hooks/Astt/mutate/postMatchingPackageQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +8 -0
- package/dist/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +7 -0
- package/dist/hooks/Astt/mutate/updateDocumentIdQuery.hook.d.ts +8 -0
- package/dist/hooks/Astt/mutate/updatePackageIdQuery.hook.d.ts +9 -0
- package/dist/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +9 -0
- package/dist/hooks/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +12 -0
- package/dist/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +8 -0
- package/dist/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +13 -0
- package/dist/hooks/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +13 -0
- package/dist/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +3 -0
- package/dist/hooks/BigWin/others/importABWGQuery.hook.d.ts +3 -0
- package/dist/hooks/BigWin/others/importRegulationQuery.hook.d.ts +3 -0
- 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/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +12 -0
- package/dist/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +3 -0
- package/dist/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +3 -0
- package/dist/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +3 -0
- package/dist/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +3 -0
- package/dist/hooks/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +7 -0
- package/dist/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +10 -0
- package/dist/hooks/OSUA/MIMO/get/useErrorHistory.hook.d.ts +8 -0
- 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/hooks/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +9 -0
- package/dist/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +11 -0
- package/dist/hooks/OSUA/get/faqs/getFaqsQuery.hook.d.ts +12 -0
- package/dist/hooks/OSUA/get/orders/getOrderDocuments.hook.d.ts +10 -0
- package/dist/hooks/OSUA/get/queue/getQueues.hook.d.ts +3 -0
- package/dist/hooks/OSUA/get/queue/getQueuesMessages.hook.d.ts +10 -0
- package/dist/hooks/OSUA/get/vouchers/getGngVoucher.hook.d.ts +10 -0
- package/dist/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +13 -0
- package/dist/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +14 -0
- package/dist/hooks/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +8 -0
- package/dist/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +9 -0
- package/dist/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +11 -0
- package/dist/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +11 -0
- package/dist/hooks/OSUA/mutate/postEventsRep.hook.d.ts +1 -0
- package/dist/hooks/OSUA/mutate/postQueuesMessages.hook.d.ts +7 -0
- package/dist/hooks/OSUA/mutate/postVoucher.hook.d.ts +3 -0
- package/dist/hooks/OSUA/mutate/putBalanceVouchers.hook.d.ts +7 -0
- 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/hooks/Orch/get/getInstancesQuery.hook.d.ts +13 -0
- package/dist/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +9 -0
- package/dist/hooks/Orch/get/getMacrosQuery.hook.d.ts +13 -0
- package/dist/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +4 -0
- package/dist/hooks/Orch/get/getMonitoringComponents.hook.d.ts +14 -0
- package/dist/hooks/Orch/others/reprocessingInstanceQuery.hook.d.ts +1 -0
- package/dist/hooks/Orch/others/runMacrosQuery.hook.d.ts +7 -0
- package/dist/hooks/Orch/others/stopInstanceQuery.hook.d.ts +1 -0
- package/dist/hooks/Orch/others/updateMacroStatusQuery.hook.d.ts +7 -0
- package/dist/hooks/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +10 -0
- 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/hooks/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +8 -0
- package/dist/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +10 -0
- package/dist/hooks/Others/changePasswordQuery.hook.d.ts +5 -0
- package/dist/hooks/Others/editAllBellNotificationsStatusQuery.hook.d.ts +7 -0
- package/dist/hooks/Others/editBellNotificationsStatusQuery.hook.d.ts +8 -0
- package/dist/hooks/Others/editFieldsByBulkQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/getBellNotificationsQuery.hook.d.ts +14 -0
- package/dist/hooks/Others/getNotificationTitleQuery.hook.d.ts +9 -0
- package/dist/hooks/Others/getRegulationQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/getUserEmailStatusQuery.hook.d.ts +10 -0
- package/dist/hooks/Others/getWeeklyWorkloadQuery.hook.d.ts +11 -0
- package/dist/hooks/Others/oneSignalUserQuery.hook.d.ts +1 -0
- package/dist/hooks/Others/postCheckoutsMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/postUserAuthenticationQuery.hook.d.ts +7 -0
- package/dist/hooks/Others/postVerifyImageQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/unblockUserQuery.hook.d.ts +1 -0
- package/dist/hooks/Others/useApplicationDataQuery.hook.d.ts +3 -0
- package/dist/hooks/Others/useContractStatesQuery.hook.d.ts +8 -0
- package/dist/hooks/Others/useCountriesQuery.hook.d.ts +8 -0
- package/dist/hooks/Others/useCreateNotification.hook.d.ts +8 -0
- package/dist/hooks/Others/useCustomersQuery.hook.d.ts +143 -0
- package/dist/hooks/Others/useJobTitlesQuery.hook.d.ts +10 -0
- package/dist/hooks/Others/useRegulationQuery.hook.d.ts +10 -0
- package/dist/hooks/Others/useTermNotificationQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +12 -0
- package/dist/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +3 -0
- package/dist/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +3 -0
- package/dist/hooks/Roles/get/useAllRolesQuery.hook.d.ts +13 -0
- package/dist/hooks/Store/getLocationsByUser.hook.d.ts +14 -0
- package/dist/hooks/Store/useAllStoreQuery.hook.d.ts +14 -0
- package/dist/hooks/Store/useStoreByCodeQuery.hook.d.ts +9 -0
- package/dist/hooks/Store/useStoreQuery.d.ts +8 -0
- package/dist/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +8 -0
- package/dist/hooks/Users/get/getUsersReadmissionQuery.hook.d.ts +12 -0
- package/dist/hooks/Users/get/useApplicationQuery.hook.d.ts +12 -0
- package/dist/hooks/Users/get/useExpUsersAnswersQuery.hook.d.ts +10 -0
- package/dist/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Users/get/usePermissionsQuery.hook.d.ts +12 -0
- package/dist/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +4 -0
- package/dist/hooks/Users/get/useUserIdQuery.hook.d.ts +3 -0
- package/dist/hooks/Users/get/useUserListQuery.hook.d.ts +12 -0
- package/dist/hooks/Users/get/useUserQuery.hook.d.ts +13 -0
- package/dist/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +3 -0
- package/dist/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +9 -0
- package/dist/hooks/Users/others/useSingleUserResetPassword.hook.d.ts +7 -0
- 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/hooks/Watson/mutate/mutateCloseSession.hook.d.ts +3 -0
- package/dist/hooks/Watson/mutate/mutateNotificationRequest.hook.d.ts +3 -0
- package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +4 -0
- package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +12 -0
- package/dist/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +12 -0
- package/dist/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +12 -0
- package/dist/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +9 -0
- package/dist/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +3 -0
- package/dist/hooks/index.d.ts +434 -0
- package/dist/index.d.ts +7 -0
- package/dist/interfaces/Answer.d.ts +14 -0
- package/dist/interfaces/Cart.d.ts +12 -0
- package/dist/interfaces/Employee.d.ts +15 -0
- package/dist/interfaces/Inspection.d.ts +22 -0
- package/dist/interfaces/Responses.d.ts +30 -0
- package/dist/interfaces/Template.d.ts +31 -0
- package/dist/interfaces/User.d.ts +72 -0
- package/dist/services/ApiService/index.d.ts +14 -0
- package/dist/services/InitService/index.d.ts +4 -0
- package/dist/shared-resources.es.js +4780 -0
- package/dist/shared-resources.umd.js +2 -0
- package/package.json +48 -36
- package/.eslintrc.json +0 -32
- package/dist/bundle.js +0 -1
- package/dist/types/components/BottomDrawer/index.d.ts +0 -9
- package/dist/types/components/Button/index.d.ts +0 -2
- package/dist/types/components/Footer/index.d.ts +0 -3
- package/dist/types/components/Form/FormInputField/index.d.ts +0 -8
- package/dist/types/components/Form/FormSelectField/index.d.ts +0 -9
- package/dist/types/components/Form/index.d.ts +0 -2
- package/dist/types/components/Header/index.d.ts +0 -4
- package/dist/types/components/Link/index.d.ts +0 -6
- package/dist/types/components/Navigation/index.d.ts +0 -8
- package/dist/types/components/Page/index.d.ts +0 -13
- package/dist/types/components/SharedContextProvider/index.d.ts +0 -7
- package/dist/types/components/index.d.ts +0 -9
- package/dist/types/constants/Icons.d.ts +0 -15
- package/dist/types/constants/QueryClient.d.ts +0 -2
- package/dist/types/constants/index.d.ts +0 -2
- package/dist/types/contexts/useStore.d.ts +0 -8
- package/dist/types/helpers/codeMutation.d.ts +0 -4
- package/dist/types/helpers/date-unix.helper.d.ts +0 -5
- package/dist/types/helpers/getChildrenByType.helper.d.ts +0 -2
- package/dist/types/hooks/ACB/get/getClientBalance.hook.d.ts +0 -7
- package/dist/types/hooks/ACB/mutate/postClientBalance.hook.d.ts +0 -2
- package/dist/types/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +0 -10
- package/dist/types/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +0 -10
- package/dist/types/hooks/ASAEGNG/get/getCustomersQuery.hook.d.ts +0 -12
- package/dist/types/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +0 -10
- package/dist/types/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +0 -10
- package/dist/types/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +0 -14
- package/dist/types/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +0 -11
- package/dist/types/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +0 -13
- package/dist/types/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +0 -11
- package/dist/types/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +0 -11
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +0 -10
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +0 -8
- package/dist/types/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +0 -11
- package/dist/types/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +0 -9
- package/dist/types/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.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/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +0 -13
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +0 -2
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +0 -10
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Acls/get/getVoucherSitooQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Acls/get/getVoucherTemplatesQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +0 -2
- package/dist/types/hooks/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Acls/mutate/postSalesAssociationQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Acls/mutate/postVerificationEmailQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Acls/mutate/postVerificationUserQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Acls/mutate/postVoucherSitooQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Acls/mutate/reactivateVoucherQuery.hook.d.ts +0 -8
- 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/getFlowExecutionQuery.hook.d.ts +0 -12
- package/dist/types/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Aexp/get/getFlowListQuery.hook.d.ts +0 -13
- package/dist/types/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +0 -13
- package/dist/types/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +0 -13
- package/dist/types/hooks/Analytics/get/useAnalyticsUserQuery.hook.d.ts +0 -14
- 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/getNotificationHeadersQuery.hook.d.ts +0 -17
- 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/get/getNotificationsQuery.hook.d.ts +0 -13
- package/dist/types/hooks/Anot/get/getNotificationsTypeQuery.hook.d.ts +0 -12
- 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/mutate/useAnswerMutateQuery.hook.d.ts +0 -9
- 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/AprProduct/get/useProductHierarchies.hook.d.ts +0 -7
- package/dist/types/hooks/AprProduct/get/useProductRecommendations.hook.d.ts +0 -11
- package/dist/types/hooks/AprProduct/get/useProductsByRefQuery.hook.d.ts +0 -7
- package/dist/types/hooks/AprProduct/get/useProductsQuery.hook.d.ts +0 -144
- package/dist/types/hooks/Aprc/get/getPriceChangePinQuery.hook.d.ts +0 -5
- package/dist/types/hooks/Aprc/others/postPriceChangePinQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Aprc/others/sendEmailWithPinQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asgt/get/getProductWarningASGTQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Asgt/get/getProductsListingASGTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +0 -10
- package/dist/types/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Asgt/get/getTransferReportDiffASGT.hook.d.ts +0 -12
- package/dist/types/hooks/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asgt/mutate/removeProductASGTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Ass/get/getAssProductsByRefQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Ass/get/getAssProductsByStoreQuery.hook.d.ts +0 -11
- 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/getActionQuery.hook.d.ts +0 -11
- 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/archiveActionQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Actions/others/deleteActionQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Actions/others/extractActionQuery.hook.d.ts +0 -6
- 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/get/getAstaAnswerQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +0 -11
- 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/deleteAnswerTypeQuery.hook.d.ts +0 -6
- 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/get/getInspectionQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +0 -6
- 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/get/getTemplateQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asta/Template/others/archiveTemplateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Template/others/deleteTemplateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Template/others/extractTemplateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Asts/get/getProductInfoQuery.hook.d.ts +0 -15
- package/dist/types/hooks/Asts/get/getStockQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Asts/others/postAudioFileQuery.hook.d.ts +0 -1
- package/dist/types/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +0 -10
- package/dist/types/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +0 -10
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +0 -12
- package/dist/types/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +0 -5
- package/dist/types/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +0 -10
- package/dist/types/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getBarcodesListingQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getBarcodesPrintQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getManualPackagesListQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/get/getProductsListingQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/get/getReportsBuilderQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getRfidQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Astt/get/getTransferAllProductsQuery.hook.d.ts +0 -10
- package/dist/types/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Astt/get/getTransferDocumentsQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Astt/get/getTransferReportDiff.hook.d.ts +0 -12
- package/dist/types/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/mutate/deleteManualPackageQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +0 -14
- package/dist/types/hooks/Astt/mutate/postAsttActionsQuery.hook.d.ts +0 -1
- package/dist/types/hooks/Astt/mutate/postManualPackageQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/mutate/postManualTransferQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Astt/mutate/postMatchingPackageQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Astt/mutate/updateDocumentIdQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Astt/mutate/updatePackageIdQuery.hook.d.ts +0 -8
- package/dist/types/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +0 -8
- package/dist/types/hooks/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +0 -11
- package/dist/types/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +0 -7
- package/dist/types/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +0 -12
- package/dist/types/hooks/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +0 -12
- package/dist/types/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +0 -2
- package/dist/types/hooks/BigWin/others/importABWGQuery.hook.d.ts +0 -2
- package/dist/types/hooks/BigWin/others/importRegulationQuery.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/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +0 -11
- package/dist/types/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +0 -2
- package/dist/types/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +0 -2
- package/dist/types/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +0 -2
- package/dist/types/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +0 -6
- package/dist/types/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +0 -9
- package/dist/types/hooks/OSUA/MIMO/get/useErrorHistory.hook.d.ts +0 -7
- 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/documentos/getSitooDocumentos.hook.d.ts +0 -8
- package/dist/types/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +0 -10
- package/dist/types/hooks/OSUA/get/faqs/getFaqsQuery.hook.d.ts +0 -11
- package/dist/types/hooks/OSUA/get/orders/getOrderDocuments.hook.d.ts +0 -9
- package/dist/types/hooks/OSUA/get/queue/getQueues.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/get/queue/getQueuesMessages.hook.d.ts +0 -9
- package/dist/types/hooks/OSUA/get/vouchers/getGngVoucher.hook.d.ts +0 -9
- package/dist/types/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +0 -12
- package/dist/types/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +0 -13
- package/dist/types/hooks/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +0 -7
- package/dist/types/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +0 -8
- package/dist/types/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +0 -10
- package/dist/types/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +0 -10
- package/dist/types/hooks/OSUA/mutate/postEventsRep.hook.d.ts +0 -1
- package/dist/types/hooks/OSUA/mutate/postQueuesMessages.hook.d.ts +0 -6
- package/dist/types/hooks/OSUA/mutate/postVoucher.hook.d.ts +0 -2
- package/dist/types/hooks/OSUA/mutate/putBalanceVouchers.hook.d.ts +0 -6
- 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/getInstancesQuery.hook.d.ts +0 -12
- package/dist/types/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Orch/get/getMacrosQuery.hook.d.ts +0 -12
- package/dist/types/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Orch/get/getMonitoringComponents.hook.d.ts +0 -13
- package/dist/types/hooks/Orch/others/reprocessingInstanceQuery.hook.d.ts +0 -1
- package/dist/types/hooks/Orch/others/runMacrosQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Orch/others/stopInstanceQuery.hook.d.ts +0 -1
- package/dist/types/hooks/Orch/others/updateMacroStatusQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +0 -9
- 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/postVacationPlanQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Others/changePasswordQuery.hook.d.ts +0 -5
- package/dist/types/hooks/Others/editAllBellNotificationsStatusQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Others/editBellNotificationsStatusQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Others/editFieldsByBulkQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/getBellNotificationsQuery.hook.d.ts +0 -13
- package/dist/types/hooks/Others/getNotificationTitleQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Others/getRegulationQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/getUserEmailStatusQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Others/getWeeklyWorkloadQuery.hook.d.ts +0 -10
- package/dist/types/hooks/Others/oneSignalUserQuery.hook.d.ts +0 -1
- package/dist/types/hooks/Others/postCheckoutsMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/postUserAuthenticationQuery.hook.d.ts +0 -6
- package/dist/types/hooks/Others/postVerifyImageQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Others/unblockUserQuery.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/useCountriesQuery.hook.d.ts +0 -7
- package/dist/types/hooks/Others/useCreateNotification.hook.d.ts +0 -7
- package/dist/types/hooks/Others/useCustomersQuery.hook.d.ts +0 -142
- package/dist/types/hooks/Others/useJobTitlesQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Others/useRegulationQuery.hook.d.ts +0 -9
- 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/get/useQuestionnaireQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Roles/get/useAllRolesQuery.hook.d.ts +0 -12
- package/dist/types/hooks/Store/getLocationsByUser.hook.d.ts +0 -13
- package/dist/types/hooks/Store/useAllStoreQuery.hook.d.ts +0 -13
- package/dist/types/hooks/Store/useStoreByCodeQuery.hook.d.ts +0 -8
- 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/getUsersReadmissionQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Users/get/useApplicationQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Users/get/useExpUsersAnswersQuery.hook.d.ts +0 -9
- package/dist/types/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/Users/get/usePermissionsQuery.hook.d.ts +0 -11
- 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/get/useUserListQuery.hook.d.ts +0 -11
- package/dist/types/hooks/Users/get/useUserQuery.hook.d.ts +0 -12
- package/dist/types/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +0 -2
- package/dist/types/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +0 -8
- package/dist/types/hooks/Users/others/useSingleUserResetPassword.hook.d.ts +0 -6
- 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/Watson/mutate/mutateCloseSession.hook.d.ts +0 -2
- package/dist/types/hooks/Watson/mutate/mutateNotificationRequest.hook.d.ts +0 -2
- package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +0 -3
- package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +0 -11
- package/dist/types/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +0 -11
- package/dist/types/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +0 -11
- package/dist/types/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +0 -8
- package/dist/types/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +0 -2
- package/dist/types/hooks/index.d.ts +0 -434
- package/dist/types/index.d.ts +0 -10
- package/dist/types/interfaces/Answer.d.ts +0 -13
- package/dist/types/interfaces/Cart.d.ts +0 -11
- package/dist/types/interfaces/Employee.d.ts +0 -14
- package/dist/types/interfaces/Inspection.d.ts +0 -21
- package/dist/types/interfaces/Responses.d.ts +0 -29
- package/dist/types/interfaces/Template.d.ts +0 -30
- package/dist/types/interfaces/User.d.ts +0 -71
- package/dist/types/services/ApiService/index.d.ts +0 -14
- package/dist/types/services/InitService/index.d.ts +0 -3
- 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/BottomDrawer/index.tsx +0 -33
- package/src/components/BottomDrawer/styles.module.scss +0 -59
- package/src/components/Button/index.tsx +0 -7
- package/src/components/Footer/index.tsx +0 -44
- package/src/components/Footer/styles.module.scss +0 -33
- package/src/components/Form/FormInputField/index.tsx +0 -18
- package/src/components/Form/FormSelectField/index.tsx +0 -16
- package/src/components/Form/index.ts +0 -2
- package/src/components/Header/index.tsx +0 -20
- package/src/components/Header/styles.module.scss +0 -16
- package/src/components/Link/index.tsx +0 -21
- package/src/components/Link/styles.module.scss +0 -24
- package/src/components/Navigation/index.tsx +0 -30
- package/src/components/Navigation/styles.module.scss +0 -34
- package/src/components/Page/index.tsx +0 -35
- package/src/components/Page/styles.module.scss +0 -26
- package/src/components/SharedContextProvider/index.tsx +0 -30
- package/src/components/index.ts +0 -9
- package/src/constants/Icons.ts +0 -21
- package/src/constants/QueryClient.ts +0 -10
- package/src/constants/index.ts +0 -2
- 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 -20
- package/src/helpers/date-unix.helper.ts +0 -29
- package/src/helpers/formatted-date.helper.ts +0 -15
- 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 -24
- 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 -12
- 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 -364
- 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 -27
- package/webpack.config.js +0 -60
- /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
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface TransferDocuments {
|
|
3
|
-
Id: string;
|
|
4
|
-
DocumentNumber: string;
|
|
5
|
-
TransferState: string;
|
|
6
|
-
TransferType: string;
|
|
7
|
-
SourceLocationName: string;
|
|
8
|
-
DestinationLocationName: string;
|
|
9
|
-
ShippingCourier: string;
|
|
10
|
-
CreationDate: number;
|
|
11
|
-
TotalProductsCount: number;
|
|
12
|
-
ScannedProductsCount: number;
|
|
13
|
-
PackagesCount: number;
|
|
14
|
-
Notes: string;
|
|
15
|
-
Details: TransferDocumentsDetails[];
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface TransferDocumentsDetails {
|
|
19
|
-
PackageName: string;
|
|
20
|
-
PackageType: string;
|
|
21
|
-
PackageId: string;
|
|
22
|
-
TotalProductsCount: number;
|
|
23
|
-
PickedProductsCount: number;
|
|
24
|
-
PackageState: string;
|
|
25
|
-
Notes: string;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface TransferDocument {
|
|
29
|
-
Ean: string;
|
|
30
|
-
Reference: string;
|
|
31
|
-
ProductName: string;
|
|
32
|
-
StoreName: string;
|
|
33
|
-
ProductImage: string;
|
|
34
|
-
Notes: string;
|
|
35
|
-
Stock: number;
|
|
36
|
-
MovementType: string;
|
|
37
|
-
DocumentNumber: string;
|
|
38
|
-
DocumentDate: number;
|
|
39
|
-
VendusId: string;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface ProductMovement {
|
|
43
|
-
DocNr: string;
|
|
44
|
-
TypeOfDocument: string;
|
|
45
|
-
Date: string;
|
|
46
|
-
Store: string;
|
|
47
|
-
StoreFrom: string;
|
|
48
|
-
ProductTitle: string;
|
|
49
|
-
Image: string | null;
|
|
50
|
-
Movement: number;
|
|
51
|
-
VendusId: string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export interface TransferDocumentManual {
|
|
55
|
-
TransferDocumentId: string;
|
|
56
|
-
DocumentNumber: string;
|
|
57
|
-
LocationCode: string;
|
|
58
|
-
Image: any;
|
|
59
|
-
UserId: string;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface TransferPackage {
|
|
3
|
-
Barcode: string;
|
|
4
|
-
Reference: string;
|
|
5
|
-
Description: string;
|
|
6
|
-
Custom1: string;
|
|
7
|
-
Custom2: string;
|
|
8
|
-
Custom3: string;
|
|
9
|
-
ExpectedQuantity: number;
|
|
10
|
-
PickedQuantity: number;
|
|
11
|
-
ItemState: string;
|
|
12
|
-
UserId: string;
|
|
13
|
-
UserName: string;
|
|
14
|
-
PackageName: string;
|
|
15
|
-
PackageType: string;
|
|
16
|
-
CreateDate: number;
|
|
17
|
-
Price: number;
|
|
18
|
-
OutletPrice: number;
|
|
19
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface TransferPickProducts {
|
|
3
|
-
PickedProducts: TransferPickProductsList[];
|
|
4
|
-
ProductsNotListed: TransferPickProductsNotListed[];
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export interface TransferPickProductsList {
|
|
8
|
-
Barcode: string;
|
|
9
|
-
PickedQuantity: number;
|
|
10
|
-
PickedMethod: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export interface TransferPickProductsNotListed {
|
|
14
|
-
ProductName: string;
|
|
15
|
-
Reference: string;
|
|
16
|
-
SKU: string;
|
|
17
|
-
Barcode: string;
|
|
18
|
-
Custom1: string;
|
|
19
|
-
Notes: string;
|
|
20
|
-
PickedMethod: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export interface TransferPickProductsRemoved {
|
|
24
|
-
TransferDocumentId: string;
|
|
25
|
-
Package: string;
|
|
26
|
-
Barcode: string;
|
|
27
|
-
Quantity: number;
|
|
28
|
-
PickedMethod: string;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export interface TransferPickProductsMatched {
|
|
32
|
-
MatchFound: boolean;
|
|
33
|
-
PackageId: string | null;
|
|
34
|
-
}
|
package/src/interfaces/User.ts
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { VacationPlan } from "./VacationPlan";
|
|
2
|
-
|
|
3
|
-
export interface User {
|
|
4
|
-
UserId: string;
|
|
5
|
-
DisplayName: string;
|
|
6
|
-
Code: string;
|
|
7
|
-
Store: string[];
|
|
8
|
-
JobTitleId: string;
|
|
9
|
-
JobTitleName: string;
|
|
10
|
-
ContractStateId: string;
|
|
11
|
-
ContractStateName: string;
|
|
12
|
-
IsSelected: boolean;
|
|
13
|
-
UserScore: number;
|
|
14
|
-
SupervisorScore: number;
|
|
15
|
-
Date: number;
|
|
16
|
-
Supervisor: string;
|
|
17
|
-
TypeOfContract: string;
|
|
18
|
-
Team: string;
|
|
19
|
-
UserName: string;
|
|
20
|
-
SupervisorId: string;
|
|
21
|
-
ImageURL: string;
|
|
22
|
-
Image: string;
|
|
23
|
-
AcceptsTermsAndConditions: boolean;
|
|
24
|
-
VacationPlans: VacationPlan[];
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface JobTitle {
|
|
28
|
-
Id: string;
|
|
29
|
-
Name: string;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
interface ContractState {
|
|
33
|
-
Id: string;
|
|
34
|
-
Name: string;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
interface Roles {
|
|
38
|
-
Id: string;
|
|
39
|
-
Name: string;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface SingleUser {
|
|
43
|
-
UserId: string;
|
|
44
|
-
FullName: string;
|
|
45
|
-
Email: string;
|
|
46
|
-
DisplayName: string;
|
|
47
|
-
PhoneNumber: number;
|
|
48
|
-
Code: string;
|
|
49
|
-
Birthday: number;
|
|
50
|
-
AdmissionData: number;
|
|
51
|
-
ResignDate: number;
|
|
52
|
-
Address: string;
|
|
53
|
-
ZipCode: string;
|
|
54
|
-
City: string;
|
|
55
|
-
CountryIso02: string;
|
|
56
|
-
JobTitle: JobTitle;
|
|
57
|
-
ContractState: ContractState;
|
|
58
|
-
Stores: string[];
|
|
59
|
-
SupervisorId: string;
|
|
60
|
-
ImageUrl: string;
|
|
61
|
-
Tags: string[];
|
|
62
|
-
Roles: Roles;
|
|
63
|
-
IdentityCardNumber: number | string;
|
|
64
|
-
IdentityCardExpirationDate: number | string;
|
|
65
|
-
PlaceOfBirth: string;
|
|
66
|
-
MaritalStatus: string;
|
|
67
|
-
NumberOfChildren: number;
|
|
68
|
-
Qualifications: string;
|
|
69
|
-
TaxNumber: string;
|
|
70
|
-
SocialSecurityNumber: string;
|
|
71
|
-
IBAN: string;
|
|
72
|
-
CreateDate: number;
|
|
73
|
-
UpdateDate: string
|
|
74
|
-
ContractStatusId: string;
|
|
75
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface UserEmailStatus {
|
|
3
|
-
MessageId: string;
|
|
4
|
-
Email: string;
|
|
5
|
-
Supervisor: string;
|
|
6
|
-
Store: string;
|
|
7
|
-
Delivery: boolean;
|
|
8
|
-
Open: boolean;
|
|
9
|
-
Accessed: boolean;
|
|
10
|
-
ValidateUser: boolean;
|
|
11
|
-
EvaluationCycleName: string;
|
|
12
|
-
AnswerStarted: boolean;
|
|
13
|
-
AnswerFinished: boolean;
|
|
14
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
interface JobTitle2 {
|
|
2
|
-
Id: string;
|
|
3
|
-
Name: string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
interface ContractState2 {
|
|
7
|
-
Id: string;
|
|
8
|
-
Name: string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
interface Roles2 {
|
|
12
|
-
Id: string;
|
|
13
|
-
Name: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export interface VerifyImage {
|
|
17
|
-
UserId: string;
|
|
18
|
-
FullName: string;
|
|
19
|
-
Email: string;
|
|
20
|
-
DisplayName: string;
|
|
21
|
-
PhoneNumber: number;
|
|
22
|
-
Code: string;
|
|
23
|
-
Birthday: number;
|
|
24
|
-
AdmissionData: number;
|
|
25
|
-
ResignDate: number;
|
|
26
|
-
Address: string;
|
|
27
|
-
ZipCode: string;
|
|
28
|
-
City: string;
|
|
29
|
-
CountryIso02: string;
|
|
30
|
-
JobTitle: JobTitle2;
|
|
31
|
-
ContractState: ContractState2;
|
|
32
|
-
Stores: string[];
|
|
33
|
-
SupervisorId: string;
|
|
34
|
-
ImageUrl: string;
|
|
35
|
-
Tags: string[];
|
|
36
|
-
Roles: Roles2;
|
|
37
|
-
IdentityCardNumber: number | string;
|
|
38
|
-
IdentityCardExpirationDate: number | string;
|
|
39
|
-
PlaceOfBirth: string;
|
|
40
|
-
MaritalStatus: string;
|
|
41
|
-
NumberOfChildren: number;
|
|
42
|
-
Qualifications: string;
|
|
43
|
-
TaxNumber: string;
|
|
44
|
-
SocialSecurityNumber: string;
|
|
45
|
-
IBAN: string;
|
|
46
|
-
CreateDate: number;
|
|
47
|
-
UpdateDate: string
|
|
48
|
-
ContractStatusId: string;
|
|
49
|
-
}
|
package/src/interfaces/Watson.ts
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
export interface Session {
|
|
2
|
-
id: string;
|
|
3
|
-
store_id: string;
|
|
4
|
-
store_staff_id: string;
|
|
5
|
-
client_email: string | null;
|
|
6
|
-
client_satisfied: boolean;
|
|
7
|
-
create_date: string;
|
|
8
|
-
update_date: string;
|
|
9
|
-
exchanged_messages: number;
|
|
10
|
-
is_alive: boolean;
|
|
11
|
-
language: string;
|
|
12
|
-
message_history: Message[];
|
|
13
|
-
notifications: Notification[];
|
|
14
|
-
recommendations: Recommendation[];
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export interface Message {
|
|
18
|
-
message_author: 'WATSON' | 'USER';
|
|
19
|
-
message_body: string;
|
|
20
|
-
message_timestamp: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export interface Notification {
|
|
24
|
-
session_id: string;
|
|
25
|
-
origin_store: string;
|
|
26
|
-
employee_code: string;
|
|
27
|
-
client_email: string | null;
|
|
28
|
-
date_limit: string | null;
|
|
29
|
-
reception_store: string | null;
|
|
30
|
-
register_date: string | null;
|
|
31
|
-
notification_id: string;
|
|
32
|
-
message_format: string;
|
|
33
|
-
features: {
|
|
34
|
-
include: {
|
|
35
|
-
color_group?: string;
|
|
36
|
-
neckline?: string;
|
|
37
|
-
fit?: string;
|
|
38
|
-
gender?: string;
|
|
39
|
-
};
|
|
40
|
-
exclude?: Record<string, any>;
|
|
41
|
-
};
|
|
42
|
-
sku: string | null;
|
|
43
|
-
images_url: string[];
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export interface Recommendation {
|
|
47
|
-
occurrence: number;
|
|
48
|
-
recommended_reference: string;
|
|
49
|
-
liked_recommendation: boolean;
|
|
50
|
-
images_url: string[];
|
|
51
|
-
product_name: string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export interface NotificationItem {
|
|
55
|
-
index: number;
|
|
56
|
-
type: 'text' | 'audio';
|
|
57
|
-
message: string;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export interface NotificationRequestPayload {
|
|
61
|
-
client_email: string;
|
|
62
|
-
limit_date: string;
|
|
63
|
-
origin_store: string;
|
|
64
|
-
reception_store?: string;
|
|
65
|
-
notifications: NotificationItem[];
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export interface NotificationRequestStatus {
|
|
69
|
-
index: number;
|
|
70
|
-
status: 'success' | 'error';
|
|
71
|
-
message: string;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
export interface NotificationRequestResponse {
|
|
75
|
-
notification_requests_status: NotificationRequestStatus[];
|
|
76
|
-
}
|
package/src/interfaces/index.ts
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
export * from './ResponseList';
|
|
2
|
-
export * from './Configuration';
|
|
3
|
-
export * from './Store';
|
|
4
|
-
export * from './Product';
|
|
5
|
-
export * from './Customer';
|
|
6
|
-
export * from './ApplicationsByCategory';
|
|
7
|
-
export * from './EvaluationCycle';
|
|
8
|
-
export * from './User';
|
|
9
|
-
export * from './Questionnaire';
|
|
10
|
-
export * from './AnalyticsEvaluationCycle';
|
|
11
|
-
export * from './Answer';
|
|
12
|
-
export * from './AnalyticsUserId';
|
|
13
|
-
export * from './Cart';
|
|
14
|
-
export * from './ProductsHierarchies';
|
|
15
|
-
export * from './ProductsPickedTransfers';
|
|
16
|
-
export * from './Brand';
|
|
17
|
-
export * from './Countries';
|
|
18
|
-
export * from './Roles';
|
|
19
|
-
export * from './AnswersUserSupervisor';
|
|
20
|
-
export * from './TermNotification';
|
|
21
|
-
export * from './JobTitles';
|
|
22
|
-
export * from './ContractStates';
|
|
23
|
-
export * from './ExpUsersAnswers';
|
|
24
|
-
export * from './AsvProductsByStore';
|
|
25
|
-
export * from './AsvProductsByReference';
|
|
26
|
-
export * from './CreateNotification';
|
|
27
|
-
export * from './Checkout';
|
|
28
|
-
export * from './VerifyUser';
|
|
29
|
-
export * from './VerifyImage';
|
|
30
|
-
export * from './Workload';
|
|
31
|
-
export * from './AsvProductsStockDetails';
|
|
32
|
-
export * from './NotificationTitle';
|
|
33
|
-
export * from './TransferDocuments';
|
|
34
|
-
export * from './TransferPackage';
|
|
35
|
-
export * from './TransferStates';
|
|
36
|
-
export * from './UserEmailStatus';
|
|
37
|
-
export * from './PriceChange';
|
|
38
|
-
export * from './TransferReportDiff';
|
|
39
|
-
export * from './TransferAllProducts';
|
|
40
|
-
export * from './TransferDocumentState';
|
|
41
|
-
export * from './ReportBuilder';
|
|
42
|
-
export * from './Rfid';
|
|
43
|
-
export * from './Template';
|
|
44
|
-
export * from './AstaQuestions';
|
|
45
|
-
export * from './Inspection';
|
|
46
|
-
export * from './Responses';
|
|
47
|
-
export * from './TimeKeeping';
|
|
48
|
-
export * from './Employee';
|
|
49
|
-
export * from './AnswerType';
|
|
50
|
-
export * from './Actions';
|
|
51
|
-
export * from './GetMonths';
|
|
52
|
-
export * from './AstsStockInfo';
|
|
53
|
-
export * from './AstsStock';
|
|
54
|
-
export * from './UserAuthentication';
|
|
55
|
-
export * from './OSUA';
|
|
56
|
-
export * from './Atim';
|
|
57
|
-
export * from './AtimScheduling';
|
|
58
|
-
export * from './ACB';
|
|
59
|
-
export * from './MIMO';
|
|
60
|
-
export * from './Bulk';
|
|
61
|
-
export * from './AttendanceIssues';
|
|
62
|
-
export * from './Bwg';
|
|
63
|
-
export * from './ReasonCodes';
|
|
64
|
-
export * from './BellNotification';
|
|
65
|
-
export * from './VacationPlan';
|
|
66
|
-
export * from './Permissions';
|
|
67
|
-
export * from './Auth0Config';
|
|
68
|
-
export * from './MacroInstance';
|
|
69
|
-
export * from './Acls';
|
|
70
|
-
export * from './Macros';
|
|
71
|
-
export * from './Instances';
|
|
72
|
-
export * from './MonitoringComponent';
|
|
73
|
-
export * from './FlowList';
|
|
74
|
-
export * from './FlowExecution';
|
|
75
|
-
export * from './Watson';
|
|
76
|
-
export * from './TagsFlow';
|
|
77
|
-
export * from './CustomerHistory';
|
|
78
|
-
export * from './CustomerVoucher';
|
|
79
|
-
export * from './AsttReconciliationDocuments';
|
|
80
|
-
export * from './ASAECustomer';
|
|
81
|
-
export * from './Anot';
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
import 'whatwg-fetch';
|
|
2
|
-
import { appConfig } from "../InitService";
|
|
3
|
-
|
|
4
|
-
export const get = <T>(path: string, params?: Record<string, unknown>): Promise<T> => {
|
|
5
|
-
return buildApiRequest<T>(`${path}?${buildParams(params || {})}`, 'GET');
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export const getAuth0 = <T>(path: string, params?: Record<string, unknown>): Promise<T> => {
|
|
9
|
-
return buildApiRequestForAuth0<T>(`${path}?${buildParams(params || {})}`, 'GET');
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export const getBasic = <T>(path: string, params?: Record<string, unknown>): Promise<T> => {
|
|
13
|
-
return buildApiRequestForBasic<T>(`${path}?${buildParams(params || {})}`, 'GET');
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export const putAuth0 = <T>(path: string, params?: Record<string, unknown>, body?: unknown, bodyType?: string): Promise<T> => {
|
|
17
|
-
return buildApiRequestForAuth0<T>(`${path}${buildParams(params || {})}`, 'PUT', body, bodyType);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export const patchAuth0 = <T>(path: string, params?: Record<string, unknown>, body?: unknown, bodyType?: string): Promise<T> => {
|
|
21
|
-
return buildApiRequestForAuth0<T>(`${path}${buildParams(params || {})}`, 'PATCH', body, bodyType);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export const postAuth0 = <T>(path: string, params?: Record<string, unknown>, body?: unknown, bodyType?: string): Promise<T> => {
|
|
25
|
-
return buildApiRequestForAuth0<T>(`${path}${buildParams(params || {})}`, 'POST', body, bodyType);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export const toDeleteAuth0 = <T>(path: string, params?: Record<string, unknown>, body?: unknown): Promise<T> => {
|
|
29
|
-
return buildApiRequestForAuth0<T>(`${path}${buildParams(params || {})}`, 'DELETE', body);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export const post = <T>(path: string, body?: unknown): Promise<T> => {
|
|
33
|
-
return buildApiRequest<T>(path, 'POST', body);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export const postWithParameters = <T>(path: string, params?: Record<string, unknown>, body?: unknown): Promise<T> => {
|
|
37
|
-
return buildApiRequest<T>(`${path}${buildParams(params || {})}`, 'POST', body);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export const putWithParameters = <T>(path: string, params?: Record<string, unknown>, body?: unknown): Promise<T> => {
|
|
41
|
-
return buildApiRequest<T>(`${path}${buildParams(params || {})}`, 'PUT', body);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export const put = <T>(path: string, body?: unknown): Promise<T> => {
|
|
46
|
-
return buildApiRequest<T>(path, 'PUT', body);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export const patch = <T>(path: string, body?: unknown): Promise<T> => {
|
|
50
|
-
return buildApiRequest<T>(path, 'PATCH', body);
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export const toDelete = <T>(path: string, body?: unknown): Promise<T> => {
|
|
55
|
-
return buildApiRequest<T>(path, 'DELETE', body);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
const buildParams = (params: Record<string, unknown>): string => {
|
|
60
|
-
return Object.entries(params).reduce((c, [key, value]) => [...c, `${key}=${value}`], [] as string[]).join('&');
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Build the api request
|
|
65
|
-
* @param path
|
|
66
|
-
* @param method
|
|
67
|
-
* @param data
|
|
68
|
-
* @param bodyType
|
|
69
|
-
* @returns
|
|
70
|
-
*/
|
|
71
|
-
const buildApiRequest = <T>(path: string, method = 'GET', data?: unknown, bodyType?: string): Promise<T> => {
|
|
72
|
-
const requestUri = buildPath(path);
|
|
73
|
-
|
|
74
|
-
const headers: HeadersInit = {
|
|
75
|
-
Authorization: appConfig.token,
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
let body: FormData | string | undefined | any;
|
|
79
|
-
|
|
80
|
-
if (['POST', 'PUT', 'PATCH'].includes(method)) {
|
|
81
|
-
if (bodyType === 'formdata') {
|
|
82
|
-
// Não é necessário dar set do contentType porque o fetch faz isso por nós quando usamos o fetch
|
|
83
|
-
body = data;
|
|
84
|
-
} else {
|
|
85
|
-
headers['Content-Type'] = 'application/json';
|
|
86
|
-
body = JSON.stringify(data);
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
return fetch(requestUri, {
|
|
91
|
-
method,
|
|
92
|
-
headers,
|
|
93
|
-
body,
|
|
94
|
-
}).then((response) => {
|
|
95
|
-
if (response.status >= 200 && response.status <= 300) {
|
|
96
|
-
return response.json();
|
|
97
|
-
}
|
|
98
|
-
return response.json().then((data) => Promise.reject(data));
|
|
99
|
-
});
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Build the api request with auth
|
|
104
|
-
* @param path
|
|
105
|
-
* @param method
|
|
106
|
-
* @param data
|
|
107
|
-
* @returns
|
|
108
|
-
*/
|
|
109
|
-
const buildApiRequestForAuth0 = <T>(path: string, method = 'GET', data?: unknown, bodyType?: string): Promise<T> => {
|
|
110
|
-
const requestUri = buildPath(path);
|
|
111
|
-
|
|
112
|
-
const headers: HeadersInit = {
|
|
113
|
-
Authorization: appConfig.tokenAuth0 ? `Bearer ${appConfig.tokenAuth0}` : undefined,
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
let body: FormData | string | undefined | any;
|
|
117
|
-
|
|
118
|
-
if (['POST', 'PUT', 'PATCH'].includes(method)) {
|
|
119
|
-
if (bodyType === 'formdata') {
|
|
120
|
-
// Não é necessário dar set do contentType porque o fetch faz isso por nós quando usamos o fetch
|
|
121
|
-
body = data;
|
|
122
|
-
} else {
|
|
123
|
-
headers['Content-Type'] = 'application/json';
|
|
124
|
-
body = JSON.stringify(data);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
return fetch(requestUri, {
|
|
129
|
-
method,
|
|
130
|
-
headers,
|
|
131
|
-
body,
|
|
132
|
-
}).then((response) => {
|
|
133
|
-
if (response.status >= 200 && response.status <= 300) {
|
|
134
|
-
return response.json();
|
|
135
|
-
}
|
|
136
|
-
return response.json().then((data) => Promise.reject(data));
|
|
137
|
-
});
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/**
|
|
141
|
-
* Build the api request with auth
|
|
142
|
-
* @param path
|
|
143
|
-
* @param method
|
|
144
|
-
* @param data
|
|
145
|
-
* @returns
|
|
146
|
-
*/
|
|
147
|
-
const buildApiRequestForBasic = <T>(path: string, method = 'GET', data?: unknown, bodyType?: string): Promise<T> => {
|
|
148
|
-
const requestUri = buildPath(path);
|
|
149
|
-
|
|
150
|
-
const headers: HeadersInit = {
|
|
151
|
-
Authorization: appConfig.basic ? `Basic ${appConfig.basic}` : undefined,
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
let body: FormData | string | undefined | any;
|
|
155
|
-
|
|
156
|
-
if (['POST', 'PUT', 'PATCH'].includes(method)) {
|
|
157
|
-
if (bodyType === 'formdata') {
|
|
158
|
-
// Não é necessário dar set do contentType porque o fetch faz isso por nós quando usamos o fetch
|
|
159
|
-
body = data;
|
|
160
|
-
} else {
|
|
161
|
-
headers['Content-Type'] = 'application/json';
|
|
162
|
-
body = JSON.stringify(data);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
return fetch(requestUri, {
|
|
167
|
-
method,
|
|
168
|
-
headers,
|
|
169
|
-
body,
|
|
170
|
-
}).then((response) => {
|
|
171
|
-
if (response.status >= 200 && response.status <= 300) {
|
|
172
|
-
return response.json();
|
|
173
|
-
}
|
|
174
|
-
return response.json().then((data) => Promise.reject(data));
|
|
175
|
-
});
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* Builds the path to access the api
|
|
180
|
-
* @param path
|
|
181
|
-
* @returns
|
|
182
|
-
*/
|
|
183
|
-
const buildPath = (path: string): string => {
|
|
184
|
-
return `${appConfig.ApiHost}${appConfig.ApiPath}${path}`;
|
|
185
|
-
};
|
package/src/services/index.ts
DELETED
package/src/types/Global.d.ts
DELETED