@regulaforensics/face-sdk 8.2.1198-rc → 8.2.1203-rc

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/RNFaceSDK.podspec CHANGED
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNFaceSDK'
8
- s.version = '8.2.1198-rc'
8
+ s.version = '8.2.1203-rc'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.ios.deployment_target = '13.0'
17
17
  s.source_files = [ 'ios/**/*.swift', 'ios/**/RN*.m' ]
18
18
  s.exclude_files = [ 'ios/CDVFaceSDK.swift' ]
19
- s.dependency 'FaceSDKStage', '8.3.4650'
19
+ s.dependency 'FaceSDKStage', '8.3.4657'
20
20
  s.dependency 'React'
21
21
  end
@@ -29,7 +29,7 @@ dependencies {
29
29
  //noinspection GradleDynamicVersion
30
30
  implementation 'com.facebook.react:react-native:+'
31
31
  //noinspection GradleDependency
32
- implementation('com.regula.face:api:8.2.5149'){
32
+ implementation('com.regula.face:api:8.2.5152'){
33
33
  transitive = true
34
34
  }
35
35
  }
@@ -12,7 +12,7 @@ repositories {
12
12
 
13
13
  dependencies {
14
14
  //noinspection GradleDependency
15
- implementation('com.regula.face:api:8.2.5149'){
15
+ implementation('com.regula.face:api:8.2.5152'){
16
16
  transitive = true
17
17
  }
18
18
  }
@@ -6,7 +6,7 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "8.2.1198-rc",
9
+ "@regulaforensics/face-sdk": "8.2.1203-rc",
10
10
  "@regulaforensics/face-core-basic": "8.3.657-rc",
11
11
  "@awesome-cordova-plugins/file": "^8.1.0",
12
12
  "@awesome-cordova-plugins/camera": "^8.1.0",
@@ -20,7 +20,7 @@
20
20
  "@awesome-cordova-plugins/camera": "^9.2.0",
21
21
  "@awesome-cordova-plugins/dialogs": "^9.2.0",
22
22
  "@awesome-cordova-plugins/file": "^9.2.0",
23
- "@regulaforensics/face-sdk": "8.2.1198-rc",
23
+ "@regulaforensics/face-sdk": "8.2.1203-rc",
24
24
  "@regulaforensics/face-core-basic": "8.3.657-rc",
25
25
  "cordova-android": "^15.0.0",
26
26
  "cordova-ios": "^8.1.1",
@@ -8,7 +8,7 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/face-sdk": "8.2.1198-rc",
11
+ "@regulaforensics/face-sdk": "8.2.1203-rc",
12
12
  "@regulaforensics/face-core-basic": "8.3.657-rc",
13
13
  "react-native": "^0.81.4",
14
14
  "react-native-fs": "^2.20.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/face-sdk",
3
- "version": "8.2.1198-rc",
3
+ "version": "8.2.1203-rc",
4
4
  "description": "This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.",
5
5
  "main": "www/react-native/index.js",
6
6
  "module": "www/capacitor/index.js",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/face-sdk" version="8.2.1198-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-sdk" version="8.2.1203-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>FaceSDK</name>
4
4
  <description>Cordova plugin for Regula Face SDK</description>
5
5
  <license>commercial</license>
@@ -27,7 +27,7 @@
27
27
  <source url="https://github.com/regulaforensics/podspecs.git" />
28
28
  </config>
29
29
  <pods>
30
- <pod name="FaceSDKStage" spec="8.3.4650" />
30
+ <pod name="FaceSDKStage" spec="8.3.4657" />
31
31
  </pods>
32
32
  </podspec>
33
33
  </platform>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/face-sdk",
16
- "version": "8.2.1198-rc",
16
+ "version": "8.2.1203-rc",
17
17
  "dev": true,
18
18
  "license": "commercial",
19
19
  "dependencies": {
package/www/cordova.js CHANGED
@@ -69,7 +69,7 @@ class Customization {
69
69
  }
70
70
 
71
71
  set onCustomButtonTapped(completion) {
72
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_3__._setCustomButtonTappedCompletion)(completion)
72
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_3__._setCustomButtonTappedCompletion)(completion)
73
73
  }
74
74
 
75
75
  static fromJson(jsonObject) {
@@ -2564,7 +2564,7 @@ class FaceSDK {
2564
2564
  }
2565
2565
 
2566
2566
  set videoEncoderCompletion(completion) {
2567
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setVideoEncoderCompletion)(completion)
2567
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setVideoEncoderCompletion)(completion)
2568
2568
  }
2569
2569
 
2570
2570
  get personDatabase() { return this._personDatabase }
@@ -2587,28 +2587,28 @@ class FaceSDK {
2587
2587
  }
2588
2588
 
2589
2589
  deinitialize() {
2590
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("deinitialize", [])
2590
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("deinitialize", [])
2591
2591
  }
2592
2592
 
2593
2593
  async startFaceCapture(options) {
2594
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2594
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2595
2595
  var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startFaceCapture", [options?.config])
2596
2596
  return _face_capture_face_capture_response__WEBPACK_IMPORTED_MODULE_24__.FaceCaptureResponse.fromJson(JSON.parse(response))
2597
2597
  }
2598
2598
 
2599
2599
  stopFaceCapture() {
2600
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopFaceCapture", [])
2600
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopFaceCapture", [])
2601
2601
  }
2602
2602
 
2603
2603
  async startLiveness(options) {
2604
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2604
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2605
2605
  ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setLivenessNotificationCompletion)(options?.notificationCompletion)
2606
2606
  var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startLiveness", [options?.config])
2607
2607
  return _liveness_liveness_response__WEBPACK_IMPORTED_MODULE_41__.LivenessResponse.fromJson(JSON.parse(response))
2608
2608
  }
2609
2609
 
2610
2610
  async startEnrollment(config, options) {
2611
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2611
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2612
2612
  ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setLivenessNotificationCompletion)(options?.notificationCompletion)
2613
2613
  var response = JSON.parse(await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startEnrollment", [config]))
2614
2614
  var lr = _liveness_liveness_response__WEBPACK_IMPORTED_MODULE_41__.LivenessResponse.fromJson(response["livenessResponse"]);
@@ -2617,7 +2617,7 @@ class FaceSDK {
2617
2617
  }
2618
2618
 
2619
2619
  async startVerification(config, options) {
2620
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2620
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCameraSwitchCallback)(options?.cameraSwitchCallback)
2621
2621
  ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setLivenessNotificationCompletion)(options?.notificationCompletion)
2622
2622
  var response = JSON.parse(await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startVerification", [config]))
2623
2623
  var lr = _liveness_liveness_response__WEBPACK_IMPORTED_MODULE_41__.LivenessResponse.fromJson(response["livenessResponse"]);
@@ -2631,7 +2631,7 @@ class FaceSDK {
2631
2631
  }
2632
2632
 
2633
2633
  stopLiveness() {
2634
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopLiveness", [])
2634
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopLiveness", [])
2635
2635
  }
2636
2636
 
2637
2637
  async matchFaces(request, options) {
@@ -2667,7 +2667,7 @@ class FaceSDK {
2667
2667
  }
2668
2668
 
2669
2669
  _setServiceUrl(url) {
2670
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setServiceUrl", [url])
2670
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setServiceUrl", [url])
2671
2671
  }
2672
2672
 
2673
2673
  async _getTenant() {
@@ -2675,7 +2675,7 @@ class FaceSDK {
2675
2675
  }
2676
2676
 
2677
2677
  _setTenant(tenant) {
2678
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTenant", [tenant]);
2678
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTenant", [tenant]);
2679
2679
  }
2680
2680
 
2681
2681
  async _getEnv() {
@@ -2683,7 +2683,7 @@ class FaceSDK {
2683
2683
  }
2684
2684
 
2685
2685
  _setEnv(env) {
2686
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setEnv", [env]);
2686
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setEnv", [env]);
2687
2687
  }
2688
2688
 
2689
2689
  async _getLocale() {
@@ -2691,15 +2691,15 @@ class FaceSDK {
2691
2691
  }
2692
2692
 
2693
2693
  _setLocale(locale) {
2694
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocale", [locale]);
2694
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocale", [locale]);
2695
2695
  }
2696
2696
 
2697
2697
  _setLocalizationDictionary(dictionary) {
2698
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocalizationDictionary", [dictionary])
2698
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocalizationDictionary", [dictionary])
2699
2699
  }
2700
2700
 
2701
2701
  _setRequestHeaders(dictionary) {
2702
- (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setRequestHeaders", [dictionary])
2702
+ ;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setRequestHeaders", [dictionary])
2703
2703
  }
2704
2704
  }
2705
2705