@omniumretail/shared-resources 0.3.78 → 0.3.81

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.
Files changed (547) hide show
  1. package/dist/{types/components → components}/BottomDrawer/index.d.ts +2 -1
  2. package/dist/{types/components → components}/Button/index.d.ts +2 -1
  3. package/dist/{types/components → components}/Form/FormInputField/index.d.ts +2 -1
  4. package/dist/{types/components → components}/Form/FormSelectField/index.d.ts +3 -2
  5. package/dist/{types/components → components}/Link/index.d.ts +2 -1
  6. package/dist/{types/components → components}/SharedContextProvider/index.d.ts +2 -1
  7. package/dist/{types/constants → constants}/QueryClient.d.ts +2 -1
  8. package/dist/{types/constants → constants}/index.d.ts +0 -1
  9. package/dist/{types/contexts → contexts}/useStore.d.ts +3 -2
  10. package/dist/{types/helpers → helpers}/codeMutation.d.ts +3 -2
  11. package/dist/{types/helpers → helpers}/date-unix.helper.d.ts +2 -1
  12. package/dist/{types/helpers → helpers}/getChildrenByType.helper.d.ts +2 -1
  13. package/dist/{types/hooks → hooks}/ACB/get/getClientBalance.hook.d.ts +4 -3
  14. package/dist/hooks/ACB/mutate/postClientBalance.hook.d.ts +3 -0
  15. package/dist/{types/hooks → hooks}/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +4 -3
  16. package/dist/{types/hooks → hooks}/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +4 -3
  17. package/dist/{types/hooks → hooks}/ASAEGNG/get/getCustomersQuery.hook.d.ts +4 -3
  18. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +4 -3
  19. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +4 -3
  20. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +4 -4
  21. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +4 -3
  22. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +4 -3
  23. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +4 -3
  24. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +4 -3
  25. package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +3 -0
  26. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +4 -3
  27. package/dist/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +9 -0
  28. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +4 -3
  29. package/dist/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +10 -0
  30. package/dist/{types/hooks → hooks}/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +4 -3
  31. package/dist/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +3 -0
  32. package/dist/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +3 -0
  33. package/dist/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +3 -0
  34. package/dist/{types/hooks → hooks}/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +3 -2
  35. package/dist/{types/hooks → hooks}/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +4 -3
  36. package/dist/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +3 -0
  37. package/dist/{types/hooks → hooks}/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +4 -3
  38. package/dist/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +3 -0
  39. package/dist/{types/hooks → hooks}/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +4 -3
  40. package/dist/{types/hooks → hooks}/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +4 -3
  41. package/dist/{types/hooks → hooks}/Acls/get/getVoucherSitooQuery.hook.d.ts +4 -3
  42. package/dist/{types/hooks → hooks}/Acls/get/getVoucherTemplatesQuery.hook.d.ts +4 -3
  43. package/dist/{types/hooks → hooks}/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +3 -2
  44. package/dist/{types/hooks → hooks}/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +3 -2
  45. package/dist/{types/hooks → hooks}/Acls/mutate/postSalesAssociationQuery.hook.d.ts +1 -1
  46. package/dist/{types/hooks → hooks}/Acls/mutate/postVerificationEmailQuery.hook.d.ts +1 -1
  47. package/dist/{types/hooks → hooks}/Acls/mutate/postVerificationUserQuery.hook.d.ts +1 -1
  48. package/dist/{types/hooks → hooks}/Acls/mutate/postVoucherSitooQuery.hook.d.ts +3 -2
  49. package/dist/{types/hooks → hooks}/Acls/mutate/reactivateVoucherQuery.hook.d.ts +1 -1
  50. package/dist/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +3 -0
  51. package/dist/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +4 -0
  52. package/dist/{types/hooks → hooks}/Aexp/get/getFlowExecutionQuery.hook.d.ts +4 -3
  53. package/dist/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +4 -0
  54. package/dist/{types/hooks → hooks}/Aexp/get/getFlowListQuery.hook.d.ts +4 -3
  55. package/dist/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +4 -0
  56. package/dist/{types/hooks → hooks}/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +3 -2
  57. package/dist/{types/hooks → hooks}/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +3 -2
  58. package/dist/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +3 -0
  59. package/dist/{types/hooks → hooks}/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +3 -2
  60. package/dist/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +3 -0
  61. package/dist/{types/hooks → hooks}/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +3 -2
  62. package/dist/{types/hooks → hooks}/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +4 -3
  63. package/dist/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +8 -0
  64. package/dist/{types/hooks → hooks}/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +4 -3
  65. package/dist/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +8 -0
  66. package/dist/{types/hooks → hooks}/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +4 -3
  67. package/dist/{types/hooks → hooks}/Analytics/get/useAnalyticsUserQuery.hook.d.ts +4 -3
  68. package/dist/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +5 -0
  69. package/dist/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +5 -0
  70. package/dist/{types/hooks → hooks}/Anot/get/getNotificationHeadersQuery.hook.d.ts +4 -3
  71. package/dist/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +7 -0
  72. package/dist/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +4 -0
  73. package/dist/{types/hooks → hooks}/Anot/get/getNotificationsQuery.hook.d.ts +4 -3
  74. package/dist/{types/hooks → hooks}/Anot/get/getNotificationsTypeQuery.hook.d.ts +4 -3
  75. package/dist/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +3 -0
  76. package/dist/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +3 -0
  77. package/dist/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +8 -0
  78. package/dist/{types/hooks → hooks}/Answer/mutate/useAnswerMutateQuery.hook.d.ts +4 -3
  79. package/dist/hooks/Answer/others/openAnswerQuery.hook.d.ts +3 -0
  80. package/dist/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +9 -0
  81. package/dist/hooks/Answer/others/showAnswerQuery.hook.d.ts +3 -0
  82. package/dist/{types/hooks → hooks}/AprProduct/get/useProductHierarchies.hook.d.ts +4 -3
  83. package/dist/{types/hooks → hooks}/AprProduct/get/useProductRecommendations.hook.d.ts +4 -3
  84. package/dist/{types/hooks → hooks}/AprProduct/get/useProductsByRefQuery.hook.d.ts +4 -3
  85. package/dist/{types/hooks → hooks}/AprProduct/get/useProductsQuery.hook.d.ts +20 -19
  86. package/dist/{types/hooks → hooks}/Aprc/get/getPriceChangePinQuery.hook.d.ts +3 -2
  87. package/dist/{types/hooks → hooks}/Aprc/others/postPriceChangePinQuery.hook.d.ts +4 -3
  88. package/dist/{types/hooks → hooks}/Aprc/others/sendEmailWithPinQuery.hook.d.ts +4 -3
  89. package/dist/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +3 -0
  90. package/dist/{types/hooks → hooks}/Asgt/get/getProductWarningASGTQuery.hook.d.ts +4 -3
  91. package/dist/{types/hooks → hooks}/Asgt/get/getProductsListingASGTQuery.hook.d.ts +4 -3
  92. package/dist/{types/hooks → hooks}/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +4 -3
  93. package/dist/{types/hooks → hooks}/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +4 -3
  94. package/dist/{types/hooks → hooks}/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +4 -3
  95. package/dist/{types/hooks → hooks}/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +4 -3
  96. package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +4 -3
  97. package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +4 -3
  98. package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +4 -3
  99. package/dist/{types/hooks → hooks}/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +4 -3
  100. package/dist/{types/hooks → hooks}/Asgt/get/getTransferReportDiffASGT.hook.d.ts +4 -3
  101. package/dist/{types/hooks → hooks}/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +4 -3
  102. package/dist/{types/hooks → hooks}/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +4 -3
  103. package/dist/{types/hooks → hooks}/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +3 -2
  104. package/dist/{types/hooks → hooks}/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +4 -3
  105. package/dist/{types/hooks → hooks}/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +4 -3
  106. package/dist/{types/hooks → hooks}/Asgt/mutate/removeProductASGTQuery.hook.d.ts +3 -2
  107. package/dist/{types/hooks → hooks}/Ass/get/getAssProductsByRefQuery.hook.d.ts +4 -3
  108. package/dist/{types/hooks → hooks}/Ass/get/getAssProductsByStoreQuery.hook.d.ts +4 -3
  109. package/dist/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +8 -0
  110. package/dist/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +3 -0
  111. package/dist/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +3 -0
  112. package/dist/{types/hooks → hooks}/Asta/Actions/get/getActionQuery.hook.d.ts +4 -3
  113. package/dist/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +3 -0
  114. package/dist/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +3 -0
  115. package/dist/{types/hooks → hooks}/Asta/Actions/others/archiveActionQuery.hook.d.ts +4 -3
  116. package/dist/{types/hooks → hooks}/Asta/Actions/others/deleteActionQuery.hook.d.ts +4 -3
  117. package/dist/{types/hooks → hooks}/Asta/Actions/others/extractActionQuery.hook.d.ts +4 -3
  118. package/dist/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +3 -0
  119. package/dist/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +3 -0
  120. package/dist/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +3 -0
  121. package/dist/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +3 -0
  122. package/dist/{types/hooks → hooks}/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +4 -3
  123. package/dist/{types/hooks → hooks}/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +3 -2
  124. package/dist/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +3 -0
  125. package/dist/{types/hooks → hooks}/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +3 -2
  126. package/dist/{types/hooks → hooks}/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +3 -2
  127. package/dist/{types/hooks → hooks}/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +3 -2
  128. package/dist/{types/hooks → hooks}/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +3 -2
  129. package/dist/{types/hooks → hooks}/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +4 -3
  130. package/dist/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +3 -0
  131. package/dist/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +3 -0
  132. package/dist/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +3 -0
  133. package/dist/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +3 -0
  134. package/dist/{types/hooks → hooks}/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +4 -3
  135. package/dist/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +3 -0
  136. package/dist/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +3 -0
  137. package/dist/{types/hooks → hooks}/Asta/Inspection/get/getInspectionQuery.hook.d.ts +4 -3
  138. package/dist/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +3 -0
  139. package/dist/{types/hooks → hooks}/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +4 -3
  140. package/dist/{types/hooks → hooks}/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +4 -3
  141. package/dist/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +3 -0
  142. package/dist/{types/hooks → hooks}/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +4 -3
  143. package/dist/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +3 -0
  144. package/dist/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +3 -0
  145. package/dist/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +3 -0
  146. package/dist/{types/hooks → hooks}/Asta/Template/get/getTemplateQuery.hook.d.ts +4 -3
  147. package/dist/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +3 -0
  148. package/dist/{types/hooks → hooks}/Asta/Template/others/archiveTemplateQuery.hook.d.ts +4 -3
  149. package/dist/{types/hooks → hooks}/Asta/Template/others/deleteTemplateQuery.hook.d.ts +4 -3
  150. package/dist/{types/hooks → hooks}/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +4 -3
  151. package/dist/{types/hooks → hooks}/Asta/Template/others/extractTemplateQuery.hook.d.ts +4 -3
  152. package/dist/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +3 -0
  153. package/dist/{types/hooks → hooks}/Asts/get/getProductInfoQuery.hook.d.ts +4 -3
  154. package/dist/hooks/Asts/get/getStockQuery.hook.d.ts +8 -0
  155. package/dist/{types/hooks → hooks}/Asts/others/postAudioFileQuery.hook.d.ts +1 -1
  156. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +4 -3
  157. package/dist/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +3 -0
  158. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +4 -3
  159. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +4 -3
  160. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +4 -3
  161. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +4 -3
  162. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +4 -3
  163. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +3 -2
  164. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +4 -3
  165. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +4 -3
  166. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +4 -3
  167. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +4 -3
  168. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +4 -3
  169. package/dist/{types/hooks → hooks}/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +4 -3
  170. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +4 -3
  171. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +4 -3
  172. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +3 -2
  173. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +4 -3
  174. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +4 -3
  175. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +4 -3
  176. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +3 -2
  177. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +4 -3
  178. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +4 -3
  179. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +4 -3
  180. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +3 -2
  181. package/dist/{types/hooks → hooks}/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +3 -2
  182. package/dist/{types/hooks → hooks}/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +4 -3
  183. package/dist/{types/hooks → hooks}/Astt/get/getBarcodesListingQuery.hook.d.ts +4 -3
  184. package/dist/{types/hooks → hooks}/Astt/get/getBarcodesPrintQuery.hook.d.ts +4 -3
  185. package/dist/{types/hooks → hooks}/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +4 -3
  186. package/dist/{types/hooks → hooks}/Astt/get/getManualPackagesListQuery.hook.d.ts +4 -3
  187. package/dist/{types/hooks → hooks}/Astt/get/getProductsListingQuery.hook.d.ts +4 -3
  188. package/dist/{types/hooks → hooks}/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +4 -3
  189. package/dist/{types/hooks → hooks}/Astt/get/getReportsBuilderQuery.hook.d.ts +4 -3
  190. package/dist/{types/hooks → hooks}/Astt/get/getRfidQuery.hook.d.ts +4 -3
  191. package/dist/{types/hooks → hooks}/Astt/get/getTransferAllProductsQuery.hook.d.ts +4 -3
  192. package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +4 -3
  193. package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +4 -3
  194. package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +4 -3
  195. package/dist/{types/hooks → hooks}/Astt/get/getTransferDocumentsQuery.hook.d.ts +4 -3
  196. package/dist/{types/hooks → hooks}/Astt/get/getTransferReportDiff.hook.d.ts +4 -3
  197. package/dist/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +3 -0
  198. package/dist/{types/hooks → hooks}/Astt/mutate/deleteManualPackageQuery.hook.d.ts +1 -1
  199. package/dist/{types/hooks → hooks}/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +3 -2
  200. package/dist/{types/hooks → hooks}/Astt/mutate/postAsttActionsQuery.hook.d.ts +1 -1
  201. package/dist/{types/hooks → hooks}/Astt/mutate/postManualPackageQuery.hook.d.ts +3 -2
  202. package/dist/{types/hooks → hooks}/Astt/mutate/postManualTransferQuery.hook.d.ts +3 -2
  203. package/dist/{types/hooks → hooks}/Astt/mutate/postMatchingPackageQuery.hook.d.ts +4 -3
  204. package/dist/{types/hooks → hooks}/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +4 -3
  205. package/dist/{types/hooks → hooks}/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +4 -3
  206. package/dist/{types/hooks → hooks}/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +4 -3
  207. package/dist/{types/hooks → hooks}/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +4 -3
  208. package/dist/{types/hooks → hooks}/Astt/mutate/updateDocumentIdQuery.hook.d.ts +4 -3
  209. package/dist/{types/hooks → hooks}/Astt/mutate/updatePackageIdQuery.hook.d.ts +4 -3
  210. package/dist/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +9 -0
  211. package/dist/{types/hooks → hooks}/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +4 -3
  212. package/dist/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +8 -0
  213. package/dist/{types/hooks → hooks}/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +4 -3
  214. package/dist/{types/hooks → hooks}/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +4 -3
  215. package/dist/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +3 -0
  216. package/dist/{types/hooks → hooks}/BigWin/others/importABWGQuery.hook.d.ts +3 -2
  217. package/dist/{types/hooks → hooks}/BigWin/others/importRegulationQuery.hook.d.ts +3 -2
  218. package/dist/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +3 -0
  219. package/dist/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +3 -0
  220. package/dist/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +3 -0
  221. package/dist/{types/hooks → hooks}/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +4 -3
  222. package/dist/{types/hooks → hooks}/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +3 -2
  223. package/dist/{types/hooks → hooks}/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +3 -2
  224. package/dist/{types/hooks → hooks}/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +3 -2
  225. package/dist/{types/hooks → hooks}/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +3 -2
  226. package/dist/{types/hooks → hooks}/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +3 -2
  227. package/dist/{types/hooks → hooks}/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +4 -3
  228. package/dist/{types/hooks → hooks}/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +4 -3
  229. package/dist/{types/hooks → hooks}/OSUA/MIMO/get/useErrorHistory.hook.d.ts +4 -3
  230. package/dist/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +3 -0
  231. package/dist/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +1 -0
  232. package/dist/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +5 -0
  233. package/dist/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +3 -0
  234. package/dist/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +3 -0
  235. package/dist/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +7 -0
  236. package/dist/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +10 -0
  237. package/dist/{types/hooks → hooks}/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +4 -3
  238. package/dist/{types/hooks → hooks}/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +4 -3
  239. package/dist/{types/hooks → hooks}/OSUA/get/faqs/getFaqsQuery.hook.d.ts +4 -3
  240. package/dist/{types/hooks → hooks}/OSUA/get/orders/getOrderDocuments.hook.d.ts +4 -3
  241. package/dist/hooks/OSUA/get/queue/getQueues.hook.d.ts +3 -0
  242. package/dist/{types/hooks → hooks}/OSUA/get/queue/getQueuesMessages.hook.d.ts +4 -3
  243. package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getGngVoucher.hook.d.ts +4 -3
  244. package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +4 -3
  245. package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +3 -2
  246. package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +4 -3
  247. package/dist/{types/hooks → hooks}/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +4 -3
  248. package/dist/{types/hooks → hooks}/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +4 -3
  249. package/dist/{types/hooks → hooks}/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +4 -3
  250. package/dist/hooks/OSUA/mutate/postEventsRep.hook.d.ts +1 -0
  251. package/dist/{types/hooks → hooks}/OSUA/mutate/postQueuesMessages.hook.d.ts +4 -3
  252. package/dist/hooks/OSUA/mutate/postVoucher.hook.d.ts +3 -0
  253. package/dist/{types/hooks → hooks}/OSUA/mutate/putBalanceVouchers.hook.d.ts +4 -3
  254. package/dist/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +3 -0
  255. package/dist/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +3 -0
  256. package/dist/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +4 -0
  257. package/dist/{types/hooks → hooks}/Orch/get/getInstancesQuery.hook.d.ts +4 -3
  258. package/dist/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +9 -0
  259. package/dist/{types/hooks → hooks}/Orch/get/getMacrosQuery.hook.d.ts +4 -3
  260. package/dist/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +4 -0
  261. package/dist/{types/hooks → hooks}/Orch/get/getMonitoringComponents.hook.d.ts +4 -3
  262. package/dist/{types/hooks → hooks}/Orch/others/reprocessingInstanceQuery.hook.d.ts +1 -1
  263. package/dist/{types/hooks → hooks}/Orch/others/runMacrosQuery.hook.d.ts +3 -2
  264. package/dist/{types/hooks → hooks}/Orch/others/stopInstanceQuery.hook.d.ts +1 -1
  265. package/dist/{types/hooks → hooks}/Orch/others/updateMacroStatusQuery.hook.d.ts +3 -2
  266. package/dist/{types/hooks → hooks}/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +4 -3
  267. package/dist/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +3 -0
  268. package/dist/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +9 -0
  269. package/dist/{types/hooks → hooks}/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +4 -3
  270. package/dist/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +10 -0
  271. package/dist/{types/hooks → hooks}/Others/changePasswordQuery.hook.d.ts +1 -1
  272. package/dist/{types/hooks → hooks}/Others/editAllBellNotificationsStatusQuery.hook.d.ts +4 -3
  273. package/dist/{types/hooks → hooks}/Others/editBellNotificationsStatusQuery.hook.d.ts +4 -3
  274. package/dist/hooks/Others/editFieldsByBulkQuery.hook.d.ts +3 -0
  275. package/dist/{types/hooks → hooks}/Others/getBellNotificationsQuery.hook.d.ts +4 -3
  276. package/dist/{types/hooks → hooks}/Others/getNotificationTitleQuery.hook.d.ts +4 -3
  277. package/dist/{types/hooks → hooks}/Others/getRegulationQuery.hook.d.ts +3 -2
  278. package/dist/{types/hooks → hooks}/Others/getUserEmailStatusQuery.hook.d.ts +4 -3
  279. package/dist/{types/hooks → hooks}/Others/getWeeklyWorkloadQuery.hook.d.ts +4 -3
  280. package/dist/hooks/Others/oneSignalUserQuery.hook.d.ts +1 -0
  281. package/dist/{types/hooks → hooks}/Others/postCheckoutsMutateQuery.hook.d.ts +3 -2
  282. package/dist/{types/hooks → hooks}/Others/postUserAuthenticationQuery.hook.d.ts +4 -3
  283. package/dist/{types/hooks → hooks}/Others/postVerifyImageQuery.hook.d.ts +3 -2
  284. package/dist/{types/hooks → hooks}/Others/unblockUserQuery.hook.d.ts +1 -1
  285. package/dist/hooks/Others/useApplicationDataQuery.hook.d.ts +3 -0
  286. package/dist/hooks/Others/useContractStatesQuery.hook.d.ts +8 -0
  287. package/dist/{types/hooks → hooks}/Others/useCountriesQuery.hook.d.ts +4 -3
  288. package/dist/{types/hooks → hooks}/Others/useCreateNotification.hook.d.ts +4 -3
  289. package/dist/{types/hooks → hooks}/Others/useCustomersQuery.hook.d.ts +20 -19
  290. package/dist/{types/hooks → hooks}/Others/useJobTitlesQuery.hook.d.ts +4 -3
  291. package/dist/{types/hooks → hooks}/Others/useRegulationQuery.hook.d.ts +3 -2
  292. package/dist/hooks/Others/useTermNotificationQuery.hook.d.ts +3 -0
  293. package/dist/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +3 -0
  294. package/dist/{types/hooks → hooks}/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +4 -3
  295. package/dist/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +3 -0
  296. package/dist/{types/hooks → hooks}/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +3 -2
  297. package/dist/{types/hooks → hooks}/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +3 -2
  298. package/dist/{types/hooks → hooks}/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +3 -2
  299. package/dist/{types/hooks → hooks}/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +3 -2
  300. package/dist/{types/hooks → hooks}/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +3 -2
  301. package/dist/{types/hooks → hooks}/Roles/get/useAllRolesQuery.hook.d.ts +4 -3
  302. package/dist/{types/hooks → hooks}/Store/getLocationsByUser.hook.d.ts +4 -3
  303. package/dist/{types/hooks → hooks}/Store/useAllStoreQuery.hook.d.ts +4 -3
  304. package/dist/{types/hooks → hooks}/Store/useStoreByCodeQuery.hook.d.ts +4 -3
  305. package/dist/hooks/Store/useStoreQuery.d.ts +8 -0
  306. package/dist/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +8 -0
  307. package/dist/{types/hooks → hooks}/Users/get/getUsersReadmissionQuery.hook.d.ts +4 -3
  308. package/dist/{types/hooks → hooks}/Users/get/useApplicationQuery.hook.d.ts +4 -3
  309. package/dist/{types/hooks → hooks}/Users/get/useExpUsersAnswersQuery.hook.d.ts +4 -3
  310. package/dist/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +4 -0
  311. package/dist/{types/hooks → hooks}/Users/get/usePermissionsQuery.hook.d.ts +4 -3
  312. package/dist/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +4 -0
  313. package/dist/hooks/Users/get/useUserIdQuery.hook.d.ts +3 -0
  314. package/dist/{types/hooks → hooks}/Users/get/useUserListQuery.hook.d.ts +4 -3
  315. package/dist/{types/hooks → hooks}/Users/get/useUserQuery.hook.d.ts +4 -3
  316. package/dist/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +3 -0
  317. package/dist/{types/hooks → hooks}/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +3 -2
  318. package/dist/{types/hooks → hooks}/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +3 -2
  319. package/dist/{types/hooks → hooks}/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +4 -3
  320. package/dist/{types/hooks → hooks}/Users/others/useSingleUserResetPassword.hook.d.ts +3 -2
  321. package/dist/hooks/Users/others/useUserBlockQuery.hook.d.ts +3 -0
  322. package/dist/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +3 -0
  323. package/dist/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +3 -0
  324. package/dist/hooks/Watson/get/getCloseSession.hook.d.ts +4 -0
  325. package/dist/{types/hooks → hooks}/Watson/mutate/mutateCloseSession.hook.d.ts +3 -2
  326. package/dist/{types/hooks → hooks}/Watson/mutate/mutateNotificationRequest.hook.d.ts +3 -2
  327. package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +4 -0
  328. package/dist/{types/hooks → hooks}/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +4 -3
  329. package/dist/{types/hooks → hooks}/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +4 -3
  330. package/dist/{types/hooks → hooks}/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +4 -3
  331. package/dist/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +9 -0
  332. package/dist/{types/hooks → hooks}/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +3 -2
  333. package/dist/hooks/index.d.ts +434 -0
  334. package/dist/index.d.ts +8 -0
  335. package/dist/{types/interfaces → interfaces}/Answer.d.ts +2 -1
  336. package/dist/{types/interfaces → interfaces}/Cart.d.ts +2 -1
  337. package/dist/{types/interfaces → interfaces}/Employee.d.ts +2 -1
  338. package/dist/{types/interfaces → interfaces}/Inspection.d.ts +2 -1
  339. package/dist/{types/interfaces → interfaces}/Permissions.d.ts +2 -0
  340. package/dist/{types/interfaces → interfaces}/Responses.d.ts +3 -2
  341. package/dist/{types/interfaces → interfaces}/Template.d.ts +2 -1
  342. package/dist/{types/interfaces → interfaces}/User.d.ts +2 -1
  343. package/dist/{types/services → services}/ApiService/index.d.ts +1 -1
  344. package/dist/{types/services → services}/InitService/index.d.ts +2 -1
  345. package/dist/shared-resources.css +1 -0
  346. package/dist/shared-resources.umd.js +161 -0
  347. package/dist/shared-resources.umd.js.map +1 -0
  348. package/dist/types/index.d.ts +2 -10
  349. package/package.json +13 -24
  350. package/src/components/Header/index.tsx +6 -7
  351. package/src/constants/index.ts +0 -1
  352. package/src/helpers/date-unix.helper.ts +5 -5
  353. package/src/helpers/formatted-date.helper.ts +8 -12
  354. package/src/interfaces/Permissions.ts +9 -7
  355. package/tsconfig.json +4 -7
  356. package/vite.config.js +47 -0
  357. package/dist/bundle.js +0 -1
  358. package/dist/types/constants/Icons.d.ts +0 -15
  359. package/dist/types/hooks/ACB/mutate/postClientBalance.hook.d.ts +0 -2
  360. package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +0 -2
  361. package/dist/types/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +0 -8
  362. package/dist/types/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +0 -9
  363. package/dist/types/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +0 -2
  364. package/dist/types/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +0 -2
  365. package/dist/types/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +0 -2
  366. package/dist/types/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +0 -2
  367. package/dist/types/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +0 -2
  368. package/dist/types/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +0 -2
  369. package/dist/types/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +0 -3
  370. package/dist/types/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +0 -3
  371. package/dist/types/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +0 -3
  372. package/dist/types/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +0 -2
  373. package/dist/types/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +0 -2
  374. package/dist/types/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +0 -7
  375. package/dist/types/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +0 -7
  376. package/dist/types/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +0 -4
  377. package/dist/types/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +0 -4
  378. package/dist/types/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +0 -6
  379. package/dist/types/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +0 -3
  380. package/dist/types/hooks/Anot/mutate/createNotificationTypeQuery.hook.d.ts +0 -2
  381. package/dist/types/hooks/Anot/mutate/editNotificationTypeQuery.hook.d.ts +0 -2
  382. package/dist/types/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +0 -2
  383. package/dist/types/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +0 -2
  384. package/dist/types/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +0 -7
  385. package/dist/types/hooks/Answer/others/openAnswerQuery.hook.d.ts +0 -2
  386. package/dist/types/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +0 -8
  387. package/dist/types/hooks/Answer/others/showAnswerQuery.hook.d.ts +0 -2
  388. package/dist/types/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +0 -2
  389. package/dist/types/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +0 -7
  390. package/dist/types/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +0 -2
  391. package/dist/types/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +0 -2
  392. package/dist/types/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +0 -2
  393. package/dist/types/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +0 -2
  394. package/dist/types/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +0 -2
  395. package/dist/types/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +0 -2
  396. package/dist/types/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +0 -2
  397. package/dist/types/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +0 -2
  398. package/dist/types/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +0 -2
  399. package/dist/types/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +0 -2
  400. package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +0 -2
  401. package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +0 -2
  402. package/dist/types/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +0 -2
  403. package/dist/types/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +0 -2
  404. package/dist/types/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +0 -2
  405. package/dist/types/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +0 -2
  406. package/dist/types/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +0 -2
  407. package/dist/types/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +0 -2
  408. package/dist/types/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +0 -2
  409. package/dist/types/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +0 -2
  410. package/dist/types/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +0 -2
  411. package/dist/types/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +0 -2
  412. package/dist/types/hooks/Asts/get/getStockQuery.hook.d.ts +0 -7
  413. package/dist/types/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +0 -2
  414. package/dist/types/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +0 -2
  415. package/dist/types/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +0 -8
  416. package/dist/types/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +0 -7
  417. package/dist/types/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +0 -2
  418. package/dist/types/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +0 -2
  419. package/dist/types/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +0 -2
  420. package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +0 -2
  421. package/dist/types/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +0 -2
  422. package/dist/types/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +0 -1
  423. package/dist/types/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +0 -5
  424. package/dist/types/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +0 -2
  425. package/dist/types/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +0 -2
  426. package/dist/types/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +0 -6
  427. package/dist/types/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +0 -9
  428. package/dist/types/hooks/OSUA/get/queue/getQueues.hook.d.ts +0 -2
  429. package/dist/types/hooks/OSUA/mutate/postEventsRep.hook.d.ts +0 -1
  430. package/dist/types/hooks/OSUA/mutate/postVoucher.hook.d.ts +0 -2
  431. package/dist/types/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +0 -2
  432. package/dist/types/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +0 -2
  433. package/dist/types/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +0 -3
  434. package/dist/types/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +0 -8
  435. package/dist/types/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +0 -3
  436. package/dist/types/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +0 -2
  437. package/dist/types/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +0 -8
  438. package/dist/types/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +0 -9
  439. package/dist/types/hooks/Others/editFieldsByBulkQuery.hook.d.ts +0 -2
  440. package/dist/types/hooks/Others/oneSignalUserQuery.hook.d.ts +0 -1
  441. package/dist/types/hooks/Others/useApplicationDataQuery.hook.d.ts +0 -2
  442. package/dist/types/hooks/Others/useContractStatesQuery.hook.d.ts +0 -7
  443. package/dist/types/hooks/Others/useTermNotificationQuery.hook.d.ts +0 -2
  444. package/dist/types/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +0 -2
  445. package/dist/types/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +0 -2
  446. package/dist/types/hooks/Store/useStoreQuery.d.ts +0 -7
  447. package/dist/types/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +0 -7
  448. package/dist/types/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +0 -3
  449. package/dist/types/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +0 -3
  450. package/dist/types/hooks/Users/get/useUserIdQuery.hook.d.ts +0 -2
  451. package/dist/types/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +0 -2
  452. package/dist/types/hooks/Users/others/useUserBlockQuery.hook.d.ts +0 -2
  453. package/dist/types/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +0 -2
  454. package/dist/types/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +0 -2
  455. package/dist/types/hooks/Watson/get/getCloseSession.hook.d.ts +0 -3
  456. package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +0 -3
  457. package/dist/types/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +0 -8
  458. package/dist/types/hooks/index.d.ts +0 -434
  459. package/src/constants/Icons.ts +0 -21
  460. package/webpack.config.js +0 -60
  461. /package/dist/{types/components → components}/Footer/index.d.ts +0 -0
  462. /package/dist/{types/components → components}/Form/index.d.ts +0 -0
  463. /package/dist/{types/components → components}/Header/index.d.ts +0 -0
  464. /package/dist/{types/components → components}/Navigation/index.d.ts +0 -0
  465. /package/dist/{types/components → components}/Page/index.d.ts +0 -0
  466. /package/dist/{types/components → components}/index.d.ts +0 -0
  467. /package/dist/{types/enums → enums}/attendence-type.enum.d.ts +0 -0
  468. /package/dist/{types/enums → enums}/employees-order.enum.d.ts +0 -0
  469. /package/dist/{types/enums → enums}/index.d.ts +0 -0
  470. /package/dist/{types/helpers → helpers}/formatted-date.helper.d.ts +0 -0
  471. /package/dist/{types/helpers → helpers}/index.d.ts +0 -0
  472. /package/dist/{types/interfaces → interfaces}/ACB.d.ts +0 -0
  473. /package/dist/{types/interfaces → interfaces}/ASAECustomer.d.ts +0 -0
  474. /package/dist/{types/interfaces → interfaces}/Acls.d.ts +0 -0
  475. /package/dist/{types/interfaces → interfaces}/Actions.d.ts +0 -0
  476. /package/dist/{types/interfaces → interfaces}/AnalyticsEvaluationCycle.d.ts +0 -0
  477. /package/dist/{types/interfaces → interfaces}/AnalyticsUserId.d.ts +0 -0
  478. /package/dist/{types/interfaces → interfaces}/Anot.d.ts +0 -0
  479. /package/dist/{types/interfaces → interfaces}/AnswerType.d.ts +0 -0
  480. /package/dist/{types/interfaces → interfaces}/AnswersUserSupervisor.d.ts +0 -0
  481. /package/dist/{types/interfaces → interfaces}/ApplicationsByCategory.d.ts +0 -0
  482. /package/dist/{types/interfaces → interfaces}/AstaQuestions.d.ts +0 -0
  483. /package/dist/{types/interfaces → interfaces}/AstsStock.d.ts +0 -0
  484. /package/dist/{types/interfaces → interfaces}/AstsStockInfo.d.ts +0 -0
  485. /package/dist/{types/interfaces → interfaces}/AsttReconciliationDocuments.d.ts +0 -0
  486. /package/dist/{types/interfaces → interfaces}/AsvProductsByReference.d.ts +0 -0
  487. /package/dist/{types/interfaces → interfaces}/AsvProductsByStore.d.ts +0 -0
  488. /package/dist/{types/interfaces → interfaces}/AsvProductsStockDetails.d.ts +0 -0
  489. /package/dist/{types/interfaces → interfaces}/Atim.d.ts +0 -0
  490. /package/dist/{types/interfaces → interfaces}/AtimScheduling.d.ts +0 -0
  491. /package/dist/{types/interfaces → interfaces}/AttendanceIssues.d.ts +0 -0
  492. /package/dist/{types/interfaces → interfaces}/Auth0Config.d.ts +0 -0
  493. /package/dist/{types/interfaces → interfaces}/BellNotification.d.ts +0 -0
  494. /package/dist/{types/interfaces → interfaces}/Brand.d.ts +0 -0
  495. /package/dist/{types/interfaces → interfaces}/Bulk.d.ts +0 -0
  496. /package/dist/{types/interfaces → interfaces}/Bwg.d.ts +0 -0
  497. /package/dist/{types/interfaces → interfaces}/Checkout.d.ts +0 -0
  498. /package/dist/{types/interfaces → interfaces}/Configuration.d.ts +0 -0
  499. /package/dist/{types/interfaces → interfaces}/ContractStates.d.ts +0 -0
  500. /package/dist/{types/interfaces → interfaces}/Countries.d.ts +0 -0
  501. /package/dist/{types/interfaces → interfaces}/CreateNotification.d.ts +0 -0
  502. /package/dist/{types/interfaces → interfaces}/Customer.d.ts +0 -0
  503. /package/dist/{types/interfaces → interfaces}/CustomerHistory.d.ts +0 -0
  504. /package/dist/{types/interfaces → interfaces}/CustomerVoucher.d.ts +0 -0
  505. /package/dist/{types/interfaces → interfaces}/EvaluationCycle.d.ts +0 -0
  506. /package/dist/{types/interfaces → interfaces}/ExpUsersAnswers.d.ts +0 -0
  507. /package/dist/{types/interfaces → interfaces}/FlowExecution.d.ts +0 -0
  508. /package/dist/{types/interfaces → interfaces}/FlowList.d.ts +0 -0
  509. /package/dist/{types/interfaces → interfaces}/GetMonths.d.ts +0 -0
  510. /package/dist/{types/interfaces → interfaces}/Instances.d.ts +0 -0
  511. /package/dist/{types/interfaces → interfaces}/JobTitles.d.ts +0 -0
  512. /package/dist/{types/interfaces → interfaces}/MIMO.d.ts +0 -0
  513. /package/dist/{types/interfaces → interfaces}/MacroInstance.d.ts +0 -0
  514. /package/dist/{types/interfaces → interfaces}/Macros.d.ts +0 -0
  515. /package/dist/{types/interfaces → interfaces}/MonitoringComponent.d.ts +0 -0
  516. /package/dist/{types/interfaces → interfaces}/NotificationTitle.d.ts +0 -0
  517. /package/dist/{types/interfaces → interfaces}/OSUA.d.ts +0 -0
  518. /package/dist/{types/interfaces → interfaces}/PriceChange.d.ts +0 -0
  519. /package/dist/{types/interfaces → interfaces}/Product.d.ts +0 -0
  520. /package/dist/{types/interfaces → interfaces}/ProductsHierarchies.d.ts +0 -0
  521. /package/dist/{types/interfaces → interfaces}/ProductsPickedTransfers.d.ts +0 -0
  522. /package/dist/{types/interfaces → interfaces}/Questionnaire.d.ts +0 -0
  523. /package/dist/{types/interfaces → interfaces}/ReasonCodes.d.ts +0 -0
  524. /package/dist/{types/interfaces → interfaces}/ReportBuilder.d.ts +0 -0
  525. /package/dist/{types/interfaces → interfaces}/ResponseList.d.ts +0 -0
  526. /package/dist/{types/interfaces → interfaces}/Rfid.d.ts +0 -0
  527. /package/dist/{types/interfaces → interfaces}/Roles.d.ts +0 -0
  528. /package/dist/{types/interfaces → interfaces}/Store.d.ts +0 -0
  529. /package/dist/{types/interfaces → interfaces}/TagsFlow.d.ts +0 -0
  530. /package/dist/{types/interfaces → interfaces}/TermNotification.d.ts +0 -0
  531. /package/dist/{types/interfaces → interfaces}/TimeKeeping.d.ts +0 -0
  532. /package/dist/{types/interfaces → interfaces}/TransferAllProducts.d.ts +0 -0
  533. /package/dist/{types/interfaces → interfaces}/TransferDocumentState.d.ts +0 -0
  534. /package/dist/{types/interfaces → interfaces}/TransferDocuments.d.ts +0 -0
  535. /package/dist/{types/interfaces → interfaces}/TransferPackage.d.ts +0 -0
  536. /package/dist/{types/interfaces → interfaces}/TransferPickProducts.d.ts +0 -0
  537. /package/dist/{types/interfaces → interfaces}/TransferReportDiff.d.ts +0 -0
  538. /package/dist/{types/interfaces → interfaces}/TransferStates.d.ts +0 -0
  539. /package/dist/{types/interfaces → interfaces}/UserAuthentication.d.ts +0 -0
  540. /package/dist/{types/interfaces → interfaces}/UserEmailStatus.d.ts +0 -0
  541. /package/dist/{types/interfaces → interfaces}/VacationPlan.d.ts +0 -0
  542. /package/dist/{types/interfaces → interfaces}/VerifyImage.d.ts +0 -0
  543. /package/dist/{types/interfaces → interfaces}/VerifyUser.d.ts +0 -0
  544. /package/dist/{types/interfaces → interfaces}/Watson.d.ts +0 -0
  545. /package/dist/{types/interfaces → interfaces}/Workload.d.ts +0 -0
  546. /package/dist/{types/interfaces → interfaces}/index.d.ts +0 -0
  547. /package/dist/{types/services → services}/index.d.ts +0 -0
@@ -1,15 +0,0 @@
1
- export declare const icons: {
2
- faBars: import("@fortawesome/fontawesome-common-types").IconDefinition;
3
- faUser: import("@fortawesome/fontawesome-common-types").IconDefinition;
4
- faUserTie: import("@fortawesome/fontawesome-common-types").IconDefinition;
5
- faPlus: import("@fortawesome/fontawesome-common-types").IconDefinition;
6
- faUserPlus: import("@fortawesome/fontawesome-common-types").IconDefinition;
7
- faXmark: import("@fortawesome/fontawesome-common-types").IconDefinition;
8
- faCartShopping: import("@fortawesome/fontawesome-common-types").IconDefinition;
9
- faChevronDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
- faFilter: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
- faSearch: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
- faQrcode: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
- faCheck: import("@fortawesome/fontawesome-common-types").IconDefinition;
14
- faTrashAlt: import("@fortawesome/fontawesome-common-types").IconDefinition;
15
- };
@@ -1,2 +0,0 @@
1
- import { AddClientBalanceRequest } from "../../../interfaces";
2
- export declare const postClientBalance: () => import("@tanstack/react-query").UseMutationResult<AddClientBalanceRequest, unknown, AddClientBalanceRequest, unknown>;
@@ -1,2 +0,0 @@
1
- import { ScheduleTimePeriod, ResponseList } from "../../../../interfaces";
2
- export declare const useScheduleTimePeriodsQueryHook: () => import("@tanstack/react-query").UseQueryResult<ResponseList<"Periods", ScheduleTimePeriod>, unknown>;
@@ -1,8 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Schedule } from "../../../../interfaces";
3
- interface ScheduleQueryOptions extends UseQueryOptions<Schedule> {
4
- date: number;
5
- storeId: string;
6
- }
7
- export declare const useScheduleQueryHook: ({ date, storeId, ...options }: ScheduleQueryOptions) => import("@tanstack/react-query").UseQueryResult<Schedule, unknown>;
8
- export {};
@@ -1,9 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { ResponseList, WorkMonths } from "../../../../interfaces";
3
- interface WorkMonthsQueryOptions extends UseQueryOptions<ResponseList<"WorkMonths", WorkMonths>> {
4
- year?: number;
5
- page?: number;
6
- records?: number;
7
- }
8
- export declare const useWorkMonths: ({ year, page, records, ...options }: WorkMonthsQueryOptions) => import("@tanstack/react-query").UseQueryResult<ResponseList<"WorkMonths", WorkMonths>, unknown>;
9
- export {};
@@ -1,2 +0,0 @@
1
- import { AttendanceRange } from "../../../../interfaces";
2
- export declare const postAttendanceRange: () => import("@tanstack/react-query").UseMutationResult<AttendanceRange, unknown, AttendanceRange, unknown>;
@@ -1,2 +0,0 @@
1
- import { WorkLogDetail } from "../../../../interfaces";
2
- export declare const useAttendancesById: () => import("@tanstack/react-query").UseMutationResult<WorkLogDetail, unknown, WorkLogDetail, unknown>;
@@ -1,2 +0,0 @@
1
- import { Schedule } from "../../../../interfaces/AtimScheduling";
2
- export declare const useScheduleMutateQuery: () => import("@tanstack/react-query").UseMutationResult<Schedule, unknown, Schedule, unknown>;
@@ -1,2 +0,0 @@
1
- import { Attendance } from "../../../../interfaces";
2
- export declare const usePostAttendance: () => import("@tanstack/react-query").UseMutationResult<Attendance, unknown, Attendance, unknown>;
@@ -1,2 +0,0 @@
1
- import { VerifyUser } from '../../../../interfaces';
2
- export declare const postVerifyUserQueryHook: () => import("@tanstack/react-query").UseMutationResult<VerifyUser, unknown, VerifyUser, unknown>;
@@ -1,2 +0,0 @@
1
- import { VoucherTemplates } from "../../../interfaces";
2
- export declare const useDisableVoucherTemplate: () => import("@tanstack/react-query").UseMutationResult<VoucherTemplates, unknown, VoucherTemplates, unknown>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { FlowExecution } from "../../../interfaces";
3
- export declare const getFlowExecutionById: (executionId: string, { ...options }: UseQueryOptions<FlowExecution>) => import("@tanstack/react-query").UseQueryResult<FlowExecution, unknown>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { FlowList } from "../../../interfaces";
3
- export declare const getFlowListById: (flowId: string, { ...options }: UseQueryOptions<FlowList>) => import("@tanstack/react-query").UseQueryResult<FlowList, unknown>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { TagsFlow } from "../../../interfaces";
3
- export declare const getTagsFlow: ({ ...options }: UseQueryOptions<TagsFlow[]>) => import("@tanstack/react-query").UseQueryResult<TagsFlow[], unknown>;
@@ -1,2 +0,0 @@
1
- import { FlowExecution } from '../../../interfaces';
2
- export declare const runFlowExecutionQuery: () => import("@tanstack/react-query").UseMutationResult<FlowExecution, unknown, FlowExecution, unknown>;
@@ -1,2 +0,0 @@
1
- import { FlowExecution } from '../../../interfaces';
2
- export declare const useFlowExecutionQuery: () => import("@tanstack/react-query").UseMutationResult<FlowExecution, unknown, FlowExecution, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AnalyticsEvaluationCycle } from "../../../interfaces";
3
- export interface AnalyticsEvaluationCycles extends UseQueryOptions<AnalyticsEvaluationCycle[]> {
4
- pSortDirection?: string;
5
- pFilter?: string;
6
- }
7
- export declare const useAnalyticsEvaluationCyclesQueryHook: ({ pSortDirection, pFilter }: AnalyticsEvaluationCycles) => import("@tanstack/react-query").UseQueryResult<AnalyticsEvaluationCycle[], unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AnalyticsEvaluationCycle } from "../../../interfaces";
3
- export interface AnalyticsSideBar extends UseQueryOptions<AnalyticsEvaluationCycle[]> {
4
- pSortDirection?: string;
5
- pFilter?: string;
6
- }
7
- export declare const useAnalyticsSideBarQueryHook: ({ pSortDirection, pFilter }: AnalyticsSideBar) => import("@tanstack/react-query").UseQueryResult<AnalyticsEvaluationCycle[], unknown>;
@@ -1,4 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { NotificationApplication } from "../../../interfaces/Anot";
3
- import { ResponseList } from "../../../interfaces/ResponseList";
4
- export declare const getNotificationApplications: ({ ...options }: Omit<UseQueryOptions<ResponseList<"Applications", NotificationApplication>>, "queryKey">) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Applications", NotificationApplication>, unknown>;
@@ -1,4 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { ResponseList } from "../../../interfaces/ResponseList";
3
- import { CriticalityInterface } from "../../../interfaces/Anot";
4
- export declare const getNotificationCriticalities: ({ ...options }: Omit<UseQueryOptions<ResponseList<"Criticalities", CriticalityInterface>>, "queryKey">) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Criticalities", CriticalityInterface>, unknown>;
@@ -1,6 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- interface SupportedLanguagesResponse {
3
- SupportedLanguages: string[];
4
- }
5
- export declare const getNotificationLanguages: ({ ...options }: UseQueryOptions<SupportedLanguagesResponse>) => import("@tanstack/react-query").UseQueryResult<SupportedLanguagesResponse, unknown>;
6
- export {};
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AnotInterface } from "../../../interfaces/Anot";
3
- export declare const getNotificationTypeById: (id: string, { ...options }: UseQueryOptions<AnotInterface>) => import("@tanstack/react-query").UseQueryResult<AnotInterface, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnotInterface } from '../../../interfaces/Anot';
2
- export declare const createNotificationTypeQuery: () => import("@tanstack/react-query").UseMutationResult<AnotInterface, unknown, AnotInterface, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnotInterface } from '../../../interfaces/Anot';
2
- export declare const editNotificationTypeQuery: () => import("@tanstack/react-query").UseMutationResult<AnotInterface, unknown, AnotInterface, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnotInterface } from '../../../interfaces/Anot';
2
- export declare const createNotificationTypeQuery: () => import("@tanstack/react-query").UseMutationResult<AnotInterface, unknown, AnotInterface, unknown>;
@@ -1,2 +0,0 @@
1
- import { Answer } from "../../../interfaces";
2
- export declare const useAnswerIdQueryHook: (answerId: string) => import("@tanstack/react-query").UseQueryResult<Answer, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AnswersUserSupervisor } from "../../../interfaces";
3
- export interface AnswersUserSupervisorQuery extends UseQueryOptions<AnswersUserSupervisor> {
4
- evaluationId: string;
5
- userId: string;
6
- }
7
- export declare const useAnswersUserSupervisorQuery: ({ evaluationId, userId }: AnswersUserSupervisorQuery) => import("@tanstack/react-query").UseQueryResult<AnswersUserSupervisor, unknown>;
@@ -1,2 +0,0 @@
1
- import { Answer } from '../../../interfaces';
2
- export declare const openAnswerQueryHook: () => import("@tanstack/react-query").UseMutationResult<Answer, unknown, Answer, unknown>;
@@ -1,8 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { ReportBuilder } from "../../../interfaces";
3
- export interface postAnswersExportQuery extends UseQueryOptions<ReportBuilder> {
4
- evaluationId: string;
5
- userId: string;
6
- language?: string;
7
- }
8
- export declare const postAnswersExportQueryHook: () => import("@tanstack/react-query").UseMutationResult<postAnswersExportQuery, unknown, postAnswersExportQuery, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnalyticsUserId, Answer } from '../../../interfaces';
2
- export declare const showAnswerQueryHook: () => import("@tanstack/react-query").UseMutationResult<Answer, unknown, AnalyticsUserId, unknown>;
@@ -1,2 +0,0 @@
1
- import { TransferDocumentIds } from "../../../interfaces";
2
- export declare const getIdProductsPickedASGT: () => import("@tanstack/react-query").UseQueryResult<TransferDocumentIds, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AsvProductsStockDetails } from "../../../interfaces";
3
- export interface AssProductsStockDetailsProps extends UseQueryOptions<AsvProductsStockDetails> {
4
- reference: string;
5
- storeCode: string;
6
- }
7
- export declare const getAssProductsStockDetailsQueryHook: ({ reference, storeCode }: AssProductsStockDetailsProps) => import("@tanstack/react-query").UseQueryResult<AsvProductsStockDetails, unknown>;
@@ -1,2 +0,0 @@
1
- import { Actions } from "../../../../interfaces";
2
- export declare const getActionByIdQueryHook: (actionId: string) => import("@tanstack/react-query").UseQueryResult<Actions, unknown>;
@@ -1,2 +0,0 @@
1
- import { HeadersInterface } from "../../../../interfaces";
2
- export declare const getActionPriorityQueryHook: () => import("@tanstack/react-query").UseQueryResult<HeadersInterface[], unknown>;
@@ -1,2 +0,0 @@
1
- import { HeadersInterface } from "../../../../interfaces";
2
- export declare const getActionStageQueryHook: () => import("@tanstack/react-query").UseQueryResult<HeadersInterface[], unknown>;
@@ -1,2 +0,0 @@
1
- import { Actions } from '../../../../interfaces';
2
- export declare const useActionMutateHook: () => import("@tanstack/react-query").UseMutationResult<Actions, unknown, Actions, unknown>;
@@ -1,2 +0,0 @@
1
- import { Actions } from '../../../../interfaces';
2
- export declare const finishActionQueryHook: () => import("@tanstack/react-query").UseMutationResult<Actions, unknown, Actions, unknown>;
@@ -1,2 +0,0 @@
1
- import { Actions } from '../../../../interfaces';
2
- export declare const selectActionStatusQueryHook: () => import("@tanstack/react-query").UseMutationResult<Actions, unknown, Actions, unknown>;
@@ -1,2 +0,0 @@
1
- import { Actions } from '../../../../interfaces';
2
- export declare const startActionQueryHook: () => import("@tanstack/react-query").UseMutationResult<Actions, unknown, Actions, unknown>;
@@ -1,2 +0,0 @@
1
- import { Answer } from "../../../../interfaces";
2
- export declare const getAnswerByIdQueryHook: (answerId: string) => import("@tanstack/react-query").UseQueryResult<Answer, unknown>;
@@ -1,2 +0,0 @@
1
- import { Answer } from '../../../../interfaces';
2
- export declare const finishAstaAnswersQueryHook: () => import("@tanstack/react-query").UseMutationResult<Answer, unknown, Answer, unknown>;
@@ -1,2 +0,0 @@
1
- import { HeadersInterface } from "../../../../interfaces";
2
- export declare const getAnswerColorsQueryHook: () => import("@tanstack/react-query").UseQueryResult<HeadersInterface[], unknown>;
@@ -1,2 +0,0 @@
1
- import { AnswerType } from "../../../../interfaces";
2
- export declare const getAnswerTypeByIdQueryHook: (answerTypeId: string) => import("@tanstack/react-query").UseQueryResult<AnswerType, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnswerType } from "../../../../interfaces";
2
- export declare const getAnswerTypeQueryHook: () => import("@tanstack/react-query").UseQueryResult<AnswerType[], unknown>;
@@ -1,2 +0,0 @@
1
- import { AnswerType } from '../../../../interfaces';
2
- export declare const useAnswerTypeMutateHook: () => import("@tanstack/react-query").UseMutationResult<AnswerType, unknown, AnswerType, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnswerType } from '../../../../interfaces';
2
- export declare const finishAnswerTypeQueryHook: () => import("@tanstack/react-query").UseMutationResult<AnswerType, unknown, AnswerType, unknown>;
@@ -1,2 +0,0 @@
1
- import { AnswerType } from '../../../../interfaces';
2
- export declare const selectAnswerNameQueryHook: () => import("@tanstack/react-query").UseMutationResult<AnswerType, unknown, AnswerType, unknown>;
@@ -1,2 +0,0 @@
1
- import { Inspection } from '../../../../interfaces';
2
- export declare const useInspectionMutateHook: (templateId: string, userId: string, userName: string) => import("@tanstack/react-query").UseMutationResult<Inspection, unknown, Inspection, unknown>;
@@ -1,2 +0,0 @@
1
- import { Inspection } from '../../../../interfaces';
2
- export declare const exportInspectionMutateHook: (inspectionId: string, userName: string, language?: string) => import("@tanstack/react-query").UseMutationResult<Inspection, unknown, Inspection, unknown>;
@@ -1,2 +0,0 @@
1
- import { Inspection } from '../../../../interfaces';
2
- export declare const finishInspectionQueryHook: () => import("@tanstack/react-query").UseMutationResult<Inspection, unknown, Inspection, unknown>;
@@ -1,2 +0,0 @@
1
- import { Template } from "../../../../interfaces";
2
- export declare const getTemplateByIdQueryHook: (templateId: string) => import("@tanstack/react-query").UseQueryResult<Template, unknown>;
@@ -1,2 +0,0 @@
1
- import { HeadersInterface } from "../../../../interfaces";
2
- export declare const getTemplateHeadersQueryHook: () => import("@tanstack/react-query").UseQueryResult<HeadersInterface[], unknown>;
@@ -1,2 +0,0 @@
1
- import { Template } from '../../../../interfaces';
2
- export declare const useTemplateMutateHook: () => import("@tanstack/react-query").UseMutationResult<Template, unknown, Template, unknown>;
@@ -1,2 +0,0 @@
1
- import { Template } from '../../../../interfaces/Template';
2
- export declare const finishTemplateQueryHook: () => import("@tanstack/react-query").UseMutationResult<Template, unknown, Template, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AstsStockInfo } from "../../../interfaces";
3
- export interface StockQueryProps extends UseQueryOptions<AstsStockInfo[]> {
4
- reference?: string;
5
- countryId?: string;
6
- }
7
- export declare const getStockQueryHook: ({ reference, countryId, ...options }: StockQueryProps) => import("@tanstack/react-query").UseQueryResult<AstsStockInfo[], unknown>;
@@ -1,2 +0,0 @@
1
- import { TransferDocumentIds } from "../../../../interfaces";
2
- export declare const getIdProductsPickedASTT: () => import("@tanstack/react-query").UseQueryResult<TransferDocumentIds, unknown>;
@@ -1,2 +0,0 @@
1
- import { TransferStates } from "../../../interfaces";
2
- export declare const getTransfeStatesQueryHook: () => import("@tanstack/react-query").UseQueryResult<TransferStates[], unknown>;
@@ -1,8 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AsvProductsByReference, ResponseList } from "../../../interfaces";
3
- export interface ProductsByRefProps extends UseQueryOptions<ResponseList<"StockList", AsvProductsByReference>> {
4
- reference: string;
5
- sortBy?: string;
6
- sortDirection?: string;
7
- }
8
- export declare const getProductsByRef: ({ reference, sortBy, sortDirection }: ProductsByRefProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"StockList", AsvProductsByReference>, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AsvProductsStockDetails } from "../../../interfaces";
3
- export interface ProductsStockDetailsProps extends UseQueryOptions<AsvProductsStockDetails> {
4
- reference: string;
5
- storeCode: string;
6
- }
7
- export declare const getProductsStockDetailsQueryHook: ({ reference, storeCode }: ProductsStockDetailsProps) => import("@tanstack/react-query").UseQueryResult<AsvProductsStockDetails, unknown>;
@@ -1,2 +0,0 @@
1
- import { GetMonths } from "../../../interfaces";
2
- export declare const getMonthsListQueryHook: () => import("@tanstack/react-query").UseQueryResult<GetMonths[], unknown>;
@@ -1,2 +0,0 @@
1
- import { GetMonths } from '../../../interfaces';
2
- export declare const publishMonthsEmployeeHook: () => import("@tanstack/react-query").UseMutationResult<number, unknown, GetMonths, unknown>;
@@ -1,2 +0,0 @@
1
- import { GetMonths } from '../../../interfaces';
2
- export declare const publishMonthsManagerHook: () => import("@tanstack/react-query").UseMutationResult<number, unknown, GetMonths, unknown>;
@@ -1,2 +0,0 @@
1
- import { EvaluationCycle } from "../../../interfaces";
2
- export declare const useEvaluationCycleIdQueryHook: (evaluationId: string) => import("@tanstack/react-query").UseQueryResult<EvaluationCycle, unknown>;
@@ -1,2 +0,0 @@
1
- import { IntegrationData } from "../../../../interfaces";
2
- export declare const useIntegrationDataQuery: () => import("@tanstack/react-query").UseQueryResult<IntegrationData[], unknown>;
@@ -1 +0,0 @@
1
- export declare const postDagsAdjustStock: () => import("@tanstack/react-query").UseMutationResult<string, unknown, void, unknown>;
@@ -1,5 +0,0 @@
1
- interface IntegrationDagData {
2
- Result: boolean;
3
- }
4
- export declare const postIntegrationDag: () => import("@tanstack/react-query").UseMutationResult<IntegrationDagData, unknown, IntegrationDagData, unknown>;
5
- export {};
@@ -1,2 +0,0 @@
1
- import { VendusIntegration } from '../../../../interfaces';
2
- export declare const postVendusIntegration: () => import("@tanstack/react-query").UseMutationResult<VendusIntegration, unknown, VendusIntegration, unknown>;
@@ -1,2 +0,0 @@
1
- import { ErrorHistoryItem } from "../../../../interfaces";
2
- export declare const updateErrorHistory: () => import("@tanstack/react-query").UseMutationResult<ErrorHistoryItem, unknown, ErrorHistoryItem, unknown>;
@@ -1,6 +0,0 @@
1
- import { VendusIntegration } from "../../../../interfaces";
2
- export interface IntegrationUpdate {
3
- type: string;
4
- date: number;
5
- }
6
- export declare const putVendusIntegration: () => import("@tanstack/react-query").UseMutationResult<VendusIntegration, unknown, IntegrationUpdate, unknown>;
@@ -1,9 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { DocumentGng, ResponseList } from "../../../../interfaces";
3
- interface GetGNGDocumentosProps extends UseQueryOptions<ResponseList<"Documents", DocumentGng>> {
4
- page?: number;
5
- records?: number;
6
- query?: string;
7
- }
8
- export declare const getGngDocumentos: ({ page, records, query, ...options }: GetGNGDocumentosProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"Documents", DocumentGng>, unknown>;
9
- export {};
@@ -1,2 +0,0 @@
1
- import { ResponseList, Queues } from "../../../../interfaces";
2
- export declare const getQueues: () => import("@tanstack/react-query").UseQueryResult<ResponseList<"QueueConfigurations", Queues>, unknown>;
@@ -1 +0,0 @@
1
- export declare const postEventsRep: () => import("@tanstack/react-query").UseMutationResult<string, unknown, void, unknown>;
@@ -1,2 +0,0 @@
1
- import { CreateVoucher } from "../../../interfaces";
2
- export declare const postVoucherOsua: () => import("@tanstack/react-query").UseMutationResult<CreateVoucher, unknown, CreateVoucher, unknown>;
@@ -1,2 +0,0 @@
1
- import { IntegrationData } from "../../../interfaces";
2
- export declare const useSetIntegrationToFinished: () => import("@tanstack/react-query").UseMutationResult<IntegrationData, unknown, IntegrationData, unknown>;
@@ -1,2 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- export declare const getAuth0ConfigQueryHook: ({ ...options }: UseQueryOptions) => import("@tanstack/react-query").UseQueryResult<unknown, unknown>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Instances } from "../../../interfaces";
3
- export declare const getInstanceByIdQueryHook: (instanceId: string, { ...options }: UseQueryOptions<Instances>, userDetails?: boolean) => import("@tanstack/react-query").UseQueryResult<Instances, unknown>;
@@ -1,8 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { MacroInstance } from "../../../interfaces";
3
- interface MacrosInstancesProps extends Omit<UseQueryOptions<MacroInstance>, "queryKey"> {
4
- costumerId?: string;
5
- type?: string;
6
- }
7
- export declare const getMacrosInstancesQueryHook: ({ costumerId, type, ...options }: MacrosInstancesProps) => import("@tanstack/react-query").UseQueryResult<MacroInstance, unknown>;
8
- export {};
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Instances } from "../../../interfaces";
3
- export declare const getMacrosUserQueryHook: (instanceId: string, { ...options }: UseQueryOptions<Instances>) => import("@tanstack/react-query").UseQueryResult<Instances, unknown>;
@@ -1,2 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- export declare const getVacationTemplateQueryHook: ({ ...options }: UseQueryOptions) => import("@tanstack/react-query").UseQueryResult<unknown, unknown>;
@@ -1,8 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { VacationPlan } from "../../../../interfaces";
3
- interface ApproveVacationPlanProps extends UseQueryOptions<VacationPlan> {
4
- userId: string;
5
- vacationPlan: string;
6
- }
7
- export declare const approveVacationPlanQueryHook: ({ vacationPlan, userId }: ApproveVacationPlanProps) => import("@tanstack/react-query").UseMutationResult<VacationPlan, unknown, VacationPlan, unknown>;
8
- export {};
@@ -1,9 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { VacationPlan } from "../../../../interfaces";
3
- interface RejectVacationPlanProps extends UseQueryOptions<VacationPlan> {
4
- userId: string;
5
- vacationPlan: string;
6
- notes: string;
7
- }
8
- export declare const rejectVacationPlanQueryHook: ({ vacationPlan, userId, notes }: RejectVacationPlanProps) => import("@tanstack/react-query").UseMutationResult<VacationPlan, unknown, VacationPlan, unknown>;
9
- export {};
@@ -1,2 +0,0 @@
1
- import { Bulk } from '../../interfaces';
2
- export declare const editFieldsByBulkQueryHook: () => import("@tanstack/react-query").UseMutationResult<Bulk, unknown, Bulk, unknown>;
@@ -1 +0,0 @@
1
- export declare const oneSignalUserQuery: () => import("@tanstack/react-query").UseMutationResult<any, unknown, any, unknown>;
@@ -1,2 +0,0 @@
1
- import { ApplicationsByCategory, ResponseList } from "../../interfaces";
2
- export declare const useApplicationDataQueryHook: () => import("@tanstack/react-query").UseQueryResult<ResponseList<"Categories", ApplicationsByCategory>, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { ContractStates, ResponseList } from "../../interfaces";
3
- interface ContractStatesQueryProps extends Omit<UseQueryOptions<ResponseList<"ContractStates", ContractStates>>, "queryKey"> {
4
- records: string;
5
- }
6
- export declare const useContractStatesQuery: ({ records, ...options }: ContractStatesQueryProps) => import("@tanstack/react-query").UseQueryResult<ResponseList<"ContractStates", ContractStates>, unknown>;
7
- export {};
@@ -1,2 +0,0 @@
1
- import { TermNotification } from "../../interfaces";
2
- export declare const useTermNotificationQueryHook: () => import("@tanstack/react-query").UseQueryResult<TermNotification[], unknown>;
@@ -1,2 +0,0 @@
1
- import { Questionnaire } from "../../../interfaces";
2
- export declare const useQuestionnaireIdQueryHook: (surveyId: string) => import("@tanstack/react-query").UseQueryResult<Questionnaire, unknown>;
@@ -1,2 +0,0 @@
1
- import { Questionnaire } from '../../../interfaces/Questionnaire';
2
- export declare const useQuestionnaireMutateHook: () => import("@tanstack/react-query").UseMutationResult<Questionnaire, unknown, Questionnaire, unknown>;
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Store } from "../../interfaces/Store";
3
- interface StoreQueryProps extends UseQueryOptions<Store> {
4
- id: string;
5
- }
6
- export declare const useStoreQuery: ({ id, ...options }: StoreQueryProps) => import("@tanstack/react-query").UseQueryResult<Store, unknown>;
7
- export {};
@@ -1,7 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { User } from "../../../interfaces";
3
- export interface getUserAndSupervisorProps extends UseQueryOptions<User> {
4
- evaluactionCycle: string;
5
- userId: string;
6
- }
7
- export declare const getUserAndSupervisorQueryHook: ({ evaluactionCycle, userId }: getUserAndSupervisorProps) => import("@tanstack/react-query").UseQueryResult<User, unknown>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Permissions } from "../../../interfaces";
3
- export declare const usePermissionIdQueryHook: (Id: string, options?: UseQueryOptions<Permissions, Error>) => import("@tanstack/react-query").UseQueryResult<Permissions, Error>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { User } from "../../../interfaces";
3
- export declare const useSingleUserIdQueryHook: (userId: string, options?: UseQueryOptions<User, Error>) => import("@tanstack/react-query").UseQueryResult<User, Error>;
@@ -1,2 +0,0 @@
1
- import { User } from "../../../interfaces";
2
- export declare const useUserIdQueryHook: (userId: string) => import("@tanstack/react-query").UseQueryResult<User, unknown>;
@@ -1,2 +0,0 @@
1
- import { Permissions } from '../../../interfaces';
2
- export declare const deletePermissionMutateHook: () => import("@tanstack/react-query").UseMutationResult<Permissions, unknown, Permissions, unknown>;
@@ -1,2 +0,0 @@
1
- import { User } from "../../../interfaces";
2
- export declare const useUserBlockQueryHook: () => import("@tanstack/react-query").UseMutationResult<User, unknown, User, unknown>;
@@ -1,2 +0,0 @@
1
- import { User } from "../../../interfaces";
2
- export declare const useUserEmailVerifQueryHook: () => import("@tanstack/react-query").UseMutationResult<User, unknown, User, unknown>;
@@ -1,2 +0,0 @@
1
- import { User } from "../../../interfaces";
2
- export declare const useUserResetPassByEmailHook: () => import("@tanstack/react-query").UseMutationResult<User, unknown, User, unknown>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Session } from "../../../interfaces";
3
- export declare const getCloseSession: (SessionId: string, options?: UseQueryOptions<Session, Error>) => import("@tanstack/react-query").UseQueryResult<Session, Error>;
@@ -1,3 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { AttendanceIssues } from "../../../interfaces";
3
- export declare const getAttendanceIssuesByIdQueryHook: (userId: string, options?: UseQueryOptions<AttendanceIssues, Error>) => import("@tanstack/react-query").UseQueryResult<AttendanceIssues, Error>;
@@ -1,8 +0,0 @@
1
- import { UseQueryOptions } from "@tanstack/react-query";
2
- import { Schedule } from "../../../interfaces";
3
- interface ScheduleWidgetQueryOptions extends UseQueryOptions<Schedule> {
4
- date: number;
5
- storeId: string;
6
- }
7
- export declare const getScheduleQueryHook: ({ date, storeId, ...options }: ScheduleWidgetQueryOptions) => import("@tanstack/react-query").UseQueryResult<Schedule, unknown>;
8
- export {};