@trustchex/react-native-sdk 1.503.0 → 1.503.2
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/lib/module/Shared/Components/EIDScanner.js +0 -5
- package/lib/module/Translation/Resources/en.js +0 -1
- package/lib/module/Translation/Resources/tr.js +0 -1
- package/lib/module/version.js +1 -1
- package/lib/typescript/src/Shared/Components/EIDScanner.d.ts.map +1 -1
- package/lib/typescript/src/Translation/Resources/en.d.ts +0 -1
- package/lib/typescript/src/Translation/Resources/en.d.ts.map +1 -1
- package/lib/typescript/src/Translation/Resources/tr.d.ts +0 -1
- package/lib/typescript/src/Translation/Resources/tr.d.ts.map +1 -1
- package/lib/typescript/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/Shared/Components/EIDScanner.tsx +0 -7
- package/src/Translation/Resources/en.ts +0 -1
- package/src/Translation/Resources/tr.ts +0 -1
- package/src/version.ts +1 -1
|
@@ -600,11 +600,6 @@ const EIDScanner = ({
|
|
|
600
600
|
{
|
|
601
601
|
label: t('eidScannerScreen.address'),
|
|
602
602
|
value: appContext.lastDocumentRead?.document.address ?? ''
|
|
603
|
-
},
|
|
604
|
-
// MASAK 4/C(1)(e): coarse device geolocation, when collected.
|
|
605
|
-
{
|
|
606
|
-
label: t('eidScannerScreen.location'),
|
|
607
|
-
value: appContext.identificationInfo?.consent?.geolocation ?? ''
|
|
608
603
|
}];
|
|
609
604
|
return fields.filter(f => f.value && f.value.trim().length > 0).map(f => /*#__PURE__*/_jsx(IDCardField, {
|
|
610
605
|
label: f.label,
|
|
@@ -111,7 +111,6 @@ export default {
|
|
|
111
111
|
'eidScannerScreen.nationality': 'Nationality',
|
|
112
112
|
'eidScannerScreen.personalNumber': 'Personal Number',
|
|
113
113
|
'eidScannerScreen.address': 'Address',
|
|
114
|
-
'eidScannerScreen.location': 'Location',
|
|
115
114
|
'eidScannerScreen.documentNumber': 'Document Number',
|
|
116
115
|
'eidScannerScreen.name': 'Name',
|
|
117
116
|
'eidScannerScreen.surname': 'Surname',
|
|
@@ -111,7 +111,6 @@ export default {
|
|
|
111
111
|
'eidScannerScreen.nationality': 'Uyruk',
|
|
112
112
|
'eidScannerScreen.personalNumber': 'Vatandaşlık No',
|
|
113
113
|
'eidScannerScreen.address': 'Adres',
|
|
114
|
-
'eidScannerScreen.location': 'Konum',
|
|
115
114
|
'eidScannerScreen.documentNumber': 'Belge No',
|
|
116
115
|
'eidScannerScreen.name': 'Ad',
|
|
117
116
|
'eidScannerScreen.surname': 'Soyad',
|
package/lib/module/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EIDScanner.d.ts","sourceRoot":"","sources":["../../../../../src/Shared/Components/EIDScanner.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AA6BpD,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,aAAa,CAAC,EAAE,CACd,OAAO,EAAE,SAAS,EAClB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,KACtB,IAAI,CAAC;IACV,cAAc,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/C;AAED,QAAA,MAAM,UAAU,GAAI,2GAQjB,eAAe,
|
|
1
|
+
{"version":3,"file":"EIDScanner.d.ts","sourceRoot":"","sources":["../../../../../src/Shared/Components/EIDScanner.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AA6BpD,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,aAAa,CAAC,EAAE,CACd,OAAO,EAAE,SAAS,EAClB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,MAAM,KACtB,IAAI,CAAC;IACV,cAAc,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/C;AAED,QAAA,MAAM,UAAU,GAAI,2GAQjB,eAAe,4CAi6BjB,CAAC;AAsOF,eAAe,UAAU,CAAC"}
|
|
@@ -109,7 +109,6 @@ declare const _default: {
|
|
|
109
109
|
'eidScannerScreen.nationality': string;
|
|
110
110
|
'eidScannerScreen.personalNumber': string;
|
|
111
111
|
'eidScannerScreen.address': string;
|
|
112
|
-
'eidScannerScreen.location': string;
|
|
113
112
|
'eidScannerScreen.documentNumber': string;
|
|
114
113
|
'eidScannerScreen.name': string;
|
|
115
114
|
'eidScannerScreen.surname': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../../src/Translation/Resources/en.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../../src/Translation/Resources/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6TE"}
|
|
@@ -109,7 +109,6 @@ declare const _default: {
|
|
|
109
109
|
'eidScannerScreen.nationality': string;
|
|
110
110
|
'eidScannerScreen.personalNumber': string;
|
|
111
111
|
'eidScannerScreen.address': string;
|
|
112
|
-
'eidScannerScreen.location': string;
|
|
113
112
|
'eidScannerScreen.documentNumber': string;
|
|
114
113
|
'eidScannerScreen.name': string;
|
|
115
114
|
'eidScannerScreen.surname': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../../src/Translation/Resources/tr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../../../src/Translation/Resources/tr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAgUE"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.503.
|
|
1
|
+
export declare const SDK_VERSION = "1.503.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -835,13 +835,6 @@ const EIDScanner = ({
|
|
|
835
835
|
value:
|
|
836
836
|
appContext.lastDocumentRead?.document.address ?? '',
|
|
837
837
|
},
|
|
838
|
-
// MASAK 4/C(1)(e): coarse device geolocation, when collected.
|
|
839
|
-
{
|
|
840
|
-
label: t('eidScannerScreen.location'),
|
|
841
|
-
value:
|
|
842
|
-
appContext.identificationInfo?.consent
|
|
843
|
-
?.geolocation ?? '',
|
|
844
|
-
},
|
|
845
838
|
];
|
|
846
839
|
|
|
847
840
|
return fields
|
|
@@ -144,7 +144,6 @@ export default {
|
|
|
144
144
|
'eidScannerScreen.nationality': 'Nationality',
|
|
145
145
|
'eidScannerScreen.personalNumber': 'Personal Number',
|
|
146
146
|
'eidScannerScreen.address': 'Address',
|
|
147
|
-
'eidScannerScreen.location': 'Location',
|
|
148
147
|
'eidScannerScreen.documentNumber': 'Document Number',
|
|
149
148
|
'eidScannerScreen.name': 'Name',
|
|
150
149
|
'eidScannerScreen.surname': 'Surname',
|
|
@@ -144,7 +144,6 @@ export default {
|
|
|
144
144
|
'eidScannerScreen.nationality': 'Uyruk',
|
|
145
145
|
'eidScannerScreen.personalNumber': 'Vatandaşlık No',
|
|
146
146
|
'eidScannerScreen.address': 'Adres',
|
|
147
|
-
'eidScannerScreen.location': 'Konum',
|
|
148
147
|
'eidScannerScreen.documentNumber': 'Belge No',
|
|
149
148
|
'eidScannerScreen.name': 'Ad',
|
|
150
149
|
'eidScannerScreen.surname': 'Soyad',
|
package/src/version.ts
CHANGED