idwise-react-native-sdk 5.5.3 → 5.5.4

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 (31) hide show
  1. package/android/build.gradle +6 -9
  2. package/android/gradle.properties +1 -1
  3. package/ios/IDWiseSDK.xcframework/Info.plist +9 -5
  4. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
  5. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
  6. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
  7. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +4 -4
  8. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +13 -13
  9. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
  10. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
  11. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/model0/coremldata.bin +0 -0
  12. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_quality_model.mlmodelc/coremldata.bin +0 -0
  13. package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Info.plist +20 -0
  14. package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/DWARF/IDWiseSDK +0 -0
  15. package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/IDWiseSDK.yml +5220 -0
  16. package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/FingerprintPro.swiftinterface +237 -0
  17. package/ios/IDWiseSDK.xcframework/ios-arm64/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/ShieldFraud.swiftinterface +170 -0
  18. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
  19. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
  20. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +4 -4
  21. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +4 -4
  22. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +5 -5
  23. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Info.plist +20 -0
  24. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/DWARF/IDWiseSDK +0 -0
  25. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/IDWiseSDK.yml +5204 -0
  26. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/IDWiseSDK.yml +5112 -0
  27. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/FingerprintPro.swiftinterface +237 -0
  28. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/aarch64/ShieldFraud.swiftinterface +170 -0
  29. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/x86_64/FingerprintPro.swiftinterface +237 -0
  30. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/IDWiseSDK.framework.dSYM/Contents/Resources/Swift/x86_64/ShieldFraud.swiftinterface +170 -0
  31. package/package.json +1 -1
@@ -6,9 +6,9 @@ buildscript {
6
6
  def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["IdwiseMobileSdk_kotlinVersion"]
7
7
 
8
8
  repositories {
9
- maven { url 'https://mobile-sdk.idwise.ai/releases/' }
10
9
  google()
11
10
  mavenCentral()
11
+ maven { url 'https://mobile-sdk.idwise.ai/releases/' }
12
12
  }
13
13
 
14
14
  dependencies {
@@ -18,13 +18,13 @@ buildscript {
18
18
  }
19
19
  }
20
20
 
21
- /*allprojects {
21
+ allprojects {
22
22
  repositories {
23
- maven { url 'https://mobile-sdk.idwise.ai/releases/' }
24
23
  google()
25
24
  mavenCentral()
26
- }
27
- }*/
25
+ maven { url 'https://mobile-sdk.idwise.ai/releases/' }
26
+ }
27
+ }
28
28
 
29
29
  def isNewArchitectureEnabled() {
30
30
  return rootProject.hasProperty("newArchEnabled") && rootProject.getProperty("newArchEnabled") == "true"
@@ -94,10 +94,7 @@ android {
94
94
  repositories {
95
95
  mavenCentral()
96
96
  google()
97
- //maven{
98
- // name 'Staging'
99
- // url 'https://s01.oss.sonatype.org/content/repositories/staging/'
100
- // }
97
+ maven { url 'https://mobile-sdk.idwise.ai/releases/' }
101
98
  }
102
99
 
103
100
  def kotlin_version = getExtOrDefault("kotlinVersion")
@@ -4,4 +4,4 @@ IdwiseMobileSdk_targetSdkVersion=31
4
4
  IdwiseMobileSdk_compileSdkVersion=31
5
5
  IdwiseMobileSdk_ndkversion=21.4.7075529
6
6
  # Idwise SDK version
7
- idwise_sdk_version=5.5.1
7
+ idwise_sdk_version=5.5.2
@@ -7,33 +7,37 @@
7
7
  <dict>
8
8
  <key>BinaryPath</key>
9
9
  <string>IDWiseSDK.framework/IDWiseSDK</string>
10
+ <key>DebugSymbolsPath</key>
11
+ <string>dSYMs</string>
10
12
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64</string>
13
+ <string>ios-arm64_x86_64-simulator</string>
12
14
  <key>LibraryPath</key>
13
15
  <string>IDWiseSDK.framework</string>
14
16
  <key>SupportedArchitectures</key>
15
17
  <array>
16
18
  <string>arm64</string>
19
+ <string>x86_64</string>
17
20
  </array>
18
21
  <key>SupportedPlatform</key>
19
22
  <string>ios</string>
23
+ <key>SupportedPlatformVariant</key>
24
+ <string>simulator</string>
20
25
  </dict>
21
26
  <dict>
22
27
  <key>BinaryPath</key>
23
28
  <string>IDWiseSDK.framework/IDWiseSDK</string>
29
+ <key>DebugSymbolsPath</key>
30
+ <string>dSYMs</string>
24
31
  <key>LibraryIdentifier</key>
25
- <string>ios-arm64_x86_64-simulator</string>
32
+ <string>ios-arm64</string>
26
33
  <key>LibraryPath</key>
27
34
  <string>IDWiseSDK.framework</string>
28
35
  <key>SupportedArchitectures</key>
29
36
  <array>
30
37
  <string>arm64</string>
31
- <string>x86_64</string>
32
38
  </array>
33
39
  <key>SupportedPlatform</key>
34
40
  <string>ios</string>
35
- <key>SupportedPlatformVariant</key>
36
- <string>simulator</string>
37
41
  </dict>
38
42
  </array>
39
43
  <key>CFBundlePackageType</key>
@@ -27503,28 +27503,28 @@
27503
27503
  {
27504
27504
  "filePath": "\/Users\/waqarzahour\/Documents\/IDWise\/mobile-ios-sdk\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
27505
27505
  "kind": "BooleanLiteral",
27506
- "offset": 26171,
27506
+ "offset": 26217,
27507
27507
  "length": 5,
27508
27508
  "value": "false"
27509
27509
  },
27510
27510
  {
27511
27511
  "filePath": "\/Users\/waqarzahour\/Documents\/IDWise\/mobile-ios-sdk\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
27512
27512
  "kind": "BooleanLiteral",
27513
- "offset": 33235,
27513
+ "offset": 33343,
27514
27514
  "length": 5,
27515
27515
  "value": "false"
27516
27516
  },
27517
27517
  {
27518
27518
  "filePath": "\/Users\/waqarzahour\/Documents\/IDWise\/mobile-ios-sdk\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
27519
27519
  "kind": "BooleanLiteral",
27520
- "offset": 59756,
27520
+ "offset": 59724,
27521
27521
  "length": 4,
27522
27522
  "value": "true"
27523
27523
  },
27524
27524
  {
27525
27525
  "filePath": "\/Users\/waqarzahour\/Documents\/IDWise\/mobile-ios-sdk\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
27526
27526
  "kind": "BooleanLiteral",
27527
- "offset": 60864,
27527
+ "offset": 60832,
27528
27528
  "length": 5,
27529
27529
  "value": "false"
27530
27530
  },
@@ -6,7 +6,7 @@
6
6
  <dict>
7
7
  <key>Assets.car</key>
8
8
  <data>
9
- +P88qTGFEvEDCn+wlUOpkqRttS8=
9
+ 4B9P5uTI3FoV9UruJm7Yvq+IN3U=
10
10
  </data>
11
11
  <key>BlockedJourneyViewController.storyboardc/Info.plist</key>
12
12
  <data>
@@ -86,7 +86,7 @@
86
86
  </data>
87
87
  <key>Info.plist</key>
88
88
  <data>
89
- 0kSkFqWUN78ZAPB8biRrzJZKewE=
89
+ PMeJp0PReGv/KEeY2twsZlMxpwg=
90
90
  </data>
91
91
  <key>JourneyIntroductionViewController.storyboardc/A5G-4b-J84-view-Avi-oP-H2l.nib</key>
92
92
  <data>
@@ -110,7 +110,7 @@
110
110
  </data>
111
111
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json</key>
112
112
  <data>
113
- DnD1yci0P2UbzwtFSEY2IDTZV2E=
113
+ 4qe1J08YBv87/epqy2rMXOvOmLo=
114
114
  </data>
115
115
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
116
116
  <data>
@@ -206,11 +206,11 @@
206
206
  </data>
207
207
  <key>document_detector.mlmodelc/coremldata.bin</key>
208
208
  <data>
209
- x3g53PPMGiV+lKaSqDvTgz742wg=
209
+ HR2luxFuZh/8cHg5YDqhh/r0i4w=
210
210
  </data>
211
211
  <key>document_detector.mlmodelc/metadata.json</key>
212
212
  <data>
213
- +V5coS33+9YI2fH7KPW3HzGmvDw=
213
+ B4jjzqY73imLj0Ll9ROJNufQDUY=
214
214
  </data>
215
215
  <key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
216
216
  <data>
@@ -218,7 +218,7 @@
218
218
  </data>
219
219
  <key>document_detector.mlmodelc/model0/coremldata.bin</key>
220
220
  <data>
221
- 9/MJoxIZRg0qdxte7EMbuDJqB2M=
221
+ ABNV0PCZmD0Me9P64JCCuqQeyZA=
222
222
  </data>
223
223
  <key>document_detector.mlmodelc/model0/model.espresso.net</key>
224
224
  <data>
@@ -250,7 +250,7 @@
250
250
  </data>
251
251
  <key>document_quality_model.mlmodelc/coremldata.bin</key>
252
252
  <data>
253
- HO8q9ipcUQbvT68ngudX9iOkfeI=
253
+ ZjbzWh+y47NvlZYKO/0EZB7+T4I=
254
254
  </data>
255
255
  <key>document_quality_model.mlmodelc/metadata.json</key>
256
256
  <data>
@@ -296,7 +296,7 @@
296
296
  <dict>
297
297
  <key>hash2</key>
298
298
  <data>
299
- ti2Wh1HFi6mn467FQKEnkhl8Rj5EsUfReEmqEZN7Cz4=
299
+ pfQ+lzafMkp3q2BQzlNlE1+bUtuhYgKnPD6TmX814h0=
300
300
  </data>
301
301
  </dict>
302
302
  <key>BlockedJourneyViewController.storyboardc/Info.plist</key>
@@ -471,7 +471,7 @@
471
471
  <dict>
472
472
  <key>hash2</key>
473
473
  <data>
474
- /g5qBYag4LGYRZxRzElDe+CDSsIbP9wsZ5Vmh7Q4dSQ=
474
+ QDk7DTaHgSfoAKc3W5MW+dCutbqX57Jl+OOMrIWA7/Q=
475
475
  </data>
476
476
  </dict>
477
477
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
@@ -639,14 +639,14 @@
639
639
  <dict>
640
640
  <key>hash2</key>
641
641
  <data>
642
- 55dJ0iU5Us0bBh1Ge1AzosaBJLWiPDIkB+UNHveoD08=
642
+ adXn3JLGbopK+9ILcin40sdOFl7bm1aE0PiG9enYIeY=
643
643
  </data>
644
644
  </dict>
645
645
  <key>document_detector.mlmodelc/metadata.json</key>
646
646
  <dict>
647
647
  <key>hash2</key>
648
648
  <data>
649
- 0Dr3aOEnVsPJfVMPj/l+cOL0G1g+dAwWoXZQQCDlctM=
649
+ mqkoGf06I4liGasyjo0A2PN/XwzJZ5xWv3e1+Co/Pu4=
650
650
  </data>
651
651
  </dict>
652
652
  <key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
@@ -660,7 +660,7 @@
660
660
  <dict>
661
661
  <key>hash2</key>
662
662
  <data>
663
- cTCoaQqNdoeqy8Et5+UiYb/ViKEz6/zTidf51cBNJfY=
663
+ GkhvG+cIZydp4WKoPZ+jd0bUwj5/zQ7U4A9Dt44QwWg=
664
664
  </data>
665
665
  </dict>
666
666
  <key>document_detector.mlmodelc/model0/model.espresso.net</key>
@@ -716,7 +716,7 @@
716
716
  <dict>
717
717
  <key>hash2</key>
718
718
  <data>
719
- CX2/CMy3EXwIUniGJiXB08ngOzZxTslqBSE+85TVdx0=
719
+ rNfbU7X0gd1NnS02j//HfX5yQbjf9Yzamw7ED5reWP4=
720
720
  </data>
721
721
  </dict>
722
722
  <key>document_quality_model.mlmodelc/metadata.json</key>
@@ -2,9 +2,9 @@
2
2
  {
3
3
  "metadataOutputVersion" : "3.0",
4
4
  "userDefinedMetadata" : {
5
+ "classes" : "Doc",
5
6
  "confidence_threshold" : "0.25",
6
- "iou_threshold" : "0.45",
7
- "classes" : "Doc"
7
+ "iou_threshold" : "0.45"
8
8
  },
9
9
  "classLabels" : [
10
10
  "Doc"
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleIdentifier</key>
8
+ <string>com.apple.xcode.dsym.com.IDWise-ios-sdk</string>
9
+ <key>CFBundleInfoDictionaryVersion</key>
10
+ <string>6.0</string>
11
+ <key>CFBundlePackageType</key>
12
+ <string>dSYM</string>
13
+ <key>CFBundleSignature</key>
14
+ <string>????</string>
15
+ <key>CFBundleShortVersionString</key>
16
+ <string>5.5.4</string>
17
+ <key>CFBundleVersion</key>
18
+ <string>5.5.4</string>
19
+ </dict>
20
+ </plist>