idwise-react-native-sdk 4.7.3 → 4.8.0

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 (22) hide show
  1. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/objects-13.0+.nib +0 -0
  2. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib +0 -0
  3. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
  4. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
  5. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +653 -483
  6. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -0
  7. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +1 -0
  8. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +19 -19
  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-x86_64-simulator/IDWiseSDK.framework/Assets.car +0 -0
  13. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/objects-13.0+.nib +0 -0
  14. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib +0 -0
  15. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
  16. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
  17. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +653 -483
  18. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -0
  19. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -0
  20. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +17 -17
  21. package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
  22. package/package.json +1 -1
@@ -61,6 +61,7 @@ extension IDWiseSDK.IDWise {
61
61
  public class func startJourney(journeyDefinitionId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate)
62
62
  public class func startDynamicJourney(journeyDefinitionId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate, stepDelegate: any IDWiseSDK.IDWiseSDKStepDelegate)
63
63
  public class func resumeDynamicJourney(journeyDefinitionId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate, stepDelegate: any IDWiseSDK.IDWiseSDKStepDelegate)
64
+ public class func resumeJourney(journeyDefinitionId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate)
64
65
  public class func startStep(stepId: Swift.String)
65
66
  public class func startStepFromFileUpload(stepId: Swift.String, data: Foundation.Data)
66
67
  public class func initialize(clientKey: Swift.String, theme: IDWiseSDK.IDWiseSDKTheme, onError: @escaping (IDWiseSDK.IDWiseSDKError?) -> ())
@@ -61,6 +61,7 @@ extension IDWiseSDK.IDWise {
61
61
  public class func startJourney(journeyDefinitionId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate)
62
62
  public class func startDynamicJourney(journeyDefinitionId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate, stepDelegate: any IDWiseSDK.IDWiseSDKStepDelegate)
63
63
  public class func resumeDynamicJourney(journeyDefinitionId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate, stepDelegate: any IDWiseSDK.IDWiseSDKStepDelegate)
64
+ public class func resumeJourney(journeyDefinitionId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyDelegate: any IDWiseSDK.IDWiseSDKJourneyDelegate)
64
65
  public class func startStep(stepId: Swift.String)
65
66
  public class func startStepFromFileUpload(stepId: Swift.String, data: Foundation.Data)
66
67
  public class func initialize(clientKey: Swift.String, theme: IDWiseSDK.IDWiseSDKTheme, onError: @escaping (IDWiseSDK.IDWiseSDKError?) -> ())
@@ -94,11 +94,11 @@
94
94
  </data>
95
95
  <key>FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/objects-13.0+.nib</key>
96
96
  <data>
97
- W0+NV2QG+JK8rfLZLd965CsYCuU=
97
+ qVOnjkIxAz/1pgnxwCG7xzRRAKI=
98
98
  </data>
99
99
  <key>FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib</key>
100
100
  <data>
101
- UrXQ59FqMa6AyTKJaahdjzW4Yg8=
101
+ Ldcu7cmgSc4fQvjFTbHnsccVUas=
102
102
  </data>
103
103
  <key>Headers/IDWise.h</key>
104
104
  <data>
@@ -106,7 +106,7 @@
106
106
  </data>
107
107
  <key>Info.plist</key>
108
108
  <data>
109
- Vkj2rN3Qdk3c+wepZH4bBzuMscw=
109
+ sJXaYjLzRNfz7vGYjsHgJeNHQnM=
110
110
  </data>
111
111
  <key>JourneyIntroductionViewController.storyboardc/A5G-4b-J84-view-Avi-oP-H2l.nib/objects-13.0+.nib</key>
112
112
  <data>
@@ -138,11 +138,11 @@
138
138
  </data>
139
139
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json</key>
140
140
  <data>
141
- RAQMv07UF1pC1qABqgQcmK8s280=
141
+ sAca2BNB1dFdhzn3Joy+FJFXEXI=
142
142
  </data>
143
143
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
144
144
  <data>
145
- 4Ezg8RYkQGLNXc9MRISfp8nD86k=
145
+ 30p4oZxhwkQkNqfOckIm9bFO0Qg=
146
146
  </data>
147
147
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
148
148
  <data>
@@ -150,11 +150,11 @@
150
150
  </data>
151
151
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
152
152
  <data>
153
- 4Ezg8RYkQGLNXc9MRISfp8nD86k=
153
+ 30p4oZxhwkQkNqfOckIm9bFO0Qg=
154
154
  </data>
155
155
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
156
156
  <data>
157
- cRUwnkG8qF0nAg/gwivWP9Ptv+c=
157
+ Bp0+/vCos0dZh0Q8tEnl5Iax8A8=
158
158
  </data>
159
159
  <key>Mulish-Bold.ttf</key>
160
160
  <data>
@@ -246,11 +246,11 @@
246
246
  </data>
247
247
  <key>document_detector.mlmodelc/coremldata.bin</key>
248
248
  <data>
249
- x3g53PPMGiV+lKaSqDvTgz742wg=
249
+ aaXR+BpPN3sTXRWe9mXCzJb/XSU=
250
250
  </data>
251
251
  <key>document_detector.mlmodelc/metadata.json</key>
252
252
  <data>
253
- 8JCCIDkijTVBZPMsFFPt8S0Upok=
253
+ BsMj9R+3QGkJQhV5WvgqNChPGx4=
254
254
  </data>
255
255
  <key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
256
256
  <data>
@@ -258,7 +258,7 @@
258
258
  </data>
259
259
  <key>document_detector.mlmodelc/model0/coremldata.bin</key>
260
260
  <data>
261
- ABNV0PCZmD0Me9P64JCCuqQeyZA=
261
+ 9/MJoxIZRg0qdxte7EMbuDJqB2M=
262
262
  </data>
263
263
  <key>document_detector.mlmodelc/model0/model.espresso.net</key>
264
264
  <data>
@@ -490,14 +490,14 @@
490
490
  <dict>
491
491
  <key>hash2</key>
492
492
  <data>
493
- +uM3LM05MGdteq7LxgQIfqNBBvEAt2RILRj6bh3wlsw=
493
+ 5ERwfefKGXBgqz3A7xbpGukxuZj5R/h8a8ZkO74wMEM=
494
494
  </data>
495
495
  </dict>
496
496
  <key>FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib</key>
497
497
  <dict>
498
498
  <key>hash2</key>
499
499
  <data>
500
- aGsas9I4ajFi+AkT2U8Z3WW5KaGPvezSkmwA/klkVos=
500
+ 35y5KWAG968vlcXdOmqhDXcRO32ix0lC72hvgKloB1k=
501
501
  </data>
502
502
  </dict>
503
503
  <key>Headers/IDWise.h</key>
@@ -560,14 +560,14 @@
560
560
  <dict>
561
561
  <key>hash2</key>
562
562
  <data>
563
- 5oooAPTymmwZwr0e4+a8ezK5qYaTwiEZqY9rWsGrM8c=
563
+ /bZOJ5HyQQbGQrm58nGh9Mvkfe0Rne1EdJEStKhQ/UA=
564
564
  </data>
565
565
  </dict>
566
566
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
567
567
  <dict>
568
568
  <key>hash2</key>
569
569
  <data>
570
- hi64iAMJI1YWBF2qyXMhaR/Q6Y7ytrXgWjkIje1YqtE=
570
+ Y5Z4dG8myU0nTesmQKLZ+phKkQaUvTyezURaJt5l6XE=
571
571
  </data>
572
572
  </dict>
573
573
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
@@ -581,14 +581,14 @@
581
581
  <dict>
582
582
  <key>hash2</key>
583
583
  <data>
584
- hi64iAMJI1YWBF2qyXMhaR/Q6Y7ytrXgWjkIje1YqtE=
584
+ Y5Z4dG8myU0nTesmQKLZ+phKkQaUvTyezURaJt5l6XE=
585
585
  </data>
586
586
  </dict>
587
587
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
588
588
  <dict>
589
589
  <key>hash2</key>
590
590
  <data>
591
- xU5d9Sm7S8M3sP0e7iqpDCwTcylSJZo0ZQaPDVOezOQ=
591
+ IWzZh0IZqOMzQrgp95SESZlWE13LbMi+CoOXIh2WOfk=
592
592
  </data>
593
593
  </dict>
594
594
  <key>Mulish-Bold.ttf</key>
@@ -749,14 +749,14 @@
749
749
  <dict>
750
750
  <key>hash2</key>
751
751
  <data>
752
- 55dJ0iU5Us0bBh1Ge1AzosaBJLWiPDIkB+UNHveoD08=
752
+ xQJZIUpZ6KJpXgBdnbqIWPkaEb9OmFw9J9fAdQEVe8k=
753
753
  </data>
754
754
  </dict>
755
755
  <key>document_detector.mlmodelc/metadata.json</key>
756
756
  <dict>
757
757
  <key>hash2</key>
758
758
  <data>
759
- ty9T1qME6Ww4ioQJVUnOmYFflM04Cx+1l7azuzxTAzU=
759
+ ttavkHwMq00AMNq8YVdvk0QgFrY/3Ct3L2XGHkZqFr8=
760
760
  </data>
761
761
  </dict>
762
762
  <key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
@@ -770,7 +770,7 @@
770
770
  <dict>
771
771
  <key>hash2</key>
772
772
  <data>
773
- GkhvG+cIZydp4WKoPZ+jd0bUwj5/zQ7U4A9Dt44QwWg=
773
+ cTCoaQqNdoeqy8Et5+UiYb/ViKEz6/zTidf51cBNJfY=
774
774
  </data>
775
775
  </dict>
776
776
  <key>document_detector.mlmodelc/model0/model.espresso.net</key>
@@ -90,9 +90,9 @@
90
90
  ],
91
91
  "generatedClassName" : "document_detector",
92
92
  "userDefinedMetadata" : {
93
+ "iou_threshold" : "0.45",
93
94
  "classes" : "Doc",
94
- "confidence_threshold" : "0.25",
95
- "iou_threshold" : "0.45"
95
+ "confidence_threshold" : "0.25"
96
96
  },
97
97
  "neuralNetworkLayerTypeHistogram" : {
98
98
  "Concat" : 13,