@os1-platform/dispatch-mobile 2.1.21 → 2.1.23

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 (614) hide show
  1. package/README.md +122 -11
  2. package/lib/commonjs/analytics/firebase/FirebaseLogging.js +1 -1
  3. package/lib/commonjs/analytics/firebase/FirebaseLogging.js.map +1 -1
  4. package/lib/commonjs/analytics/sentry/SentryAnalyticsSingleton.js +5 -5
  5. package/lib/commonjs/analytics/sentry/SentryAnalyticsSingleton.js.map +1 -1
  6. package/lib/commonjs/analytics/sentry/SentryAnalyticsUtils.js +9 -10
  7. package/lib/commonjs/analytics/sentry/SentryAnalyticsUtils.js.map +1 -1
  8. package/lib/commonjs/components/dispatch/DispatchExecNavigator.js +16 -6
  9. package/lib/commonjs/components/dispatch/DispatchExecNavigator.js.map +1 -1
  10. package/lib/commonjs/components/executiontasks/ExecutionTasksIndex.js +8 -1
  11. package/lib/commonjs/components/executiontasks/ExecutionTasksIndex.js.map +1 -1
  12. package/lib/commonjs/components/executiontasks/cancellation/CancelET.js +8 -10
  13. package/lib/commonjs/components/executiontasks/cancellation/CancelET.js.map +1 -1
  14. package/lib/commonjs/components/executiontasks/captureInput/CaptureText.js +2 -2
  15. package/lib/commonjs/components/executiontasks/captureInput/CaptureText.js.map +1 -1
  16. package/lib/commonjs/components/executiontasks/collectPayment/CollectPayment.js +40 -0
  17. package/lib/commonjs/components/executiontasks/collectPayment/CollectPayment.js.map +1 -0
  18. package/lib/commonjs/components/executiontasks/collectPayment/CollectPaymentSchema.js +35 -0
  19. package/lib/commonjs/components/executiontasks/collectPayment/CollectPaymentSchema.js.map +1 -0
  20. package/lib/commonjs/components/executiontasks/collectPayment/PaymentStyles.js +102 -0
  21. package/lib/commonjs/components/executiontasks/collectPayment/PaymentStyles.js.map +1 -0
  22. package/lib/commonjs/components/executiontasks/collectPayment/PaymentUtils.js +151 -0
  23. package/lib/commonjs/components/executiontasks/collectPayment/PaymentUtils.js.map +1 -0
  24. package/lib/commonjs/components/executiontasks/collectPayment/components/CompletePayment.js +188 -0
  25. package/lib/commonjs/components/executiontasks/collectPayment/components/CompletePayment.js.map +1 -0
  26. package/lib/commonjs/components/executiontasks/collectPayment/components/CustomContactsModal.js +2 -0
  27. package/lib/commonjs/components/executiontasks/collectPayment/components/CustomContactsModal.js.map +1 -0
  28. package/lib/commonjs/components/executiontasks/collectPayment/components/InitPayment.js +442 -0
  29. package/lib/commonjs/components/executiontasks/collectPayment/components/InitPayment.js.map +1 -0
  30. package/lib/commonjs/components/executiontasks/collectPayment/components/PaymentContactDetails.js +538 -0
  31. package/lib/commonjs/components/executiontasks/collectPayment/components/PaymentContactDetails.js.map +1 -0
  32. package/lib/commonjs/components/executiontasks/collectPayment/components/ProcessPayment.js +887 -0
  33. package/lib/commonjs/components/executiontasks/collectPayment/components/ProcessPayment.js.map +1 -0
  34. package/lib/commonjs/components/executiontasks/deliver/DeliverET.js +14 -20
  35. package/lib/commonjs/components/executiontasks/deliver/DeliverET.js.map +1 -1
  36. package/lib/commonjs/components/executiontasks/deliver/SLDeliverET.js +24 -27
  37. package/lib/commonjs/components/executiontasks/deliver/SLDeliverET.js.map +1 -1
  38. package/lib/commonjs/components/executiontasks/display/DisplayModalET.js +1 -1
  39. package/lib/commonjs/components/executiontasks/display/DisplayModalET.js.map +1 -1
  40. package/lib/commonjs/components/executiontasks/doodle/SignatureET.js +2 -3
  41. package/lib/commonjs/components/executiontasks/doodle/SignatureET.js.map +1 -1
  42. package/lib/commonjs/components/executiontasks/dropCash/DropCashET.js +1 -1
  43. package/lib/commonjs/components/executiontasks/dropCash/DropCashET.js.map +1 -1
  44. package/lib/commonjs/components/executiontasks/dropCash/SLDropCash.js +9 -3
  45. package/lib/commonjs/components/executiontasks/dropCash/SLDropCash.js.map +1 -1
  46. package/lib/commonjs/components/executiontasks/forms/FormGenerator.js +2 -2
  47. package/lib/commonjs/components/executiontasks/forms/FormGenerator.js.map +1 -1
  48. package/lib/commonjs/components/executiontasks/forms/widgets/DateTimeWidget.js +13 -14
  49. package/lib/commonjs/components/executiontasks/forms/widgets/DateTimeWidget.js.map +1 -1
  50. package/lib/commonjs/components/executiontasks/forms/widgets/DropdownWidget.js +2 -2
  51. package/lib/commonjs/components/executiontasks/forms/widgets/DropdownWidget.js.map +1 -1
  52. package/lib/commonjs/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js +11 -12
  53. package/lib/commonjs/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js.map +1 -1
  54. package/lib/commonjs/components/executiontasks/forms/widgets/TimeRangeSelector.js +3 -3
  55. package/lib/commonjs/components/executiontasks/forms/widgets/TimeRangeSelector.js.map +1 -1
  56. package/lib/commonjs/components/executiontasks/httpRequest/HttpEtUtils.js +1 -1
  57. package/lib/commonjs/components/executiontasks/httpRequest/HttpEtUtils.js.map +1 -1
  58. package/lib/commonjs/components/executiontasks/httpRequest/HttpRequestET.js +2 -2
  59. package/lib/commonjs/components/executiontasks/httpRequest/HttpRequestET.js.map +1 -1
  60. package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js +2 -2
  61. package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js.map +1 -1
  62. package/lib/commonjs/components/executiontasks/imageCapture/ImageCapture.js +11 -13
  63. package/lib/commonjs/components/executiontasks/imageCapture/ImageCapture.js.map +1 -1
  64. package/lib/commonjs/components/executiontasks/payments/PaymentUtils.js +11 -2
  65. package/lib/commonjs/components/executiontasks/payments/PaymentUtils.js.map +1 -1
  66. package/lib/commonjs/components/executiontasks/payments/completePayment/CompletePaymentET.js +2 -2
  67. package/lib/commonjs/components/executiontasks/payments/completePayment/CompletePaymentET.js.map +1 -1
  68. package/lib/commonjs/components/executiontasks/payments/init/InitPaymentET.js +5 -6
  69. package/lib/commonjs/components/executiontasks/payments/init/InitPaymentET.js.map +1 -1
  70. package/lib/commonjs/components/executiontasks/payments/processPayment/ProcessPaymentET.js +2 -2
  71. package/lib/commonjs/components/executiontasks/payments/processPayment/ProcessPaymentET.js.map +1 -1
  72. package/lib/commonjs/components/executiontasks/pickup/PickupET.js +14 -20
  73. package/lib/commonjs/components/executiontasks/pickup/PickupET.js.map +1 -1
  74. package/lib/commonjs/components/executiontasks/pickup/SLPickupET.js +18 -24
  75. package/lib/commonjs/components/executiontasks/pickup/SLPickupET.js.map +1 -1
  76. package/lib/commonjs/components/executiontasks/scan/ScanET.js +4 -6
  77. package/lib/commonjs/components/executiontasks/scan/ScanET.js.map +1 -1
  78. package/lib/commonjs/components/executiontasks/scan/constants.js.map +1 -1
  79. package/lib/commonjs/components/executiontasks/scan/interfaces.js.map +1 -1
  80. package/lib/commonjs/components/executiontasks/scan/modalConstant.js.map +1 -1
  81. package/lib/commonjs/components/executiontasks/scan/sub_components/CScanner.js +4 -5
  82. package/lib/commonjs/components/executiontasks/scan/sub_components/CScanner.js.map +1 -1
  83. package/lib/commonjs/components/executiontasks/scan/sub_components/DropDownUtils.js +1 -2
  84. package/lib/commonjs/components/executiontasks/scan/sub_components/DropDownUtils.js.map +1 -1
  85. package/lib/commonjs/components/executiontasks/scan/sub_components/ERDropDown.js +2 -4
  86. package/lib/commonjs/components/executiontasks/scan/sub_components/ERDropDown.js.map +1 -1
  87. package/lib/commonjs/components/executiontasks/scan/sub_components/SummaryPage.js +3 -6
  88. package/lib/commonjs/components/executiontasks/scan/sub_components/SummaryPage.js.map +1 -1
  89. package/lib/commonjs/components/executiontasks/scan/utils.js +14 -8
  90. package/lib/commonjs/components/executiontasks/scan/utils.js.map +1 -1
  91. package/lib/commonjs/components/executiontasks/validateOTP/ValidateOTPET.js +2 -2
  92. package/lib/commonjs/components/executiontasks/validateOTP/ValidateOTPET.js.map +1 -1
  93. package/lib/commonjs/components/executiontasks/validateOTP/constants.js.map +1 -1
  94. package/lib/commonjs/components/executiontasks/validateOTP/sub-components/OTPInput.js +2 -2
  95. package/lib/commonjs/components/executiontasks/validateOTP/sub-components/OTPInput.js.map +1 -1
  96. package/lib/commonjs/components/executiontasks/validateOTP/utils.js +1 -1
  97. package/lib/commonjs/components/executiontasks/validateOTP/utils.js.map +1 -1
  98. package/lib/commonjs/components/executiontasks/verifyLocation/GeofenceUtils.js +2 -2
  99. package/lib/commonjs/components/executiontasks/verifyLocation/GeofenceUtils.js.map +1 -1
  100. package/lib/commonjs/components/executiontasks/verifyLocation/VerifyLocationET.js +2 -2
  101. package/lib/commonjs/components/executiontasks/verifyLocation/VerifyLocationET.js.map +1 -1
  102. package/lib/commonjs/components/executiontasks/verifyOtp/VerifyOtpET.js +2 -2
  103. package/lib/commonjs/components/executiontasks/verifyOtp/VerifyOtpET.js.map +1 -1
  104. package/lib/commonjs/components/widgets/AlertDisplay.js +1 -1
  105. package/lib/commonjs/components/widgets/AlertDisplay.js.map +1 -1
  106. package/lib/commonjs/components/widgets/CancelOrderDialog.js +2 -2
  107. package/lib/commonjs/components/widgets/CancelOrderDialog.js.map +1 -1
  108. package/lib/commonjs/components/widgets/Card.js +1 -2
  109. package/lib/commonjs/components/widgets/Card.js.map +1 -1
  110. package/lib/commonjs/components/widgets/GoBackModal.js +1 -1
  111. package/lib/commonjs/components/widgets/GoBackModal.js.map +1 -1
  112. package/lib/commonjs/components/widgets/IconButton.js +20 -23
  113. package/lib/commonjs/components/widgets/IconButton.js.map +1 -1
  114. package/lib/commonjs/components/widgets/ModalWidget.js +3 -1
  115. package/lib/commonjs/components/widgets/ModalWidget.js.map +1 -1
  116. package/lib/commonjs/components/widgets/ProgressDialog.js +3 -3
  117. package/lib/commonjs/components/widgets/ProgressDialog.js.map +1 -1
  118. package/lib/commonjs/components/widgets/SearchBar.js +1 -1
  119. package/lib/commonjs/components/widgets/SearchBar.js.map +1 -1
  120. package/lib/commonjs/components/widgets/SnackBarCustom.js +22 -21
  121. package/lib/commonjs/components/widgets/SnackBarCustom.js.map +1 -1
  122. package/lib/commonjs/components/widgets/SplitTextInput.js +10 -11
  123. package/lib/commonjs/components/widgets/SplitTextInput.js.map +1 -1
  124. package/lib/commonjs/components/widgets/TabsComponent.js +1 -1
  125. package/lib/commonjs/components/widgets/TabsComponent.js.map +1 -1
  126. package/lib/commonjs/components/widgets/Timer.js +40 -0
  127. package/lib/commonjs/components/widgets/Timer.js.map +1 -0
  128. package/lib/commonjs/constants/apiConstants.js +4 -1
  129. package/lib/commonjs/constants/apiConstants.js.map +1 -1
  130. package/lib/commonjs/constants/constants.js +4 -1
  131. package/lib/commonjs/constants/constants.js.map +1 -1
  132. package/lib/commonjs/errors/BaseError.js +3 -3
  133. package/lib/commonjs/events/EventDispatcher.js +5 -1
  134. package/lib/commonjs/events/EventDispatcher.js.map +1 -1
  135. package/lib/commonjs/events/constants.js +2 -1
  136. package/lib/commonjs/events/constants.js.map +1 -1
  137. package/lib/commonjs/events/index.js +1 -1
  138. package/lib/commonjs/events/index.js.map +1 -1
  139. package/lib/commonjs/events/interface.js.map +1 -1
  140. package/lib/commonjs/icons/CircleMark.js +27 -0
  141. package/lib/commonjs/icons/CircleMark.js.map +1 -0
  142. package/lib/commonjs/icons/FailedIcon.js +69 -0
  143. package/lib/commonjs/icons/FailedIcon.js.map +1 -0
  144. package/lib/commonjs/icons/FailureCloseIcon.js +42 -0
  145. package/lib/commonjs/icons/FailureCloseIcon.js.map +1 -0
  146. package/lib/commonjs/icons/ScanIcon.js +1 -1
  147. package/lib/commonjs/icons/ScanIcon.js.map +1 -1
  148. package/lib/commonjs/icons/SuccessCompleteIcon.js +42 -0
  149. package/lib/commonjs/icons/SuccessCompleteIcon.js.map +1 -0
  150. package/lib/commonjs/icons/file.js +1 -1
  151. package/lib/commonjs/icons/file.js.map +1 -1
  152. package/lib/commonjs/index.js +2 -2
  153. package/lib/commonjs/index.js.map +1 -1
  154. package/lib/commonjs/locale/i18n.js +1 -1
  155. package/lib/commonjs/locale/i18n.js.map +1 -1
  156. package/lib/commonjs/locale/util.js +1 -1
  157. package/lib/commonjs/locale/util.js.map +1 -1
  158. package/lib/commonjs/manager/dispatch/DispatchStateContainer.js +11 -9
  159. package/lib/commonjs/manager/dispatch/DispatchStateContainer.js.map +1 -1
  160. package/lib/commonjs/manager/dispatchCodes/EventCodeContainer.js +6 -6
  161. package/lib/commonjs/manager/dispatchCodes/EventCodeContainer.js.map +1 -1
  162. package/lib/commonjs/manager/dispatchCodes/EventCodeRepo.js +6 -6
  163. package/lib/commonjs/manager/dispatchCodes/EventCodeRepo.js.map +1 -1
  164. package/lib/commonjs/manager/dispatchCodes/ReasonCodeContainer.js +7 -7
  165. package/lib/commonjs/manager/dispatchCodes/ReasonCodeContainer.js.map +1 -1
  166. package/lib/commonjs/manager/dispatchCodes/ReasonCodeRepo.js +6 -6
  167. package/lib/commonjs/manager/dispatchCodes/ReasonCodeRepo.js.map +1 -1
  168. package/lib/commonjs/manager/location/LocationManager.js +6 -6
  169. package/lib/commonjs/manager/location/LocationManager.js.map +1 -1
  170. package/lib/commonjs/manager/sdk/DispatchSDKManager.js +8 -8
  171. package/lib/commonjs/manager/sdk/DispatchSDKManager.js.map +1 -1
  172. package/lib/commonjs/manager/sdk/DispatchSdkCache.js +6 -6
  173. package/lib/commonjs/manager/sdk/DispatchSdkCache.js.map +1 -1
  174. package/lib/commonjs/manager/sdk/callbacksHandler.js +4 -4
  175. package/lib/commonjs/manager/sdk/callbacksHandler.js.map +1 -1
  176. package/lib/commonjs/manager/syncmanager/AppSyncManager.js +7 -7
  177. package/lib/commonjs/manager/syncmanager/AppSyncManager.js.map +1 -1
  178. package/lib/commonjs/manager/syncmanager/database.js +2 -2
  179. package/lib/commonjs/manager/syncmanager/database.js.map +1 -1
  180. package/lib/commonjs/manager/syncmanager/document/DocumentHttpClient.js +2 -2
  181. package/lib/commonjs/manager/syncmanager/document/DocumentHttpClient.js.map +1 -1
  182. package/lib/commonjs/manager/syncmanager/document/DocumentManager.js +6 -6
  183. package/lib/commonjs/manager/syncmanager/document/DocumentManager.js.map +1 -1
  184. package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js +8 -16
  185. package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js.map +1 -1
  186. package/lib/commonjs/manager/syncmanager/events/ETEventsManager.js +6 -7
  187. package/lib/commonjs/manager/syncmanager/events/ETEventsManager.js.map +1 -1
  188. package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js +7 -8
  189. package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js.map +1 -1
  190. package/lib/commonjs/manager/syncmanager/events/SyncHttpClient.js +5 -9
  191. package/lib/commonjs/manager/syncmanager/events/SyncHttpClient.js.map +1 -1
  192. package/lib/commonjs/models/DispatchModels.js.map +1 -1
  193. package/lib/commonjs/models/execTasks/ETConfig.js +3 -0
  194. package/lib/commonjs/models/execTasks/ETConfig.js.map +1 -1
  195. package/lib/commonjs/models/sdk.js.map +1 -1
  196. package/lib/commonjs/native/signature/SignatureCapture.js +5 -5
  197. package/lib/commonjs/native/signature/SignatureCapture.js.map +1 -1
  198. package/lib/commonjs/network/GraphQLClient.js +15 -19
  199. package/lib/commonjs/network/GraphQLClient.js.map +1 -1
  200. package/lib/commonjs/network/NetworkClient.js +30 -3
  201. package/lib/commonjs/network/NetworkClient.js.map +1 -1
  202. package/lib/commonjs/network/NetworkUtils.js +2 -5
  203. package/lib/commonjs/network/NetworkUtils.js.map +1 -1
  204. package/lib/commonjs/network/Queries.js.map +1 -1
  205. package/lib/commonjs/network/client.js +5 -5
  206. package/lib/commonjs/network/client.js.map +1 -1
  207. package/lib/commonjs/resources/Login.js +4 -4
  208. package/lib/commonjs/resources/Login.js.map +1 -1
  209. package/lib/commonjs/resources/network.js +4 -4
  210. package/lib/commonjs/resources/network.js.map +1 -1
  211. package/lib/commonjs/styles/executionTasks/CommonStyles.js +13 -3
  212. package/lib/commonjs/styles/executionTasks/CommonStyles.js.map +1 -1
  213. package/lib/commonjs/ui/screens/CancellationScreen.js +7 -8
  214. package/lib/commonjs/ui/screens/CancellationScreen.js.map +1 -1
  215. package/lib/commonjs/ui/screens/CaptureInputScreen.js +8 -9
  216. package/lib/commonjs/ui/screens/CaptureInputScreen.js.map +1 -1
  217. package/lib/commonjs/ui/screens/CollectPaymentScreen.js +251 -0
  218. package/lib/commonjs/ui/screens/CollectPaymentScreen.js.map +1 -0
  219. package/lib/commonjs/ui/screens/CompleteObjectiveScreen.js +7 -8
  220. package/lib/commonjs/ui/screens/CompleteObjectiveScreen.js.map +1 -1
  221. package/lib/commonjs/ui/screens/DeliverScreen.js +8 -9
  222. package/lib/commonjs/ui/screens/DeliverScreen.js.map +1 -1
  223. package/lib/commonjs/ui/screens/DisplayScreen.js +8 -9
  224. package/lib/commonjs/ui/screens/DisplayScreen.js.map +1 -1
  225. package/lib/commonjs/ui/screens/DoodleScreen.js +8 -9
  226. package/lib/commonjs/ui/screens/DoodleScreen.js.map +1 -1
  227. package/lib/commonjs/ui/screens/DropCashScreen.js +43 -11
  228. package/lib/commonjs/ui/screens/DropCashScreen.js.map +1 -1
  229. package/lib/commonjs/ui/screens/ETScreensIndex.js +8 -1
  230. package/lib/commonjs/ui/screens/ETScreensIndex.js.map +1 -1
  231. package/lib/commonjs/ui/screens/FormsScreen.js +8 -9
  232. package/lib/commonjs/ui/screens/FormsScreen.js.map +1 -1
  233. package/lib/commonjs/ui/screens/GeofenceScreen.js +8 -9
  234. package/lib/commonjs/ui/screens/GeofenceScreen.js.map +1 -1
  235. package/lib/commonjs/ui/screens/HttpRequestScreen.js +7 -8
  236. package/lib/commonjs/ui/screens/HttpRequestScreen.js.map +1 -1
  237. package/lib/commonjs/ui/screens/ImageCaptureScreen.js +8 -9
  238. package/lib/commonjs/ui/screens/ImageCaptureScreen.js.map +1 -1
  239. package/lib/commonjs/ui/screens/PaymentScreen.js +9 -9
  240. package/lib/commonjs/ui/screens/PaymentScreen.js.map +1 -1
  241. package/lib/commonjs/ui/screens/PickupScreen.js +8 -9
  242. package/lib/commonjs/ui/screens/PickupScreen.js.map +1 -1
  243. package/lib/commonjs/ui/screens/ScanScreen.js +8 -10
  244. package/lib/commonjs/ui/screens/ScanScreen.js.map +1 -1
  245. package/lib/commonjs/ui/screens/StartWorkFlowScreen.js +13 -9
  246. package/lib/commonjs/ui/screens/StartWorkFlowScreen.js.map +1 -1
  247. package/lib/commonjs/ui/screens/ValidateOTPScreen.js +8 -9
  248. package/lib/commonjs/ui/screens/ValidateOTPScreen.js.map +1 -1
  249. package/lib/commonjs/ui/screens/WithBaseDispatchScreen.js +3 -3
  250. package/lib/commonjs/ui/screens/WithBaseDispatchScreen.js.map +1 -1
  251. package/lib/commonjs/ui/uiConfig/RouteParams.js +2 -1
  252. package/lib/commonjs/ui/uiConfig/RouteParams.js.map +1 -1
  253. package/lib/commonjs/utils/ApiUtils.js +3 -1
  254. package/lib/commonjs/utils/ApiUtils.js.map +1 -1
  255. package/lib/commonjs/utils/ExecTaskUtils.js +35 -5
  256. package/lib/commonjs/utils/ExecTaskUtils.js.map +1 -1
  257. package/lib/commonjs/utils/Logger.js +6 -7
  258. package/lib/commonjs/utils/Logger.js.map +1 -1
  259. package/lib/commonjs/utils/NetworkUtil.js +4 -4
  260. package/lib/commonjs/utils/NetworkUtil.js.map +1 -1
  261. package/lib/commonjs/utils/SdkUtils.js +2 -2
  262. package/lib/commonjs/utils/SdkUtils.js.map +1 -1
  263. package/lib/commonjs/utils/SyncManagerUtils.js +3 -3
  264. package/lib/commonjs/utils/SyncManagerUtils.js.map +1 -1
  265. package/lib/commonjs/utils/context/paymentContext.js +9 -0
  266. package/lib/commonjs/utils/context/paymentContext.js.map +1 -0
  267. package/lib/commonjs/utils/fcm/FCM.js +22 -4
  268. package/lib/commonjs/utils/fcm/FCM.js.map +1 -1
  269. package/lib/commonjs/utils/fcm/FcmUtils.js +12 -2
  270. package/lib/commonjs/utils/fcm/FcmUtils.js.map +1 -1
  271. package/lib/commonjs/utils/helper.js +6 -6
  272. package/lib/commonjs/utils/helper.js.map +1 -1
  273. package/lib/commonjs/utils/hooks/useModal.js +4 -3
  274. package/lib/commonjs/utils/hooks/useModal.js.map +1 -1
  275. package/lib/commonjs/utils/hooks/useTimer.js.map +1 -1
  276. package/lib/commonjs/utils/loginHelper.js +1 -1
  277. package/lib/commonjs/utils/loginHelper.js.map +1 -1
  278. package/lib/commonjs/utils/storage.js +11 -17
  279. package/lib/commonjs/utils/storage.js.map +1 -1
  280. package/lib/commonjs/utils/utils.js +2 -3
  281. package/lib/commonjs/utils/utils.js.map +1 -1
  282. package/lib/module/analytics/sentry/SentryAnalyticsSingleton.js +5 -5
  283. package/lib/module/analytics/sentry/SentryAnalyticsSingleton.js.map +1 -1
  284. package/lib/module/analytics/sentry/SentryAnalyticsUtils.js +7 -8
  285. package/lib/module/analytics/sentry/SentryAnalyticsUtils.js.map +1 -1
  286. package/lib/module/components/dispatch/DispatchExecNavigator.js +14 -4
  287. package/lib/module/components/dispatch/DispatchExecNavigator.js.map +1 -1
  288. package/lib/module/components/executiontasks/ExecutionTasksIndex.js +2 -1
  289. package/lib/module/components/executiontasks/ExecutionTasksIndex.js.map +1 -1
  290. package/lib/module/components/executiontasks/cancellation/CancelET.js +6 -8
  291. package/lib/module/components/executiontasks/cancellation/CancelET.js.map +1 -1
  292. package/lib/module/components/executiontasks/collectPayment/CollectPayment.js +32 -0
  293. package/lib/module/components/executiontasks/collectPayment/CollectPayment.js.map +1 -0
  294. package/lib/module/components/executiontasks/collectPayment/CollectPaymentSchema.js +29 -0
  295. package/lib/module/components/executiontasks/collectPayment/CollectPaymentSchema.js.map +1 -0
  296. package/lib/module/components/executiontasks/collectPayment/PaymentStyles.js +96 -0
  297. package/lib/module/components/executiontasks/collectPayment/PaymentStyles.js.map +1 -0
  298. package/lib/module/components/executiontasks/collectPayment/PaymentUtils.js +132 -0
  299. package/lib/module/components/executiontasks/collectPayment/PaymentUtils.js.map +1 -0
  300. package/lib/module/components/executiontasks/collectPayment/components/CompletePayment.js +179 -0
  301. package/lib/module/components/executiontasks/collectPayment/components/CompletePayment.js.map +1 -0
  302. package/lib/module/components/executiontasks/collectPayment/components/CustomContactsModal.js +2 -0
  303. package/lib/module/components/executiontasks/collectPayment/components/CustomContactsModal.js.map +1 -0
  304. package/lib/module/components/executiontasks/collectPayment/components/InitPayment.js +433 -0
  305. package/lib/module/components/executiontasks/collectPayment/components/InitPayment.js.map +1 -0
  306. package/lib/module/components/executiontasks/collectPayment/components/PaymentContactDetails.js +531 -0
  307. package/lib/module/components/executiontasks/collectPayment/components/PaymentContactDetails.js.map +1 -0
  308. package/lib/module/components/executiontasks/collectPayment/components/ProcessPayment.js +880 -0
  309. package/lib/module/components/executiontasks/collectPayment/components/ProcessPayment.js.map +1 -0
  310. package/lib/module/components/executiontasks/deliver/DeliverET.js +13 -19
  311. package/lib/module/components/executiontasks/deliver/DeliverET.js.map +1 -1
  312. package/lib/module/components/executiontasks/deliver/SLDeliverET.js +21 -24
  313. package/lib/module/components/executiontasks/deliver/SLDeliverET.js.map +1 -1
  314. package/lib/module/components/executiontasks/doodle/SignatureET.js +0 -1
  315. package/lib/module/components/executiontasks/doodle/SignatureET.js.map +1 -1
  316. package/lib/module/components/executiontasks/dropCash/DropCashET.js.map +1 -1
  317. package/lib/module/components/executiontasks/dropCash/SLDropCash.js +6 -1
  318. package/lib/module/components/executiontasks/dropCash/SLDropCash.js.map +1 -1
  319. package/lib/module/components/executiontasks/forms/widgets/DateTimeWidget.js +11 -12
  320. package/lib/module/components/executiontasks/forms/widgets/DateTimeWidget.js.map +1 -1
  321. package/lib/module/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js +9 -10
  322. package/lib/module/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js.map +1 -1
  323. package/lib/module/components/executiontasks/forms/widgets/TimeRangeSelector.js +1 -1
  324. package/lib/module/components/executiontasks/imageCapture/CaptureUtils.js.map +1 -1
  325. package/lib/module/components/executiontasks/imageCapture/ImageCapture.js +9 -11
  326. package/lib/module/components/executiontasks/imageCapture/ImageCapture.js.map +1 -1
  327. package/lib/module/components/executiontasks/payments/PaymentUtils.js +11 -2
  328. package/lib/module/components/executiontasks/payments/PaymentUtils.js.map +1 -1
  329. package/lib/module/components/executiontasks/payments/init/InitPaymentET.js +3 -4
  330. package/lib/module/components/executiontasks/payments/init/InitPaymentET.js.map +1 -1
  331. package/lib/module/components/executiontasks/payments/processPayment/ProcessPaymentET.js.map +1 -1
  332. package/lib/module/components/executiontasks/pickup/PickupET.js +13 -19
  333. package/lib/module/components/executiontasks/pickup/PickupET.js.map +1 -1
  334. package/lib/module/components/executiontasks/pickup/SLPickupET.js +15 -21
  335. package/lib/module/components/executiontasks/pickup/SLPickupET.js.map +1 -1
  336. package/lib/module/components/executiontasks/scan/ScanET.js +2 -4
  337. package/lib/module/components/executiontasks/scan/ScanET.js.map +1 -1
  338. package/lib/module/components/executiontasks/scan/constants.js.map +1 -1
  339. package/lib/module/components/executiontasks/scan/interfaces.js.map +1 -1
  340. package/lib/module/components/executiontasks/scan/modalConstant.js.map +1 -1
  341. package/lib/module/components/executiontasks/scan/sub_components/CScanner.js +3 -4
  342. package/lib/module/components/executiontasks/scan/sub_components/CScanner.js.map +1 -1
  343. package/lib/module/components/executiontasks/scan/sub_components/DropDownUtils.js +0 -1
  344. package/lib/module/components/executiontasks/scan/sub_components/DropDownUtils.js.map +1 -1
  345. package/lib/module/components/executiontasks/scan/sub_components/ERDropDown.js +0 -2
  346. package/lib/module/components/executiontasks/scan/sub_components/ERDropDown.js.map +1 -1
  347. package/lib/module/components/executiontasks/scan/sub_components/SummaryPage.js +1 -4
  348. package/lib/module/components/executiontasks/scan/sub_components/SummaryPage.js.map +1 -1
  349. package/lib/module/components/executiontasks/scan/utils.js +11 -6
  350. package/lib/module/components/executiontasks/scan/utils.js.map +1 -1
  351. package/lib/module/components/executiontasks/validateOTP/ValidateOTPET.js.map +1 -1
  352. package/lib/module/components/executiontasks/validateOTP/constants.js.map +1 -1
  353. package/lib/module/components/widgets/Card.js +0 -1
  354. package/lib/module/components/widgets/Card.js.map +1 -1
  355. package/lib/module/components/widgets/IconButton.js +19 -22
  356. package/lib/module/components/widgets/IconButton.js.map +1 -1
  357. package/lib/module/components/widgets/ModalWidget.js +1 -0
  358. package/lib/module/components/widgets/ModalWidget.js.map +1 -1
  359. package/lib/module/components/widgets/ProgressDialog.js +2 -2
  360. package/lib/module/components/widgets/ProgressDialog.js.map +1 -1
  361. package/lib/module/components/widgets/SnackBarCustom.js +21 -20
  362. package/lib/module/components/widgets/SnackBarCustom.js.map +1 -1
  363. package/lib/module/components/widgets/SplitTextInput.js +9 -10
  364. package/lib/module/components/widgets/SplitTextInput.js.map +1 -1
  365. package/lib/module/components/widgets/Timer.js +32 -0
  366. package/lib/module/components/widgets/Timer.js.map +1 -0
  367. package/lib/module/constants/apiConstants.js +4 -1
  368. package/lib/module/constants/apiConstants.js.map +1 -1
  369. package/lib/module/constants/constants.js +3 -0
  370. package/lib/module/constants/constants.js.map +1 -1
  371. package/lib/module/errors/BaseError.js +3 -3
  372. package/lib/module/events/EventDispatcher.js +3 -0
  373. package/lib/module/events/EventDispatcher.js.map +1 -1
  374. package/lib/module/events/constants.js +2 -1
  375. package/lib/module/events/constants.js.map +1 -1
  376. package/lib/module/events/interface.js.map +1 -1
  377. package/lib/module/icons/CircleMark.js +20 -0
  378. package/lib/module/icons/CircleMark.js.map +1 -0
  379. package/lib/module/icons/FailedIcon.js +62 -0
  380. package/lib/module/icons/FailedIcon.js.map +1 -0
  381. package/lib/module/icons/FailureCloseIcon.js +35 -0
  382. package/lib/module/icons/FailureCloseIcon.js.map +1 -0
  383. package/lib/module/icons/SuccessCompleteIcon.js +35 -0
  384. package/lib/module/icons/SuccessCompleteIcon.js.map +1 -0
  385. package/lib/module/manager/dispatch/DispatchStateContainer.js +10 -8
  386. package/lib/module/manager/dispatch/DispatchStateContainer.js.map +1 -1
  387. package/lib/module/manager/dispatchCodes/EventCodeContainer.js +5 -5
  388. package/lib/module/manager/dispatchCodes/EventCodeContainer.js.map +1 -1
  389. package/lib/module/manager/dispatchCodes/EventCodeRepo.js +5 -5
  390. package/lib/module/manager/dispatchCodes/EventCodeRepo.js.map +1 -1
  391. package/lib/module/manager/dispatchCodes/ReasonCodeContainer.js +5 -5
  392. package/lib/module/manager/dispatchCodes/ReasonCodeContainer.js.map +1 -1
  393. package/lib/module/manager/dispatchCodes/ReasonCodeRepo.js +5 -5
  394. package/lib/module/manager/dispatchCodes/ReasonCodeRepo.js.map +1 -1
  395. package/lib/module/manager/location/LocationManager.js +5 -5
  396. package/lib/module/manager/location/LocationManager.js.map +1 -1
  397. package/lib/module/manager/sdk/DispatchSDKManager.js +6 -6
  398. package/lib/module/manager/sdk/DispatchSDKManager.js.map +1 -1
  399. package/lib/module/manager/sdk/DispatchSdkCache.js +5 -5
  400. package/lib/module/manager/sdk/DispatchSdkCache.js.map +1 -1
  401. package/lib/module/manager/sdk/callbacksHandler.js +3 -3
  402. package/lib/module/manager/syncmanager/AppSyncManager.js +5 -5
  403. package/lib/module/manager/syncmanager/AppSyncManager.js.map +1 -1
  404. package/lib/module/manager/syncmanager/DBConfig.js +1 -0
  405. package/lib/module/manager/syncmanager/DBConfig.js.map +1 -1
  406. package/lib/module/manager/syncmanager/document/DocumentHttpClient.js.map +1 -1
  407. package/lib/module/manager/syncmanager/document/DocumentManager.js +5 -5
  408. package/lib/module/manager/syncmanager/document/DocumentManager.js.map +1 -1
  409. package/lib/module/manager/syncmanager/document/DocumentSyncManager.js +6 -14
  410. package/lib/module/manager/syncmanager/document/DocumentSyncManager.js.map +1 -1
  411. package/lib/module/manager/syncmanager/events/ETEventsManager.js +5 -6
  412. package/lib/module/manager/syncmanager/events/ETEventsManager.js.map +1 -1
  413. package/lib/module/manager/syncmanager/events/EventsSyncManager.js +5 -6
  414. package/lib/module/manager/syncmanager/events/EventsSyncManager.js.map +1 -1
  415. package/lib/module/manager/syncmanager/events/SyncHttpClient.js +3 -7
  416. package/lib/module/manager/syncmanager/events/SyncHttpClient.js.map +1 -1
  417. package/lib/module/models/DispatchModels.js.map +1 -1
  418. package/lib/module/models/execTasks/ETConfig.js +3 -0
  419. package/lib/module/models/execTasks/ETConfig.js.map +1 -1
  420. package/lib/module/models/sdk.js.map +1 -1
  421. package/lib/module/native/signature/SignatureCapture.js +4 -4
  422. package/lib/module/network/GraphQLClient.js +14 -18
  423. package/lib/module/network/GraphQLClient.js.map +1 -1
  424. package/lib/module/network/NetworkClient.js +29 -2
  425. package/lib/module/network/NetworkClient.js.map +1 -1
  426. package/lib/module/network/NetworkUtils.js +1 -4
  427. package/lib/module/network/NetworkUtils.js.map +1 -1
  428. package/lib/module/network/Queries.js.map +1 -1
  429. package/lib/module/network/client.js +4 -4
  430. package/lib/module/network/client.js.map +1 -1
  431. package/lib/module/resources/Login.js +3 -3
  432. package/lib/module/resources/network.js +3 -3
  433. package/lib/module/styles/executionTasks/CommonStyles.js +12 -2
  434. package/lib/module/styles/executionTasks/CommonStyles.js.map +1 -1
  435. package/lib/module/ui/screens/CancellationScreen.js +5 -6
  436. package/lib/module/ui/screens/CancellationScreen.js.map +1 -1
  437. package/lib/module/ui/screens/CaptureInputScreen.js +6 -7
  438. package/lib/module/ui/screens/CaptureInputScreen.js.map +1 -1
  439. package/lib/module/ui/screens/CollectPaymentScreen.js +244 -0
  440. package/lib/module/ui/screens/CollectPaymentScreen.js.map +1 -0
  441. package/lib/module/ui/screens/CompleteObjectiveScreen.js +5 -6
  442. package/lib/module/ui/screens/CompleteObjectiveScreen.js.map +1 -1
  443. package/lib/module/ui/screens/DeliverScreen.js +6 -7
  444. package/lib/module/ui/screens/DeliverScreen.js.map +1 -1
  445. package/lib/module/ui/screens/DisplayScreen.js +6 -7
  446. package/lib/module/ui/screens/DisplayScreen.js.map +1 -1
  447. package/lib/module/ui/screens/DoodleScreen.js +6 -7
  448. package/lib/module/ui/screens/DoodleScreen.js.map +1 -1
  449. package/lib/module/ui/screens/DropCashScreen.js +41 -10
  450. package/lib/module/ui/screens/DropCashScreen.js.map +1 -1
  451. package/lib/module/ui/screens/ETScreensIndex.js +2 -1
  452. package/lib/module/ui/screens/ETScreensIndex.js.map +1 -1
  453. package/lib/module/ui/screens/FormsScreen.js +6 -7
  454. package/lib/module/ui/screens/FormsScreen.js.map +1 -1
  455. package/lib/module/ui/screens/GeofenceScreen.js +6 -7
  456. package/lib/module/ui/screens/GeofenceScreen.js.map +1 -1
  457. package/lib/module/ui/screens/HttpRequestScreen.js +6 -7
  458. package/lib/module/ui/screens/HttpRequestScreen.js.map +1 -1
  459. package/lib/module/ui/screens/ImageCaptureScreen.js +6 -7
  460. package/lib/module/ui/screens/ImageCaptureScreen.js.map +1 -1
  461. package/lib/module/ui/screens/PaymentScreen.js +7 -7
  462. package/lib/module/ui/screens/PaymentScreen.js.map +1 -1
  463. package/lib/module/ui/screens/PickupScreen.js +6 -7
  464. package/lib/module/ui/screens/PickupScreen.js.map +1 -1
  465. package/lib/module/ui/screens/ScanScreen.js +6 -8
  466. package/lib/module/ui/screens/ScanScreen.js.map +1 -1
  467. package/lib/module/ui/screens/StartWorkFlowScreen.js +11 -7
  468. package/lib/module/ui/screens/StartWorkFlowScreen.js.map +1 -1
  469. package/lib/module/ui/screens/ValidateOTPScreen.js +6 -7
  470. package/lib/module/ui/screens/ValidateOTPScreen.js.map +1 -1
  471. package/lib/module/ui/screens/WithBaseDispatchScreen.js +1 -1
  472. package/lib/module/ui/uiConfig/RouteParams.js +2 -1
  473. package/lib/module/ui/uiConfig/RouteParams.js.map +1 -1
  474. package/lib/module/utils/ApiUtils.js +2 -0
  475. package/lib/module/utils/ApiUtils.js.map +1 -1
  476. package/lib/module/utils/ExecTaskUtils.js +31 -4
  477. package/lib/module/utils/ExecTaskUtils.js.map +1 -1
  478. package/lib/module/utils/Logger.js +5 -6
  479. package/lib/module/utils/Logger.js.map +1 -1
  480. package/lib/module/utils/NetworkUtil.js +3 -3
  481. package/lib/module/utils/NetworkUtil.js.map +1 -1
  482. package/lib/module/utils/SdkUtils.js.map +1 -1
  483. package/lib/module/utils/SyncManagerUtils.js +1 -1
  484. package/lib/module/utils/SyncManagerUtils.js.map +1 -1
  485. package/lib/module/utils/context/paymentContext.js +3 -0
  486. package/lib/module/utils/context/paymentContext.js.map +1 -0
  487. package/lib/module/utils/fcm/FCM.js +20 -2
  488. package/lib/module/utils/fcm/FCM.js.map +1 -1
  489. package/lib/module/utils/fcm/FcmUtils.js +10 -0
  490. package/lib/module/utils/fcm/FcmUtils.js.map +1 -1
  491. package/lib/module/utils/helper.js +5 -5
  492. package/lib/module/utils/helper.js.map +1 -1
  493. package/lib/module/utils/hooks/useModal.js +2 -1
  494. package/lib/module/utils/hooks/useModal.js.map +1 -1
  495. package/lib/module/utils/hooks/useTimer.js.map +1 -1
  496. package/lib/module/utils/storage.js +9 -15
  497. package/lib/module/utils/storage.js.map +1 -1
  498. package/lib/module/utils/utils.js +1 -2
  499. package/lib/module/utils/utils.js.map +1 -1
  500. package/lib/typescript/components/executiontasks/ExecutionTasksIndex.d.ts +4 -2
  501. package/lib/typescript/components/executiontasks/collectPayment/CollectPayment.d.ts +4 -0
  502. package/lib/typescript/components/executiontasks/collectPayment/CollectPaymentSchema.d.ts +155 -0
  503. package/lib/typescript/components/executiontasks/collectPayment/PaymentStyles.d.ts +92 -0
  504. package/lib/typescript/components/executiontasks/collectPayment/PaymentUtils.d.ts +16 -0
  505. package/lib/typescript/components/executiontasks/collectPayment/components/CompletePayment.d.ts +4 -0
  506. package/lib/typescript/components/executiontasks/collectPayment/components/InitPayment.d.ts +4 -0
  507. package/lib/typescript/components/executiontasks/collectPayment/components/PaymentContactDetails.d.ts +4 -0
  508. package/lib/typescript/components/executiontasks/collectPayment/components/ProcessPayment.d.ts +4 -0
  509. package/lib/typescript/components/executiontasks/scan/interfaces.d.ts +1 -1
  510. package/lib/typescript/components/executiontasks/scan/utils.d.ts +1 -0
  511. package/lib/typescript/components/widgets/ProgressDialog.d.ts +3 -0
  512. package/lib/typescript/components/widgets/SnackBarCustom.d.ts +3 -2
  513. package/lib/typescript/components/widgets/Timer.d.ts +7 -0
  514. package/lib/typescript/constants/apiConstants.d.ts +3 -0
  515. package/lib/typescript/constants/constants.d.ts +3 -0
  516. package/lib/typescript/events/EventDispatcher.d.ts +1 -0
  517. package/lib/typescript/events/constants.d.ts +1 -0
  518. package/lib/typescript/events/interface.d.ts +1 -1
  519. package/lib/typescript/icons/CircleMark.d.ts +3 -0
  520. package/lib/typescript/icons/FailedIcon.d.ts +4 -0
  521. package/lib/typescript/icons/FailureCloseIcon.d.ts +4 -0
  522. package/lib/typescript/icons/SuccessCompleteIcon.d.ts +4 -0
  523. package/lib/typescript/models/DispatchModels.d.ts +11 -0
  524. package/lib/typescript/models/execTasks/ETConfig.d.ts +6 -3
  525. package/lib/typescript/models/sdk.d.ts +12 -0
  526. package/lib/typescript/network/NetworkClient.d.ts +3 -1
  527. package/lib/typescript/styles/executionTasks/CommonStyles.d.ts +10 -1
  528. package/lib/typescript/ui/screens/CollectPaymentScreen.d.ts +3 -0
  529. package/lib/typescript/ui/screens/ETScreensIndex.d.ts +2 -1
  530. package/lib/typescript/ui/uiConfig/RouteParams.d.ts +1 -0
  531. package/lib/typescript/utils/ExecTaskUtils.d.ts +2 -0
  532. package/lib/typescript/utils/context/paymentContext.d.ts +7 -0
  533. package/package.json +6 -5
  534. package/src/components/dispatch/DispatchExecNavigator.tsx +14 -0
  535. package/src/components/executiontasks/ExecutionTasksIndex.ts +8 -0
  536. package/src/components/executiontasks/collectPayment/CollectPayment.tsx +60 -0
  537. package/src/components/executiontasks/collectPayment/CollectPaymentSchema.ts +182 -0
  538. package/src/components/executiontasks/collectPayment/PaymentStyles.ts +102 -0
  539. package/src/components/executiontasks/collectPayment/PaymentUtils.ts +200 -0
  540. package/src/components/executiontasks/collectPayment/components/CompletePayment.tsx +273 -0
  541. package/src/components/executiontasks/collectPayment/components/InitPayment.tsx +658 -0
  542. package/src/components/executiontasks/collectPayment/components/PaymentContactDetails.tsx +790 -0
  543. package/src/components/executiontasks/collectPayment/components/ProcessPayment.tsx +1352 -0
  544. package/src/components/executiontasks/deliver/SLDeliverET.tsx +132 -60
  545. package/src/components/executiontasks/dropCash/SLDropCash.tsx +35 -12
  546. package/src/components/executiontasks/payments/PaymentUtils.ts +10 -2
  547. package/src/components/executiontasks/pickup/SLPickupET.tsx +6 -3
  548. package/src/components/executiontasks/scan/ScanET.tsx +1 -1
  549. package/src/components/executiontasks/scan/interfaces.ts +1 -1
  550. package/src/components/executiontasks/scan/utils.ts +16 -8
  551. package/src/components/widgets/ModalWidget.tsx +26 -8
  552. package/src/components/widgets/ProgressDialog.tsx +23 -3
  553. package/src/components/widgets/SnackBarCustom.tsx +8 -1
  554. package/src/components/widgets/SplitTextInput.tsx +1 -1
  555. package/src/components/widgets/Timer.tsx +53 -0
  556. package/src/constants/apiConstants.ts +3 -0
  557. package/src/constants/constants.ts +3 -0
  558. package/src/events/EventDispatcher.ts +4 -0
  559. package/src/events/constants.ts +1 -0
  560. package/src/events/interface.ts +7 -1
  561. package/src/icons/CircleMark.tsx +18 -0
  562. package/src/icons/FailedIcon.tsx +80 -0
  563. package/src/icons/FailureCloseIcon.tsx +35 -0
  564. package/src/icons/SuccessCompleteIcon.tsx +35 -0
  565. package/src/manager/dispatch/DispatchStateContainer.tsx +6 -4
  566. package/src/manager/sdk/DispatchSDKManager.ts +1 -0
  567. package/src/models/DispatchModels.ts +12 -0
  568. package/src/models/execTasks/ETConfig.ts +3 -0
  569. package/src/models/sdk.ts +13 -0
  570. package/src/network/NetworkClient.ts +34 -1
  571. package/src/network/client.ts +1 -0
  572. package/src/styles/executionTasks/CommonStyles.ts +32 -8
  573. package/src/ui/screens/CollectPaymentScreen.tsx +315 -0
  574. package/src/ui/screens/DropCashScreen.tsx +49 -2
  575. package/src/ui/screens/ETScreensIndex.ts +2 -0
  576. package/src/ui/screens/PaymentScreen.tsx +1 -0
  577. package/src/ui/screens/StartWorkFlowScreen.tsx +15 -0
  578. package/src/ui/uiConfig/RouteParams.ts +8 -1
  579. package/src/utils/ApiUtils.ts +1 -0
  580. package/src/utils/ExecTaskUtils.ts +44 -3
  581. package/src/utils/SyncManagerUtils.ts +1 -0
  582. package/src/utils/context/paymentContext.ts +8 -0
  583. package/src/utils/fcm/FCM.ts +30 -0
  584. package/src/utils/fcm/FcmUtils.ts +53 -29
  585. package/android/.gradle/6.8/fileChanges/last-build.bin +0 -0
  586. package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
  587. package/android/.gradle/7.5/checksums/checksums.lock +0 -0
  588. package/android/.gradle/7.5/checksums/md5-checksums.bin +0 -0
  589. package/android/.gradle/7.5/checksums/sha1-checksums.bin +0 -0
  590. package/android/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  591. package/android/.gradle/7.5/executionHistory/executionHistory.lock +0 -0
  592. package/android/.gradle/7.5/fileChanges/last-build.bin +0 -0
  593. package/android/.gradle/7.5/fileHashes/fileHashes.bin +0 -0
  594. package/android/.gradle/7.5/fileHashes/fileHashes.lock +0 -0
  595. package/android/.gradle/7.5/gc.properties +0 -0
  596. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  597. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  598. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  599. package/android/.gradle/checksums/checksums.lock +0 -0
  600. package/android/.gradle/config.properties +0 -2
  601. package/android/.gradle/configuration-cache/gc.properties +0 -0
  602. package/android/.gradle/vcs-1/gc.properties +0 -0
  603. package/android/.idea/compiler.xml +0 -6
  604. package/android/.idea/gradle.xml +0 -18
  605. package/android/.idea/kotlinc.xml +0 -6
  606. package/android/.idea/migrations.xml +0 -10
  607. package/android/.idea/misc.xml +0 -10
  608. package/android/.idea/other.xml +0 -263
  609. package/android/.idea/vcs.xml +0 -6
  610. package/lib/commonjs/icons/circleMark.svg +0 -3
  611. package/lib/module/icons/circleMark.svg +0 -3
  612. package/src/icons/circleMark.svg +0 -3
  613. /package/{android/.gradle/6.8/gc.properties → lib/typescript/components/executiontasks/collectPayment/components/CustomContactsModal.d.ts} +0 -0
  614. /package/{android/.gradle/7.5/dependencies-accessors/gc.properties → src/components/executiontasks/collectPayment/components/CustomContactsModal.tsx} +0 -0
@@ -0,0 +1,155 @@
1
+ import { BaseETRequest, BaseETResponse } from '../../../models/execTasks/ETBaseModels';
2
+ import { HTTPMethod, HTTPRequestBody } from '../httpRequest/HttpRequestETSchema';
3
+ import { Headers, PathParams, QueryParams } from '../../../utils/ApiUtils';
4
+ export type AllowedModes = 'CASH' | 'QR_CODE' | 'PAYMENT_LINK' | 'ONLINE';
5
+ export type OnsiteLink = 'Phone Number' | 'Email';
6
+ export interface ETAmount {
7
+ value: number;
8
+ currencyCode: string;
9
+ }
10
+ export interface API {
11
+ uri: string;
12
+ timeout?: number;
13
+ httpMethod: HTTPMethod;
14
+ headers?: Headers[];
15
+ requestBody?: HTTPRequestBody;
16
+ queryParams?: QueryParams[];
17
+ pathParams?: PathParams[];
18
+ responseJsonLogic: object;
19
+ errorJsonLogic: object;
20
+ }
21
+ export type CollectPaymentInput = BaseETRequest & {
22
+ allowedModes: AllowedModes[];
23
+ plModes?: string[];
24
+ expectedAmount: number;
25
+ onsiteLinkSharing?: OnsiteLink[];
26
+ onSubmitET: (output: CollectPaymentOutput) => void;
27
+ next: (output: CollectPaymentOutput & {
28
+ screen: PAYMENT_SCREEN;
29
+ contactDetails?: string;
30
+ sourceScreen: PAYMENT_SCREEN;
31
+ }) => void;
32
+ screen: PAYMENT_SCREEN;
33
+ sourceScreen: PAYMENT_SCREEN;
34
+ };
35
+ export interface ProcessPaymentInput {
36
+ paymentMode: AllowedModes;
37
+ contactDetails?: string;
38
+ }
39
+ export interface CompletePaymentInput {
40
+ paymentMode: AllowedModes;
41
+ }
42
+ export type CollectPaymentOutput = BaseETResponse & {
43
+ refId: string;
44
+ collectedAmount: ETAmount;
45
+ paymentMeta?: {};
46
+ paymentMode: AllowedModes;
47
+ };
48
+ export interface QrResponse {
49
+ data: {
50
+ qrCode?: string;
51
+ txnId?: string;
52
+ paymentCompleted?: boolean;
53
+ status?: STATUS;
54
+ };
55
+ }
56
+ export interface QR_REQUEST_BODY {
57
+ refId: string;
58
+ appAbbr: string;
59
+ money: {
60
+ amount: number;
61
+ currency: string;
62
+ };
63
+ userInfo?: {
64
+ phone?: {
65
+ countryCode: string;
66
+ mobileNumber: string;
67
+ };
68
+ };
69
+ pgConfigId?: string;
70
+ description?: string;
71
+ meta?: {
72
+ [key: string]: any;
73
+ };
74
+ }
75
+ export interface PaymentStatusResponse {
76
+ data: {
77
+ meta?: {
78
+ totalCount?: number;
79
+ };
80
+ transactions?: {
81
+ refId: string;
82
+ status: STATUS;
83
+ subStatus: SUB_STATUS;
84
+ money: {
85
+ amount: number;
86
+ currency: string;
87
+ };
88
+ txnId: string;
89
+ txnType: TRANSACTION_TYPE;
90
+ appAbbr: string;
91
+ }[];
92
+ };
93
+ }
94
+ export interface PaymentLinkResponse {
95
+ txnId: string;
96
+ refId: string;
97
+ status?: STATUS;
98
+ }
99
+ export interface notificationPaymentStatus {
100
+ refId: string;
101
+ status: STATUS;
102
+ }
103
+ export declare enum STATUS {
104
+ INITIATED = "INITIATED",
105
+ FAILED = "FAILED",
106
+ SUCCESS = "SUCCESS"
107
+ }
108
+ export declare enum SUB_STATUS {
109
+ completed = "completed",
110
+ expired = "expired",
111
+ created = "created",
112
+ plFailed = "plFailed",
113
+ qrFailed = "qrFailed",
114
+ paymentFailed = "paymentFailed",
115
+ closed = "closed"
116
+ }
117
+ export declare enum PAYMENT_SCREEN {
118
+ INIT = "INIT",
119
+ CONTACTS = "CONTACTS",
120
+ PROCESS = "PROCESS",
121
+ COMPLETE = "COMPLETE"
122
+ }
123
+ export interface sharedPrefPaymentDataInterface {
124
+ paymentMode: AllowedModes;
125
+ amount: ETAmount;
126
+ moIds: string[];
127
+ previousSelection?: AllowedModes[];
128
+ }
129
+ export interface PaymentEventDataInterface {
130
+ refId: string;
131
+ money: {
132
+ amount: number;
133
+ currency: string;
134
+ };
135
+ contactDetails?: string;
136
+ paymentLink?: string;
137
+ }
138
+ export interface PaymentConfigResponse {
139
+ data: {
140
+ configDetails: {
141
+ tenantId: string;
142
+ paymentMethods: PaymentMethods;
143
+ modesMapping: object;
144
+ }[];
145
+ };
146
+ }
147
+ export interface PaymentMethods {
148
+ QR: boolean;
149
+ paymentLink: boolean;
150
+ modes?: object;
151
+ }
152
+ export declare enum TRANSACTION_TYPE {
153
+ LINK = "link",
154
+ QRCODE = "qrCode"
155
+ }
@@ -0,0 +1,92 @@
1
+ export declare const PaymentStyles: {
2
+ amountStyle: {
3
+ fontSize: number;
4
+ fontWeight: "600";
5
+ fontStyle: "normal";
6
+ textAlign: "center";
7
+ alignItems: "center";
8
+ paddingTop: number;
9
+ paddingBottom: number;
10
+ fontFamily: string;
11
+ };
12
+ messageStyle: {
13
+ fontFamily: string;
14
+ backgroundColor: string;
15
+ color: string;
16
+ padding: number;
17
+ fontStyle: "normal";
18
+ fontWeight: "normal";
19
+ fontSize: number;
20
+ };
21
+ textStyle1: {
22
+ fontFamily: string;
23
+ marginTop: number;
24
+ marginStart: number;
25
+ marginEnd: number;
26
+ color: string;
27
+ fontStyle: "normal";
28
+ fontWeight: "normal";
29
+ fontSize: number;
30
+ };
31
+ reasonTextStyle: {
32
+ flex: number;
33
+ flexWrap: "wrap";
34
+ fontFamily: string;
35
+ fontStyle: "normal";
36
+ fontSize: number;
37
+ lineHeight: number;
38
+ letterSpacing: number;
39
+ textAlign: "justify";
40
+ color: string;
41
+ paddingTop: number;
42
+ };
43
+ reasonItemStyle: {
44
+ flexDirection: "row";
45
+ paddingTop: number;
46
+ paddingStart: number;
47
+ paddingEnd: number;
48
+ backgroundColor: string;
49
+ };
50
+ heading: {
51
+ marginTop: number;
52
+ marginStart: number;
53
+ fontSize: number;
54
+ lineHeight: number;
55
+ letterSpacing: number;
56
+ fontFamily: string;
57
+ color: string;
58
+ };
59
+ item: {
60
+ margin: number;
61
+ padding: number;
62
+ borderWidth: number;
63
+ };
64
+ btn: {
65
+ width: number;
66
+ borderRadius: number;
67
+ backgroundColor: string;
68
+ paddingHorizontal: number;
69
+ paddingVertical: number;
70
+ marginVertical: number;
71
+ };
72
+ loader: {
73
+ flex: number;
74
+ justifyContent: "center";
75
+ alignItems: "center";
76
+ };
77
+ flexCenter: {
78
+ width: number;
79
+ height: number;
80
+ flex: number;
81
+ justifyContent: "center";
82
+ alignItems: "center";
83
+ };
84
+ paymentWaitIcon: {
85
+ backgroundColor: string;
86
+ width: number;
87
+ height: number;
88
+ borderRadius: number;
89
+ justifyContent: "center";
90
+ alignItems: "center";
91
+ };
92
+ };
@@ -0,0 +1,16 @@
1
+ import { API, AllowedModes, TRANSACTION_TYPE, sharedPrefPaymentDataInterface } from './CollectPaymentSchema';
2
+ import Storage from '../../../utils/storage';
3
+ import { ENV } from '../../../models/sdk';
4
+ export declare const PAYMENT_SHARED_PREF_KEY = "@Payment_";
5
+ export declare const PAYMENT_SELECTION_SHARED_PREF_KEY = "@Payment_Selection_";
6
+ export declare function getUniqueTransactionID(amt: number): string;
7
+ export declare function getPaymentValue(amt: number, minorUnit?: number): number;
8
+ export declare function getPaymentType(txnType: TRANSACTION_TYPE): AllowedModes | null;
9
+ export declare function getPaymentLink(env: ENV, tenant: string, appAbbr: string, refId: string): string;
10
+ export declare const apiExecution: (api: API) => Promise<any>;
11
+ export declare function getPaymentDataMO(mergedObjectiveIds: string[], refId: string, storage: Storage): Promise<sharedPrefPaymentDataInterface | null>;
12
+ export declare function setSharedPrefPaymentData(refId: string, payload: sharedPrefPaymentDataInterface, storage: Storage): Promise<void>;
13
+ export declare function getSharedPrefPaymentSelection(refId: string, storage: Storage): Promise<AllowedModes[] | null>;
14
+ export declare function setSharedPrefPaymentSelection(refId: string, mode: AllowedModes, storage: Storage): Promise<void>;
15
+ export declare function removeSharedPrefPaymentData(refId: string, storage: Storage): Promise<void>;
16
+ export declare const formatTime: (time: number) => string;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { CollectPaymentInput, CollectPaymentOutput } from '../CollectPaymentSchema';
3
+ declare const CompletePayment: (props: CollectPaymentInput & CollectPaymentOutput) => React.JSX.Element;
4
+ export default CompletePayment;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { CollectPaymentInput } from '../CollectPaymentSchema';
3
+ declare const InitPayment: (props: CollectPaymentInput) => React.JSX.Element;
4
+ export default InitPayment;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { CollectPaymentInput, ProcessPaymentInput } from '../CollectPaymentSchema';
3
+ declare const PaymentContactDetails: (props: CollectPaymentInput & ProcessPaymentInput) => React.JSX.Element;
4
+ export default PaymentContactDetails;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { CollectPaymentInput, ProcessPaymentInput } from '../CollectPaymentSchema';
3
+ declare const ProcessPayment: (props: CollectPaymentInput & ProcessPaymentInput) => React.JSX.Element;
4
+ export default ProcessPayment;
@@ -1,4 +1,4 @@
1
- import { SnackBarType } from 'src/components/widgets/SnackBarCustom';
1
+ import { SnackBarType } from '../../../components/widgets/SnackBarCustom';
2
2
  import { ScannerOutput } from './ScanSchema';
3
3
  import { IDispatchExecutor } from '@os1-platform/platform-coreos-execution-engine-sdk';
4
4
  export declare enum ExpoBarcodeTypes {
@@ -36,3 +36,4 @@ export declare const getErrorMessage: (scan: string, error: {
36
36
  export declare const getSplitIds: (scanOutput: ScannerOutput) => string[];
37
37
  export declare function filterERCItems(eventCodeItems: ercItem[], type: 'SUCCESS' | 'FAILURE'): ercItem[];
38
38
  export declare function resetObjective(scanProps: ScannerInput): Promise<void>;
39
+ export declare function clearPaymentSharedData(moIds: string[]): Promise<void>;
@@ -1,7 +1,10 @@
1
1
  import React from 'react';
2
+ import { StyleProp, TextStyle } from 'react-native';
2
3
  declare const ProgressDialog: (props: ProgressDialogProps) => React.JSX.Element;
3
4
  export default ProgressDialog;
4
5
  export interface ProgressDialogProps {
5
6
  visible: boolean;
6
7
  label: string;
8
+ labelStyle?: StyleProp<TextStyle>;
9
+ customModalContentStyle?: StyleProp<TextStyle>;
7
10
  }
@@ -13,13 +13,14 @@ export interface SnackbarProps {
13
13
  type?: SnackBarType;
14
14
  theme: ReactNativePaper.Theme;
15
15
  customBottom?: number;
16
+ customTop?: number;
16
17
  }
17
18
  export declare enum SnackBarType {
18
19
  SUCCESS = 0,
19
20
  FAILURE = 1,
20
21
  WARNING = 2
21
22
  }
22
- declare const _default: React.ComponentType<Pick<SnackbarProps, "visible" | "message" | "type" | "onDismiss" | "duration" | "customBottom"> & {
23
+ declare const _default: React.ComponentType<Pick<SnackbarProps, "visible" | "message" | "type" | "onDismiss" | "duration" | "customBottom" | "customTop"> & {
23
24
  theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
24
- }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<SnackbarProps> & (({ visible, duration, onDismiss, message, theme, type, customBottom, }: SnackbarProps) => React.JSX.Element | null), {}>;
25
+ }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<SnackbarProps> & (({ visible, duration, onDismiss, message, theme, type, customBottom, customTop, }: SnackbarProps) => React.JSX.Element | null), {}>;
25
26
  export default _default;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export declare const Timer: React.ForwardRefExoticComponent<Pick<{
3
+ ref: any;
4
+ singleValue?: boolean | undefined;
5
+ timer?: number | undefined;
6
+ onTimerEnd?: (() => void) | undefined;
7
+ }, "timer" | "singleValue" | "onTimerEnd"> & React.RefAttributes<unknown>>;
@@ -1,6 +1,9 @@
1
1
  export declare const ENDPOINTS: {
2
2
  JOB_REMOVAL: (dispatchId: string) => string;
3
3
  BULK_JOB_UPDATE: (dispatchId: string) => string;
4
+ GENERATE_QR: string;
5
+ PAYMENT_STATUS: string;
6
+ PAYMENT_MODES: string;
4
7
  };
5
8
  export declare const API_CONFIG: {
6
9
  timeout: number;
@@ -9,3 +9,6 @@ export declare const DEFAULT_DELIVER_MESSAGE = "Confirm Drop of $ orders";
9
9
  export declare const DEFAULT_SIGN_ET_MESSAGE = "Please sign here";
10
10
  export declare const REASON_NOT_USED = "NOT_TO_BE_USED";
11
11
  export declare const GO_BACK_EVENT_CODE = "E-099";
12
+ export declare const PAYMENT_NOTIFICATION = "PAYMENT_COMPLETED";
13
+ export declare const EMAIL_REGEX = "^([a-z0-9_.+-]+)@([da-z.-]+).([a-z.]{2,6})$";
14
+ export declare const PAYMENT_SUCCESS_DEFAULT_TIMEOUT = 3000;
@@ -1,3 +1,4 @@
1
1
  import type { eventType } from './interface';
2
2
  declare const dispatchEvent: (type: eventType, customEtName: string, data: any) => void;
3
+ export declare const dispatch: (type: string, data: any) => void;
3
4
  export default dispatchEvent;
@@ -4,4 +4,5 @@ export declare const BaseEvents: {
4
4
  BACK: string;
5
5
  ON_SCAN: string;
6
6
  ON_SCAN_REMOVE: string;
7
+ ON_CLICK: string;
7
8
  };
@@ -1 +1 @@
1
- export type eventType = 'START' | 'END' | 'BACK' | 'ON_SCAN' | 'ON_SCAN_REMOVE';
1
+ export type eventType = 'START' | 'END' | 'BACK' | 'ON_SCAN' | 'ON_SCAN_REMOVE' | 'ON_CLICK';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const CircleMark: () => React.JSX.Element;
3
+ export default CircleMark;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './interface';
3
+ declare const FailedIcon: (props: IconProps) => React.JSX.Element;
4
+ export default FailedIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './interface';
3
+ declare const FailureCloseIcon: (props: IconProps) => React.JSX.Element;
4
+ export default FailureCloseIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './interface';
3
+ declare const SuccessCompleteIcon: (props: IconProps) => React.JSX.Element;
4
+ export default SuccessCompleteIcon;
@@ -59,6 +59,17 @@ export interface startEvent {
59
59
  [key: string]: any;
60
60
  };
61
61
  }
62
+ export interface clickEvent {
63
+ timestamp: number;
64
+ taskId: string;
65
+ customData?: any;
66
+ etData: {
67
+ [key: string]: any;
68
+ };
69
+ additionalData: {
70
+ [key: string]: any;
71
+ };
72
+ }
62
73
  export interface stateParams {
63
74
  next_states: IDispatch.IExecutionTaskQueryResponse;
64
75
  rootMetaData: {
@@ -17,7 +17,8 @@ export declare enum ExecutionTaskID {
17
17
  VERIFY_INPUT = "etask:6fc10a60-a144-5798-97f3-1f12e77f56e2",
18
18
  DELIVER_CASH = "etask:2fffdf62-62b3-5e70-bd9e-d4d2644ee2fe",
19
19
  HTTP_REQUEST_ET = "etask:e148b862-8368-5586-b29d-1eda95ffc8c4",
20
- VALIDATE_OTP_ET = "etask:8d5b96f3-7342-5e25-a57f-30004f53de17"
20
+ VALIDATE_OTP_ET = "etask:8d5b96f3-7342-5e25-a57f-30004f53de17",
21
+ COLLECT_PAYMENT_ET = "etask:c014eb65-8944-5320-8e51-dccad861a086"
21
22
  }
22
23
  export declare enum ExecutionTaskName {
23
24
  DELIVER = "Deliver",
@@ -38,7 +39,8 @@ export declare enum ExecutionTaskName {
38
39
  VERIFY_INPUT = "Verifying Input",
39
40
  DELIVER_CASH = "Drop Cash",
40
41
  HTTP_REQUEST_ET = "Network Request",
41
- VALIDATE_OTP_ET = "Validate OTP"
42
+ VALIDATE_OTP_ET = "Validate OTP",
43
+ COLLECT_PAYMENT_ET = "Collect Payment"
42
44
  }
43
45
  export declare enum CustomScreens {
44
46
  REMARK_SCREEN = "REMARKS_SCREEN"
@@ -62,7 +64,8 @@ export declare enum EntityCode {
62
64
  VERIFY_INPUT = "0020",
63
65
  DELIVER_CASH = "0022",
64
66
  HTTP_REQUEST_ET = "0023",
65
- VALIDATE_OTP_ET = "0052"
67
+ VALIDATE_OTP_ET = "0052",
68
+ COLLECT_PAYMENT_ET = "0055"
66
69
  }
67
70
  export declare enum BaseEventCodes {
68
71
  ENTITY_SUCCESS = "E-010",
@@ -4,6 +4,8 @@ export interface DispatchSDKConfig {
4
4
  userID: string;
5
5
  userName: string;
6
6
  tenantBaseURL: string;
7
+ domain: string;
8
+ env: ENV;
7
9
  headers?: {
8
10
  [key: string]: any;
9
11
  };
@@ -20,6 +22,7 @@ export interface DispatchSDKConfig {
20
22
  description: string;
21
23
  interval: number;
22
24
  };
25
+ paymentSuccessTimeout?: number;
23
26
  eventMapping?: EventCodes[];
24
27
  debugLevelLog?: Boolean;
25
28
  callbacks?: {
@@ -30,9 +33,18 @@ export interface DispatchSDKConfig {
30
33
  fetchDateTimeCallback?: () => Promise<string>;
31
34
  tokenRefreshCallback?: () => Promise<string>;
32
35
  };
36
+ etConfig: {
37
+ phoneCode: string;
38
+ mobilePhoneRegex: string;
39
+ currencySymbol: string;
40
+ appAbbr: string;
41
+ currencyCode: string;
42
+ goBackDisableTimer?: number;
43
+ };
33
44
  }
34
45
  export declare enum ENVIRONMENT {
35
46
  DEV = "dev",
36
47
  PRE_PROD = "preprod",
37
48
  PROD = "prod"
38
49
  }
50
+ export type ENV = 'DEV' | 'SANDBOX' | 'SHARED_P1' | 'DLV_INDIA_P2';
@@ -2,7 +2,9 @@ import HttpClient from './client';
2
2
  import type { Headers } from '../models/auth';
3
3
  export default class NetworkClient extends HttpClient {
4
4
  constructor(baseURL: string);
5
- requestGet(): Promise<void>;
5
+ requestGet(endpoint: string, headers: Headers, queryParams?: {
6
+ [key: string]: string | number | boolean;
7
+ }): Promise<import("axios").AxiosResponse<any, any>>;
6
8
  requestPost(endpoint: string, requestBody: any, headers: Headers): Promise<import("axios").AxiosResponse<any, any>>;
7
9
  requestPut(endpoint: string, requestBody: any, headers: Headers): Promise<import("axios").AxiosResponse<any, any>>;
8
10
  }
@@ -129,6 +129,7 @@ export declare const CommonStyles: {
129
129
  justifyContent: "center";
130
130
  fontFamily: string;
131
131
  fontStyle: "normal";
132
+ fontWeight: "400";
132
133
  fontSize: number;
133
134
  letterSpacing: number;
134
135
  lineHeight: number;
@@ -136,6 +137,13 @@ export declare const CommonStyles: {
136
137
  color: string;
137
138
  marginBottom: number;
138
139
  };
140
+ titleText: {
141
+ fontFamily: Fonts;
142
+ fontWeight: "500";
143
+ fontSize: number;
144
+ lineHeight: number;
145
+ color: string;
146
+ };
139
147
  };
140
148
  export declare const DeliverPickupStyles: {
141
149
  itemTextStyle: {
@@ -161,11 +169,12 @@ export declare const DeliverPickupStyles: {
161
169
  modalView: {
162
170
  backgroundColor: string;
163
171
  padding: number;
172
+ paddingVertical: number;
164
173
  borderRadius: number;
165
174
  };
166
175
  titleText: {
167
176
  justifyContent: "center";
168
- fontFamily: Fonts;
177
+ fontFamily: string;
169
178
  fontStyle: "normal";
170
179
  fontSize: number;
171
180
  lineHeight: number;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const _default: (props: any) => React.JSX.Element;
3
+ export default _default;
@@ -14,4 +14,5 @@ import DropCashScreen from './DropCashScreen';
14
14
  import ScanScreen from './ScanScreen';
15
15
  import HttpRequestScreen from './HttpRequestScreen';
16
16
  import ValidateOTPScreen from './ValidateOTPScreen';
17
- export { CancellationScreen, DeliverScreen, DoodleScreen, ImageCaptureScreen, FormsScreen, PickupScreen, StartWorkFlowScreen, CaptureInputScreen, GeofenceScreen, PaymentScreen, DisplayScreen, CompleteObjectiveScreen, DropCashScreen, ScanScreen, HttpRequestScreen, ValidateOTPScreen, };
17
+ import CollectPaymentScreen from './CollectPaymentScreen';
18
+ export { CancellationScreen, DeliverScreen, DoodleScreen, ImageCaptureScreen, FormsScreen, PickupScreen, StartWorkFlowScreen, CaptureInputScreen, GeofenceScreen, PaymentScreen, DisplayScreen, CompleteObjectiveScreen, DropCashScreen, ScanScreen, HttpRequestScreen, ValidateOTPScreen, CollectPaymentScreen, };
@@ -19,4 +19,5 @@ export declare function getDataFromNextState(nextState: IDispatch.IExecutionTask
19
19
  mergedObjectiveId: string[];
20
20
  wfMeta: any;
21
21
  taskName: string;
22
+ taskId: string;
22
23
  };
@@ -10,4 +10,6 @@ export declare function getEntityCodeByET(etId: string): string;
10
10
  * @param eventData nextState: state | objRef: string | jobId: string
11
11
  */
12
12
  export declare function onTaskStart(eventData: IDispatch.IExecutionTaskQueryResponse, customData: any, triggerEvent?: boolean): void;
13
+ export declare function onClickEvent(eventName: string, eventData: IDispatch.IExecutionTaskQueryResponse, customData: any, additionalData: any, triggerEvent?: boolean): void;
13
14
  export declare function handleDynamicValues(jsonInput: any, dataBlob: any): any;
15
+ export declare const maskContact: (contact: string) => string;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { DispatchSDKConfig } from '../../models/sdk';
3
+ import NetworkClient from '../../network/NetworkClient';
4
+ export declare const PaymentContext: import("react").Context<{
5
+ sdkConfig: DispatchSDKConfig;
6
+ networkInstance: NetworkClient;
7
+ } | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os1-platform/dispatch-mobile",
3
- "version": "2.1.21",
3
+ "version": "2.1.23",
4
4
  "description": "Dispatch SDK React Native Package",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -33,7 +33,7 @@
33
33
  "scripts": {
34
34
  "test": "jest",
35
35
  "typescript": "tsc --noEmit",
36
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
36
+ "lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
37
37
  "prepare": "bob build",
38
38
  "release": "release-it",
39
39
  "example": "yarn --cwd example",
@@ -217,7 +217,8 @@
217
217
  "root": true,
218
218
  "extends": [
219
219
  "@react-native-community",
220
- "prettier"
220
+ "prettier",
221
+ "plugin:react-hooks/recommended"
221
222
  ],
222
223
  "rules": {
223
224
  "prettier/prettier": [
@@ -258,7 +259,7 @@
258
259
  ]
259
260
  },
260
261
  "dependencies": {
261
- "@os1-platform/platform-coreos-execution-engine-sdk": "1.0.13",
262
+ "@os1-platform/platform-coreos-execution-engine-sdk": "1.0.15",
262
263
  "@rjsf/core": "^2.0.0",
263
264
  "apollo-link-timeout": "^4.0.0",
264
265
  "decompress": "^4.2.1",
@@ -276,4 +277,4 @@
276
277
  "rjsf-native": "^1.0.14",
277
278
  "toggle-switch-react-native": "^3.3.0"
278
279
  }
279
- }
280
+ }
@@ -87,6 +87,20 @@ const DispatchExecNavigator = ({ route }: { route: any }) => {
87
87
  };
88
88
  }}
89
89
  />
90
+ <Stack.Screen
91
+ name={ExecutionTaskID.COLLECT_PAYMENT_ET}
92
+ component={ETScreen.CollectPaymentScreen}
93
+ options={(rProps) => {
94
+ let taskTitle = getTaskTitle(rProps.route);
95
+ return {
96
+ title: taskTitle
97
+ ? taskTitle
98
+ : ExecutionTaskName.COLLECT_PAYMENT_ET,
99
+ orientation: 'portrait',
100
+ headerBackVisible: false,
101
+ };
102
+ }}
103
+ />
90
104
  <Stack.Screen
91
105
  name={ExecutionTaskID.FORMS}
92
106
  component={ETScreen.FormsScreen}