@tap-payments/auth-jsconnect 2.8.58-development → 2.8.59-beta

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 (220) hide show
  1. package/build/@types/app.d.ts +0 -1
  2. package/build/@types/form.d.ts +0 -1
  3. package/build/@types/redux.d.ts +0 -1
  4. package/build/api/entity.d.ts +2 -2
  5. package/build/api/entity.js +4 -12
  6. package/build/api/index.d.ts +2 -2
  7. package/build/constants/api.d.ts +1 -0
  8. package/build/constants/api.js +2 -0
  9. package/build/constants/app.d.ts +2 -0
  10. package/build/constants/app.js +2 -0
  11. package/build/features/app/bank/bankStore.d.ts +18 -13
  12. package/build/features/app/bank/bankStore.js +165 -184
  13. package/build/features/app/board/boardStore.js +30 -52
  14. package/build/features/app/brand/brandStore.d.ts +33 -16
  15. package/build/features/app/brand/brandStore.js +242 -239
  16. package/build/features/app/business/businessStore.d.ts +5 -0
  17. package/build/features/app/business/businessStore.js +87 -76
  18. package/build/features/app/connectExpress/connectExpressStore.d.ts +6 -15
  19. package/build/features/app/connectExpress/connectExpressStore.js +52 -110
  20. package/build/features/app/entity/entityStore.d.ts +36 -20
  21. package/build/features/app/entity/entityStore.js +246 -196
  22. package/build/features/app/individual/individualStore.d.ts +38 -22
  23. package/build/features/app/individual/individualStore.js +266 -263
  24. package/build/features/app/password/passwordStore.d.ts +23 -40
  25. package/build/features/app/password/passwordStore.js +233 -226
  26. package/build/features/app/tax/taxStore.d.ts +7 -13
  27. package/build/features/app/tax/taxStore.js +147 -168
  28. package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +1 -13
  29. package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +26 -4
  30. package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -7
  31. package/build/features/bank/Bank.d.ts +0 -1
  32. package/build/features/bank/Bank.js +4 -7
  33. package/build/features/bank/screens/BankDetails/BankDetails.js +5 -18
  34. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  35. package/build/features/bank/screens/Verify/Verify.js +5 -5
  36. package/build/features/board/Board.js +4 -8
  37. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +4 -3
  38. package/build/features/brand/Brand.d.ts +0 -1
  39. package/build/features/brand/Brand.js +4 -7
  40. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +35 -8
  41. package/build/features/brand/screens/BrandActivities/BrandActivities.js +12 -49
  42. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +3 -3
  43. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -6
  44. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +18 -5
  45. package/build/features/brand/screens/BrandActivities/RefundPolicy.js +1 -1
  46. package/build/features/brand/screens/BrandActivities/TAC.d.ts +7 -2
  47. package/build/features/brand/screens/BrandActivities/TAC.js +1 -1
  48. package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +1 -1
  49. package/build/features/brand/screens/BrandInfo/BrandInfo.js +5 -23
  50. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +7 -23
  51. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  52. package/build/features/brand/screens/Verify/Verify.js +1 -1
  53. package/build/features/business/Business.js +4 -9
  54. package/build/features/business/screens/Activities/Activities.js +3 -12
  55. package/build/features/business/screens/Activities/ActivitiesList.d.ts +2 -2
  56. package/build/features/business/screens/Activities/OperationStartDate.d.ts +1 -1
  57. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +1 -1
  58. package/build/features/business/screens/BusinessType/BusinessType.js +2 -10
  59. package/build/features/business/screens/BusinessType/LicenseType.d.ts +26 -4
  60. package/build/features/business/screens/CivilID/CivilID.js +1 -1
  61. package/build/features/business/screens/Customers/CustomerLocations.d.ts +36 -9
  62. package/build/features/business/screens/Customers/Customers.js +3 -12
  63. package/build/features/business/screens/Customers/ExpectedSalesRange.js +3 -6
  64. package/build/features/business/screens/Customers/RefundPolicy.d.ts +18 -5
  65. package/build/features/business/screens/IDBOD/IDBOD.js +2 -10
  66. package/build/features/business/screens/OTP/OTP.js +1 -1
  67. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -13
  68. package/build/features/business/screens/Verify/Verify.js +3 -13
  69. package/build/features/connect/Connect.js +2 -3
  70. package/build/features/connect/screens/BrandSegment/BrandSegment.js +1 -1
  71. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +2 -9
  72. package/build/features/connect/screens/CivilID/CivilID.js +1 -1
  73. package/build/features/connect/screens/Individual/Email.js +1 -3
  74. package/build/features/connect/screens/Individual/Individual.js +1 -1
  75. package/build/features/connect/screens/Merchant/BrandList.js +3 -3
  76. package/build/features/connect/screens/Merchant/Merchant.js +1 -1
  77. package/build/features/connect/screens/Merchant/SalesChannels.js +1 -1
  78. package/build/features/connect/screens/Mobile/Mobile.js +8 -11
  79. package/build/features/connect/screens/NID/NID.js +1 -1
  80. package/build/features/connect/screens/OperatorError/OperatorError.js +1 -1
  81. package/build/features/connectExpress/ConnectExpress.js +1 -2
  82. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +2 -5
  83. package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +1 -6
  84. package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +0 -3
  85. package/build/features/connectExpress/screens/AuthenticationList/validation.js +0 -10
  86. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -7
  87. package/build/features/connectExpress/screens/CivilID/CivilID.js +1 -1
  88. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +1 -1
  89. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +1 -1
  90. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +26 -4
  91. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +7 -2
  92. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +1 -1
  93. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -3
  94. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +24 -14
  95. package/build/features/connectExpress/screens/Mobile/Mobile.js +2 -9
  96. package/build/features/connectExpress/screens/NID/NID.js +1 -1
  97. package/build/features/connectExpress/screens/NID/TAC.d.ts +7 -2
  98. package/build/features/connectExpress/screens/NIDMissed/NID.js +1 -1
  99. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  100. package/build/features/entity/Entity.d.ts +0 -1
  101. package/build/features/entity/Entity.js +4 -7
  102. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +2 -2
  103. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +4 -8
  104. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +4 -8
  105. package/build/features/entity/screens/EntityCapital/EntityCapital.js +10 -34
  106. package/build/features/entity/screens/EntityName/EntityName.js +15 -32
  107. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +35 -8
  108. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +1 -1
  109. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +1 -1
  110. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  111. package/build/features/entity/screens/Verify/Verify.js +1 -1
  112. package/build/features/featuresScreens.js +7 -67
  113. package/build/features/individual/Individual.d.ts +0 -1
  114. package/build/features/individual/Individual.js +4 -7
  115. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +1 -1
  116. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +14 -54
  117. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +2 -5
  118. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +26 -4
  119. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +3 -8
  120. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -4
  121. package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +2 -3
  122. package/build/features/individual/screens/IndividualList/Email.js +2 -3
  123. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +2 -2
  124. package/build/features/individual/screens/IndividualList/IndividualList.js +5 -18
  125. package/build/features/individual/screens/IndividualList/UserList.js +9 -13
  126. package/build/features/individual/screens/IndividualPersonalInfo/Email.js +2 -4
  127. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +26 -4
  128. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +1 -1
  129. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +20 -76
  130. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +1 -1
  131. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  132. package/build/features/individual/screens/Verify/Verify.js +1 -1
  133. package/build/features/password/Password.d.ts +0 -1
  134. package/build/features/password/Password.js +28 -75
  135. package/build/features/password/screens/CreatePassword/CreatePassword.js +4 -8
  136. package/build/features/password/screens/OTP/OTP.js +1 -1
  137. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  138. package/build/features/password/screens/Verify/Verify.js +5 -5
  139. package/build/features/shared/Address/CountryList.d.ts +23 -7
  140. package/build/features/shared/Address/InputSelect.d.ts +23 -7
  141. package/build/features/shared/Button/FlowsButtons.js +3 -13
  142. package/build/features/shared/Containers/FeatureContainer.d.ts +0 -1
  143. package/build/features/shared/Containers/FeatureContainer.js +3 -3
  144. package/build/features/shared/Input/Input.d.ts +2 -2
  145. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -5
  146. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +2 -2
  147. package/build/features/shared/UploadFile/FileUpload.d.ts +7 -2
  148. package/build/features/shared/UploadFile/UploadFile.d.ts +7 -2
  149. package/build/features/shared/UploadFile/UploadWrapper.d.ts +7 -2
  150. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +7 -2
  151. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +7 -2
  152. package/build/features/signIn/SignIn.js +3 -12
  153. package/build/features/tax/Tax.d.ts +0 -1
  154. package/build/features/tax/Tax.js +4 -7
  155. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +1 -1
  156. package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -7
  157. package/build/features/tax/screens/Verify/Verify.js +5 -5
  158. package/build/hooks/index.d.ts +0 -1
  159. package/build/hooks/index.js +0 -1
  160. package/build/hooks/useVerifyToken.d.ts +2 -5
  161. package/build/hooks/useVerifyToken.js +5 -10
  162. package/build/utils/common.js +4 -4
  163. package/build/utils/locale.js +1 -2
  164. package/build/utils/string.d.ts +2 -5
  165. package/build/utils/string.js +5 -34
  166. package/package.json +2 -2
  167. package/build/features/bank/screens/OperatorError/OperatorError.d.ts +0 -5
  168. package/build/features/bank/screens/OperatorError/OperatorError.js +0 -9
  169. package/build/features/bank/screens/OperatorError/index.d.ts +0 -3
  170. package/build/features/bank/screens/OperatorError/index.js +0 -2
  171. package/build/features/board/screens/OperatorError/OperatorError.d.ts +0 -5
  172. package/build/features/board/screens/OperatorError/OperatorError.js +0 -9
  173. package/build/features/board/screens/OperatorError/index.d.ts +0 -3
  174. package/build/features/board/screens/OperatorError/index.js +0 -2
  175. package/build/features/brand/screens/OperatorError/OperatorError.d.ts +0 -5
  176. package/build/features/brand/screens/OperatorError/OperatorError.js +0 -9
  177. package/build/features/brand/screens/OperatorError/index.d.ts +0 -3
  178. package/build/features/brand/screens/OperatorError/index.js +0 -2
  179. package/build/features/business/screens/OperatorError/OperatorError.d.ts +0 -5
  180. package/build/features/business/screens/OperatorError/OperatorError.js +0 -9
  181. package/build/features/business/screens/OperatorError/index.d.ts +0 -3
  182. package/build/features/business/screens/OperatorError/index.js +0 -2
  183. package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +0 -9
  184. package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.js +0 -90
  185. package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +0 -5
  186. package/build/features/connectExpress/screens/OperatorError/OperatorError.js +0 -9
  187. package/build/features/connectExpress/screens/OperatorError/index.d.ts +0 -3
  188. package/build/features/connectExpress/screens/OperatorError/index.js +0 -2
  189. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +0 -5
  190. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.js +0 -34
  191. package/build/features/connectExpress/screens/PrepareDataLoading/index.d.ts +0 -2
  192. package/build/features/connectExpress/screens/PrepareDataLoading/index.js +0 -2
  193. package/build/features/entity/screens/OperatorError/OperatorError.d.ts +0 -5
  194. package/build/features/entity/screens/OperatorError/OperatorError.js +0 -9
  195. package/build/features/entity/screens/OperatorError/index.d.ts +0 -3
  196. package/build/features/entity/screens/OperatorError/index.js +0 -2
  197. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +0 -14
  198. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.js +0 -76
  199. package/build/features/individual/screens/OperatorError/OperatorError.d.ts +0 -5
  200. package/build/features/individual/screens/OperatorError/OperatorError.js +0 -9
  201. package/build/features/individual/screens/OperatorError/index.d.ts +0 -3
  202. package/build/features/individual/screens/OperatorError/index.js +0 -2
  203. package/build/features/password/screens/OperatorError/OperatorError.d.ts +0 -5
  204. package/build/features/password/screens/OperatorError/OperatorError.js +0 -9
  205. package/build/features/password/screens/OperatorError/index.d.ts +0 -3
  206. package/build/features/password/screens/OperatorError/index.js +0 -2
  207. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +0 -4
  208. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +0 -10
  209. package/build/features/password/screens/PrepareDataLoading/index.d.ts +0 -2
  210. package/build/features/password/screens/PrepareDataLoading/index.js +0 -2
  211. package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +0 -5
  212. package/build/features/signIn/screens/OperatorError/OperatorError.js +0 -9
  213. package/build/features/signIn/screens/OperatorError/index.d.ts +0 -3
  214. package/build/features/signIn/screens/OperatorError/index.js +0 -2
  215. package/build/features/tax/screens/OperatorError/OperatorError.d.ts +0 -5
  216. package/build/features/tax/screens/OperatorError/OperatorError.js +0 -9
  217. package/build/features/tax/screens/OperatorError/index.d.ts +0 -3
  218. package/build/features/tax/screens/OperatorError/index.js +0 -2
  219. package/build/hooks/useFormDirtyCheck.d.ts +0 -10
  220. package/build/hooks/useFormDirtyCheck.js +0 -66
@@ -885,111 +885,65 @@ export var checkBrandNameAvailabilityAsync = createAsyncThunk('connectExpress/ch
885
885
  });
886
886
  });
887
887
  });
888
- export var createAccountAsync = createAsyncThunk('connectExpress/createAccountAsync', function (_a, thunkApi) {
889
- var isRetry = _a.isRetry;
890
- return __awaiter(void 0, void 0, void 0, function () {
891
- var _b, connectExpress, settings, responseData, _c, postURL, scope, redirectUrl, mode, showBoard, platforms, payment_provider, leadId, authId, bi, leadData, accountData, data, body, urlQueryStart;
892
- var _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
893
- return __generator(this, function (_v) {
894
- switch (_v.label) {
895
- case 0:
896
- _b = thunkApi.getState(), connectExpress = _b.connectExpress, settings = _b.settings;
897
- responseData = connectExpress.data.responseData;
898
- _c = settings.data.appConfig, postURL = _c.postURL, scope = _c.scope, redirectUrl = _c.redirectUrl, mode = _c.mode, showBoard = _c.showBoard;
899
- platforms = (_e = (_d = responseData === null || responseData === void 0 ? void 0 : responseData.leadData) === null || _d === void 0 ? void 0 : _d.platforms) !== null && _e !== void 0 ? _e : settings.data.appConfig.platforms;
900
- payment_provider = (_g = (_f = responseData === null || responseData === void 0 ? void 0 : responseData.leadData) === null || _f === void 0 ? void 0 : _f.payment_provider) !== null && _g !== void 0 ? _g : settings.data.appConfig.paymentProvider;
901
- leadId = (_h = responseData === null || responseData === void 0 ? void 0 : responseData.leadData) === null || _h === void 0 ? void 0 : _h.id;
902
- authId = (_k = (_j = responseData === null || responseData === void 0 ? void 0 : responseData.authData) === null || _j === void 0 ? void 0 : _j.auth) === null || _k === void 0 ? void 0 : _k.id;
903
- bi = settings.data.deviceInfo.browser.browser_id;
904
- accountData = undefined;
905
- if (!isRetry) return [3, 2];
906
- return [4, thunkApi.dispatch(getLeadByIdAsync(leadId)).unwrap()];
907
- case 1:
908
- data = (_v.sent()).data;
909
- if (data === null || data === void 0 ? void 0 : data.board_id) {
910
- leadData = data;
911
- accountData = data;
912
- }
913
- _v.label = 2;
914
- case 2:
915
- body = {
916
- lead_id: leadId,
917
- post_url: scope === SCOPE_AUTH ? '' : postURL || '',
918
- platforms: platforms,
919
- payment_provider: payment_provider
920
- };
921
- if (!!(leadData === null || leadData === void 0 ? void 0 : leadData.board_id)) return [3, 4];
922
- return [4, API.accountService.expressCreateAccount(body)];
923
- case 3:
924
- accountData = _v.sent();
925
- _v.label = 4;
926
- case 4:
927
- sendCustomEventToGTM({
928
- event: 'Send Event',
929
- event_category: 'User Registration Flow',
930
- event_action: 'Registration Completed',
931
- event_label: 'Product Type',
932
- event_value: leadId
933
- });
934
- sendCustomDimension({
935
- event: 'PageView',
936
- lead_ID: leadId
937
- });
938
- (_m = (_l = settings.data.appConfig).onCreated) === null || _m === void 0 ? void 0 : _m.call(_l, accountData);
939
- (_p = (_o = settings.data.appConfig).onFlowCompleted) === null || _p === void 0 ? void 0 : _p.call(_o, accountData);
940
- (_r = (_q = settings.data.appConfig).onStepCompleted) === null || _r === void 0 ? void 0 : _r.call(_q, settings.data.activeScreen.name, accountData);
941
- if (showBoard) {
942
- sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep()); });
943
- return [2, { accountData: accountData }];
944
- }
945
- if (!(scope === SCOPE_AUTH)) return [3, 8];
946
- if (!!(leadData === null || leadData === void 0 ? void 0 : leadData.board_id)) return [3, 6];
947
- return [4, thunkApi.dispatch(getLeadByIdAsync(leadId)).unwrap()];
948
- case 5:
949
- leadData = _v.sent();
950
- _v.label = 6;
951
- case 6: return [4, thunkApi.dispatch(onCloseComplete({ merchantId: (_s = leadData === null || leadData === void 0 ? void 0 : leadData.merchant) === null || _s === void 0 ? void 0 : _s.id, brandId: (_t = leadData === null || leadData === void 0 ? void 0 : leadData.brand) === null || _t === void 0 ? void 0 : _t.id, entityId: (_u = leadData === null || leadData === void 0 ? void 0 : leadData.entity) === null || _u === void 0 ? void 0 : _u.id }))];
952
- case 7:
953
- _v.sent();
954
- return [2, { accountData: accountData }];
955
- case 8:
956
- if (redirectUrl && mode === 'page') {
957
- urlQueryStart = redirectUrl.includes('?') ? '&' : '?';
958
- window.open("".concat(redirectUrl).concat(urlQueryStart, "authentication_id=").concat(authId, "&bi=").concat(bi), '_self');
959
- return [2, { accountData: accountData }];
960
- }
961
- thunkApi.dispatch(handleOpen(false));
962
- return [2];
963
- }
964
- });
965
- });
966
- });
967
- export var retrieveDetailsAfterCreateAccountAsync = createAsyncThunk('connectExpress/retrieveDetailsAfterCreateAccountAsync', function (_, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
968
- var connectExpress, _a, accountData, leadData, leadResData, data, board_id, board_info_id, _b, boardInfo, boardData;
969
- var _c, _d;
970
- return __generator(this, function (_e) {
971
- switch (_e.label) {
888
+ export var createAccountAsync = createAsyncThunk('connectExpress/createAccountAsync', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
889
+ var _a, connectExpress, settings, responseData, _b, postURL, scope, redirectUrl, mode, showBoard, platforms, payment_provider, authId, bi, leadId, body, data, leadData, board_id, board_info_id, _c, boardInfo, boardData, urlQueryStart;
890
+ var _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
891
+ return __generator(this, function (_t) {
892
+ switch (_t.label) {
972
893
  case 0:
973
- connectExpress = thunkApi.getState().connectExpress;
974
- _a = connectExpress.data.responseData || {}, accountData = _a.accountData, leadData = _a.leadData;
975
- leadResData = undefined;
976
- if (!!(leadData === null || leadData === void 0 ? void 0 : leadData.board_id)) return [3, 2];
977
- return [4, thunkApi.dispatch(getLeadByIdAsync(leadData === null || leadData === void 0 ? void 0 : leadData.id)).unwrap()];
894
+ _a = thunkApi.getState(), connectExpress = _a.connectExpress, settings = _a.settings;
895
+ responseData = connectExpress.data.responseData;
896
+ _b = settings.data.appConfig, postURL = _b.postURL, scope = _b.scope, redirectUrl = _b.redirectUrl, mode = _b.mode, showBoard = _b.showBoard;
897
+ platforms = (_e = (_d = responseData === null || responseData === void 0 ? void 0 : responseData.leadData) === null || _d === void 0 ? void 0 : _d.platforms) !== null && _e !== void 0 ? _e : settings.data.appConfig.platforms;
898
+ payment_provider = (_g = (_f = responseData === null || responseData === void 0 ? void 0 : responseData.leadData) === null || _f === void 0 ? void 0 : _f.payment_provider) !== null && _g !== void 0 ? _g : settings.data.appConfig.paymentProvider;
899
+ authId = (_j = (_h = responseData === null || responseData === void 0 ? void 0 : responseData.authData) === null || _h === void 0 ? void 0 : _h.auth) === null || _j === void 0 ? void 0 : _j.id;
900
+ bi = settings.data.deviceInfo.browser.browser_id;
901
+ leadId = responseData === null || responseData === void 0 ? void 0 : responseData.leadData.id;
902
+ body = {
903
+ lead_id: leadId,
904
+ post_url: scope === SCOPE_AUTH ? '' : postURL || '',
905
+ platforms: platforms,
906
+ payment_provider: payment_provider
907
+ };
908
+ return [4, API.accountService.expressCreateAccount(body)];
978
909
  case 1:
979
- data = (_e.sent()).data;
980
- leadResData = data;
981
- _e.label = 2;
910
+ data = _t.sent();
911
+ sendCustomEventToGTM({
912
+ event: 'Send Event',
913
+ event_category: 'User Registration Flow',
914
+ event_action: 'Registration Completed',
915
+ event_label: 'Product Type',
916
+ event_value: leadId
917
+ });
918
+ sendCustomDimension({
919
+ event: 'PageView',
920
+ lead_ID: leadId
921
+ });
922
+ (_l = (_k = settings.data.appConfig).onCreated) === null || _l === void 0 ? void 0 : _l.call(_k, data);
923
+ (_o = (_m = settings.data.appConfig).onFlowCompleted) === null || _o === void 0 ? void 0 : _o.call(_m, data);
924
+ (_q = (_p = settings.data.appConfig).onStepCompleted) === null || _q === void 0 ? void 0 : _q.call(_p, settings.data.activeScreen.name, data);
925
+ if (!showBoard) return [3, 4];
926
+ return [4, thunkApi.dispatch(getLeadByIdAsync(data.lead.id)).unwrap()];
982
927
  case 2:
983
- board_id = (_c = accountData === null || accountData === void 0 ? void 0 : accountData.board_id) !== null && _c !== void 0 ? _c : leadResData === null || leadResData === void 0 ? void 0 : leadResData.board_id;
984
- board_info_id = (_d = accountData === null || accountData === void 0 ? void 0 : accountData.board_info_id) !== null && _d !== void 0 ? _d : leadResData === null || leadResData === void 0 ? void 0 : leadResData.board_info_id;
928
+ leadData = (_t.sent()).data;
929
+ board_id = (_r = data.board_id) !== null && _r !== void 0 ? _r : leadData.board_id;
930
+ board_info_id = (_s = data.board_info_id) !== null && _s !== void 0 ? _s : leadData.board_info_id;
985
931
  return [4, Promise.all([
986
932
  API.boardService.retrieveBoardInfo({ id: board_id, infoId: board_info_id }),
987
933
  API.boardService.retrieveBoardDetails(board_id)
988
934
  ])];
989
935
  case 3:
990
- _b = _e.sent(), boardInfo = _b[0], boardData = _b[1];
936
+ _c = _t.sent(), boardInfo = _c[0], boardData = _c[1];
991
937
  sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep()); });
992
- return [2, { boardInfo: boardInfo, boardData: boardData }];
938
+ return [2, { boardInfo: boardInfo, boardData: boardData, account: data }];
939
+ case 4:
940
+ if (redirectUrl && mode === 'page') {
941
+ urlQueryStart = redirectUrl.includes('?') ? '&' : '?';
942
+ window.open("".concat(redirectUrl).concat(urlQueryStart, "authentication_id=").concat(authId, "&bi=").concat(bi), '_self');
943
+ return [2, { account: data }];
944
+ }
945
+ thunkApi.dispatch(handleOpen(false));
946
+ return [2];
993
947
  }
994
948
  });
995
949
  }); });
@@ -1012,7 +966,8 @@ export var createEntity = createAsyncThunk('connectExpress/createEntity', functi
1012
966
  number: licenseNumber || '',
1013
967
  type: licenseType || ''
1014
968
  },
1015
- country: (_a = settings.data.businessCountry) === null || _a === void 0 ? void 0 : _a.iso2
969
+ country: (_a = settings.data.businessCountry) === null || _a === void 0 ? void 0 : _a.iso2,
970
+ is_licensed: undefined
1016
971
  }
1017
972
  };
1018
973
  return [4, API.entityService.createEntity(body)];
@@ -1631,19 +1586,6 @@ export var connectSlice = createSlice({
1631
1586
  .addCase(createAccountAsync.rejected, function (state, action) {
1632
1587
  state.loading = false;
1633
1588
  state.error = action.error.message;
1634
- })
1635
- .addCase(retrieveDetailsAfterCreateAccountAsync.pending, function (state) {
1636
- state.loading = true;
1637
- state.error = null;
1638
- })
1639
- .addCase(retrieveDetailsAfterCreateAccountAsync.fulfilled, function (state, action) {
1640
- state.loading = false;
1641
- state.error = null;
1642
- state.data.responseData = __assign(__assign({}, state.data.responseData), action.payload);
1643
- })
1644
- .addCase(retrieveDetailsAfterCreateAccountAsync.rejected, function (state, action) {
1645
- state.loading = false;
1646
- state.error = action.error.message;
1647
1589
  })
1648
1590
  .addCase(getMerchantListAsync.pending, function (state) {
1649
1591
  state.loading = true;
@@ -6,8 +6,20 @@ interface VerifyLeadTokenProps {
6
6
  }
7
7
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
8
8
  data: any;
9
- entityData: any;
10
- entityTypes: any;
9
+ individualData: any;
10
+ boardResponse: {
11
+ user: any;
12
+ brand: any;
13
+ bank_account: any;
14
+ entity: any;
15
+ merchant: any;
16
+ name: any;
17
+ contact: any;
18
+ individuals: any;
19
+ business: any;
20
+ entityTypes: any;
21
+ notification: any;
22
+ };
11
23
  token: string;
12
24
  }, VerifyLeadTokenProps, {
13
25
  state?: unknown;
@@ -33,8 +45,20 @@ export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
33
45
  }>;
34
46
  export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
35
47
  data: any;
36
- entityData: any;
37
- entityTypes: any;
48
+ individualData: any;
49
+ boardResponse: {
50
+ user: any;
51
+ brand: any;
52
+ bank_account: any;
53
+ entity: any;
54
+ merchant: any;
55
+ name: any;
56
+ contact: any;
57
+ individuals: any;
58
+ business: any;
59
+ entityTypes: any;
60
+ notification: any;
61
+ };
38
62
  formData: OTPFormValues;
39
63
  }, OTPFormValues, {
40
64
  state?: unknown;
@@ -58,12 +82,9 @@ export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<
58
82
  fulfilledMeta?: unknown;
59
83
  rejectedMeta?: unknown;
60
84
  }>;
61
- type RetrieveBoardProps = {
62
- boardId: string;
63
- individualId: string;
64
- individualType: string;
65
- };
66
- export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
85
+ export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
86
+ data: any;
87
+ }, string, {
67
88
  state?: unknown;
68
89
  dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
69
90
  extra?: unknown;
@@ -74,12 +95,9 @@ export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk
74
95
  rejectedMeta?: unknown;
75
96
  }>;
76
97
  export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
77
- data: {
78
- entity: any;
79
- documentData: any;
80
- activityList: any;
81
- };
98
+ data: any;
82
99
  formData: EntityNameFormValues;
100
+ currencyData: any;
83
101
  }, AsyncThunkParams<EntityNameFormValues>, {
84
102
  state?: unknown;
85
103
  dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
@@ -104,11 +122,8 @@ export declare const updateEntityCapital: import("@reduxjs/toolkit").AsyncThunk<
104
122
  rejectedMeta?: unknown;
105
123
  }>;
106
124
  export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
107
- data: any;
108
- flows?: undefined;
109
- } | {
110
- data: any;
111
- flows: any;
125
+ response: any;
126
+ formData: void;
112
127
  } | undefined, void, {
113
128
  state?: unknown;
114
129
  dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
@@ -138,6 +153,7 @@ export interface EntityData {
138
153
  entityNameData: EntityNameFormValues & ResponseData;
139
154
  entityCapitalData: EntityCapitalFormValues & ResponseData;
140
155
  flowName: FlowsTypes;
156
+ currency: string;
141
157
  }
142
158
  export interface EntityState extends SharedState<EntityData> {
143
159
  customLoading?: boolean;