@omniumretail/shared-resources 0.3.84 → 0.3.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/shared-resources.es.js +4780 -0
- package/dist/shared-resources.umd.js +2 -33
- package/package.json +40 -17
- package/.eslintrc.json +0 -32
- package/dist/shared-resources.umd.js.map +0 -1
- package/dist/types/index.d.ts +0 -2
- package/src/a2ai.scss +0 -130
- package/src/assets/omniu-retail_branco_s-fundo.png +0 -0
- package/src/assets/sitoo.svg +0 -9
- package/src/components/SharedContextProvider/index.tsx +0 -30
- package/src/components/index.ts +0 -1
- package/src/constants/QueryClient.ts +0 -10
- package/src/constants/index.ts +0 -1
- package/src/contexts/useStore.tsx +0 -20
- package/src/enums/attendence-type.enum.ts +0 -5
- package/src/enums/employees-order.enum.ts +0 -7
- package/src/enums/index.ts +0 -2
- package/src/global.scss +0 -124
- package/src/helpers/codeMutation.tsx +0 -19
- package/src/helpers/date-unix.helper.ts +0 -28
- package/src/helpers/formatted-date.helper.ts +0 -11
- package/src/helpers/getChildrenByType.helper.ts +0 -5
- package/src/helpers/index.ts +0 -4
- package/src/hooks/ACB/get/getClientBalance.hook.ts +0 -20
- package/src/hooks/ACB/mutate/postClientBalance.hook.ts +0 -16
- package/src/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.ts +0 -24
- package/src/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.ts +0 -24
- package/src/hooks/ASAEGNG/get/getCustomersQuery.hook.ts +0 -28
- package/src/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.ts +0 -33
- package/src/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.ts +0 -38
- package/src/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.ts +0 -52
- package/src/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.ts +0 -29
- package/src/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.ts +0 -51
- package/src/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.ts +0 -36
- package/src/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.ts +0 -36
- package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.ts +0 -16
- package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.ts +0 -36
- package/src/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.ts +0 -28
- package/src/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.ts +0 -27
- package/src/hooks/ATIM/BackOffice/get/useWorkMonths.hook.ts +0 -31
- package/src/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.ts +0 -31
- package/src/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.ts +0 -16
- package/src/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.ts +0 -21
- package/src/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.ts +0 -25
- package/src/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.ts +0 -17
- package/src/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.ts +0 -35
- package/src/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.ts +0 -16
- package/src/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.ts +0 -33
- package/src/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.ts +0 -15
- package/src/hooks/Acls/get/getCustomersLoyaltyQuery.hook.ts +0 -22
- package/src/hooks/Acls/get/getVoucherLoyaltyQuery.hook.ts +0 -25
- package/src/hooks/Acls/get/getVoucherSitooQuery.hook.ts +0 -22
- package/src/hooks/Acls/get/getVoucherTemplatesQuery.hook.ts +0 -29
- package/src/hooks/Acls/mutate/postCreateVoucherTemplates.hook.ts +0 -19
- package/src/hooks/Acls/mutate/postSaldoVoucherQuery.hook.ts +0 -21
- package/src/hooks/Acls/mutate/postSalesAssociationQuery.hook.ts +0 -20
- package/src/hooks/Acls/mutate/postVerificationEmailQuery.hook.ts +0 -23
- package/src/hooks/Acls/mutate/postVerificationUserQuery.hook.ts +0 -23
- package/src/hooks/Acls/mutate/postVoucherSitooQuery.hook.ts +0 -21
- package/src/hooks/Acls/mutate/reactivateVoucherQuery.hook.ts +0 -27
- package/src/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.ts +0 -25
- package/src/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.ts +0 -13
- package/src/hooks/Aexp/get/getFlowExecutionQuery.hook.ts +0 -27
- package/src/hooks/Aexp/get/getFlowListByIdQuery.hook.ts +0 -13
- package/src/hooks/Aexp/get/getFlowListQuery.hook.ts +0 -29
- package/src/hooks/Aexp/get/getTagsFlowQuery.hook.ts +0 -11
- package/src/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.ts +0 -17
- package/src/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.ts +0 -18
- package/src/hooks/Aexp/mutate/runFlowExecutionQuery.hook.ts +0 -20
- package/src/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.ts +0 -17
- package/src/hooks/Aexp/mutate/useFlowExecutionQuery.hook.ts +0 -22
- package/src/hooks/Aexp/mutate/validateExecutionFileQuery.hook.ts +0 -15
- package/src/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.ts +0 -32
- package/src/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.ts +0 -21
- package/src/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.ts +0 -23
- package/src/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.ts +0 -21
- package/src/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.ts +0 -32
- package/src/hooks/Analytics/get/useAnalyticsUserQuery.hook.ts +0 -35
- package/src/hooks/Anot/get/getNotificationApplicationsQuery.hook.ts +0 -13
- package/src/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.ts +0 -13
- package/src/hooks/Anot/get/getNotificationHeadersQuery.hook.ts +0 -33
- package/src/hooks/Anot/get/getNotificationLanguagesQuery.hook.ts +0 -15
- package/src/hooks/Anot/get/getNotificationTypeByIdQuery.hook.ts +0 -11
- package/src/hooks/Anot/get/getNotificationsQuery.hook.ts +0 -29
- package/src/hooks/Anot/get/getNotificationsTypeQuery.hook.ts +0 -27
- package/src/hooks/Anot/mutate/useNotificationTypeQuery.hook.ts +0 -18
- package/src/hooks/Answer/get/useAnswerIdQuery.hook.ts +0 -13
- package/src/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.ts +0 -21
- package/src/hooks/Answer/mutate/useAnswerMutateQuery.hook.ts +0 -31
- package/src/hooks/Answer/others/openAnswerQuery.hook.ts +0 -19
- package/src/hooks/Answer/others/postAnswersExportQuery.hook.ts +0 -26
- package/src/hooks/Answer/others/showAnswerQuery.hook.ts +0 -18
- package/src/hooks/AprProduct/get/useProductHierarchies.hook.ts +0 -19
- package/src/hooks/AprProduct/get/useProductRecommendations.hook.ts +0 -27
- package/src/hooks/AprProduct/get/useProductsByRefQuery.hook.ts +0 -18
- package/src/hooks/AprProduct/get/useProductsQuery.hook.ts +0 -46
- package/src/hooks/Aprc/get/getPriceChangePinQuery.hook.ts +0 -16
- package/src/hooks/Aprc/others/postPriceChangePinQuery.hook.ts +0 -19
- package/src/hooks/Aprc/others/sendEmailWithPinQuery.hook.ts +0 -19
- package/src/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.ts +0 -10
- package/src/hooks/Asgt/get/getProductWarningASGTQuery.hook.ts +0 -27
- package/src/hooks/Asgt/get/getProductsListingASGTQuery.hook.ts +0 -14
- package/src/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.ts +0 -27
- package/src/hooks/Asgt/get/getProductsPickedASGTQuery.hook.ts +0 -19
- package/src/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.ts +0 -12
- package/src/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.ts +0 -25
- package/src/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.ts +0 -27
- package/src/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.ts +0 -12
- package/src/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.ts +0 -13
- package/src/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.ts +0 -23
- package/src/hooks/Asgt/get/getTransferReportDiffASGT.hook.ts +0 -17
- package/src/hooks/Asgt/mutate/autoSaveASGTQuery.hook.ts +0 -23
- package/src/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.ts +0 -21
- package/src/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.ts +0 -15
- package/src/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.ts +0 -23
- package/src/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.ts +0 -21
- package/src/hooks/Asgt/mutate/removeProductASGTQuery.hook.ts +0 -15
- package/src/hooks/Ass/get/getAssProductsByRefQuery.hook.ts +0 -23
- package/src/hooks/Ass/get/getAssProductsByStoreQuery.hook.ts +0 -29
- package/src/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.ts +0 -21
- package/src/hooks/Asta/Actions/get/getActionByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/Actions/get/getActionPriorityQuery.hook.ts +0 -10
- package/src/hooks/Asta/Actions/get/getActionQuery.hook.ts +0 -29
- package/src/hooks/Asta/Actions/get/getActionStagesQuery.hook.ts +0 -10
- package/src/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/Actions/others/archiveActionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Actions/others/deleteActionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Actions/others/extractActionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Actions/others/finishActionQuery.hook.ts +0 -17
- package/src/hooks/Asta/Actions/others/selectActionStatusQuery.hook.ts +0 -18
- package/src/hooks/Asta/Actions/others/startActionQuery.hook.ts +0 -17
- package/src/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.ts +0 -29
- package/src/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.ts +0 -15
- package/src/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.ts +0 -18
- package/src/hooks/Asta/Answer/others/putAnswerImageQuery.hook.ts +0 -15
- package/src/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.ts +0 -21
- package/src/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.ts +0 -20
- package/src/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.ts +0 -29
- package/src/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.ts +0 -10
- package/src/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.ts +0 -10
- package/src/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.ts +0 -19
- package/src/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.ts +0 -17
- package/src/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.ts +0 -18
- package/src/hooks/Asta/Inspection/get/getInspectionQuery.hook.ts +0 -29
- package/src/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.ts +0 -24
- package/src/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/exportInspectionQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/extractTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Inspection/others/finishInspectionQuery.hook.ts +0 -17
- package/src/hooks/Asta/Template/get/getTemplateByIdQuery.hook.ts +0 -15
- package/src/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.ts +0 -10
- package/src/hooks/Asta/Template/get/getTemplateQuery.hook.ts +0 -29
- package/src/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.ts +0 -20
- package/src/hooks/Asta/Template/others/archiveTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/deleteTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/duplicateTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/extractTemplateQuery.hook.ts +0 -19
- package/src/hooks/Asta/Template/others/finishTemplateQuery.hook.ts +0 -17
- package/src/hooks/Asts/get/getProductInfoQuery.hook.ts +0 -19
- package/src/hooks/Asts/get/getStockQuery.hook.ts +0 -21
- package/src/hooks/Asts/others/postAudioFileQuery.hook.ts +0 -14
- package/src/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.ts +0 -25
- package/src/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.ts +0 -10
- package/src/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.ts +0 -27
- package/src/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.ts +0 -14
- package/src/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.ts +0 -27
- package/src/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.ts +0 -19
- package/src/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.ts +0 -12
- package/src/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.ts +0 -12
- package/src/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.ts +0 -25
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.ts +0 -27
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.ts +0 -12
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.ts +0 -13
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.ts +0 -23
- package/src/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.ts +0 -17
- package/src/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.ts +0 -23
- package/src/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.ts +0 -15
- package/src/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.ts +0 -25
- package/src/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.ts +0 -20
- package/src/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.ts +0 -28
- package/src/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.ts +0 -23
- package/src/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.ts +0 -21
- package/src/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.ts +0 -15
- package/src/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.ts +0 -22
- package/src/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.ts +0 -14
- package/src/hooks/Astt/get/getBarcodesListingQuery.hook.ts +0 -13
- package/src/hooks/Astt/get/getBarcodesPrintQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getDocumentsFindByIdQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getManualPackagesListQuery.hook.ts +0 -20
- package/src/hooks/Astt/get/getProductsListingQuery.hook.ts +0 -14
- package/src/hooks/Astt/get/getReconciliationDocumentsQuery.hook.ts +0 -18
- package/src/hooks/Astt/get/getReportsBuilderQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getRfidQuery.hook.ts +0 -23
- package/src/hooks/Astt/get/getTransferAllProductsQuery.hook.ts +0 -25
- package/src/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.ts +0 -12
- package/src/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.ts +0 -13
- package/src/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.ts +0 -23
- package/src/hooks/Astt/get/getTransferDocumentsQuery.hook.ts +0 -27
- package/src/hooks/Astt/get/getTransferReportDiff.hook.ts +0 -17
- package/src/hooks/Astt/get/getTransferStatesQuery.hook.ts +0 -10
- package/src/hooks/Astt/mutate/deleteManualPackageQuery.hook.ts +0 -23
- package/src/hooks/Astt/mutate/notifyMissingProductsQuery.hook.ts +0 -36
- package/src/hooks/Astt/mutate/postAsttActionsQuery.hook.ts +0 -18
- package/src/hooks/Astt/mutate/postManualPackageQuery.hook.ts +0 -18
- package/src/hooks/Astt/mutate/postManualTransferQuery.hook.ts +0 -16
- package/src/hooks/Astt/mutate/postMatchingPackageQuery.hook.ts +0 -22
- package/src/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.ts +0 -23
- package/src/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.ts +0 -21
- package/src/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.ts +0 -21
- package/src/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.ts +0 -21
- package/src/hooks/Astt/mutate/updateDocumentIdQuery.hook.ts +0 -23
- package/src/hooks/Astt/mutate/updatePackageIdQuery.hook.ts +0 -25
- package/src/hooks/AsvProduct/get/getProductsByRefQuery.hook.ts +0 -23
- package/src/hooks/AsvProduct/get/getProductsByStoreQuery.hook.ts +0 -29
- package/src/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.ts +0 -21
- package/src/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.ts +0 -29
- package/src/hooks/BigWin/get/getBwgBackOfficeQuery.hook.ts +0 -29
- package/src/hooks/BigWin/get/getMonthsListQuery.hook.ts +0 -10
- package/src/hooks/BigWin/others/importABWGQuery.hook.ts +0 -20
- package/src/hooks/BigWin/others/importRegulationQuery.hook.ts +0 -15
- package/src/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.ts +0 -19
- package/src/hooks/BigWin/others/publishMonthsManagerQuery.hook.ts +0 -19
- package/src/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.ts +0 -13
- package/src/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.ts +0 -29
- package/src/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.ts +0 -17
- package/src/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.ts +0 -15
- package/src/hooks/OSUA/MIMO/get/getIntegrationByName.hook.ts +0 -19
- package/src/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.ts +0 -25
- package/src/hooks/OSUA/MIMO/get/useErrorHistory.hook.ts +0 -21
- package/src/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.ts +0 -15
- package/src/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.ts +0 -13
- package/src/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.ts +0 -18
- package/src/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.ts +0 -15
- package/src/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.ts +0 -25
- package/src/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.ts +0 -30
- package/src/hooks/OSUA/get/documentos/getGngDocumentos.hook.ts +0 -28
- package/src/hooks/OSUA/get/documentos/getSitooDocumentos.hook.ts +0 -21
- package/src/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.ts +0 -30
- package/src/hooks/OSUA/get/faqs/getFaqsQuery.hook.ts +0 -33
- package/src/hooks/OSUA/get/orders/getOrderDocuments.hook.ts +0 -21
- package/src/hooks/OSUA/get/queue/getQueues.hook.ts +0 -15
- package/src/hooks/OSUA/get/queue/getQueuesMessages.hook.ts +0 -28
- package/src/hooks/OSUA/get/vouchers/getGngVoucher.hook.ts +0 -21
- package/src/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.ts +0 -27
- package/src/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.ts +0 -26
- package/src/hooks/OSUA/get/vouchers/getSitooVouchers.hook.ts +0 -22
- package/src/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.ts +0 -23
- package/src/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.ts +0 -24
- package/src/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.ts +0 -28
- package/src/hooks/OSUA/mutate/postEventsRep.hook.ts +0 -16
- package/src/hooks/OSUA/mutate/postQueuesMessages.hook.ts +0 -21
- package/src/hooks/OSUA/mutate/postVoucher.hook.ts +0 -16
- package/src/hooks/OSUA/mutate/putBalanceVouchers.hook.ts +0 -25
- package/src/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.ts +0 -21
- package/src/hooks/Orch/get/getAuth0ConfigQuery.hook.ts +0 -11
- package/src/hooks/Orch/get/getInstanceByIdQuery.hook.ts +0 -14
- package/src/hooks/Orch/get/getInstancesQuery.hook.ts +0 -27
- package/src/hooks/Orch/get/getMacrosInstancesQuery.hook.ts +0 -19
- package/src/hooks/Orch/get/getMacrosQuery.hook.ts +0 -27
- package/src/hooks/Orch/get/getMacrosUserQuery.hook.ts +0 -11
- package/src/hooks/Orch/get/getMonitoringComponents.hook.ts +0 -29
- package/src/hooks/Orch/others/reprocessingInstanceQuery.hook.ts +0 -14
- package/src/hooks/Orch/others/runMacrosQuery.hook.ts +0 -23
- package/src/hooks/Orch/others/stopInstanceQuery.hook.ts +0 -16
- package/src/hooks/Orch/others/updateMacroStatusQuery.hook.ts +0 -23
- package/src/hooks/Others/Vacation/get/getVacationPlanQuery.hook.ts +0 -20
- package/src/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.ts +0 -11
- package/src/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.ts +0 -23
- package/src/hooks/Others/Vacation/others/postVacationPlanQuery.hook.ts +0 -20
- package/src/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.ts +0 -25
- package/src/hooks/Others/changePasswordQuery.hook.ts +0 -21
- package/src/hooks/Others/editAllBellNotificationsStatusQuery.hook.ts +0 -19
- package/src/hooks/Others/editBellNotificationsStatusQuery.hook.ts +0 -22
- package/src/hooks/Others/editFieldsByBulkQuery.hook.ts +0 -15
- package/src/hooks/Others/getBellNotificationsQuery.hook.ts +0 -28
- package/src/hooks/Others/getNotificationTitleQuery.hook.ts +0 -19
- package/src/hooks/Others/getRegulationQuery.hook.ts +0 -14
- package/src/hooks/Others/getUserEmailStatusQuery.hook.ts +0 -21
- package/src/hooks/Others/getWeeklyWorkloadQuery.hook.ts +0 -23
- package/src/hooks/Others/oneSignalUserQuery.hook.ts +0 -14
- package/src/hooks/Others/postCheckoutsMutateQuery.hook.ts +0 -15
- package/src/hooks/Others/postUserAuthenticationQuery.hook.ts +0 -19
- package/src/hooks/Others/postVerifyImageQuery.hook.ts +0 -15
- package/src/hooks/Others/unblockUserQuery.hook.ts +0 -14
- package/src/hooks/Others/useApplicationDataQuery.hook.ts +0 -10
- package/src/hooks/Others/useContractStatesQuery.hook.ts +0 -15
- package/src/hooks/Others/useCountriesQuery.hook.ts +0 -15
- package/src/hooks/Others/useCreateNotification.hook.ts +0 -24
- package/src/hooks/Others/useCustomersQuery.hook.ts +0 -40
- package/src/hooks/Others/useJobTitlesQuery.hook.ts +0 -17
- package/src/hooks/Others/useRegulationQuery.hook.ts +0 -24
- package/src/hooks/Others/useTermNotificationQuery.hook.ts +0 -11
- package/src/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.ts +0 -13
- package/src/hooks/Questionnaire/get/useQuestionnaireQuery.hook.ts +0 -29
- package/src/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.ts +0 -17
- package/src/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.ts +0 -15
- package/src/hooks/Roles/get/useAllRolesQuery.hook.ts +0 -30
- package/src/hooks/Store/getLocationsByUser.hook.ts +0 -37
- package/src/hooks/Store/useAllStoreQuery.hook.ts +0 -37
- package/src/hooks/Store/useStoreByCodeQuery.hook.ts +0 -21
- package/src/hooks/Store/useStoreQuery.ts +0 -13
- package/src/hooks/Users/get/getUserAndSupervisorQuery.hook.ts +0 -21
- package/src/hooks/Users/get/getUsersReadmissionQuery.hook.ts +0 -27
- package/src/hooks/Users/get/useApplicationQuery.hook.ts +0 -29
- package/src/hooks/Users/get/useExpUsersAnswersQuery.hook.ts +0 -25
- package/src/hooks/Users/get/usePermissionByIdQuery.hook.ts +0 -15
- package/src/hooks/Users/get/usePermissionsQuery.hook.ts +0 -29
- package/src/hooks/Users/get/useSingleUserIdQuery.hook.ts +0 -15
- package/src/hooks/Users/get/useUserIdQuery.hook.ts +0 -14
- package/src/hooks/Users/get/useUserListQuery.hook.ts +0 -27
- package/src/hooks/Users/get/useUserQuery.hook.ts +0 -31
- package/src/hooks/Users/mutate/deletePermissionMutateQuery.hook.ts +0 -15
- package/src/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.ts +0 -18
- package/src/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.ts +0 -17
- package/src/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.ts +0 -27
- package/src/hooks/Users/others/useSingleUserResetPassword.hook.ts +0 -18
- package/src/hooks/Users/others/useUserBlockQuery.hook.ts +0 -15
- package/src/hooks/Users/others/useUserEmailVerifQuery.hook.ts +0 -15
- package/src/hooks/Users/others/useUserResetPassByEmail.hook.ts +0 -14
- package/src/hooks/Watson/get/getCloseSession.hook.ts +0 -15
- package/src/hooks/Watson/mutate/mutateCloseSession.hook.ts +0 -18
- package/src/hooks/Watson/mutate/mutateNotificationRequest.hook.ts +0 -18
- package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.ts +0 -15
- package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.ts +0 -27
- package/src/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.ts +0 -27
- package/src/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.ts +0 -27
- package/src/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.ts +0 -28
- package/src/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.ts +0 -18
- package/src/hooks/index.ts +0 -505
- package/src/index.ts +0 -11
- package/src/interfaces/ACB.ts +0 -21
- package/src/interfaces/ASAECustomer.ts +0 -28
- package/src/interfaces/Acls.ts +0 -84
- package/src/interfaces/Actions.ts +0 -20
- package/src/interfaces/AnalyticsEvaluationCycle.ts +0 -24
- package/src/interfaces/AnalyticsUserId.ts +0 -14
- package/src/interfaces/Anot.ts +0 -79
- package/src/interfaces/Answer.ts +0 -14
- package/src/interfaces/AnswerType.ts +0 -22
- package/src/interfaces/AnswersUserSupervisor.ts +0 -45
- package/src/interfaces/ApplicationsByCategory.ts +0 -19
- package/src/interfaces/AstaQuestions.ts +0 -10
- package/src/interfaces/AstsStock.ts +0 -17
- package/src/interfaces/AstsStockInfo.ts +0 -14
- package/src/interfaces/AsttReconciliationDocuments.ts +0 -32
- package/src/interfaces/AsvProductsByReference.ts +0 -14
- package/src/interfaces/AsvProductsByStore.ts +0 -13
- package/src/interfaces/AsvProductsStockDetails.ts +0 -20
- package/src/interfaces/Atim.ts +0 -123
- package/src/interfaces/AtimScheduling.ts +0 -64
- package/src/interfaces/AttendanceIssues.ts +0 -20
- package/src/interfaces/Auth0Config.ts +0 -6
- package/src/interfaces/BellNotification.ts +0 -17
- package/src/interfaces/Brand.ts +0 -5
- package/src/interfaces/Bulk.ts +0 -11
- package/src/interfaces/Bwg.ts +0 -25
- package/src/interfaces/Cart.ts +0 -14
- package/src/interfaces/Checkout.ts +0 -15
- package/src/interfaces/Configuration.ts +0 -8
- package/src/interfaces/ContractStates.ts +0 -7
- package/src/interfaces/Countries.ts +0 -10
- package/src/interfaces/CreateNotification.ts +0 -18
- package/src/interfaces/Customer.ts +0 -23
- package/src/interfaces/CustomerHistory.ts +0 -11
- package/src/interfaces/CustomerVoucher.ts +0 -12
- package/src/interfaces/Employee.ts +0 -18
- package/src/interfaces/EvaluationCycle.ts +0 -34
- package/src/interfaces/ExpUsersAnswers.ts +0 -16
- package/src/interfaces/FlowExecution.ts +0 -33
- package/src/interfaces/FlowList.ts +0 -32
- package/src/interfaces/GetMonths.ts +0 -8
- package/src/interfaces/Inspection.ts +0 -22
- package/src/interfaces/Instances.ts +0 -25
- package/src/interfaces/JobTitles.ts +0 -7
- package/src/interfaces/MIMO.ts +0 -19
- package/src/interfaces/MacroInstance.ts +0 -11
- package/src/interfaces/Macros.ts +0 -19
- package/src/interfaces/MonitoringComponent.ts +0 -6
- package/src/interfaces/NotificationTitle.ts +0 -8
- package/src/interfaces/OSUA.ts +0 -363
- package/src/interfaces/Permissions.ts +0 -16
- package/src/interfaces/PriceChange.ts +0 -7
- package/src/interfaces/Product.ts +0 -17
- package/src/interfaces/ProductsHierarchies.ts +0 -6
- package/src/interfaces/ProductsPickedTransfers.ts +0 -13
- package/src/interfaces/Questionnaire.ts +0 -39
- package/src/interfaces/ReasonCodes.ts +0 -9
- package/src/interfaces/ReportBuilder.ts +0 -5
- package/src/interfaces/ResponseList.ts +0 -7
- package/src/interfaces/Responses.ts +0 -50
- package/src/interfaces/Rfid.ts +0 -10
- package/src/interfaces/Roles.ts +0 -5
- package/src/interfaces/Store.ts +0 -35
- package/src/interfaces/TagsFlow.ts +0 -5
- package/src/interfaces/Template.ts +0 -33
- package/src/interfaces/TermNotification.ts +0 -6
- package/src/interfaces/TimeKeeping.ts +0 -7
- package/src/interfaces/TransferAllProducts.ts +0 -39
- package/src/interfaces/TransferDocumentState.ts +0 -5
- package/src/interfaces/TransferDocuments.ts +0 -62
- package/src/interfaces/TransferPackage.ts +0 -19
- package/src/interfaces/TransferPickProducts.ts +0 -34
- package/src/interfaces/TransferReportDiff.ts +0 -9
- package/src/interfaces/TransferStates.ts +0 -8
- package/src/interfaces/User.ts +0 -75
- package/src/interfaces/UserAuthentication.ts +0 -7
- package/src/interfaces/UserEmailStatus.ts +0 -14
- package/src/interfaces/VacationPlan.ts +0 -13
- package/src/interfaces/VerifyImage.ts +0 -49
- package/src/interfaces/VerifyUser.ts +0 -5
- package/src/interfaces/Watson.ts +0 -76
- package/src/interfaces/Workload.ts +0 -8
- package/src/interfaces/index.ts +0 -81
- package/src/services/ApiService/index.ts +0 -185
- package/src/services/InitService/index.ts +0 -7
- package/src/services/index.ts +0 -3
- package/src/types/Global.d.ts +0 -4
- package/tsconfig.json +0 -24
- package/vite.config.js +0 -49
package/src/interfaces/OSUA.ts
DELETED
|
@@ -1,363 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface GiftCards {
|
|
3
|
-
Id: string;
|
|
4
|
-
Number: string;
|
|
5
|
-
Date: number;
|
|
6
|
-
CustomerId: string;
|
|
7
|
-
CompanyCode: string;
|
|
8
|
-
Pin: string | null;
|
|
9
|
-
Type: string;
|
|
10
|
-
CurrencyISO3: string;
|
|
11
|
-
Value: number;
|
|
12
|
-
ExpirationDate: number;
|
|
13
|
-
CreateDate: number;
|
|
14
|
-
UpdateDate: number;
|
|
15
|
-
Status: string;
|
|
16
|
-
RedeemId: string;
|
|
17
|
-
RedeemDate: number;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface Transaction {
|
|
21
|
-
transactionid: string;
|
|
22
|
-
date: number;
|
|
23
|
-
moneyamount: string;
|
|
24
|
-
merchant_reference: string | null;
|
|
25
|
-
staff_reference: string | null;
|
|
26
|
-
transaction_reference: string | null;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface SitooVoucher {
|
|
30
|
-
type: string;
|
|
31
|
-
currencycode: string;
|
|
32
|
-
cardnumber: string;
|
|
33
|
-
cardnumber_display: string;
|
|
34
|
-
redeemable: boolean;
|
|
35
|
-
date_expires: number;
|
|
36
|
-
date_created: number;
|
|
37
|
-
moneyamount: string;
|
|
38
|
-
requirespin: boolean;
|
|
39
|
-
transactions: Transaction;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export interface Stage {
|
|
44
|
-
StageCode: number;
|
|
45
|
-
StageMessage: string;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export interface SourcePlatform {
|
|
49
|
-
Id: string;
|
|
50
|
-
Name: string;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export interface IntegrationRequestStatus {
|
|
56
|
-
Id: string;
|
|
57
|
-
IntegrationType: string;
|
|
58
|
-
Stage: Stage;
|
|
59
|
-
GroupIntegrationRequest: string | null;
|
|
60
|
-
Details: [];
|
|
61
|
-
TotalRecords: number;
|
|
62
|
-
Sucess: number;
|
|
63
|
-
Errors: number;
|
|
64
|
-
Notes: string | null;
|
|
65
|
-
Destinations: string | null;
|
|
66
|
-
SourcePlatform: SourcePlatform;
|
|
67
|
-
ImpersonatePlatform: string | null;
|
|
68
|
-
SearchQuery: string;
|
|
69
|
-
BeginDate: number | null;
|
|
70
|
-
EndDate: number | null;
|
|
71
|
-
Duration: string | null;
|
|
72
|
-
Status: string;
|
|
73
|
-
CreateDate: number;
|
|
74
|
-
UpdatedDate: number;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export interface BillingAddress {
|
|
78
|
-
Street: string | null;
|
|
79
|
-
City: string | null;
|
|
80
|
-
ZipCode: string | null;
|
|
81
|
-
CountryISO2: string | null;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export interface DeliveryAddress {
|
|
85
|
-
Street: string | null;
|
|
86
|
-
City: string | null;
|
|
87
|
-
ZipCode: string | null;
|
|
88
|
-
CountryISO2: string | null;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
export interface FiscalInformation {
|
|
92
|
-
TaxName: string | null;
|
|
93
|
-
TaxNumber: string | null;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export interface Lines {
|
|
97
|
-
LineNumber: number;
|
|
98
|
-
Description: string;
|
|
99
|
-
Reference: string;
|
|
100
|
-
SKU: string;
|
|
101
|
-
Quantity: number;
|
|
102
|
-
VAT: string;
|
|
103
|
-
Taxes: number;
|
|
104
|
-
UnitPrice: number;
|
|
105
|
-
Discount: number;
|
|
106
|
-
PriceNet: number;
|
|
107
|
-
PriceGross: number;
|
|
108
|
-
CostPrice: number;
|
|
109
|
-
CampaignId: string | null;
|
|
110
|
-
ReasonCode: string;
|
|
111
|
-
UnitLabel: string;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export interface Payments {
|
|
115
|
-
LineNumber: number;
|
|
116
|
-
Amount: number;
|
|
117
|
-
PaymentTypeId: string;
|
|
118
|
-
GiftCardNumber: string | null;
|
|
119
|
-
Name: string;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export interface AdditionalFields {
|
|
123
|
-
Name: string;
|
|
124
|
-
Value: string;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
export interface DocumentGng {
|
|
128
|
-
Id: string;
|
|
129
|
-
DocumentNumber: string;
|
|
130
|
-
CompanyCode: string;
|
|
131
|
-
DocumentTypeCode: string;
|
|
132
|
-
LocationCode: string;
|
|
133
|
-
Date: number;
|
|
134
|
-
AssociatedDocumentNumber: string | null;
|
|
135
|
-
SourceLocationCode: string | null;
|
|
136
|
-
DestinationLocationCode: string | null;
|
|
137
|
-
UserCode: string;
|
|
138
|
-
CustomerId: string | null;
|
|
139
|
-
SalesAssociateUserCode: string;
|
|
140
|
-
BillingAddress: BillingAddress | null;
|
|
141
|
-
DeliveryAddress: DeliveryAddress | null;
|
|
142
|
-
SubTotalNet: number;
|
|
143
|
-
SubTotalGross: number;
|
|
144
|
-
PostageNet: number;
|
|
145
|
-
PostageGross: number;
|
|
146
|
-
Taxes: number;
|
|
147
|
-
Discount: number;
|
|
148
|
-
TotalGross: number;
|
|
149
|
-
InternalStaffComments: string | null;
|
|
150
|
-
FiscalInformation: FiscalInformation | null;
|
|
151
|
-
POSReceiptId: string | null;
|
|
152
|
-
CreateDate: number;
|
|
153
|
-
UpdateDate: number;
|
|
154
|
-
Status: string;
|
|
155
|
-
Lines: Lines;
|
|
156
|
-
Payments: Payments;
|
|
157
|
-
ExternalPlatforms: any | null;
|
|
158
|
-
AdditionalFields: AdditionalFields;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
export interface OrderItemAdditionalData {
|
|
162
|
-
ReasonCodeReturn: string | null;
|
|
163
|
-
InventTransId: string | null;
|
|
164
|
-
ReasonCodeManualPrice: string | null;
|
|
165
|
-
ReasonCodeManualDiscount: string | null;
|
|
166
|
-
POSStaffSalesExternalId: string | null;
|
|
167
|
-
OrderItemMoneyRowDiscount: string | null;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
export interface OrderItems {
|
|
171
|
-
OrderItemId: number;
|
|
172
|
-
OrderItemType: number;
|
|
173
|
-
ProductId: number;
|
|
174
|
-
ProductName: string;
|
|
175
|
-
SKU: string;
|
|
176
|
-
ProductAttributes: string;
|
|
177
|
-
ExternalInput: string;
|
|
178
|
-
ExternalInputTitle: string;
|
|
179
|
-
Quantity: number;
|
|
180
|
-
DecimalUnitQuantity: number | null;
|
|
181
|
-
MoneyNetPricePerUnit: string;
|
|
182
|
-
MoneyPriceOrg: string;
|
|
183
|
-
VatValue: number;
|
|
184
|
-
DeliveryInfo: string;
|
|
185
|
-
MoneyItemTotalNet: string;
|
|
186
|
-
MoneyItemTotalVat: string;
|
|
187
|
-
VoucherId: number;
|
|
188
|
-
VoucherCode: string;
|
|
189
|
-
VoucherName: string;
|
|
190
|
-
MoneyOriginalPrice: string;
|
|
191
|
-
MoneyDiscountedPrice: string;
|
|
192
|
-
MoneyDiscount: string;
|
|
193
|
-
SalesTaxes: any;
|
|
194
|
-
DecimalQuantityTotal: string;
|
|
195
|
-
MoneyNetPricePerQuantity: string;
|
|
196
|
-
AdditionalData: OrderItemAdditionalData;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export interface PaymentAdditionalData {
|
|
200
|
-
GiftCardNumber: string | null;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
export interface Payment {
|
|
204
|
-
Name: string;
|
|
205
|
-
MoneyAmount: string;
|
|
206
|
-
ExternalId: string;
|
|
207
|
-
AdditionalData: PaymentAdditionalData;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
export interface AdditionalData {
|
|
211
|
-
POSTimezone: string;
|
|
212
|
-
StoreExternalId: string | null;
|
|
213
|
-
POSStaffSalesUserId: string | null;
|
|
214
|
-
POSStaffUserId: string | null;
|
|
215
|
-
CrmMemberNumber: string;
|
|
216
|
-
POSStaffExternalId: string;
|
|
217
|
-
POSStaffSalesExternalId: string;
|
|
218
|
-
CustomerTaxId: string | null;
|
|
219
|
-
POSReceiptId: string | null;
|
|
220
|
-
ATCUD: string | null;
|
|
221
|
-
CTUInvoiceNumber: string | null;
|
|
222
|
-
POSOriginalSalesOrderId: string | null;
|
|
223
|
-
OmniumIdentification: string | null;
|
|
224
|
-
FiscalInvoiceNumber: string | null;
|
|
225
|
-
InvoiceNumberCorrected: string | null;
|
|
226
|
-
FiscalInvoiceType: string | null;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
export interface DocumentSitoo {
|
|
230
|
-
OrderId: number;
|
|
231
|
-
EshopId: number;
|
|
232
|
-
ExternalId: string;
|
|
233
|
-
CreditOrderId: number | null;
|
|
234
|
-
CheckoutTypeId: number;
|
|
235
|
-
DeliveryTypeId: number;
|
|
236
|
-
Email: string | null;
|
|
237
|
-
NameFirst: string | null;
|
|
238
|
-
NameLast: string | null;
|
|
239
|
-
PersonalId: string;
|
|
240
|
-
Company: string;
|
|
241
|
-
Phone: string | null;
|
|
242
|
-
InvoiceAddress: string;
|
|
243
|
-
InvoiceAddress2: string;
|
|
244
|
-
InvoiceZip: string;
|
|
245
|
-
InvoiceCity: string;
|
|
246
|
-
InvoiceState: string | null;
|
|
247
|
-
InvoiceCountryid: string;
|
|
248
|
-
DeliveryAddress: string;
|
|
249
|
-
DeliveryAddress2: string;
|
|
250
|
-
DeliveryZip: string;
|
|
251
|
-
DeliveryCity: string;
|
|
252
|
-
DeliveryState: string;
|
|
253
|
-
DeliveryCountryid: string;
|
|
254
|
-
Comment: string | null;
|
|
255
|
-
CommentInternal: string;
|
|
256
|
-
CustomerRef: string | null;
|
|
257
|
-
CheckoutRef: string | null;
|
|
258
|
-
MoneyTotalNet: string | null;
|
|
259
|
-
MoneyTotalVat: string | null;
|
|
260
|
-
MoneyCheckoutNet: string | null;
|
|
261
|
-
MoneyCheckoutVat: string | null;
|
|
262
|
-
MoneyTotalGrossCheckout: string | null;
|
|
263
|
-
MoneyDeliveryNet: string;
|
|
264
|
-
MoneyDeliveryVat: string | null;
|
|
265
|
-
MoneyTotalGrossDelivery: string;
|
|
266
|
-
MoneyFinalNet: string | null;
|
|
267
|
-
MoneyFinalVat: string | null;
|
|
268
|
-
MoneyFinalSalestax: string | null;
|
|
269
|
-
MoneyTotalGrossRoundoff: string | null;
|
|
270
|
-
MoneyTotalGrossAll: string | null;
|
|
271
|
-
CheckoutTypeName: string | null;
|
|
272
|
-
CheckoutMethodId: number;
|
|
273
|
-
CheckoutMethodSubId: number;
|
|
274
|
-
DeliveryTypeName: string | null;
|
|
275
|
-
OrderDate: number;
|
|
276
|
-
OrderStateId: number;
|
|
277
|
-
PaymentStateId: number;
|
|
278
|
-
OrderTypeId: number;
|
|
279
|
-
UserIdStaff: string | null;
|
|
280
|
-
RegisterId: string | null;
|
|
281
|
-
WarehouseId: number;
|
|
282
|
-
DateReserved: string | null;
|
|
283
|
-
CurrencyCode: string;
|
|
284
|
-
AdditionalData: AdditionalData;
|
|
285
|
-
OrderItems: OrderItems;
|
|
286
|
-
Payments: Payment;
|
|
287
|
-
}
|
|
288
|
-
export interface Language {
|
|
289
|
-
Content: string;
|
|
290
|
-
Type: string;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
export interface Block {
|
|
295
|
-
PT: Language[];
|
|
296
|
-
ES: Language[];
|
|
297
|
-
Type: string;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
export interface Section {
|
|
301
|
-
Title: string;
|
|
302
|
-
Description: string;
|
|
303
|
-
Icon: string;
|
|
304
|
-
Tags: string[];
|
|
305
|
-
Blocks: Block[];
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
export interface IntegrationData {
|
|
309
|
-
Id: string;
|
|
310
|
-
Name: string;
|
|
311
|
-
DateToImport: number;
|
|
312
|
-
OrderIdFrom: string;
|
|
313
|
-
OrderIdTo: string;
|
|
314
|
-
Status: string;
|
|
315
|
-
LastSuccessfullDate: string;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
export interface ErrorHistoryItem {
|
|
319
|
-
CreateDate: string;
|
|
320
|
-
ErrorMessage: string;
|
|
321
|
-
Flow: string;
|
|
322
|
-
Id: string;
|
|
323
|
-
Information: string;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
export interface DocumentErrorEvent {
|
|
327
|
-
EventId: string;
|
|
328
|
-
EventDate: string;
|
|
329
|
-
EventType: string;
|
|
330
|
-
ErrorMessage: string;
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface BalanceVouchers {
|
|
335
|
-
Amount: number;
|
|
336
|
-
Notes: string;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
export interface CreateVoucher{
|
|
340
|
-
CountryISO2: string;
|
|
341
|
-
Number: string;
|
|
342
|
-
Amount: number;
|
|
343
|
-
Notes: string;
|
|
344
|
-
Type: string;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
export interface Queues{
|
|
348
|
-
Id: string;
|
|
349
|
-
Source: string;
|
|
350
|
-
Destination: string;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export interface QueuesMessages{
|
|
354
|
-
Id: string;
|
|
355
|
-
Date: string;
|
|
356
|
-
Message: string;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface Permissions {
|
|
2
|
-
Id: string;
|
|
3
|
-
RoleNames: string[];
|
|
4
|
-
RoleName: string;
|
|
5
|
-
Permissions: string[];
|
|
6
|
-
Permission: string;
|
|
7
|
-
Description: string;
|
|
8
|
-
Status: string;
|
|
9
|
-
Tags: string[];
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface Applications {
|
|
13
|
-
Application: string;
|
|
14
|
-
ApplicationKey: string;
|
|
15
|
-
PermissionsCount: number;
|
|
16
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface Product {
|
|
2
|
-
Id: string;
|
|
3
|
-
Name: string;
|
|
4
|
-
Price: number;
|
|
5
|
-
Description: string;
|
|
6
|
-
CategoryId: string;
|
|
7
|
-
Variants: ProductItem[];
|
|
8
|
-
Images: string[];
|
|
9
|
-
Reference: string;
|
|
10
|
-
}
|
|
11
|
-
export interface ProductItem {
|
|
12
|
-
SKU: string;
|
|
13
|
-
Size: string;
|
|
14
|
-
LegSize: string;
|
|
15
|
-
Stock: number;
|
|
16
|
-
StockOnline: number;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface PickedProducts {
|
|
2
|
-
verified: boolean;
|
|
3
|
-
id: string;
|
|
4
|
-
barcode: string;
|
|
5
|
-
description: string;
|
|
6
|
-
packageName: string;
|
|
7
|
-
imageUrl?: string;
|
|
8
|
-
updateDate: string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface TransferDocumentIds{
|
|
12
|
-
TransferDocumentIds: string;
|
|
13
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface Questionnaire {
|
|
3
|
-
Id: string;
|
|
4
|
-
Name: string;
|
|
5
|
-
Type: number;
|
|
6
|
-
NrLevel: number;
|
|
7
|
-
Level: number;
|
|
8
|
-
State: string;
|
|
9
|
-
Categories: Categories[];
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface Categories {
|
|
13
|
-
Id: string;
|
|
14
|
-
Title: string;
|
|
15
|
-
Key: string;
|
|
16
|
-
Data: {
|
|
17
|
-
Id: string;
|
|
18
|
-
CategoryId: string;
|
|
19
|
-
CategoryName: string;
|
|
20
|
-
OpenAnswer: boolean;
|
|
21
|
-
Grade: number;
|
|
22
|
-
GeneralEvaluationLevel: number;
|
|
23
|
-
Description: string;
|
|
24
|
-
Score: string;
|
|
25
|
-
Questions: Questions[];
|
|
26
|
-
};
|
|
27
|
-
Children: Categories[];
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export interface Questions {
|
|
31
|
-
Id: string;
|
|
32
|
-
Question: string;
|
|
33
|
-
Info: string;
|
|
34
|
-
Grade: number;
|
|
35
|
-
QuestionId: string;
|
|
36
|
-
Subject: string;
|
|
37
|
-
Description: string;
|
|
38
|
-
Answer: string;
|
|
39
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { Employee} from './Employee';
|
|
2
|
-
import { WorkLog } from './TimeKeeping';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
//Response Interfaces
|
|
7
|
-
|
|
8
|
-
export interface EmployeeTimeKeeping {
|
|
9
|
-
Count?: number;
|
|
10
|
-
EmployeesWorklog?: Employee;
|
|
11
|
-
error?: string[];
|
|
12
|
-
success: boolean;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface TogglePinCode {
|
|
16
|
-
workLog?: WorkLog;
|
|
17
|
-
error?: string[];
|
|
18
|
-
success: boolean;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface Attendance {
|
|
22
|
-
Id: string;
|
|
23
|
-
StoreId: string;
|
|
24
|
-
EmployeeId: string;
|
|
25
|
-
Date: string;
|
|
26
|
-
Type: number;
|
|
27
|
-
Status: string;
|
|
28
|
-
CreateDate: string;
|
|
29
|
-
UpdateDate: string;
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export interface AttendanceRange {
|
|
34
|
-
StoreID: string;
|
|
35
|
-
EmployeeID: string;
|
|
36
|
-
EntryDate: number;
|
|
37
|
-
ExitDate: number;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
package/src/interfaces/Rfid.ts
DELETED
package/src/interfaces/Roles.ts
DELETED
package/src/interfaces/Store.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface Store {
|
|
3
|
-
Id: string;
|
|
4
|
-
Name: string;
|
|
5
|
-
City: string;
|
|
6
|
-
ZipCode: string;
|
|
7
|
-
Code: string;
|
|
8
|
-
CompanyId: string;
|
|
9
|
-
ParentLocationId: string;
|
|
10
|
-
Type: StoreType;
|
|
11
|
-
Address: StoreAdress;
|
|
12
|
-
Phone: string;
|
|
13
|
-
Email: string;
|
|
14
|
-
AdditionalFields: StoreAdditionalFields[];
|
|
15
|
-
Status: string;
|
|
16
|
-
IsSelected: boolean;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface StoreType {
|
|
20
|
-
Id: string;
|
|
21
|
-
Name: string;
|
|
22
|
-
Type: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export interface StoreAdress {
|
|
26
|
-
Street: string;
|
|
27
|
-
CountryISO2: string;
|
|
28
|
-
ZipCode: string;
|
|
29
|
-
City: string;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export interface StoreAdditionalFields {
|
|
33
|
-
Name: string;
|
|
34
|
-
Value: string;
|
|
35
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { AstaQuestions } from "./AstaQuestions";
|
|
2
|
-
|
|
3
|
-
export interface Template {
|
|
4
|
-
Id: string;
|
|
5
|
-
Name: string;
|
|
6
|
-
Type: string;
|
|
7
|
-
Headers: HeadersInterface[];
|
|
8
|
-
StoreId: string;
|
|
9
|
-
Store: any;
|
|
10
|
-
Total: number;
|
|
11
|
-
Date: number;
|
|
12
|
-
UpdateDate: number;
|
|
13
|
-
EmployeeId: string;
|
|
14
|
-
EmployeeName: string;
|
|
15
|
-
CategoriesDTO: AstaCategories[];
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface AstaCategories {
|
|
19
|
-
Title: string;
|
|
20
|
-
Key: string;
|
|
21
|
-
Data: {
|
|
22
|
-
Name: string;
|
|
23
|
-
Questions: AstaQuestions[];
|
|
24
|
-
};
|
|
25
|
-
Children: AstaCategories[];
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface HeadersInterface {
|
|
29
|
-
Id: string;
|
|
30
|
-
Name: string;
|
|
31
|
-
Value: string;
|
|
32
|
-
Color: string;
|
|
33
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export interface TransferAllProducts {
|
|
3
|
-
Id: string;
|
|
4
|
-
Reference: string;
|
|
5
|
-
CompanyId: string;
|
|
6
|
-
Name: string;
|
|
7
|
-
Price: number;
|
|
8
|
-
PriceSRP: number;
|
|
9
|
-
PriceCost: number;
|
|
10
|
-
VATId: string;
|
|
11
|
-
HierarchyId: string;
|
|
12
|
-
SupplierId: string;
|
|
13
|
-
IsStockCountEnabled: boolean;
|
|
14
|
-
IsNewArrival: boolean;
|
|
15
|
-
Status: string;
|
|
16
|
-
CreateDate: number;
|
|
17
|
-
UpdateDate: number;
|
|
18
|
-
Recommendations: [];
|
|
19
|
-
SimilarProducts: [];
|
|
20
|
-
Images: [];
|
|
21
|
-
Attributes: TransferAllProductsAtribues[];
|
|
22
|
-
Items: TransferAllProductsItems[];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export interface TransferAllProductsAtribues {
|
|
26
|
-
Name: string;
|
|
27
|
-
Value: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export interface TransferAllProductsItems {
|
|
31
|
-
SKU: string;
|
|
32
|
-
Barcodes: string[];
|
|
33
|
-
Rank: number;
|
|
34
|
-
Price: number;
|
|
35
|
-
PriceSRP: number;
|
|
36
|
-
PriceCost: number;
|
|
37
|
-
Attributes: TransferAllProductsAtribues[];
|
|
38
|
-
Options: TransferAllProductsAtribues[];
|
|
39
|
-
}
|