idwise-react-native-sdk 5.0.3 → 5.0.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.
- package/ios/IDWiseSDK.xcframework/Info.plist +6 -6
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
- 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 +1814 -1433
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -1
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +1 -1
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/objects-13.0+.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/runtime.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +19 -19
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Assets.car +0 -0
- 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 +1814 -1433
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -1
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -1
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/objects-13.0+.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/runtime.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +17 -17
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/package.json +1 -1
|
@@ -230,7 +230,7 @@ public enum DataTransferError : Swift.Error {
|
|
|
230
230
|
case resolvedNetworkFailure(any Swift.Error)
|
|
231
231
|
}
|
|
232
232
|
public protocol DataTransferService {
|
|
233
|
-
typealias CompletionHandler<T> = (Swift.Result<T, IDWiseSDK.DataTransferError>, Foundation.Data?) -> Swift.Void
|
|
233
|
+
typealias CompletionHandler<T> = (Swift.Result<T, IDWiseSDK.DataTransferError>, Foundation.Data?, Foundation.URLResponse?) -> Swift.Void
|
|
234
234
|
@discardableResult
|
|
235
235
|
func request<T, E>(with endpoint: E, completion: @escaping Self.CompletionHandler<T>) -> (any IDWiseSDK.NetworkCancellable)? where T : Swift.Decodable, T == E.Response, E : IDWiseSDK.ResponseRequestable
|
|
236
236
|
@discardableResult
|
|
@@ -230,7 +230,7 @@ public enum DataTransferError : Swift.Error {
|
|
|
230
230
|
case resolvedNetworkFailure(any Swift.Error)
|
|
231
231
|
}
|
|
232
232
|
public protocol DataTransferService {
|
|
233
|
-
typealias CompletionHandler<T> = (Swift.Result<T, IDWiseSDK.DataTransferError>, Foundation.Data?) -> Swift.Void
|
|
233
|
+
typealias CompletionHandler<T> = (Swift.Result<T, IDWiseSDK.DataTransferError>, Foundation.Data?, Foundation.URLResponse?) -> Swift.Void
|
|
234
234
|
@discardableResult
|
|
235
235
|
func request<T, E>(with endpoint: E, completion: @escaping Self.CompletionHandler<T>) -> (any IDWiseSDK.NetworkCancellable)? where T : Swift.Decodable, T == E.Response, E : IDWiseSDK.ResponseRequestable
|
|
236
236
|
@discardableResult
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Assets.car</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
2bWMk+3s5ANTedMrlENFLAh6HQA=
|
|
10
10
|
</data>
|
|
11
11
|
<key>BulletCell.nib</key>
|
|
12
12
|
<data>
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
</data>
|
|
107
107
|
<key>Info.plist</key>
|
|
108
108
|
<data>
|
|
109
|
-
|
|
109
|
+
dc0SpDfaxMrJtBchCVKW6Dl3HBg=
|
|
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
|
+
60MXhKVczL9kWboc9trJbuo+OEY=
|
|
142
142
|
</data>
|
|
143
143
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
TkIGVEsXOjJ+ukM+JO/31wQU/cQ=
|
|
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
|
+
TkIGVEsXOjJ+ukM+JO/31wQU/cQ=
|
|
154
154
|
</data>
|
|
155
155
|
<key>Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
156
156
|
<data>
|
|
157
|
-
|
|
157
|
+
kP/S5mXhOH+o/FAwbuBWcb5KK7E=
|
|
158
158
|
</data>
|
|
159
159
|
<key>Mulish-Bold.ttf</key>
|
|
160
160
|
<data>
|
|
@@ -182,11 +182,11 @@
|
|
|
182
182
|
</data>
|
|
183
183
|
<key>ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/objects-13.0+.nib</key>
|
|
184
184
|
<data>
|
|
185
|
-
|
|
185
|
+
u7DNkdjCup3QuL63uMnzRDv+WdU=
|
|
186
186
|
</data>
|
|
187
187
|
<key>ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/runtime.nib</key>
|
|
188
188
|
<data>
|
|
189
|
-
|
|
189
|
+
aNOfHwmwqiXu9+Yvp6svf5HpEf0=
|
|
190
190
|
</data>
|
|
191
191
|
<key>ProgressBarMenuScreen.nib/objects-13.0+.nib</key>
|
|
192
192
|
<data>
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
</data>
|
|
247
247
|
<key>document_detector.mlmodelc/coremldata.bin</key>
|
|
248
248
|
<data>
|
|
249
|
-
|
|
249
|
+
HR2luxFuZh/8cHg5YDqhh/r0i4w=
|
|
250
250
|
</data>
|
|
251
251
|
<key>document_detector.mlmodelc/metadata.json</key>
|
|
252
252
|
<data>
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
<dict>
|
|
337
337
|
<key>hash2</key>
|
|
338
338
|
<data>
|
|
339
|
-
|
|
339
|
+
sUvvPunw/D2VhdSxEXyOhJn51S6c4Co4gN4FIhxeVDk=
|
|
340
340
|
</data>
|
|
341
341
|
</dict>
|
|
342
342
|
<key>BulletCell.nib</key>
|
|
@@ -560,14 +560,14 @@
|
|
|
560
560
|
<dict>
|
|
561
561
|
<key>hash2</key>
|
|
562
562
|
<data>
|
|
563
|
-
|
|
563
|
+
89wIkNJv5/aLPXaEoc6G1wr0XMOAZA8Rlbat9xv0a3Q=
|
|
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
|
+
vx0FpvWV0Ow/dlpT2Lin5YKASvo/gSFOrjVIFvjDmFs=
|
|
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
|
+
vx0FpvWV0Ow/dlpT2Lin5YKASvo/gSFOrjVIFvjDmFs=
|
|
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
|
+
TnV++sl9arXHRlGSNzE9p6hpMkcvocNKFoOdw33Q9w0=
|
|
592
592
|
</data>
|
|
593
593
|
</dict>
|
|
594
594
|
<key>Mulish-Bold.ttf</key>
|
|
@@ -637,14 +637,14 @@
|
|
|
637
637
|
<dict>
|
|
638
638
|
<key>hash2</key>
|
|
639
639
|
<data>
|
|
640
|
-
|
|
640
|
+
E6OJeJz6KJsmb3856yzAHD1d5cra4l/g05/awte7Ask=
|
|
641
641
|
</data>
|
|
642
642
|
</dict>
|
|
643
643
|
<key>ProcessJourneyViewController.storyboardc/yS7-79-T86-view-owr-v5-NaP.nib/runtime.nib</key>
|
|
644
644
|
<dict>
|
|
645
645
|
<key>hash2</key>
|
|
646
646
|
<data>
|
|
647
|
-
|
|
647
|
+
TFwzgntCKZvQfhppCnNy/GrAKzwu1mW9OuowrMGLiGs=
|
|
648
648
|
</data>
|
|
649
649
|
</dict>
|
|
650
650
|
<key>ProgressBarMenuScreen.nib/objects-13.0+.nib</key>
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
<dict>
|
|
750
750
|
<key>hash2</key>
|
|
751
751
|
<data>
|
|
752
|
-
|
|
752
|
+
adXn3JLGbopK+9ILcin40sdOFl7bm1aE0PiG9enYIeY=
|
|
753
753
|
</data>
|
|
754
754
|
</dict>
|
|
755
755
|
<key>document_detector.mlmodelc/metadata.json</key>
|
|
Binary file
|