@tap-payments/auth-jsconnect 2.8.51-development → 2.8.52-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 (229) 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/axios.js +1 -2
  5. package/build/api/entity.d.ts +2 -2
  6. package/build/api/entity.js +4 -12
  7. package/build/api/index.d.ts +2 -2
  8. package/build/constants/api.d.ts +1 -0
  9. package/build/constants/api.js +2 -0
  10. package/build/constants/app.d.ts +2 -0
  11. package/build/constants/app.js +2 -0
  12. package/build/features/app/auth/authStore.js +23 -2
  13. package/build/features/app/bank/bankStore.d.ts +18 -13
  14. package/build/features/app/bank/bankStore.js +165 -184
  15. package/build/features/app/board/boardStore.js +30 -52
  16. package/build/features/app/brand/brandStore.d.ts +33 -16
  17. package/build/features/app/brand/brandStore.js +242 -239
  18. package/build/features/app/business/businessStore.d.ts +5 -0
  19. package/build/features/app/business/businessStore.js +87 -76
  20. package/build/features/app/connectExpress/connectExpressStore.d.ts +6 -15
  21. package/build/features/app/connectExpress/connectExpressStore.js +68 -107
  22. package/build/features/app/entity/entityStore.d.ts +36 -20
  23. package/build/features/app/entity/entityStore.js +246 -196
  24. package/build/features/app/individual/individualStore.d.ts +38 -22
  25. package/build/features/app/individual/individualStore.js +266 -263
  26. package/build/features/app/password/passwordStore.d.ts +23 -40
  27. package/build/features/app/password/passwordStore.js +233 -226
  28. package/build/features/app/tax/taxStore.d.ts +7 -13
  29. package/build/features/app/tax/taxStore.js +147 -168
  30. package/build/features/auth/Auth.js +5 -1
  31. package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +1 -13
  32. package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +26 -4
  33. package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -7
  34. package/build/features/auth/screens/OTP/OTP.js +6 -1
  35. package/build/features/auth/screens/OTP/OTPInput.js +11 -0
  36. package/build/features/bank/Bank.d.ts +0 -1
  37. package/build/features/bank/Bank.js +4 -7
  38. package/build/features/bank/screens/BankDetails/BankDetails.js +5 -18
  39. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  40. package/build/features/bank/screens/Verify/Verify.js +5 -5
  41. package/build/features/board/Board.js +4 -8
  42. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +4 -3
  43. package/build/features/brand/Brand.d.ts +0 -1
  44. package/build/features/brand/Brand.js +4 -7
  45. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +35 -8
  46. package/build/features/brand/screens/BrandActivities/BrandActivities.js +12 -49
  47. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +3 -3
  48. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -6
  49. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +18 -5
  50. package/build/features/brand/screens/BrandActivities/RefundPolicy.js +1 -1
  51. package/build/features/brand/screens/BrandActivities/TAC.d.ts +7 -2
  52. package/build/features/brand/screens/BrandActivities/TAC.js +1 -1
  53. package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +1 -1
  54. package/build/features/brand/screens/BrandInfo/BrandInfo.js +5 -23
  55. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +7 -23
  56. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  57. package/build/features/brand/screens/Verify/Verify.js +1 -1
  58. package/build/features/business/Business.js +4 -9
  59. package/build/features/business/screens/Activities/Activities.js +3 -12
  60. package/build/features/business/screens/Activities/ActivitiesList.d.ts +2 -2
  61. package/build/features/business/screens/Activities/OperationStartDate.d.ts +1 -1
  62. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +1 -1
  63. package/build/features/business/screens/BusinessType/BusinessType.js +2 -10
  64. package/build/features/business/screens/BusinessType/LicenseType.d.ts +26 -4
  65. package/build/features/business/screens/CivilID/CivilID.js +1 -1
  66. package/build/features/business/screens/Customers/CustomerLocations.d.ts +36 -9
  67. package/build/features/business/screens/Customers/Customers.js +3 -12
  68. package/build/features/business/screens/Customers/ExpectedSalesRange.js +3 -6
  69. package/build/features/business/screens/Customers/RefundPolicy.d.ts +18 -5
  70. package/build/features/business/screens/IDBOD/IDBOD.js +2 -10
  71. package/build/features/business/screens/OTP/OTP.js +1 -1
  72. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -14
  73. package/build/features/business/screens/Verify/Verify.js +3 -13
  74. package/build/features/connect/Connect.js +4 -5
  75. package/build/features/connect/screens/BrandSegment/BrandSegment.js +1 -1
  76. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +2 -9
  77. package/build/features/connect/screens/CivilID/CivilID.js +7 -2
  78. package/build/features/connect/screens/Individual/Email.js +1 -3
  79. package/build/features/connect/screens/Individual/Individual.js +1 -1
  80. package/build/features/connect/screens/Merchant/BrandList.js +3 -3
  81. package/build/features/connect/screens/Merchant/Merchant.js +1 -1
  82. package/build/features/connect/screens/Merchant/SalesChannels.js +1 -1
  83. package/build/features/connect/screens/Mobile/Mobile.js +8 -11
  84. package/build/features/connect/screens/NID/NID.js +1 -1
  85. package/build/features/connect/screens/OperatorError/OperatorError.js +1 -1
  86. package/build/features/connectExpress/ConnectExpress.js +18 -5
  87. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +2 -5
  88. package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +1 -6
  89. package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +0 -3
  90. package/build/features/connectExpress/screens/AuthenticationList/validation.js +0 -10
  91. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -7
  92. package/build/features/connectExpress/screens/CivilID/CivilID.js +7 -2
  93. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +1 -1
  94. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +9 -2
  95. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +26 -4
  96. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +7 -2
  97. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +9 -2
  98. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -3
  99. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +24 -14
  100. package/build/features/connectExpress/screens/IdentityOTP/OTP.js +8 -7
  101. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +7 -5
  102. package/build/features/connectExpress/screens/Mobile/Mobile.js +2 -9
  103. package/build/features/connectExpress/screens/NID/NID.js +7 -2
  104. package/build/features/connectExpress/screens/NID/TAC.d.ts +7 -2
  105. package/build/features/connectExpress/screens/NIDMissed/NID.js +1 -1
  106. package/build/features/connectExpress/screens/OTP/OTP.js +6 -1
  107. package/build/features/connectExpress/screens/OTP/OTPInput.js +11 -1
  108. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  109. package/build/features/entity/Entity.d.ts +0 -1
  110. package/build/features/entity/Entity.js +4 -7
  111. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +2 -2
  112. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +4 -8
  113. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +4 -8
  114. package/build/features/entity/screens/EntityCapital/EntityCapital.js +10 -34
  115. package/build/features/entity/screens/EntityName/EntityName.js +15 -32
  116. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +35 -8
  117. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +1 -1
  118. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +1 -1
  119. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  120. package/build/features/entity/screens/Verify/Verify.js +1 -1
  121. package/build/features/featuresScreens.js +7 -67
  122. package/build/features/individual/Individual.d.ts +0 -1
  123. package/build/features/individual/Individual.js +4 -7
  124. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +1 -1
  125. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +14 -54
  126. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +2 -5
  127. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +26 -4
  128. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +3 -8
  129. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -4
  130. package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +2 -3
  131. package/build/features/individual/screens/IndividualList/Email.js +2 -3
  132. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +2 -2
  133. package/build/features/individual/screens/IndividualList/IndividualList.js +5 -18
  134. package/build/features/individual/screens/IndividualList/UserList.js +9 -13
  135. package/build/features/individual/screens/IndividualPersonalInfo/Email.js +2 -4
  136. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +26 -4
  137. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +1 -1
  138. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +20 -76
  139. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +1 -1
  140. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  141. package/build/features/individual/screens/Verify/Verify.js +1 -1
  142. package/build/features/password/Password.d.ts +0 -1
  143. package/build/features/password/Password.js +28 -75
  144. package/build/features/password/screens/CreatePassword/CreatePassword.js +4 -8
  145. package/build/features/password/screens/OTP/OTP.js +1 -1
  146. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  147. package/build/features/password/screens/Verify/Verify.js +5 -5
  148. package/build/features/shared/Address/CountryList.d.ts +23 -7
  149. package/build/features/shared/Address/InputSelect.d.ts +23 -7
  150. package/build/features/shared/Button/FlowsButtons.js +3 -13
  151. package/build/features/shared/Containers/FeatureContainer.d.ts +0 -1
  152. package/build/features/shared/Containers/FeatureContainer.js +3 -3
  153. package/build/features/shared/Input/Input.d.ts +2 -2
  154. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -5
  155. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +3 -3
  156. package/build/features/shared/UploadFile/FileUpload.d.ts +7 -2
  157. package/build/features/shared/UploadFile/UploadFile.d.ts +7 -2
  158. package/build/features/shared/UploadFile/UploadWrapper.d.ts +7 -2
  159. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +7 -2
  160. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +7 -2
  161. package/build/features/signIn/SignIn.js +3 -12
  162. package/build/features/tax/Tax.d.ts +0 -1
  163. package/build/features/tax/Tax.js +4 -7
  164. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
  165. package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -7
  166. package/build/features/tax/screens/Verify/Verify.js +5 -5
  167. package/build/hooks/index.d.ts +0 -1
  168. package/build/hooks/index.js +0 -1
  169. package/build/hooks/useVerifyToken.d.ts +2 -5
  170. package/build/hooks/useVerifyToken.js +5 -10
  171. package/build/utils/common.js +4 -4
  172. package/build/utils/locale.js +1 -2
  173. package/build/utils/string.d.ts +2 -5
  174. package/build/utils/string.js +5 -34
  175. package/package.json +2 -2
  176. package/build/features/bank/screens/OperatorError/OperatorError.d.ts +0 -5
  177. package/build/features/bank/screens/OperatorError/OperatorError.js +0 -9
  178. package/build/features/bank/screens/OperatorError/index.d.ts +0 -3
  179. package/build/features/bank/screens/OperatorError/index.js +0 -2
  180. package/build/features/board/screens/OperatorError/OperatorError.d.ts +0 -5
  181. package/build/features/board/screens/OperatorError/OperatorError.js +0 -9
  182. package/build/features/board/screens/OperatorError/index.d.ts +0 -3
  183. package/build/features/board/screens/OperatorError/index.js +0 -2
  184. package/build/features/brand/screens/OperatorError/OperatorError.d.ts +0 -5
  185. package/build/features/brand/screens/OperatorError/OperatorError.js +0 -9
  186. package/build/features/brand/screens/OperatorError/index.d.ts +0 -3
  187. package/build/features/brand/screens/OperatorError/index.js +0 -2
  188. package/build/features/business/screens/OperatorError/OperatorError.d.ts +0 -5
  189. package/build/features/business/screens/OperatorError/OperatorError.js +0 -9
  190. package/build/features/business/screens/OperatorError/index.d.ts +0 -3
  191. package/build/features/business/screens/OperatorError/index.js +0 -2
  192. package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +0 -9
  193. package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.js +0 -90
  194. package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +0 -5
  195. package/build/features/connectExpress/screens/OperatorError/OperatorError.js +0 -9
  196. package/build/features/connectExpress/screens/OperatorError/index.d.ts +0 -3
  197. package/build/features/connectExpress/screens/OperatorError/index.js +0 -2
  198. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +0 -5
  199. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.js +0 -34
  200. package/build/features/connectExpress/screens/PrepareDataLoading/index.d.ts +0 -2
  201. package/build/features/connectExpress/screens/PrepareDataLoading/index.js +0 -2
  202. package/build/features/entity/screens/OperatorError/OperatorError.d.ts +0 -5
  203. package/build/features/entity/screens/OperatorError/OperatorError.js +0 -9
  204. package/build/features/entity/screens/OperatorError/index.d.ts +0 -3
  205. package/build/features/entity/screens/OperatorError/index.js +0 -2
  206. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +0 -14
  207. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.js +0 -76
  208. package/build/features/individual/screens/OperatorError/OperatorError.d.ts +0 -5
  209. package/build/features/individual/screens/OperatorError/OperatorError.js +0 -9
  210. package/build/features/individual/screens/OperatorError/index.d.ts +0 -3
  211. package/build/features/individual/screens/OperatorError/index.js +0 -2
  212. package/build/features/password/screens/OperatorError/OperatorError.d.ts +0 -5
  213. package/build/features/password/screens/OperatorError/OperatorError.js +0 -9
  214. package/build/features/password/screens/OperatorError/index.d.ts +0 -3
  215. package/build/features/password/screens/OperatorError/index.js +0 -2
  216. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +0 -4
  217. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +0 -10
  218. package/build/features/password/screens/PrepareDataLoading/index.d.ts +0 -2
  219. package/build/features/password/screens/PrepareDataLoading/index.js +0 -2
  220. package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +0 -5
  221. package/build/features/signIn/screens/OperatorError/OperatorError.js +0 -9
  222. package/build/features/signIn/screens/OperatorError/index.d.ts +0 -3
  223. package/build/features/signIn/screens/OperatorError/index.js +0 -2
  224. package/build/features/tax/screens/OperatorError/OperatorError.d.ts +0 -5
  225. package/build/features/tax/screens/OperatorError/OperatorError.js +0 -9
  226. package/build/features/tax/screens/OperatorError/index.d.ts +0 -3
  227. package/build/features/tax/screens/OperatorError/index.js +0 -2
  228. package/build/hooks/useFormDirtyCheck.d.ts +0 -10
  229. package/build/hooks/useFormDirtyCheck.js +0 -66
@@ -6,7 +6,8 @@ interface VerifyLeadTokenProps {
6
6
  }
7
7
  export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
8
8
  data: any;
9
- entityData: any;
9
+ individualData: any;
10
+ boardResponse: any;
10
11
  token: string;
11
12
  }, VerifyLeadTokenProps, {
12
13
  state?: unknown;
@@ -42,12 +43,9 @@ export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<
42
43
  fulfilledMeta?: unknown;
43
44
  rejectedMeta?: unknown;
44
45
  }>;
45
- type RetrieveBoardProps = {
46
- boardId: string;
47
- individualId: string;
48
- individualType: string;
49
- };
50
- export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
46
+ export declare const retrieveEntityInfo: import("@reduxjs/toolkit").AsyncThunk<{
47
+ data: any;
48
+ }, string, {
51
49
  state?: unknown;
52
50
  dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
53
51
  extra?: unknown;
@@ -59,7 +57,6 @@ export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk
59
57
  }>;
60
58
  export declare const verifyTaxLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
61
59
  data: any;
62
- entityData: any;
63
60
  formData: OTPFormValues;
64
61
  }, OTPFormValues, {
65
62
  state?: unknown;
@@ -85,11 +82,8 @@ export declare const updateTaxInfo: import("@reduxjs/toolkit").AsyncThunk<{
85
82
  rejectedMeta?: unknown;
86
83
  }>;
87
84
  export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
88
- data: any;
89
- flows?: undefined;
90
- } | {
91
- data: any;
92
- flows: any;
85
+ response: any;
86
+ formData: void;
93
87
  } | undefined, void, {
94
88
  state?: unknown;
95
89
  dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
@@ -55,10 +55,10 @@ import { getRecentDocumentBasedOnPurpose, hasNoneEditableValue, retrieveIndividu
55
55
  export var verifyLeadToken = createAsyncThunk('taxVerifyLeadToken', function (_a, thunkApi) {
56
56
  var token = _a.token, isInternally = _a.isInternally;
57
57
  return __awaiter(void 0, void 0, void 0, function () {
58
- var payload, data, entityData, _b, config, country_code, entity_id, boardId, publicKey, data_1;
59
- var _c, _d, _e;
60
- return __generator(this, function (_f) {
61
- switch (_f.label) {
58
+ var payload, data, boardData, boardInfoData, individualData, publicKey, countryIso2, _b, id_1, type_1, serviceCallBack, _c, boardRes, individualRes;
59
+ var _d, _e, _f, _g, _h;
60
+ return __generator(this, function (_j) {
61
+ switch (_j.label) {
62
62
  case 0:
63
63
  payload = __assign({ service_name: 'tap_email', verify_token: token }, (isInternally && {
64
64
  notification: {
@@ -67,48 +67,56 @@ export var verifyLeadToken = createAsyncThunk('taxVerifyLeadToken', function (_a
67
67
  }));
68
68
  return [4, API.leadService.verifyLeadToken(payload)];
69
69
  case 1:
70
- data = (_f.sent()).data;
71
- entityData = undefined;
72
- if (((_c = data === null || data === void 0 ? void 0 : data.errors) === null || _c === void 0 ? void 0 : _c.length) || (data === null || data === void 0 ? void 0 : data.mw_error))
70
+ data = (_j.sent()).data;
71
+ individualData = undefined;
72
+ if (((_d = data === null || data === void 0 ? void 0 : data.errors) === null || _d === void 0 ? void 0 : _d.length) || (data === null || data === void 0 ? void 0 : data.mw_error))
73
73
  throw new Error(data.errors[0].description || (data === null || data === void 0 ? void 0 : data.mw_error));
74
74
  if (isInternally)
75
75
  data.step_name = TAX_STEP_NAMES.TAX_INFO;
76
- _b = data || {}, config = _b.config, country_code = _b.country_code, entity_id = _b.entity_id, boardId = _b.id;
77
- publicKey = config === null || config === void 0 ? void 0 : config.public_key;
78
- if (publicKey)
76
+ publicKey = (_e = data === null || data === void 0 ? void 0 : data.config) === null || _e === void 0 ? void 0 : _e.public_key;
77
+ countryIso2 = data === null || data === void 0 ? void 0 : data.country_code;
78
+ if (publicKey) {
79
79
  thunkApi.dispatch(handlePublicKey(publicKey));
80
- if (country_code)
81
- thunkApi.dispatch(handleSetCountryByIso2(country_code));
82
- if (!(data.step_name === TAX_STEP_NAMES.PHONE_AUTH)) return [3, 2];
83
- thunkApi.dispatch(handleCurrentActiveScreen('TAX_VERIFY_STEP'));
84
- return [3, 7];
80
+ }
81
+ if (countryIso2)
82
+ thunkApi.dispatch(handleSetCountryByIso2(countryIso2));
83
+ if (!(data === null || data === void 0 ? void 0 : data.id)) return [3, 6];
84
+ if (!data.board_info_id) return [3, 3];
85
+ return [4, API.boardService.retrieveBoardInfo({ id: data.id, infoId: data.board_info_id })];
85
86
  case 2:
86
- if (!(data.step_name === TAX_STEP_NAMES.TAX_INFO)) return [3, 7];
87
- if (!!entity_id) return [3, 4];
88
- return [4, API.boardService.retrieveBoardDetails(boardId)];
89
- case 3:
90
- data_1 = _f.sent();
91
- if (!((_d = data_1 === null || data_1 === void 0 ? void 0 : data_1.entity) === null || _d === void 0 ? void 0 : _d.id))
92
- throw new Error('entity_id_missing');
93
- entityData = data_1;
94
- return [3, 6];
95
- case 4: return [4, API.entityService.retrieveEntity(entity_id)];
87
+ boardInfoData = _j.sent();
88
+ _j.label = 3;
89
+ case 3: return [4, API.boardService.retrieveBoardDetails(data.id)];
90
+ case 4:
91
+ boardData = _j.sent();
92
+ _b = ((_f = boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.notification) === null || _f === void 0 ? void 0 : _f.recipient) || {}, id_1 = _b.id, type_1 = _b.type;
93
+ serviceCallBack = function () { return API.individualService.retrieveIndividual(id_1, type_1); };
94
+ return [4, retrieveIndividualData(type_1, boardData, serviceCallBack)];
96
95
  case 5:
97
- entityData = _f.sent();
98
- _f.label = 6;
96
+ _c = _j.sent(), boardRes = _c.boardRes, individualRes = _c.individualRes;
97
+ boardData = boardRes;
98
+ individualData = individualRes;
99
+ _j.label = 6;
99
100
  case 6:
100
- if (!country_code && ((_e = entityData === null || entityData === void 0 ? void 0 : entityData.entity) === null || _e === void 0 ? void 0 : _e.country))
101
- thunkApi.dispatch(handleSetCountryByIso2(entityData.entity.country));
102
- if (isInternally)
103
- sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep('TAX_TAX_DETAILS_STEP')); });
104
- else
105
- thunkApi.dispatch(handleNextScreenStep('TAX_TAX_DETAILS_STEP'));
106
- _f.label = 7;
107
- case 7: return [2, {
108
- data: data,
109
- entityData: entityData === null || entityData === void 0 ? void 0 : entityData.entity,
110
- token: token
111
- }];
101
+ if (!countryIso2 && ((_g = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _g === void 0 ? void 0 : _g.country)) {
102
+ countryIso2 = boardData.entity.country;
103
+ thunkApi.dispatch(handleSetCountryByIso2(countryIso2));
104
+ }
105
+ if (data.step_name === TAX_STEP_NAMES.PHONE_AUTH) {
106
+ thunkApi.dispatch(handleCurrentActiveScreen('TAX_VERIFY_STEP'));
107
+ }
108
+ else if (data.step_name === TAX_STEP_NAMES.TAX_INFO) {
109
+ if (isInternally)
110
+ sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep('TAX_TAX_DETAILS_STEP')); });
111
+ else
112
+ thunkApi.dispatch(handleNextScreenStep('TAX_TAX_DETAILS_STEP'));
113
+ }
114
+ return [2, {
115
+ data: data,
116
+ individualData: individualData,
117
+ boardResponse: __assign(__assign({}, boardData === null || boardData === void 0 ? void 0 : boardData.business), { entity: boardData === null || boardData === void 0 ? void 0 : boardData.entity, brand: boardData === null || boardData === void 0 ? void 0 : boardData.brand, user: boardData === null || boardData === void 0 ? void 0 : boardData.user, bank_account: boardData === null || boardData === void 0 ? void 0 : boardData.bank_account, vatID: (_h = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _h === void 0 ? void 0 : _h.vat_id, merchant: boardData === null || boardData === void 0 ? void 0 : boardData.merchant, individuals: boardData === null || boardData === void 0 ? void 0 : boardData.individuals, business: boardData === null || boardData === void 0 ? void 0 : boardData.business, notification: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.notification }),
118
+ token: token
119
+ }];
112
120
  }
113
121
  });
114
122
  });
@@ -131,139 +139,98 @@ export var resendOTP = createAsyncThunk('resendOTPTax', function (params, thunkA
131
139
  });
132
140
  }); });
133
141
  export var retrieveBoardStatus = createAsyncThunk('tax/retrieveBoardStatus', function (parmas, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
134
- var tax, _a, board_id, board_info_id, recipient, _b, id, type, data;
135
- return __generator(this, function (_c) {
136
- switch (_c.label) {
142
+ var tax, board_id, data;
143
+ return __generator(this, function (_a) {
144
+ switch (_a.label) {
137
145
  case 0:
138
146
  tax = thunkApi.getState().tax;
139
- _a = tax.data.verify.responseBody || {}, board_id = _a.board_id, board_info_id = _a.board_info_id, recipient = _a.recipient;
140
- if (!board_id || !board_info_id)
141
- throw new Error('Internal server error');
142
- _b = recipient || {}, id = _b.id, type = _b.type;
143
- return [4, Promise.all([
144
- API.boardService.retrieveBoardInfoStatus(board_id),
145
- thunkApi.dispatch(retrieveBoardDetails({ boardId: board_id, individualId: id, individualType: type })).unwrap()
146
- ])];
147
+ board_id = (tax.data.verify.responseBody || {}).board_id;
148
+ return [4, API.boardService.retrieveBoardInfoStatus(board_id)];
147
149
  case 1:
148
- data = (_c.sent())[0];
150
+ data = _a.sent();
149
151
  thunkApi.dispatch(handlePrevScreenStep());
150
152
  return [2, { flows: (data === null || data === void 0 ? void 0 : data.info) || [] }];
151
153
  }
152
154
  });
153
155
  }); });
154
- export var retrieveBoardDetails = createAsyncThunk('tax/retrieveBrandInfo', function (_a) {
155
- var boardId = _a.boardId, id = _a.individualId, type = _a.individualType;
156
- return __awaiter(void 0, void 0, void 0, function () {
157
- var data, individualData, boardData, serviceCallBack, _b, boardRes, individualRes;
158
- var _c, _d, _e, _f;
159
- return __generator(this, function (_g) {
160
- switch (_g.label) {
161
- case 0: return [4, API.boardService.retrieveBoardDetails(boardId)];
162
- case 1:
163
- data = _g.sent();
164
- individualData = data === null || data === void 0 ? void 0 : data.user;
165
- boardData = data;
166
- if (!(((_c = data === null || data === void 0 ? void 0 : data.user) === null || _c === void 0 ? void 0 : _c.id) !== id)) return [3, 3];
167
- serviceCallBack = function () { return API.individualService.retrieveIndividual(id, type); };
168
- return [4, retrieveIndividualData(type, data, serviceCallBack)];
169
- case 2:
170
- _b = _g.sent(), boardRes = _b.boardRes, individualRes = _b.individualRes;
171
- individualData = individualRes;
172
- boardData = boardRes;
173
- _g.label = 3;
174
- case 3: return [2, __assign(__assign({}, boardData), { brand: boardData === null || boardData === void 0 ? void 0 : boardData.brand, bank_account: boardData === null || boardData === void 0 ? void 0 : boardData.bank_account, entity: boardData === null || boardData === void 0 ? void 0 : boardData.entity, merchant: boardData === null || boardData === void 0 ? void 0 : boardData.merchant, name: (_d = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _d === void 0 ? void 0 : _d.names, vatID: (_e = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _e === void 0 ? void 0 : _e.vat_id, individuals: boardData === null || boardData === void 0 ? void 0 : boardData.individuals, contact: (_f = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _f === void 0 ? void 0 : _f.contact, user: individualData })];
175
- }
176
- });
156
+ export var retrieveEntityInfo = createAsyncThunk('retrieveTaxEntityInfo', function (entityID) { return __awaiter(void 0, void 0, void 0, function () {
157
+ var data;
158
+ return __generator(this, function (_a) {
159
+ switch (_a.label) {
160
+ case 0: return [4, API.entityService.retrieveEntityInfo(entityID)];
161
+ case 1:
162
+ data = (_a.sent()).data;
163
+ return [2, { data: data }];
164
+ }
177
165
  });
178
- });
166
+ }); });
179
167
  export var verifyTaxLeadOTP = createAsyncThunk('verifyTaxLeadOTP', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
180
- var _a, tax, settings, responseBody, payload, data, _b, config, entity_id, boardId, country_code, entityData, publicKey, countryIso2, data_2;
181
- var _c, _d, _e, _f, _g, _h;
182
- return __generator(this, function (_j) {
183
- switch (_j.label) {
168
+ var _a, tax, settings, responseBody, payload, data, publicKey;
169
+ var _b, _c, _d, _e, _f;
170
+ return __generator(this, function (_g) {
171
+ switch (_g.label) {
184
172
  case 0:
185
173
  _a = thunkApi.getState(), tax = _a.tax, settings = _a.settings;
186
174
  responseBody = tax.data.verify.responseBody;
187
175
  payload = {
188
176
  data: params.otp,
189
- service_name: (_c = responseBody === null || responseBody === void 0 ? void 0 : responseBody.verification_by) === null || _c === void 0 ? void 0 : _c.service_name,
177
+ service_name: (_b = responseBody === null || responseBody === void 0 ? void 0 : responseBody.verification_by) === null || _b === void 0 ? void 0 : _b.service_name,
190
178
  verify_token: responseBody === null || responseBody === void 0 ? void 0 : responseBody.verify_token,
191
179
  step_name: TAX_STEP_NAMES.PHONE_AUTH,
192
180
  encryption_contract: ['data']
193
181
  };
194
182
  return [4, API.leadService.verifyLeadOTP(payload)];
195
183
  case 1:
196
- data = (_j.sent()).data;
197
- if ((_d = data.errors) === null || _d === void 0 ? void 0 : _d.length)
184
+ data = (_g.sent()).data;
185
+ if ((_c = data.errors) === null || _c === void 0 ? void 0 : _c.length)
198
186
  throw new Error(data.errors[0].description);
199
- _b = data || {}, config = _b.config, entity_id = _b.entity_id, boardId = _b.id, country_code = _b.country_code;
200
- entityData = undefined;
201
- publicKey = config === null || config === void 0 ? void 0 : config.public_key;
202
- countryIso2 = country_code || (responseBody === null || responseBody === void 0 ? void 0 : responseBody.country_code);
203
- if (publicKey)
187
+ publicKey = (_d = data === null || data === void 0 ? void 0 : data.config) === null || _d === void 0 ? void 0 : _d.public_key;
188
+ if (publicKey) {
204
189
  thunkApi.dispatch(handlePublicKey(publicKey));
205
- if (countryIso2)
206
- thunkApi.dispatch(handleSetCountryByIso2(countryIso2));
207
- if (!!entity_id) return [3, 3];
208
- return [4, API.boardService.retrieveBoardDetails(boardId)];
209
- case 2:
210
- data_2 = _j.sent();
211
- if (!((_e = data_2 === null || data_2 === void 0 ? void 0 : data_2.entity) === null || _e === void 0 ? void 0 : _e.id))
212
- throw new Error('entity_id_missing');
213
- entityData = data_2;
214
- return [3, 5];
215
- case 3: return [4, API.entityService.retrieveEntity(entity_id)];
216
- case 4:
217
- entityData = _j.sent();
218
- _j.label = 5;
219
- case 5:
220
- if (!countryIso2 && ((_f = entityData === null || entityData === void 0 ? void 0 : entityData.entity) === null || _f === void 0 ? void 0 : _f.country))
221
- thunkApi.dispatch(handleSetCountryByIso2(entityData.entity.country));
222
- (_h = (_g = settings.data.appConfig).onStepCompleted) === null || _h === void 0 ? void 0 : _h.call(_g, settings.data.activeScreen.name, { otp: params.otp });
190
+ }
191
+ (_f = (_e = settings.data.appConfig).onStepCompleted) === null || _f === void 0 ? void 0 : _f.call(_e, settings.data.activeScreen.name, { otp: params.otp });
223
192
  sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep('TAX_TAX_DETAILS_STEP')); });
224
- return [2, { data: data, entityData: entityData === null || entityData === void 0 ? void 0 : entityData.entity, formData: params }];
193
+ return [2, { data: data, formData: params }];
225
194
  }
226
195
  });
227
196
  }); });
228
197
  export var updateTaxInfo = createAsyncThunk('updateTaxInfo', function (_a, thunkApi) {
229
- var formData = _a.formData, originalFormData = _a.originalFormData, isDirty = _a.isDirty;
198
+ var formData = _a.formData, originalFormData = _a.originalFormData;
230
199
  return __awaiter(void 0, void 0, void 0, function () {
231
- var _b, settings, tax, _c, entity, recipient, _d, id, data_status, documents, isTaxNumberNonEditable, isConfirmPolicyNonEditable, isDocumentsNonEditable, document, vatId, confirmPolicy, documentId, data, requestBody, documentBody, documentData, documentBody, documentData;
232
- var _e, _f;
233
- return __generator(this, function (_g) {
234
- switch (_g.label) {
200
+ var _b, settings, tax, _c, entity, notification, _d, id, data_status, documents, isTaxNumberNonEditable, isConfirmPolicyNonEditable, isDocumentsNonEditable, document, vatId, confirmPolicy, documentId, requestBody, data, documentBody, _e, documentBody, _f;
201
+ var _g, _h, _j, _k;
202
+ return __generator(this, function (_l) {
203
+ switch (_l.label) {
235
204
  case 0:
236
205
  _b = thunkApi.getState(), settings = _b.settings, tax = _b.tax;
237
- _c = tax.data.verify.responseBody || {}, entity = _c.entity, recipient = _c.recipient;
206
+ _c = tax.data.verify.responseBody || {}, entity = _c.entity, notification = _c.notification;
238
207
  _d = entity || {}, id = _d.id, data_status = _d.data_status, documents = _d.documents;
239
208
  isTaxNumberNonEditable = hasNoneEditableValue(data_status, 'tax_number');
240
209
  isConfirmPolicyNonEditable = hasNoneEditableValue(data_status, 'is_vat_acknowledged');
241
210
  isDocumentsNonEditable = hasNoneEditableValue(data_status, 'documents');
242
211
  document = getRecentDocumentBasedOnPurpose(documents, DocumentPurpose.TAX_DOCUMENT);
243
212
  vatId = formData.vatId, confirmPolicy = formData.confirmPolicy, documentId = formData.documentId;
244
- data = entity || {};
245
213
  requestBody = __assign(__assign({ id: id, vat_id: isTaxNumberNonEditable ? undefined : vatId }, (!isConfirmPolicyNonEditable && {
246
- vat_acknowledged_by: recipient === null || recipient === void 0 ? void 0 : recipient.id,
214
+ vat_acknowledged_by: (_g = notification === null || notification === void 0 ? void 0 : notification.recipient) === null || _g === void 0 ? void 0 : _g.id,
247
215
  is_vat_acknowledged: confirmPolicy
248
216
  })), { step_name: TAX_STEP_NAMES.TAX_INFO });
249
- if (!isDirty) return [3, 2];
250
217
  return [4, API.entityService.updateEntityInfo(requestBody)];
251
218
  case 1:
252
- data = _g.sent();
253
- _g.label = 2;
254
- case 2:
255
- if (!(!isDocumentsNonEditable && (documentId || []).length > 0)) return [3, 6];
256
- if (!(document === null || document === void 0 ? void 0 : document.id)) return [3, 4];
219
+ data = (_l.sent()).data;
220
+ if ((_h = data.errors) === null || _h === void 0 ? void 0 : _h.length)
221
+ throw new Error(data.errors[0].description);
222
+ if (!(!isDocumentsNonEditable && (documentId || []).length > 0)) return [3, 5];
223
+ if (!(document === null || document === void 0 ? void 0 : document.id)) return [3, 3];
257
224
  documentBody = {
258
225
  id: document === null || document === void 0 ? void 0 : document.id,
259
226
  images: documentId
260
227
  };
228
+ _e = data;
261
229
  return [4, API.documentService.addFilesToExistingDocument(documentBody)];
230
+ case 2:
231
+ _e.documentData = _l.sent();
232
+ return [3, 5];
262
233
  case 3:
263
- documentData = _g.sent();
264
- data = __assign(__assign({}, data), { documentData: documentData });
265
- return [3, 6];
266
- case 4:
267
234
  documentBody = {
268
235
  entity_id: id || '',
269
236
  documents: [
@@ -273,53 +240,55 @@ export var updateTaxInfo = createAsyncThunk('updateTaxInfo', function (_a, thunk
273
240
  }
274
241
  ]
275
242
  };
243
+ _f = data;
276
244
  return [4, API.documentService.updateDocumentInfo(documentBody)];
245
+ case 4:
246
+ _f.documentData = _l.sent();
247
+ _l.label = 5;
277
248
  case 5:
278
- documentData = _g.sent();
279
- data = __assign(__assign({}, data), { documentData: documentData });
280
- _g.label = 6;
281
- case 6:
282
249
  thunkApi.dispatch(handleNextScreenStep());
283
- (_f = (_e = settings.data.appConfig).onStepCompleted) === null || _f === void 0 ? void 0 : _f.call(_e, settings.data.activeScreen.name, requestBody);
250
+ (_k = (_j = settings.data.appConfig).onStepCompleted) === null || _k === void 0 ? void 0 : _k.call(_j, settings.data.activeScreen.name, requestBody);
284
251
  return [2, { data: data, formData: originalFormData }];
285
252
  }
286
253
  });
287
254
  });
288
255
  });
289
256
  export var updateLeadSuccess = createAsyncThunk('taxUpdateLeadSuccess', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
290
- var _a, settings, tax, _b, board_id, infoId, _c, showBoard, mode, payload, data, _d, id, type, boardInfoStatusData;
291
- var _e, _f, _g, _h, _j, _k, _l, _m, _o;
292
- return __generator(this, function (_p) {
293
- switch (_p.label) {
257
+ var _a, settings, tax, _b, id, infoId, _c, showBoard, mode, payload, data, boardInfoData, boardData;
258
+ var _d, _e, _f, _g, _h, _j, _k, _l, _m;
259
+ return __generator(this, function (_o) {
260
+ switch (_o.label) {
294
261
  case 0:
295
262
  _a = thunkApi.getState(), settings = _a.settings, tax = _a.tax;
296
- _b = tax.data.verify.responseBody || {}, board_id = _b.board_id, infoId = _b.board_info_id;
263
+ _b = tax.data.verify.responseBody || {}, id = _b.board_id, infoId = _b.board_info_id;
297
264
  _c = settings.data.appConfig, showBoard = _c.showBoard, mode = _c.mode;
298
- if (!board_id)
265
+ if (!id)
299
266
  return [2];
300
267
  payload = {
301
268
  lang: settings.data.language,
302
269
  step_name: TAX_STEP_NAMES.TAX_SUCCESS
303
270
  };
304
- return [4, API.boardService.updateBoardInfo(__assign({ id: board_id, infoId: infoId }, payload))];
271
+ return [4, API.boardService.updateBoardInfo(__assign({ id: id, infoId: infoId }, payload))];
305
272
  case 1:
306
- data = _p.sent();
273
+ data = _o.sent();
307
274
  if (!showBoard && mode === 'content') {
308
- (_f = (_e = settings.data.appConfig).onStepCompleted) === null || _f === void 0 ? void 0 : _f.call(_e, settings.data.activeScreen.name, {});
309
- (_h = (_g = settings.data.appConfig).onFlowCompleted) === null || _h === void 0 ? void 0 : _h.call(_g, { data: data });
310
- return [2, { data: data }];
275
+ (_e = (_d = settings.data.appConfig).onStepCompleted) === null || _e === void 0 ? void 0 : _e.call(_d, settings.data.activeScreen.name, {});
276
+ (_g = (_f = settings.data.appConfig).onFlowCompleted) === null || _g === void 0 ? void 0 : _g.call(_f, { data: data });
277
+ return [2, { response: __assign({}, data), formData: params }];
311
278
  }
312
- _d = ((_j = data === null || data === void 0 ? void 0 : data.notification) === null || _j === void 0 ? void 0 : _j.recipient) || {}, id = _d.id, type = _d.type;
313
- return [4, Promise.all([
314
- API.boardService.retrieveBoardInfoStatus(board_id),
315
- thunkApi.dispatch(retrieveBoardDetails({ boardId: board_id, individualId: id, individualType: type })).unwrap()
316
- ])];
279
+ return [4, API.boardService.retrieveBoardInfoStatus(id)];
317
280
  case 2:
318
- boardInfoStatusData = (_p.sent())[0];
319
- (_l = (_k = settings.data.appConfig).onStepCompleted) === null || _l === void 0 ? void 0 : _l.call(_k, settings.data.activeScreen.name, {});
320
- (_o = (_m = settings.data.appConfig).onFlowCompleted) === null || _o === void 0 ? void 0 : _o.call(_m, { data: data });
281
+ boardInfoData = _o.sent();
282
+ return [4, API.boardService.retrieveBoardDetails(id)];
283
+ case 3:
284
+ boardData = _o.sent();
285
+ (_j = (_h = settings.data.appConfig).onStepCompleted) === null || _j === void 0 ? void 0 : _j.call(_h, settings.data.activeScreen.name, {});
286
+ (_l = (_k = settings.data.appConfig).onFlowCompleted) === null || _l === void 0 ? void 0 : _l.call(_k, { data: data });
321
287
  thunkApi.dispatch(handleNextScreenStep());
322
- return [2, { data: data, flows: (boardInfoStatusData === null || boardInfoStatusData === void 0 ? void 0 : boardInfoStatusData.info) || [] }];
288
+ return [2, {
289
+ response: __assign(__assign({}, data), { flows: (boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.info) || [], user: boardData === null || boardData === void 0 ? void 0 : boardData.user, entity: boardData === null || boardData === void 0 ? void 0 : boardData.entity, brand: boardData === null || boardData === void 0 ? void 0 : boardData.brand, bank_account: boardData === null || boardData === void 0 ? void 0 : boardData.bank_account, vatID: (_m = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _m === void 0 ? void 0 : _m.vat_id, merchant: boardData === null || boardData === void 0 ? void 0 : boardData.merchant, individuals: boardData === null || boardData === void 0 ? void 0 : boardData.individuals, business: boardData === null || boardData === void 0 ? void 0 : boardData.business }),
290
+ formData: params
291
+ }];
323
292
  }
324
293
  });
325
294
  }); });
@@ -377,13 +346,13 @@ export var taxSlice = createSlice({
377
346
  .addCase(verifyLeadToken.fulfilled, function (state, action) {
378
347
  state.error = null;
379
348
  state.customLoading = false;
380
- var _a = action.payload, data = _a.data, token = _a.token, entityData = _a.entityData;
381
- var _b = entityData || {}, vat_id = _b.vat_id, is_vat_acknowledged = _b.is_vat_acknowledged;
382
- state.data.verify.responseBody = __assign(__assign({}, data), { entity: entityData, board_id: data.id });
349
+ var _a = action.payload, data = _a.data, token = _a.token, boardResponse = _a.boardResponse, individualData = _a.individualData;
350
+ var user = boardResponse.user, bank_account = boardResponse.bank_account, vatID = boardResponse.vatID, merchant = boardResponse.merchant, individuals = boardResponse.individuals, entity = boardResponse.entity;
351
+ state.data.verify.responseBody = __assign(__assign(__assign(__assign({}, data), boardResponse), state.data.verify.responseBody), { board_id: data.id, name: user === null || user === void 0 ? void 0 : user.names, bank_account: bank_account, vatID: vatID, merchant: merchant, individuals: individuals, individualData: individualData });
383
352
  state.data.verify.token = token;
384
- state.data.taxData.vatId = vat_id;
385
- if (is_vat_acknowledged)
386
- state.data.taxData.confirmPolicy = is_vat_acknowledged;
353
+ state.data.taxData.vatId = vatID;
354
+ if (entity === null || entity === void 0 ? void 0 : entity.is_vat_acknowledged)
355
+ state.data.taxData.confirmPolicy = entity === null || entity === void 0 ? void 0 : entity.is_vat_acknowledged;
387
356
  })
388
357
  .addCase(verifyLeadToken.pending, function (state) {
389
358
  state.error = null;
@@ -417,14 +386,9 @@ export var taxSlice = createSlice({
417
386
  .addCase(verifyTaxLeadOTP.fulfilled, function (state, action) {
418
387
  state.loading = false;
419
388
  state.error = null;
420
- var _a = action.payload, data = _a.data, entityData = _a.entityData, formData = _a.formData;
389
+ var _a = action.payload, data = _a.data, formData = _a.formData;
421
390
  state.data.otpData = formData;
422
391
  state.data.otpData.responseBody = data;
423
- var _b = entityData || {}, vat_id = _b.vat_id, is_vat_acknowledged = _b.is_vat_acknowledged;
424
- state.data.verify.responseBody = __assign(__assign(__assign({}, state.data.verify.responseBody), data), { board_id: data.id, entity: entityData });
425
- state.data.taxData.vatId = vat_id;
426
- if (is_vat_acknowledged)
427
- state.data.taxData.confirmPolicy = is_vat_acknowledged;
428
392
  })
429
393
  .addCase(verifyTaxLeadOTP.rejected, function (state, action) {
430
394
  state.loading = false;
@@ -439,24 +403,29 @@ export var taxSlice = createSlice({
439
403
  state.error = null;
440
404
  var _a = action.payload, data = _a.data, formData = _a.formData;
441
405
  state.data.taxData = formData;
442
- state.data.taxData = __assign(__assign({}, formData), { documentId: undefined });
443
406
  state.data.taxData.responseBody = data;
444
407
  })
445
408
  .addCase(updateTaxInfo.rejected, function (state, action) {
446
409
  state.loading = false;
447
410
  state.error = action.error.message;
448
411
  })
449
- .addCase(retrieveBoardDetails.pending, function (state) {
412
+ .addCase(retrieveEntityInfo.pending, function (state) {
450
413
  state.error = null;
451
414
  state.loading = true;
452
415
  })
453
- .addCase(retrieveBoardDetails.fulfilled, function (state, action) {
416
+ .addCase(retrieveEntityInfo.fulfilled, function (state, action) {
417
+ var _a;
454
418
  state.error = null;
455
419
  state.loading = false;
456
- var data = action.payload || {};
420
+ var data = (action.payload || {}).data;
421
+ var description = (((_a = data === null || data === void 0 ? void 0 : data.errors) === null || _a === void 0 ? void 0 : _a[0]) || {}).description;
422
+ if (description) {
423
+ state.error = description;
424
+ return;
425
+ }
457
426
  state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), data);
458
427
  })
459
- .addCase(retrieveBoardDetails.rejected, function (state, action) {
428
+ .addCase(retrieveEntityInfo.rejected, function (state, action) {
460
429
  state.error = action.error.message;
461
430
  state.loading = false;
462
431
  })
@@ -477,9 +446,19 @@ export var taxSlice = createSlice({
477
446
  .addCase(updateLeadSuccess.fulfilled, function (state, action) {
478
447
  var _a;
479
448
  state.loading = false;
449
+ state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { updateBoardSuccessLoading: false });
480
450
  state.error = null;
481
- var _b = action.payload || {}, flows = _b.flows, data = _b.data;
482
- state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { flows: flows, recipient: (_a = data === null || data === void 0 ? void 0 : data.notification) === null || _a === void 0 ? void 0 : _a.recipient, updateBoardSuccessLoading: false });
451
+ var response = (action.payload || {}).response;
452
+ var description = (((_a = response === null || response === void 0 ? void 0 : response.errors) === null || _a === void 0 ? void 0 : _a[0]) || {}).description;
453
+ if (description) {
454
+ state.error = description;
455
+ return;
456
+ }
457
+ var flows = response.flows, steps = response.steps, user = response.user, bank_account = response.bank_account, vatID = response.vatID, merchant = response.merchant, individuals = response.individuals, entity = response.entity, brand = response.brand, individualData = response.individualData;
458
+ var data_state = (((individualData === null || individualData === void 0 ? void 0 : individualData.is_authorized) ? individuals : individualData) || {}).data_state;
459
+ state.data.verify.responseBody = __assign(__assign(__assign(__assign({}, state.data.verify.responseBody), { flows: flows, steps: steps, bank_account: bank_account, name: user === null || user === void 0 ? void 0 : user.names, vatID: vatID, merchant: merchant, individuals: individuals, entity: entity, brand: brand }), (individualData && { user: individualData })), (data_state && {
460
+ individuals: __assign(__assign({}, individuals), { data_state: data_state })
461
+ }));
483
462
  })
484
463
  .addCase(updateLeadSuccess.pending, function (state) {
485
464
  state.loading = true;
@@ -89,7 +89,11 @@ var Auth = memo(function (_a) {
89
89
  });
90
90
  }); };
91
91
  useAppConfig(__assign(__assign(__assign({ postURL: postURL, navigation: AUTH_SCREENS_NAVIGATION }, props), { configToken: configToken }), (configToken && { onVerifyConfigTokenSuccess: onVerifyConfigTokenSuccess })));
92
- useErrorListener(authError || error);
92
+ useErrorListener(authError || error, {
93
+ event: 'Send Event',
94
+ event_category: 'User Registration Flow',
95
+ event_action: 'Registration Error'
96
+ });
93
97
  useStepStartedListener();
94
98
  var activeScreen = settingData.activeScreen, isTapOrigin = settingData.isTapOrigin, open = settingData.open, merchant = settingData.merchant, appConfig = settingData.appConfig;
95
99
  var animationDirection = open ? openAnimationDirection : closeAnimationDirection;
@@ -17,7 +17,7 @@ import { handleNextScreenStep, settingsSelector } from '../../../../app/settings
17
17
  import { resetStore } from '../../../app/auth/authStore';
18
18
  import { AbsherButton, MobileButton } from '../../../shared/Button';
19
19
  import { ScreenContainer } from '../../../shared/Containers';
20
- import { isKW, isSA, sendCustomEventToGTM } from '../../../../utils';
20
+ import { isKW, isSA } from '../../../../utils';
21
21
  import { ICONS_NAMES } from '../../../../constants';
22
22
  var AuthSwitch = function (_a) {
23
23
  var dispatch = useAppDispatch();
@@ -35,21 +35,9 @@ var AuthSwitch = function (_a) {
35
35
  dispatch(handleNextScreenStep('AUTH_EMAIL_STEP'));
36
36
  };
37
37
  var onOpenNID = function () {
38
- sendCustomEventToGTM({
39
- event: 'Send Event',
40
- event_category: 'User Registration Flow',
41
- event_action: 'Abser Click',
42
- event_label: data.businessCountry.iso2
43
- });
44
38
  dispatch(handleNextScreenStep('AUTH_NID_STEP'));
45
39
  };
46
40
  var onOpenPACI = function () {
47
- sendCustomEventToGTM({
48
- event: 'Send Event',
49
- event_category: 'User Registration Flow',
50
- event_action: 'PACI Click',
51
- event_label: data.businessCountry.iso2
52
- });
53
41
  dispatch(handleNextScreenStep('AUTH_CIVIL_ID_STEP'));
54
42
  };
55
43
  return (_jsxs(ScreenContainer, { children: [_jsx(MobileButton, __assign({ sx: { mt: 2.5 }, onClick: function () { return onOpenMobile(); } }, { children: t('mobile_button_label') })), _jsx(MobileButton, __assign({ onClick: function () { return onOpenEmail(); }, icon: ICONS_NAMES.email_icon }, { children: t('email_button_label') })), isKWCountry ? (_jsx(MobileButton, __assign({ onClick: function () { return onOpenPACI(); }, icon: ICONS_NAMES.PACI_ICON }, { children: t('paci_button_label') }))) : (isSACountry && _jsx(AbsherButton, __assign({ onClick: function () { return onOpenNID(); } }, { children: t('absher_button_label') })))] }));
@@ -1,9 +1,31 @@
1
1
  import * as React from 'react';
2
- export declare const InfoIconStyled: import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
2
+ export declare const InfoIconStyled: import("@emotion/styled").StyledComponent<{
3
+ children?: React.ReactNode;
4
+ classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
5
+ color?: "inherit" | "disabled" | "error" | "info" | "success" | "action" | "primary" | "secondary" | "warning" | undefined;
6
+ fontSize?: "small" | "inherit" | "medium" | "large" | undefined;
7
+ htmlColor?: string | undefined;
8
+ inheritViewBox?: boolean | undefined;
9
+ shapeRendering?: string | undefined;
10
+ sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
11
+ titleAccess?: string | undefined;
12
+ viewBox?: string | undefined;
13
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
3
14
  ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
4
- }, "className" | "style" | "classes" | "color" | "fontSize" | "shapeRendering" | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
5
- export declare const InfoOutlinedIconStyled: import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
15
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "fontSize" | "shapeRendering" | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
16
+ export declare const InfoOutlinedIconStyled: import("@emotion/styled").StyledComponent<{
17
+ children?: React.ReactNode;
18
+ classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
19
+ color?: "inherit" | "disabled" | "error" | "info" | "success" | "action" | "primary" | "secondary" | "warning" | undefined;
20
+ fontSize?: "small" | "inherit" | "medium" | "large" | undefined;
21
+ htmlColor?: string | undefined;
22
+ inheritViewBox?: boolean | undefined;
23
+ shapeRendering?: string | undefined;
24
+ sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
25
+ titleAccess?: string | undefined;
26
+ viewBox?: string | undefined;
27
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
6
28
  ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
7
- }, "className" | "style" | "classes" | "color" | "fontSize" | "shapeRendering" | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
29
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "fontSize" | "shapeRendering" | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
8
30
  declare const Type: () => import("react/jsx-runtime").JSX.Element;
9
31
  export default Type;