idwise-react-native-sdk 4.7.3-alpha.8 → 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.
- package/android/build.gradle +11 -2
- package/android/gradle.properties +3 -1
- package/idwise-react-native-sdk.podspec +41 -8
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/objects-13.0+.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Headers/IDWise.h +18 -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 +3433 -1262
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +44 -6
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +44 -6
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +30 -19
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/model0/coremldata.bin +0 -0
- 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
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib +0 -0
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Headers/IDWise.h +18 -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 +3433 -1262
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +44 -6
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +44 -6
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +26 -15
- package/ios/IDWiseSDK.xcframework/ios-x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/lib/commonjs/IDWise.js.map +1 -1
- package/lib/commonjs/IDWiseConstants.js.map +1 -1
- package/lib/commonjs/IDWiseEventListeners.js.map +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/IDWise.js.map +1 -1
- package/lib/module/IDWiseConstants.js.map +1 -1
- package/lib/module/IDWiseEventListeners.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/package.json +10 -5
- /package/ios/{IdwiseMobileSdk.h → IdwiseMobileSdk-Bridging-Header.h} +0 -0
|
@@ -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?) -> ())
|
|
@@ -125,13 +126,17 @@ public struct ExtractedFields : Swift.Equatable {
|
|
|
125
126
|
public let fullName: IDWiseSDK.FieldValue?, fullNameNative: IDWiseSDK.FieldValue?, personalNumber: IDWiseSDK.FieldValue?
|
|
126
127
|
public static func == (a: IDWiseSDK.ExtractedFields, b: IDWiseSDK.ExtractedFields) -> Swift.Bool
|
|
127
128
|
}
|
|
128
|
-
public struct FieldValue : Swift.Equatable {
|
|
129
|
+
public struct FieldValue : Swift.Equatable, Swift.Codable {
|
|
129
130
|
public let value: Swift.String?
|
|
130
131
|
public static func == (a: IDWiseSDK.FieldValue, b: IDWiseSDK.FieldValue) -> Swift.Bool
|
|
132
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
133
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
131
134
|
}
|
|
132
|
-
public struct NFCResult {
|
|
133
|
-
public let facePhoto:
|
|
135
|
+
public struct NFCResult : Swift.Codable {
|
|
136
|
+
public let facePhoto: Foundation.Data?
|
|
134
137
|
public var extractedFields: [Swift.String : IDWiseSDK.FieldValue]?
|
|
138
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
139
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
135
140
|
}
|
|
136
141
|
extension UIKit.UIFont {
|
|
137
142
|
public static let loadCustomFonts: ()
|
|
@@ -421,14 +426,14 @@ public struct DocumentRecognition : Swift.Codable {
|
|
|
421
426
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
422
427
|
public init(from decoder: any Swift.Decoder) throws
|
|
423
428
|
}
|
|
424
|
-
public struct
|
|
429
|
+
public struct JourneySummaryInternal : Swift.Codable {
|
|
425
430
|
public let journeyId: Swift.String
|
|
426
431
|
public let isCompleted: Swift.Bool
|
|
427
|
-
public var stepSummaries: [IDWiseSDK.
|
|
432
|
+
public var stepSummaries: [IDWiseSDK.JourneySummaryInternal.StepSummary]
|
|
428
433
|
public let journeyResult: IDWiseSDK.JourneyResultDTO?
|
|
429
434
|
public let journeyDefinition: IDWiseSDK.JourneyDefinitionDTO?
|
|
430
435
|
public struct StepSummary : Swift.Codable {
|
|
431
|
-
public let definition: IDWiseSDK.
|
|
436
|
+
public let definition: IDWiseSDK.JourneySummaryInternal.StepDefinition
|
|
432
437
|
public var result: IDWiseSDK.StepResult?
|
|
433
438
|
public let recognition: IDWiseSDK.DocumentRecognition?
|
|
434
439
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
@@ -466,6 +471,39 @@ public struct NFCConfigurationDTO : Swift.Codable {
|
|
|
466
471
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
467
472
|
public init(from decoder: any Swift.Decoder) throws
|
|
468
473
|
}
|
|
474
|
+
public struct JourneySummary : Swift.Codable {
|
|
475
|
+
public var isCompleted: Swift.Bool
|
|
476
|
+
public var journeyId: Swift.String
|
|
477
|
+
public var stepSummaries: [IDWiseSDK.JourneySummary.StepSummary]?
|
|
478
|
+
public var journeyResult: IDWiseSDK.JourneySummary.JourneyResult?
|
|
479
|
+
public struct StepSummary : Swift.Codable {
|
|
480
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
481
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
482
|
+
}
|
|
483
|
+
public struct StepDefinition : Swift.Codable {
|
|
484
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
485
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
486
|
+
}
|
|
487
|
+
public struct JourneyResult : Swift.Codable {
|
|
488
|
+
public var completedSteps: Swift.Int?
|
|
489
|
+
public let interimRuleAssessment: IDWiseSDK.InterimRuleAssessment?
|
|
490
|
+
public var interimRuleDetails: [Swift.String : IDWiseSDK.RuleDetail]?
|
|
491
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
492
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
493
|
+
}
|
|
494
|
+
public struct StepResult : Swift.Codable {
|
|
495
|
+
public let hasPassedRules: Swift.Bool?
|
|
496
|
+
public let isConcluded: Swift.Bool?
|
|
497
|
+
public let status: Swift.String?, errorUserFeedbackCode: Swift.String?, errorUserFeedbackTitle: Swift.String?, errorUserFeedbackDetails: Swift.String?
|
|
498
|
+
public var extractedFields: [Swift.String : IDWiseSDK.FieldValue]?
|
|
499
|
+
public var nfcResult: IDWiseSDK.NFCResult?
|
|
500
|
+
public var recognition: IDWiseSDK.DocumentRecognition?
|
|
501
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
502
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
503
|
+
}
|
|
504
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
505
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
506
|
+
}
|
|
469
507
|
public struct AccessibilityIdentifier {
|
|
470
508
|
}
|
|
471
509
|
extension UIKit.UIImage {
|
|
@@ -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?) -> ())
|
|
@@ -125,13 +126,17 @@ public struct ExtractedFields : Swift.Equatable {
|
|
|
125
126
|
public let fullName: IDWiseSDK.FieldValue?, fullNameNative: IDWiseSDK.FieldValue?, personalNumber: IDWiseSDK.FieldValue?
|
|
126
127
|
public static func == (a: IDWiseSDK.ExtractedFields, b: IDWiseSDK.ExtractedFields) -> Swift.Bool
|
|
127
128
|
}
|
|
128
|
-
public struct FieldValue : Swift.Equatable {
|
|
129
|
+
public struct FieldValue : Swift.Equatable, Swift.Codable {
|
|
129
130
|
public let value: Swift.String?
|
|
130
131
|
public static func == (a: IDWiseSDK.FieldValue, b: IDWiseSDK.FieldValue) -> Swift.Bool
|
|
132
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
133
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
131
134
|
}
|
|
132
|
-
public struct NFCResult {
|
|
133
|
-
public let facePhoto:
|
|
135
|
+
public struct NFCResult : Swift.Codable {
|
|
136
|
+
public let facePhoto: Foundation.Data?
|
|
134
137
|
public var extractedFields: [Swift.String : IDWiseSDK.FieldValue]?
|
|
138
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
139
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
135
140
|
}
|
|
136
141
|
extension UIKit.UIFont {
|
|
137
142
|
public static let loadCustomFonts: ()
|
|
@@ -421,14 +426,14 @@ public struct DocumentRecognition : Swift.Codable {
|
|
|
421
426
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
422
427
|
public init(from decoder: any Swift.Decoder) throws
|
|
423
428
|
}
|
|
424
|
-
public struct
|
|
429
|
+
public struct JourneySummaryInternal : Swift.Codable {
|
|
425
430
|
public let journeyId: Swift.String
|
|
426
431
|
public let isCompleted: Swift.Bool
|
|
427
|
-
public var stepSummaries: [IDWiseSDK.
|
|
432
|
+
public var stepSummaries: [IDWiseSDK.JourneySummaryInternal.StepSummary]
|
|
428
433
|
public let journeyResult: IDWiseSDK.JourneyResultDTO?
|
|
429
434
|
public let journeyDefinition: IDWiseSDK.JourneyDefinitionDTO?
|
|
430
435
|
public struct StepSummary : Swift.Codable {
|
|
431
|
-
public let definition: IDWiseSDK.
|
|
436
|
+
public let definition: IDWiseSDK.JourneySummaryInternal.StepDefinition
|
|
432
437
|
public var result: IDWiseSDK.StepResult?
|
|
433
438
|
public let recognition: IDWiseSDK.DocumentRecognition?
|
|
434
439
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
@@ -466,6 +471,39 @@ public struct NFCConfigurationDTO : Swift.Codable {
|
|
|
466
471
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
467
472
|
public init(from decoder: any Swift.Decoder) throws
|
|
468
473
|
}
|
|
474
|
+
public struct JourneySummary : Swift.Codable {
|
|
475
|
+
public var isCompleted: Swift.Bool
|
|
476
|
+
public var journeyId: Swift.String
|
|
477
|
+
public var stepSummaries: [IDWiseSDK.JourneySummary.StepSummary]?
|
|
478
|
+
public var journeyResult: IDWiseSDK.JourneySummary.JourneyResult?
|
|
479
|
+
public struct StepSummary : Swift.Codable {
|
|
480
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
481
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
482
|
+
}
|
|
483
|
+
public struct StepDefinition : Swift.Codable {
|
|
484
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
485
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
486
|
+
}
|
|
487
|
+
public struct JourneyResult : Swift.Codable {
|
|
488
|
+
public var completedSteps: Swift.Int?
|
|
489
|
+
public let interimRuleAssessment: IDWiseSDK.InterimRuleAssessment?
|
|
490
|
+
public var interimRuleDetails: [Swift.String : IDWiseSDK.RuleDetail]?
|
|
491
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
492
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
493
|
+
}
|
|
494
|
+
public struct StepResult : Swift.Codable {
|
|
495
|
+
public let hasPassedRules: Swift.Bool?
|
|
496
|
+
public let isConcluded: Swift.Bool?
|
|
497
|
+
public let status: Swift.String?, errorUserFeedbackCode: Swift.String?, errorUserFeedbackTitle: Swift.String?, errorUserFeedbackDetails: Swift.String?
|
|
498
|
+
public var extractedFields: [Swift.String : IDWiseSDK.FieldValue]?
|
|
499
|
+
public var nfcResult: IDWiseSDK.NFCResult?
|
|
500
|
+
public var recognition: IDWiseSDK.DocumentRecognition?
|
|
501
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
502
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
503
|
+
}
|
|
504
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
505
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
506
|
+
}
|
|
469
507
|
public struct AccessibilityIdentifier {
|
|
470
508
|
}
|
|
471
509
|
extension UIKit.UIImage {
|
package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources
CHANGED
|
@@ -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>
|
|
@@ -94,15 +94,19 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
101
|
+
Ldcu7cmgSc4fQvjFTbHnsccVUas=
|
|
102
|
+
</data>
|
|
103
|
+
<key>Headers/IDWise.h</key>
|
|
104
|
+
<data>
|
|
105
|
+
XOs/wRpRLqWNsGDTOQ+2vNVymN0=
|
|
102
106
|
</data>
|
|
103
107
|
<key>Info.plist</key>
|
|
104
108
|
<data>
|
|
105
|
-
|
|
109
|
+
sJXaYjLzRNfz7vGYjsHgJeNHQnM=
|
|
106
110
|
</data>
|
|
107
111
|
<key>JourneyIntroductionViewController.storyboardc/A5G-4b-J84-view-Avi-oP-H2l.nib/objects-13.0+.nib</key>
|
|
108
112
|
<data>
|
|
@@ -134,11 +138,11 @@
|
|
|
134
138
|
</data>
|
|
135
139
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
136
140
|
<data>
|
|
137
|
-
|
|
141
|
+
sAca2BNB1dFdhzn3Joy+FJFXEXI=
|
|
138
142
|
</data>
|
|
139
143
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
140
144
|
<data>
|
|
141
|
-
|
|
145
|
+
30p4oZxhwkQkNqfOckIm9bFO0Qg=
|
|
142
146
|
</data>
|
|
143
147
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
144
148
|
<data>
|
|
@@ -146,11 +150,11 @@
|
|
|
146
150
|
</data>
|
|
147
151
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
148
152
|
<data>
|
|
149
|
-
|
|
153
|
+
30p4oZxhwkQkNqfOckIm9bFO0Qg=
|
|
150
154
|
</data>
|
|
151
155
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
152
156
|
<data>
|
|
153
|
-
|
|
157
|
+
Bp0+/vCos0dZh0Q8tEnl5Iax8A8=
|
|
154
158
|
</data>
|
|
155
159
|
<key>Mulish-Bold.ttf</key>
|
|
156
160
|
<data>
|
|
@@ -246,7 +250,7 @@
|
|
|
246
250
|
</data>
|
|
247
251
|
<key>document_detector.mlmodelc/metadata.json</key>
|
|
248
252
|
<data>
|
|
249
|
-
|
|
253
|
+
BsMj9R+3QGkJQhV5WvgqNChPGx4=
|
|
250
254
|
</data>
|
|
251
255
|
<key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
|
|
252
256
|
<data>
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
</data>
|
|
255
259
|
<key>document_detector.mlmodelc/model0/coremldata.bin</key>
|
|
256
260
|
<data>
|
|
257
|
-
|
|
261
|
+
9/MJoxIZRg0qdxte7EMbuDJqB2M=
|
|
258
262
|
</data>
|
|
259
263
|
<key>document_detector.mlmodelc/model0/model.espresso.net</key>
|
|
260
264
|
<data>
|
|
@@ -332,7 +336,7 @@
|
|
|
332
336
|
<dict>
|
|
333
337
|
<key>hash2</key>
|
|
334
338
|
<data>
|
|
335
|
-
|
|
339
|
+
sUvvPunw/D2VhdSxEXyOhJn51S6c4Co4gN4FIhxeVDk=
|
|
336
340
|
</data>
|
|
337
341
|
</dict>
|
|
338
342
|
<key>BulletCell.nib</key>
|
|
@@ -486,14 +490,21 @@
|
|
|
486
490
|
<dict>
|
|
487
491
|
<key>hash2</key>
|
|
488
492
|
<data>
|
|
489
|
-
|
|
493
|
+
5ERwfefKGXBgqz3A7xbpGukxuZj5R/h8a8ZkO74wMEM=
|
|
490
494
|
</data>
|
|
491
495
|
</dict>
|
|
492
496
|
<key>FinishJourneyViewContoller.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib/runtime.nib</key>
|
|
493
497
|
<dict>
|
|
494
498
|
<key>hash2</key>
|
|
495
499
|
<data>
|
|
496
|
-
|
|
500
|
+
35y5KWAG968vlcXdOmqhDXcRO32ix0lC72hvgKloB1k=
|
|
501
|
+
</data>
|
|
502
|
+
</dict>
|
|
503
|
+
<key>Headers/IDWise.h</key>
|
|
504
|
+
<dict>
|
|
505
|
+
<key>hash2</key>
|
|
506
|
+
<data>
|
|
507
|
+
zuiKFljNbrdA3h9D55Ab5wvs6F0ssptyR1Su+xddxBk=
|
|
497
508
|
</data>
|
|
498
509
|
</dict>
|
|
499
510
|
<key>JourneyIntroductionViewController.storyboardc/A5G-4b-J84-view-Avi-oP-H2l.nib/objects-13.0+.nib</key>
|
|
@@ -549,14 +560,14 @@
|
|
|
549
560
|
<dict>
|
|
550
561
|
<key>hash2</key>
|
|
551
562
|
<data>
|
|
552
|
-
|
|
563
|
+
/bZOJ5HyQQbGQrm58nGh9Mvkfe0Rne1EdJEStKhQ/UA=
|
|
553
564
|
</data>
|
|
554
565
|
</dict>
|
|
555
566
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
556
567
|
<dict>
|
|
557
568
|
<key>hash2</key>
|
|
558
569
|
<data>
|
|
559
|
-
|
|
570
|
+
Y5Z4dG8myU0nTesmQKLZ+phKkQaUvTyezURaJt5l6XE=
|
|
560
571
|
</data>
|
|
561
572
|
</dict>
|
|
562
573
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
@@ -570,14 +581,14 @@
|
|
|
570
581
|
<dict>
|
|
571
582
|
<key>hash2</key>
|
|
572
583
|
<data>
|
|
573
|
-
|
|
584
|
+
Y5Z4dG8myU0nTesmQKLZ+phKkQaUvTyezURaJt5l6XE=
|
|
574
585
|
</data>
|
|
575
586
|
</dict>
|
|
576
587
|
<key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
577
588
|
<dict>
|
|
578
589
|
<key>hash2</key>
|
|
579
590
|
<data>
|
|
580
|
-
|
|
591
|
+
IWzZh0IZqOMzQrgp95SESZlWE13LbMi+CoOXIh2WOfk=
|
|
581
592
|
</data>
|
|
582
593
|
</dict>
|
|
583
594
|
<key>Mulish-Bold.ttf</key>
|
|
@@ -745,7 +756,7 @@
|
|
|
745
756
|
<dict>
|
|
746
757
|
<key>hash2</key>
|
|
747
758
|
<data>
|
|
748
|
-
|
|
759
|
+
ttavkHwMq00AMNq8YVdvk0QgFrY/3Ct3L2XGHkZqFr8=
|
|
749
760
|
</data>
|
|
750
761
|
</dict>
|
|
751
762
|
<key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
|
|
@@ -759,7 +770,7 @@
|
|
|
759
770
|
<dict>
|
|
760
771
|
<key>hash2</key>
|
|
761
772
|
<data>
|
|
762
|
-
|
|
773
|
+
cTCoaQqNdoeqy8Et5+UiYb/ViKEz6/zTidf51cBNJfY=
|
|
763
774
|
</data>
|
|
764
775
|
</dict>
|
|
765
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,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//
|
|
2
|
+
// IDWise_ios_sdk.h
|
|
3
|
+
// IDWise_ios_sdk
|
|
4
|
+
//
|
|
5
|
+
// Created by Hussein Alshlash on 10.04.2021.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
//! Project version number for IDWise_ios_sdk.
|
|
11
|
+
FOUNDATION_EXPORT double IDWiseVersionNumber;
|
|
12
|
+
|
|
13
|
+
//! Project version string for IDWise_ios_sdk.
|
|
14
|
+
FOUNDATION_EXPORT const unsigned char IDWiseVersionString[];
|
|
15
|
+
|
|
16
|
+
// In this header, you should import all the public headers of your framework using statements like #import <IDWise_ios_sdk/PublicHeader.h>
|
|
17
|
+
|
|
18
|
+
|
|
Binary file
|