@omniumretail/shared-resources 0.3.85 → 0.3.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +32 -0
- package/dist/bundle.js +1 -0
- package/dist/types/components/BottomDrawer/index.d.ts +9 -0
- package/dist/types/components/Button/index.d.ts +2 -0
- package/dist/types/components/Footer/index.d.ts +3 -0
- package/dist/types/components/Form/FormInputField/index.d.ts +8 -0
- package/dist/types/components/Form/FormSelectField/index.d.ts +9 -0
- package/dist/types/components/Form/index.d.ts +2 -0
- package/dist/types/components/Header/index.d.ts +4 -0
- package/dist/types/components/Link/index.d.ts +6 -0
- package/dist/types/components/Navigation/index.d.ts +8 -0
- package/dist/types/components/Page/index.d.ts +13 -0
- package/dist/types/components/SharedContextProvider/index.d.ts +7 -0
- package/dist/types/components/index.d.ts +9 -0
- package/dist/types/constants/Icons.d.ts +15 -0
- package/dist/types/constants/QueryClient.d.ts +2 -0
- package/dist/types/constants/index.d.ts +2 -0
- package/dist/types/contexts/useStore.d.ts +8 -0
- package/dist/types/helpers/codeMutation.d.ts +4 -0
- package/dist/types/helpers/date-unix.helper.d.ts +5 -0
- package/dist/types/helpers/getChildrenByType.helper.d.ts +2 -0
- package/dist/types/hooks/ACB/get/getClientBalance.hook.d.ts +7 -0
- package/dist/types/hooks/ACB/mutate/postClientBalance.hook.d.ts +2 -0
- package/dist/types/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +10 -0
- package/dist/types/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +10 -0
- package/dist/types/hooks/ASAEGNG/get/getCustomersQuery.hook.d.ts +12 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +10 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +10 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +14 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +11 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +13 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +11 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +11 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +10 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +8 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +11 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +9 -0
- package/dist/types/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +9 -0
- package/dist/types/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +13 -0
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +2 -0
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +10 -0
- package/dist/types/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Acls/get/getVoucherSitooQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Acls/get/getVoucherTemplatesQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +2 -0
- package/dist/types/hooks/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Acls/mutate/postSalesAssociationQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Acls/mutate/postVerificationEmailQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Acls/mutate/postVerificationUserQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Acls/mutate/postVoucherSitooQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Acls/mutate/reactivateVoucherQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Aexp/get/getFlowExecutionQuery.hook.d.ts +12 -0
- package/dist/types/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Aexp/get/getFlowListQuery.hook.d.ts +13 -0
- package/dist/types/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +13 -0
- package/dist/types/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +13 -0
- package/dist/types/hooks/Analytics/get/useAnalyticsUserQuery.hook.d.ts +14 -0
- package/dist/types/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +4 -0
- package/dist/types/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +4 -0
- package/dist/types/hooks/Anot/get/getNotificationHeadersQuery.hook.d.ts +17 -0
- package/dist/types/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Anot/get/getNotificationsQuery.hook.d.ts +13 -0
- package/dist/types/hooks/Anot/get/getNotificationsTypeQuery.hook.d.ts +12 -0
- package/dist/types/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Answer/mutate/useAnswerMutateQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Answer/others/openAnswerQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Answer/others/showAnswerQuery.hook.d.ts +2 -0
- package/dist/types/hooks/AprProduct/get/useProductHierarchies.hook.d.ts +7 -0
- package/dist/types/hooks/AprProduct/get/useProductRecommendations.hook.d.ts +11 -0
- package/dist/types/hooks/AprProduct/get/useProductsByRefQuery.hook.d.ts +7 -0
- package/dist/types/hooks/AprProduct/get/useProductsQuery.hook.d.ts +144 -0
- package/dist/types/hooks/Aprc/get/getPriceChangePinQuery.hook.d.ts +5 -0
- package/dist/types/hooks/Aprc/others/postPriceChangePinQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Aprc/others/sendEmailWithPinQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asgt/get/getProductWarningASGTQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asgt/get/getProductsListingASGTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +10 -0
- package/dist/types/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Asgt/get/getTransferReportDiffASGT.hook.d.ts +12 -0
- package/dist/types/hooks/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asgt/mutate/removeProductASGTQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Ass/get/getAssProductsByRefQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Ass/get/getAssProductsByStoreQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/get/getActionQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/others/archiveActionQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Actions/others/deleteActionQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Actions/others/extractActionQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Inspection/get/getInspectionQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Template/get/getTemplateQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asta/Template/others/archiveTemplateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Template/others/deleteTemplateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Template/others/extractTemplateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Asts/get/getProductInfoQuery.hook.d.ts +15 -0
- package/dist/types/hooks/Asts/get/getStockQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Asts/others/postAudioFileQuery.hook.d.ts +1 -0
- package/dist/types/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +10 -0
- package/dist/types/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +10 -0
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +12 -0
- package/dist/types/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +5 -0
- package/dist/types/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +10 -0
- package/dist/types/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getBarcodesListingQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getBarcodesPrintQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getManualPackagesListQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/get/getProductsListingQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/get/getReportsBuilderQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getRfidQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Astt/get/getTransferAllProductsQuery.hook.d.ts +10 -0
- package/dist/types/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Astt/get/getTransferDocumentsQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Astt/get/getTransferReportDiff.hook.d.ts +12 -0
- package/dist/types/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/mutate/deleteManualPackageQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +14 -0
- package/dist/types/hooks/Astt/mutate/postAsttActionsQuery.hook.d.ts +1 -0
- package/dist/types/hooks/Astt/mutate/postManualPackageQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/mutate/postManualTransferQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Astt/mutate/postMatchingPackageQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Astt/mutate/updateDocumentIdQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Astt/mutate/updatePackageIdQuery.hook.d.ts +8 -0
- package/dist/types/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +8 -0
- package/dist/types/hooks/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +11 -0
- package/dist/types/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +7 -0
- package/dist/types/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +12 -0
- package/dist/types/hooks/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +12 -0
- package/dist/types/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +2 -0
- package/dist/types/hooks/BigWin/others/importABWGQuery.hook.d.ts +2 -0
- package/dist/types/hooks/BigWin/others/importRegulationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +2 -0
- package/dist/types/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +11 -0
- package/dist/types/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +2 -0
- package/dist/types/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +6 -0
- package/dist/types/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +9 -0
- package/dist/types/hooks/OSUA/MIMO/get/useErrorHistory.hook.d.ts +7 -0
- package/dist/types/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +1 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +5 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +6 -0
- package/dist/types/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +9 -0
- package/dist/types/hooks/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +8 -0
- package/dist/types/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +10 -0
- package/dist/types/hooks/OSUA/get/faqs/getFaqsQuery.hook.d.ts +11 -0
- package/dist/types/hooks/OSUA/get/orders/getOrderDocuments.hook.d.ts +9 -0
- package/dist/types/hooks/OSUA/get/queue/getQueues.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/get/queue/getQueuesMessages.hook.d.ts +9 -0
- package/dist/types/hooks/OSUA/get/vouchers/getGngVoucher.hook.d.ts +9 -0
- package/dist/types/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +12 -0
- package/dist/types/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +13 -0
- package/dist/types/hooks/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +7 -0
- package/dist/types/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +8 -0
- package/dist/types/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +10 -0
- package/dist/types/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +10 -0
- package/dist/types/hooks/OSUA/mutate/postEventsRep.hook.d.ts +1 -0
- package/dist/types/hooks/OSUA/mutate/postQueuesMessages.hook.d.ts +6 -0
- package/dist/types/hooks/OSUA/mutate/postVoucher.hook.d.ts +2 -0
- package/dist/types/hooks/OSUA/mutate/putBalanceVouchers.hook.d.ts +6 -0
- package/dist/types/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +2 -0
- package/dist/types/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Orch/get/getInstancesQuery.hook.d.ts +12 -0
- package/dist/types/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Orch/get/getMacrosQuery.hook.d.ts +12 -0
- package/dist/types/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Orch/get/getMonitoringComponents.hook.d.ts +13 -0
- package/dist/types/hooks/Orch/others/reprocessingInstanceQuery.hook.d.ts +1 -0
- package/dist/types/hooks/Orch/others/runMacrosQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Orch/others/stopInstanceQuery.hook.d.ts +1 -0
- package/dist/types/hooks/Orch/others/updateMacroStatusQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Others/changePasswordQuery.hook.d.ts +5 -0
- package/dist/types/hooks/Others/editAllBellNotificationsStatusQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Others/editBellNotificationsStatusQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Others/editFieldsByBulkQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/getBellNotificationsQuery.hook.d.ts +13 -0
- package/dist/types/hooks/Others/getNotificationTitleQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Others/getRegulationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/getUserEmailStatusQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Others/getWeeklyWorkloadQuery.hook.d.ts +10 -0
- package/dist/types/hooks/Others/oneSignalUserQuery.hook.d.ts +1 -0
- package/dist/types/hooks/Others/postCheckoutsMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/postUserAuthenticationQuery.hook.d.ts +6 -0
- package/dist/types/hooks/Others/postVerifyImageQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/unblockUserQuery.hook.d.ts +1 -0
- package/dist/types/hooks/Others/useApplicationDataQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Others/useContractStatesQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Others/useCountriesQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Others/useCreateNotification.hook.d.ts +7 -0
- package/dist/types/hooks/Others/useCustomersQuery.hook.d.ts +142 -0
- package/dist/types/hooks/Others/useJobTitlesQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Others/useRegulationQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Others/useTermNotificationQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Roles/get/useAllRolesQuery.hook.d.ts +12 -0
- package/dist/types/hooks/Store/getLocationsByUser.hook.d.ts +13 -0
- package/dist/types/hooks/Store/useAllStoreQuery.hook.d.ts +13 -0
- package/dist/types/hooks/Store/useStoreByCodeQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Store/useStoreQuery.d.ts +7 -0
- package/dist/types/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +7 -0
- package/dist/types/hooks/Users/get/getUsersReadmissionQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Users/get/useApplicationQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Users/get/useExpUsersAnswersQuery.hook.d.ts +9 -0
- package/dist/types/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Users/get/usePermissionsQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/Users/get/useUserIdQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/get/useUserListQuery.hook.d.ts +11 -0
- package/dist/types/hooks/Users/get/useUserQuery.hook.d.ts +12 -0
- package/dist/types/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +8 -0
- package/dist/types/hooks/Users/others/useSingleUserResetPassword.hook.d.ts +6 -0
- package/dist/types/hooks/Users/others/useUserBlockQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +2 -0
- package/dist/types/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +2 -0
- package/dist/types/hooks/Watson/get/getCloseSession.hook.d.ts +3 -0
- package/dist/types/hooks/Watson/mutate/mutateCloseSession.hook.d.ts +2 -0
- package/dist/types/hooks/Watson/mutate/mutateNotificationRequest.hook.d.ts +2 -0
- package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +3 -0
- package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +11 -0
- package/dist/types/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +11 -0
- package/dist/types/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +11 -0
- package/dist/types/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +8 -0
- package/dist/types/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +434 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/interfaces/Answer.d.ts +13 -0
- package/dist/types/interfaces/Cart.d.ts +11 -0
- package/dist/types/interfaces/Employee.d.ts +14 -0
- package/dist/types/interfaces/Inspection.d.ts +21 -0
- package/dist/types/interfaces/OSUA.d.ts +325 -0
- package/dist/types/interfaces/Responses.d.ts +29 -0
- package/dist/types/interfaces/Template.d.ts +30 -0
- package/dist/types/interfaces/User.d.ts +71 -0
- package/dist/types/services/ApiService/index.d.ts +14 -0
- package/dist/types/services/InitService/index.d.ts +3 -0
- package/package.json +36 -48
- package/src/a2ai.scss +130 -0
- package/src/assets/omniu-retail_branco_s-fundo.png +0 -0
- package/src/assets/sitoo.svg +9 -0
- package/src/components/BottomDrawer/index.tsx +33 -0
- package/src/components/BottomDrawer/styles.module.scss +59 -0
- package/src/components/Button/index.tsx +7 -0
- package/src/components/Footer/index.tsx +44 -0
- package/src/components/Footer/styles.module.scss +33 -0
- package/src/components/Form/FormInputField/index.tsx +18 -0
- package/src/components/Form/FormSelectField/index.tsx +16 -0
- package/src/components/Form/index.ts +2 -0
- package/src/components/Header/index.tsx +20 -0
- package/src/components/Header/styles.module.scss +16 -0
- package/src/components/Link/index.tsx +21 -0
- package/src/components/Link/styles.module.scss +24 -0
- package/src/components/Navigation/index.tsx +30 -0
- package/src/components/Navigation/styles.module.scss +34 -0
- package/src/components/Page/index.tsx +35 -0
- package/src/components/Page/styles.module.scss +26 -0
- package/src/components/SharedContextProvider/index.tsx +30 -0
- package/src/components/index.ts +9 -0
- package/src/constants/Icons.ts +21 -0
- package/src/constants/QueryClient.ts +10 -0
- package/src/constants/index.ts +2 -0
- package/src/contexts/useStore.tsx +20 -0
- package/src/enums/attendence-type.enum.ts +5 -0
- package/src/enums/employees-order.enum.ts +7 -0
- package/src/enums/index.ts +2 -0
- package/src/global.scss +124 -0
- package/src/helpers/codeMutation.tsx +20 -0
- package/src/helpers/date-unix.helper.ts +29 -0
- package/src/helpers/formatted-date.helper.ts +15 -0
- package/src/helpers/getChildrenByType.helper.ts +5 -0
- package/src/helpers/index.ts +4 -0
- package/src/hooks/ACB/get/getClientBalance.hook.ts +20 -0
- package/src/hooks/ACB/mutate/postClientBalance.hook.ts +16 -0
- package/src/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.ts +24 -0
- package/src/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.ts +24 -0
- package/src/hooks/ASAEGNG/get/getCustomersQuery.hook.ts +28 -0
- package/src/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.ts +33 -0
- package/src/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.ts +38 -0
- package/src/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.ts +52 -0
- package/src/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.ts +29 -0
- package/src/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.ts +51 -0
- package/src/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.ts +36 -0
- package/src/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.ts +36 -0
- package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.ts +16 -0
- package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.ts +36 -0
- package/src/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.ts +28 -0
- package/src/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.ts +27 -0
- package/src/hooks/ATIM/BackOffice/get/useWorkMonths.hook.ts +31 -0
- package/src/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.ts +31 -0
- package/src/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.ts +16 -0
- package/src/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.ts +21 -0
- package/src/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.ts +25 -0
- package/src/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.ts +17 -0
- package/src/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.ts +35 -0
- package/src/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.ts +16 -0
- package/src/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.ts +33 -0
- package/src/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.ts +15 -0
- package/src/hooks/Acls/get/getCustomersLoyaltyQuery.hook.ts +22 -0
- package/src/hooks/Acls/get/getVoucherLoyaltyQuery.hook.ts +25 -0
- package/src/hooks/Acls/get/getVoucherSitooQuery.hook.ts +22 -0
- package/src/hooks/Acls/get/getVoucherTemplatesQuery.hook.ts +29 -0
- package/src/hooks/Acls/mutate/postCreateVoucherTemplates.hook.ts +19 -0
- package/src/hooks/Acls/mutate/postSaldoVoucherQuery.hook.ts +21 -0
- package/src/hooks/Acls/mutate/postSalesAssociationQuery.hook.ts +20 -0
- package/src/hooks/Acls/mutate/postVerificationEmailQuery.hook.ts +23 -0
- package/src/hooks/Acls/mutate/postVerificationUserQuery.hook.ts +23 -0
- package/src/hooks/Acls/mutate/postVoucherSitooQuery.hook.ts +21 -0
- package/src/hooks/Acls/mutate/reactivateVoucherQuery.hook.ts +27 -0
- package/src/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.ts +25 -0
- package/src/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.ts +13 -0
- package/src/hooks/Aexp/get/getFlowExecutionQuery.hook.ts +27 -0
- package/src/hooks/Aexp/get/getFlowListByIdQuery.hook.ts +13 -0
- package/src/hooks/Aexp/get/getFlowListQuery.hook.ts +29 -0
- package/src/hooks/Aexp/get/getTagsFlowQuery.hook.ts +11 -0
- package/src/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.ts +17 -0
- package/src/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.ts +18 -0
- package/src/hooks/Aexp/mutate/runFlowExecutionQuery.hook.ts +20 -0
- package/src/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.ts +17 -0
- package/src/hooks/Aexp/mutate/useFlowExecutionQuery.hook.ts +22 -0
- package/src/hooks/Aexp/mutate/validateExecutionFileQuery.hook.ts +15 -0
- package/src/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.ts +32 -0
- package/src/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.ts +21 -0
- package/src/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.ts +23 -0
- package/src/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.ts +21 -0
- package/src/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.ts +32 -0
- package/src/hooks/Analytics/get/useAnalyticsUserQuery.hook.ts +35 -0
- package/src/hooks/Anot/get/getNotificationApplicationsQuery.hook.ts +13 -0
- package/src/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.ts +13 -0
- package/src/hooks/Anot/get/getNotificationHeadersQuery.hook.ts +33 -0
- package/src/hooks/Anot/get/getNotificationLanguagesQuery.hook.ts +15 -0
- package/src/hooks/Anot/get/getNotificationTypeByIdQuery.hook.ts +11 -0
- package/src/hooks/Anot/get/getNotificationsQuery.hook.ts +29 -0
- package/src/hooks/Anot/get/getNotificationsTypeQuery.hook.ts +27 -0
- package/src/hooks/Anot/mutate/useNotificationTypeQuery.hook.ts +18 -0
- package/src/hooks/Answer/get/useAnswerIdQuery.hook.ts +13 -0
- package/src/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.ts +21 -0
- package/src/hooks/Answer/mutate/useAnswerMutateQuery.hook.ts +31 -0
- package/src/hooks/Answer/others/openAnswerQuery.hook.ts +19 -0
- package/src/hooks/Answer/others/postAnswersExportQuery.hook.ts +26 -0
- package/src/hooks/Answer/others/showAnswerQuery.hook.ts +18 -0
- package/src/hooks/AprProduct/get/useProductHierarchies.hook.ts +19 -0
- package/src/hooks/AprProduct/get/useProductRecommendations.hook.ts +27 -0
- package/src/hooks/AprProduct/get/useProductsByRefQuery.hook.ts +18 -0
- package/src/hooks/AprProduct/get/useProductsQuery.hook.ts +46 -0
- package/src/hooks/Aprc/get/getPriceChangePinQuery.hook.ts +16 -0
- package/src/hooks/Aprc/others/postPriceChangePinQuery.hook.ts +19 -0
- package/src/hooks/Aprc/others/sendEmailWithPinQuery.hook.ts +19 -0
- package/src/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.ts +10 -0
- package/src/hooks/Asgt/get/getProductWarningASGTQuery.hook.ts +27 -0
- package/src/hooks/Asgt/get/getProductsListingASGTQuery.hook.ts +14 -0
- package/src/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.ts +27 -0
- package/src/hooks/Asgt/get/getProductsPickedASGTQuery.hook.ts +19 -0
- package/src/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.ts +12 -0
- package/src/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.ts +25 -0
- package/src/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.ts +27 -0
- package/src/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.ts +12 -0
- package/src/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.ts +13 -0
- package/src/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.ts +23 -0
- package/src/hooks/Asgt/get/getTransferReportDiffASGT.hook.ts +17 -0
- package/src/hooks/Asgt/mutate/autoSaveASGTQuery.hook.ts +23 -0
- package/src/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.ts +21 -0
- package/src/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.ts +15 -0
- package/src/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.ts +23 -0
- package/src/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.ts +21 -0
- package/src/hooks/Asgt/mutate/removeProductASGTQuery.hook.ts +15 -0
- package/src/hooks/Ass/get/getAssProductsByRefQuery.hook.ts +23 -0
- package/src/hooks/Ass/get/getAssProductsByStoreQuery.hook.ts +29 -0
- package/src/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.ts +21 -0
- package/src/hooks/Asta/Actions/get/getActionByIdQuery.hook.ts +15 -0
- package/src/hooks/Asta/Actions/get/getActionPriorityQuery.hook.ts +10 -0
- package/src/hooks/Asta/Actions/get/getActionQuery.hook.ts +29 -0
- package/src/hooks/Asta/Actions/get/getActionStagesQuery.hook.ts +10 -0
- package/src/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.ts +20 -0
- package/src/hooks/Asta/Actions/others/archiveActionQuery.hook.ts +19 -0
- package/src/hooks/Asta/Actions/others/deleteActionQuery.hook.ts +19 -0
- package/src/hooks/Asta/Actions/others/extractActionQuery.hook.ts +19 -0
- package/src/hooks/Asta/Actions/others/finishActionQuery.hook.ts +17 -0
- package/src/hooks/Asta/Actions/others/selectActionStatusQuery.hook.ts +18 -0
- package/src/hooks/Asta/Actions/others/startActionQuery.hook.ts +17 -0
- package/src/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.ts +15 -0
- package/src/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.ts +29 -0
- package/src/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.ts +20 -0
- package/src/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.ts +15 -0
- package/src/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.ts +18 -0
- package/src/hooks/Asta/Answer/others/putAnswerImageQuery.hook.ts +15 -0
- package/src/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.ts +21 -0
- package/src/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.ts +20 -0
- package/src/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.ts +29 -0
- package/src/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.ts +10 -0
- package/src/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.ts +15 -0
- package/src/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.ts +10 -0
- package/src/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.ts +20 -0
- package/src/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.ts +19 -0
- package/src/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.ts +17 -0
- package/src/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.ts +18 -0
- package/src/hooks/Asta/Inspection/get/getInspectionQuery.hook.ts +29 -0
- package/src/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.ts +24 -0
- package/src/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.ts +19 -0
- package/src/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.ts +19 -0
- package/src/hooks/Asta/Inspection/others/exportInspectionQuery.hook.ts +19 -0
- package/src/hooks/Asta/Inspection/others/extractTemplateQuery.hook.ts +19 -0
- package/src/hooks/Asta/Inspection/others/finishInspectionQuery.hook.ts +17 -0
- package/src/hooks/Asta/Template/get/getTemplateByIdQuery.hook.ts +15 -0
- package/src/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.ts +10 -0
- package/src/hooks/Asta/Template/get/getTemplateQuery.hook.ts +29 -0
- package/src/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.ts +20 -0
- package/src/hooks/Asta/Template/others/archiveTemplateQuery.hook.ts +19 -0
- package/src/hooks/Asta/Template/others/deleteTemplateQuery.hook.ts +19 -0
- package/src/hooks/Asta/Template/others/duplicateTemplateQuery.hook.ts +19 -0
- package/src/hooks/Asta/Template/others/extractTemplateQuery.hook.ts +19 -0
- package/src/hooks/Asta/Template/others/finishTemplateQuery.hook.ts +17 -0
- package/src/hooks/Asts/get/getProductInfoQuery.hook.ts +19 -0
- package/src/hooks/Asts/get/getStockQuery.hook.ts +21 -0
- package/src/hooks/Asts/others/postAudioFileQuery.hook.ts +14 -0
- package/src/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.ts +25 -0
- package/src/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.ts +10 -0
- package/src/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.ts +27 -0
- package/src/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.ts +14 -0
- package/src/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.ts +27 -0
- package/src/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.ts +19 -0
- package/src/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.ts +12 -0
- package/src/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.ts +12 -0
- package/src/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.ts +25 -0
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.ts +27 -0
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.ts +12 -0
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.ts +13 -0
- package/src/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.ts +23 -0
- package/src/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.ts +17 -0
- package/src/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.ts +23 -0
- package/src/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.ts +21 -0
- package/src/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.ts +15 -0
- package/src/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.ts +25 -0
- package/src/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.ts +21 -0
- package/src/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.ts +21 -0
- package/src/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.ts +20 -0
- package/src/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.ts +28 -0
- package/src/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.ts +23 -0
- package/src/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.ts +21 -0
- package/src/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.ts +15 -0
- package/src/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.ts +22 -0
- package/src/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.ts +14 -0
- package/src/hooks/Astt/get/getBarcodesListingQuery.hook.ts +13 -0
- package/src/hooks/Astt/get/getBarcodesPrintQuery.hook.ts +12 -0
- package/src/hooks/Astt/get/getDocumentsFindByIdQuery.hook.ts +12 -0
- package/src/hooks/Astt/get/getManualPackagesListQuery.hook.ts +20 -0
- package/src/hooks/Astt/get/getProductsListingQuery.hook.ts +14 -0
- package/src/hooks/Astt/get/getReconciliationDocumentsQuery.hook.ts +18 -0
- package/src/hooks/Astt/get/getReportsBuilderQuery.hook.ts +12 -0
- package/src/hooks/Astt/get/getRfidQuery.hook.ts +24 -0
- package/src/hooks/Astt/get/getTransferAllProductsQuery.hook.ts +25 -0
- package/src/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.ts +12 -0
- package/src/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.ts +13 -0
- package/src/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.ts +23 -0
- package/src/hooks/Astt/get/getTransferDocumentsQuery.hook.ts +27 -0
- package/src/hooks/Astt/get/getTransferReportDiff.hook.ts +17 -0
- package/src/hooks/Astt/get/getTransferStatesQuery.hook.ts +10 -0
- package/src/hooks/Astt/mutate/deleteManualPackageQuery.hook.ts +23 -0
- package/src/hooks/Astt/mutate/notifyMissingProductsQuery.hook.ts +36 -0
- package/src/hooks/Astt/mutate/postAsttActionsQuery.hook.ts +18 -0
- package/src/hooks/Astt/mutate/postManualPackageQuery.hook.ts +18 -0
- package/src/hooks/Astt/mutate/postManualTransferQuery.hook.ts +16 -0
- package/src/hooks/Astt/mutate/postMatchingPackageQuery.hook.ts +22 -0
- package/src/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.ts +23 -0
- package/src/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.ts +21 -0
- package/src/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.ts +21 -0
- package/src/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.ts +21 -0
- package/src/hooks/Astt/mutate/updateDocumentIdQuery.hook.ts +23 -0
- package/src/hooks/Astt/mutate/updatePackageIdQuery.hook.ts +25 -0
- package/src/hooks/AsvProduct/get/getProductsByRefQuery.hook.ts +23 -0
- package/src/hooks/AsvProduct/get/getProductsByStoreQuery.hook.ts +29 -0
- package/src/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.ts +21 -0
- package/src/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.ts +29 -0
- package/src/hooks/BigWin/get/getBwgBackOfficeQuery.hook.ts +29 -0
- package/src/hooks/BigWin/get/getMonthsListQuery.hook.ts +10 -0
- package/src/hooks/BigWin/others/importABWGQuery.hook.ts +20 -0
- package/src/hooks/BigWin/others/importRegulationQuery.hook.ts +15 -0
- package/src/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.ts +19 -0
- package/src/hooks/BigWin/others/publishMonthsManagerQuery.hook.ts +19 -0
- package/src/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.ts +13 -0
- package/src/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.ts +29 -0
- package/src/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.ts +17 -0
- package/src/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.ts +15 -0
- package/src/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.ts +15 -0
- package/src/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.ts +15 -0
- package/src/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.ts +15 -0
- package/src/hooks/OSUA/MIMO/get/getIntegrationByName.hook.ts +19 -0
- package/src/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.ts +25 -0
- package/src/hooks/OSUA/MIMO/get/useErrorHistory.hook.ts +21 -0
- package/src/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.ts +15 -0
- package/src/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.ts +13 -0
- package/src/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.ts +18 -0
- package/src/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.ts +15 -0
- package/src/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.ts +25 -0
- package/src/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.ts +30 -0
- package/src/hooks/OSUA/get/documentos/getGngDocumentos.hook.ts +28 -0
- package/src/hooks/OSUA/get/documentos/getSitooDocumentos.hook.ts +21 -0
- package/src/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.ts +30 -0
- package/src/hooks/OSUA/get/faqs/getFaqsQuery.hook.ts +33 -0
- package/src/hooks/OSUA/get/orders/getOrderDocuments.hook.ts +21 -0
- package/src/hooks/OSUA/get/queue/getQueues.hook.ts +15 -0
- package/src/hooks/OSUA/get/queue/getQueuesMessages.hook.ts +28 -0
- package/src/hooks/OSUA/get/vouchers/getGngVoucher.hook.ts +21 -0
- package/src/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.ts +27 -0
- package/src/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.ts +26 -0
- package/src/hooks/OSUA/get/vouchers/getSitooVouchers.hook.ts +22 -0
- package/src/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.ts +23 -0
- package/src/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.ts +24 -0
- package/src/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.ts +28 -0
- package/src/hooks/OSUA/mutate/postEventsRep.hook.ts +16 -0
- package/src/hooks/OSUA/mutate/postQueuesMessages.hook.ts +21 -0
- package/src/hooks/OSUA/mutate/postVoucher.hook.ts +16 -0
- package/src/hooks/OSUA/mutate/putBalanceVouchers.hook.ts +25 -0
- package/src/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.ts +21 -0
- package/src/hooks/Orch/get/getAuth0ConfigQuery.hook.ts +11 -0
- package/src/hooks/Orch/get/getInstanceByIdQuery.hook.ts +14 -0
- package/src/hooks/Orch/get/getInstancesQuery.hook.ts +27 -0
- package/src/hooks/Orch/get/getMacrosInstancesQuery.hook.ts +19 -0
- package/src/hooks/Orch/get/getMacrosQuery.hook.ts +27 -0
- package/src/hooks/Orch/get/getMacrosUserQuery.hook.ts +11 -0
- package/src/hooks/Orch/get/getMonitoringComponents.hook.ts +29 -0
- package/src/hooks/Orch/others/reprocessingInstanceQuery.hook.ts +14 -0
- package/src/hooks/Orch/others/runMacrosQuery.hook.ts +23 -0
- package/src/hooks/Orch/others/stopInstanceQuery.hook.ts +16 -0
- package/src/hooks/Orch/others/updateMacroStatusQuery.hook.ts +23 -0
- package/src/hooks/Others/Vacation/get/getVacationPlanQuery.hook.ts +20 -0
- package/src/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.ts +11 -0
- package/src/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.ts +23 -0
- package/src/hooks/Others/Vacation/others/postVacationPlanQuery.hook.ts +20 -0
- package/src/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.ts +25 -0
- package/src/hooks/Others/changePasswordQuery.hook.ts +21 -0
- package/src/hooks/Others/editAllBellNotificationsStatusQuery.hook.ts +19 -0
- package/src/hooks/Others/editBellNotificationsStatusQuery.hook.ts +22 -0
- package/src/hooks/Others/editFieldsByBulkQuery.hook.ts +15 -0
- package/src/hooks/Others/getBellNotificationsQuery.hook.ts +28 -0
- package/src/hooks/Others/getNotificationTitleQuery.hook.ts +19 -0
- package/src/hooks/Others/getRegulationQuery.hook.ts +14 -0
- package/src/hooks/Others/getUserEmailStatusQuery.hook.ts +21 -0
- package/src/hooks/Others/getWeeklyWorkloadQuery.hook.ts +23 -0
- package/src/hooks/Others/oneSignalUserQuery.hook.ts +14 -0
- package/src/hooks/Others/postCheckoutsMutateQuery.hook.ts +15 -0
- package/src/hooks/Others/postUserAuthenticationQuery.hook.ts +19 -0
- package/src/hooks/Others/postVerifyImageQuery.hook.ts +15 -0
- package/src/hooks/Others/unblockUserQuery.hook.ts +14 -0
- package/src/hooks/Others/useApplicationDataQuery.hook.ts +10 -0
- package/src/hooks/Others/useContractStatesQuery.hook.ts +15 -0
- package/src/hooks/Others/useCountriesQuery.hook.ts +15 -0
- package/src/hooks/Others/useCreateNotification.hook.ts +24 -0
- package/src/hooks/Others/useCustomersQuery.hook.ts +40 -0
- package/src/hooks/Others/useJobTitlesQuery.hook.ts +17 -0
- package/src/hooks/Others/useRegulationQuery.hook.ts +24 -0
- package/src/hooks/Others/useTermNotificationQuery.hook.ts +11 -0
- package/src/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.ts +13 -0
- package/src/hooks/Questionnaire/get/useQuestionnaireQuery.hook.ts +29 -0
- package/src/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.ts +17 -0
- package/src/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.ts +15 -0
- package/src/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.ts +15 -0
- package/src/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.ts +15 -0
- package/src/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.ts +15 -0
- package/src/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.ts +15 -0
- package/src/hooks/Roles/get/useAllRolesQuery.hook.ts +30 -0
- package/src/hooks/Store/getLocationsByUser.hook.ts +37 -0
- package/src/hooks/Store/useAllStoreQuery.hook.ts +37 -0
- package/src/hooks/Store/useStoreByCodeQuery.hook.ts +21 -0
- package/src/hooks/Store/useStoreQuery.ts +13 -0
- package/src/hooks/Users/get/getUserAndSupervisorQuery.hook.ts +21 -0
- package/src/hooks/Users/get/getUsersReadmissionQuery.hook.ts +27 -0
- package/src/hooks/Users/get/useApplicationQuery.hook.ts +29 -0
- package/src/hooks/Users/get/useExpUsersAnswersQuery.hook.ts +25 -0
- package/src/hooks/Users/get/usePermissionByIdQuery.hook.ts +15 -0
- package/src/hooks/Users/get/usePermissionsQuery.hook.ts +29 -0
- package/src/hooks/Users/get/useSingleUserIdQuery.hook.ts +15 -0
- package/src/hooks/Users/get/useUserIdQuery.hook.ts +14 -0
- package/src/hooks/Users/get/useUserListQuery.hook.ts +27 -0
- package/src/hooks/Users/get/useUserQuery.hook.ts +31 -0
- package/src/hooks/Users/mutate/deletePermissionMutateQuery.hook.ts +15 -0
- package/src/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.ts +18 -0
- package/src/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.ts +17 -0
- package/src/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.ts +27 -0
- package/src/hooks/Users/others/useSingleUserResetPassword.hook.ts +18 -0
- package/src/hooks/Users/others/useUserBlockQuery.hook.ts +15 -0
- package/src/hooks/Users/others/useUserEmailVerifQuery.hook.ts +15 -0
- package/src/hooks/Users/others/useUserResetPassByEmail.hook.ts +14 -0
- package/src/hooks/Watson/get/getCloseSession.hook.ts +15 -0
- package/src/hooks/Watson/mutate/mutateCloseSession.hook.ts +18 -0
- package/src/hooks/Watson/mutate/mutateNotificationRequest.hook.ts +18 -0
- package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.ts +15 -0
- package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.ts +27 -0
- package/src/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.ts +27 -0
- package/src/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.ts +27 -0
- package/src/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.ts +28 -0
- package/src/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.ts +18 -0
- package/src/hooks/index.ts +505 -0
- package/src/index.ts +12 -0
- package/src/interfaces/ACB.ts +21 -0
- package/src/interfaces/ASAECustomer.ts +28 -0
- package/src/interfaces/Acls.ts +84 -0
- package/src/interfaces/Actions.ts +20 -0
- package/src/interfaces/AnalyticsEvaluationCycle.ts +24 -0
- package/src/interfaces/AnalyticsUserId.ts +14 -0
- package/src/interfaces/Anot.ts +79 -0
- package/src/interfaces/Answer.ts +14 -0
- package/src/interfaces/AnswerType.ts +22 -0
- package/src/interfaces/AnswersUserSupervisor.ts +45 -0
- package/src/interfaces/ApplicationsByCategory.ts +19 -0
- package/src/interfaces/AstaQuestions.ts +10 -0
- package/src/interfaces/AstsStock.ts +17 -0
- package/src/interfaces/AstsStockInfo.ts +14 -0
- package/src/interfaces/AsttReconciliationDocuments.ts +32 -0
- package/src/interfaces/AsvProductsByReference.ts +14 -0
- package/src/interfaces/AsvProductsByStore.ts +13 -0
- package/src/interfaces/AsvProductsStockDetails.ts +20 -0
- package/src/interfaces/Atim.ts +123 -0
- package/src/interfaces/AtimScheduling.ts +64 -0
- package/src/interfaces/AttendanceIssues.ts +20 -0
- package/src/interfaces/Auth0Config.ts +6 -0
- package/src/interfaces/BellNotification.ts +17 -0
- package/src/interfaces/Brand.ts +5 -0
- package/src/interfaces/Bulk.ts +11 -0
- package/src/interfaces/Bwg.ts +25 -0
- package/src/interfaces/Cart.ts +14 -0
- package/src/interfaces/Checkout.ts +15 -0
- package/src/interfaces/Configuration.ts +8 -0
- package/src/interfaces/ContractStates.ts +7 -0
- package/src/interfaces/Countries.ts +10 -0
- package/src/interfaces/CreateNotification.ts +18 -0
- package/src/interfaces/Customer.ts +23 -0
- package/src/interfaces/CustomerHistory.ts +11 -0
- package/src/interfaces/CustomerVoucher.ts +12 -0
- package/src/interfaces/Employee.ts +18 -0
- package/src/interfaces/EvaluationCycle.ts +34 -0
- package/src/interfaces/ExpUsersAnswers.ts +16 -0
- package/src/interfaces/FlowExecution.ts +33 -0
- package/src/interfaces/FlowList.ts +32 -0
- package/src/interfaces/GetMonths.ts +8 -0
- package/src/interfaces/Inspection.ts +22 -0
- package/src/interfaces/Instances.ts +25 -0
- package/src/interfaces/JobTitles.ts +7 -0
- package/src/interfaces/MIMO.ts +19 -0
- package/src/interfaces/MacroInstance.ts +11 -0
- package/src/interfaces/Macros.ts +19 -0
- package/src/interfaces/MonitoringComponent.ts +6 -0
- package/src/interfaces/NotificationTitle.ts +8 -0
- package/src/interfaces/OSUA.ts +364 -0
- package/src/interfaces/Permissions.ts +16 -0
- package/src/interfaces/PriceChange.ts +7 -0
- package/src/interfaces/Product.ts +17 -0
- package/src/interfaces/ProductsHierarchies.ts +6 -0
- package/src/interfaces/ProductsPickedTransfers.ts +13 -0
- package/src/interfaces/Questionnaire.ts +39 -0
- package/src/interfaces/ReasonCodes.ts +9 -0
- package/src/interfaces/ReportBuilder.ts +5 -0
- package/src/interfaces/ResponseList.ts +7 -0
- package/src/interfaces/Responses.ts +50 -0
- package/src/interfaces/Rfid.ts +10 -0
- package/src/interfaces/Roles.ts +5 -0
- package/src/interfaces/Store.ts +35 -0
- package/src/interfaces/TagsFlow.ts +5 -0
- package/src/interfaces/Template.ts +33 -0
- package/src/interfaces/TermNotification.ts +6 -0
- package/src/interfaces/TimeKeeping.ts +7 -0
- package/src/interfaces/TransferAllProducts.ts +39 -0
- package/src/interfaces/TransferDocumentState.ts +5 -0
- package/src/interfaces/TransferDocuments.ts +62 -0
- package/src/interfaces/TransferPackage.ts +19 -0
- package/src/interfaces/TransferPickProducts.ts +34 -0
- package/src/interfaces/TransferReportDiff.ts +9 -0
- package/src/interfaces/TransferStates.ts +8 -0
- package/src/interfaces/User.ts +75 -0
- package/src/interfaces/UserAuthentication.ts +7 -0
- package/src/interfaces/UserEmailStatus.ts +14 -0
- package/src/interfaces/VacationPlan.ts +13 -0
- package/src/interfaces/VerifyImage.ts +49 -0
- package/src/interfaces/VerifyUser.ts +5 -0
- package/src/interfaces/Watson.ts +76 -0
- package/src/interfaces/Workload.ts +8 -0
- package/src/interfaces/index.ts +81 -0
- package/src/services/ApiService/index.ts +185 -0
- package/src/services/InitService/index.ts +7 -0
- package/src/services/index.ts +3 -0
- package/src/types/Global.d.ts +4 -0
- package/tsconfig.json +27 -0
- package/webpack.config.js +60 -0
- package/dist/components/SharedContextProvider/index.d.ts +0 -8
- package/dist/components/index.d.ts +0 -1
- package/dist/constants/QueryClient.d.ts +0 -3
- package/dist/constants/index.d.ts +0 -1
- package/dist/contexts/useStore.d.ts +0 -9
- package/dist/helpers/codeMutation.d.ts +0 -4
- package/dist/helpers/date-unix.helper.d.ts +0 -6
- package/dist/helpers/getChildrenByType.helper.d.ts +0 -3
- package/dist/hooks/ACB/get/getClientBalance.hook.d.ts +0 -8
- package/dist/hooks/ACB/mutate/postClientBalance.hook.d.ts +0 -3
- package/dist/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +0 -11
- package/dist/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +0 -11
- package/dist/hooks/ASAEGNG/get/getCustomersQuery.hook.d.ts +0 -13
- package/dist/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +0 -11
- package/dist/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +0 -11
- package/dist/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +0 -14
- package/dist/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +0 -12
- package/dist/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +0 -14
- package/dist/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +0 -12
- package/dist/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +0 -12
- package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +0 -11
- package/dist/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +0 -9
- package/dist/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +0 -12
- package/dist/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +0 -10
- package/dist/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +0 -10
- package/dist/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +0 -3
- package/dist/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +0 -14
- package/dist/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +0 -3
- package/dist/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +0 -11
- package/dist/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +0 -3
- package/dist/hooks/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +0 -9
- package/dist/hooks/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +0 -9
- package/dist/hooks/Acls/get/getVoucherSitooQuery.hook.d.ts +0 -9
- package/dist/hooks/Acls/get/getVoucherTemplatesQuery.hook.d.ts +0 -10
- package/dist/hooks/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +0 -3
- package/dist/hooks/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +0 -8
- package/dist/hooks/Acls/mutate/postSalesAssociationQuery.hook.d.ts +0 -7
- package/dist/hooks/Acls/mutate/postVerificationEmailQuery.hook.d.ts +0 -8
- package/dist/hooks/Acls/mutate/postVerificationUserQuery.hook.d.ts +0 -8
- package/dist/hooks/Acls/mutate/postVoucherSitooQuery.hook.d.ts +0 -8
- package/dist/hooks/Acls/mutate/reactivateVoucherQuery.hook.d.ts +0 -8
- package/dist/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +0 -3
- package/dist/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Aexp/get/getFlowExecutionQuery.hook.d.ts +0 -13
- package/dist/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Aexp/get/getFlowListQuery.hook.d.ts +0 -14
- package/dist/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +0 -4
- package/dist/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +0 -3
- package/dist/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +0 -3
- package/dist/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +0 -3
- package/dist/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +0 -3
- package/dist/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +0 -3
- package/dist/hooks/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +0 -3
- package/dist/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +0 -14
- package/dist/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +0 -8
- package/dist/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +0 -10
- package/dist/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +0 -8
- package/dist/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +0 -14
- package/dist/hooks/Analytics/get/useAnalyticsUserQuery.hook.d.ts +0 -15
- package/dist/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +0 -5
- package/dist/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +0 -5
- package/dist/hooks/Anot/get/getNotificationHeadersQuery.hook.d.ts +0 -18
- package/dist/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +0 -7
- package/dist/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Anot/get/getNotificationsQuery.hook.d.ts +0 -14
- package/dist/hooks/Anot/get/getNotificationsTypeQuery.hook.d.ts +0 -13
- package/dist/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +0 -3
- package/dist/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +0 -8
- package/dist/hooks/Answer/mutate/useAnswerMutateQuery.hook.d.ts +0 -10
- package/dist/hooks/Answer/others/openAnswerQuery.hook.d.ts +0 -3
- package/dist/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +0 -9
- package/dist/hooks/Answer/others/showAnswerQuery.hook.d.ts +0 -3
- package/dist/hooks/AprProduct/get/useProductHierarchies.hook.d.ts +0 -8
- package/dist/hooks/AprProduct/get/useProductRecommendations.hook.d.ts +0 -12
- package/dist/hooks/AprProduct/get/useProductsByRefQuery.hook.d.ts +0 -8
- package/dist/hooks/AprProduct/get/useProductsQuery.hook.d.ts +0 -145
- package/dist/hooks/Aprc/get/getPriceChangePinQuery.hook.d.ts +0 -6
- package/dist/hooks/Aprc/others/postPriceChangePinQuery.hook.d.ts +0 -7
- package/dist/hooks/Aprc/others/sendEmailWithPinQuery.hook.d.ts +0 -7
- package/dist/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +0 -3
- package/dist/hooks/Asgt/get/getProductWarningASGTQuery.hook.d.ts +0 -12
- package/dist/hooks/Asgt/get/getProductsListingASGTQuery.hook.d.ts +0 -4
- package/dist/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +0 -12
- package/dist/hooks/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +0 -7
- package/dist/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +0 -4
- package/dist/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +0 -11
- package/dist/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +0 -12
- package/dist/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +0 -4
- package/dist/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +0 -4
- package/dist/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +0 -10
- package/dist/hooks/Asgt/get/getTransferReportDiffASGT.hook.d.ts +0 -13
- package/dist/hooks/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +0 -8
- package/dist/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +0 -8
- package/dist/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asgt/mutate/removeProductASGTQuery.hook.d.ts +0 -3
- package/dist/hooks/Ass/get/getAssProductsByRefQuery.hook.d.ts +0 -9
- package/dist/hooks/Ass/get/getAssProductsByStoreQuery.hook.d.ts +0 -12
- package/dist/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +0 -8
- package/dist/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/get/getActionQuery.hook.d.ts +0 -12
- package/dist/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/others/archiveActionQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Actions/others/deleteActionQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Actions/others/extractActionQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +0 -12
- package/dist/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +0 -12
- package/dist/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Inspection/get/getInspectionQuery.hook.d.ts +0 -12
- package/dist/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/get/getTemplateQuery.hook.d.ts +0 -12
- package/dist/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asta/Template/others/archiveTemplateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Template/others/deleteTemplateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Template/others/extractTemplateQuery.hook.d.ts +0 -7
- package/dist/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +0 -3
- package/dist/hooks/Asts/get/getProductInfoQuery.hook.d.ts +0 -16
- package/dist/hooks/Asts/get/getStockQuery.hook.d.ts +0 -8
- package/dist/hooks/Asts/others/postAudioFileQuery.hook.d.ts +0 -1
- package/dist/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +0 -11
- package/dist/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +0 -12
- package/dist/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +0 -12
- package/dist/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +0 -11
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +0 -12
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +0 -10
- package/dist/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +0 -13
- package/dist/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +0 -9
- package/dist/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +0 -6
- package/dist/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +0 -11
- package/dist/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getBarcodesListingQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getBarcodesPrintQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getManualPackagesListQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/get/getProductsListingQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/get/getReportsBuilderQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getRfidQuery.hook.d.ts +0 -10
- package/dist/hooks/Astt/get/getTransferAllProductsQuery.hook.d.ts +0 -11
- package/dist/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +0 -4
- package/dist/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +0 -10
- package/dist/hooks/Astt/get/getTransferDocumentsQuery.hook.d.ts +0 -12
- package/dist/hooks/Astt/get/getTransferReportDiff.hook.d.ts +0 -13
- package/dist/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/mutate/deleteManualPackageQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +0 -15
- package/dist/hooks/Astt/mutate/postAsttActionsQuery.hook.d.ts +0 -1
- package/dist/hooks/Astt/mutate/postManualPackageQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/mutate/postManualTransferQuery.hook.d.ts +0 -3
- package/dist/hooks/Astt/mutate/postMatchingPackageQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +0 -7
- package/dist/hooks/Astt/mutate/updateDocumentIdQuery.hook.d.ts +0 -8
- package/dist/hooks/Astt/mutate/updatePackageIdQuery.hook.d.ts +0 -9
- package/dist/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +0 -9
- package/dist/hooks/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +0 -12
- package/dist/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +0 -8
- package/dist/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +0 -13
- package/dist/hooks/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +0 -13
- package/dist/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +0 -3
- package/dist/hooks/BigWin/others/importABWGQuery.hook.d.ts +0 -3
- package/dist/hooks/BigWin/others/importRegulationQuery.hook.d.ts +0 -3
- package/dist/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +0 -3
- package/dist/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +0 -12
- package/dist/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +0 -3
- package/dist/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +0 -7
- package/dist/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +0 -10
- package/dist/hooks/OSUA/MIMO/get/useErrorHistory.hook.d.ts +0 -8
- package/dist/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +0 -1
- package/dist/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +0 -5
- package/dist/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +0 -3
- package/dist/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +0 -7
- package/dist/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +0 -10
- package/dist/hooks/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +0 -9
- package/dist/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +0 -11
- package/dist/hooks/OSUA/get/faqs/getFaqsQuery.hook.d.ts +0 -12
- package/dist/hooks/OSUA/get/orders/getOrderDocuments.hook.d.ts +0 -10
- package/dist/hooks/OSUA/get/queue/getQueues.hook.d.ts +0 -3
- package/dist/hooks/OSUA/get/queue/getQueuesMessages.hook.d.ts +0 -10
- package/dist/hooks/OSUA/get/vouchers/getGngVoucher.hook.d.ts +0 -10
- package/dist/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +0 -13
- package/dist/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +0 -14
- package/dist/hooks/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +0 -8
- package/dist/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +0 -9
- package/dist/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +0 -11
- package/dist/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +0 -11
- package/dist/hooks/OSUA/mutate/postEventsRep.hook.d.ts +0 -1
- package/dist/hooks/OSUA/mutate/postQueuesMessages.hook.d.ts +0 -7
- package/dist/hooks/OSUA/mutate/postVoucher.hook.d.ts +0 -3
- package/dist/hooks/OSUA/mutate/putBalanceVouchers.hook.d.ts +0 -7
- package/dist/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +0 -3
- package/dist/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +0 -3
- package/dist/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Orch/get/getInstancesQuery.hook.d.ts +0 -13
- package/dist/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +0 -9
- package/dist/hooks/Orch/get/getMacrosQuery.hook.d.ts +0 -13
- package/dist/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +0 -4
- package/dist/hooks/Orch/get/getMonitoringComponents.hook.d.ts +0 -14
- package/dist/hooks/Orch/others/reprocessingInstanceQuery.hook.d.ts +0 -1
- package/dist/hooks/Orch/others/runMacrosQuery.hook.d.ts +0 -7
- package/dist/hooks/Orch/others/stopInstanceQuery.hook.d.ts +0 -1
- package/dist/hooks/Orch/others/updateMacroStatusQuery.hook.d.ts +0 -7
- package/dist/hooks/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +0 -10
- package/dist/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +0 -9
- package/dist/hooks/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +0 -8
- package/dist/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +0 -10
- package/dist/hooks/Others/changePasswordQuery.hook.d.ts +0 -5
- package/dist/hooks/Others/editAllBellNotificationsStatusQuery.hook.d.ts +0 -7
- package/dist/hooks/Others/editBellNotificationsStatusQuery.hook.d.ts +0 -8
- package/dist/hooks/Others/editFieldsByBulkQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/getBellNotificationsQuery.hook.d.ts +0 -14
- package/dist/hooks/Others/getNotificationTitleQuery.hook.d.ts +0 -9
- package/dist/hooks/Others/getRegulationQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/getUserEmailStatusQuery.hook.d.ts +0 -10
- package/dist/hooks/Others/getWeeklyWorkloadQuery.hook.d.ts +0 -11
- package/dist/hooks/Others/oneSignalUserQuery.hook.d.ts +0 -1
- package/dist/hooks/Others/postCheckoutsMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/postUserAuthenticationQuery.hook.d.ts +0 -7
- package/dist/hooks/Others/postVerifyImageQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/unblockUserQuery.hook.d.ts +0 -1
- package/dist/hooks/Others/useApplicationDataQuery.hook.d.ts +0 -3
- package/dist/hooks/Others/useContractStatesQuery.hook.d.ts +0 -8
- package/dist/hooks/Others/useCountriesQuery.hook.d.ts +0 -8
- package/dist/hooks/Others/useCreateNotification.hook.d.ts +0 -8
- package/dist/hooks/Others/useCustomersQuery.hook.d.ts +0 -143
- package/dist/hooks/Others/useJobTitlesQuery.hook.d.ts +0 -10
- package/dist/hooks/Others/useRegulationQuery.hook.d.ts +0 -10
- package/dist/hooks/Others/useTermNotificationQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +0 -12
- package/dist/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +0 -3
- package/dist/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +0 -3
- package/dist/hooks/Roles/get/useAllRolesQuery.hook.d.ts +0 -13
- package/dist/hooks/Store/getLocationsByUser.hook.d.ts +0 -14
- package/dist/hooks/Store/useAllStoreQuery.hook.d.ts +0 -14
- package/dist/hooks/Store/useStoreByCodeQuery.hook.d.ts +0 -9
- package/dist/hooks/Store/useStoreQuery.d.ts +0 -8
- package/dist/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +0 -8
- package/dist/hooks/Users/get/getUsersReadmissionQuery.hook.d.ts +0 -12
- package/dist/hooks/Users/get/useApplicationQuery.hook.d.ts +0 -12
- package/dist/hooks/Users/get/useExpUsersAnswersQuery.hook.d.ts +0 -10
- package/dist/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Users/get/usePermissionsQuery.hook.d.ts +0 -12
- package/dist/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +0 -4
- package/dist/hooks/Users/get/useUserIdQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/get/useUserListQuery.hook.d.ts +0 -12
- package/dist/hooks/Users/get/useUserQuery.hook.d.ts +0 -13
- package/dist/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +0 -9
- package/dist/hooks/Users/others/useSingleUserResetPassword.hook.d.ts +0 -7
- package/dist/hooks/Users/others/useUserBlockQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +0 -3
- package/dist/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +0 -3
- package/dist/hooks/Watson/get/getCloseSession.hook.d.ts +0 -4
- package/dist/hooks/Watson/mutate/mutateCloseSession.hook.d.ts +0 -3
- package/dist/hooks/Watson/mutate/mutateNotificationRequest.hook.d.ts +0 -3
- package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +0 -4
- package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +0 -12
- package/dist/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +0 -12
- package/dist/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +0 -12
- package/dist/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +0 -9
- package/dist/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +0 -3
- package/dist/hooks/index.d.ts +0 -434
- package/dist/index.d.ts +0 -7
- package/dist/interfaces/Answer.d.ts +0 -14
- package/dist/interfaces/Cart.d.ts +0 -12
- package/dist/interfaces/Employee.d.ts +0 -15
- package/dist/interfaces/Inspection.d.ts +0 -22
- package/dist/interfaces/OSUA.d.ts +0 -324
- package/dist/interfaces/Responses.d.ts +0 -30
- package/dist/interfaces/Template.d.ts +0 -31
- package/dist/interfaces/User.d.ts +0 -72
- package/dist/services/ApiService/index.d.ts +0 -14
- package/dist/services/InitService/index.d.ts +0 -4
- package/dist/shared-resources.es.js +0 -4780
- package/dist/shared-resources.umd.js +0 -2
- /package/dist/{enums → types/enums}/attendence-type.enum.d.ts +0 -0
- /package/dist/{enums → types/enums}/employees-order.enum.d.ts +0 -0
- /package/dist/{enums → types/enums}/index.d.ts +0 -0
- /package/dist/{helpers → types/helpers}/formatted-date.helper.d.ts +0 -0
- /package/dist/{helpers → types/helpers}/index.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ACB.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ASAECustomer.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Acls.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Actions.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnalyticsEvaluationCycle.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnalyticsUserId.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Anot.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnswerType.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AnswersUserSupervisor.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ApplicationsByCategory.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AstaQuestions.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AstsStock.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AstsStockInfo.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsttReconciliationDocuments.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsvProductsByReference.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsvProductsByStore.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AsvProductsStockDetails.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Atim.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AtimScheduling.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/AttendanceIssues.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Auth0Config.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/BellNotification.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Brand.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Bulk.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Bwg.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Checkout.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Configuration.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ContractStates.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Countries.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/CreateNotification.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Customer.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/CustomerHistory.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/CustomerVoucher.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/EvaluationCycle.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ExpUsersAnswers.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/FlowExecution.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/FlowList.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/GetMonths.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Instances.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/JobTitles.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/MIMO.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/MacroInstance.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Macros.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/MonitoringComponent.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/NotificationTitle.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Permissions.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/PriceChange.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Product.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ProductsHierarchies.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ProductsPickedTransfers.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Questionnaire.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ReasonCodes.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ReportBuilder.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/ResponseList.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Rfid.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Roles.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Store.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TagsFlow.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TermNotification.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TimeKeeping.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferAllProducts.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferDocumentState.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferDocuments.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferPackage.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferPickProducts.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferReportDiff.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/TransferStates.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/UserAuthentication.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/UserEmailStatus.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/VacationPlan.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/VerifyImage.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/VerifyUser.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Watson.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/Workload.d.ts +0 -0
- /package/dist/{interfaces → types/interfaces}/index.d.ts +0 -0
- /package/dist/{services → types/services}/index.d.ts +0 -0
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
export interface GiftCards {
|
|
2
|
+
Id: string;
|
|
3
|
+
Number: string;
|
|
4
|
+
Date: number;
|
|
5
|
+
CustomerId: string;
|
|
6
|
+
CompanyCode: string;
|
|
7
|
+
Pin: string | null;
|
|
8
|
+
Type: string;
|
|
9
|
+
CurrencyISO3: string;
|
|
10
|
+
Value: number;
|
|
11
|
+
ExpirationDate: number;
|
|
12
|
+
CreateDate: number;
|
|
13
|
+
UpdateDate: number;
|
|
14
|
+
Status: string;
|
|
15
|
+
RedeemId: string;
|
|
16
|
+
RedeemDate: number;
|
|
17
|
+
SaleNumber: string | null;
|
|
18
|
+
}
|
|
19
|
+
export interface Transaction {
|
|
20
|
+
transactionid: string;
|
|
21
|
+
date: number;
|
|
22
|
+
moneyamount: string;
|
|
23
|
+
merchant_reference: string | null;
|
|
24
|
+
staff_reference: string | null;
|
|
25
|
+
transaction_reference: string | null;
|
|
26
|
+
}
|
|
27
|
+
export interface SitooVoucher {
|
|
28
|
+
type: string;
|
|
29
|
+
currencycode: string;
|
|
30
|
+
cardnumber: string;
|
|
31
|
+
cardnumber_display: string;
|
|
32
|
+
redeemable: boolean;
|
|
33
|
+
date_expires: number;
|
|
34
|
+
date_created: number;
|
|
35
|
+
moneyamount: string;
|
|
36
|
+
requirespin: boolean;
|
|
37
|
+
transactions: Transaction;
|
|
38
|
+
}
|
|
39
|
+
export interface Stage {
|
|
40
|
+
StageCode: number;
|
|
41
|
+
StageMessage: string;
|
|
42
|
+
}
|
|
43
|
+
export interface SourcePlatform {
|
|
44
|
+
Id: string;
|
|
45
|
+
Name: string;
|
|
46
|
+
}
|
|
47
|
+
export interface IntegrationRequestStatus {
|
|
48
|
+
Id: string;
|
|
49
|
+
IntegrationType: string;
|
|
50
|
+
Stage: Stage;
|
|
51
|
+
GroupIntegrationRequest: string | null;
|
|
52
|
+
Details: [];
|
|
53
|
+
TotalRecords: number;
|
|
54
|
+
Sucess: number;
|
|
55
|
+
Errors: number;
|
|
56
|
+
Notes: string | null;
|
|
57
|
+
Destinations: string | null;
|
|
58
|
+
SourcePlatform: SourcePlatform;
|
|
59
|
+
ImpersonatePlatform: string | null;
|
|
60
|
+
SearchQuery: string;
|
|
61
|
+
BeginDate: number | null;
|
|
62
|
+
EndDate: number | null;
|
|
63
|
+
Duration: string | null;
|
|
64
|
+
Status: string;
|
|
65
|
+
CreateDate: number;
|
|
66
|
+
UpdatedDate: number;
|
|
67
|
+
}
|
|
68
|
+
export interface BillingAddress {
|
|
69
|
+
Street: string | null;
|
|
70
|
+
City: string | null;
|
|
71
|
+
ZipCode: string | null;
|
|
72
|
+
CountryISO2: string | null;
|
|
73
|
+
}
|
|
74
|
+
export interface DeliveryAddress {
|
|
75
|
+
Street: string | null;
|
|
76
|
+
City: string | null;
|
|
77
|
+
ZipCode: string | null;
|
|
78
|
+
CountryISO2: string | null;
|
|
79
|
+
}
|
|
80
|
+
export interface FiscalInformation {
|
|
81
|
+
TaxName: string | null;
|
|
82
|
+
TaxNumber: string | null;
|
|
83
|
+
}
|
|
84
|
+
export interface Lines {
|
|
85
|
+
LineNumber: number;
|
|
86
|
+
Description: string;
|
|
87
|
+
Reference: string;
|
|
88
|
+
SKU: string;
|
|
89
|
+
Quantity: number;
|
|
90
|
+
VAT: string;
|
|
91
|
+
Taxes: number;
|
|
92
|
+
UnitPrice: number;
|
|
93
|
+
Discount: number;
|
|
94
|
+
PriceNet: number;
|
|
95
|
+
PriceGross: number;
|
|
96
|
+
CostPrice: number;
|
|
97
|
+
CampaignId: string | null;
|
|
98
|
+
ReasonCode: string;
|
|
99
|
+
UnitLabel: string;
|
|
100
|
+
}
|
|
101
|
+
export interface Payments {
|
|
102
|
+
LineNumber: number;
|
|
103
|
+
Amount: number;
|
|
104
|
+
PaymentTypeId: string;
|
|
105
|
+
GiftCardNumber: string | null;
|
|
106
|
+
Name: string;
|
|
107
|
+
}
|
|
108
|
+
export interface AdditionalFields {
|
|
109
|
+
Name: string;
|
|
110
|
+
Value: string;
|
|
111
|
+
}
|
|
112
|
+
export interface DocumentGng {
|
|
113
|
+
Id: string;
|
|
114
|
+
DocumentNumber: string;
|
|
115
|
+
CompanyCode: string;
|
|
116
|
+
DocumentTypeCode: string;
|
|
117
|
+
LocationCode: string;
|
|
118
|
+
Date: number;
|
|
119
|
+
AssociatedDocumentNumber: string | null;
|
|
120
|
+
SourceLocationCode: string | null;
|
|
121
|
+
DestinationLocationCode: string | null;
|
|
122
|
+
UserCode: string;
|
|
123
|
+
CustomerId: string | null;
|
|
124
|
+
SalesAssociateUserCode: string;
|
|
125
|
+
BillingAddress: BillingAddress | null;
|
|
126
|
+
DeliveryAddress: DeliveryAddress | null;
|
|
127
|
+
SubTotalNet: number;
|
|
128
|
+
SubTotalGross: number;
|
|
129
|
+
PostageNet: number;
|
|
130
|
+
PostageGross: number;
|
|
131
|
+
Taxes: number;
|
|
132
|
+
Discount: number;
|
|
133
|
+
TotalGross: number;
|
|
134
|
+
InternalStaffComments: string | null;
|
|
135
|
+
FiscalInformation: FiscalInformation | null;
|
|
136
|
+
POSReceiptId: string | null;
|
|
137
|
+
CreateDate: number;
|
|
138
|
+
UpdateDate: number;
|
|
139
|
+
Status: string;
|
|
140
|
+
Lines: Lines;
|
|
141
|
+
Payments: Payments;
|
|
142
|
+
ExternalPlatforms: any | null;
|
|
143
|
+
AdditionalFields: AdditionalFields;
|
|
144
|
+
}
|
|
145
|
+
export interface OrderItemAdditionalData {
|
|
146
|
+
ReasonCodeReturn: string | null;
|
|
147
|
+
InventTransId: string | null;
|
|
148
|
+
ReasonCodeManualPrice: string | null;
|
|
149
|
+
ReasonCodeManualDiscount: string | null;
|
|
150
|
+
POSStaffSalesExternalId: string | null;
|
|
151
|
+
OrderItemMoneyRowDiscount: string | null;
|
|
152
|
+
}
|
|
153
|
+
export interface OrderItems {
|
|
154
|
+
OrderItemId: number;
|
|
155
|
+
OrderItemType: number;
|
|
156
|
+
ProductId: number;
|
|
157
|
+
ProductName: string;
|
|
158
|
+
SKU: string;
|
|
159
|
+
ProductAttributes: string;
|
|
160
|
+
ExternalInput: string;
|
|
161
|
+
ExternalInputTitle: string;
|
|
162
|
+
Quantity: number;
|
|
163
|
+
DecimalUnitQuantity: number | null;
|
|
164
|
+
MoneyNetPricePerUnit: string;
|
|
165
|
+
MoneyPriceOrg: string;
|
|
166
|
+
VatValue: number;
|
|
167
|
+
DeliveryInfo: string;
|
|
168
|
+
MoneyItemTotalNet: string;
|
|
169
|
+
MoneyItemTotalVat: string;
|
|
170
|
+
VoucherId: number;
|
|
171
|
+
VoucherCode: string;
|
|
172
|
+
VoucherName: string;
|
|
173
|
+
MoneyOriginalPrice: string;
|
|
174
|
+
MoneyDiscountedPrice: string;
|
|
175
|
+
MoneyDiscount: string;
|
|
176
|
+
SalesTaxes: any;
|
|
177
|
+
DecimalQuantityTotal: string;
|
|
178
|
+
MoneyNetPricePerQuantity: string;
|
|
179
|
+
AdditionalData: OrderItemAdditionalData;
|
|
180
|
+
}
|
|
181
|
+
export interface PaymentAdditionalData {
|
|
182
|
+
GiftCardNumber: string | null;
|
|
183
|
+
}
|
|
184
|
+
export interface Payment {
|
|
185
|
+
Name: string;
|
|
186
|
+
MoneyAmount: string;
|
|
187
|
+
ExternalId: string;
|
|
188
|
+
AdditionalData: PaymentAdditionalData;
|
|
189
|
+
}
|
|
190
|
+
export interface AdditionalData {
|
|
191
|
+
POSTimezone: string;
|
|
192
|
+
StoreExternalId: string | null;
|
|
193
|
+
POSStaffSalesUserId: string | null;
|
|
194
|
+
POSStaffUserId: string | null;
|
|
195
|
+
CrmMemberNumber: string;
|
|
196
|
+
POSStaffExternalId: string;
|
|
197
|
+
POSStaffSalesExternalId: string;
|
|
198
|
+
CustomerTaxId: string | null;
|
|
199
|
+
POSReceiptId: string | null;
|
|
200
|
+
ATCUD: string | null;
|
|
201
|
+
CTUInvoiceNumber: string | null;
|
|
202
|
+
POSOriginalSalesOrderId: string | null;
|
|
203
|
+
OmniumIdentification: string | null;
|
|
204
|
+
FiscalInvoiceNumber: string | null;
|
|
205
|
+
InvoiceNumberCorrected: string | null;
|
|
206
|
+
FiscalInvoiceType: string | null;
|
|
207
|
+
}
|
|
208
|
+
export interface DocumentSitoo {
|
|
209
|
+
OrderId: number;
|
|
210
|
+
EshopId: number;
|
|
211
|
+
ExternalId: string;
|
|
212
|
+
CreditOrderId: number | null;
|
|
213
|
+
CheckoutTypeId: number;
|
|
214
|
+
DeliveryTypeId: number;
|
|
215
|
+
Email: string | null;
|
|
216
|
+
NameFirst: string | null;
|
|
217
|
+
NameLast: string | null;
|
|
218
|
+
PersonalId: string;
|
|
219
|
+
Company: string;
|
|
220
|
+
Phone: string | null;
|
|
221
|
+
InvoiceAddress: string;
|
|
222
|
+
InvoiceAddress2: string;
|
|
223
|
+
InvoiceZip: string;
|
|
224
|
+
InvoiceCity: string;
|
|
225
|
+
InvoiceState: string | null;
|
|
226
|
+
InvoiceCountryid: string;
|
|
227
|
+
DeliveryAddress: string;
|
|
228
|
+
DeliveryAddress2: string;
|
|
229
|
+
DeliveryZip: string;
|
|
230
|
+
DeliveryCity: string;
|
|
231
|
+
DeliveryState: string;
|
|
232
|
+
DeliveryCountryid: string;
|
|
233
|
+
Comment: string | null;
|
|
234
|
+
CommentInternal: string;
|
|
235
|
+
CustomerRef: string | null;
|
|
236
|
+
CheckoutRef: string | null;
|
|
237
|
+
MoneyTotalNet: string | null;
|
|
238
|
+
MoneyTotalVat: string | null;
|
|
239
|
+
MoneyCheckoutNet: string | null;
|
|
240
|
+
MoneyCheckoutVat: string | null;
|
|
241
|
+
MoneyTotalGrossCheckout: string | null;
|
|
242
|
+
MoneyDeliveryNet: string;
|
|
243
|
+
MoneyDeliveryVat: string | null;
|
|
244
|
+
MoneyTotalGrossDelivery: string;
|
|
245
|
+
MoneyFinalNet: string | null;
|
|
246
|
+
MoneyFinalVat: string | null;
|
|
247
|
+
MoneyFinalSalestax: string | null;
|
|
248
|
+
MoneyTotalGrossRoundoff: string | null;
|
|
249
|
+
MoneyTotalGrossAll: string | null;
|
|
250
|
+
CheckoutTypeName: string | null;
|
|
251
|
+
CheckoutMethodId: number;
|
|
252
|
+
CheckoutMethodSubId: number;
|
|
253
|
+
DeliveryTypeName: string | null;
|
|
254
|
+
OrderDate: number;
|
|
255
|
+
OrderStateId: number;
|
|
256
|
+
PaymentStateId: number;
|
|
257
|
+
OrderTypeId: number;
|
|
258
|
+
UserIdStaff: string | null;
|
|
259
|
+
RegisterId: string | null;
|
|
260
|
+
WarehouseId: number;
|
|
261
|
+
DateReserved: string | null;
|
|
262
|
+
CurrencyCode: string;
|
|
263
|
+
AdditionalData: AdditionalData;
|
|
264
|
+
OrderItems: OrderItems;
|
|
265
|
+
Payments: Payment;
|
|
266
|
+
}
|
|
267
|
+
export interface Language {
|
|
268
|
+
Content: string;
|
|
269
|
+
Type: string;
|
|
270
|
+
}
|
|
271
|
+
export interface Block {
|
|
272
|
+
PT: Language[];
|
|
273
|
+
ES: Language[];
|
|
274
|
+
Type: string;
|
|
275
|
+
}
|
|
276
|
+
export interface Section {
|
|
277
|
+
Title: string;
|
|
278
|
+
Description: string;
|
|
279
|
+
Icon: string;
|
|
280
|
+
Tags: string[];
|
|
281
|
+
Blocks: Block[];
|
|
282
|
+
}
|
|
283
|
+
export interface IntegrationData {
|
|
284
|
+
Id: string;
|
|
285
|
+
Name: string;
|
|
286
|
+
DateToImport: number;
|
|
287
|
+
OrderIdFrom: string;
|
|
288
|
+
OrderIdTo: string;
|
|
289
|
+
Status: string;
|
|
290
|
+
LastSuccessfullDate: string;
|
|
291
|
+
}
|
|
292
|
+
export interface ErrorHistoryItem {
|
|
293
|
+
CreateDate: string;
|
|
294
|
+
ErrorMessage: string;
|
|
295
|
+
Flow: string;
|
|
296
|
+
Id: string;
|
|
297
|
+
Information: string;
|
|
298
|
+
}
|
|
299
|
+
export interface DocumentErrorEvent {
|
|
300
|
+
EventId: string;
|
|
301
|
+
EventDate: string;
|
|
302
|
+
EventType: string;
|
|
303
|
+
ErrorMessage: string;
|
|
304
|
+
}
|
|
305
|
+
export interface BalanceVouchers {
|
|
306
|
+
Amount: number;
|
|
307
|
+
Notes: string;
|
|
308
|
+
}
|
|
309
|
+
export interface CreateVoucher {
|
|
310
|
+
CountryISO2: string;
|
|
311
|
+
Number: string;
|
|
312
|
+
Amount: number;
|
|
313
|
+
Notes: string;
|
|
314
|
+
Type: string;
|
|
315
|
+
}
|
|
316
|
+
export interface Queues {
|
|
317
|
+
Id: string;
|
|
318
|
+
Source: string;
|
|
319
|
+
Destination: string;
|
|
320
|
+
}
|
|
321
|
+
export interface QueuesMessages {
|
|
322
|
+
Id: string;
|
|
323
|
+
Date: string;
|
|
324
|
+
Message: string;
|
|
325
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Employee } from './Employee';
|
|
2
|
+
import { WorkLog } from './TimeKeeping';
|
|
3
|
+
export interface EmployeeTimeKeeping {
|
|
4
|
+
Count?: number;
|
|
5
|
+
EmployeesWorklog?: Employee;
|
|
6
|
+
error?: string[];
|
|
7
|
+
success: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface TogglePinCode {
|
|
10
|
+
workLog?: WorkLog;
|
|
11
|
+
error?: string[];
|
|
12
|
+
success: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface Attendance {
|
|
15
|
+
Id: string;
|
|
16
|
+
StoreId: string;
|
|
17
|
+
EmployeeId: string;
|
|
18
|
+
Date: string;
|
|
19
|
+
Type: number;
|
|
20
|
+
Status: string;
|
|
21
|
+
CreateDate: string;
|
|
22
|
+
UpdateDate: string;
|
|
23
|
+
}
|
|
24
|
+
export interface AttendanceRange {
|
|
25
|
+
StoreID: string;
|
|
26
|
+
EmployeeID: string;
|
|
27
|
+
EntryDate: number;
|
|
28
|
+
ExitDate: number;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AstaQuestions } from "./AstaQuestions";
|
|
2
|
+
export interface Template {
|
|
3
|
+
Id: string;
|
|
4
|
+
Name: string;
|
|
5
|
+
Type: string;
|
|
6
|
+
Headers: HeadersInterface[];
|
|
7
|
+
StoreId: string;
|
|
8
|
+
Store: any;
|
|
9
|
+
Total: number;
|
|
10
|
+
Date: number;
|
|
11
|
+
UpdateDate: number;
|
|
12
|
+
EmployeeId: string;
|
|
13
|
+
EmployeeName: string;
|
|
14
|
+
CategoriesDTO: AstaCategories[];
|
|
15
|
+
}
|
|
16
|
+
export interface AstaCategories {
|
|
17
|
+
Title: string;
|
|
18
|
+
Key: string;
|
|
19
|
+
Data: {
|
|
20
|
+
Name: string;
|
|
21
|
+
Questions: AstaQuestions[];
|
|
22
|
+
};
|
|
23
|
+
Children: AstaCategories[];
|
|
24
|
+
}
|
|
25
|
+
export interface HeadersInterface {
|
|
26
|
+
Id: string;
|
|
27
|
+
Name: string;
|
|
28
|
+
Value: string;
|
|
29
|
+
Color: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { VacationPlan } from "./VacationPlan";
|
|
2
|
+
export interface User {
|
|
3
|
+
UserId: string;
|
|
4
|
+
DisplayName: string;
|
|
5
|
+
Code: string;
|
|
6
|
+
Store: string[];
|
|
7
|
+
JobTitleId: string;
|
|
8
|
+
JobTitleName: string;
|
|
9
|
+
ContractStateId: string;
|
|
10
|
+
ContractStateName: string;
|
|
11
|
+
IsSelected: boolean;
|
|
12
|
+
UserScore: number;
|
|
13
|
+
SupervisorScore: number;
|
|
14
|
+
Date: number;
|
|
15
|
+
Supervisor: string;
|
|
16
|
+
TypeOfContract: string;
|
|
17
|
+
Team: string;
|
|
18
|
+
UserName: string;
|
|
19
|
+
SupervisorId: string;
|
|
20
|
+
ImageURL: string;
|
|
21
|
+
Image: string;
|
|
22
|
+
AcceptsTermsAndConditions: boolean;
|
|
23
|
+
VacationPlans: VacationPlan[];
|
|
24
|
+
}
|
|
25
|
+
interface JobTitle {
|
|
26
|
+
Id: string;
|
|
27
|
+
Name: string;
|
|
28
|
+
}
|
|
29
|
+
interface ContractState {
|
|
30
|
+
Id: string;
|
|
31
|
+
Name: string;
|
|
32
|
+
}
|
|
33
|
+
interface Roles {
|
|
34
|
+
Id: string;
|
|
35
|
+
Name: string;
|
|
36
|
+
}
|
|
37
|
+
export interface SingleUser {
|
|
38
|
+
UserId: string;
|
|
39
|
+
FullName: string;
|
|
40
|
+
Email: string;
|
|
41
|
+
DisplayName: string;
|
|
42
|
+
PhoneNumber: number;
|
|
43
|
+
Code: string;
|
|
44
|
+
Birthday: number;
|
|
45
|
+
AdmissionData: number;
|
|
46
|
+
ResignDate: number;
|
|
47
|
+
Address: string;
|
|
48
|
+
ZipCode: string;
|
|
49
|
+
City: string;
|
|
50
|
+
CountryIso02: string;
|
|
51
|
+
JobTitle: JobTitle;
|
|
52
|
+
ContractState: ContractState;
|
|
53
|
+
Stores: string[];
|
|
54
|
+
SupervisorId: string;
|
|
55
|
+
ImageUrl: string;
|
|
56
|
+
Tags: string[];
|
|
57
|
+
Roles: Roles;
|
|
58
|
+
IdentityCardNumber: number | string;
|
|
59
|
+
IdentityCardExpirationDate: number | string;
|
|
60
|
+
PlaceOfBirth: string;
|
|
61
|
+
MaritalStatus: string;
|
|
62
|
+
NumberOfChildren: number;
|
|
63
|
+
Qualifications: string;
|
|
64
|
+
TaxNumber: string;
|
|
65
|
+
SocialSecurityNumber: string;
|
|
66
|
+
IBAN: string;
|
|
67
|
+
CreateDate: number;
|
|
68
|
+
UpdateDate: string;
|
|
69
|
+
ContractStatusId: string;
|
|
70
|
+
}
|
|
71
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import 'whatwg-fetch';
|
|
2
|
+
export declare const get: <T>(path: string, params?: Record<string, unknown>) => Promise<T>;
|
|
3
|
+
export declare const getAuth0: <T>(path: string, params?: Record<string, unknown>) => Promise<T>;
|
|
4
|
+
export declare const getBasic: <T>(path: string, params?: Record<string, unknown>) => Promise<T>;
|
|
5
|
+
export declare const putAuth0: <T>(path: string, params?: Record<string, unknown>, body?: unknown, bodyType?: string) => Promise<T>;
|
|
6
|
+
export declare const patchAuth0: <T>(path: string, params?: Record<string, unknown>, body?: unknown, bodyType?: string) => Promise<T>;
|
|
7
|
+
export declare const postAuth0: <T>(path: string, params?: Record<string, unknown>, body?: unknown, bodyType?: string) => Promise<T>;
|
|
8
|
+
export declare const toDeleteAuth0: <T>(path: string, params?: Record<string, unknown>, body?: unknown) => Promise<T>;
|
|
9
|
+
export declare const post: <T>(path: string, body?: unknown) => Promise<T>;
|
|
10
|
+
export declare const postWithParameters: <T>(path: string, params?: Record<string, unknown>, body?: unknown) => Promise<T>;
|
|
11
|
+
export declare const putWithParameters: <T>(path: string, params?: Record<string, unknown>, body?: unknown) => Promise<T>;
|
|
12
|
+
export declare const put: <T>(path: string, body?: unknown) => Promise<T>;
|
|
13
|
+
export declare const patch: <T>(path: string, body?: unknown) => Promise<T>;
|
|
14
|
+
export declare const toDelete: <T>(path: string, body?: unknown) => Promise<T>;
|
package/package.json
CHANGED
|
@@ -1,59 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omniumretail/shared-resources",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.86",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared Components and services or utils to the frontend versions",
|
|
6
|
-
"main": "dist/
|
|
7
|
-
"
|
|
8
|
-
"types": "dist/index.d.ts",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"peerDependencies": {
|
|
13
|
-
"dayjs": "^1.11.10",
|
|
14
|
-
"react": "^18.2.0",
|
|
15
|
-
"react-dom": "^18.2.0",
|
|
16
|
-
"react-router-dom": "^6.4.1"
|
|
17
|
-
},
|
|
18
|
-
"dependencies": {
|
|
19
|
-
"@tanstack/react-query": "^4.29.19",
|
|
20
|
-
"whatwg-fetch": "^3.6.2"
|
|
21
|
-
},
|
|
22
|
-
"optionalDependencies": {},
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@types/react": "^18.0.26",
|
|
25
|
-
"@vitejs/plugin-react": "^5.0.0",
|
|
26
|
-
"dayjs": "^1.11.10",
|
|
27
|
-
"react": "^18.2.0",
|
|
28
|
-
"react-dom": "^18.2.0",
|
|
29
|
-
"react-router-dom": "^6.4.1",
|
|
30
|
-
"rollup-plugin-visualizer": "^6.0.0",
|
|
31
|
-
"sass": "^1.55.0",
|
|
32
|
-
"terser": "^5.43.1",
|
|
33
|
-
"tsconfig-paths": "^4.2.0",
|
|
34
|
-
"typescript": "^4.8.3",
|
|
35
|
-
"vite": "^7.1.2",
|
|
36
|
-
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
37
|
-
"vite-plugin-dts": "^4.5.4"
|
|
38
|
-
},
|
|
6
|
+
"main": "dist/bundle.js",
|
|
7
|
+
"typings": "./dist/types/index",
|
|
39
8
|
"scripts": {
|
|
40
|
-
"prepublish": "
|
|
41
|
-
"
|
|
42
|
-
"build": "
|
|
9
|
+
"prepublish": "rm -rf ./dist && npm run build",
|
|
10
|
+
"start": "webpack -w",
|
|
11
|
+
"build": "webpack",
|
|
43
12
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
44
13
|
},
|
|
45
14
|
"author": "",
|
|
46
15
|
"license": "ISC",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@types/react": "^18.0.21",
|
|
18
|
+
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
19
|
+
"@typescript-eslint/parser": "^5.38.1",
|
|
20
|
+
"css-loader": "^6.7.1",
|
|
21
|
+
"eslint": "^8.24.0",
|
|
22
|
+
"file-loader": "^6.2.0",
|
|
23
|
+
"sass": "^1.55.0",
|
|
24
|
+
"sass-loader": "^13.0.2",
|
|
25
|
+
"style-loader": "^3.3.1",
|
|
26
|
+
"ts-loader": "^9.4.1",
|
|
27
|
+
"typescript": "^4.8.3",
|
|
28
|
+
"url-loader": "^4.1.1",
|
|
29
|
+
"webpack": "^5.74.0",
|
|
30
|
+
"webpack-cli": "^5.1.4"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
34
|
+
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
35
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
36
|
+
"@tanstack/react-query": "^4.29.19",
|
|
37
|
+
"antd": "^4.23.4",
|
|
38
|
+
"classnames": "^2.3.2",
|
|
39
|
+
"date-fns": "^2.29.3",
|
|
40
|
+
"moment": "^2.29.4",
|
|
41
|
+
"react": "^18.0.0",
|
|
42
|
+
"react-dom": "^18.0.0",
|
|
43
|
+
"react-router-dom": "^6.4.1",
|
|
44
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
45
|
+
"whatwg-fetch": "^3.6.2"
|
|
58
46
|
}
|
|
59
47
|
}
|
package/src/a2ai.scss
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
body.a2aiStyle {
|
|
2
|
+
/* TODO: Update this code */
|
|
3
|
+
--primary-color: red;
|
|
4
|
+
--white-color: white;
|
|
5
|
+
--grad-bg-button-color: #DADADA;
|
|
6
|
+
--button-border-color: #707070;
|
|
7
|
+
--button-color: #37383A;
|
|
8
|
+
--customer-icon-color: #63B299;
|
|
9
|
+
--default-background-image-color: #D9D9D9;
|
|
10
|
+
--field-border-color: #D5D8D7;
|
|
11
|
+
--page-bg-color: #F9F9F9;
|
|
12
|
+
--page-border-color: #CECECE;
|
|
13
|
+
--page-footer-bg-color: #DEDEDE;
|
|
14
|
+
--app-footer-bg-color: #2C2D2E;
|
|
15
|
+
--app-footer-color: #F5F6F7;
|
|
16
|
+
--app-header-bg-1-color: #F7F7F7;
|
|
17
|
+
--app-header-bg-2-color: #E3E3E3;
|
|
18
|
+
--app-header-bg-3-color: #797979;
|
|
19
|
+
--app-header-bt-border-color: #090909;
|
|
20
|
+
--page-header-bg-color: #282c34;
|
|
21
|
+
--success-color: #64B298;
|
|
22
|
+
--error-color: #E05151;
|
|
23
|
+
--disabled-input: #E8E8E8;
|
|
24
|
+
--job-title-bg: #A83D3D;
|
|
25
|
+
--job-date-info-bg: #E0F0EA;
|
|
26
|
+
--job-date-edit-bg: #F0F0F0;
|
|
27
|
+
--header-border-color: #C7CAC9;
|
|
28
|
+
--grey: #E6E6E6;
|
|
29
|
+
--active-button-color: #35779D;
|
|
30
|
+
--sf-pro: normal normal bold 12px/14px SF Pro Text;
|
|
31
|
+
--delete-bg: #E15151;
|
|
32
|
+
|
|
33
|
+
/* New Code */
|
|
34
|
+
/*** Colors ***/
|
|
35
|
+
// Primary Colors
|
|
36
|
+
--color-black: #2c2d2e;
|
|
37
|
+
--color-black-rgb: 44, 45, 46;
|
|
38
|
+
--color-white: #FFFFFF;
|
|
39
|
+
--color-white-rgb: 255, 255, 255;
|
|
40
|
+
|
|
41
|
+
--color-orange: #A9D046;
|
|
42
|
+
--color-orange-rgb: 169, 208, 70;
|
|
43
|
+
|
|
44
|
+
--color-blue: #09168B;
|
|
45
|
+
--color-blue-rgb: 9, 22, 139;
|
|
46
|
+
|
|
47
|
+
--color-purple-blue: #324A6D;
|
|
48
|
+
--color-purple-blue-rgb: 50, 74, 109;
|
|
49
|
+
|
|
50
|
+
--color-dark-blue: #1C244B;
|
|
51
|
+
--color-dark-blue-rgb: 28, 36, 75;
|
|
52
|
+
|
|
53
|
+
--color-grey-light: #D9D9D9;
|
|
54
|
+
--color-grey-light-rgb: 217, 217, 217;
|
|
55
|
+
--color-grey: #C7CAC9;
|
|
56
|
+
--color-grey-rgb: 199, 202, 201;
|
|
57
|
+
--color-grey-dark: #797979;
|
|
58
|
+
--color-grey-dark-rgb: 121, 121, 121;
|
|
59
|
+
|
|
60
|
+
// Helper Colors
|
|
61
|
+
--color-warning-400: #E36262;
|
|
62
|
+
--color-warning-500: #E05151;
|
|
63
|
+
|
|
64
|
+
--color-confirmation-400: #73b9a2;
|
|
65
|
+
--color-confirmation-600: #64B298;
|
|
66
|
+
|
|
67
|
+
/*** Font Styles ***/
|
|
68
|
+
// Font Family
|
|
69
|
+
--font-family-primary: SF Pro;
|
|
70
|
+
|
|
71
|
+
// Font Weight
|
|
72
|
+
--font-weight-light: 300;
|
|
73
|
+
--font-weight-regular: 400;
|
|
74
|
+
--font-weight-medium: 500;
|
|
75
|
+
--font-weight-semibold: 600;
|
|
76
|
+
--font-weight-bold: 700;
|
|
77
|
+
|
|
78
|
+
// Font Styles
|
|
79
|
+
--font-style-normal: normal;
|
|
80
|
+
--font-style-italic: italic;
|
|
81
|
+
|
|
82
|
+
// Font Sizes
|
|
83
|
+
--font-size-body-1: 10px;
|
|
84
|
+
--font-size-body-2: 12px;
|
|
85
|
+
--font-size-body-3: 14px;
|
|
86
|
+
--font-size-body-4: 16px;
|
|
87
|
+
--font-size-body-5: 18px;
|
|
88
|
+
--font-size-body-6: 20px;
|
|
89
|
+
|
|
90
|
+
--font-size-h1: 46px;
|
|
91
|
+
--font-size-h2: 40px;
|
|
92
|
+
--font-size-h3: 36px;
|
|
93
|
+
--font-size-h4: 30px;
|
|
94
|
+
--font-size-h5: 24px;
|
|
95
|
+
|
|
96
|
+
--font-size-body-base: var(--font-size-body-4);
|
|
97
|
+
--font-size-label: var(--font-size-body-3);
|
|
98
|
+
|
|
99
|
+
/*** CTAs ***/
|
|
100
|
+
// Button Default
|
|
101
|
+
--button-default-background: var(--color-orange);
|
|
102
|
+
--button-default-text-color: var(--color-white);
|
|
103
|
+
--button-default-background-hover-color: rgba(var(--color-orange-rgb), .9);
|
|
104
|
+
--button-default-text-hover-color: var(--color-white);
|
|
105
|
+
--button-default-background-focus-color: var(--color-orange-rgb);
|
|
106
|
+
--button-default-text-focus-color: rgba(var(--color-white-rgb), .8);
|
|
107
|
+
|
|
108
|
+
// Button Style 1
|
|
109
|
+
--button-style-1-background: var(--color-black);
|
|
110
|
+
--button-style-1-text-color: var(--color-white);
|
|
111
|
+
--button-style-1-background-hover-color: rgba(var(--color-black-rgb), .9);
|
|
112
|
+
--button-style-1-text-hover-color: var(--color-white);
|
|
113
|
+
--button-style-1-background-focus-color: var(--color-grey-dark);
|
|
114
|
+
--button-style-1-text-focus-color: rgba(var(--color-white-rgb), .8);
|
|
115
|
+
|
|
116
|
+
// Button Disabled
|
|
117
|
+
--button-disabled-background-color: var(--color-grey);
|
|
118
|
+
--button-disabled-default-text-color: var(--color-white);
|
|
119
|
+
|
|
120
|
+
// Link
|
|
121
|
+
--link-color: var(--color-orange);
|
|
122
|
+
--link-hover-color: var(--color-black);
|
|
123
|
+
--link-focus-color: rgba(var(--color-orange), .9);
|
|
124
|
+
--link-disabled-color: rgba(var(--color-grey), .2);
|
|
125
|
+
|
|
126
|
+
// Transition Speed
|
|
127
|
+
--transition-slow: .2s;
|
|
128
|
+
--transition: .6s;
|
|
129
|
+
--transition-fast: 1s;
|
|
130
|
+
}
|
|
Binary file
|