@omniumretail/shared-resources 0.3.86 → 0.3.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1221) hide show
  1. package/dist/components/SharedContextProvider/index.d.ts +8 -0
  2. package/dist/components/index.d.ts +1 -0
  3. package/dist/constants/QueryClient.d.ts +3 -0
  4. package/dist/constants/index.d.ts +1 -0
  5. package/dist/contexts/useStore.d.ts +9 -0
  6. package/dist/helpers/codeMutation.d.ts +4 -0
  7. package/dist/helpers/date-unix.helper.d.ts +6 -0
  8. package/dist/helpers/getChildrenByType.helper.d.ts +3 -0
  9. package/dist/hooks/ACB/get/getClientBalance.hook.d.ts +8 -0
  10. package/dist/hooks/ACB/mutate/postClientBalance.hook.d.ts +3 -0
  11. package/dist/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +11 -0
  12. package/dist/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +11 -0
  13. package/dist/hooks/ASAEGNG/get/getCustomersQuery.hook.d.ts +13 -0
  14. package/dist/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +11 -0
  15. package/dist/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +11 -0
  16. package/dist/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +14 -0
  17. package/dist/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +12 -0
  18. package/dist/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +14 -0
  19. package/dist/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +12 -0
  20. package/dist/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +12 -0
  21. package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +3 -0
  22. package/dist/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +11 -0
  23. package/dist/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +9 -0
  24. package/dist/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +12 -0
  25. package/dist/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +10 -0
  26. package/dist/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +10 -0
  27. package/dist/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +3 -0
  28. package/dist/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +3 -0
  29. package/dist/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +3 -0
  30. package/dist/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +3 -0
  31. package/dist/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +14 -0
  32. package/dist/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +3 -0
  33. package/dist/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +11 -0
  34. package/dist/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +3 -0
  35. package/dist/hooks/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +9 -0
  36. package/dist/hooks/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +9 -0
  37. package/dist/hooks/Acls/get/getVoucherSitooQuery.hook.d.ts +9 -0
  38. package/dist/hooks/Acls/get/getVoucherTemplatesQuery.hook.d.ts +10 -0
  39. package/dist/hooks/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +3 -0
  40. package/dist/hooks/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +8 -0
  41. package/dist/hooks/Acls/mutate/postSalesAssociationQuery.hook.d.ts +7 -0
  42. package/dist/hooks/Acls/mutate/postVerificationEmailQuery.hook.d.ts +8 -0
  43. package/dist/hooks/Acls/mutate/postVerificationUserQuery.hook.d.ts +8 -0
  44. package/dist/hooks/Acls/mutate/postVoucherSitooQuery.hook.d.ts +8 -0
  45. package/dist/hooks/Acls/mutate/reactivateVoucherQuery.hook.d.ts +8 -0
  46. package/dist/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +3 -0
  47. package/dist/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +4 -0
  48. package/dist/hooks/Aexp/get/getFlowExecutionQuery.hook.d.ts +13 -0
  49. package/dist/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +4 -0
  50. package/dist/hooks/Aexp/get/getFlowListQuery.hook.d.ts +14 -0
  51. package/dist/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +4 -0
  52. package/dist/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +3 -0
  53. package/dist/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +3 -0
  54. package/dist/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +3 -0
  55. package/dist/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +3 -0
  56. package/dist/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +3 -0
  57. package/dist/hooks/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +3 -0
  58. package/dist/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +14 -0
  59. package/dist/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +8 -0
  60. package/dist/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +10 -0
  61. package/dist/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +8 -0
  62. package/dist/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +14 -0
  63. package/dist/hooks/Analytics/get/useAnalyticsUserQuery.hook.d.ts +15 -0
  64. package/dist/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +5 -0
  65. package/dist/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +5 -0
  66. package/dist/hooks/Anot/get/getNotificationHeadersQuery.hook.d.ts +18 -0
  67. package/dist/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +7 -0
  68. package/dist/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +4 -0
  69. package/dist/hooks/Anot/get/getNotificationsQuery.hook.d.ts +14 -0
  70. package/dist/hooks/Anot/get/getNotificationsTypeQuery.hook.d.ts +13 -0
  71. package/dist/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +3 -0
  72. package/dist/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +3 -0
  73. package/dist/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +8 -0
  74. package/dist/hooks/Answer/mutate/useAnswerMutateQuery.hook.d.ts +10 -0
  75. package/dist/hooks/Answer/others/openAnswerQuery.hook.d.ts +3 -0
  76. package/dist/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +9 -0
  77. package/dist/hooks/Answer/others/showAnswerQuery.hook.d.ts +3 -0
  78. package/dist/hooks/AprProduct/get/useProductHierarchies.hook.d.ts +8 -0
  79. package/dist/hooks/AprProduct/get/useProductRecommendations.hook.d.ts +12 -0
  80. package/dist/hooks/AprProduct/get/useProductsByRefQuery.hook.d.ts +8 -0
  81. package/dist/hooks/AprProduct/get/useProductsQuery.hook.d.ts +145 -0
  82. package/dist/hooks/Aprc/get/getPriceChangePinQuery.hook.d.ts +6 -0
  83. package/dist/hooks/Aprc/others/postPriceChangePinQuery.hook.d.ts +7 -0
  84. package/dist/hooks/Aprc/others/sendEmailWithPinQuery.hook.d.ts +7 -0
  85. package/dist/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +3 -0
  86. package/dist/hooks/Asgt/get/getProductWarningASGTQuery.hook.d.ts +12 -0
  87. package/dist/hooks/Asgt/get/getProductsListingASGTQuery.hook.d.ts +4 -0
  88. package/dist/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +12 -0
  89. package/dist/hooks/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +7 -0
  90. package/dist/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +4 -0
  91. package/dist/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +11 -0
  92. package/dist/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +12 -0
  93. package/dist/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +4 -0
  94. package/dist/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +4 -0
  95. package/dist/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +10 -0
  96. package/dist/hooks/Asgt/get/getTransferReportDiffASGT.hook.d.ts +13 -0
  97. package/dist/hooks/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +8 -0
  98. package/dist/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +7 -0
  99. package/dist/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +3 -0
  100. package/dist/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +8 -0
  101. package/dist/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +7 -0
  102. package/dist/hooks/Asgt/mutate/removeProductASGTQuery.hook.d.ts +3 -0
  103. package/dist/hooks/Ass/get/getAssProductsByRefQuery.hook.d.ts +9 -0
  104. package/dist/hooks/Ass/get/getAssProductsByStoreQuery.hook.d.ts +12 -0
  105. package/dist/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +8 -0
  106. package/dist/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +3 -0
  107. package/dist/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +3 -0
  108. package/dist/hooks/Asta/Actions/get/getActionQuery.hook.d.ts +12 -0
  109. package/dist/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +3 -0
  110. package/dist/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +3 -0
  111. package/dist/hooks/Asta/Actions/others/archiveActionQuery.hook.d.ts +7 -0
  112. package/dist/hooks/Asta/Actions/others/deleteActionQuery.hook.d.ts +7 -0
  113. package/dist/hooks/Asta/Actions/others/extractActionQuery.hook.d.ts +7 -0
  114. package/dist/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +3 -0
  115. package/dist/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +3 -0
  116. package/dist/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +3 -0
  117. package/dist/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +3 -0
  118. package/dist/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +12 -0
  119. package/dist/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +3 -0
  120. package/dist/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +3 -0
  121. package/dist/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +3 -0
  122. package/dist/hooks/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +3 -0
  123. package/dist/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +3 -0
  124. package/dist/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +3 -0
  125. package/dist/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +12 -0
  126. package/dist/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +3 -0
  127. package/dist/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +3 -0
  128. package/dist/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +3 -0
  129. package/dist/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +3 -0
  130. package/dist/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +7 -0
  131. package/dist/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +3 -0
  132. package/dist/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +3 -0
  133. package/dist/hooks/Asta/Inspection/get/getInspectionQuery.hook.d.ts +12 -0
  134. package/dist/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +3 -0
  135. package/dist/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +7 -0
  136. package/dist/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +7 -0
  137. package/dist/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +3 -0
  138. package/dist/hooks/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +7 -0
  139. package/dist/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +3 -0
  140. package/dist/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +3 -0
  141. package/dist/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +3 -0
  142. package/dist/hooks/Asta/Template/get/getTemplateQuery.hook.d.ts +12 -0
  143. package/dist/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +3 -0
  144. package/dist/hooks/Asta/Template/others/archiveTemplateQuery.hook.d.ts +7 -0
  145. package/dist/hooks/Asta/Template/others/deleteTemplateQuery.hook.d.ts +7 -0
  146. package/dist/hooks/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +7 -0
  147. package/dist/hooks/Asta/Template/others/extractTemplateQuery.hook.d.ts +7 -0
  148. package/dist/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +3 -0
  149. package/dist/hooks/Asts/get/getProductInfoQuery.hook.d.ts +16 -0
  150. package/dist/hooks/Asts/get/getStockQuery.hook.d.ts +8 -0
  151. package/dist/hooks/Asts/others/postAudioFileQuery.hook.d.ts +1 -0
  152. package/dist/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +11 -0
  153. package/dist/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +3 -0
  154. package/dist/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +12 -0
  155. package/dist/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +4 -0
  156. package/dist/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +12 -0
  157. package/dist/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +7 -0
  158. package/dist/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +4 -0
  159. package/dist/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +3 -0
  160. package/dist/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +11 -0
  161. package/dist/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +12 -0
  162. package/dist/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +4 -0
  163. package/dist/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +4 -0
  164. package/dist/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +10 -0
  165. package/dist/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +13 -0
  166. package/dist/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +8 -0
  167. package/dist/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +7 -0
  168. package/dist/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +3 -0
  169. package/dist/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +9 -0
  170. package/dist/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +7 -0
  171. package/dist/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +7 -0
  172. package/dist/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +6 -0
  173. package/dist/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +11 -0
  174. package/dist/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +8 -0
  175. package/dist/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +7 -0
  176. package/dist/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +3 -0
  177. package/dist/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +7 -0
  178. package/dist/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +4 -0
  179. package/dist/hooks/Astt/get/getBarcodesListingQuery.hook.d.ts +4 -0
  180. package/dist/hooks/Astt/get/getBarcodesPrintQuery.hook.d.ts +4 -0
  181. package/dist/hooks/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +4 -0
  182. package/dist/hooks/Astt/get/getManualPackagesListQuery.hook.d.ts +8 -0
  183. package/dist/hooks/Astt/get/getProductsListingQuery.hook.d.ts +4 -0
  184. package/dist/hooks/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +8 -0
  185. package/dist/hooks/Astt/get/getReportsBuilderQuery.hook.d.ts +4 -0
  186. package/dist/hooks/Astt/get/getRfidQuery.hook.d.ts +10 -0
  187. package/dist/hooks/Astt/get/getTransferAllProductsQuery.hook.d.ts +11 -0
  188. package/dist/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +4 -0
  189. package/dist/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +4 -0
  190. package/dist/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +10 -0
  191. package/dist/hooks/Astt/get/getTransferDocumentsQuery.hook.d.ts +12 -0
  192. package/dist/hooks/Astt/get/getTransferReportDiff.hook.d.ts +13 -0
  193. package/dist/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +3 -0
  194. package/dist/hooks/Astt/mutate/deleteManualPackageQuery.hook.d.ts +7 -0
  195. package/dist/hooks/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +15 -0
  196. package/dist/hooks/Astt/mutate/postAsttActionsQuery.hook.d.ts +1 -0
  197. package/dist/hooks/Astt/mutate/postManualPackageQuery.hook.d.ts +3 -0
  198. package/dist/hooks/Astt/mutate/postManualTransferQuery.hook.d.ts +3 -0
  199. package/dist/hooks/Astt/mutate/postMatchingPackageQuery.hook.d.ts +7 -0
  200. package/dist/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +8 -0
  201. package/dist/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +7 -0
  202. package/dist/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +7 -0
  203. package/dist/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +7 -0
  204. package/dist/hooks/Astt/mutate/updateDocumentIdQuery.hook.d.ts +8 -0
  205. package/dist/hooks/Astt/mutate/updatePackageIdQuery.hook.d.ts +9 -0
  206. package/dist/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +9 -0
  207. package/dist/hooks/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +12 -0
  208. package/dist/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +8 -0
  209. package/dist/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +13 -0
  210. package/dist/hooks/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +13 -0
  211. package/dist/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +3 -0
  212. package/dist/hooks/BigWin/others/importABWGQuery.hook.d.ts +3 -0
  213. package/dist/hooks/BigWin/others/importRegulationQuery.hook.d.ts +3 -0
  214. package/dist/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +3 -0
  215. package/dist/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +3 -0
  216. package/dist/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +3 -0
  217. package/dist/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +12 -0
  218. package/dist/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +3 -0
  219. package/dist/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +3 -0
  220. package/dist/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +3 -0
  221. package/dist/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +3 -0
  222. package/dist/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +3 -0
  223. package/dist/hooks/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +7 -0
  224. package/dist/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +10 -0
  225. package/dist/hooks/OSUA/MIMO/get/useErrorHistory.hook.d.ts +8 -0
  226. package/dist/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +3 -0
  227. package/dist/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +1 -0
  228. package/dist/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +5 -0
  229. package/dist/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +3 -0
  230. package/dist/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +3 -0
  231. package/dist/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +7 -0
  232. package/dist/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +10 -0
  233. package/dist/hooks/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +9 -0
  234. package/dist/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +11 -0
  235. package/dist/hooks/OSUA/get/faqs/getFaqsQuery.hook.d.ts +12 -0
  236. package/dist/hooks/OSUA/get/orders/getOrderDocuments.hook.d.ts +10 -0
  237. package/dist/hooks/OSUA/get/queue/getQueues.hook.d.ts +3 -0
  238. package/dist/hooks/OSUA/get/queue/getQueuesMessages.hook.d.ts +10 -0
  239. package/dist/hooks/OSUA/get/vouchers/getGngVoucher.hook.d.ts +10 -0
  240. package/dist/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +13 -0
  241. package/dist/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +14 -0
  242. package/dist/hooks/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +8 -0
  243. package/dist/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +9 -0
  244. package/dist/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +11 -0
  245. package/dist/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +11 -0
  246. package/dist/hooks/OSUA/mutate/postEventsRep.hook.d.ts +1 -0
  247. package/dist/hooks/OSUA/mutate/postQueuesMessages.hook.d.ts +7 -0
  248. package/dist/hooks/OSUA/mutate/postVoucher.hook.d.ts +3 -0
  249. package/dist/hooks/OSUA/mutate/putBalanceVouchers.hook.d.ts +7 -0
  250. package/dist/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +3 -0
  251. package/dist/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +3 -0
  252. package/dist/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +4 -0
  253. package/dist/hooks/Orch/get/getInstancesQuery.hook.d.ts +13 -0
  254. package/dist/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +9 -0
  255. package/dist/hooks/Orch/get/getMacrosQuery.hook.d.ts +13 -0
  256. package/dist/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +4 -0
  257. package/dist/hooks/Orch/get/getMonitoringComponents.hook.d.ts +14 -0
  258. package/dist/hooks/Orch/others/reprocessingInstanceQuery.hook.d.ts +1 -0
  259. package/dist/hooks/Orch/others/runMacrosQuery.hook.d.ts +7 -0
  260. package/dist/hooks/Orch/others/stopInstanceQuery.hook.d.ts +1 -0
  261. package/dist/hooks/Orch/others/updateMacroStatusQuery.hook.d.ts +7 -0
  262. package/dist/hooks/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +10 -0
  263. package/dist/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +3 -0
  264. package/dist/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +9 -0
  265. package/dist/hooks/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +8 -0
  266. package/dist/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +10 -0
  267. package/dist/hooks/Others/changePasswordQuery.hook.d.ts +5 -0
  268. package/dist/hooks/Others/editAllBellNotificationsStatusQuery.hook.d.ts +7 -0
  269. package/dist/hooks/Others/editBellNotificationsStatusQuery.hook.d.ts +8 -0
  270. package/dist/hooks/Others/editFieldsByBulkQuery.hook.d.ts +3 -0
  271. package/dist/hooks/Others/getBellNotificationsQuery.hook.d.ts +14 -0
  272. package/dist/hooks/Others/getNotificationTitleQuery.hook.d.ts +9 -0
  273. package/dist/hooks/Others/getRegulationQuery.hook.d.ts +3 -0
  274. package/dist/hooks/Others/getUserEmailStatusQuery.hook.d.ts +10 -0
  275. package/dist/hooks/Others/getWeeklyWorkloadQuery.hook.d.ts +11 -0
  276. package/dist/hooks/Others/oneSignalUserQuery.hook.d.ts +1 -0
  277. package/dist/hooks/Others/postCheckoutsMutateQuery.hook.d.ts +3 -0
  278. package/dist/hooks/Others/postUserAuthenticationQuery.hook.d.ts +7 -0
  279. package/dist/hooks/Others/postVerifyImageQuery.hook.d.ts +3 -0
  280. package/dist/hooks/Others/unblockUserQuery.hook.d.ts +1 -0
  281. package/dist/hooks/Others/useApplicationDataQuery.hook.d.ts +3 -0
  282. package/dist/hooks/Others/useContractStatesQuery.hook.d.ts +8 -0
  283. package/dist/hooks/Others/useCountriesQuery.hook.d.ts +8 -0
  284. package/dist/hooks/Others/useCreateNotification.hook.d.ts +8 -0
  285. package/dist/hooks/Others/useCustomersQuery.hook.d.ts +143 -0
  286. package/dist/hooks/Others/useJobTitlesQuery.hook.d.ts +10 -0
  287. package/dist/hooks/Others/useRegulationQuery.hook.d.ts +10 -0
  288. package/dist/hooks/Others/useTermNotificationQuery.hook.d.ts +3 -0
  289. package/dist/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +3 -0
  290. package/dist/hooks/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +12 -0
  291. package/dist/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +3 -0
  292. package/dist/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +3 -0
  293. package/dist/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +3 -0
  294. package/dist/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +3 -0
  295. package/dist/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +3 -0
  296. package/dist/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +3 -0
  297. package/dist/hooks/Roles/get/useAllRolesQuery.hook.d.ts +13 -0
  298. package/dist/hooks/Store/getLocationsByUser.hook.d.ts +14 -0
  299. package/dist/hooks/Store/useAllStoreQuery.hook.d.ts +14 -0
  300. package/dist/hooks/Store/useStoreByCodeQuery.hook.d.ts +9 -0
  301. package/dist/hooks/Store/useStoreQuery.d.ts +8 -0
  302. package/dist/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +8 -0
  303. package/dist/hooks/Users/get/getUsersReadmissionQuery.hook.d.ts +12 -0
  304. package/dist/hooks/Users/get/useApplicationQuery.hook.d.ts +12 -0
  305. package/dist/hooks/Users/get/useExpUsersAnswersQuery.hook.d.ts +10 -0
  306. package/dist/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +4 -0
  307. package/dist/hooks/Users/get/usePermissionsQuery.hook.d.ts +12 -0
  308. package/dist/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +4 -0
  309. package/dist/hooks/Users/get/useUserIdQuery.hook.d.ts +3 -0
  310. package/dist/hooks/Users/get/useUserListQuery.hook.d.ts +12 -0
  311. package/dist/hooks/Users/get/useUserQuery.hook.d.ts +13 -0
  312. package/dist/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +3 -0
  313. package/dist/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +3 -0
  314. package/dist/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +3 -0
  315. package/dist/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +9 -0
  316. package/dist/hooks/Users/others/useSingleUserResetPassword.hook.d.ts +7 -0
  317. package/dist/hooks/Users/others/useUserBlockQuery.hook.d.ts +3 -0
  318. package/dist/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +3 -0
  319. package/dist/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +3 -0
  320. package/dist/hooks/Watson/get/getCloseSession.hook.d.ts +4 -0
  321. package/dist/hooks/Watson/mutate/mutateCloseSession.hook.d.ts +3 -0
  322. package/dist/hooks/Watson/mutate/mutateNotificationRequest.hook.d.ts +3 -0
  323. package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +4 -0
  324. package/dist/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +12 -0
  325. package/dist/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +12 -0
  326. package/dist/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +12 -0
  327. package/dist/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +9 -0
  328. package/dist/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +3 -0
  329. package/dist/hooks/index.d.ts +434 -0
  330. package/dist/index.d.ts +7 -0
  331. package/dist/interfaces/Answer.d.ts +14 -0
  332. package/dist/interfaces/Cart.d.ts +12 -0
  333. package/dist/interfaces/Employee.d.ts +15 -0
  334. package/dist/interfaces/Inspection.d.ts +22 -0
  335. package/dist/interfaces/Responses.d.ts +30 -0
  336. package/dist/interfaces/Template.d.ts +31 -0
  337. package/dist/interfaces/User.d.ts +72 -0
  338. package/dist/services/ApiService/index.d.ts +14 -0
  339. package/dist/services/InitService/index.d.ts +4 -0
  340. package/dist/shared-resources.es.js +4780 -0
  341. package/dist/shared-resources.umd.js +2 -0
  342. package/package.json +48 -36
  343. package/.eslintrc.json +0 -32
  344. package/dist/bundle.js +0 -1
  345. package/dist/types/components/BottomDrawer/index.d.ts +0 -9
  346. package/dist/types/components/Button/index.d.ts +0 -2
  347. package/dist/types/components/Footer/index.d.ts +0 -3
  348. package/dist/types/components/Form/FormInputField/index.d.ts +0 -8
  349. package/dist/types/components/Form/FormSelectField/index.d.ts +0 -9
  350. package/dist/types/components/Form/index.d.ts +0 -2
  351. package/dist/types/components/Header/index.d.ts +0 -4
  352. package/dist/types/components/Link/index.d.ts +0 -6
  353. package/dist/types/components/Navigation/index.d.ts +0 -8
  354. package/dist/types/components/Page/index.d.ts +0 -13
  355. package/dist/types/components/SharedContextProvider/index.d.ts +0 -7
  356. package/dist/types/components/index.d.ts +0 -9
  357. package/dist/types/constants/Icons.d.ts +0 -15
  358. package/dist/types/constants/QueryClient.d.ts +0 -2
  359. package/dist/types/constants/index.d.ts +0 -2
  360. package/dist/types/contexts/useStore.d.ts +0 -8
  361. package/dist/types/helpers/codeMutation.d.ts +0 -4
  362. package/dist/types/helpers/date-unix.helper.d.ts +0 -5
  363. package/dist/types/helpers/getChildrenByType.helper.d.ts +0 -2
  364. package/dist/types/hooks/ACB/get/getClientBalance.hook.d.ts +0 -7
  365. package/dist/types/hooks/ACB/mutate/postClientBalance.hook.d.ts +0 -2
  366. package/dist/types/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.d.ts +0 -10
  367. package/dist/types/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.d.ts +0 -10
  368. package/dist/types/hooks/ASAEGNG/get/getCustomersQuery.hook.d.ts +0 -12
  369. package/dist/types/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.d.ts +0 -10
  370. package/dist/types/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.d.ts +0 -10
  371. package/dist/types/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.d.ts +0 -14
  372. package/dist/types/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.d.ts +0 -11
  373. package/dist/types/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.d.ts +0 -13
  374. package/dist/types/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.d.ts +0 -11
  375. package/dist/types/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.d.ts +0 -11
  376. package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.d.ts +0 -2
  377. package/dist/types/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.d.ts +0 -10
  378. package/dist/types/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.d.ts +0 -8
  379. package/dist/types/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.d.ts +0 -11
  380. package/dist/types/hooks/ATIM/BackOffice/get/useWorkMonths.hook.d.ts +0 -9
  381. package/dist/types/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.d.ts +0 -9
  382. package/dist/types/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.d.ts +0 -2
  383. package/dist/types/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.d.ts +0 -2
  384. package/dist/types/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.d.ts +0 -2
  385. package/dist/types/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.d.ts +0 -2
  386. package/dist/types/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.d.ts +0 -13
  387. package/dist/types/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.d.ts +0 -2
  388. package/dist/types/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.d.ts +0 -10
  389. package/dist/types/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.d.ts +0 -2
  390. package/dist/types/hooks/Acls/get/getCustomersLoyaltyQuery.hook.d.ts +0 -8
  391. package/dist/types/hooks/Acls/get/getVoucherLoyaltyQuery.hook.d.ts +0 -8
  392. package/dist/types/hooks/Acls/get/getVoucherSitooQuery.hook.d.ts +0 -8
  393. package/dist/types/hooks/Acls/get/getVoucherTemplatesQuery.hook.d.ts +0 -9
  394. package/dist/types/hooks/Acls/mutate/postCreateVoucherTemplates.hook.d.ts +0 -2
  395. package/dist/types/hooks/Acls/mutate/postSaldoVoucherQuery.hook.d.ts +0 -7
  396. package/dist/types/hooks/Acls/mutate/postSalesAssociationQuery.hook.d.ts +0 -7
  397. package/dist/types/hooks/Acls/mutate/postVerificationEmailQuery.hook.d.ts +0 -8
  398. package/dist/types/hooks/Acls/mutate/postVerificationUserQuery.hook.d.ts +0 -8
  399. package/dist/types/hooks/Acls/mutate/postVoucherSitooQuery.hook.d.ts +0 -7
  400. package/dist/types/hooks/Acls/mutate/reactivateVoucherQuery.hook.d.ts +0 -8
  401. package/dist/types/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.d.ts +0 -2
  402. package/dist/types/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.d.ts +0 -3
  403. package/dist/types/hooks/Aexp/get/getFlowExecutionQuery.hook.d.ts +0 -12
  404. package/dist/types/hooks/Aexp/get/getFlowListByIdQuery.hook.d.ts +0 -3
  405. package/dist/types/hooks/Aexp/get/getFlowListQuery.hook.d.ts +0 -13
  406. package/dist/types/hooks/Aexp/get/getTagsFlowQuery.hook.d.ts +0 -3
  407. package/dist/types/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.d.ts +0 -2
  408. package/dist/types/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.d.ts +0 -2
  409. package/dist/types/hooks/Aexp/mutate/runFlowExecutionQuery.hook.d.ts +0 -2
  410. package/dist/types/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.d.ts +0 -2
  411. package/dist/types/hooks/Aexp/mutate/useFlowExecutionQuery.hook.d.ts +0 -2
  412. package/dist/types/hooks/Aexp/mutate/validateExecutionFileQuery.hook.d.ts +0 -2
  413. package/dist/types/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.d.ts +0 -13
  414. package/dist/types/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.d.ts +0 -7
  415. package/dist/types/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.d.ts +0 -9
  416. package/dist/types/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.d.ts +0 -7
  417. package/dist/types/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.d.ts +0 -13
  418. package/dist/types/hooks/Analytics/get/useAnalyticsUserQuery.hook.d.ts +0 -14
  419. package/dist/types/hooks/Anot/get/getNotificationApplicationsQuery.hook.d.ts +0 -4
  420. package/dist/types/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.d.ts +0 -4
  421. package/dist/types/hooks/Anot/get/getNotificationHeadersQuery.hook.d.ts +0 -17
  422. package/dist/types/hooks/Anot/get/getNotificationLanguagesQuery.hook.d.ts +0 -6
  423. package/dist/types/hooks/Anot/get/getNotificationTypeByIdQuery.hook.d.ts +0 -3
  424. package/dist/types/hooks/Anot/get/getNotificationsQuery.hook.d.ts +0 -13
  425. package/dist/types/hooks/Anot/get/getNotificationsTypeQuery.hook.d.ts +0 -12
  426. package/dist/types/hooks/Anot/mutate/useNotificationTypeQuery.hook.d.ts +0 -2
  427. package/dist/types/hooks/Answer/get/useAnswerIdQuery.hook.d.ts +0 -2
  428. package/dist/types/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.d.ts +0 -7
  429. package/dist/types/hooks/Answer/mutate/useAnswerMutateQuery.hook.d.ts +0 -9
  430. package/dist/types/hooks/Answer/others/openAnswerQuery.hook.d.ts +0 -2
  431. package/dist/types/hooks/Answer/others/postAnswersExportQuery.hook.d.ts +0 -8
  432. package/dist/types/hooks/Answer/others/showAnswerQuery.hook.d.ts +0 -2
  433. package/dist/types/hooks/AprProduct/get/useProductHierarchies.hook.d.ts +0 -7
  434. package/dist/types/hooks/AprProduct/get/useProductRecommendations.hook.d.ts +0 -11
  435. package/dist/types/hooks/AprProduct/get/useProductsByRefQuery.hook.d.ts +0 -7
  436. package/dist/types/hooks/AprProduct/get/useProductsQuery.hook.d.ts +0 -144
  437. package/dist/types/hooks/Aprc/get/getPriceChangePinQuery.hook.d.ts +0 -5
  438. package/dist/types/hooks/Aprc/others/postPriceChangePinQuery.hook.d.ts +0 -6
  439. package/dist/types/hooks/Aprc/others/sendEmailWithPinQuery.hook.d.ts +0 -6
  440. package/dist/types/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.d.ts +0 -2
  441. package/dist/types/hooks/Asgt/get/getProductWarningASGTQuery.hook.d.ts +0 -11
  442. package/dist/types/hooks/Asgt/get/getProductsListingASGTQuery.hook.d.ts +0 -3
  443. package/dist/types/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.d.ts +0 -11
  444. package/dist/types/hooks/Asgt/get/getProductsPickedASGTQuery.hook.d.ts +0 -6
  445. package/dist/types/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.d.ts +0 -3
  446. package/dist/types/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.d.ts +0 -10
  447. package/dist/types/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.d.ts +0 -11
  448. package/dist/types/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.d.ts +0 -3
  449. package/dist/types/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.d.ts +0 -3
  450. package/dist/types/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.d.ts +0 -9
  451. package/dist/types/hooks/Asgt/get/getTransferReportDiffASGT.hook.d.ts +0 -12
  452. package/dist/types/hooks/Asgt/mutate/autoSaveASGTQuery.hook.d.ts +0 -7
  453. package/dist/types/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.d.ts +0 -6
  454. package/dist/types/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.d.ts +0 -2
  455. package/dist/types/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.d.ts +0 -7
  456. package/dist/types/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.d.ts +0 -6
  457. package/dist/types/hooks/Asgt/mutate/removeProductASGTQuery.hook.d.ts +0 -2
  458. package/dist/types/hooks/Ass/get/getAssProductsByRefQuery.hook.d.ts +0 -8
  459. package/dist/types/hooks/Ass/get/getAssProductsByStoreQuery.hook.d.ts +0 -11
  460. package/dist/types/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.d.ts +0 -7
  461. package/dist/types/hooks/Asta/Actions/get/getActionByIdQuery.hook.d.ts +0 -2
  462. package/dist/types/hooks/Asta/Actions/get/getActionPriorityQuery.hook.d.ts +0 -2
  463. package/dist/types/hooks/Asta/Actions/get/getActionQuery.hook.d.ts +0 -11
  464. package/dist/types/hooks/Asta/Actions/get/getActionStagesQuery.hook.d.ts +0 -2
  465. package/dist/types/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.d.ts +0 -2
  466. package/dist/types/hooks/Asta/Actions/others/archiveActionQuery.hook.d.ts +0 -6
  467. package/dist/types/hooks/Asta/Actions/others/deleteActionQuery.hook.d.ts +0 -6
  468. package/dist/types/hooks/Asta/Actions/others/extractActionQuery.hook.d.ts +0 -6
  469. package/dist/types/hooks/Asta/Actions/others/finishActionQuery.hook.d.ts +0 -2
  470. package/dist/types/hooks/Asta/Actions/others/selectActionStatusQuery.hook.d.ts +0 -2
  471. package/dist/types/hooks/Asta/Actions/others/startActionQuery.hook.d.ts +0 -2
  472. package/dist/types/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.d.ts +0 -2
  473. package/dist/types/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.d.ts +0 -11
  474. package/dist/types/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.d.ts +0 -2
  475. package/dist/types/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.d.ts +0 -2
  476. package/dist/types/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.d.ts +0 -2
  477. package/dist/types/hooks/Asta/Answer/others/putAnswerImageQuery.hook.d.ts +0 -2
  478. package/dist/types/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.d.ts +0 -2
  479. package/dist/types/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.d.ts +0 -2
  480. package/dist/types/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.d.ts +0 -11
  481. package/dist/types/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.d.ts +0 -2
  482. package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.d.ts +0 -2
  483. package/dist/types/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.d.ts +0 -2
  484. package/dist/types/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.d.ts +0 -2
  485. package/dist/types/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.d.ts +0 -6
  486. package/dist/types/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.d.ts +0 -2
  487. package/dist/types/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.d.ts +0 -2
  488. package/dist/types/hooks/Asta/Inspection/get/getInspectionQuery.hook.d.ts +0 -11
  489. package/dist/types/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.d.ts +0 -2
  490. package/dist/types/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.d.ts +0 -6
  491. package/dist/types/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.d.ts +0 -6
  492. package/dist/types/hooks/Asta/Inspection/others/exportInspectionQuery.hook.d.ts +0 -2
  493. package/dist/types/hooks/Asta/Inspection/others/extractTemplateQuery.hook.d.ts +0 -6
  494. package/dist/types/hooks/Asta/Inspection/others/finishInspectionQuery.hook.d.ts +0 -2
  495. package/dist/types/hooks/Asta/Template/get/getTemplateByIdQuery.hook.d.ts +0 -2
  496. package/dist/types/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.d.ts +0 -2
  497. package/dist/types/hooks/Asta/Template/get/getTemplateQuery.hook.d.ts +0 -11
  498. package/dist/types/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.d.ts +0 -2
  499. package/dist/types/hooks/Asta/Template/others/archiveTemplateQuery.hook.d.ts +0 -6
  500. package/dist/types/hooks/Asta/Template/others/deleteTemplateQuery.hook.d.ts +0 -6
  501. package/dist/types/hooks/Asta/Template/others/duplicateTemplateQuery.hook.d.ts +0 -6
  502. package/dist/types/hooks/Asta/Template/others/extractTemplateQuery.hook.d.ts +0 -6
  503. package/dist/types/hooks/Asta/Template/others/finishTemplateQuery.hook.d.ts +0 -2
  504. package/dist/types/hooks/Asts/get/getProductInfoQuery.hook.d.ts +0 -15
  505. package/dist/types/hooks/Asts/get/getStockQuery.hook.d.ts +0 -7
  506. package/dist/types/hooks/Asts/others/postAudioFileQuery.hook.d.ts +0 -1
  507. package/dist/types/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.d.ts +0 -10
  508. package/dist/types/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.d.ts +0 -2
  509. package/dist/types/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.d.ts +0 -11
  510. package/dist/types/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.d.ts +0 -3
  511. package/dist/types/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.d.ts +0 -11
  512. package/dist/types/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.d.ts +0 -6
  513. package/dist/types/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.d.ts +0 -3
  514. package/dist/types/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.d.ts +0 -2
  515. package/dist/types/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.d.ts +0 -10
  516. package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.d.ts +0 -11
  517. package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.d.ts +0 -3
  518. package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.d.ts +0 -3
  519. package/dist/types/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.d.ts +0 -9
  520. package/dist/types/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.d.ts +0 -12
  521. package/dist/types/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.d.ts +0 -7
  522. package/dist/types/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.d.ts +0 -6
  523. package/dist/types/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.d.ts +0 -2
  524. package/dist/types/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.d.ts +0 -8
  525. package/dist/types/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.d.ts +0 -6
  526. package/dist/types/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.d.ts +0 -6
  527. package/dist/types/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.d.ts +0 -5
  528. package/dist/types/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.d.ts +0 -10
  529. package/dist/types/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.d.ts +0 -7
  530. package/dist/types/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.d.ts +0 -6
  531. package/dist/types/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.d.ts +0 -2
  532. package/dist/types/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.d.ts +0 -6
  533. package/dist/types/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.d.ts +0 -3
  534. package/dist/types/hooks/Astt/get/getBarcodesListingQuery.hook.d.ts +0 -3
  535. package/dist/types/hooks/Astt/get/getBarcodesPrintQuery.hook.d.ts +0 -3
  536. package/dist/types/hooks/Astt/get/getDocumentsFindByIdQuery.hook.d.ts +0 -3
  537. package/dist/types/hooks/Astt/get/getManualPackagesListQuery.hook.d.ts +0 -7
  538. package/dist/types/hooks/Astt/get/getProductsListingQuery.hook.d.ts +0 -3
  539. package/dist/types/hooks/Astt/get/getReconciliationDocumentsQuery.hook.d.ts +0 -7
  540. package/dist/types/hooks/Astt/get/getReportsBuilderQuery.hook.d.ts +0 -3
  541. package/dist/types/hooks/Astt/get/getRfidQuery.hook.d.ts +0 -9
  542. package/dist/types/hooks/Astt/get/getTransferAllProductsQuery.hook.d.ts +0 -10
  543. package/dist/types/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.d.ts +0 -3
  544. package/dist/types/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.d.ts +0 -3
  545. package/dist/types/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.d.ts +0 -9
  546. package/dist/types/hooks/Astt/get/getTransferDocumentsQuery.hook.d.ts +0 -11
  547. package/dist/types/hooks/Astt/get/getTransferReportDiff.hook.d.ts +0 -12
  548. package/dist/types/hooks/Astt/get/getTransferStatesQuery.hook.d.ts +0 -2
  549. package/dist/types/hooks/Astt/mutate/deleteManualPackageQuery.hook.d.ts +0 -7
  550. package/dist/types/hooks/Astt/mutate/notifyMissingProductsQuery.hook.d.ts +0 -14
  551. package/dist/types/hooks/Astt/mutate/postAsttActionsQuery.hook.d.ts +0 -1
  552. package/dist/types/hooks/Astt/mutate/postManualPackageQuery.hook.d.ts +0 -2
  553. package/dist/types/hooks/Astt/mutate/postManualTransferQuery.hook.d.ts +0 -2
  554. package/dist/types/hooks/Astt/mutate/postMatchingPackageQuery.hook.d.ts +0 -6
  555. package/dist/types/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.d.ts +0 -7
  556. package/dist/types/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.d.ts +0 -6
  557. package/dist/types/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.d.ts +0 -6
  558. package/dist/types/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.d.ts +0 -6
  559. package/dist/types/hooks/Astt/mutate/updateDocumentIdQuery.hook.d.ts +0 -7
  560. package/dist/types/hooks/Astt/mutate/updatePackageIdQuery.hook.d.ts +0 -8
  561. package/dist/types/hooks/AsvProduct/get/getProductsByRefQuery.hook.d.ts +0 -8
  562. package/dist/types/hooks/AsvProduct/get/getProductsByStoreQuery.hook.d.ts +0 -11
  563. package/dist/types/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.d.ts +0 -7
  564. package/dist/types/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.d.ts +0 -12
  565. package/dist/types/hooks/BigWin/get/getBwgBackOfficeQuery.hook.d.ts +0 -12
  566. package/dist/types/hooks/BigWin/get/getMonthsListQuery.hook.d.ts +0 -2
  567. package/dist/types/hooks/BigWin/others/importABWGQuery.hook.d.ts +0 -2
  568. package/dist/types/hooks/BigWin/others/importRegulationQuery.hook.d.ts +0 -2
  569. package/dist/types/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.d.ts +0 -2
  570. package/dist/types/hooks/BigWin/others/publishMonthsManagerQuery.hook.d.ts +0 -2
  571. package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.d.ts +0 -2
  572. package/dist/types/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.d.ts +0 -11
  573. package/dist/types/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.d.ts +0 -2
  574. package/dist/types/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.d.ts +0 -2
  575. package/dist/types/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.d.ts +0 -2
  576. package/dist/types/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.d.ts +0 -2
  577. package/dist/types/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.d.ts +0 -2
  578. package/dist/types/hooks/OSUA/MIMO/get/getIntegrationByName.hook.d.ts +0 -6
  579. package/dist/types/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.d.ts +0 -9
  580. package/dist/types/hooks/OSUA/MIMO/get/useErrorHistory.hook.d.ts +0 -7
  581. package/dist/types/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.d.ts +0 -2
  582. package/dist/types/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.d.ts +0 -1
  583. package/dist/types/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.d.ts +0 -5
  584. package/dist/types/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.d.ts +0 -2
  585. package/dist/types/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.d.ts +0 -2
  586. package/dist/types/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.d.ts +0 -6
  587. package/dist/types/hooks/OSUA/get/documentos/getGngDocumentos.hook.d.ts +0 -9
  588. package/dist/types/hooks/OSUA/get/documentos/getSitooDocumentos.hook.d.ts +0 -8
  589. package/dist/types/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.d.ts +0 -10
  590. package/dist/types/hooks/OSUA/get/faqs/getFaqsQuery.hook.d.ts +0 -11
  591. package/dist/types/hooks/OSUA/get/orders/getOrderDocuments.hook.d.ts +0 -9
  592. package/dist/types/hooks/OSUA/get/queue/getQueues.hook.d.ts +0 -2
  593. package/dist/types/hooks/OSUA/get/queue/getQueuesMessages.hook.d.ts +0 -9
  594. package/dist/types/hooks/OSUA/get/vouchers/getGngVoucher.hook.d.ts +0 -9
  595. package/dist/types/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.d.ts +0 -12
  596. package/dist/types/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.d.ts +0 -13
  597. package/dist/types/hooks/OSUA/get/vouchers/getSitooVouchers.hook.d.ts +0 -7
  598. package/dist/types/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.d.ts +0 -8
  599. package/dist/types/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.d.ts +0 -10
  600. package/dist/types/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.d.ts +0 -10
  601. package/dist/types/hooks/OSUA/mutate/postEventsRep.hook.d.ts +0 -1
  602. package/dist/types/hooks/OSUA/mutate/postQueuesMessages.hook.d.ts +0 -6
  603. package/dist/types/hooks/OSUA/mutate/postVoucher.hook.d.ts +0 -2
  604. package/dist/types/hooks/OSUA/mutate/putBalanceVouchers.hook.d.ts +0 -6
  605. package/dist/types/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.d.ts +0 -2
  606. package/dist/types/hooks/Orch/get/getAuth0ConfigQuery.hook.d.ts +0 -2
  607. package/dist/types/hooks/Orch/get/getInstanceByIdQuery.hook.d.ts +0 -3
  608. package/dist/types/hooks/Orch/get/getInstancesQuery.hook.d.ts +0 -12
  609. package/dist/types/hooks/Orch/get/getMacrosInstancesQuery.hook.d.ts +0 -8
  610. package/dist/types/hooks/Orch/get/getMacrosQuery.hook.d.ts +0 -12
  611. package/dist/types/hooks/Orch/get/getMacrosUserQuery.hook.d.ts +0 -3
  612. package/dist/types/hooks/Orch/get/getMonitoringComponents.hook.d.ts +0 -13
  613. package/dist/types/hooks/Orch/others/reprocessingInstanceQuery.hook.d.ts +0 -1
  614. package/dist/types/hooks/Orch/others/runMacrosQuery.hook.d.ts +0 -6
  615. package/dist/types/hooks/Orch/others/stopInstanceQuery.hook.d.ts +0 -1
  616. package/dist/types/hooks/Orch/others/updateMacroStatusQuery.hook.d.ts +0 -6
  617. package/dist/types/hooks/Others/Vacation/get/getVacationPlanQuery.hook.d.ts +0 -9
  618. package/dist/types/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.d.ts +0 -2
  619. package/dist/types/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.d.ts +0 -8
  620. package/dist/types/hooks/Others/Vacation/others/postVacationPlanQuery.hook.d.ts +0 -7
  621. package/dist/types/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.d.ts +0 -9
  622. package/dist/types/hooks/Others/changePasswordQuery.hook.d.ts +0 -5
  623. package/dist/types/hooks/Others/editAllBellNotificationsStatusQuery.hook.d.ts +0 -6
  624. package/dist/types/hooks/Others/editBellNotificationsStatusQuery.hook.d.ts +0 -7
  625. package/dist/types/hooks/Others/editFieldsByBulkQuery.hook.d.ts +0 -2
  626. package/dist/types/hooks/Others/getBellNotificationsQuery.hook.d.ts +0 -13
  627. package/dist/types/hooks/Others/getNotificationTitleQuery.hook.d.ts +0 -8
  628. package/dist/types/hooks/Others/getRegulationQuery.hook.d.ts +0 -2
  629. package/dist/types/hooks/Others/getUserEmailStatusQuery.hook.d.ts +0 -9
  630. package/dist/types/hooks/Others/getWeeklyWorkloadQuery.hook.d.ts +0 -10
  631. package/dist/types/hooks/Others/oneSignalUserQuery.hook.d.ts +0 -1
  632. package/dist/types/hooks/Others/postCheckoutsMutateQuery.hook.d.ts +0 -2
  633. package/dist/types/hooks/Others/postUserAuthenticationQuery.hook.d.ts +0 -6
  634. package/dist/types/hooks/Others/postVerifyImageQuery.hook.d.ts +0 -2
  635. package/dist/types/hooks/Others/unblockUserQuery.hook.d.ts +0 -1
  636. package/dist/types/hooks/Others/useApplicationDataQuery.hook.d.ts +0 -2
  637. package/dist/types/hooks/Others/useContractStatesQuery.hook.d.ts +0 -7
  638. package/dist/types/hooks/Others/useCountriesQuery.hook.d.ts +0 -7
  639. package/dist/types/hooks/Others/useCreateNotification.hook.d.ts +0 -7
  640. package/dist/types/hooks/Others/useCustomersQuery.hook.d.ts +0 -142
  641. package/dist/types/hooks/Others/useJobTitlesQuery.hook.d.ts +0 -9
  642. package/dist/types/hooks/Others/useRegulationQuery.hook.d.ts +0 -9
  643. package/dist/types/hooks/Others/useTermNotificationQuery.hook.d.ts +0 -2
  644. package/dist/types/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.d.ts +0 -2
  645. package/dist/types/hooks/Questionnaire/get/useQuestionnaireQuery.hook.d.ts +0 -11
  646. package/dist/types/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.d.ts +0 -2
  647. package/dist/types/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.d.ts +0 -2
  648. package/dist/types/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.d.ts +0 -2
  649. package/dist/types/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.d.ts +0 -2
  650. package/dist/types/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.d.ts +0 -2
  651. package/dist/types/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.d.ts +0 -2
  652. package/dist/types/hooks/Roles/get/useAllRolesQuery.hook.d.ts +0 -12
  653. package/dist/types/hooks/Store/getLocationsByUser.hook.d.ts +0 -13
  654. package/dist/types/hooks/Store/useAllStoreQuery.hook.d.ts +0 -13
  655. package/dist/types/hooks/Store/useStoreByCodeQuery.hook.d.ts +0 -8
  656. package/dist/types/hooks/Store/useStoreQuery.d.ts +0 -7
  657. package/dist/types/hooks/Users/get/getUserAndSupervisorQuery.hook.d.ts +0 -7
  658. package/dist/types/hooks/Users/get/getUsersReadmissionQuery.hook.d.ts +0 -11
  659. package/dist/types/hooks/Users/get/useApplicationQuery.hook.d.ts +0 -11
  660. package/dist/types/hooks/Users/get/useExpUsersAnswersQuery.hook.d.ts +0 -9
  661. package/dist/types/hooks/Users/get/usePermissionByIdQuery.hook.d.ts +0 -3
  662. package/dist/types/hooks/Users/get/usePermissionsQuery.hook.d.ts +0 -11
  663. package/dist/types/hooks/Users/get/useSingleUserIdQuery.hook.d.ts +0 -3
  664. package/dist/types/hooks/Users/get/useUserIdQuery.hook.d.ts +0 -2
  665. package/dist/types/hooks/Users/get/useUserListQuery.hook.d.ts +0 -11
  666. package/dist/types/hooks/Users/get/useUserQuery.hook.d.ts +0 -12
  667. package/dist/types/hooks/Users/mutate/deletePermissionMutateQuery.hook.d.ts +0 -2
  668. package/dist/types/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.d.ts +0 -2
  669. package/dist/types/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.d.ts +0 -2
  670. package/dist/types/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.d.ts +0 -8
  671. package/dist/types/hooks/Users/others/useSingleUserResetPassword.hook.d.ts +0 -6
  672. package/dist/types/hooks/Users/others/useUserBlockQuery.hook.d.ts +0 -2
  673. package/dist/types/hooks/Users/others/useUserEmailVerifQuery.hook.d.ts +0 -2
  674. package/dist/types/hooks/Users/others/useUserResetPassByEmail.hook.d.ts +0 -2
  675. package/dist/types/hooks/Watson/get/getCloseSession.hook.d.ts +0 -3
  676. package/dist/types/hooks/Watson/mutate/mutateCloseSession.hook.d.ts +0 -2
  677. package/dist/types/hooks/Watson/mutate/mutateNotificationRequest.hook.d.ts +0 -2
  678. package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.d.ts +0 -3
  679. package/dist/types/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.d.ts +0 -11
  680. package/dist/types/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.d.ts +0 -11
  681. package/dist/types/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.d.ts +0 -11
  682. package/dist/types/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.d.ts +0 -8
  683. package/dist/types/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.d.ts +0 -2
  684. package/dist/types/hooks/index.d.ts +0 -434
  685. package/dist/types/index.d.ts +0 -10
  686. package/dist/types/interfaces/Answer.d.ts +0 -13
  687. package/dist/types/interfaces/Cart.d.ts +0 -11
  688. package/dist/types/interfaces/Employee.d.ts +0 -14
  689. package/dist/types/interfaces/Inspection.d.ts +0 -21
  690. package/dist/types/interfaces/Responses.d.ts +0 -29
  691. package/dist/types/interfaces/Template.d.ts +0 -30
  692. package/dist/types/interfaces/User.d.ts +0 -71
  693. package/dist/types/services/ApiService/index.d.ts +0 -14
  694. package/dist/types/services/InitService/index.d.ts +0 -3
  695. package/src/a2ai.scss +0 -130
  696. package/src/assets/omniu-retail_branco_s-fundo.png +0 -0
  697. package/src/assets/sitoo.svg +0 -9
  698. package/src/components/BottomDrawer/index.tsx +0 -33
  699. package/src/components/BottomDrawer/styles.module.scss +0 -59
  700. package/src/components/Button/index.tsx +0 -7
  701. package/src/components/Footer/index.tsx +0 -44
  702. package/src/components/Footer/styles.module.scss +0 -33
  703. package/src/components/Form/FormInputField/index.tsx +0 -18
  704. package/src/components/Form/FormSelectField/index.tsx +0 -16
  705. package/src/components/Form/index.ts +0 -2
  706. package/src/components/Header/index.tsx +0 -20
  707. package/src/components/Header/styles.module.scss +0 -16
  708. package/src/components/Link/index.tsx +0 -21
  709. package/src/components/Link/styles.module.scss +0 -24
  710. package/src/components/Navigation/index.tsx +0 -30
  711. package/src/components/Navigation/styles.module.scss +0 -34
  712. package/src/components/Page/index.tsx +0 -35
  713. package/src/components/Page/styles.module.scss +0 -26
  714. package/src/components/SharedContextProvider/index.tsx +0 -30
  715. package/src/components/index.ts +0 -9
  716. package/src/constants/Icons.ts +0 -21
  717. package/src/constants/QueryClient.ts +0 -10
  718. package/src/constants/index.ts +0 -2
  719. package/src/contexts/useStore.tsx +0 -20
  720. package/src/enums/attendence-type.enum.ts +0 -5
  721. package/src/enums/employees-order.enum.ts +0 -7
  722. package/src/enums/index.ts +0 -2
  723. package/src/global.scss +0 -124
  724. package/src/helpers/codeMutation.tsx +0 -20
  725. package/src/helpers/date-unix.helper.ts +0 -29
  726. package/src/helpers/formatted-date.helper.ts +0 -15
  727. package/src/helpers/getChildrenByType.helper.ts +0 -5
  728. package/src/helpers/index.ts +0 -4
  729. package/src/hooks/ACB/get/getClientBalance.hook.ts +0 -20
  730. package/src/hooks/ACB/mutate/postClientBalance.hook.ts +0 -16
  731. package/src/hooks/ASAEGNG/get/getCustomerHistoryQuery.hook.ts +0 -24
  732. package/src/hooks/ASAEGNG/get/getCustomerVouchersQuery.hook.ts +0 -24
  733. package/src/hooks/ASAEGNG/get/getCustomersQuery.hook.ts +0 -28
  734. package/src/hooks/ATIM/BackOffice/get/useAbsenceTypes.hook.ts +0 -33
  735. package/src/hooks/ATIM/BackOffice/get/useAttendancesSummary.hook.ts +0 -38
  736. package/src/hooks/ATIM/BackOffice/get/useAttendancesSummarySearch.hook.ts +0 -52
  737. package/src/hooks/ATIM/BackOffice/get/useEmployeeQueryHook.hook.ts +0 -29
  738. package/src/hooks/ATIM/BackOffice/get/useEmployeeWorklogDetails.hook.ts +0 -51
  739. package/src/hooks/ATIM/BackOffice/get/useEmployeesQuery.hook.ts +0 -36
  740. package/src/hooks/ATIM/BackOffice/get/useKPIsQuery.hook.ts +0 -36
  741. package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodQuery.hook.ts +0 -16
  742. package/src/hooks/ATIM/BackOffice/get/useSchedulePeriodTypesQuery.hook.ts +0 -36
  743. package/src/hooks/ATIM/BackOffice/get/useSchedulesQuery.hook.ts +0 -28
  744. package/src/hooks/ATIM/BackOffice/get/useStoresQueryHook.hook.ts +0 -27
  745. package/src/hooks/ATIM/BackOffice/get/useWorkMonths.hook.ts +0 -31
  746. package/src/hooks/ATIM/BackOffice/get/useWorkWeekSchedule.hook.ts +0 -31
  747. package/src/hooks/ATIM/BackOffice/mutate/postAttendanceRange.hook.ts +0 -16
  748. package/src/hooks/ATIM/BackOffice/mutate/useAttendancesById.hook.ts +0 -21
  749. package/src/hooks/ATIM/BackOffice/mutate/useScheduleMutateQuery.hook.ts +0 -25
  750. package/src/hooks/ATIM/BackOffice/mutate/useUpdateAttendancesSummary.hook.ts +0 -17
  751. package/src/hooks/ATIM/PicaPonto/get/getEmployeesWithTimekeeping.hook.ts +0 -35
  752. package/src/hooks/ATIM/PicaPonto/mutate/postAttendance.hook.ts +0 -16
  753. package/src/hooks/ATIM/PicaPonto/mutate/postTogglePinCode.ts +0 -33
  754. package/src/hooks/ATIM/PicaPonto/mutate/postVerifyUserQuery.hook.ts +0 -15
  755. package/src/hooks/Acls/get/getCustomersLoyaltyQuery.hook.ts +0 -22
  756. package/src/hooks/Acls/get/getVoucherLoyaltyQuery.hook.ts +0 -25
  757. package/src/hooks/Acls/get/getVoucherSitooQuery.hook.ts +0 -22
  758. package/src/hooks/Acls/get/getVoucherTemplatesQuery.hook.ts +0 -29
  759. package/src/hooks/Acls/mutate/postCreateVoucherTemplates.hook.ts +0 -19
  760. package/src/hooks/Acls/mutate/postSaldoVoucherQuery.hook.ts +0 -21
  761. package/src/hooks/Acls/mutate/postSalesAssociationQuery.hook.ts +0 -20
  762. package/src/hooks/Acls/mutate/postVerificationEmailQuery.hook.ts +0 -23
  763. package/src/hooks/Acls/mutate/postVerificationUserQuery.hook.ts +0 -23
  764. package/src/hooks/Acls/mutate/postVoucherSitooQuery.hook.ts +0 -21
  765. package/src/hooks/Acls/mutate/reactivateVoucherQuery.hook.ts +0 -27
  766. package/src/hooks/Acls/mutate/updateDisabledVoucherTemplates.hook.ts +0 -25
  767. package/src/hooks/Aexp/get/getFlowExecutionByIdQuery.hook.ts +0 -13
  768. package/src/hooks/Aexp/get/getFlowExecutionQuery.hook.ts +0 -27
  769. package/src/hooks/Aexp/get/getFlowListByIdQuery.hook.ts +0 -13
  770. package/src/hooks/Aexp/get/getFlowListQuery.hook.ts +0 -29
  771. package/src/hooks/Aexp/get/getTagsFlowQuery.hook.ts +0 -11
  772. package/src/hooks/Aexp/mutate/deleteFlowConfigurationQuery.hook.ts +0 -17
  773. package/src/hooks/Aexp/mutate/inactivateFlowConfigurationQuery.hook.ts +0 -18
  774. package/src/hooks/Aexp/mutate/runFlowExecutionQuery.hook.ts +0 -20
  775. package/src/hooks/Aexp/mutate/useFlowConfigurationQuery.hook.ts +0 -17
  776. package/src/hooks/Aexp/mutate/useFlowExecutionQuery.hook.ts +0 -22
  777. package/src/hooks/Aexp/mutate/validateExecutionFileQuery.hook.ts +0 -15
  778. package/src/hooks/Analytics/get/getArchivedAnalyticsQuery.hook.ts +0 -32
  779. package/src/hooks/Analytics/get/useAnalyticsEvaluationCyclesQuery.hook.ts +0 -21
  780. package/src/hooks/Analytics/get/useAnalyticsQuestionsQuery.hook.ts +0 -23
  781. package/src/hooks/Analytics/get/useAnalyticsSideBarQuery.hook.ts +0 -21
  782. package/src/hooks/Analytics/get/useAnalyticsUserIdQuery.hook.ts +0 -32
  783. package/src/hooks/Analytics/get/useAnalyticsUserQuery.hook.ts +0 -35
  784. package/src/hooks/Anot/get/getNotificationApplicationsQuery.hook.ts +0 -13
  785. package/src/hooks/Anot/get/getNotificationCriticalitiesQuery.hook.ts +0 -13
  786. package/src/hooks/Anot/get/getNotificationHeadersQuery.hook.ts +0 -33
  787. package/src/hooks/Anot/get/getNotificationLanguagesQuery.hook.ts +0 -15
  788. package/src/hooks/Anot/get/getNotificationTypeByIdQuery.hook.ts +0 -11
  789. package/src/hooks/Anot/get/getNotificationsQuery.hook.ts +0 -29
  790. package/src/hooks/Anot/get/getNotificationsTypeQuery.hook.ts +0 -27
  791. package/src/hooks/Anot/mutate/useNotificationTypeQuery.hook.ts +0 -18
  792. package/src/hooks/Answer/get/useAnswerIdQuery.hook.ts +0 -13
  793. package/src/hooks/Answer/get/useAnswersUserSupervisorQuery.hook.ts +0 -21
  794. package/src/hooks/Answer/mutate/useAnswerMutateQuery.hook.ts +0 -31
  795. package/src/hooks/Answer/others/openAnswerQuery.hook.ts +0 -19
  796. package/src/hooks/Answer/others/postAnswersExportQuery.hook.ts +0 -26
  797. package/src/hooks/Answer/others/showAnswerQuery.hook.ts +0 -18
  798. package/src/hooks/AprProduct/get/useProductHierarchies.hook.ts +0 -19
  799. package/src/hooks/AprProduct/get/useProductRecommendations.hook.ts +0 -27
  800. package/src/hooks/AprProduct/get/useProductsByRefQuery.hook.ts +0 -18
  801. package/src/hooks/AprProduct/get/useProductsQuery.hook.ts +0 -46
  802. package/src/hooks/Aprc/get/getPriceChangePinQuery.hook.ts +0 -16
  803. package/src/hooks/Aprc/others/postPriceChangePinQuery.hook.ts +0 -19
  804. package/src/hooks/Aprc/others/sendEmailWithPinQuery.hook.ts +0 -19
  805. package/src/hooks/Asgt/get/getIdProductsPickedASGTQuery.hook.ts +0 -10
  806. package/src/hooks/Asgt/get/getProductWarningASGTQuery.hook.ts +0 -27
  807. package/src/hooks/Asgt/get/getProductsListingASGTQuery.hook.ts +0 -14
  808. package/src/hooks/Asgt/get/getProductsMovementsASGTQuery.hook.ts +0 -27
  809. package/src/hooks/Asgt/get/getProductsPickedASGTQuery.hook.ts +0 -19
  810. package/src/hooks/Asgt/get/getReportsBuilderASGTQuery.hook.ts +0 -12
  811. package/src/hooks/Asgt/get/getTransferAllProductsASGTQuery.hook.ts +0 -25
  812. package/src/hooks/Asgt/get/getTransferDocumentsASGTQuery.hook.ts +0 -27
  813. package/src/hooks/Asgt/get/getTransferDocumentsByIdASGTQuery.hook.ts +0 -12
  814. package/src/hooks/Asgt/get/getTransferDocumentsByPackageASGTQuery.hook.ts +0 -13
  815. package/src/hooks/Asgt/get/getTransferDocumentsPackagesASGTQuery.hook.ts +0 -23
  816. package/src/hooks/Asgt/get/getTransferReportDiffASGT.hook.ts +0 -17
  817. package/src/hooks/Asgt/mutate/autoSaveASGTQuery.hook.ts +0 -23
  818. package/src/hooks/Asgt/mutate/createPackageASGTMutateQuery.hook.ts +0 -21
  819. package/src/hooks/Asgt/mutate/createTransferASGTMutateQuery.hook.ts +0 -15
  820. package/src/hooks/Asgt/mutate/postTransferDocumentsASGTMutateQuery.hook.ts +0 -23
  821. package/src/hooks/Asgt/mutate/putTransferDocumentsStateASGTMutateQuery.hook.ts +0 -21
  822. package/src/hooks/Asgt/mutate/removeProductASGTQuery.hook.ts +0 -15
  823. package/src/hooks/Ass/get/getAssProductsByRefQuery.hook.ts +0 -23
  824. package/src/hooks/Ass/get/getAssProductsByStoreQuery.hook.ts +0 -29
  825. package/src/hooks/Ass/get/getAssProductsStockDetailsQuery.hook.ts +0 -21
  826. package/src/hooks/Asta/Actions/get/getActionByIdQuery.hook.ts +0 -15
  827. package/src/hooks/Asta/Actions/get/getActionPriorityQuery.hook.ts +0 -10
  828. package/src/hooks/Asta/Actions/get/getActionQuery.hook.ts +0 -29
  829. package/src/hooks/Asta/Actions/get/getActionStagesQuery.hook.ts +0 -10
  830. package/src/hooks/Asta/Actions/mutate/useActionMutateQuery.hook.ts +0 -20
  831. package/src/hooks/Asta/Actions/others/archiveActionQuery.hook.ts +0 -19
  832. package/src/hooks/Asta/Actions/others/deleteActionQuery.hook.ts +0 -19
  833. package/src/hooks/Asta/Actions/others/extractActionQuery.hook.ts +0 -19
  834. package/src/hooks/Asta/Actions/others/finishActionQuery.hook.ts +0 -17
  835. package/src/hooks/Asta/Actions/others/selectActionStatusQuery.hook.ts +0 -18
  836. package/src/hooks/Asta/Actions/others/startActionQuery.hook.ts +0 -17
  837. package/src/hooks/Asta/Answer/get/getAstaAnswerByIdQuery.hook.ts +0 -15
  838. package/src/hooks/Asta/Answer/get/getAstaAnswerQuery.hook.ts +0 -29
  839. package/src/hooks/Asta/Answer/mutate/useAstaAnswersMutateQuery.hook.ts +0 -20
  840. package/src/hooks/Asta/Answer/others/finishAstaAnswersQuery.hook.ts +0 -15
  841. package/src/hooks/Asta/Answer/others/finishGNGAstaAnswersQuery.hook.ts +0 -18
  842. package/src/hooks/Asta/Answer/others/putAnswerImageQuery.hook.ts +0 -15
  843. package/src/hooks/Asta/Answer/others/sendInspectionEmailQuery.hook.ts +0 -21
  844. package/src/hooks/Asta/Answer/others/sendInspectionEmailStoreQuery.hook.ts +0 -20
  845. package/src/hooks/Asta/AnswerType/get/getAllAnswerTypeQuery.hook.ts +0 -29
  846. package/src/hooks/Asta/AnswerType/get/getAnswerColorsQuery.hook.ts +0 -10
  847. package/src/hooks/Asta/AnswerType/get/getAnswerTypeByIdQuery.hook.ts +0 -15
  848. package/src/hooks/Asta/AnswerType/get/getAnswerTypeQuery.hook.ts +0 -10
  849. package/src/hooks/Asta/AnswerType/mutate/useAnswerTypeMutateQuery.hook.ts +0 -20
  850. package/src/hooks/Asta/AnswerType/others/deleteAnswerTypeQuery.hook.ts +0 -19
  851. package/src/hooks/Asta/AnswerType/others/finishAnswerTypeQuery.hook.ts +0 -17
  852. package/src/hooks/Asta/AnswerType/others/selectAnswerNameQuery.hook.ts +0 -18
  853. package/src/hooks/Asta/Inspection/get/getInspectionQuery.hook.ts +0 -29
  854. package/src/hooks/Asta/Inspection/mutate/useInspectionMutateQuery.hook.ts +0 -24
  855. package/src/hooks/Asta/Inspection/others/archiveTemplateQuery.hook.ts +0 -19
  856. package/src/hooks/Asta/Inspection/others/deleteInspectionQuery.hook.ts +0 -19
  857. package/src/hooks/Asta/Inspection/others/exportInspectionQuery.hook.ts +0 -19
  858. package/src/hooks/Asta/Inspection/others/extractTemplateQuery.hook.ts +0 -19
  859. package/src/hooks/Asta/Inspection/others/finishInspectionQuery.hook.ts +0 -17
  860. package/src/hooks/Asta/Template/get/getTemplateByIdQuery.hook.ts +0 -15
  861. package/src/hooks/Asta/Template/get/getTemplateHeadersQuery.hook.ts +0 -10
  862. package/src/hooks/Asta/Template/get/getTemplateQuery.hook.ts +0 -29
  863. package/src/hooks/Asta/Template/mutate/useTemplateMutateQuery.hook.ts +0 -20
  864. package/src/hooks/Asta/Template/others/archiveTemplateQuery.hook.ts +0 -19
  865. package/src/hooks/Asta/Template/others/deleteTemplateQuery.hook.ts +0 -19
  866. package/src/hooks/Asta/Template/others/duplicateTemplateQuery.hook.ts +0 -19
  867. package/src/hooks/Asta/Template/others/extractTemplateQuery.hook.ts +0 -19
  868. package/src/hooks/Asta/Template/others/finishTemplateQuery.hook.ts +0 -17
  869. package/src/hooks/Asts/get/getProductInfoQuery.hook.ts +0 -19
  870. package/src/hooks/Asts/get/getStockQuery.hook.ts +0 -21
  871. package/src/hooks/Asts/others/postAudioFileQuery.hook.ts +0 -14
  872. package/src/hooks/Astt/Asgt/get/getAllAdidasProductsQuery.hook.ts +0 -25
  873. package/src/hooks/Astt/Asgt/get/getIdProductsPickedASTTQuery.hook.ts +0 -10
  874. package/src/hooks/Astt/Asgt/get/getProductWarningASTTQuery.hook.ts +0 -27
  875. package/src/hooks/Astt/Asgt/get/getProductsListingASTTQuery.hook.ts +0 -14
  876. package/src/hooks/Astt/Asgt/get/getProductsMovementsASTTQuery.hook.ts +0 -27
  877. package/src/hooks/Astt/Asgt/get/getProductsPickedASTTQuery.hook.ts +0 -19
  878. package/src/hooks/Astt/Asgt/get/getReportsBuilderASTTQuery.hook.ts +0 -12
  879. package/src/hooks/Astt/Asgt/get/getReprocessNeededASTTQuery.hook.ts +0 -12
  880. package/src/hooks/Astt/Asgt/get/getTransferAllProductsASTTQuery.hook.ts +0 -25
  881. package/src/hooks/Astt/Asgt/get/getTransferDocumentsASTTQuery.hook.ts +0 -27
  882. package/src/hooks/Astt/Asgt/get/getTransferDocumentsByIdASTTQuery.hook.ts +0 -12
  883. package/src/hooks/Astt/Asgt/get/getTransferDocumentsByPackageASTTQuery.hook.ts +0 -13
  884. package/src/hooks/Astt/Asgt/get/getTransferDocumentsPackagesASTTQuery.hook.ts +0 -23
  885. package/src/hooks/Astt/Asgt/get/getTransferReportDiffASTT.hook.ts +0 -17
  886. package/src/hooks/Astt/Asgt/mutate/autoSaveASTTQuery.hook.ts +0 -23
  887. package/src/hooks/Astt/Asgt/mutate/createPackageASTTMutateQuery.hook.ts +0 -21
  888. package/src/hooks/Astt/Asgt/mutate/createTransferASTTMutateQuery.hook.ts +0 -15
  889. package/src/hooks/Astt/Asgt/mutate/deleteProductASTTQuery.hook.ts +0 -25
  890. package/src/hooks/Astt/Asgt/mutate/finishPackageASTTQuery.hook.ts +0 -21
  891. package/src/hooks/Astt/Asgt/mutate/postMissingProductsASTTQuery.hook.ts +0 -21
  892. package/src/hooks/Astt/Asgt/mutate/postReprocessASTTQuery.hook.ts +0 -20
  893. package/src/hooks/Astt/Asgt/mutate/postRfidASGTMutateQuery.hook.ts +0 -28
  894. package/src/hooks/Astt/Asgt/mutate/postTransferDocumentsASTTMutateQuery.hook.ts +0 -23
  895. package/src/hooks/Astt/Asgt/mutate/putTransferDocumentsStateASTTMutateQuery.hook.ts +0 -21
  896. package/src/hooks/Astt/Asgt/mutate/removeProductASTTQuery.hook.ts +0 -15
  897. package/src/hooks/Astt/Asgt/mutate/restartProductASTTQuery.hook.ts +0 -22
  898. package/src/hooks/Astt/get/getBarcodesListingByPackageQuery.hook.ts +0 -14
  899. package/src/hooks/Astt/get/getBarcodesListingQuery.hook.ts +0 -13
  900. package/src/hooks/Astt/get/getBarcodesPrintQuery.hook.ts +0 -12
  901. package/src/hooks/Astt/get/getDocumentsFindByIdQuery.hook.ts +0 -12
  902. package/src/hooks/Astt/get/getManualPackagesListQuery.hook.ts +0 -20
  903. package/src/hooks/Astt/get/getProductsListingQuery.hook.ts +0 -14
  904. package/src/hooks/Astt/get/getReconciliationDocumentsQuery.hook.ts +0 -18
  905. package/src/hooks/Astt/get/getReportsBuilderQuery.hook.ts +0 -12
  906. package/src/hooks/Astt/get/getRfidQuery.hook.ts +0 -24
  907. package/src/hooks/Astt/get/getTransferAllProductsQuery.hook.ts +0 -25
  908. package/src/hooks/Astt/get/getTransferDocumentsByIdQuery.hook.ts +0 -12
  909. package/src/hooks/Astt/get/getTransferDocumentsByPackageQuery.hook.ts +0 -13
  910. package/src/hooks/Astt/get/getTransferDocumentsPackagesQuery.hook.ts +0 -23
  911. package/src/hooks/Astt/get/getTransferDocumentsQuery.hook.ts +0 -27
  912. package/src/hooks/Astt/get/getTransferReportDiff.hook.ts +0 -17
  913. package/src/hooks/Astt/get/getTransferStatesQuery.hook.ts +0 -10
  914. package/src/hooks/Astt/mutate/deleteManualPackageQuery.hook.ts +0 -23
  915. package/src/hooks/Astt/mutate/notifyMissingProductsQuery.hook.ts +0 -36
  916. package/src/hooks/Astt/mutate/postAsttActionsQuery.hook.ts +0 -18
  917. package/src/hooks/Astt/mutate/postManualPackageQuery.hook.ts +0 -18
  918. package/src/hooks/Astt/mutate/postManualTransferQuery.hook.ts +0 -16
  919. package/src/hooks/Astt/mutate/postMatchingPackageQuery.hook.ts +0 -22
  920. package/src/hooks/Astt/mutate/postTransferDocumentsMutateQuery.hook.ts +0 -23
  921. package/src/hooks/Astt/mutate/putTransferDocumentFinishQuery.hook.ts +0 -21
  922. package/src/hooks/Astt/mutate/putTransferDocumentsPartiallyQuery.hook.ts +0 -21
  923. package/src/hooks/Astt/mutate/putTransferDocumentsStateMutateQuery.hook.ts +0 -21
  924. package/src/hooks/Astt/mutate/updateDocumentIdQuery.hook.ts +0 -23
  925. package/src/hooks/Astt/mutate/updatePackageIdQuery.hook.ts +0 -25
  926. package/src/hooks/AsvProduct/get/getProductsByRefQuery.hook.ts +0 -23
  927. package/src/hooks/AsvProduct/get/getProductsByStoreQuery.hook.ts +0 -29
  928. package/src/hooks/AsvProduct/get/getProductsStockDetailsQuery.hook.ts +0 -21
  929. package/src/hooks/BigWin/get/getBwgAllEmployeesQuery.hook.ts +0 -29
  930. package/src/hooks/BigWin/get/getBwgBackOfficeQuery.hook.ts +0 -29
  931. package/src/hooks/BigWin/get/getMonthsListQuery.hook.ts +0 -10
  932. package/src/hooks/BigWin/others/importABWGQuery.hook.ts +0 -20
  933. package/src/hooks/BigWin/others/importRegulationQuery.hook.ts +0 -15
  934. package/src/hooks/BigWin/others/publishMonthsEmployeeQuery.hook.ts +0 -19
  935. package/src/hooks/BigWin/others/publishMonthsManagerQuery.hook.ts +0 -19
  936. package/src/hooks/EvaluationCycle/get/useEvaluationCycleIdQuery.hook.ts +0 -13
  937. package/src/hooks/EvaluationCycle/get/useEvaluationCycleQuery.hook.ts +0 -29
  938. package/src/hooks/EvaluationCycle/mutate/useEvaluationCycleMutateQuery.hook.ts +0 -17
  939. package/src/hooks/EvaluationCycle/others/activateEvaluationCycleQuery.hook.ts +0 -15
  940. package/src/hooks/EvaluationCycle/others/cancelEvaluationCycleQuery.hook.ts +0 -15
  941. package/src/hooks/EvaluationCycle/others/deleteEvaluationCycleQuery.hook.ts +0 -15
  942. package/src/hooks/EvaluationCycle/others/finishEvaluationCycleQuery.hook.ts +0 -15
  943. package/src/hooks/OSUA/MIMO/get/getIntegrationByName.hook.ts +0 -19
  944. package/src/hooks/OSUA/MIMO/get/getProductIntegrationHistory.hook.ts +0 -25
  945. package/src/hooks/OSUA/MIMO/get/useErrorHistory.hook.ts +0 -21
  946. package/src/hooks/OSUA/MIMO/get/useIntegrationDataQuery.hook.ts +0 -15
  947. package/src/hooks/OSUA/MIMO/mutate/postDagsAdjustStock.hook.ts +0 -13
  948. package/src/hooks/OSUA/MIMO/mutate/postIntegrationDag.hook.ts +0 -18
  949. package/src/hooks/OSUA/MIMO/mutate/postProductVendusIntegration.hook.ts +0 -15
  950. package/src/hooks/OSUA/MIMO/mutate/updateErrorHistory.hook.ts +0 -25
  951. package/src/hooks/OSUA/MIMO/mutate/updateIntegrationProcess.hook.ts +0 -30
  952. package/src/hooks/OSUA/get/documentos/getGngDocumentos.hook.ts +0 -28
  953. package/src/hooks/OSUA/get/documentos/getSitooDocumentos.hook.ts +0 -21
  954. package/src/hooks/OSUA/get/eventos/getSitooErrorEvents.hook.ts +0 -30
  955. package/src/hooks/OSUA/get/faqs/getFaqsQuery.hook.ts +0 -33
  956. package/src/hooks/OSUA/get/orders/getOrderDocuments.hook.ts +0 -21
  957. package/src/hooks/OSUA/get/queue/getQueues.hook.ts +0 -15
  958. package/src/hooks/OSUA/get/queue/getQueuesMessages.hook.ts +0 -28
  959. package/src/hooks/OSUA/get/vouchers/getGngVoucher.hook.ts +0 -21
  960. package/src/hooks/OSUA/get/vouchers/getOsuaVouchersQuery.hook.ts +0 -27
  961. package/src/hooks/OSUA/get/vouchers/getSalesNumberOsua.hook.ts +0 -26
  962. package/src/hooks/OSUA/get/vouchers/getSitooVouchers.hook.ts +0 -22
  963. package/src/hooks/OSUA/get/vouchers/getVoucherIntegrationRequestStatus.hook.ts +0 -23
  964. package/src/hooks/OSUA/mutate/activateOsuaVoucherQuery.hook.ts +0 -24
  965. package/src/hooks/OSUA/mutate/postCreateIntegrationRequest.hook.ts +0 -28
  966. package/src/hooks/OSUA/mutate/postEventsRep.hook.ts +0 -16
  967. package/src/hooks/OSUA/mutate/postQueuesMessages.hook.ts +0 -21
  968. package/src/hooks/OSUA/mutate/postVoucher.hook.ts +0 -16
  969. package/src/hooks/OSUA/mutate/putBalanceVouchers.hook.ts +0 -25
  970. package/src/hooks/OSUA/mutate/useSetIntegrationToFinished.hook.ts +0 -21
  971. package/src/hooks/Orch/get/getAuth0ConfigQuery.hook.ts +0 -11
  972. package/src/hooks/Orch/get/getInstanceByIdQuery.hook.ts +0 -14
  973. package/src/hooks/Orch/get/getInstancesQuery.hook.ts +0 -27
  974. package/src/hooks/Orch/get/getMacrosInstancesQuery.hook.ts +0 -19
  975. package/src/hooks/Orch/get/getMacrosQuery.hook.ts +0 -27
  976. package/src/hooks/Orch/get/getMacrosUserQuery.hook.ts +0 -11
  977. package/src/hooks/Orch/get/getMonitoringComponents.hook.ts +0 -29
  978. package/src/hooks/Orch/others/reprocessingInstanceQuery.hook.ts +0 -14
  979. package/src/hooks/Orch/others/runMacrosQuery.hook.ts +0 -23
  980. package/src/hooks/Orch/others/stopInstanceQuery.hook.ts +0 -16
  981. package/src/hooks/Orch/others/updateMacroStatusQuery.hook.ts +0 -23
  982. package/src/hooks/Others/Vacation/get/getVacationPlanQuery.hook.ts +0 -20
  983. package/src/hooks/Others/Vacation/get/getVacationTemplateQuery.hook.ts +0 -11
  984. package/src/hooks/Others/Vacation/others/aproveVacationPlanQuery.hook.ts +0 -23
  985. package/src/hooks/Others/Vacation/others/postVacationPlanQuery.hook.ts +0 -20
  986. package/src/hooks/Others/Vacation/others/rejectVacationPlanQuery.hook.ts +0 -25
  987. package/src/hooks/Others/changePasswordQuery.hook.ts +0 -21
  988. package/src/hooks/Others/editAllBellNotificationsStatusQuery.hook.ts +0 -19
  989. package/src/hooks/Others/editBellNotificationsStatusQuery.hook.ts +0 -22
  990. package/src/hooks/Others/editFieldsByBulkQuery.hook.ts +0 -15
  991. package/src/hooks/Others/getBellNotificationsQuery.hook.ts +0 -28
  992. package/src/hooks/Others/getNotificationTitleQuery.hook.ts +0 -19
  993. package/src/hooks/Others/getRegulationQuery.hook.ts +0 -14
  994. package/src/hooks/Others/getUserEmailStatusQuery.hook.ts +0 -21
  995. package/src/hooks/Others/getWeeklyWorkloadQuery.hook.ts +0 -23
  996. package/src/hooks/Others/oneSignalUserQuery.hook.ts +0 -14
  997. package/src/hooks/Others/postCheckoutsMutateQuery.hook.ts +0 -15
  998. package/src/hooks/Others/postUserAuthenticationQuery.hook.ts +0 -19
  999. package/src/hooks/Others/postVerifyImageQuery.hook.ts +0 -15
  1000. package/src/hooks/Others/unblockUserQuery.hook.ts +0 -14
  1001. package/src/hooks/Others/useApplicationDataQuery.hook.ts +0 -10
  1002. package/src/hooks/Others/useContractStatesQuery.hook.ts +0 -15
  1003. package/src/hooks/Others/useCountriesQuery.hook.ts +0 -15
  1004. package/src/hooks/Others/useCreateNotification.hook.ts +0 -24
  1005. package/src/hooks/Others/useCustomersQuery.hook.ts +0 -40
  1006. package/src/hooks/Others/useJobTitlesQuery.hook.ts +0 -17
  1007. package/src/hooks/Others/useRegulationQuery.hook.ts +0 -24
  1008. package/src/hooks/Others/useTermNotificationQuery.hook.ts +0 -11
  1009. package/src/hooks/Questionnaire/get/useQuestionnaireIdQuery.hook.ts +0 -13
  1010. package/src/hooks/Questionnaire/get/useQuestionnaireQuery.hook.ts +0 -29
  1011. package/src/hooks/Questionnaire/mutate/useQuestionnaireMutateQuery.hook.ts +0 -17
  1012. package/src/hooks/Questionnaire/others/activateQuestionnaireQuery.hook.ts +0 -15
  1013. package/src/hooks/Questionnaire/others/cancelQuestionnaireQuery.hook.ts +0 -15
  1014. package/src/hooks/Questionnaire/others/deleteQuestionnaireQuery.hook.ts +0 -15
  1015. package/src/hooks/Questionnaire/others/duplicateQuestionnaireQuery.hook.ts +0 -15
  1016. package/src/hooks/Questionnaire/others/finishQuestionnaireQuery.hook.ts +0 -15
  1017. package/src/hooks/Roles/get/useAllRolesQuery.hook.ts +0 -30
  1018. package/src/hooks/Store/getLocationsByUser.hook.ts +0 -37
  1019. package/src/hooks/Store/useAllStoreQuery.hook.ts +0 -37
  1020. package/src/hooks/Store/useStoreByCodeQuery.hook.ts +0 -21
  1021. package/src/hooks/Store/useStoreQuery.ts +0 -13
  1022. package/src/hooks/Users/get/getUserAndSupervisorQuery.hook.ts +0 -21
  1023. package/src/hooks/Users/get/getUsersReadmissionQuery.hook.ts +0 -27
  1024. package/src/hooks/Users/get/useApplicationQuery.hook.ts +0 -29
  1025. package/src/hooks/Users/get/useExpUsersAnswersQuery.hook.ts +0 -25
  1026. package/src/hooks/Users/get/usePermissionByIdQuery.hook.ts +0 -15
  1027. package/src/hooks/Users/get/usePermissionsQuery.hook.ts +0 -29
  1028. package/src/hooks/Users/get/useSingleUserIdQuery.hook.ts +0 -15
  1029. package/src/hooks/Users/get/useUserIdQuery.hook.ts +0 -14
  1030. package/src/hooks/Users/get/useUserListQuery.hook.ts +0 -27
  1031. package/src/hooks/Users/get/useUserQuery.hook.ts +0 -31
  1032. package/src/hooks/Users/mutate/deletePermissionMutateQuery.hook.ts +0 -15
  1033. package/src/hooks/Users/mutate/useSingleUserIdMutateQuery.hook.ts +0 -18
  1034. package/src/hooks/Users/mutate/useUpdatePermissionsMutateQuery.hook.ts +0 -17
  1035. package/src/hooks/Users/mutate/useUpdateSupervisorMutateQuery.hook.ts +0 -27
  1036. package/src/hooks/Users/others/useSingleUserResetPassword.hook.ts +0 -18
  1037. package/src/hooks/Users/others/useUserBlockQuery.hook.ts +0 -15
  1038. package/src/hooks/Users/others/useUserEmailVerifQuery.hook.ts +0 -15
  1039. package/src/hooks/Users/others/useUserResetPassByEmail.hook.ts +0 -14
  1040. package/src/hooks/Watson/get/getCloseSession.hook.ts +0 -15
  1041. package/src/hooks/Watson/mutate/mutateCloseSession.hook.ts +0 -18
  1042. package/src/hooks/Watson/mutate/mutateNotificationRequest.hook.ts +0 -18
  1043. package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesByIdQuery.hook.ts +0 -15
  1044. package/src/hooks/WidgetPicaPonto/get/getAttendanceIssuesQuery.hook.ts +0 -27
  1045. package/src/hooks/WidgetPicaPonto/get/getCriticaliesQuery.hook.ts +0 -27
  1046. package/src/hooks/WidgetPicaPonto/get/getReasonCodesQuery.hook.ts +0 -27
  1047. package/src/hooks/WidgetPicaPonto/get/getSchedulesStoresQuery.hook.ts +0 -28
  1048. package/src/hooks/WidgetPicaPonto/mutate/useAttendanceIssuesQuery.hook.ts +0 -18
  1049. package/src/hooks/index.ts +0 -505
  1050. package/src/index.ts +0 -12
  1051. package/src/interfaces/ACB.ts +0 -21
  1052. package/src/interfaces/ASAECustomer.ts +0 -28
  1053. package/src/interfaces/Acls.ts +0 -84
  1054. package/src/interfaces/Actions.ts +0 -20
  1055. package/src/interfaces/AnalyticsEvaluationCycle.ts +0 -24
  1056. package/src/interfaces/AnalyticsUserId.ts +0 -14
  1057. package/src/interfaces/Anot.ts +0 -79
  1058. package/src/interfaces/Answer.ts +0 -14
  1059. package/src/interfaces/AnswerType.ts +0 -22
  1060. package/src/interfaces/AnswersUserSupervisor.ts +0 -45
  1061. package/src/interfaces/ApplicationsByCategory.ts +0 -19
  1062. package/src/interfaces/AstaQuestions.ts +0 -10
  1063. package/src/interfaces/AstsStock.ts +0 -17
  1064. package/src/interfaces/AstsStockInfo.ts +0 -14
  1065. package/src/interfaces/AsttReconciliationDocuments.ts +0 -32
  1066. package/src/interfaces/AsvProductsByReference.ts +0 -14
  1067. package/src/interfaces/AsvProductsByStore.ts +0 -13
  1068. package/src/interfaces/AsvProductsStockDetails.ts +0 -20
  1069. package/src/interfaces/Atim.ts +0 -123
  1070. package/src/interfaces/AtimScheduling.ts +0 -64
  1071. package/src/interfaces/AttendanceIssues.ts +0 -20
  1072. package/src/interfaces/Auth0Config.ts +0 -6
  1073. package/src/interfaces/BellNotification.ts +0 -17
  1074. package/src/interfaces/Brand.ts +0 -5
  1075. package/src/interfaces/Bulk.ts +0 -11
  1076. package/src/interfaces/Bwg.ts +0 -25
  1077. package/src/interfaces/Cart.ts +0 -14
  1078. package/src/interfaces/Checkout.ts +0 -15
  1079. package/src/interfaces/Configuration.ts +0 -8
  1080. package/src/interfaces/ContractStates.ts +0 -7
  1081. package/src/interfaces/Countries.ts +0 -10
  1082. package/src/interfaces/CreateNotification.ts +0 -18
  1083. package/src/interfaces/Customer.ts +0 -23
  1084. package/src/interfaces/CustomerHistory.ts +0 -11
  1085. package/src/interfaces/CustomerVoucher.ts +0 -12
  1086. package/src/interfaces/Employee.ts +0 -18
  1087. package/src/interfaces/EvaluationCycle.ts +0 -34
  1088. package/src/interfaces/ExpUsersAnswers.ts +0 -16
  1089. package/src/interfaces/FlowExecution.ts +0 -33
  1090. package/src/interfaces/FlowList.ts +0 -32
  1091. package/src/interfaces/GetMonths.ts +0 -8
  1092. package/src/interfaces/Inspection.ts +0 -22
  1093. package/src/interfaces/Instances.ts +0 -25
  1094. package/src/interfaces/JobTitles.ts +0 -7
  1095. package/src/interfaces/MIMO.ts +0 -19
  1096. package/src/interfaces/MacroInstance.ts +0 -11
  1097. package/src/interfaces/Macros.ts +0 -19
  1098. package/src/interfaces/MonitoringComponent.ts +0 -6
  1099. package/src/interfaces/NotificationTitle.ts +0 -8
  1100. package/src/interfaces/OSUA.ts +0 -364
  1101. package/src/interfaces/Permissions.ts +0 -16
  1102. package/src/interfaces/PriceChange.ts +0 -7
  1103. package/src/interfaces/Product.ts +0 -17
  1104. package/src/interfaces/ProductsHierarchies.ts +0 -6
  1105. package/src/interfaces/ProductsPickedTransfers.ts +0 -13
  1106. package/src/interfaces/Questionnaire.ts +0 -39
  1107. package/src/interfaces/ReasonCodes.ts +0 -9
  1108. package/src/interfaces/ReportBuilder.ts +0 -5
  1109. package/src/interfaces/ResponseList.ts +0 -7
  1110. package/src/interfaces/Responses.ts +0 -50
  1111. package/src/interfaces/Rfid.ts +0 -10
  1112. package/src/interfaces/Roles.ts +0 -5
  1113. package/src/interfaces/Store.ts +0 -35
  1114. package/src/interfaces/TagsFlow.ts +0 -5
  1115. package/src/interfaces/Template.ts +0 -33
  1116. package/src/interfaces/TermNotification.ts +0 -6
  1117. package/src/interfaces/TimeKeeping.ts +0 -7
  1118. package/src/interfaces/TransferAllProducts.ts +0 -39
  1119. package/src/interfaces/TransferDocumentState.ts +0 -5
  1120. package/src/interfaces/TransferDocuments.ts +0 -62
  1121. package/src/interfaces/TransferPackage.ts +0 -19
  1122. package/src/interfaces/TransferPickProducts.ts +0 -34
  1123. package/src/interfaces/TransferReportDiff.ts +0 -9
  1124. package/src/interfaces/TransferStates.ts +0 -8
  1125. package/src/interfaces/User.ts +0 -75
  1126. package/src/interfaces/UserAuthentication.ts +0 -7
  1127. package/src/interfaces/UserEmailStatus.ts +0 -14
  1128. package/src/interfaces/VacationPlan.ts +0 -13
  1129. package/src/interfaces/VerifyImage.ts +0 -49
  1130. package/src/interfaces/VerifyUser.ts +0 -5
  1131. package/src/interfaces/Watson.ts +0 -76
  1132. package/src/interfaces/Workload.ts +0 -8
  1133. package/src/interfaces/index.ts +0 -81
  1134. package/src/services/ApiService/index.ts +0 -185
  1135. package/src/services/InitService/index.ts +0 -7
  1136. package/src/services/index.ts +0 -3
  1137. package/src/types/Global.d.ts +0 -4
  1138. package/tsconfig.json +0 -27
  1139. package/webpack.config.js +0 -60
  1140. /package/dist/{types/enums → enums}/attendence-type.enum.d.ts +0 -0
  1141. /package/dist/{types/enums → enums}/employees-order.enum.d.ts +0 -0
  1142. /package/dist/{types/enums → enums}/index.d.ts +0 -0
  1143. /package/dist/{types/helpers → helpers}/formatted-date.helper.d.ts +0 -0
  1144. /package/dist/{types/helpers → helpers}/index.d.ts +0 -0
  1145. /package/dist/{types/interfaces → interfaces}/ACB.d.ts +0 -0
  1146. /package/dist/{types/interfaces → interfaces}/ASAECustomer.d.ts +0 -0
  1147. /package/dist/{types/interfaces → interfaces}/Acls.d.ts +0 -0
  1148. /package/dist/{types/interfaces → interfaces}/Actions.d.ts +0 -0
  1149. /package/dist/{types/interfaces → interfaces}/AnalyticsEvaluationCycle.d.ts +0 -0
  1150. /package/dist/{types/interfaces → interfaces}/AnalyticsUserId.d.ts +0 -0
  1151. /package/dist/{types/interfaces → interfaces}/Anot.d.ts +0 -0
  1152. /package/dist/{types/interfaces → interfaces}/AnswerType.d.ts +0 -0
  1153. /package/dist/{types/interfaces → interfaces}/AnswersUserSupervisor.d.ts +0 -0
  1154. /package/dist/{types/interfaces → interfaces}/ApplicationsByCategory.d.ts +0 -0
  1155. /package/dist/{types/interfaces → interfaces}/AstaQuestions.d.ts +0 -0
  1156. /package/dist/{types/interfaces → interfaces}/AstsStock.d.ts +0 -0
  1157. /package/dist/{types/interfaces → interfaces}/AstsStockInfo.d.ts +0 -0
  1158. /package/dist/{types/interfaces → interfaces}/AsttReconciliationDocuments.d.ts +0 -0
  1159. /package/dist/{types/interfaces → interfaces}/AsvProductsByReference.d.ts +0 -0
  1160. /package/dist/{types/interfaces → interfaces}/AsvProductsByStore.d.ts +0 -0
  1161. /package/dist/{types/interfaces → interfaces}/AsvProductsStockDetails.d.ts +0 -0
  1162. /package/dist/{types/interfaces → interfaces}/Atim.d.ts +0 -0
  1163. /package/dist/{types/interfaces → interfaces}/AtimScheduling.d.ts +0 -0
  1164. /package/dist/{types/interfaces → interfaces}/AttendanceIssues.d.ts +0 -0
  1165. /package/dist/{types/interfaces → interfaces}/Auth0Config.d.ts +0 -0
  1166. /package/dist/{types/interfaces → interfaces}/BellNotification.d.ts +0 -0
  1167. /package/dist/{types/interfaces → interfaces}/Brand.d.ts +0 -0
  1168. /package/dist/{types/interfaces → interfaces}/Bulk.d.ts +0 -0
  1169. /package/dist/{types/interfaces → interfaces}/Bwg.d.ts +0 -0
  1170. /package/dist/{types/interfaces → interfaces}/Checkout.d.ts +0 -0
  1171. /package/dist/{types/interfaces → interfaces}/Configuration.d.ts +0 -0
  1172. /package/dist/{types/interfaces → interfaces}/ContractStates.d.ts +0 -0
  1173. /package/dist/{types/interfaces → interfaces}/Countries.d.ts +0 -0
  1174. /package/dist/{types/interfaces → interfaces}/CreateNotification.d.ts +0 -0
  1175. /package/dist/{types/interfaces → interfaces}/Customer.d.ts +0 -0
  1176. /package/dist/{types/interfaces → interfaces}/CustomerHistory.d.ts +0 -0
  1177. /package/dist/{types/interfaces → interfaces}/CustomerVoucher.d.ts +0 -0
  1178. /package/dist/{types/interfaces → interfaces}/EvaluationCycle.d.ts +0 -0
  1179. /package/dist/{types/interfaces → interfaces}/ExpUsersAnswers.d.ts +0 -0
  1180. /package/dist/{types/interfaces → interfaces}/FlowExecution.d.ts +0 -0
  1181. /package/dist/{types/interfaces → interfaces}/FlowList.d.ts +0 -0
  1182. /package/dist/{types/interfaces → interfaces}/GetMonths.d.ts +0 -0
  1183. /package/dist/{types/interfaces → interfaces}/Instances.d.ts +0 -0
  1184. /package/dist/{types/interfaces → interfaces}/JobTitles.d.ts +0 -0
  1185. /package/dist/{types/interfaces → interfaces}/MIMO.d.ts +0 -0
  1186. /package/dist/{types/interfaces → interfaces}/MacroInstance.d.ts +0 -0
  1187. /package/dist/{types/interfaces → interfaces}/Macros.d.ts +0 -0
  1188. /package/dist/{types/interfaces → interfaces}/MonitoringComponent.d.ts +0 -0
  1189. /package/dist/{types/interfaces → interfaces}/NotificationTitle.d.ts +0 -0
  1190. /package/dist/{types/interfaces → interfaces}/OSUA.d.ts +0 -0
  1191. /package/dist/{types/interfaces → interfaces}/Permissions.d.ts +0 -0
  1192. /package/dist/{types/interfaces → interfaces}/PriceChange.d.ts +0 -0
  1193. /package/dist/{types/interfaces → interfaces}/Product.d.ts +0 -0
  1194. /package/dist/{types/interfaces → interfaces}/ProductsHierarchies.d.ts +0 -0
  1195. /package/dist/{types/interfaces → interfaces}/ProductsPickedTransfers.d.ts +0 -0
  1196. /package/dist/{types/interfaces → interfaces}/Questionnaire.d.ts +0 -0
  1197. /package/dist/{types/interfaces → interfaces}/ReasonCodes.d.ts +0 -0
  1198. /package/dist/{types/interfaces → interfaces}/ReportBuilder.d.ts +0 -0
  1199. /package/dist/{types/interfaces → interfaces}/ResponseList.d.ts +0 -0
  1200. /package/dist/{types/interfaces → interfaces}/Rfid.d.ts +0 -0
  1201. /package/dist/{types/interfaces → interfaces}/Roles.d.ts +0 -0
  1202. /package/dist/{types/interfaces → interfaces}/Store.d.ts +0 -0
  1203. /package/dist/{types/interfaces → interfaces}/TagsFlow.d.ts +0 -0
  1204. /package/dist/{types/interfaces → interfaces}/TermNotification.d.ts +0 -0
  1205. /package/dist/{types/interfaces → interfaces}/TimeKeeping.d.ts +0 -0
  1206. /package/dist/{types/interfaces → interfaces}/TransferAllProducts.d.ts +0 -0
  1207. /package/dist/{types/interfaces → interfaces}/TransferDocumentState.d.ts +0 -0
  1208. /package/dist/{types/interfaces → interfaces}/TransferDocuments.d.ts +0 -0
  1209. /package/dist/{types/interfaces → interfaces}/TransferPackage.d.ts +0 -0
  1210. /package/dist/{types/interfaces → interfaces}/TransferPickProducts.d.ts +0 -0
  1211. /package/dist/{types/interfaces → interfaces}/TransferReportDiff.d.ts +0 -0
  1212. /package/dist/{types/interfaces → interfaces}/TransferStates.d.ts +0 -0
  1213. /package/dist/{types/interfaces → interfaces}/UserAuthentication.d.ts +0 -0
  1214. /package/dist/{types/interfaces → interfaces}/UserEmailStatus.d.ts +0 -0
  1215. /package/dist/{types/interfaces → interfaces}/VacationPlan.d.ts +0 -0
  1216. /package/dist/{types/interfaces → interfaces}/VerifyImage.d.ts +0 -0
  1217. /package/dist/{types/interfaces → interfaces}/VerifyUser.d.ts +0 -0
  1218. /package/dist/{types/interfaces → interfaces}/Watson.d.ts +0 -0
  1219. /package/dist/{types/interfaces → interfaces}/Workload.d.ts +0 -0
  1220. /package/dist/{types/interfaces → interfaces}/index.d.ts +0 -0
  1221. /package/dist/{types/services → services}/index.d.ts +0 -0
@@ -1,34 +0,0 @@
1
- .navigation {
2
- display: flex;
3
- align-items: center;
4
- justify-content: space-between;
5
- padding: 0 24px;
6
- height: 75px;
7
- gap: 0 24px;
8
- position: relative;
9
-
10
- @media(max-width: 767px) {
11
- padding-top: 32px;
12
- }
13
-
14
- @media(min-width: 767px) {
15
- padding: 0 40px;
16
- }
17
-
18
- .title {
19
- font-size: var(--font-size-body-4);
20
- font-weight: var(--font-weight-semibold);
21
- text-transform: uppercase;
22
- }
23
-
24
- .columnCenter {
25
- @media(max-width: 767px) {
26
- position: absolute;
27
- top: 12px;
28
- margin: 0 auto;
29
- left: 0;
30
- right: 0;
31
- text-align: center;
32
- }
33
- }
34
- }
@@ -1,35 +0,0 @@
1
-
2
- import { Spin } from 'antd';
3
- import classNames from 'classnames';
4
- import styles from './styles.module.scss';
5
-
6
- interface PageContentProps extends PageBaseProps {
7
- isLoading?: boolean;
8
- }
9
-
10
- interface PageBaseProps {
11
- children?: React.ReactNode | React.ReactNode[];
12
- }
13
-
14
- export const Page = ({ children }: PageBaseProps) => {
15
- return (
16
- <div className={ styles.pageContainer }>
17
- { children }
18
- </div>
19
- )
20
- };
21
-
22
- const PageHeader = ({ children }: PageBaseProps) => (
23
- <div className={ styles.header }>
24
- { children }
25
- </div>
26
- );
27
-
28
- const PageContent = ({ children, isLoading }: PageContentProps) => (
29
- <div className={ classNames(styles.pageContent, { [styles.pageContentLoading]: isLoading }) }>
30
- { isLoading ? <Spin /> : children }
31
- </div>
32
- );
33
-
34
- Page.Header = PageHeader;
35
- Page.Content = PageContent;
@@ -1,26 +0,0 @@
1
- $padding: 8.5px 20px;
2
-
3
- .header {
4
- background: var(--white-color);
5
- height: 37px;
6
- border-bottom: 2px solid var(--disabled-input);
7
- color: var(--app-footer-bg-color);
8
- display: flex;
9
- gap: 21px;
10
- align-items: center;
11
- }
12
-
13
- .pageContent, .header {
14
- padding: $padding;
15
- }
16
-
17
- .pageContainer {
18
- height: 100%;
19
- }
20
-
21
- .pageContentLoading {
22
- min-height: 50%;
23
- display: flex;
24
- align-items: center;
25
- justify-content: center;
26
- }
@@ -1,30 +0,0 @@
1
- import React from 'react';
2
- import { QueryClientProvider } from "@tanstack/react-query";
3
- import { queryClient } from '../../constants';
4
- import { StoreProvider } from '../../contexts/useStore';
5
-
6
- export interface SharedContextProviderProps {
7
- providers?: React.JSXElementConstructor<unknown>[];
8
- children?: React.ReactElement | React.ReactElement[];
9
- disableInitialStoreRequest?: boolean;
10
- }
11
-
12
- const DefaultProviders = [
13
- StoreProvider,
14
- [QueryClientProvider, { client: queryClient }],
15
- ] as React.JSXElementConstructor<unknown>[];
16
-
17
- const ContextProvider = ({ providers, children }) => providers.reduceRight(
18
- (children, parent) => React.cloneElement(parent, { children: children }),
19
- children
20
- );
21
-
22
- export const SharedContextProvider = ({ children, disableInitialStoreRequest }: SharedContextProviderProps) => {
23
- return (
24
- <QueryClientProvider client={ queryClient }>
25
- <StoreProvider disableInitialStoreRequest={disableInitialStoreRequest}>
26
- { children }
27
- </StoreProvider>
28
- </QueryClientProvider>
29
- );
30
- };
@@ -1,9 +0,0 @@
1
- export * from './SharedContextProvider';
2
- export * from './Header';
3
- export * from './Footer';
4
- export * from './Page';
5
- export * from './Button';
6
- export * from './BottomDrawer';
7
- export * from './Form';
8
- export * from './Link';
9
- export * from './Navigation';
@@ -1,21 +0,0 @@
1
-
2
- import {
3
- faBars, faUserTie, faPlus, faXmark, faUser, faUserPlus,
4
- faCartShopping, faChevronDown, faFilter, faSearch, faQrcode, faCheck, faTrashAlt
5
- } from '@fortawesome/free-solid-svg-icons'
6
-
7
- export const icons = {
8
- faBars,
9
- faUser,
10
- faUserTie,
11
- faPlus,
12
- faUserPlus,
13
- faXmark,
14
- faCartShopping,
15
- faChevronDown,
16
- faFilter,
17
- faSearch,
18
- faQrcode,
19
- faCheck,
20
- faTrashAlt
21
- };
@@ -1,10 +0,0 @@
1
- import { QueryClient } from '@tanstack/react-query';
2
-
3
- export const queryClient = new QueryClient({
4
- defaultOptions: {
5
- queries: {
6
- refetchOnWindowFocus: false,
7
- suspense: true,
8
- },
9
- },
10
- });
@@ -1,2 +0,0 @@
1
- export * from './QueryClient'
2
- export * from './Icons';
@@ -1,20 +0,0 @@
1
-
2
- import React from 'react';
3
- import { useSearchParams } from 'react-router-dom';
4
- import { useStoreQuery } from '../hooks/Store/useStoreQuery';
5
- import { Store } from '../interfaces/Store';
6
-
7
- const StoreContext = React.createContext<Store | null>(null);
8
-
9
- const StoreProvider = ({ children, disableInitialStoreRequest }: { disableInitialStoreRequest?: boolean, children: React.ReactElement | React.ReactElement[] }) => {
10
- const [params] = useSearchParams();
11
- const { data: store } = useStoreQuery({ id: params.get('storeId') as string, enabled: !disableInitialStoreRequest });
12
-
13
- return <StoreContext.Provider value={ store }> { children } </StoreContext.Provider>;
14
- };
15
-
16
- const useStoreContext = (): Store => {
17
- return React.useContext(StoreContext) as Store;
18
- };
19
-
20
- export { StoreProvider, useStoreContext };
@@ -1,5 +0,0 @@
1
-
2
- export enum AttendanceType {
3
- ENTER = 0,
4
- EXIT = 1
5
- }
@@ -1,7 +0,0 @@
1
-
2
- export enum EmployeeOrder {
3
- NAME_A_Z,
4
- NAME_Z_A,
5
- ID_ASC,
6
- ID_DESC,
7
- }
@@ -1,2 +0,0 @@
1
- export * from './attendence-type.enum';
2
- export * from './employees-order.enum';
package/src/global.scss DELETED
@@ -1,124 +0,0 @@
1
- :root {
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: #FF674C;
42
- --color-orange-rgb: 255, 103, 76;
43
-
44
- --color-blue: #09168B;
45
- --color-blue-rgb: 9, 22, 139;
46
-
47
- --color-grey-light: #D9D9D9;
48
- --color-grey-light-rgb: 217, 217, 217;
49
- --color-grey: #C7CAC9;
50
- --color-grey-rgb: 199, 202, 201;
51
- --color-grey-dark: #797979;
52
- --color-grey-dark-rgb: 121, 121, 121;
53
-
54
- // Helper Colors
55
- --color-warning-400: #E36262;
56
- --color-warning-500: #E05151;
57
-
58
- --color-confirmation-400: #73b9a2;
59
- --color-confirmation-600: #64B298;
60
-
61
- /*** Font Styles ***/
62
- // Font Family
63
- --font-family-primary: SF Pro;
64
-
65
- // Font Weight
66
- --font-weight-light: 300;
67
- --font-weight-regular: 400;
68
- --font-weight-medium: 500;
69
- --font-weight-semibold: 600;
70
- --font-weight-bold: 700;
71
-
72
- // Font Styles
73
- --font-style-normal: normal;
74
- --font-style-italic: italic;
75
-
76
- // Font Sizes
77
- --font-size-body-1: 10px;
78
- --font-size-body-2: 12px;
79
- --font-size-body-3: 14px;
80
- --font-size-body-4: 16px;
81
- --font-size-body-5: 18px;
82
- --font-size-body-6: 20px;
83
-
84
- --font-size-h1: 46px;
85
- --font-size-h2: 40px;
86
- --font-size-h3: 36px;
87
- --font-size-h4: 30px;
88
- --font-size-h5: 24px;
89
-
90
- --font-size-body-base: var(--font-size-body-4);
91
- --font-size-label: var(--font-size-body-3);
92
-
93
- /*** CTAs ***/
94
- // Button Default
95
- --button-default-background: var(--color-orange);
96
- --button-default-text-color: var(--color-white);
97
- --button-default-background-hover-color: rgba(var(--color-orange-rgb), .9);
98
- --button-default-text-hover-color: var(--color-white);
99
- --button-default-background-focus-color: var(--color-grey-dark);
100
- --button-default-text-focus-color: rgba(var(--color-white-rgb), .8);
101
-
102
- // Button Style 1
103
- --button-style-1-background: var(--color-black);
104
- --button-style-1-text-color: var(--color-white);
105
- --button-style-1-background-hover-color: rgba(var(--color-black-rgb), .9);
106
- --button-style-1-text-hover-color: var(--color-white);
107
- --button-style-1-background-focus-color: var(--color-grey-dark);
108
- --button-style-1-text-focus-color: rgba(var(--color-white-rgb), .8);
109
-
110
- // Button Disabled
111
- --button-disabled-background-color: var(--color-grey-dark);
112
- --button-disabled-default-text-color: var(--color-white);
113
-
114
- // Link
115
- --link-color: var(--color-orange);
116
- --link-hover-color: var(--color-black);
117
- --link-focus-color: rgba(var(--color-orange), .9);
118
- --link-disabled-color: rgba(var(--color-grey), .2);
119
-
120
- // Transition Speed
121
- --transition-slow: .2s;
122
- --transition: .6s;
123
- --transition-fast: 1s;
124
- }
@@ -1,20 +0,0 @@
1
- import type { MenuProps } from 'antd';
2
- import React from 'react';
3
-
4
- export type MenuItem = Required<MenuProps>['items'][number];
5
-
6
- export function getItem(
7
- label: React.ReactNode,
8
- key: React.Key,
9
- icon?: React.ReactNode,
10
- children?: MenuItem[],
11
- type?: 'group',
12
- ): MenuItem {
13
- return {
14
- key,
15
- icon,
16
- children,
17
- label,
18
- type,
19
- } as MenuItem;
20
- }
@@ -1,29 +0,0 @@
1
- import moment from 'moment';
2
- import dayjs, { Dayjs } from 'dayjs';
3
-
4
- export const getDateFromUnix = <T = Dayjs | string | null>(unixDate: number, formatStr?: string): T => {
5
- const date = unixDate ? dayjs.unix(unixDate) : null;
6
-
7
- return (formatStr && date ? date.format(formatStr) : date) as T;
8
- }
9
-
10
- export const getDateToUnix = (date: Date): number | null => {
11
- return date ? moment(date).unix() : null;
12
- }
13
-
14
- export const getUnixFromDateString = (dateString: string): number | null => {
15
- const date = dayjs(dateString, 'YYYY-MM-DD');
16
-
17
- return date.isValid() ? date.unix() : null;
18
- }
19
-
20
- export const getDateStringToUnix = (dateUnix: number) => {
21
- const dateObject = new Date(dateUnix * 1000);
22
-
23
- const day = dateObject?.getDate()?.toString()?.padStart(2, '0');
24
- const month = (dateObject?.getMonth() + 1)?.toString()?.padStart(2, '0');
25
- const year = dateObject?.getFullYear();
26
-
27
- return `${day}/${month}/${year}`;
28
- }
29
-
@@ -1,15 +0,0 @@
1
- import moment from 'moment';
2
-
3
- export const getFormattedDate = (seconds: number, defaultValue = ''): string => {
4
- if (!seconds) {
5
- return defaultValue;
6
- }
7
- const date = new Date();
8
- date.setUTCSeconds(seconds);
9
- const finalDate = moment();
10
- finalDate.set('minutes', date.getUTCMinutes());
11
- finalDate.set('seconds', date.getUTCSeconds());
12
- finalDate.set('hours', date.getUTCHours());
13
-
14
- return finalDate.format('HH:mm');
15
- }
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- export const getChildrenByType = (children: JSX.Element | JSX.Element[], fn: Function) => {
4
- return React.Children.toArray(children).find((child) => (child as JSX.Element).type === fn);
5
- }
@@ -1,4 +0,0 @@
1
- export * from './codeMutation';
2
- export * from './formatted-date.helper';
3
- export * from './getChildrenByType.helper';
4
- export * from './date-unix.helper';
@@ -1,20 +0,0 @@
1
- import { useQuery, UseQueryOptions } from '@tanstack/react-query';
2
- import { get } from '../../../services/ApiService';
3
- import { ClientResponse } from '../../../interfaces';
4
-
5
- interface ClientBalanceQueryOptions extends UseQueryOptions<ClientResponse>{
6
- fiscalId?: string;
7
- }
8
-
9
- export const getClientBalance= ({ fiscalId, ...options }: ClientBalanceQueryOptions) => {
10
- return useQuery<ClientResponse>(
11
- ['EMPLOYEES_QUERY', fiscalId],
12
- () =>
13
- get<ClientResponse>('/ACB/Clients', {
14
- pFiscalId: fiscalId
15
- }),
16
- {
17
- ...options
18
- }
19
- );
20
- };
@@ -1,16 +0,0 @@
1
- import { useQueryClient, useMutation } from '@tanstack/react-query';
2
- import { AddClientBalanceRequest } from "../../../interfaces";
3
- import { post } from "../../../services/ApiService";
4
-
5
-
6
- export const postClientBalance = () => {
7
- const queryClient = useQueryClient();
8
- return useMutation<AddClientBalanceRequest , unknown, AddClientBalanceRequest >((data: AddClientBalanceRequest ) => {
9
- return post('/ACB/Clients', data);
10
- }, {
11
- onSuccess: (data: AddClientBalanceRequest ) => {
12
- queryClient.setQueryData(
13
- ['POST_CLIENT_BALANCE'], data);
14
- },
15
- });
16
- }
@@ -1,24 +0,0 @@
1
- import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { CustomerHistory, ResponseList } from "../../../interfaces";
3
- import { getAuth0 } from "../../../services/ApiService";
4
-
5
- interface CustomerHistoryProps extends Omit<UseQueryOptions<ResponseList<"CustomerHistories", CustomerHistory>>, "queryKey"> {
6
- page: number;
7
- records: number;
8
- sortBy: string;
9
- sortDirection: string;
10
- }
11
-
12
- export const getCustomerHistoryQueryHook = (customerId: string, { page, records, sortBy, sortDirection, ...options }: CustomerHistoryProps) => {
13
- return useQuery(
14
- ['CUSTOMER_HISTORY_QUERY', customerId, page, records, sortBy, sortDirection, options],
15
- () => getAuth0<ResponseList<"CustomerHistories", CustomerHistory>>(`/GNG/Salesforce/CustomerHistories/${customerId}`, {
16
- pPage: page,
17
- pRecords: records,
18
- pSortBy: sortBy,
19
- pSortDirection: sortDirection
20
- }),
21
- options
22
- );
23
- }
24
-
@@ -1,24 +0,0 @@
1
- import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { CustomerVoucher, ResponseList } from "../../../interfaces";
3
- import { getAuth0 } from "../../../services/ApiService";
4
-
5
- interface CustomerVoucherProps extends Omit<UseQueryOptions<ResponseList<"CustomerVouchers", CustomerVoucher>>, "queryKey"> {
6
- page: number;
7
- records: number;
8
- sortBy: string;
9
- sortDirection: string;
10
- }
11
-
12
- export const getCustomerVouchersQueryHook = (customerId: string, { page, records, sortBy, sortDirection, ...options }: CustomerVoucherProps) => {
13
- return useQuery(
14
- ['CUSTOMER_VOUCHERS_QUERY', page, records, sortBy, sortDirection, customerId, options],
15
- () => getAuth0<ResponseList<"CustomerVouchers", CustomerVoucher>>(`/GNG/Salesforce/CustomerVouchers/${customerId}`, {
16
- pPage: page,
17
- pRecords: records,
18
- pSortBy: sortBy,
19
- pSortDirection: sortDirection
20
- }),
21
- options
22
- );
23
- }
24
-
@@ -1,28 +0,0 @@
1
- import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { ASAECustomer, ResponseList } from "../../../interfaces";
3
- import { getAuth0 } from "../../../services/ApiService";
4
-
5
- interface ASAECustomerProps extends Omit<UseQueryOptions<ResponseList<"Customers", ASAECustomer>>, "queryKey"> {
6
- page: number;
7
- records: number;
8
- sortBy: string;
9
- sortDirection: string;
10
- terms?: string;
11
- query?: string;
12
- }
13
-
14
- export const getASAECustomerQueryHook = ({ page, records, sortBy, sortDirection, terms, query, ...options }: ASAECustomerProps) => {
15
- return useQuery(
16
- ['CUSTOMER_QUERY', page, records, sortBy, sortDirection, terms, query, options],
17
- () => getAuth0<ResponseList<"Customers", ASAECustomer>>(`/GNG/Salesforce/Customers`, {
18
- pPage: page,
19
- pRecords: records,
20
- pSortBy: sortBy,
21
- pSortDirection: sortDirection,
22
- pTerms: terms || "",
23
- pQuery: query || ""
24
- }),
25
- options
26
- );
27
- }
28
-
@@ -1,33 +0,0 @@
1
- import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { get } from "../../../../services/ApiService";
3
- import { ResponseList, AbsenceTypes } from "../../../../interfaces";
4
-
5
- interface AbsenceTypesQueryOptions
6
- extends UseQueryOptions<ResponseList<"AbsenceTypes", AbsenceTypes>> {
7
- page?: number;
8
- records?: number;
9
- sortBy?: string;
10
- sortDirection?: string;
11
- }
12
-
13
- export const useAbsenceTypes = ({
14
- page,
15
- records,
16
- sortBy,
17
- sortDirection,
18
- ...options
19
- }: AbsenceTypesQueryOptions) => {
20
- return useQuery<ResponseList<"AbsenceTypes", AbsenceTypes>>(
21
- ["EMPLOYEES_QUERY", page, records, sortBy, sortDirection],
22
- () =>
23
- get("/ATIM/AbsenceTypes", {
24
- pPage: page,
25
- pRecords: records,
26
- pSortBy: sortBy,
27
- pSortDirection: sortDirection,
28
- }),
29
- {
30
- ...options,
31
- }
32
- );
33
- };
@@ -1,38 +0,0 @@
1
- import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { getAuth0 } from "../../../../services/ApiService";
3
- import { AttendancesSummary } from "../../../../interfaces";
4
-
5
- interface EmployeeQueryOptions
6
- extends UseQueryOptions<AttendancesSummary>{
7
- employeeId?: string;
8
- storeId?: string;
9
- beginWorkPeriod?: number;
10
- endWorkPeriod?: number;
11
- }
12
-
13
- export const useAttendancesSummary = ({
14
- employeeId,
15
- storeId,
16
- beginWorkPeriod,
17
- endWorkPeriod,
18
- ...options
19
- }: EmployeeQueryOptions) => {
20
- return useQuery<AttendancesSummary>(
21
- [
22
- "ATTENDANCES_SUMMARY",
23
- employeeId,
24
- storeId,
25
- beginWorkPeriod,
26
- endWorkPeriod,
27
- ],
28
- () =>
29
- getAuth0(`/ATIM/AttendancesSummary/${employeeId}`, {
30
- pStoreId: storeId,
31
- pBeginWorkPeriod: beginWorkPeriod,
32
- pEndWorkPeriod: endWorkPeriod,
33
- }),
34
- {
35
- ...options,
36
- }
37
- );
38
- };
@@ -1,52 +0,0 @@
1
- import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { getAuth0 } from "../../../../services/ApiService";
3
- import { AttendancesSummary } from "../../../../interfaces";
4
- import { ResponseList } from "../../../../interfaces";
5
-
6
- interface EmployeeQueryOptions
7
- extends UseQueryOptions<ResponseList<'AttendanceSummarys', AttendancesSummary>>{
8
- userId?: string;
9
- page: number;
10
- record: number;
11
- sortBy?: string;
12
- sortDirection?: string;
13
- terms?: string;
14
- query?: string;
15
- }
16
-
17
- export const useAttendancesSummarySearch = ({
18
- userId,
19
- page,
20
- record,
21
- sortBy,
22
- sortDirection,
23
- terms,
24
- query,
25
- ...options
26
- }: EmployeeQueryOptions) => {
27
- return useQuery<ResponseList<'AttendanceSummarys', AttendancesSummary>>(
28
- [
29
- "ATTENDANCES_SUMMARY",
30
- userId,
31
- page,
32
- record,
33
- sortBy,
34
- sortDirection,
35
- terms,
36
- query
37
- ],
38
- () =>
39
- getAuth0<ResponseList<'AttendanceSummarys', AttendancesSummary>>(`/ATIM/AttendancesSummary`, {
40
- pUserId: userId,
41
- pPage: page,
42
- pRecords: record,
43
- pSortBy: sortBy,
44
- pSortDirection: sortDirection,
45
- pTerms: terms,
46
- pQuery: query,
47
- }),
48
- {
49
- ...options,
50
- }
51
- );
52
- };