@tap-payments/auth-jsconnect 2.10.20-development → 2.11.1-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 (163) hide show
  1. package/build/@types/app.d.ts +1 -2
  2. package/build/@types/app.js +0 -1
  3. package/build/@types/form.d.ts +0 -2
  4. package/build/@types/index.d.ts +0 -1
  5. package/build/@types/index.js +0 -1
  6. package/build/api/auth.d.ts +1 -9
  7. package/build/api/entity.d.ts +0 -3
  8. package/build/api/index.d.ts +1 -7
  9. package/build/api/index.js +1 -3
  10. package/build/api/lead.d.ts +0 -1
  11. package/build/app/rootReducer.d.ts +0 -1
  12. package/build/app/rootReducer.js +1 -3
  13. package/build/app/store.d.ts +0 -2
  14. package/build/assets/locales/ar.json +16 -48
  15. package/build/assets/locales/en.json +45 -51
  16. package/build/components/OTPTimer/OTPTimer.d.ts +1 -2
  17. package/build/components/OTPTimer/OTPTimer.js +4 -4
  18. package/build/components/Tooltip/Tooltip.js +1 -1
  19. package/build/constants/api.d.ts +1 -0
  20. package/build/constants/api.js +2 -0
  21. package/build/constants/app.d.ts +3 -21
  22. package/build/constants/app.js +5 -122
  23. package/build/constants/flows.d.ts +0 -15
  24. package/build/constants/flows.js +0 -15
  25. package/build/constants/validation.d.ts +0 -2
  26. package/build/constants/validation.js +0 -2
  27. package/build/features/app/business/businessStore.js +10 -15
  28. package/build/features/app/connectExpress/connectExpressStore.js +3 -17
  29. package/build/features/app/individual/individualStore.js +1 -0
  30. package/build/features/app/tax/taxStore.js +1 -1
  31. package/build/features/auth/screens/AuthenticationList/EntityList.js +2 -2
  32. package/build/features/business/screens/BusinessType/BusinessType.js +2 -13
  33. package/build/features/business/screens/BusinessType/EntityLicenseList.js +5 -11
  34. package/build/features/business/screens/BusinessType/LicenseList.js +7 -15
  35. package/build/features/business/screens/BusinessType/validation.d.ts +3 -6
  36. package/build/features/business/screens/BusinessType/validation.js +10 -31
  37. package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +2 -2
  38. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +0 -1
  39. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +7 -23
  40. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +2 -2
  41. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +1 -1
  42. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +3 -6
  43. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +21 -57
  44. package/build/features/entity/screens/EntityName/EntityName.js +1 -2
  45. package/build/features/entity/screens/EntityName/UnifiedNumber.js +2 -2
  46. package/build/features/entity/screens/EntityName/validation.d.ts +3 -3
  47. package/build/features/entity/screens/EntityName/validation.js +3 -14
  48. package/build/features/featuresScreens.d.ts +0 -1
  49. package/build/features/featuresScreens.js +0 -67
  50. package/build/features/shared/Button/Button.js +1 -1
  51. package/build/features/shared/Button/FlowsButtons.d.ts +0 -1
  52. package/build/features/shared/Button/FlowsButtons.js +2 -2
  53. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -2
  54. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +4 -5
  55. package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -3
  56. package/build/features/shared/SuccessScreen/SuccessScreen.js +2 -2
  57. package/build/hooks/useAppDispatch.d.ts +0 -1
  58. package/build/index.d.ts +2 -3
  59. package/build/index.js +2 -4
  60. package/build/theme/palette.js +0 -12
  61. package/build/theme/typography.js +0 -4
  62. package/build/utils/common.js +4 -4
  63. package/build/utils/string.d.ts +1 -2
  64. package/build/utils/string.js +2 -11
  65. package/package.json +2 -2
  66. package/build/@types/terminal.d.ts +0 -116
  67. package/build/@types/terminal.js +0 -1
  68. package/build/api/terminal.d.ts +0 -28
  69. package/build/api/terminal.js +0 -45
  70. package/build/components/DeviceCard/DeviceCard.d.ts +0 -18
  71. package/build/components/DeviceCard/DeviceCard.js +0 -103
  72. package/build/components/DeviceCard/index.d.ts +0 -3
  73. package/build/components/DeviceCard/index.js +0 -2
  74. package/build/features/app/terminal/terminalStore.d.ts +0 -110
  75. package/build/features/app/terminal/terminalStore.js +0 -676
  76. package/build/features/business/screens/BusinessType/UnifiedNumber.d.ts +0 -35
  77. package/build/features/business/screens/BusinessType/UnifiedNumber.js +0 -84
  78. package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.d.ts +0 -36
  79. package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.js +0 -81
  80. package/build/features/shared/PushNotification/PushNotification.d.ts +0 -11
  81. package/build/features/shared/PushNotification/PushNotification.js +0 -34
  82. package/build/features/shared/PushNotification/index.d.ts +0 -2
  83. package/build/features/shared/PushNotification/index.js +0 -2
  84. package/build/features/terminal/Terminal.d.ts +0 -14
  85. package/build/features/terminal/Terminal.js +0 -95
  86. package/build/features/terminal/index.d.ts +0 -1
  87. package/build/features/terminal/index.js +0 -1
  88. package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.d.ts +0 -3
  89. package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.js +0 -69
  90. package/build/features/terminal/screens/LinkNewTerminal/index.d.ts +0 -2
  91. package/build/features/terminal/screens/LinkNewTerminal/index.js +0 -2
  92. package/build/features/terminal/screens/LinkNewTerminal/styles.d.ts +0 -10
  93. package/build/features/terminal/screens/LinkNewTerminal/styles.js +0 -28
  94. package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.d.ts +0 -3
  95. package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.js +0 -51
  96. package/build/features/terminal/screens/LinkedSuccess/index.d.ts +0 -2
  97. package/build/features/terminal/screens/LinkedSuccess/index.js +0 -2
  98. package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.d.ts +0 -3
  99. package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.js +0 -55
  100. package/build/features/terminal/screens/LinkedTerminalInfo/index.d.ts +0 -2
  101. package/build/features/terminal/screens/LinkedTerminalInfo/index.js +0 -2
  102. package/build/features/terminal/screens/Loading/Loading.d.ts +0 -4
  103. package/build/features/terminal/screens/Loading/Loading.js +0 -10
  104. package/build/features/terminal/screens/Loading/index.d.ts +0 -2
  105. package/build/features/terminal/screens/Loading/index.js +0 -2
  106. package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.d.ts +0 -3
  107. package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.js +0 -58
  108. package/build/features/terminal/screens/NoTerminalDeviceLinked/index.d.ts +0 -2
  109. package/build/features/terminal/screens/NoTerminalDeviceLinked/index.js +0 -2
  110. package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.d.ts +0 -36
  111. package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.js +0 -34
  112. package/build/features/terminal/screens/OperatorError/OperatorError.d.ts +0 -5
  113. package/build/features/terminal/screens/OperatorError/OperatorError.js +0 -9
  114. package/build/features/terminal/screens/OperatorError/index.d.ts +0 -2
  115. package/build/features/terminal/screens/OperatorError/index.js +0 -2
  116. package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +0 -3
  117. package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +0 -21
  118. package/build/features/terminal/screens/ResetPasswordSuccess/index.d.ts +0 -2
  119. package/build/features/terminal/screens/ResetPasswordSuccess/index.js +0 -2
  120. package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +0 -3
  121. package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +0 -32
  122. package/build/features/terminal/screens/SuccessWithFlowButtons/index.d.ts +0 -2
  123. package/build/features/terminal/screens/SuccessWithFlowButtons/index.js +0 -2
  124. package/build/features/terminal/screens/TerminalDeviceList/DeviceList.d.ts +0 -9
  125. package/build/features/terminal/screens/TerminalDeviceList/DeviceList.js +0 -20
  126. package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.d.ts +0 -3
  127. package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.js +0 -153
  128. package/build/features/terminal/screens/TerminalDeviceList/index.d.ts +0 -2
  129. package/build/features/terminal/screens/TerminalDeviceList/index.js +0 -2
  130. package/build/features/terminal/screens/TerminalDeviceList/styles.d.ts +0 -9
  131. package/build/features/terminal/screens/TerminalDeviceList/styles.js +0 -13
  132. package/build/features/terminal/screens/TerminalListPage/TerminalListPage.d.ts +0 -3
  133. package/build/features/terminal/screens/TerminalListPage/TerminalListPage.js +0 -47
  134. package/build/features/terminal/screens/TerminalListPage/index.d.ts +0 -2
  135. package/build/features/terminal/screens/TerminalListPage/index.js +0 -2
  136. package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.d.ts +0 -3
  137. package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.js +0 -53
  138. package/build/features/terminal/screens/UnlinkedSuccess/index.d.ts +0 -2
  139. package/build/features/terminal/screens/UnlinkedSuccess/index.js +0 -2
  140. package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.d.ts +0 -3
  141. package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.js +0 -98
  142. package/build/features/terminal/screens/UnlinkedTerminalInfo/index.d.ts +0 -2
  143. package/build/features/terminal/screens/UnlinkedTerminalInfo/index.js +0 -2
  144. package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.d.ts +0 -26
  145. package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.js +0 -30
  146. package/build/features/terminal/screens/Verify/OTPInput.d.ts +0 -7
  147. package/build/features/terminal/screens/Verify/OTPInput.js +0 -51
  148. package/build/features/terminal/screens/Verify/Verify.d.ts +0 -5
  149. package/build/features/terminal/screens/Verify/Verify.js +0 -85
  150. package/build/features/terminal/screens/Verify/index.d.ts +0 -2
  151. package/build/features/terminal/screens/Verify/index.js +0 -2
  152. package/build/features/terminal/screens/Verify/validation.d.ts +0 -8
  153. package/build/features/terminal/screens/Verify/validation.js +0 -4
  154. package/build/features/terminal/screens/shared/Header.d.ts +0 -10
  155. package/build/features/terminal/screens/shared/Header.js +0 -30
  156. package/build/features/terminal/screens/shared/TerminalList.d.ts +0 -11
  157. package/build/features/terminal/screens/shared/TerminalList.js +0 -25
  158. package/build/features/terminal/screens/shared/index.d.ts +0 -5
  159. package/build/features/terminal/screens/shared/index.js +0 -5
  160. package/build/features/terminal/screens/shared/styles.d.ts +0 -196
  161. package/build/features/terminal/screens/shared/styles.js +0 -155
  162. package/build/features/terminal/screens/shared/utils.d.ts +0 -7
  163. package/build/features/terminal/screens/shared/utils.js +0 -24
@@ -338,8 +338,7 @@ export declare enum FlowsTypes {
338
338
  OTP = "otp",
339
339
  BRAND = "brand",
340
340
  BOARD = "board",
341
- kyc = "kyc",
342
- TERMINAL = "terminal"
341
+ kyc = "kyc"
343
342
  }
344
343
  export declare type FlowInfo = {
345
344
  name: string;
@@ -35,7 +35,6 @@ export var FlowsTypes;
35
35
  FlowsTypes["BRAND"] = "brand";
36
36
  FlowsTypes["BOARD"] = "board";
37
37
  FlowsTypes["kyc"] = "kyc";
38
- FlowsTypes["TERMINAL"] = "terminal";
39
38
  })(FlowsTypes || (FlowsTypes = {}));
40
39
  export var AuthForType;
41
40
  (function (AuthForType) {
@@ -61,7 +61,6 @@ export declare type BrandActivitiesFormValues = {
61
61
  };
62
62
  export declare type BusinessTypeFormValues = {
63
63
  licenseNumber: string;
64
- unifiedNumber: string;
65
64
  entityLegalName?: string;
66
65
  selectedEntityLicense?: EntityLicense;
67
66
  selectedLicense?: License;
@@ -151,7 +150,6 @@ export declare type EntityCapitalFormValues = {
151
150
  export declare type BusinessDataFormValues = {
152
151
  brandName: string;
153
152
  licenseNumber: string;
154
- unifiedNumber: string;
155
153
  selectedLicense?: License;
156
154
  termAndConditionChecked?: boolean;
157
155
  };
@@ -4,4 +4,3 @@ export * from './app';
4
4
  export * from './form';
5
5
  export * from './user';
6
6
  export * from './config';
7
- export * from './terminal';
@@ -4,4 +4,3 @@ export * from './app';
4
4
  export * from './form';
5
5
  export * from './user';
6
6
  export * from './config';
7
- export * from './terminal';
@@ -17,18 +17,10 @@ export declare type CivilID = {
17
17
  identification_id: string;
18
18
  country_code: string;
19
19
  };
20
- export declare type TerminalCredential = {
21
- terminal: {
22
- id: string;
23
- terminal_device?: {
24
- id: string;
25
- };
26
- };
27
- };
28
20
  export declare type CreateAuthBody = {
29
21
  country: string;
30
22
  scope: string;
31
- user_credentail: MobileCredential | EmailCredential | IDCredential | CivilID | TerminalCredential;
23
+ user_credentail: MobileCredential | EmailCredential | IDCredential | CivilID;
32
24
  auth_type?: number;
33
25
  email_url?: string;
34
26
  sign_in?: boolean;
@@ -133,9 +133,6 @@ export declare type CreateEntityBody = {
133
133
  license: {
134
134
  number: string;
135
135
  type: string;
136
- additional_info?: {
137
- unified_number: string;
138
- };
139
136
  };
140
137
  country: string;
141
138
  is_licensed?: boolean;
@@ -13,7 +13,6 @@ import { RemoveBrandActivity } from './brand';
13
13
  import { UploadFileBody } from './file';
14
14
  import { DocumentUpdateBody, DocumentInfo, DocumentBody } from './document';
15
15
  import { InitBody } from './init';
16
- import { GenerateAuthLinkNewTerminalProps, UnlinkTerminalDeviceProps, LinkTerminalDeviceProps } from './terminal';
17
16
  declare const API: {
18
17
  locationService: {
19
18
  getIP: () => Promise<any>;
@@ -165,12 +164,7 @@ declare const API: {
165
164
  initService: {
166
165
  getInitialData: (body: InitBody) => Promise<any>;
167
166
  };
168
- terminalService: {
169
- retrieveTerminalDeviceList: (merchants: string[]) => Promise<any>;
170
- unlinkTerminalDevice: ({ deviceId, ...payload }: UnlinkTerminalDeviceProps) => Promise<any>;
171
- retrieveTerminalList: (merchantIds: string[]) => Promise<any>;
172
- };
173
167
  };
174
- export type { ValidateOperatorBody, CreateAuthBody, ExpressCreateAccountBody, VerifyAuthBody, CreateLeadBody, UpdateLeadBody, LeadVerifyBody, LeadOTPVerifyBody, CheckEmailBody, CheckBrandBody, LeadIdentityUpdateBody, EntityInfoBody, CreateAccountBody, EntityBankUpdateBody, CreatePasswordBody, BrandListBody, VerifyOperationAuthBody, ResetPasswordVerifyAuthBody, UpdateBoardBody, UpdateBrandBody, DataElementBody, UploadFileBody, UpdateEntityBody, DocumentUpdateBody, DocumentInfo, VerifyAuthExpressOTPBody, UpdateIndividualBody, UpdateEntityActivityBody, UpdateEntityCapitalBody, BankDocumentInfo, GetUserListBody, GetIndividualListBody, RequestEmailBody, DocumentBody, UpdateEntityAOAFileBody, InitBody, RemoveBrandActivity, RemoveEntityActivity, UpdateIndividualWithTypeBody, UpdateMultipleIndividualBody, ExpressLeadVerifyBody, ConfirmBody, ConfigBody, MerchantListBody, CreateEntityBody, CreateNafathAuthBody, GetUserListSegmentBody, CreateKYCAuthBody, GenerateAuthLinkNewTerminalProps, UnlinkTerminalDeviceProps, LinkTerminalDeviceProps };
168
+ export type { ValidateOperatorBody, CreateAuthBody, ExpressCreateAccountBody, VerifyAuthBody, CreateLeadBody, UpdateLeadBody, LeadVerifyBody, LeadOTPVerifyBody, CheckEmailBody, CheckBrandBody, LeadIdentityUpdateBody, EntityInfoBody, CreateAccountBody, EntityBankUpdateBody, CreatePasswordBody, BrandListBody, VerifyOperationAuthBody, ResetPasswordVerifyAuthBody, UpdateBoardBody, UpdateBrandBody, DataElementBody, UploadFileBody, UpdateEntityBody, DocumentUpdateBody, DocumentInfo, VerifyAuthExpressOTPBody, UpdateIndividualBody, UpdateEntityActivityBody, UpdateEntityCapitalBody, BankDocumentInfo, GetUserListBody, GetIndividualListBody, RequestEmailBody, DocumentBody, UpdateEntityAOAFileBody, InitBody, RemoveBrandActivity, RemoveEntityActivity, UpdateIndividualWithTypeBody, UpdateMultipleIndividualBody, ExpressLeadVerifyBody, ConfirmBody, ConfigBody, MerchantListBody, CreateEntityBody, CreateNafathAuthBody, GetUserListSegmentBody, CreateKYCAuthBody };
175
169
  export { setAxiosGlobalHeaders, removeAxiosGlobalHeaders, axiosInstance, getAxiosHeaders };
176
170
  export default API;
@@ -16,7 +16,6 @@ import { brandService } from './brand';
16
16
  import { fileService } from './file';
17
17
  import { documentService } from './document';
18
18
  import { initService } from './init';
19
- import { terminalService } from './terminal';
20
19
  var API = {
21
20
  locationService: locationService,
22
21
  operatorService: operatorService,
@@ -34,8 +33,7 @@ var API = {
34
33
  brandService: brandService,
35
34
  fileService: fileService,
36
35
  documentService: documentService,
37
- initService: initService,
38
- terminalService: terminalService
36
+ initService: initService
39
37
  };
40
38
  export { setAxiosGlobalHeaders, removeAxiosGlobalHeaders, axiosInstance, getAxiosHeaders };
41
39
  export default API;
@@ -49,7 +49,6 @@ export declare type UpdateLeadBody = {
49
49
  entity?: {
50
50
  id: string;
51
51
  };
52
- unified_number?: string;
53
52
  name?: Name;
54
53
  contact?: Contact;
55
54
  send_invite?: boolean;
@@ -13,6 +13,5 @@ declare const rootReducer: {
13
13
  auth: import("redux").Reducer<import("../features/app/auth/authStore").AuthState, import("redux").AnyAction>;
14
14
  board: import("redux").Reducer<import("../features/app/board/boardStore").BoardState, import("redux").AnyAction>;
15
15
  kyc: import("redux").Reducer<import("../features/app/kyc/kycStore").KYCDataState, import("redux").AnyAction>;
16
- terminal: import("redux").Reducer<import("../features/app/terminal/terminalStore").TerminalDataState, import("redux").AnyAction>;
17
16
  };
18
17
  export default rootReducer;
@@ -12,7 +12,6 @@ import connectExpress from '../features/app/connectExpress/connectExpressStore';
12
12
  import board from '../features/app/board/boardStore';
13
13
  import auth from '../features/app/auth/authStore';
14
14
  import kyc from '../features/app/kyc/kycStore';
15
- import terminal from '../features/app/terminal/terminalStore';
16
15
  var rootReducer = {
17
16
  settings: settings,
18
17
  connect: connect,
@@ -27,7 +26,6 @@ var rootReducer = {
27
26
  connectExpress: connectExpress,
28
27
  auth: auth,
29
28
  board: board,
30
- kyc: kyc,
31
- terminal: terminal
29
+ kyc: kyc
32
30
  };
33
31
  export default rootReducer;
@@ -14,7 +14,6 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
14
14
  auth: import("../features/app/auth/authStore").AuthState;
15
15
  board: import("../features/app/board/boardStore").BoardState;
16
16
  kyc: import("../features/app/kyc/kycStore").KYCDataState;
17
- terminal: import("../features/app/terminal/terminalStore").TerminalDataState;
18
17
  }, import("redux").AnyAction, import("@reduxjs/toolkit").MiddlewareArray<[import("@reduxjs/toolkit").ThunkMiddleware<{
19
18
  settings: import("./settings").SettingsState;
20
19
  connect: import("../features/app/connect/connectStore").ConnectState;
@@ -30,7 +29,6 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
30
29
  auth: import("../features/app/auth/authStore").AuthState;
31
30
  board: import("../features/app/board/boardStore").BoardState;
32
31
  kyc: import("../features/app/kyc/kycStore").KYCDataState;
33
- terminal: import("../features/app/terminal/terminalStore").TerminalDataState;
34
32
  }, import("redux").AnyAction, undefined>]>>;
35
33
  export declare type AppDispatch = typeof store.dispatch;
36
34
  export declare type RootState = ReturnType<typeof store.getState>;
@@ -135,15 +135,15 @@
135
135
  "call_center_placeholder": "رقم هاتف خدمة الإتصال",
136
136
  "cancel": "إلغاء",
137
137
  "capital_paid_hint": "00000",
138
- "capital_paid_input_label": "رأس المال المدفوع",
139
138
  "capital_paid_label": "رأس المال المدفوع ({{currency}})",
139
+ "capital_paid_input_label": "رأس المال المدفوع",
140
140
  "capital_paid_required": "Please Enter paid amount",
141
141
  "capital_share_count_hint": "00000",
142
142
  "capital_share_count_label": "عدد اسهم رأس المال",
143
143
  "capital_share_count_required": "Please Enter share count",
144
144
  "capital_share_value_hint": "00000",
145
- "capital_share_value_input_label": "قيمة السهم",
146
145
  "capital_share_value_label": "قيمة السهم ({{currency}})",
146
+ "capital_share_value_input_label": "قيمة السهم",
147
147
  "capital_share_value_required": "Please Enter share value",
148
148
  "category": "الفئة",
149
149
  "category_name": "اسم الفئة",
@@ -209,7 +209,6 @@
209
209
  "create_new_entity": "Create Entity",
210
210
  "creating_account_description": "هذه العملية تحتاج وقت...",
211
211
  "creating_account_title": "جارى انشاء الحساب",
212
- "current_mobile_number": "رقم الجوال الحالي",
213
212
  "customer_base_name_hint": "اختر محليًا إذا كنت تبيع فقط في البلد الذي تقيم فيه. اختر إقليميًا إذا كنت تبيع أيضًا لدول مجلس التعاون الخليجي الأخرى. اختر عالمياً إذا كنت تبيع إلى أي دولة خارج دول مجلس التعاون الخليجي.",
214
213
  "data_loading_desc": "الرجاء الانتظار أثناء تحضير البيانات",
215
214
  "data_loading_title": "تحضير البيانات",
@@ -282,8 +281,8 @@
282
281
  "entity_type": "نوع الكيان",
283
282
  "entity_type_required": "Please select at least one entity type",
284
283
  "expected_customers_to_serve": "عدد العملاء شهريا",
285
- "expected_sale_per_month": "البيع المتوقع في الشهر؟",
286
284
  "expected_sales_monthly": "البيع المتوقع في الشهر؟ ({{currency}})",
285
+ "expected_sale_per_month": "البيع المتوقع في الشهر؟",
287
286
  "expected_sales_yearly": "ما هي المبيعات المتوقعة لعملك شهريًا؟",
288
287
  "expected_served_monthly": "عدد العملاء شهريا",
289
288
  "expiry_date": "تاريخ الإنتهاء",
@@ -379,6 +378,7 @@
379
378
  "kyc_terms_title": "وثائق قانونية",
380
379
  "kyc_token_invalid": "الرجاء مراجعة رابط المرسل اليك",
381
380
  "kyc_users_description": "يرجى اختيار رقم هوية الممثل المعتمد للموافقة عليه مع {{provider}}",
381
+ "kyc_privacy_policy": "سياسة الخصوصية",
382
382
  "language": "English",
383
383
  "license_info": "معلومات الترخيص",
384
384
  "license_name_hint": "Enter legal name",
@@ -390,7 +390,6 @@
390
390
  "loading": "تحميل...",
391
391
  "loading_bank_statement": "تحميل.......",
392
392
  "login_to_dashboard": "تسجيل الدخول لادارة الحساب",
393
- "login_with_passcode": "تسجيل الدخول باستخدام رمز المرور",
394
393
  "mail_btn_open_title": "افتح البريد الإلكتروني",
395
394
  "marital_status": "الحالة الزوجية",
396
395
  "masking_symbols": "•••",
@@ -404,14 +403,11 @@
404
403
  "mobile_app_label": "تطبيقات هاتف",
405
404
  "mobile_button_label": "المتابعة عن طريق رقم الجوال",
406
405
  "mobile_number_description": "ابدأ فورًا باستخدام رقم هاتفك المحمول",
407
- "mobile_ownership_title": "يرجى تحديث رقم هاتفك المحمول المسجل ليتوافق مع هويتك.",
408
406
  "month": "الشهر",
409
- "monthly_income": "ما هو دخلك الشهري؟ ",
410
407
  "nafath_button_label": "المتابعة عن طريق نفاذ",
411
408
  "nafath_verification_description_check": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
412
409
  "nafath_verification_description_error": "حاول مرة اخرى",
413
410
  "nafath_verification_description_wait": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
414
- "nafath_verification_failed": "تأكد من الموافقة على الطلب المرسل عبر تطبيق نفاذ، يرجى محاولة إرسال طلب جديد.",
415
411
  "nafath_verification_redirection_message": "سيتم إعادة توجيهك الآن",
416
412
  "nafath_verification_title_check": "المصادقة مع تطبيق نفاذ",
417
413
  "nafath_verification_title_error": "لا يمكننا تأكيد المصادقة الخاصة بك",
@@ -421,7 +417,6 @@
421
417
  "national_id_placeholder": "0000000000",
422
418
  "national_id_title": "الهوية الوطنية",
423
419
  "nationality_label": "الجنسية",
424
- "new_mobile_number": "رقم الجوال الجديد",
425
420
  "next": "التالي",
426
421
  "no": "لا",
427
422
  "no_results": "لا نتائج",
@@ -457,8 +452,6 @@
457
452
  "paci_verify_loading": "إحضار التفاصيل",
458
453
  "paci_verify_loading_desc": "الرجاء التحلي بالصبر حتى التحقق من التفاصيل",
459
454
  "paci_waiting_title": "Please wait we are verifying",
460
- "passcode_required": "الرجاء إدخال رمز المرور المطلوب",
461
- "passcode_title": "الرجاء إدخال رمز المرور الخاص بك",
462
455
  "password_flow_completed": "إعادة تعيين كلمة المرور",
463
456
  "password_flow_pending": "إعداد كلمة المرور",
464
457
  "password_flow_title": "إعداد كلمة المرور",
@@ -493,6 +486,7 @@
493
486
  "please_choose_is_authorized": "الرجاء التأكيد إذا كنت أنت المستخدم المصرح له",
494
487
  "please_choose_relative_pep": "هل أنت أو أحد أقاربك شخص مكشوف علنًا (PEP)",
495
488
  "please_enter_actual_income": "ما هو دخلك الشهري ({{currency}}) ؟ ",
489
+ "monthly_income": "ما هو دخلك الشهري؟ ",
496
490
  "please_enter_employer_name": "يرجى إدخال اسم منشأه العمل الخاص بك",
497
491
  "please_try_again_after_few_minutes": "يمكنك محاولة تسجيل الدخول مرة أخرى بعد {{minutes}} دقيقة",
498
492
  "powered_by": "بواسطة",
@@ -532,9 +526,8 @@
532
526
  "share_count_hint": "0",
533
527
  "share_count_label": "عدد الأسهم",
534
528
  "share_value_hint": "0000",
535
- "share_value_input_label": "قيمة السهم",
536
529
  "share_value_label": "قيمة السهم ({{currency}})",
537
- "sign_in_with_otp": "تسجيل الدخول باستخدام رمز التحقق (OTP)",
530
+ "share_value_input_label": "قيمة السهم",
538
531
  "sign_up": "Sign up",
539
532
  "signed_up": "تسجيل الدخول",
540
533
  "signin_email_label": "البريد الألكتروني",
@@ -607,34 +600,6 @@
607
600
  "tax_success_header_title": "اكتملت الضريبة",
608
601
  "tax_success_title": "تم تحديث المعلومات الضريبية الخاصة بعملك التجاري.",
609
602
  "team_size_title": "حجم الفريق",
610
- "terminal_device_id": "رقم تعريف جهاز الكاشير",
611
- "terminal_devices": "{{name}} أجهزة",
612
- "terminal_flow_pending": "أجهزة نقاط الدفع",
613
- "terminal_go_to_board": "الانتقال إلى اللوحة",
614
- "terminal_id": "رقم تعريف جهاز نقطة الدفع",
615
- "terminal_link": "ربط",
616
- "terminal_link_terminal": "ربط جهاز نقطة الدفع",
617
- "terminal_linked": "تمَّ الربط",
618
- "terminal_linked_success": "تم ربط جهاز نقطة الدفع {{device}} الخاص بك بنجاح!",
619
- "terminal_linked_with": "مرتبط مع",
620
- "terminal_manage_terminals": "إدارة أجهزة نقاط الدفع",
621
- "terminal_new_request_will_send": "لتأكيد الربط تمَّ إرسال طلب ربط جديد إلى تطبيق الـ Terminal من تاب.",
622
- "terminal_no_terminal_linked": "لا يوجد أجهزة نقاط دفع مرتبطة",
623
- "terminal_no_terminal_linked_description": "سيتم عرض أجهزة نقاط الدفع المرتبطة هنا عند توفّرها",
624
- "terminal_or_use_code": "أو استخدم الرمز",
625
- "terminal_paired_with": "مقترن بـ",
626
- "terminal_push_notification_link_new_terminal_failed": "حدث خطأ. يرجى المحاولة لاحقاً",
627
- "terminal_qr_code_description": "افتح تطبيق تاب على جهاز نقطة الدفع، ثم اختر جهاز نقطة الدفع المرتبط من قائمة المزيد.",
628
- "terminal_request_denied": "تمَّ رفض طلب ربط جهاز نقطة الدفع {{device }}",
629
- "terminal_request_will_send": "لتأكيد الربط سيتم إرسال طلب إلى تطبيق الـ Terminal من تاب.",
630
- "terminal_resend_request": "إعادة إرسال الطلب",
631
- "terminal_select_device": "اختر جهاز نقطة الدفع",
632
- "terminal_send_link_request": "إرسال طلب الربط",
633
- "terminal_serial_number": "الرقم التسلسلي",
634
- "terminal_unlink": "إلغاء الربط",
635
- "terminal_unlinked": "غير مرتبط",
636
- "terminal_unlinked_success": "تم إلغاء ربط جهاز نقطة الدفع {{device}} الخاص بك بنجاح!",
637
- "terminal_with": "مع",
638
603
  "terms_and_conditions_link_title": "الشروط والاحكام",
639
604
  "the nin format is not valid": "هل يمكنك التحقق من رقم الهوية الذي تم إدخاله.",
640
605
  "title_article": "مذكرة التأسيس",
@@ -655,13 +620,7 @@
655
620
  "unified_number_hint": "000000",
656
621
  "unified_number_label": "الرقم الموحد",
657
622
  "unified_number_required": "Unified Number Required",
658
- "update_later": "سأقوم بالتحديث لاحقاً",
659
- "update_mobile_number": "تحديث رقم الجوال",
660
623
  "uploaded_file": "file",
661
- "v1_add_unified_number": "أضف الرقم الموحد",
662
- "v1_company_unified_number_description": "يمكنك العثور على الرقم الموحد لشركتك في الزاوية العلوية اليسرى من شهادة تسجيل الشركة.",
663
- "v1_company_unified_number_hint": "700xxxxxxx",
664
- "v1_company_unified_number_label": "الرقم الموحد للشركة",
665
624
  "vat_id": "رقم الضريبي المميز",
666
625
  "vat_id_placeholder": "00000000",
667
626
  "verification_brand_name": "الاسم التجاري",
@@ -679,5 +638,14 @@
679
638
  "year": "السنة",
680
639
  "yes": "نعم",
681
640
  "your_brand_details": "تفاصيل علامتك التجارية",
682
- "يرجى التحقق من اسم تطبيق ابل": ""
641
+ "يرجى التحقق من اسم تطبيق ابل": "",
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": "تسجيل الدخول باستخدام رمز المرور"
683
651
  }
@@ -134,15 +134,15 @@
134
134
  "call_center_placeholder": "Enter your call center number",
135
135
  "cancel": "Cancel",
136
136
  "capital_paid_hint": "00000",
137
- "capital_paid_input_label": "Capital Paid",
138
137
  "capital_paid_label": "Capital Paid ({{currency}})",
138
+ "capital_paid_input_label": "Capital Paid",
139
139
  "capital_paid_required": "Please Enter paid amount",
140
140
  "capital_share_count_hint": "00000",
141
141
  "capital_share_count_label": "Capital Share Count",
142
142
  "capital_share_count_required": "Please Enter share count",
143
143
  "capital_share_value_hint": "00000",
144
- "capital_share_value_input_label": "Capital Share Value",
145
144
  "capital_share_value_label": "Capital Share Value ({{currency}})",
145
+ "capital_share_value_input_label": "Capital Share Value",
146
146
  "capital_share_value_required": "Please Enter share value",
147
147
  "category": "Category",
148
148
  "category_name": "Category name",
@@ -216,7 +216,6 @@
216
216
  "create_new_entity": "Create Entity",
217
217
  "creating_account_description": "This might take a moment...",
218
218
  "creating_account_title": "Creating your account",
219
- "current_mobile_number": "Current mobile number",
220
219
  "customer_base_name_hint": "Choose local if you sell only in the country where you are based. Choose regional if you also sell to other GCC countries. Choose worldwide if you sell to any country outside the GCC.",
221
220
  "data_loading_desc": "Please wait as we are preparing data",
222
221
  "data_loading_title": "Preparing data",
@@ -259,7 +258,7 @@
259
258
  "enter_license_no": "Freelance registration",
260
259
  "enter_license_number": "Please enter license number at least 5 chars",
261
260
  "enter_national_id": "Identification number",
262
- "enter_served_monthly": "Customers served per month",
261
+ "enter_served_monthly": "Customers server per month",
263
262
  "enter_strong_password": "Please enter strong password.",
264
263
  "enter_valid_birth_date": "Please enter a valid birth date.",
265
264
  "enter_valid_brand_name": "Please enter a valid brand name.",
@@ -289,11 +288,11 @@
289
288
  "entity_success_title": "Entity Updated Successfully",
290
289
  "entity_type": "Entity Type",
291
290
  "entity_type_required": "Please select at least one entity type",
292
- "expected_customers_to_serve": "Customers served per month",
293
- "expected_sale_per_month": "Expected sale per month?",
291
+ "expected_customers_to_serve": "Customers server per month",
294
292
  "expected_sales_monthly": "Expected sale per month? ({{currency}})",
293
+ "expected_sale_per_month": "Expected sale per month?",
295
294
  "expected_sales_yearly": "What is the expected sales for your business per month?",
296
- "expected_served_monthly": "Customers served per month",
295
+ "expected_served_monthly": "Customers server per month",
297
296
  "expiry_date": "Date of expiry",
298
297
  "express_account_already_created_close_button": "Close",
299
298
  "express_account_already_created_description": "Your Account is already created",
@@ -393,6 +392,7 @@
393
392
  "kyc_token_invalid": "May you please verify link of which you are trying to open.",
394
393
  "kyc_users_description": "Please select an authorized registered ID to approve with {{provider}}",
395
394
  "kyc_verification": "Know Your Customer (KYC)",
395
+ "kyc_privacy_policy": "Privacy Policy",
396
396
  "language": "العربية",
397
397
  "license_info": "License information",
398
398
  "license_name_hint": "Enter legal name",
@@ -405,7 +405,6 @@
405
405
  "loading": "Loading...",
406
406
  "loading_bank_statement": "loading....",
407
407
  "login_to_dashboard": "Login to dashboard",
408
- "login_with_passcode": "Login with Passcode",
409
408
  "mail_btn_open_title": "Open Mail",
410
409
  "marital_status": "Marital status",
411
410
  "masking_symbols": "•••",
@@ -419,14 +418,11 @@
419
418
  "mobile_app_label": "Mobile App",
420
419
  "mobile_button_label": "Continue with Mobile",
421
420
  "mobile_number_description": "Start instantly with your Mobile Number",
422
- "mobile_ownership_title": "Please update your mobile number to match you national ID",
423
421
  "month": "Month",
424
- "monthly_income": "Monthly income",
425
422
  "nafath_button_label": "Continue with Nafath",
426
423
  "nafath_verification_description_check": "Please go to your NAFATH app and enter the above request number to authenticate.",
427
424
  "nafath_verification_description_error": "Please try again",
428
425
  "nafath_verification_description_wait": "Please go to your NAFATH app and enter the above request number to authenticate.",
429
- "nafath_verification_failed": "Make sure to approve the request sent through Nafath App, please try to send a new request.",
430
426
  "nafath_verification_redirection_message": "You will be redirected now",
431
427
  "nafath_verification_title_check": "Authenticate with NAFATH app",
432
428
  "nafath_verification_title_error": "We cannot confirm your authentication",
@@ -436,7 +432,6 @@
436
432
  "national_id_placeholder": "0000000000",
437
433
  "national_id_title": "National ID",
438
434
  "nationality_label": "Nationality",
439
- "new_mobile_number": "New mobile number",
440
435
  "next": "Next",
441
436
  "no": "No",
442
437
  "no login credentials available": "May you please verify the entered email address. (Note - Please make sure to enter an email address associated with Tap)",
@@ -473,8 +468,6 @@
473
468
  "paci_verify_loading": "Fetching Details",
474
469
  "paci_verify_loading_desc": "Please be patient until verify details",
475
470
  "paci_waiting_title": "Please wait we are verifying",
476
- "passcode_required": "Please enter the required Passcode",
477
- "passcode_title": "Please enter your passcode",
478
471
  "password_flow_completed": "Reset my password",
479
472
  "password_flow_pending": "Setup my password",
480
473
  "password_flow_title": "Setup your password",
@@ -509,6 +502,7 @@
509
502
  "please_choose_is_authorized": "Please tell us if you are the authorized user",
510
503
  "please_choose_relative_pep": "Are you or one of your relatives a Publicly Exposed Person (PEP)",
511
504
  "please_enter_actual_income": "Monthly income ({{currency}})",
505
+ "monthly_income": "Monthly income",
512
506
  "please_enter_employer_name": "Please enter the name of your employer",
513
507
  "please_try_again_after_few_minutes": "You can try to login again after {{minutes}} mins",
514
508
  "powered_by": "Powered by",
@@ -554,9 +548,8 @@
554
548
  "share_count_hint": "0",
555
549
  "share_count_label": "Share Count",
556
550
  "share_value_hint": "0000",
557
- "share_value_input_label": "Share Value",
558
551
  "share_value_label": "Share Value ({{currency}})",
559
- "sign_in_with_otp": "Sign in with OTP",
552
+ "share_value_input_label": "Share Value",
560
553
  "sign_up": "Sign up",
561
554
  "signed_up": "Signed up",
562
555
  "signin_email_label": "Email address",
@@ -632,34 +625,6 @@
632
625
  "tax_success_header_title": "Tax completed",
633
626
  "tax_success_title": "Your tax details are updated",
634
627
  "team_size_title": "Team Size",
635
- "terminal_device_id": "Device ID",
636
- "terminal_devices": "{{name}} Devices",
637
- "terminal_flow_pending": "Terminals",
638
- "terminal_go_to_board": "Go to Board",
639
- "terminal_id": "Terminal ID",
640
- "terminal_link": "Link",
641
- "terminal_link_terminal": "Link Terminal",
642
- "terminal_linked": "Linked",
643
- "terminal_linked_success": "Your terminal {{device}} is linked successfully",
644
- "terminal_linked_with": "Linked with",
645
- "terminal_manage_terminals": "Manage Terminals",
646
- "terminal_new_request_will_send": "A new link request bas ben sent to Tap Terminal app to confirm linking.",
647
- "terminal_no_terminal_linked": "No Terminal Linked",
648
- "terminal_no_terminal_linked_description": "We will list the linked terminals here when available",
649
- "terminal_or_use_code": "or use code",
650
- "terminal_paired_with": "Paired with",
651
- "terminal_push_notification_link_new_terminal_failed": "Something went wrong. Please try again later",
652
- "terminal_qr_code_description": "Open the Tap app on the terminal and select Linked Terminal from the More menu.",
653
- "terminal_request_denied": "The Request to link Terminal {{device}} has been denied.",
654
- "terminal_request_will_send": "A request will be sent to Tap Terminal app to confirm linking.",
655
- "terminal_resend_request": "Resend Request",
656
- "terminal_select_device": "Select device",
657
- "terminal_send_link_request": "Send linking request",
658
- "terminal_serial_number": "Serial no",
659
- "terminal_unlink": "Unlink",
660
- "terminal_unlinked": "Unlinked",
661
- "terminal_unlinked_success": "Your terminal {{device}} is unlinked successfully",
662
- "terminal_with": "with",
663
628
  "terms_and_conditions_link_title": "terms and conditions",
664
629
  "the nin format is not valid": "May you please verify the entered identification number.",
665
630
  "title_article": "Article of association",
@@ -681,15 +646,9 @@
681
646
  "unified_number_hint": "00000",
682
647
  "unified_number_label": "Unified Number",
683
648
  "unified_number_required": "Unified Number Required",
684
- "update_later": "I'll update later",
685
- "update_mobile_number": "Update mobile number",
686
649
  "upload_bank_statement": "Please upload the bank statement",
687
650
  "upload_file": "Select a file from your computer",
688
651
  "uploaded_file": "file",
689
- "v1_add_unified_number": "Add a Unified Number",
690
- "v1_company_unified_number_description": "You can find your Company Unified Number in the top-left corner of your Company Registration Certificate.",
691
- "v1_company_unified_number_hint": "700xxxxxxx",
692
- "v1_company_unified_number_label": "Company unified number",
693
652
  "vat_id": "Tax Identification Number (TIN)",
694
653
  "vat_id_placeholder": "000000000",
695
654
  "verification_brand_name": "Brand name",
@@ -706,5 +665,40 @@
706
665
  "website_label": "Website",
707
666
  "year": "Year",
708
667
  "yes": "Yes",
709
- "your_brand_details": "Your brand details"
668
+ "your_brand_details": "Your brand details",
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"
710
704
  }
@@ -4,10 +4,9 @@ export interface OTPTimerProps extends BoxProps {
4
4
  timeInSeconds?: number;
5
5
  timeEndLabel: string;
6
6
  onResetClick?: () => void;
7
- failed?: boolean;
8
7
  }
9
8
  declare const _default: React.MemoExoticComponent<{
10
- ({ timeInSeconds, timeEndLabel, onResetClick, failed, ...rest }: OTPTimerProps): JSX.Element;
9
+ ({ timeInSeconds, timeEndLabel, onResetClick, ...rest }: OTPTimerProps): JSX.Element;
11
10
  defaultProps: {
12
11
  time: number;
13
12
  };
@@ -44,7 +44,7 @@ var OTPTimerTextStyled = styled(Text)(function (_a) {
44
44
  });
45
45
  });
46
46
  var OTPTimerComponent = function (_a) {
47
- var timeInSeconds = _a.timeInSeconds, timeEndLabel = _a.timeEndLabel, onResetClick = _a.onResetClick, failed = _a.failed, rest = __rest(_a, ["timeInSeconds", "timeEndLabel", "onResetClick", "failed"]);
47
+ var timeInSeconds = _a.timeInSeconds, timeEndLabel = _a.timeEndLabel, onResetClick = _a.onResetClick, rest = __rest(_a, ["timeInSeconds", "timeEndLabel", "onResetClick"]);
48
48
  var _b = React.useState(timeInSeconds || 60), timeValue = _b[0], seTimeValue = _b[1];
49
49
  React.useEffect(function () {
50
50
  if (timeValue <= 0)
@@ -55,14 +55,14 @@ var OTPTimerComponent = function (_a) {
55
55
  return function () { return clearInterval(interval); };
56
56
  }, [timeValue]);
57
57
  var resetTimer = function () {
58
- if (onResetClick && (timeValue == 0 || failed)) {
58
+ if (onResetClick && timeValue == 0) {
59
59
  onResetClick();
60
60
  seTimeValue(timeInSeconds || 60);
61
61
  }
62
62
  };
63
63
  return (_jsx(OTPTimerStyled, __assign({ onClick: resetTimer }, rest, { children: _jsx(OTPTimerTextStyled, __assign({ variant: 'h4', color: 'primary', sx: {
64
- cursor: (timeValue <= 0 || failed) && onResetClick ? 'pointer' : 'default'
65
- } }, { children: timeValue > 0 && !failed ? (timeValue > 9 ? "00:".concat(timeValue) : "00:0".concat(timeValue)) : timeEndLabel })) })));
64
+ cursor: timeValue <= 0 && onResetClick ? 'pointer' : 'default'
65
+ } }, { children: timeValue > 0 ? (timeValue > 9 ? "00:".concat(timeValue) : "00:0".concat(timeValue)) : timeEndLabel })) })));
66
66
  };
67
67
  OTPTimerComponent.defaultProps = {
68
68
  time: 59
@@ -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) {
@@ -13,6 +13,7 @@ export declare const ENDPOINT_PATHS: {
13
13
  PRODUCTION_BASE_URL: string;
14
14
  PRODUCTION_BASE_URL_SA: string;
15
15
  DEV_BASE_URL: string;
16
+ BETA_BASE_URL: string;
16
17
  BUSINESS_COUNTRIES: string;
17
18
  COUNTRIES: string;
18
19
  IP: string;
@@ -2,6 +2,7 @@ var SANDBOX_BASE_URL = 'https://connect-mw.sandbox.tap.company/middleware';
2
2
  var PRODUCTION_BASE_URL = 'https://connect-mw.tap.company/middleware';
3
3
  var PRODUCTION_BASE_URL_SA = 'https://connect-mw.tap.com.sa/middleware';
4
4
  var DEV_BASE_URL = 'https://connect-mw.dev.tap.company/middleware';
5
+ var BETA_BASE_URL = 'https://connect-mw.beta.tap.company/middleware';
5
6
  var API_BUSINESS_COUNTRIES = 'https://godata.sandbox.tap.company/api/v1/business/country/list';
6
7
  var API_COUNTRIES = 'https://utilities.tap.company/api/v1/country/list';
7
8
  var CURRENCY_PATH = 'https://utilities.tap.company/api/v1/currency/iso';
@@ -71,6 +72,7 @@ export var ENDPOINT_PATHS = {
71
72
  PRODUCTION_BASE_URL: PRODUCTION_BASE_URL,
72
73
  PRODUCTION_BASE_URL_SA: PRODUCTION_BASE_URL_SA,
73
74
  DEV_BASE_URL: DEV_BASE_URL,
75
+ BETA_BASE_URL: BETA_BASE_URL,
74
76
  BUSINESS_COUNTRIES: API_BUSINESS_COUNTRIES,
75
77
  COUNTRIES: API_COUNTRIES,
76
78
  IP: IP_PATH,