@tap-payments/auth-jsconnect 2.8.98-development → 2.9.0

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 (218) hide show
  1. package/README.md +2 -2
  2. package/build/@types/app.d.ts +13 -4
  3. package/build/@types/app.js +8 -0
  4. package/build/@types/config.d.ts +4 -0
  5. package/build/@types/form.d.ts +7 -0
  6. package/build/api/account.d.ts +3 -1
  7. package/build/api/account.js +7 -0
  8. package/build/api/auth.d.ts +20 -1
  9. package/build/api/index.d.ts +8 -4
  10. package/build/api/lead.d.ts +2 -0
  11. package/build/api/lead.js +16 -0
  12. package/build/api/user.d.ts +7 -0
  13. package/build/api/user.js +9 -1
  14. package/build/app/rootReducer.d.ts +1 -0
  15. package/build/app/rootReducer.js +3 -1
  16. package/build/app/settings.d.ts +1 -0
  17. package/build/app/settings.js +14 -8
  18. package/build/app/store.d.ts +2 -0
  19. package/build/assets/currencies/AEDSymbol.d.ts +7 -0
  20. package/build/assets/currencies/AEDSymbol.js +28 -0
  21. package/build/assets/currencies/SARSymbol.d.ts +7 -0
  22. package/build/assets/currencies/SARSymbol.js +28 -0
  23. package/build/assets/currencies/index.d.ts +2 -0
  24. package/build/assets/currencies/index.js +2 -0
  25. package/build/assets/currencies/utils.d.ts +4 -0
  26. package/build/assets/currencies/utils.js +6 -0
  27. package/build/assets/locales/ar.json +40 -12
  28. package/build/assets/locales/en.json +63 -9
  29. package/build/components/AnimationFlow/BottomSheet.js +16 -12
  30. package/build/components/AnimationFlow/Dialog.js +3 -1
  31. package/build/components/Input/Input.js +1 -1
  32. package/build/components/TextWithCurrency/TextWithCurrency.d.ts +7 -0
  33. package/build/components/TextWithCurrency/TextWithCurrency.js +14 -0
  34. package/build/components/TextWithCurrency/index.d.ts +2 -0
  35. package/build/components/TextWithCurrency/index.js +2 -0
  36. package/build/components/Tooltip/Tooltip.js +1 -1
  37. package/build/constants/api.d.ts +2 -0
  38. package/build/constants/api.js +4 -0
  39. package/build/constants/app.d.ts +27 -0
  40. package/build/constants/app.js +151 -17
  41. package/build/constants/assets.d.ts +12 -3
  42. package/build/constants/assets.js +123 -105
  43. package/build/constants/dummy.js +27 -20
  44. package/build/constants/flows.d.ts +26 -0
  45. package/build/constants/flows.js +27 -0
  46. package/build/constants/index.d.ts +1 -0
  47. package/build/constants/index.js +1 -0
  48. package/build/constants/validation.d.ts +1 -0
  49. package/build/constants/validation.js +1 -0
  50. package/build/features/app/auth/authStore.d.ts +24 -5
  51. package/build/features/app/auth/authStore.js +197 -95
  52. package/build/features/app/board/boardStore.d.ts +5 -1
  53. package/build/features/app/board/boardStore.js +40 -35
  54. package/build/features/app/business/businessStore.d.ts +10 -1
  55. package/build/features/app/business/businessStore.js +164 -35
  56. package/build/features/app/connect/connectStore.d.ts +8 -1
  57. package/build/features/app/connect/connectStore.js +181 -68
  58. package/build/features/app/connectExpress/connectExpressStore.d.ts +21 -3
  59. package/build/features/app/connectExpress/connectExpressStore.js +448 -117
  60. package/build/features/app/individual/individualStore.d.ts +1 -1
  61. package/build/features/app/individual/individualStore.js +40 -33
  62. package/build/features/app/kyc/kycStore.d.ts +67 -0
  63. package/build/features/app/kyc/kycStore.js +432 -0
  64. package/build/features/app/signIn/signInStore.js +19 -15
  65. package/build/features/auth/Auth.d.ts +1 -1
  66. package/build/features/auth/screens/Mobile/MobileNumber.js +5 -7
  67. package/build/features/auth/screens/Mobile/validation.js +5 -2
  68. package/build/features/auth/screens/OTP/OTP.d.ts +13 -2
  69. package/build/features/auth/screens/OTP/OTP.js +15 -3
  70. package/build/features/auth/screens/OTP/index.d.ts +1 -2
  71. package/build/features/auth/screens/Passcode/Passcode.d.ts +16 -0
  72. package/build/features/auth/screens/Passcode/Passcode.js +82 -0
  73. package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +6 -0
  74. package/build/features/auth/screens/Passcode/PasscodeInput.js +42 -0
  75. package/build/features/auth/screens/Passcode/index.d.ts +2 -0
  76. package/build/features/auth/screens/Passcode/index.js +2 -0
  77. package/build/features/auth/screens/Passcode/validation.d.ts +8 -0
  78. package/build/features/auth/screens/Passcode/validation.js +4 -0
  79. package/build/features/bank/Bank.d.ts +5 -1
  80. package/build/features/bank/Bank.js +15 -7
  81. package/build/features/board/Board.js +1 -1
  82. package/build/features/brand/Brand.d.ts +5 -1
  83. package/build/features/brand/Brand.js +15 -7
  84. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -8
  85. package/build/features/business/screens/Customers/ExpectedSalesRange.js +3 -8
  86. package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
  87. package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.js +103 -0
  88. package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +3 -0
  89. package/build/features/business/screens/MobileOwnership/MobileNumber.js +72 -0
  90. package/build/features/business/screens/MobileOwnership/index.d.ts +2 -0
  91. package/build/features/business/screens/MobileOwnership/index.js +2 -0
  92. package/build/features/business/screens/MobileOwnership/validation.d.ts +8 -0
  93. package/build/features/business/screens/MobileOwnership/validation.js +38 -0
  94. package/build/features/connect/Connect.js +1 -1
  95. package/build/features/connect/screens/Individual/MobileNumber.js +5 -7
  96. package/build/features/connect/screens/Individual/validation.js +5 -2
  97. package/build/features/connect/screens/Mobile/MobileNumber.js +5 -7
  98. package/build/features/connect/screens/Mobile/validation.js +5 -2
  99. package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
  100. package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.js +104 -0
  101. package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +3 -0
  102. package/build/features/connect/screens/MobileOwnership/MobileNumber.js +72 -0
  103. package/build/features/connect/screens/MobileOwnership/index.d.ts +2 -0
  104. package/build/features/connect/screens/MobileOwnership/index.js +2 -0
  105. package/build/features/connect/screens/MobileOwnership/validation.d.ts +8 -0
  106. package/build/features/connect/screens/MobileOwnership/validation.js +38 -0
  107. package/build/features/connectExpress/ConnectExpress.js +1 -1
  108. package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +5 -7
  109. package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +5 -2
  110. package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +3 -0
  111. package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.js +9 -0
  112. package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.d.ts +2 -0
  113. package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.js +2 -0
  114. package/build/features/connectExpress/screens/Mobile/MobileNumber.js +5 -7
  115. package/build/features/connectExpress/screens/Mobile/validation.js +9 -4
  116. package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +3 -0
  117. package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.js +106 -0
  118. package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +3 -0
  119. package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.js +72 -0
  120. package/build/features/connectExpress/screens/MobileOwnership/index.d.ts +2 -0
  121. package/build/features/connectExpress/screens/MobileOwnership/index.js +2 -0
  122. package/build/features/connectExpress/screens/MobileOwnership/validation.d.ts +8 -0
  123. package/build/features/connectExpress/screens/MobileOwnership/validation.js +38 -0
  124. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.d.ts +5 -0
  125. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.js +49 -0
  126. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +5 -0
  127. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.js +88 -0
  128. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.d.ts +3 -0
  129. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.js +2 -0
  130. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.d.ts +8 -0
  131. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.js +4 -0
  132. package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.js +9 -3
  133. package/build/features/entity/Entity.d.ts +4 -1
  134. package/build/features/entity/Entity.js +15 -7
  135. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +3 -7
  136. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +3 -7
  137. package/build/features/featuresScreens.d.ts +1 -0
  138. package/build/features/featuresScreens.js +73 -0
  139. package/build/features/individual/Individual.d.ts +4 -1
  140. package/build/features/individual/Individual.js +15 -7
  141. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +3 -8
  142. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +3 -8
  143. package/build/features/individual/screens/IndividualList/MobileNumber.js +5 -10
  144. package/build/features/individual/screens/IndividualList/validation.js +5 -3
  145. package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +3 -5
  146. package/build/features/individual/screens/IndividualPersonalInfo/validation.js +5 -2
  147. package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +5 -10
  148. package/build/features/individual/screens/IndividualPhoneInfo/validation.js +5 -2
  149. package/build/features/kyc/KYC.d.ts +11 -0
  150. package/build/features/kyc/KYC.js +99 -0
  151. package/build/features/kyc/index.d.ts +1 -0
  152. package/build/features/kyc/index.js +1 -0
  153. package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +5 -0
  154. package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.js +19 -0
  155. package/build/features/kyc/screens/AlreadySubmitted/index.d.ts +2 -0
  156. package/build/features/kyc/screens/AlreadySubmitted/index.js +2 -0
  157. package/build/features/kyc/screens/Loading/Loading.d.ts +4 -0
  158. package/build/features/kyc/screens/Loading/Loading.js +10 -0
  159. package/build/features/kyc/screens/Loading/index.d.ts +2 -0
  160. package/build/features/kyc/screens/Loading/index.js +2 -0
  161. package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +5 -0
  162. package/build/features/kyc/screens/OperatorError/OperatorError.js +9 -0
  163. package/build/features/kyc/screens/OperatorError/index.d.ts +2 -0
  164. package/build/features/kyc/screens/OperatorError/index.js +2 -0
  165. package/build/features/kyc/screens/Success/Success.d.ts +5 -0
  166. package/build/features/kyc/screens/Success/Success.js +32 -0
  167. package/build/features/kyc/screens/Success/index.d.ts +2 -0
  168. package/build/features/kyc/screens/Success/index.js +2 -0
  169. package/build/features/kyc/screens/Terms/Header.d.ts +6 -0
  170. package/build/features/kyc/screens/Terms/Header.js +36 -0
  171. package/build/features/kyc/screens/Terms/Terms.d.ts +4 -0
  172. package/build/features/kyc/screens/Terms/Terms.js +87 -0
  173. package/build/features/kyc/screens/Terms/index.d.ts +2 -0
  174. package/build/features/kyc/screens/Terms/index.js +2 -0
  175. package/build/features/kyc/screens/TokenError/TokenError.d.ts +5 -0
  176. package/build/features/kyc/screens/TokenError/TokenError.js +9 -0
  177. package/build/features/kyc/screens/TokenError/index.d.ts +2 -0
  178. package/build/features/kyc/screens/TokenError/index.js +2 -0
  179. package/build/features/kyc/screens/Users/Users.d.ts +3 -0
  180. package/build/features/kyc/screens/Users/Users.js +76 -0
  181. package/build/features/kyc/screens/Users/index.d.ts +2 -0
  182. package/build/features/kyc/screens/Users/index.js +2 -0
  183. package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
  184. package/build/features/kyc/screens/VerifyNafath/VerifyNafath.js +45 -0
  185. package/build/features/kyc/screens/VerifyNafath/index.d.ts +3 -0
  186. package/build/features/kyc/screens/VerifyNafath/index.js +2 -0
  187. package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +5 -0
  188. package/build/features/kyc/screens/VerifyPaci/VerifyPACI.js +44 -0
  189. package/build/features/kyc/screens/VerifyPaci/index.d.ts +3 -0
  190. package/build/features/kyc/screens/VerifyPaci/index.js +2 -0
  191. package/build/features/password/Password.d.ts +4 -1
  192. package/build/features/password/Password.js +13 -6
  193. package/build/features/shared/Background/LogoBackground.js +5 -17
  194. package/build/features/shared/Button/Button.js +1 -2
  195. package/build/features/shared/Button/FlowsButtons.js +5 -2
  196. package/build/features/shared/Containers/FeatureContainer.d.ts +2 -1
  197. package/build/features/shared/Containers/FeatureContainer.js +5 -3
  198. package/build/features/shared/Dialog/DialogContainer.js +5 -4
  199. package/build/features/shared/Input/Input.d.ts +1 -1
  200. package/build/features/shared/SuccessScreen/SuccessScreen.js +1 -1
  201. package/build/features/signIn/screens/Mobile/MobileNumber.js +5 -7
  202. package/build/features/signIn/screens/Mobile/validation.js +5 -2
  203. package/build/features/tax/Tax.d.ts +4 -1
  204. package/build/features/tax/Tax.js +15 -7
  205. package/build/hooks/useAppConfig.js +1 -1
  206. package/build/hooks/useAppDispatch.d.ts +1 -0
  207. package/build/hooks/useSanitizedTranslation.d.ts +2 -1
  208. package/build/hooks/useSanitizedTranslation.js +2 -2
  209. package/build/index.d.ts +3 -2
  210. package/build/index.js +4 -2
  211. package/build/theme/shadows.js +1 -1
  212. package/build/utils/common.d.ts +1 -1
  213. package/build/utils/common.js +6 -5
  214. package/build/utils/error.d.ts +1 -0
  215. package/build/utils/error.js +3 -0
  216. package/build/utils/string.d.ts +5 -2
  217. package/build/utils/string.js +16 -2
  218. package/package.json +3 -4
@@ -63,6 +63,8 @@
63
63
  "app": "تطبيق",
64
64
  "apple_btn_open_title": "افتح صندوق بريد آبل ميل - Apple Mail",
65
65
  "apple_store_placeholder": "اسم التطبيق عالـ App Store",
66
+ "approve_with_nafath_app": "المتابعة من خلال نفاذ",
67
+ "approve_with_paci_app": "المتابعة من خلال PACI",
66
68
  "ar": "ع",
67
69
  "arabic": "اللغة العربية",
68
70
  "article_of_association": "PDF, JPG or PNG files up to 5mb.",
@@ -134,12 +136,14 @@
134
136
  "cancel": "إلغاء",
135
137
  "capital_paid_hint": "00000",
136
138
  "capital_paid_label": "رأس المال المدفوع ({{currency}})",
139
+ "capital_paid_input_label": "رأس المال المدفوع",
137
140
  "capital_paid_required": "Please Enter paid amount",
138
141
  "capital_share_count_hint": "00000",
139
142
  "capital_share_count_label": "عدد اسهم رأس المال",
140
143
  "capital_share_count_required": "Please Enter share count",
141
144
  "capital_share_value_hint": "00000",
142
145
  "capital_share_value_label": "قيمة السهم ({{currency}})",
146
+ "capital_share_value_input_label": "قيمة السهم",
143
147
  "capital_share_value_required": "Please Enter share value",
144
148
  "category": "الفئة",
145
149
  "category_name": "اسم الفئة",
@@ -278,6 +282,7 @@
278
282
  "entity_type_required": "Please select at least one entity type",
279
283
  "expected_customers_to_serve": "عدد العملاء شهريا",
280
284
  "expected_sales_monthly": "البيع المتوقع في الشهر؟ ({{currency}})",
285
+ "expected_sale_per_month": "البيع المتوقع في الشهر؟",
281
286
  "expected_sales_yearly": "ما هي المبيعات المتوقعة لعملك شهريًا؟",
282
287
  "expected_served_monthly": "عدد العملاء شهريا",
283
288
  "expiry_date": "تاريخ الإنتهاء",
@@ -362,6 +367,18 @@
362
367
  "issue_date": "تاريخ الإصدار",
363
368
  "issued_country_label": "بلد الإصدار",
364
369
  "join_our_community": "",
370
+ "kyc_already_submitted_title": "لقد وافقت مسبقاً على كافة الوثائق",
371
+ "kyc_dispute_policy": "سياسة المنازعات",
372
+ "kyc_refund_policy": "سياسة الاسترجاع",
373
+ "kyc_success_button": "حساب لوحة التحكم",
374
+ "kyc_success_title": "تم تحديث حسابك بنجاح",
375
+ "kyc_terms_conditions": "الشروط والأحكام",
376
+ "kyc_terms_description": "يجب على الممثل المعتمد للشركة قراءة الوثائق القانونية والموافقة عليها",
377
+ "kyc_terms_description_single_user": "يجب على الشخص المخول الذي يحمل الهوية {{id_number}} قراءة المستندات القانونية والموافقة عليها",
378
+ "kyc_terms_title": "وثائق قانونية",
379
+ "kyc_token_invalid": "الرجاء مراجعة رابط المرسل اليك",
380
+ "kyc_users_description": "يرجى اختيار رقم هوية الممثل المعتمد للموافقة عليه مع {{provider}}",
381
+ "kyc_privacy_policy": "سياسة الخصوصية",
365
382
  "language": "English",
366
383
  "license_info": "معلومات الترخيص",
367
384
  "license_name_hint": "Enter legal name",
@@ -387,6 +404,14 @@
387
404
  "mobile_button_label": "المتابعة عن طريق رقم الجوال",
388
405
  "mobile_number_description": "ابدأ فورًا باستخدام رقم هاتفك المحمول",
389
406
  "month": "الشهر",
407
+ "nafath_button_label": "المتابعة عن طريق نفاذ",
408
+ "nafath_verification_description_check": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
409
+ "nafath_verification_description_error": "حاول مرة اخرى",
410
+ "nafath_verification_description_wait": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
411
+ "nafath_verification_redirection_message": "سيتم إعادة توجيهك الآن",
412
+ "nafath_verification_title_check": "المصادقة مع تطبيق نفاذ",
413
+ "nafath_verification_title_error": "لا يمكننا تأكيد المصادقة الخاصة بك",
414
+ "nafath_verification_title_wait": "المصادقة مع تطبيق نفاذ",
390
415
  "national_address": "العنوان الوطني ",
391
416
  "national_id_description": "ابدأ فورًا باستخدام الهوية",
392
417
  "national_id_placeholder": "0000000000",
@@ -401,6 +426,7 @@
401
426
  "one_last_step": "خطوة أخيرة",
402
427
  "oops": "Oops",
403
428
  "open_mail_box": "افتح البريد الإلكتروني‎",
429
+ "open_nafath_app": "افتح تطبيق نفاذ",
404
430
  "operator_is_invalid": "المشغل غير مصرح له",
405
431
  "opt_nid_sent_title": "الرجاء إدخال رمز المرور لمرة واحدة (OTP) المرسل عبر أبشر إلى رقم الجوال المسجل تحت هويتك الوطنية",
406
432
  "or": "أو",
@@ -460,6 +486,7 @@
460
486
  "please_choose_is_authorized": "الرجاء التأكيد إذا كنت أنت المستخدم المصرح له",
461
487
  "please_choose_relative_pep": "هل أنت أو أحد أقاربك شخص مكشوف علنًا (PEP)",
462
488
  "please_enter_actual_income": "ما هو دخلك الشهري ({{currency}}) ؟ ",
489
+ "monthly_income": "ما هو دخلك الشهري؟ ",
463
490
  "please_enter_employer_name": "يرجى إدخال اسم منشأه العمل الخاص بك",
464
491
  "please_try_again_after_few_minutes": "يمكنك محاولة تسجيل الدخول مرة أخرى بعد {{minutes}} دقيقة",
465
492
  "powered_by": "بواسطة",
@@ -500,6 +527,7 @@
500
527
  "share_count_label": "عدد الأسهم",
501
528
  "share_value_hint": "0000",
502
529
  "share_value_label": "قيمة السهم ({{currency}})",
530
+ "share_value_input_label": "قيمة السهم",
503
531
  "sign_up": "Sign up",
504
532
  "signed_up": "تسجيل الدخول",
505
533
  "signin_email_label": "البريد الألكتروني",
@@ -538,7 +566,7 @@
538
566
  "success_upload_civil_id": "Done",
539
567
  "success_upload_signature_file": "Done",
540
568
  "sucess_message_for_non_saudi": "شكرا لاختيارك تاب للمدفوعات الالكترونية. سوف يتم التواصل معكم في أقرب وقت",
541
- "switch_to_gregorian_calendar": "التبديل إلى التقويم الميلادي\"",
569
+ "switch_to_gregorian_calendar": "التبديل إلى التقويم الميلادي",
542
570
  "switch_to_id": "متابعة التسجيل برقم الهوية",
543
571
  "switch_to_islamic_calendar": "التبديل إلى التقويم الهجرى",
544
572
  "switch_to_mobile": "متابعة التسجيل برقم الجوال",
@@ -605,19 +633,19 @@
605
633
  "verification_status": "الحالة",
606
634
  "verification_status_cancelled": "ملغية",
607
635
  "wallet_id_missing": "رقم تعريف المحفظة مفقود",
608
- "website": "موقع الكتروني",
609
- "website_label": "موقع الويب",
636
+ "website": "متجر الكتروني",
637
+ "website_label": "متجر الكتروني",
610
638
  "year": "السنة",
611
639
  "yes": "نعم",
612
640
  "your_brand_details": "تفاصيل علامتك التجارية",
613
641
  "يرجى التحقق من اسم تطبيق ابل": "",
614
- "nafath_verification_title_wait": "Authenticate with NAFATH app",
615
- "nafath_verification_title_check": "Authenticate with NAFATH app",
616
- "nafath_verification_description_wait": "Please go to your NAFATH app and enter the above request number to authenticate.",
617
- "nafath_verification_description_check": "Please go to your NAFATH app and enter the above request number to authenticate.",
618
- "open_nafath_app": "Open NAFATH app",
619
- "nafath_verification_title_error": "We cannot confirm your authentication",
620
- "nafath_verification_description_error": "Please try again",
621
- "nafath_verification_redirection_message": "You will be redirected now",
622
- "nafath_button_label": "Continue with Nafath"
642
+ "mobile_ownership_title": "لتفعيل استلام الايداعات، يرجى تحديث رقم هاتفك المحمول المسجل ليتوافق مع هويتك.",
643
+ "current_mobile_number": "رقم الجوال الحالي",
644
+ "new_mobile_number": "رقم الجوال الجديد",
645
+ "update_mobile_number": "تحديث رقم الجوال",
646
+ "update_later": "سأقوم بالتحديث لاحقاً",
647
+ "passcode_title": "الرجاء إدخال رمز المرور الخاص بك",
648
+ "sign_in_with_otp": "تسجيل الدخول باستخدام رمز التحقق (OTP)",
649
+ "passcode_required": "الرجاء إدخال رمز المرور المطلوب",
650
+ "login_with_passcode": "تسجيل الدخول باستخدام رمز المرور"
623
651
  }
@@ -58,6 +58,8 @@
58
58
  "app": "App",
59
59
  "apple_btn_open_title": "Open Mail",
60
60
  "apple_store_placeholder": "Enter your app name (App Store)",
61
+ "approve_with_nafath_app": "Continue with NAFATH",
62
+ "approve_with_paci_app": "Continue with PACI",
61
63
  "ar": "ع",
62
64
  "arabic": "اللغة العربية",
63
65
  "article_of_association": "PDF, JPG or PNG files up to 5mb.",
@@ -133,12 +135,14 @@
133
135
  "cancel": "Cancel",
134
136
  "capital_paid_hint": "00000",
135
137
  "capital_paid_label": "Capital Paid ({{currency}})",
138
+ "capital_paid_input_label": "Capital Paid",
136
139
  "capital_paid_required": "Please Enter paid amount",
137
140
  "capital_share_count_hint": "00000",
138
141
  "capital_share_count_label": "Capital Share Count",
139
142
  "capital_share_count_required": "Please Enter share count",
140
143
  "capital_share_value_hint": "00000",
141
144
  "capital_share_value_label": "Capital Share Value ({{currency}})",
145
+ "capital_share_value_input_label": "Capital Share Value",
142
146
  "capital_share_value_required": "Please Enter share value",
143
147
  "category": "Category",
144
148
  "category_name": "Category name",
@@ -286,6 +290,7 @@
286
290
  "entity_type_required": "Please select at least one entity type",
287
291
  "expected_customers_to_serve": "Customers server per month",
288
292
  "expected_sales_monthly": "Expected sale per month? ({{currency}})",
293
+ "expected_sale_per_month": "Expected sale per month?",
289
294
  "expected_sales_yearly": "What is the expected sales for your business per month?",
290
295
  "expected_served_monthly": "Customers server per month",
291
296
  "expiry_date": "Date of expiry",
@@ -375,7 +380,19 @@
375
380
  "issue_date": "Date of issuance",
376
381
  "issued_country_label": "Issued Country",
377
382
  "join_our_community": "",
383
+ "kyc_already_submitted_title": "You already approved all documents",
384
+ "kyc_dispute_policy": "Dispute Policy",
385
+ "kyc_refund_policy": "Refund Policy",
386
+ "kyc_success_button": "Go to my board",
387
+ "kyc_success_title": "All done",
388
+ "kyc_terms_conditions": "Terms & Conditions",
389
+ "kyc_terms_description": "An authorized representative of the company must read and approve the legal documents",
390
+ "kyc_terms_description_single_user": "The authorized person with the ID {{id_number}} must read and approve the legal documents",
391
+ "kyc_terms_title": "Legal documents",
392
+ "kyc_token_invalid": "May you please verify link of which you are trying to open.",
393
+ "kyc_users_description": "Please select an authorized registered ID to approve with {{provider}}",
378
394
  "kyc_verification": "Know Your Customer (KYC)",
395
+ "kyc_privacy_policy": "Privacy Policy",
379
396
  "language": "العربية",
380
397
  "license_info": "License information",
381
398
  "license_name_hint": "Enter legal name",
@@ -402,6 +419,14 @@
402
419
  "mobile_button_label": "Continue with Mobile",
403
420
  "mobile_number_description": "Start instantly with your Mobile Number",
404
421
  "month": "Month",
422
+ "nafath_button_label": "Continue with Nafath",
423
+ "nafath_verification_description_check": "Please go to your NAFATH app and enter the above request number to authenticate.",
424
+ "nafath_verification_description_error": "Please try again",
425
+ "nafath_verification_description_wait": "Please go to your NAFATH app and enter the above request number to authenticate.",
426
+ "nafath_verification_redirection_message": "You will be redirected now",
427
+ "nafath_verification_title_check": "Authenticate with NAFATH app",
428
+ "nafath_verification_title_error": "We cannot confirm your authentication",
429
+ "nafath_verification_title_wait": "Authenticate with NAFATH app",
405
430
  "national_address": "National address",
406
431
  "national_id_description": "Start instantly with your National ID",
407
432
  "national_id_placeholder": "0000000000",
@@ -417,6 +442,7 @@
417
442
  "one_last_step": "One last step",
418
443
  "oops": "Oops",
419
444
  "open_mail_box": "Open Mailbox",
445
+ "open_nafath_app": "Open NAFATH app",
420
446
  "operator_is_invalid": "Operator is invalid",
421
447
  "opt_nid_sent_title": "Please enter the One Time Passcode (OTP) sent via Absher to the mobile number registered under your Saudi National ID",
422
448
  "or": "or",
@@ -476,6 +502,7 @@
476
502
  "please_choose_is_authorized": "Please tell us if you are the authorized user",
477
503
  "please_choose_relative_pep": "Are you or one of your relatives a Publicly Exposed Person (PEP)",
478
504
  "please_enter_actual_income": "Monthly income ({{currency}})",
505
+ "monthly_income": "Monthly income",
479
506
  "please_enter_employer_name": "Please enter the name of your employer",
480
507
  "please_try_again_after_few_minutes": "You can try to login again after {{minutes}} mins",
481
508
  "powered_by": "Powered by",
@@ -522,6 +549,7 @@
522
549
  "share_count_label": "Share Count",
523
550
  "share_value_hint": "0000",
524
551
  "share_value_label": "Share Value ({{currency}})",
552
+ "share_value_input_label": "Share Value",
525
553
  "sign_up": "Sign up",
526
554
  "signed_up": "Signed up",
527
555
  "signin_email_label": "Email address",
@@ -638,13 +666,39 @@
638
666
  "year": "Year",
639
667
  "yes": "Yes",
640
668
  "your_brand_details": "Your brand details",
641
- "nafath_verification_title_wait": "Authenticate with NAFATH app",
642
- "nafath_verification_title_check": "Authenticate with NAFATH app",
643
- "nafath_verification_description_wait": "Please go to your NAFATH app and enter the above request number to authenticate.",
644
- "nafath_verification_description_check": "Please go to your NAFATH app and enter the above request number to authenticate.",
645
- "open_nafath_app": "Open NAFATH app",
646
- "nafath_verification_title_error": "We cannot confirm your authentication",
647
- "nafath_verification_description_error": "Please try again",
648
- "nafath_verification_redirection_message": "You will be redirected now",
649
- "nafath_button_label": "Continue with Nafath"
669
+ "mobile_ownership_title": "To enable bank payouts, please update your registered mobile number to match your national ID.",
670
+ "current_mobile_number": "Current mobile number",
671
+ "new_mobile_number": "New mobile number",
672
+ "update_mobile_number": "Update mobile number",
673
+ "update_later": "I'll update later",
674
+ "terminal_manage_terminals": "Manage Terminals",
675
+ "terminal_link_terminal": "Link Terminal",
676
+ "terminal_linked": "Linked",
677
+ "terminal_link": "Link",
678
+ "terminal_unlinked": "Unlinked",
679
+ "terminal_paired_with": "Paired with",
680
+ "terminal_device_id": "Device ID",
681
+ "terminal_serial_number": "Serial no",
682
+ "terminal_qr_code_description": "Open the Tap app on the terminal and select Linked Terminal from the More menu.",
683
+ "terminal_or_use_code": "or use code",
684
+ "terminal_unlink": "Unlink",
685
+ "terminal_linked_with": "Linked with",
686
+ "terminal_send_link_request": "Send linking request",
687
+ "terminal_request_will_send": "A request will be sent to Tap Terminal app to confirm linking.",
688
+ "terminal_new_request_will_send": "A new link request bas ben sent to Tap Terminal app to confirm linking.",
689
+ "terminal_resend_request": "Resend Request",
690
+ "terminal_with": "with",
691
+ "terminal_request_denied": "The Request to link Terminal {{device}} has been denied.",
692
+ "terminal_go_to_board": "Go to Board",
693
+ "terminal_linked_success": "Your terminal {{device}} is linked successfully",
694
+ "terminal_unlinked_success": "Your terminal {{device}} is unlinked successfully",
695
+ "terminal_no_terminal_linked": "No Terminal Linked",
696
+ "terminal_no_terminal_linked_description": "We will list the linked terminals here when available",
697
+ "terminal_push_notification_link_new_terminal_failed": "Something went wrong. Please try again later",
698
+ "terminal_id": "Terminal ID",
699
+ "terminal_devices": "{{name}} Devices",
700
+ "passcode_title": "Please enter your passcode",
701
+ "sign_in_with_otp": "Sign in with OTP",
702
+ "passcode_required": "Please enter the required Passcode",
703
+ "login_with_passcode": "Login with Passcode"
650
704
  }
@@ -44,19 +44,18 @@ var LanguageFooterStyled = styled(Box)(function (_a) {
44
44
  });
45
45
  });
46
46
  var BottomSheetStyled = styled(BottomSheet, {
47
- shouldForwardProp: function (prop) { return !['isMaturityExpress', 'languageBarHeight', 'dialogEdgeFormat'].includes(prop.toString()); }
47
+ shouldForwardProp: function (prop) { return !['isMaturityExpress', 'languageBarHeight', 'dialogEdgeFormat', 'showPoweredBy'].includes(prop.toString()); }
48
48
  })(function (_a) {
49
- var theme = _a.theme, isMaturityExpress = _a.isMaturityExpress, languageBarHeight = _a.languageBarHeight, dialogEdgeFormat = _a.dialogEdgeFormat;
49
+ var theme = _a.theme, isMaturityExpress = _a.isMaturityExpress, languageBarHeight = _a.languageBarHeight, dialogEdgeFormat = _a.dialogEdgeFormat, showPoweredBy = _a.showPoweredBy;
50
50
  return ({
51
51
  '[data-rsbs-header]:before': __assign({ width: '75px', height: '5px' }, (isMaturityExpress && { width: '0px', height: '0px' })),
52
52
  '[data-rsbs-backdrop]': {
53
53
  backgroundColor: 'transparent'
54
54
  },
55
55
  '[data-rsbs-header]': __assign({ position: 'absolute', width: '100vw' }, (isMaturityExpress && { display: 'none' })),
56
- '[data-rsbs-overlay]': __assign(__assign({ backgroundColor: theme.palette.background.paper, zIndex: 9999, maxHeight: "calc(100vh - ".concat(languageBarHeight, "px)"), borderTopLeftRadius: theme.spacing(1.5), borderTopRightRadius: theme.spacing(1.5) }, (isMaturityExpress && {
57
- marginBottom: theme.spacing(5.625),
58
- paddingTop: theme.spacing(5)
59
- })), (dialogEdgeFormat === DialogEdgeFormat.STRAIGHT && { borderTopLeftRadius: theme.spacing(0), borderTopRightRadius: theme.spacing(0) })),
56
+ '[data-rsbs-overlay]': __assign(__assign({ backgroundColor: theme.palette.background.paper, zIndex: 9999, maxHeight: "calc(100vh - ".concat(languageBarHeight, "px)"), borderTopLeftRadius: theme.spacing(1.5), borderTopRightRadius: theme.spacing(1.5) }, (isMaturityExpress && __assign(__assign({}, (showPoweredBy && {
57
+ marginBottom: theme.spacing(5.625)
58
+ })), { paddingTop: theme.spacing(5) }))), (dialogEdgeFormat === DialogEdgeFormat.STRAIGHT && { borderTopLeftRadius: theme.spacing(0), borderTopRightRadius: theme.spacing(0) })),
60
59
  '[data-rsbs-scroll]': {
61
60
  '&::-webkit-scrollbar': {
62
61
  width: '0px'
@@ -80,7 +79,8 @@ var CloseIconStyled = styled(Icon)(function (_a) {
80
79
  var theme = _a.theme;
81
80
  return ({
82
81
  width: theme.spacing(3.75),
83
- height: theme.spacing(3.75)
82
+ height: theme.spacing(3.75),
83
+ cursor: 'pointer'
84
84
  });
85
85
  });
86
86
  var CloseBox = styled(Box)(function (_a) {
@@ -90,12 +90,12 @@ var CloseBox = styled(Box)(function (_a) {
90
90
  justifyContent: 'end',
91
91
  marginBlockStart: theme.spacing(2),
92
92
  marginInlineEnd: theme.spacing(2),
93
- cursor: 'pointer',
94
93
  direction: theme.direction,
95
94
  position: 'absolute',
96
95
  right: 0,
97
96
  left: 0,
98
- zIndex: 9999
97
+ zIndex: 9999,
98
+ top: 0
99
99
  });
100
100
  });
101
101
  var BottomSheetComponent = function (_a) {
@@ -113,7 +113,11 @@ var BottomSheetComponent = function (_a) {
113
113
  var el = document.getElementById('main-feature-container');
114
114
  var footer = document.getElementById('bottom-sheet-powered_by_footer');
115
115
  var height = el ? el.clientHeight : 0;
116
- var footerHeight = footer ? footer.clientHeight + 20 : 0;
116
+ var footerHeight = 0;
117
+ if (footer)
118
+ footerHeight = footer.clientHeight + 20;
119
+ else if (hidePoweredBy && isMaturityExpress)
120
+ footerHeight = 40;
117
121
  return (height || maxHeight * 0.7) + footerHeight;
118
122
  };
119
123
  React.useEffect(function () {
@@ -127,9 +131,9 @@ var BottomSheetComponent = function (_a) {
127
131
  }, 500);
128
132
  }
129
133
  }, [screenId]);
130
- return (_jsxs(BottomSheetStyled, __assign({ languageBarHeight: getLanguageBarHeight(), dialogEdgeFormat: dialogEdgeFormat, sibling: hideFooter ? (_jsx(_Fragment, {})) : (open && (_jsx(LanguageFooterStyled, { children: _jsx(CustomFooter, {}) }))), isMaturityExpress: isMaturityExpress, sx: { pointerEvents: pointerEvents }, ref: sheetRef, open: open, snapPoints: function (_a) {
134
+ return (_jsxs(BottomSheetStyled, __assign({ languageBarHeight: getLanguageBarHeight(), dialogEdgeFormat: dialogEdgeFormat, sibling: hideFooter ? (_jsx(_Fragment, {})) : (open && (_jsx(LanguageFooterStyled, { children: _jsx(CustomFooter, {}) }))), isMaturityExpress: isMaturityExpress, showPoweredBy: !hidePoweredBy, sx: { pointerEvents: pointerEvents }, ref: sheetRef, open: open, snapPoints: function (_a) {
131
135
  var maxHeight = _a.maxHeight;
132
136
  return [getMinHeight(maxHeight), maxHeight * 0.95];
133
- } }, rest, { children: [isMaturityExpress && !hideMerchantLogo && (_jsx(LogoBadge, { src: isMaturityExpress ? logo || ICONS_NAMES.LOGO_ICON : ICONS_NAMES.LOGO_ICON })), onClose && (_jsx(CloseBox, __assign({ id: 'close-container', onClick: handleOnCloseButton }, { children: _jsx(CloseIconStyled, { src: ICONS_NAMES.CLOSE_ICON }) }))), children, isMaturityExpress && !hidePoweredBy && (_jsx(FooterStyled, { children: _jsx(PoweredByFooter, { id: 'bottom-sheet-powered_by_footer', sx: { margin: '0px' }, textSx: { color: 'rgba(63, 66, 77, 0.6)' }, icon: isAr ? ICONS_NAMES.LOGO_WITH_NAME_DARK_AR_ICON : ICONS_NAMES.LOGO_WITH_NAME_DARK_EN_ICON }) }))] })));
137
+ } }, rest, { children: [isMaturityExpress && !hideMerchantLogo && (_jsx(LogoBadge, { src: isMaturityExpress ? logo || ICONS_NAMES.LOGO_ICON : ICONS_NAMES.LOGO_ICON })), onClose && (_jsx(CloseBox, __assign({ id: 'close-container' }, { children: _jsx(CloseIconStyled, { src: ICONS_NAMES.CLOSE_ICON, onClick: handleOnCloseButton }) }))), children, isMaturityExpress && !hidePoweredBy && (_jsx(FooterStyled, { children: _jsx(PoweredByFooter, { id: 'bottom-sheet-powered_by_footer', sx: { margin: '0px' }, textSx: { color: 'rgba(63, 66, 77, 0.6)' }, icon: isAr ? ICONS_NAMES.LOGO_WITH_NAME_DARK_AR_ICON : ICONS_NAMES.LOGO_WITH_NAME_DARK_EN_ICON }) }))] })));
134
138
  };
135
139
  export default React.memo(BottomSheetComponent);
@@ -124,7 +124,9 @@ var Dialog = function (_a) {
124
124
  return (_jsxs(MuiDialog, __assign({ id: DIALOG_ID, PaperProps: {
125
125
  elevation: 0
126
126
  }, sx: __assign({ '& .MuiDialog-paper': __assign({ overflowY: 'visible' }, (dialogEdgeFormat === DialogEdgeFormat.STRAIGHT && { borderRadius: theme.spacing(0) })), '&.MuiDialog-root': {
127
- marginBottom: isMaturityExpress ? '60px' : '0px'
127
+ marginBottom: isMaturityExpress && !hideLanguage ? '60px' : '0px'
128
+ }, '& .MuiDialog-container': {
129
+ outline: 'none !important'
128
130
  }, pointerEvents: pointerEvents }, sx), hideBackdrop: true, PaperComponent: PaperStyled, open: open, transitionDuration: transitionDuration || 500, keepMounted: true, "aria-describedby": 'dialog-slide-description' }, rest, animation, (animationDirection && { TransitionProps: { direction: animationDirection } }), { children: [_jsx(DialogContainer, __assign({ isTapOrigin: isTapOrigin, onClose: onClose, onConfirm: onConfirm }, { children: _jsxs(DialogContentStyled, __assign({ isTapOrigin: isTapOrigin }, { children: [_jsxs(Collapse, __assign({ in: !isTapOrigin }, { children: [!hideMerchantLogo && _jsx(LogoBadge, { src: isMaturityExpress ? logo || ICONS_NAMES.LOGO_ICON : ICONS_NAMES.LOGO_ICON }), !isMaturityExpress && !hideTextLogo && (_jsx(LogoIconBoxStyled, { children: _jsx(LogoIconStyled, { src: isAr ? ICONS_NAMES.TAP_AR : ICONS_NAMES.TAP_EN, alt: 'tap logo' }) }))] })), children] })) })), isMaturityExpress && !hidePoweredBy ? _jsx(PoweredByFooter, {}) : !isMaturityExpress && !hideLanguage && _jsx(CustomFooter, {}), !hideLanguage && (_jsx(LanguageFooterStyled, __assign({ showLanguage: showLanguage }, { children: _jsx(CustomFooter, {}) })))] })));
129
131
  };
130
132
  export default React.memo(Dialog);
@@ -57,7 +57,7 @@ var InputStyled = styled(Input)(function (_a) {
57
57
  height: '100%',
58
58
  width: '100%'
59
59
  },
60
- input: __assign(__assign({}, theme.typography.subtitle2), { color: theme.palette.text.primary, fontWeight: theme.typography.fontWeightRegular, background: theme.palette.background.default, padding: theme.spacing(1.5, 2.5, 1.5), '&::placeholder': {
60
+ input: __assign(__assign({}, theme.typography.subtitle2), { color: theme.palette.text.primary, fontWeight: theme.typography.fontWeightRegular, background: "".concat(theme.palette.background.default, " !important"), padding: theme.spacing(1.5, 2.5, 1.5), '&::placeholder': {
61
61
  color: alpha(theme.palette.text.primary, 0.8),
62
62
  fontWeight: theme.typography.fontWeightLight
63
63
  } })
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare type TextWithCurrencyProps = {
3
+ text: string;
4
+ countryCode?: string;
5
+ };
6
+ declare const TextWithCurrency: ({ text, countryCode }: TextWithCurrencyProps) => JSX.Element;
7
+ export default TextWithCurrency;
@@ -0,0 +1,14 @@
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { getCurrencyByCountryIso2 } from '../../utils';
3
+ import { CURRENCY_ICON } from '../../assets/currencies';
4
+ var TextWithCurrency = function (_a) {
5
+ var text = _a.text, countryCode = _a.countryCode;
6
+ if (!countryCode)
7
+ return _jsx(_Fragment, { children: text });
8
+ var currencyCode = getCurrencyByCountryIso2(countryCode);
9
+ var CurrencyIcon = CURRENCY_ICON[countryCode];
10
+ if (CurrencyIcon)
11
+ return (_jsxs("span", { children: [text, " (", _jsx(CurrencyIcon, {}), ")"] }));
12
+ return (_jsxs("span", { children: [text, currencyCode ? " (".concat(currencyCode, ")") : ''] }));
13
+ };
14
+ export default TextWithCurrency;
@@ -0,0 +1,2 @@
1
+ import TextWithCurrency from './TextWithCurrency';
2
+ export default TextWithCurrency;
@@ -0,0 +1,2 @@
1
+ import TextWithCurrency from './TextWithCurrency';
2
+ export default TextWithCurrency;
@@ -33,7 +33,7 @@ var StyledTooltip = styled(function (_a) {
33
33
  var _b;
34
34
  var theme = _a.theme;
35
35
  return (_b = {},
36
- _b["& .".concat(tooltipClasses.tooltip)] = __assign(__assign({ color: alpha(theme.palette.text.primary, 0.5), width: 'fit-content', maxHeight: 'fit-content' }, theme.typography.body2), { fontWeight: theme.typography.fontWeightLight, backgroundColor: theme.palette.secondary.light, border: "1px solid ".concat(alpha(theme.palette.divider, 0.8)) }),
36
+ _b["& .".concat(tooltipClasses.tooltip)] = __assign(__assign({ color: alpha(theme.palette.text.primary, 0.5), width: 'fit-content', maxHeight: 'fit-content' }, theme.typography.body2), { fontWeight: theme.typography.fontWeightLight, backgroundColor: theme.palette.secondary.light, border: "1px solid ".concat(alpha(theme.palette.divider, 0.8)), zIndex: 2147483647 }),
37
37
  _b);
38
38
  });
39
39
  var TextStyled = styled(Text, { shouldForwardProp: function (prop) { return prop !== 'isAr'; } })(function (_a) {
@@ -11,7 +11,9 @@ export declare const ENDPOINT_PATHS: {
11
11
  MIGRATION_STATUS: string;
12
12
  SANDBOX_BASE_URL: string;
13
13
  PRODUCTION_BASE_URL: string;
14
+ PRODUCTION_BASE_URL_SA: string;
14
15
  DEV_BASE_URL: string;
16
+ BETA_BASE_URL: string;
15
17
  BUSINESS_COUNTRIES: string;
16
18
  COUNTRIES: string;
17
19
  IP: string;
@@ -1,6 +1,8 @@
1
1
  var SANDBOX_BASE_URL = 'https://connect-mw.sandbox.tap.company/middleware';
2
2
  var PRODUCTION_BASE_URL = 'https://connect-mw.tap.company/middleware';
3
+ var PRODUCTION_BASE_URL_SA = 'https://connect-mw.tap.com.sa/middleware';
3
4
  var DEV_BASE_URL = 'https://connect-mw.dev.tap.company/middleware';
5
+ var BETA_BASE_URL = 'https://connect-mw.beta.tap.company/middleware';
4
6
  var API_BUSINESS_COUNTRIES = 'https://godata.sandbox.tap.company/api/v1/business/country/list';
5
7
  var API_COUNTRIES = 'https://utilities.tap.company/api/v1/country/list';
6
8
  var CURRENCY_PATH = 'https://utilities.tap.company/api/v1/currency/iso';
@@ -68,7 +70,9 @@ export var ENDPOINT_PATHS = {
68
70
  MIGRATION_STATUS: MIGRATION_STATUS,
69
71
  SANDBOX_BASE_URL: SANDBOX_BASE_URL,
70
72
  PRODUCTION_BASE_URL: PRODUCTION_BASE_URL,
73
+ PRODUCTION_BASE_URL_SA: PRODUCTION_BASE_URL_SA,
71
74
  DEV_BASE_URL: DEV_BASE_URL,
75
+ BETA_BASE_URL: BETA_BASE_URL,
72
76
  BUSINESS_COUNTRIES: API_BUSINESS_COUNTRIES,
73
77
  COUNTRIES: API_COUNTRIES,
74
78
  IP: IP_PATH,
@@ -1,5 +1,7 @@
1
1
  import { ScreenStepNavigation, BusinessType } from '../@types';
2
2
  export declare const CONNECT_DEV_URL = "https://connect.dev.tap.company";
3
+ export declare const CONNECT_SANDBOX_URL = "https://connect.sandbox.tap.company";
4
+ export declare const CONNECT_BETA_URL = "https://connect.beta.tap.company";
3
5
  export declare const CONNECT_PROD_URL = "https://connect.tap.company";
4
6
  export declare const CLIENT_ORIGIN: string;
5
7
  export declare const TAP_WEBSITE = "https://www.tap.company/";
@@ -9,9 +11,14 @@ export declare const LOCAL_STORAGE_KEYS: {
9
11
  languageMode: string;
10
12
  };
11
13
  export declare const SCOPE_AUTH = "auth";
14
+ export declare const SCOPE_MERCHANT = "merchant";
12
15
  export declare const DEFAULT_COUNTRY_ISO2 = "KW";
13
16
  export declare const NAFATH_VERIFICATION_FAILED = "nafath_verification_failed";
14
17
  export declare const COLLECT_DOB_INFO_NAFATH = "collect_date_of_birth";
18
+ export declare const LANGUAGE_ABBREVIATIONS: {
19
+ ENGLISH: string;
20
+ ARABIC: string;
21
+ };
15
22
  export declare const EXTERNAL_LINKS: {
16
23
  TOS_EN: string;
17
24
  TOS_AR: string;
@@ -19,12 +26,15 @@ export declare const EXTERNAL_LINKS: {
19
26
  REFUND_AR: string;
20
27
  TRANSACTION_EN: string;
21
28
  TRANSACTION_AR: string;
29
+ PRIVACY_POLICY: string;
30
+ TERMS_CONDITIONS: string;
22
31
  };
23
32
  export declare const DIALOG_ID = "auth-js-connect-dialog";
24
33
  export declare const BACKGROUND_ID = "auth-js-connect-background";
25
34
  export declare const CONNECT_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
26
35
  export declare const CONNECT_EXPRESS_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
27
36
  export declare const AUTH_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
37
+ export declare const KYC_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
28
38
  export declare const BUSINESS_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
29
39
  export declare const INDIVIDUAL_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
30
40
  export declare const PASSWORD_SCREENS_NAVIGATION: Array<ScreenStepNavigation>;
@@ -98,6 +108,8 @@ export declare const CONNECT_STEP_NAMES: {
98
108
  UPDATE_BRAND_SEGMENT_INFO: string;
99
109
  CREATE_AUTH_PASSWORD: string;
100
110
  VERIFY_AUTH_PASSWORD: string;
111
+ CONNECT_MOBILE_OWNERSHIP: string;
112
+ CONNECT_MOBILE_OWNERSHIP_SKIPPED: string;
101
113
  CONNECT_SUCCESS: string;
102
114
  };
103
115
  export declare const AUTH_STEP_NAMES: {
@@ -109,6 +121,7 @@ export declare const AUTH_STEP_NAMES: {
109
121
  CREATE_AUTH_NID: string;
110
122
  VERIFY_AUTH_NID: string;
111
123
  UPDATE_DOB_INFO: string;
124
+ CREATE_AUTH_PASSCODE: string;
112
125
  };
113
126
  export declare const CONNECT_EXPRESS_STEP_NAMES: {
114
127
  CREATE_AUTH_MOBILE: string;
@@ -126,6 +139,9 @@ export declare const CONNECT_EXPRESS_STEP_NAMES: {
126
139
  CREATE_AUTH_PASSWORD: string;
127
140
  VERIFY_AUTH_PASSWORD: string;
128
141
  CONNECT_EXPRESS_SUCCESS: string;
142
+ COLLECT_MOBILE_OWNERSHIP: string;
143
+ COLLECT_MOBILE_OWNERSHIP_SKIPPED: string;
144
+ VERIFY_AUTH_MOBILE_OTP: string;
129
145
  };
130
146
  export declare const SignIn_STEP_NAMES: {
131
147
  CREATE_AUTH_MOBILE: string;
@@ -147,6 +163,8 @@ export declare const BUSINESS_STEP_NAMES: {
147
163
  BUSINESS_CR_ACTIVITIES: string;
148
164
  BUSINESS_CUSTOMERS: string;
149
165
  BUSINESS_SUCCESS: string;
166
+ BUSINESS_MOBILE_OWNERSHIP: string;
167
+ BUSINESS_MOBILE_OWNERSHIP_SKIPPED: string;
150
168
  };
151
169
  export declare const BANK_STEP_NAMES: {
152
170
  PHONE_AUTH: string;
@@ -188,6 +206,15 @@ export declare const BOARD_STEP_STEPS: {
188
206
  PHONE_AUTH: string;
189
207
  BOARD_INFO: string;
190
208
  };
209
+ export declare const KYC_STEP_NAMES: {
210
+ KYC_INFO: string;
211
+ KYC_USERS: string;
212
+ KYC_CREATE_PACI: string;
213
+ KYC_CREATE_NAFATH: string;
214
+ KYC_VERIFY_PACI: string;
215
+ KYC_VERIFY_NAFATH: string;
216
+ KYC_COMPLETED: string;
217
+ };
191
218
  export declare const RSA_FRONTEND_MW_PUBLIC_KEY = "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgC9kH1SQvjbXAUXd0PbrDUG8P\nLhRig9pJNBmdQBZjihuaxfkzYu6ToMbIMAfmYgVgQw338/y7aQ8X3m03CXNIlkxo\nOwxKCA8ymKsZQptXJn9IxlPO7yjoFgTFBrpmTgvcC4XO1uoUYTAPq3szK8kj4zgT\nucWG1hSKsOdRU7sl/wIDAQAB\n-----END PUBLIC KEY-----";
192
219
  export declare const ENCRYPTION_FLAG = "encryption_contract";
193
220
  export declare const BACKEND_ENCRYPTION_FLAG = "backend_encryption_contract";