idwise-react-native-sdk 5.0.5 → 5.0.7
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/ios/IDWiseSDK.xcframework/Info.plist +6 -6
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +1444 -551
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +19 -1
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +19 -1
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1444 -551
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +19 -1
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +19 -1
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +13 -13
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/model0/coremldata.bin +0 -0
- package/package.json +1 -1
|
@@ -86,7 +86,25 @@ extension IDWiseSDK.MenuWidgetView : UIKit.UITableViewDelegate, UIKit.UITableVie
|
|
|
86
86
|
@_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
87
87
|
@_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
88
88
|
}
|
|
89
|
-
public struct
|
|
89
|
+
public struct IDWiseErrorCode {
|
|
90
|
+
public static let emptyParameters: Swift.String
|
|
91
|
+
public static let sdkNotInitialized: Swift.String
|
|
92
|
+
public static let wrongCredentials: Swift.String
|
|
93
|
+
public static let emptyJourneyId: Swift.String
|
|
94
|
+
public static let fileTooLarge: Swift.String
|
|
95
|
+
public static let stepNotFound: Swift.String
|
|
96
|
+
public static let wrongStepId: Swift.String
|
|
97
|
+
public static let internalServerError: Swift.String
|
|
98
|
+
public static let networkError: Swift.String
|
|
99
|
+
public static let actionNotSupported: Swift.String
|
|
100
|
+
public static let stepNotStarted: Swift.String
|
|
101
|
+
public static let journeyNotCompleted: Swift.String
|
|
102
|
+
public static let invalidFlowId: Swift.String
|
|
103
|
+
public static let noActiveJourney: Swift.String
|
|
104
|
+
public static let journeyNotStarted: Swift.String
|
|
105
|
+
public static let stepConcluded: Swift.String
|
|
106
|
+
public static let nfcScanError: Swift.String
|
|
107
|
+
public static let noJourneyToResume: Swift.String
|
|
90
108
|
}
|
|
91
109
|
public struct IDWiseError : Swift.Codable {
|
|
92
110
|
public let code: Swift.String
|
|
@@ -86,7 +86,25 @@ extension IDWiseSDK.MenuWidgetView : UIKit.UITableViewDelegate, UIKit.UITableVie
|
|
|
86
86
|
@_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
87
87
|
@_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
88
88
|
}
|
|
89
|
-
public struct
|
|
89
|
+
public struct IDWiseErrorCode {
|
|
90
|
+
public static let emptyParameters: Swift.String
|
|
91
|
+
public static let sdkNotInitialized: Swift.String
|
|
92
|
+
public static let wrongCredentials: Swift.String
|
|
93
|
+
public static let emptyJourneyId: Swift.String
|
|
94
|
+
public static let fileTooLarge: Swift.String
|
|
95
|
+
public static let stepNotFound: Swift.String
|
|
96
|
+
public static let wrongStepId: Swift.String
|
|
97
|
+
public static let internalServerError: Swift.String
|
|
98
|
+
public static let networkError: Swift.String
|
|
99
|
+
public static let actionNotSupported: Swift.String
|
|
100
|
+
public static let stepNotStarted: Swift.String
|
|
101
|
+
public static let journeyNotCompleted: Swift.String
|
|
102
|
+
public static let invalidFlowId: Swift.String
|
|
103
|
+
public static let noActiveJourney: Swift.String
|
|
104
|
+
public static let journeyNotStarted: Swift.String
|
|
105
|
+
public static let stepConcluded: Swift.String
|
|
106
|
+
public static let nfcScanError: Swift.String
|
|
107
|
+
public static let noJourneyToResume: Swift.String
|
|
90
108
|
}
|
|
91
109
|
public struct IDWiseError : Swift.Codable {
|
|
92
110
|
public let code: Swift.String
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
</data>
|
|
107
107
|
<key>Info.plist</key>
|
|
108
108
|
<data>
|
|
109
|
-
|
|
109
|
+
DS/4m7i4dfNeqS/m9Tyh5VGFOfY=
|
|
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/x86_64-apple-ios-simulator.abi.json</key>
|
|
140
140
|
<data>
|
|
141
|
-
|
|
141
|
+
Evb48wuBcVhRPKRObFml7TQ7C/U=
|
|
142
142
|
</data>
|
|
143
143
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
3Qkl+24flYWhkR03CWWg6n7NGtU=
|
|
146
146
|
</data>
|
|
147
147
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
148
148
|
<data>
|
|
@@ -150,11 +150,11 @@
|
|
|
150
150
|
</data>
|
|
151
151
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
152
152
|
<data>
|
|
153
|
-
|
|
153
|
+
3Qkl+24flYWhkR03CWWg6n7NGtU=
|
|
154
154
|
</data>
|
|
155
155
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
156
156
|
<data>
|
|
157
|
-
|
|
157
|
+
X3PLH78VW20cxB2aoYi2dMvMYGc=
|
|
158
158
|
</data>
|
|
159
159
|
<key>Mulish-Bold.ttf</key>
|
|
160
160
|
<data>
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
</data>
|
|
251
251
|
<key>document_detector.mlmodelc/metadata.json</key>
|
|
252
252
|
<data>
|
|
253
|
-
|
|
253
|
+
Bpy6ALlbfzTcuat3RrUt0L5OXuY=
|
|
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
|
-
|
|
261
|
+
ABNV0PCZmD0Me9P64JCCuqQeyZA=
|
|
262
262
|
</data>
|
|
263
263
|
<key>document_detector.mlmodelc/model0/model.espresso.net</key>
|
|
264
264
|
<data>
|
|
@@ -560,14 +560,14 @@
|
|
|
560
560
|
<dict>
|
|
561
561
|
<key>hash2</key>
|
|
562
562
|
<data>
|
|
563
|
-
|
|
563
|
+
Mr/wQHzOzF8ZKKad5enptPGiFfvr2DDP/oEp69q/BQs=
|
|
564
564
|
</data>
|
|
565
565
|
</dict>
|
|
566
566
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
567
567
|
<dict>
|
|
568
568
|
<key>hash2</key>
|
|
569
569
|
<data>
|
|
570
|
-
|
|
570
|
+
aJLi2Wzu/kw+6sPmG4eTcARdTbD3+3o0uJUPcEwj/EM=
|
|
571
571
|
</data>
|
|
572
572
|
</dict>
|
|
573
573
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -581,14 +581,14 @@
|
|
|
581
581
|
<dict>
|
|
582
582
|
<key>hash2</key>
|
|
583
583
|
<data>
|
|
584
|
-
|
|
584
|
+
aJLi2Wzu/kw+6sPmG4eTcARdTbD3+3o0uJUPcEwj/EM=
|
|
585
585
|
</data>
|
|
586
586
|
</dict>
|
|
587
587
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
588
588
|
<dict>
|
|
589
589
|
<key>hash2</key>
|
|
590
590
|
<data>
|
|
591
|
-
|
|
591
|
+
5+zO8TZgYTKIqaifES85TECVED51i6UanVaakHK4MD4=
|
|
592
592
|
</data>
|
|
593
593
|
</dict>
|
|
594
594
|
<key>Mulish-Bold.ttf</key>
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
<dict>
|
|
757
757
|
<key>hash2</key>
|
|
758
758
|
<data>
|
|
759
|
-
|
|
759
|
+
JWCtN8hfxcPgjMTpX75kofYKJikZIBmNZ0MbkwA9C80=
|
|
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
|
-
|
|
773
|
+
GkhvG+cIZydp4WKoPZ+jd0bUwj5/zQ7U4A9Dt44QwWg=
|
|
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
|
+
"confidence_threshold" : "0.25",
|
|
93
94
|
"iou_threshold" : "0.45",
|
|
94
|
-
"classes" : "Doc"
|
|
95
|
-
"confidence_threshold" : "0.25"
|
|
95
|
+
"classes" : "Doc"
|
|
96
96
|
},
|
|
97
97
|
"neuralNetworkLayerTypeHistogram" : {
|
|
98
98
|
"Concat" : 13,
|
|
Binary file
|