@tap-payments/auth-jsconnect 2.11.2-sandbox → 2.12.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.
- package/build/@types/app.d.ts +1 -2
- package/build/@types/app.js +0 -1
- package/build/@types/form.d.ts +0 -2
- package/build/@types/index.d.ts +0 -1
- package/build/@types/index.js +0 -1
- package/build/api/auth.d.ts +1 -9
- package/build/api/entity.d.ts +0 -3
- package/build/api/index.d.ts +1 -7
- package/build/api/index.js +1 -3
- package/build/api/lead.d.ts +0 -1
- package/build/app/rootReducer.d.ts +0 -1
- package/build/app/rootReducer.js +1 -3
- package/build/app/store.d.ts +0 -2
- package/build/assets/locales/ar.json +12 -48
- package/build/assets/locales/en.json +41 -51
- package/build/components/OTPTimer/OTPTimer.d.ts +1 -2
- package/build/components/OTPTimer/OTPTimer.js +4 -4
- package/build/constants/api.d.ts +1 -0
- package/build/constants/api.js +2 -0
- package/build/constants/app.d.ts +2 -21
- package/build/constants/app.js +4 -122
- package/build/constants/flows.d.ts +0 -15
- package/build/constants/flows.js +0 -15
- package/build/constants/validation.d.ts +0 -2
- package/build/constants/validation.js +0 -2
- package/build/features/app/business/businessStore.js +10 -15
- package/build/features/app/connectExpress/connectExpressStore.js +4 -19
- package/build/features/app/individual/individualStore.js +1 -0
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/auth/screens/AuthenticationList/EntityList.js +2 -2
- package/build/features/business/screens/BusinessType/BusinessType.js +2 -13
- package/build/features/business/screens/BusinessType/EntityLicenseList.js +5 -11
- package/build/features/business/screens/BusinessType/LicenseList.js +7 -15
- package/build/features/business/screens/BusinessType/validation.d.ts +3 -6
- package/build/features/business/screens/BusinessType/validation.js +10 -31
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +2 -2
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +0 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +7 -23
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +2 -2
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +3 -6
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +21 -57
- package/build/features/entity/screens/EntityName/EntityName.js +1 -2
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +2 -2
- package/build/features/entity/screens/EntityName/validation.d.ts +3 -3
- package/build/features/entity/screens/EntityName/validation.js +3 -14
- package/build/features/featuresScreens.d.ts +0 -1
- package/build/features/featuresScreens.js +0 -67
- package/build/features/shared/Button/Button.js +1 -1
- package/build/features/shared/Button/FlowsButtons.d.ts +0 -1
- package/build/features/shared/Button/FlowsButtons.js +2 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +4 -5
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -3
- package/build/features/shared/SuccessScreen/SuccessScreen.js +2 -2
- package/build/hooks/useAppDispatch.d.ts +0 -1
- package/build/index.d.ts +2 -3
- package/build/index.js +2 -4
- package/build/theme/palette.js +0 -12
- package/build/theme/typography.js +0 -4
- package/build/utils/common.js +3 -3
- package/build/utils/string.d.ts +1 -2
- package/build/utils/string.js +2 -11
- package/package.json +2 -2
- package/build/@types/terminal.d.ts +0 -116
- package/build/@types/terminal.js +0 -1
- package/build/api/terminal.d.ts +0 -28
- package/build/api/terminal.js +0 -45
- package/build/components/DeviceCard/DeviceCard.d.ts +0 -18
- package/build/components/DeviceCard/DeviceCard.js +0 -103
- package/build/components/DeviceCard/index.d.ts +0 -3
- package/build/components/DeviceCard/index.js +0 -2
- package/build/features/app/terminal/terminalStore.d.ts +0 -110
- package/build/features/app/terminal/terminalStore.js +0 -676
- package/build/features/business/screens/BusinessType/UnifiedNumber.d.ts +0 -35
- package/build/features/business/screens/BusinessType/UnifiedNumber.js +0 -84
- package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.d.ts +0 -36
- package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.js +0 -81
- package/build/features/shared/PushNotification/PushNotification.d.ts +0 -11
- package/build/features/shared/PushNotification/PushNotification.js +0 -34
- package/build/features/shared/PushNotification/index.d.ts +0 -2
- package/build/features/shared/PushNotification/index.js +0 -2
- package/build/features/terminal/Terminal.d.ts +0 -14
- package/build/features/terminal/Terminal.js +0 -95
- package/build/features/terminal/index.d.ts +0 -1
- package/build/features/terminal/index.js +0 -1
- package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.d.ts +0 -3
- package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.js +0 -69
- package/build/features/terminal/screens/LinkNewTerminal/index.d.ts +0 -2
- package/build/features/terminal/screens/LinkNewTerminal/index.js +0 -2
- package/build/features/terminal/screens/LinkNewTerminal/styles.d.ts +0 -10
- package/build/features/terminal/screens/LinkNewTerminal/styles.js +0 -28
- package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.d.ts +0 -3
- package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.js +0 -51
- package/build/features/terminal/screens/LinkedSuccess/index.d.ts +0 -2
- package/build/features/terminal/screens/LinkedSuccess/index.js +0 -2
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.d.ts +0 -3
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.js +0 -55
- package/build/features/terminal/screens/LinkedTerminalInfo/index.d.ts +0 -2
- package/build/features/terminal/screens/LinkedTerminalInfo/index.js +0 -2
- package/build/features/terminal/screens/Loading/Loading.d.ts +0 -4
- package/build/features/terminal/screens/Loading/Loading.js +0 -10
- package/build/features/terminal/screens/Loading/index.d.ts +0 -2
- package/build/features/terminal/screens/Loading/index.js +0 -2
- package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.d.ts +0 -3
- package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.js +0 -58
- package/build/features/terminal/screens/NoTerminalDeviceLinked/index.d.ts +0 -2
- package/build/features/terminal/screens/NoTerminalDeviceLinked/index.js +0 -2
- package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.d.ts +0 -36
- package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.js +0 -34
- package/build/features/terminal/screens/OperatorError/OperatorError.d.ts +0 -5
- package/build/features/terminal/screens/OperatorError/OperatorError.js +0 -9
- package/build/features/terminal/screens/OperatorError/index.d.ts +0 -2
- package/build/features/terminal/screens/OperatorError/index.js +0 -2
- package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +0 -3
- package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +0 -21
- package/build/features/terminal/screens/ResetPasswordSuccess/index.d.ts +0 -2
- package/build/features/terminal/screens/ResetPasswordSuccess/index.js +0 -2
- package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +0 -3
- package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +0 -32
- package/build/features/terminal/screens/SuccessWithFlowButtons/index.d.ts +0 -2
- package/build/features/terminal/screens/SuccessWithFlowButtons/index.js +0 -2
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.d.ts +0 -9
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.js +0 -20
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.d.ts +0 -3
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.js +0 -153
- package/build/features/terminal/screens/TerminalDeviceList/index.d.ts +0 -2
- package/build/features/terminal/screens/TerminalDeviceList/index.js +0 -2
- package/build/features/terminal/screens/TerminalDeviceList/styles.d.ts +0 -9
- package/build/features/terminal/screens/TerminalDeviceList/styles.js +0 -13
- package/build/features/terminal/screens/TerminalListPage/TerminalListPage.d.ts +0 -3
- package/build/features/terminal/screens/TerminalListPage/TerminalListPage.js +0 -47
- package/build/features/terminal/screens/TerminalListPage/index.d.ts +0 -2
- package/build/features/terminal/screens/TerminalListPage/index.js +0 -2
- package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.d.ts +0 -3
- package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.js +0 -53
- package/build/features/terminal/screens/UnlinkedSuccess/index.d.ts +0 -2
- package/build/features/terminal/screens/UnlinkedSuccess/index.js +0 -2
- package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.d.ts +0 -3
- package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.js +0 -98
- package/build/features/terminal/screens/UnlinkedTerminalInfo/index.d.ts +0 -2
- package/build/features/terminal/screens/UnlinkedTerminalInfo/index.js +0 -2
- package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.d.ts +0 -26
- package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.js +0 -30
- package/build/features/terminal/screens/Verify/OTPInput.d.ts +0 -7
- package/build/features/terminal/screens/Verify/OTPInput.js +0 -51
- package/build/features/terminal/screens/Verify/Verify.d.ts +0 -5
- package/build/features/terminal/screens/Verify/Verify.js +0 -85
- package/build/features/terminal/screens/Verify/index.d.ts +0 -2
- package/build/features/terminal/screens/Verify/index.js +0 -2
- package/build/features/terminal/screens/Verify/validation.d.ts +0 -8
- package/build/features/terminal/screens/Verify/validation.js +0 -4
- package/build/features/terminal/screens/shared/Header.d.ts +0 -10
- package/build/features/terminal/screens/shared/Header.js +0 -30
- package/build/features/terminal/screens/shared/TerminalList.d.ts +0 -11
- package/build/features/terminal/screens/shared/TerminalList.js +0 -25
- package/build/features/terminal/screens/shared/index.d.ts +0 -5
- package/build/features/terminal/screens/shared/index.js +0 -5
- package/build/features/terminal/screens/shared/styles.d.ts +0 -196
- package/build/features/terminal/screens/shared/styles.js +0 -155
- package/build/features/terminal/screens/shared/utils.d.ts +0 -7
- package/build/features/terminal/screens/shared/utils.js +0 -24
package/build/@types/app.d.ts
CHANGED
package/build/@types/app.js
CHANGED
package/build/@types/form.d.ts
CHANGED
|
@@ -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
|
};
|
package/build/@types/index.d.ts
CHANGED
package/build/@types/index.js
CHANGED
package/build/api/auth.d.ts
CHANGED
|
@@ -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
|
|
23
|
+
user_credentail: MobileCredential | EmailCredential | IDCredential | CivilID;
|
|
32
24
|
auth_type?: number;
|
|
33
25
|
email_url?: string;
|
|
34
26
|
sign_in?: boolean;
|
package/build/api/entity.d.ts
CHANGED
package/build/api/index.d.ts
CHANGED
|
@@ -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
|
|
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;
|
package/build/api/index.js
CHANGED
|
@@ -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;
|
package/build/api/lead.d.ts
CHANGED
|
@@ -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;
|
package/build/app/rootReducer.js
CHANGED
|
@@ -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;
|
package/build/app/store.d.ts
CHANGED
|
@@ -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,7 +135,6 @@
|
|
|
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}})",
|
|
140
139
|
"capital_paid_input_label": "رأس المال المدفوع",
|
|
141
140
|
"capital_paid_required": "Please Enter paid amount",
|
|
@@ -143,7 +142,6 @@
|
|
|
143
142
|
"capital_share_count_label": "عدد اسهم رأس المال",
|
|
144
143
|
"capital_share_count_required": "Please Enter share count",
|
|
145
144
|
"capital_share_value_hint": "00000",
|
|
146
|
-
"capital_share_value_input_label": "قيمة السهم",
|
|
147
145
|
"capital_share_value_label": "قيمة السهم ({{currency}})",
|
|
148
146
|
"capital_share_value_input_label": "قيمة السهم",
|
|
149
147
|
"capital_share_value_required": "Please Enter share value",
|
|
@@ -211,7 +209,6 @@
|
|
|
211
209
|
"create_new_entity": "Create Entity",
|
|
212
210
|
"creating_account_description": "هذه العملية تحتاج وقت...",
|
|
213
211
|
"creating_account_title": "جارى انشاء الحساب",
|
|
214
|
-
"current_mobile_number": "رقم الجوال الحالي",
|
|
215
212
|
"customer_base_name_hint": "اختر محليًا إذا كنت تبيع فقط في البلد الذي تقيم فيه. اختر إقليميًا إذا كنت تبيع أيضًا لدول مجلس التعاون الخليجي الأخرى. اختر عالمياً إذا كنت تبيع إلى أي دولة خارج دول مجلس التعاون الخليجي.",
|
|
216
213
|
"data_loading_desc": "الرجاء الانتظار أثناء تحضير البيانات",
|
|
217
214
|
"data_loading_title": "تحضير البيانات",
|
|
@@ -284,7 +281,6 @@
|
|
|
284
281
|
"entity_type": "نوع الكيان",
|
|
285
282
|
"entity_type_required": "Please select at least one entity type",
|
|
286
283
|
"expected_customers_to_serve": "عدد العملاء شهريا",
|
|
287
|
-
"expected_sale_per_month": "البيع المتوقع في الشهر؟",
|
|
288
284
|
"expected_sales_monthly": "البيع المتوقع في الشهر؟ ({{currency}})",
|
|
289
285
|
"expected_sale_per_month": "البيع المتوقع في الشهر؟",
|
|
290
286
|
"expected_sales_yearly": "ما هي المبيعات المتوقعة لعملك شهريًا؟",
|
|
@@ -382,6 +378,7 @@
|
|
|
382
378
|
"kyc_terms_title": "وثائق قانونية",
|
|
383
379
|
"kyc_token_invalid": "الرجاء مراجعة رابط المرسل اليك",
|
|
384
380
|
"kyc_users_description": "يرجى اختيار رقم هوية الممثل المعتمد للموافقة عليه مع {{provider}}",
|
|
381
|
+
"kyc_privacy_policy": "سياسة الخصوصية",
|
|
385
382
|
"language": "English",
|
|
386
383
|
"license_info": "معلومات الترخيص",
|
|
387
384
|
"license_name_hint": "Enter legal name",
|
|
@@ -393,7 +390,6 @@
|
|
|
393
390
|
"loading": "تحميل...",
|
|
394
391
|
"loading_bank_statement": "تحميل.......",
|
|
395
392
|
"login_to_dashboard": "تسجيل الدخول لادارة الحساب",
|
|
396
|
-
"login_with_passcode": "تسجيل الدخول باستخدام رمز المرور",
|
|
397
393
|
"mail_btn_open_title": "افتح البريد الإلكتروني",
|
|
398
394
|
"marital_status": "الحالة الزوجية",
|
|
399
395
|
"masking_symbols": "•••",
|
|
@@ -407,14 +403,11 @@
|
|
|
407
403
|
"mobile_app_label": "تطبيقات هاتف",
|
|
408
404
|
"mobile_button_label": "المتابعة عن طريق رقم الجوال",
|
|
409
405
|
"mobile_number_description": "ابدأ فورًا باستخدام رقم هاتفك المحمول",
|
|
410
|
-
"mobile_ownership_title": "يرجى تحديث رقم هاتفك المحمول المسجل ليتوافق مع هويتك.",
|
|
411
406
|
"month": "الشهر",
|
|
412
|
-
"monthly_income": "ما هو دخلك الشهري؟ ",
|
|
413
407
|
"nafath_button_label": "المتابعة عن طريق نفاذ",
|
|
414
408
|
"nafath_verification_description_check": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
|
|
415
409
|
"nafath_verification_description_error": "حاول مرة اخرى",
|
|
416
410
|
"nafath_verification_description_wait": "يرجى الدخول إلى تطبيق نفاذ الخاص بك وإدخال رقم الطلب أعلاه للمصادقة.",
|
|
417
|
-
"nafath_verification_failed": "تأكد من الموافقة على الطلب المرسل عبر تطبيق نفاذ، يرجى محاولة إرسال طلب جديد.",
|
|
418
411
|
"nafath_verification_redirection_message": "سيتم إعادة توجيهك الآن",
|
|
419
412
|
"nafath_verification_title_check": "المصادقة مع تطبيق نفاذ",
|
|
420
413
|
"nafath_verification_title_error": "لا يمكننا تأكيد المصادقة الخاصة بك",
|
|
@@ -424,7 +417,6 @@
|
|
|
424
417
|
"national_id_placeholder": "0000000000",
|
|
425
418
|
"national_id_title": "الهوية الوطنية",
|
|
426
419
|
"nationality_label": "الجنسية",
|
|
427
|
-
"new_mobile_number": "رقم الجوال الجديد",
|
|
428
420
|
"next": "التالي",
|
|
429
421
|
"no": "لا",
|
|
430
422
|
"no_results": "لا نتائج",
|
|
@@ -460,8 +452,6 @@
|
|
|
460
452
|
"paci_verify_loading": "إحضار التفاصيل",
|
|
461
453
|
"paci_verify_loading_desc": "الرجاء التحلي بالصبر حتى التحقق من التفاصيل",
|
|
462
454
|
"paci_waiting_title": "Please wait we are verifying",
|
|
463
|
-
"passcode_required": "الرجاء إدخال رمز المرور المطلوب",
|
|
464
|
-
"passcode_title": "الرجاء إدخال رمز المرور الخاص بك",
|
|
465
455
|
"password_flow_completed": "إعادة تعيين كلمة المرور",
|
|
466
456
|
"password_flow_pending": "إعداد كلمة المرور",
|
|
467
457
|
"password_flow_title": "إعداد كلمة المرور",
|
|
@@ -536,9 +526,8 @@
|
|
|
536
526
|
"share_count_hint": "0",
|
|
537
527
|
"share_count_label": "عدد الأسهم",
|
|
538
528
|
"share_value_hint": "0000",
|
|
539
|
-
"share_value_input_label": "قيمة السهم",
|
|
540
529
|
"share_value_label": "قيمة السهم ({{currency}})",
|
|
541
|
-
"
|
|
530
|
+
"share_value_input_label": "قيمة السهم",
|
|
542
531
|
"sign_up": "Sign up",
|
|
543
532
|
"signed_up": "تسجيل الدخول",
|
|
544
533
|
"signin_email_label": "البريد الألكتروني",
|
|
@@ -611,34 +600,6 @@
|
|
|
611
600
|
"tax_success_header_title": "اكتملت الضريبة",
|
|
612
601
|
"tax_success_title": "تم تحديث المعلومات الضريبية الخاصة بعملك التجاري.",
|
|
613
602
|
"team_size_title": "حجم الفريق",
|
|
614
|
-
"terminal_device_id": "رقم تعريف جهاز الكاشير",
|
|
615
|
-
"terminal_devices": "{{name}} أجهزة",
|
|
616
|
-
"terminal_flow_pending": "أجهزة نقاط الدفع",
|
|
617
|
-
"terminal_go_to_board": "الانتقال إلى اللوحة",
|
|
618
|
-
"terminal_id": "رقم تعريف جهاز نقطة الدفع",
|
|
619
|
-
"terminal_link": "ربط",
|
|
620
|
-
"terminal_link_terminal": "ربط جهاز نقطة الدفع",
|
|
621
|
-
"terminal_linked": "تمَّ الربط",
|
|
622
|
-
"terminal_linked_success": "تم ربط جهاز نقطة الدفع {{device}} الخاص بك بنجاح!",
|
|
623
|
-
"terminal_linked_with": "مرتبط مع",
|
|
624
|
-
"terminal_manage_terminals": "إدارة أجهزة نقاط الدفع",
|
|
625
|
-
"terminal_new_request_will_send": "لتأكيد الربط تمَّ إرسال طلب ربط جديد إلى تطبيق الـ Terminal من تاب.",
|
|
626
|
-
"terminal_no_terminal_linked": "لا يوجد أجهزة نقاط دفع مرتبطة",
|
|
627
|
-
"terminal_no_terminal_linked_description": "سيتم عرض أجهزة نقاط الدفع المرتبطة هنا عند توفّرها",
|
|
628
|
-
"terminal_or_use_code": "أو استخدم الرمز",
|
|
629
|
-
"terminal_paired_with": "مقترن بـ",
|
|
630
|
-
"terminal_push_notification_link_new_terminal_failed": "حدث خطأ. يرجى المحاولة لاحقاً",
|
|
631
|
-
"terminal_qr_code_description": "افتح تطبيق تاب على جهاز نقطة الدفع، ثم اختر جهاز نقطة الدفع المرتبط من قائمة المزيد.",
|
|
632
|
-
"terminal_request_denied": "تمَّ رفض طلب ربط جهاز نقطة الدفع {{device }}",
|
|
633
|
-
"terminal_request_will_send": "لتأكيد الربط سيتم إرسال طلب إلى تطبيق الـ Terminal من تاب.",
|
|
634
|
-
"terminal_resend_request": "إعادة إرسال الطلب",
|
|
635
|
-
"terminal_select_device": "اختر جهاز نقطة الدفع",
|
|
636
|
-
"terminal_send_link_request": "إرسال طلب الربط",
|
|
637
|
-
"terminal_serial_number": "الرقم التسلسلي",
|
|
638
|
-
"terminal_unlink": "إلغاء الربط",
|
|
639
|
-
"terminal_unlinked": "غير مرتبط",
|
|
640
|
-
"terminal_unlinked_success": "تم إلغاء ربط جهاز نقطة الدفع {{device}} الخاص بك بنجاح!",
|
|
641
|
-
"terminal_with": "مع",
|
|
642
603
|
"terms_and_conditions_link_title": "الشروط والاحكام",
|
|
643
604
|
"the nin format is not valid": "هل يمكنك التحقق من رقم الهوية الذي تم إدخاله.",
|
|
644
605
|
"title_article": "مذكرة التأسيس",
|
|
@@ -659,13 +620,7 @@
|
|
|
659
620
|
"unified_number_hint": "000000",
|
|
660
621
|
"unified_number_label": "الرقم الموحد",
|
|
661
622
|
"unified_number_required": "Unified Number Required",
|
|
662
|
-
"update_later": "سأقوم بالتحديث لاحقاً",
|
|
663
|
-
"update_mobile_number": "تحديث رقم الجوال",
|
|
664
623
|
"uploaded_file": "file",
|
|
665
|
-
"v1_add_unified_number": "أضف الرقم الموحد",
|
|
666
|
-
"v1_company_unified_number_description": "يمكنك العثور على الرقم الموحد لشركتك في الزاوية العلوية اليسرى من شهادة تسجيل الشركة.",
|
|
667
|
-
"v1_company_unified_number_hint": "700xxxxxxx",
|
|
668
|
-
"v1_company_unified_number_label": "الرقم الموحد للشركة",
|
|
669
624
|
"vat_id": "رقم الضريبي المميز",
|
|
670
625
|
"vat_id_placeholder": "00000000",
|
|
671
626
|
"verification_brand_name": "الاسم التجاري",
|
|
@@ -683,5 +638,14 @@
|
|
|
683
638
|
"year": "السنة",
|
|
684
639
|
"yes": "نعم",
|
|
685
640
|
"your_brand_details": "تفاصيل علامتك التجارية",
|
|
686
|
-
"يرجى التحقق من اسم تطبيق ابل": ""
|
|
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": "تسجيل الدخول باستخدام رمز المرور"
|
|
687
651
|
}
|
|
@@ -134,7 +134,6 @@
|
|
|
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}})",
|
|
139
138
|
"capital_paid_input_label": "Capital Paid",
|
|
140
139
|
"capital_paid_required": "Please Enter paid amount",
|
|
@@ -142,7 +141,6 @@
|
|
|
142
141
|
"capital_share_count_label": "Capital Share Count",
|
|
143
142
|
"capital_share_count_required": "Please Enter share count",
|
|
144
143
|
"capital_share_value_hint": "00000",
|
|
145
|
-
"capital_share_value_input_label": "Capital Share Value",
|
|
146
144
|
"capital_share_value_label": "Capital Share Value ({{currency}})",
|
|
147
145
|
"capital_share_value_input_label": "Capital Share Value",
|
|
148
146
|
"capital_share_value_required": "Please Enter share value",
|
|
@@ -218,7 +216,6 @@
|
|
|
218
216
|
"create_new_entity": "Create Entity",
|
|
219
217
|
"creating_account_description": "This might take a moment...",
|
|
220
218
|
"creating_account_title": "Creating your account",
|
|
221
|
-
"current_mobile_number": "Current mobile number",
|
|
222
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.",
|
|
223
220
|
"data_loading_desc": "Please wait as we are preparing data",
|
|
224
221
|
"data_loading_title": "Preparing data",
|
|
@@ -261,7 +258,7 @@
|
|
|
261
258
|
"enter_license_no": "Freelance registration",
|
|
262
259
|
"enter_license_number": "Please enter license number at least 5 chars",
|
|
263
260
|
"enter_national_id": "Identification number",
|
|
264
|
-
"enter_served_monthly": "Customers
|
|
261
|
+
"enter_served_monthly": "Customers server per month",
|
|
265
262
|
"enter_strong_password": "Please enter strong password.",
|
|
266
263
|
"enter_valid_birth_date": "Please enter a valid birth date.",
|
|
267
264
|
"enter_valid_brand_name": "Please enter a valid brand name.",
|
|
@@ -291,12 +288,11 @@
|
|
|
291
288
|
"entity_success_title": "Entity Updated Successfully",
|
|
292
289
|
"entity_type": "Entity Type",
|
|
293
290
|
"entity_type_required": "Please select at least one entity type",
|
|
294
|
-
"expected_customers_to_serve": "Customers
|
|
295
|
-
"expected_sale_per_month": "Expected sale per month?",
|
|
291
|
+
"expected_customers_to_serve": "Customers server per month",
|
|
296
292
|
"expected_sales_monthly": "Expected sale per month? ({{currency}})",
|
|
297
293
|
"expected_sale_per_month": "Expected sale per month?",
|
|
298
294
|
"expected_sales_yearly": "What is the expected sales for your business per month?",
|
|
299
|
-
"expected_served_monthly": "Customers
|
|
295
|
+
"expected_served_monthly": "Customers server per month",
|
|
300
296
|
"expiry_date": "Date of expiry",
|
|
301
297
|
"express_account_already_created_close_button": "Close",
|
|
302
298
|
"express_account_already_created_description": "Your Account is already created",
|
|
@@ -396,6 +392,7 @@
|
|
|
396
392
|
"kyc_token_invalid": "May you please verify link of which you are trying to open.",
|
|
397
393
|
"kyc_users_description": "Please select an authorized registered ID to approve with {{provider}}",
|
|
398
394
|
"kyc_verification": "Know Your Customer (KYC)",
|
|
395
|
+
"kyc_privacy_policy": "Privacy Policy",
|
|
399
396
|
"language": "العربية",
|
|
400
397
|
"license_info": "License information",
|
|
401
398
|
"license_name_hint": "Enter legal name",
|
|
@@ -408,7 +405,6 @@
|
|
|
408
405
|
"loading": "Loading...",
|
|
409
406
|
"loading_bank_statement": "loading....",
|
|
410
407
|
"login_to_dashboard": "Login to dashboard",
|
|
411
|
-
"login_with_passcode": "Login with Passcode",
|
|
412
408
|
"mail_btn_open_title": "Open Mail",
|
|
413
409
|
"marital_status": "Marital status",
|
|
414
410
|
"masking_symbols": "•••",
|
|
@@ -422,14 +418,11 @@
|
|
|
422
418
|
"mobile_app_label": "Mobile App",
|
|
423
419
|
"mobile_button_label": "Continue with Mobile",
|
|
424
420
|
"mobile_number_description": "Start instantly with your Mobile Number",
|
|
425
|
-
"mobile_ownership_title": "Please update your mobile number to match you national ID",
|
|
426
421
|
"month": "Month",
|
|
427
|
-
"monthly_income": "Monthly income",
|
|
428
422
|
"nafath_button_label": "Continue with Nafath",
|
|
429
423
|
"nafath_verification_description_check": "Please go to your NAFATH app and enter the above request number to authenticate.",
|
|
430
424
|
"nafath_verification_description_error": "Please try again",
|
|
431
425
|
"nafath_verification_description_wait": "Please go to your NAFATH app and enter the above request number to authenticate.",
|
|
432
|
-
"nafath_verification_failed": "Make sure to approve the request sent through Nafath App, please try to send a new request.",
|
|
433
426
|
"nafath_verification_redirection_message": "You will be redirected now",
|
|
434
427
|
"nafath_verification_title_check": "Authenticate with NAFATH app",
|
|
435
428
|
"nafath_verification_title_error": "We cannot confirm your authentication",
|
|
@@ -439,7 +432,6 @@
|
|
|
439
432
|
"national_id_placeholder": "0000000000",
|
|
440
433
|
"national_id_title": "National ID",
|
|
441
434
|
"nationality_label": "Nationality",
|
|
442
|
-
"new_mobile_number": "New mobile number",
|
|
443
435
|
"next": "Next",
|
|
444
436
|
"no": "No",
|
|
445
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)",
|
|
@@ -476,8 +468,6 @@
|
|
|
476
468
|
"paci_verify_loading": "Fetching Details",
|
|
477
469
|
"paci_verify_loading_desc": "Please be patient until verify details",
|
|
478
470
|
"paci_waiting_title": "Please wait we are verifying",
|
|
479
|
-
"passcode_required": "Please enter the required Passcode",
|
|
480
|
-
"passcode_title": "Please enter your passcode",
|
|
481
471
|
"password_flow_completed": "Reset my password",
|
|
482
472
|
"password_flow_pending": "Setup my password",
|
|
483
473
|
"password_flow_title": "Setup your password",
|
|
@@ -558,9 +548,8 @@
|
|
|
558
548
|
"share_count_hint": "0",
|
|
559
549
|
"share_count_label": "Share Count",
|
|
560
550
|
"share_value_hint": "0000",
|
|
561
|
-
"share_value_input_label": "Share Value",
|
|
562
551
|
"share_value_label": "Share Value ({{currency}})",
|
|
563
|
-
"
|
|
552
|
+
"share_value_input_label": "Share Value",
|
|
564
553
|
"sign_up": "Sign up",
|
|
565
554
|
"signed_up": "Signed up",
|
|
566
555
|
"signin_email_label": "Email address",
|
|
@@ -636,34 +625,6 @@
|
|
|
636
625
|
"tax_success_header_title": "Tax completed",
|
|
637
626
|
"tax_success_title": "Your tax details are updated",
|
|
638
627
|
"team_size_title": "Team Size",
|
|
639
|
-
"terminal_device_id": "Device ID",
|
|
640
|
-
"terminal_devices": "{{name}} Devices",
|
|
641
|
-
"terminal_flow_pending": "Terminals",
|
|
642
|
-
"terminal_go_to_board": "Go to Board",
|
|
643
|
-
"terminal_id": "Terminal ID",
|
|
644
|
-
"terminal_link": "Link",
|
|
645
|
-
"terminal_link_terminal": "Link Terminal",
|
|
646
|
-
"terminal_linked": "Linked",
|
|
647
|
-
"terminal_linked_success": "Your terminal {{device}} is linked successfully",
|
|
648
|
-
"terminal_linked_with": "Linked with",
|
|
649
|
-
"terminal_manage_terminals": "Manage Terminals",
|
|
650
|
-
"terminal_new_request_will_send": "A new link request bas ben sent to Tap Terminal app to confirm linking.",
|
|
651
|
-
"terminal_no_terminal_linked": "No Terminal Linked",
|
|
652
|
-
"terminal_no_terminal_linked_description": "We will list the linked terminals here when available",
|
|
653
|
-
"terminal_or_use_code": "or use code",
|
|
654
|
-
"terminal_paired_with": "Paired with",
|
|
655
|
-
"terminal_push_notification_link_new_terminal_failed": "Something went wrong. Please try again later",
|
|
656
|
-
"terminal_qr_code_description": "Open the Tap app on the terminal and select Linked Terminal from the More menu.",
|
|
657
|
-
"terminal_request_denied": "The Request to link Terminal {{device}} has been denied.",
|
|
658
|
-
"terminal_request_will_send": "A request will be sent to Tap Terminal app to confirm linking.",
|
|
659
|
-
"terminal_resend_request": "Resend Request",
|
|
660
|
-
"terminal_select_device": "Select device",
|
|
661
|
-
"terminal_send_link_request": "Send linking request",
|
|
662
|
-
"terminal_serial_number": "Serial no",
|
|
663
|
-
"terminal_unlink": "Unlink",
|
|
664
|
-
"terminal_unlinked": "Unlinked",
|
|
665
|
-
"terminal_unlinked_success": "Your terminal {{device}} is unlinked successfully",
|
|
666
|
-
"terminal_with": "with",
|
|
667
628
|
"terms_and_conditions_link_title": "terms and conditions",
|
|
668
629
|
"the nin format is not valid": "May you please verify the entered identification number.",
|
|
669
630
|
"title_article": "Article of association",
|
|
@@ -685,15 +646,9 @@
|
|
|
685
646
|
"unified_number_hint": "00000",
|
|
686
647
|
"unified_number_label": "Unified Number",
|
|
687
648
|
"unified_number_required": "Unified Number Required",
|
|
688
|
-
"update_later": "I'll update later",
|
|
689
|
-
"update_mobile_number": "Update mobile number",
|
|
690
649
|
"upload_bank_statement": "Please upload the bank statement",
|
|
691
650
|
"upload_file": "Select a file from your computer",
|
|
692
651
|
"uploaded_file": "file",
|
|
693
|
-
"v1_add_unified_number": "Add a Unified Number",
|
|
694
|
-
"v1_company_unified_number_description": "You can find your Company Unified Number in the top-left corner of your Company Registration Certificate.",
|
|
695
|
-
"v1_company_unified_number_hint": "700xxxxxxx",
|
|
696
|
-
"v1_company_unified_number_label": "Company unified number",
|
|
697
652
|
"vat_id": "Tax Identification Number (TIN)",
|
|
698
653
|
"vat_id_placeholder": "000000000",
|
|
699
654
|
"verification_brand_name": "Brand name",
|
|
@@ -710,5 +665,40 @@
|
|
|
710
665
|
"website_label": "Website",
|
|
711
666
|
"year": "Year",
|
|
712
667
|
"yes": "Yes",
|
|
713
|
-
"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"
|
|
714
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,
|
|
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,
|
|
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 &&
|
|
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:
|
|
65
|
-
} }, { children: timeValue > 0
|
|
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
|
package/build/constants/api.d.ts
CHANGED
package/build/constants/api.js
CHANGED
|
@@ -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,
|