idwise-react-native-sdk 5.3.0 → 5.4.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 (40) hide show
  1. package/android/gradle.properties +1 -1
  2. package/android/src/main/java/com/idwisemobilesdk/IdwiseMobileSdkModule.kt +6 -0
  3. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
  4. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/BlockedJourneyViewController.storyboardc/Info.plist +0 -0
  5. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/BlockedJourneyViewController.storyboardc/UIViewController-Y6W-OH-hqX.nib +0 -0
  6. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/BlockedJourneyViewController.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib +0 -0
  7. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
  8. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
  9. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +5748 -3075
  10. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +72 -0
  11. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +72 -0
  12. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +48 -15
  13. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
  14. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/model0/coremldata.bin +0 -0
  15. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Assets.car +0 -0
  16. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/BlockedJourneyViewController.storyboardc/Info.plist +0 -0
  17. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/BlockedJourneyViewController.storyboardc/UIViewController-Y6W-OH-hqX.nib +0 -0
  18. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/BlockedJourneyViewController.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib +0 -0
  19. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
  20. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
  21. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +5748 -3075
  22. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +72 -0
  23. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +72 -0
  24. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +5748 -3075
  25. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +72 -0
  26. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +72 -0
  27. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +54 -21
  28. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
  29. package/ios/IdwiseMobileSdk.swift +13 -1
  30. package/lib/commonjs/IDWiseConstants.js +1 -0
  31. package/lib/commonjs/IDWiseConstants.js.map +1 -1
  32. package/lib/commonjs/IDWiseEventListeners.js +4 -0
  33. package/lib/commonjs/IDWiseEventListeners.js.map +1 -1
  34. package/lib/module/IDWiseConstants.js +1 -0
  35. package/lib/module/IDWiseConstants.js.map +1 -1
  36. package/lib/module/IDWiseEventListeners.js +4 -0
  37. package/lib/module/IDWiseEventListeners.js.map +1 -1
  38. package/package.json +1 -1
  39. package/src/IDWiseConstants.js +1 -0
  40. package/src/IDWiseEventListeners.js +5 -0
@@ -4,6 +4,7 @@
4
4
  import AVFoundation
5
5
  import AVKit
6
6
  import AdSupport
7
+ import CommonCrypto
7
8
  import CoreML
8
9
  import CoreMedia
9
10
  import CoreMotion
@@ -47,6 +48,7 @@ public enum IDWiseTheme {
47
48
  public class func startJourney(flowId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", applicantDetails: [Swift.String : Swift.String]?, journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks)
48
49
  public class func resumeJourney(flowId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks)
49
50
  public class func initialize(clientKey: Swift.String, theme: IDWiseSDK.IDWiseTheme, onError: @escaping (IDWiseSDK.IDWiseError?) -> ())
51
+ public class func isDeviceBlocked() -> Swift.Bool
50
52
  @objc deinit
51
53
  }
52
54
  @_inheritsConvenienceInitializers public class IDWiseDynamic : IDWiseSDK.IDWiseInternal {
@@ -61,6 +63,7 @@ public enum IDWiseTheme {
61
63
  public class func unloadSDK()
62
64
  public class func finishJourney()
63
65
  public class func skipStep(stepId: Swift.String)
66
+ public class func isDeviceBlocked() -> Swift.Bool
64
67
  @objc deinit
65
68
  }
66
69
  public protocol NetworkConfigurable {
@@ -107,6 +110,7 @@ public struct IDWiseErrorCode {
107
110
  public static let stepConcluded: Swift.String
108
111
  public static let nfcScanError: Swift.String
109
112
  public static let noJourneyToResume: Swift.String
113
+ public static let journeyBlocked: Swift.String
110
114
  }
111
115
  public struct IDWiseError : Swift.Codable {
112
116
  public let code: Swift.String
@@ -161,11 +165,21 @@ public struct NFCResult : Swift.Codable {
161
165
  extension UIKit.UIFont {
162
166
  public static let loadCustomFonts: ()
163
167
  }
168
+ public enum JourneyCancellationReason : Swift.String, Swift.Codable {
169
+ case userCancelled
170
+ case tokenExpired
171
+ public init?(rawValue: Swift.String)
172
+ public typealias RawValue = Swift.String
173
+ public var rawValue: Swift.String {
174
+ get
175
+ }
176
+ }
164
177
  public protocol IDWiseJourneyCallbacks {
165
178
  func onJourneyStarted(journeyStartedInfo: IDWiseSDK.JourneyStartedInfo)
166
179
  func onJourneyResumed(journeyResumedInfo: IDWiseSDK.JourneyResumedInfo)
167
180
  func onJourneyCompleted(journeyCompletedInfo: IDWiseSDK.JourneyCompletedInfo)
168
181
  func onJourneyCancelled(journeyCancelledInfo: IDWiseSDK.JourneyCancelledInfo)
182
+ func onJourneyBlocked(journeyBlockedInfo: IDWiseSDK.JourneyBlockedInfo)
169
183
  func onError(error: IDWiseSDK.IDWiseError)
170
184
  }
171
185
  public struct JourneyStartedInfo : Swift.Codable {
@@ -180,6 +194,7 @@ public struct JourneyResumedInfo : Swift.Codable {
180
194
  }
181
195
  public struct JourneyCancelledInfo : Swift.Codable {
182
196
  public let journeyId: Swift.String
197
+ public var cancellationReason: IDWiseSDK.JourneyCancellationReason
183
198
  public func encode(to encoder: any Swift.Encoder) throws
184
199
  public init(from decoder: any Swift.Decoder) throws
185
200
  }
@@ -189,6 +204,12 @@ public struct JourneyCompletedInfo : Swift.Codable {
189
204
  public func encode(to encoder: any Swift.Encoder) throws
190
205
  public init(from decoder: any Swift.Decoder) throws
191
206
  }
207
+ public struct JourneyBlockedInfo : Swift.Codable {
208
+ public let journeyId: Swift.String
209
+ public var blockedTransaction: IDWiseSDK.BlockedTransaction?
210
+ public func encode(to encoder: any Swift.Encoder) throws
211
+ public init(from decoder: any Swift.Decoder) throws
212
+ }
192
213
  public struct ApplicantDetailsKeys {
193
214
  public static let FULL_NAME: Swift.String
194
215
  public static let BIRTH_DATE: Swift.String
@@ -335,6 +356,22 @@ extension Swift.Error {
335
356
  get
336
357
  }
337
358
  }
359
+ public protocol PersistenceService {
360
+ func set<EnumString, EnumKey>(enumString: EnumString, for key: EnumKey) where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
361
+ func set<EnumKey>(string: Swift.String, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
362
+ func string<EnumString, EnumKey>(for key: EnumKey) -> EnumString? where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
363
+ func string<EnumKey>(for key: EnumKey) -> Swift.String? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
364
+ func register<EnumKey>(defaultValue: Swift.Bool, key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
365
+ func set<EnumKey>(bool: Swift.Bool, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
366
+ func bool<EnumKey>(for key: EnumKey) -> Swift.Bool where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
367
+ func set<EnumKey>(date: Foundation.Date?, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
368
+ func date<EnumKey>(for key: EnumKey) -> Foundation.Date? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
369
+ func set<EnumKey>(data: Foundation.Data, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
370
+ func data<EnumKey>(for key: EnumKey) -> Foundation.Data? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
371
+ func removeObject<EnumKey>(for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
372
+ func set<EnumKey>(int: Swift.Int, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
373
+ func integer<EnumKey>(for key: EnumKey) -> Swift.Int? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
374
+ }
338
375
  public enum HTTPMethodType : Swift.String {
339
376
  case get
340
377
  case head
@@ -488,6 +525,20 @@ public struct JourneySummaryInternal : Swift.Codable {
488
525
  public func encode(to encoder: any Swift.Encoder) throws
489
526
  public init(from decoder: any Swift.Decoder) throws
490
527
  }
528
+ public struct BlockedTransaction : Swift.Codable, Swift.Equatable {
529
+ public let canRetry: Swift.Bool?
530
+ public let blockReasonMessage: Swift.String?
531
+ public let allBlockReasons: [IDWiseSDK.BlockReason]?
532
+ public static func == (a: IDWiseSDK.BlockedTransaction, b: IDWiseSDK.BlockedTransaction) -> Swift.Bool
533
+ public func encode(to encoder: any Swift.Encoder) throws
534
+ public init(from decoder: any Swift.Decoder) throws
535
+ }
536
+ public struct BlockReason : Swift.Codable, Swift.Equatable {
537
+ public let blockReasonCode: Swift.String?
538
+ public static func == (a: IDWiseSDK.BlockReason, b: IDWiseSDK.BlockReason) -> Swift.Bool
539
+ public func encode(to encoder: any Swift.Encoder) throws
540
+ public init(from decoder: any Swift.Decoder) throws
541
+ }
491
542
  public struct NFCConfigurationDTO : Swift.Codable {
492
543
  public let performNFC: Swift.Bool?
493
544
  public func encode(to encoder: any Swift.Encoder) throws
@@ -531,6 +582,24 @@ public struct StepResult : Swift.Codable {
531
582
  }
532
583
  public struct AccessibilityIdentifier {
533
584
  }
585
+ @_hasMissingDesignatedInitializers public class UserDefaultsPersistenceService : IDWiseSDK.PersistenceService {
586
+ public static let shared: IDWiseSDK.UserDefaultsPersistenceService
587
+ public func set<EnumString, EnumKey>(enumString: EnumString, for key: EnumKey) where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
588
+ public func set<EnumKey>(string: Swift.String, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
589
+ public func string<EnumString, EnumKey>(for key: EnumKey) -> EnumString? where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
590
+ public func string<EnumKey>(for key: EnumKey) -> Swift.String? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
591
+ public func register<EnumKey>(defaultValue: Swift.Bool, key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
592
+ public func set<EnumKey>(bool: Swift.Bool, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
593
+ public func bool<EnumKey>(for key: EnumKey) -> Swift.Bool where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
594
+ public func set<EnumKey>(date: Foundation.Date?, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
595
+ public func date<EnumKey>(for key: EnumKey) -> Foundation.Date? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
596
+ public func set<EnumKey>(data: Foundation.Data, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
597
+ public func data<EnumKey>(for key: EnumKey) -> Foundation.Data? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
598
+ public func removeObject<EnumKey>(for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
599
+ public func set<EnumKey>(int: Swift.Int, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
600
+ public func integer<EnumKey>(for key: EnumKey) -> Swift.Int? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
601
+ @objc deinit
602
+ }
534
603
  extension UIKit.UIImage {
535
604
  public func resizeImage(with size: CoreFoundation.CGSize?) -> UIKit.UIImage?
536
605
  public func cropped(to rect: CoreFoundation.CGRect?) -> UIKit.UIImage
@@ -545,6 +614,9 @@ extension IDWiseSDK.IDWiseTheme : Swift.Equatable {}
545
614
  extension IDWiseSDK.IDWiseTheme : Swift.Hashable {}
546
615
  extension IDWiseSDK.LoaderPosition : Swift.Equatable {}
547
616
  extension IDWiseSDK.LoaderPosition : Swift.Hashable {}
617
+ extension IDWiseSDK.JourneyCancellationReason : Swift.Equatable {}
618
+ extension IDWiseSDK.JourneyCancellationReason : Swift.Hashable {}
619
+ extension IDWiseSDK.JourneyCancellationReason : Swift.RawRepresentable {}
548
620
  extension IDWiseSDK.CancellationReason : Swift.Equatable {}
549
621
  extension IDWiseSDK.CancellationReason : Swift.Hashable {}
550
622
  extension IDWiseSDK.CancellationReason : Swift.RawRepresentable {}
@@ -4,6 +4,7 @@
4
4
  import AVFoundation
5
5
  import AVKit
6
6
  import AdSupport
7
+ import CommonCrypto
7
8
  import CoreML
8
9
  import CoreMedia
9
10
  import CoreMotion
@@ -47,6 +48,7 @@ public enum IDWiseTheme {
47
48
  public class func startJourney(flowId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", applicantDetails: [Swift.String : Swift.String]?, journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks)
48
49
  public class func resumeJourney(flowId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks)
49
50
  public class func initialize(clientKey: Swift.String, theme: IDWiseSDK.IDWiseTheme, onError: @escaping (IDWiseSDK.IDWiseError?) -> ())
51
+ public class func isDeviceBlocked() -> Swift.Bool
50
52
  @objc deinit
51
53
  }
52
54
  @_inheritsConvenienceInitializers public class IDWiseDynamic : IDWiseSDK.IDWiseInternal {
@@ -61,6 +63,7 @@ public enum IDWiseTheme {
61
63
  public class func unloadSDK()
62
64
  public class func finishJourney()
63
65
  public class func skipStep(stepId: Swift.String)
66
+ public class func isDeviceBlocked() -> Swift.Bool
64
67
  @objc deinit
65
68
  }
66
69
  public protocol NetworkConfigurable {
@@ -107,6 +110,7 @@ public struct IDWiseErrorCode {
107
110
  public static let stepConcluded: Swift.String
108
111
  public static let nfcScanError: Swift.String
109
112
  public static let noJourneyToResume: Swift.String
113
+ public static let journeyBlocked: Swift.String
110
114
  }
111
115
  public struct IDWiseError : Swift.Codable {
112
116
  public let code: Swift.String
@@ -161,11 +165,21 @@ public struct NFCResult : Swift.Codable {
161
165
  extension UIKit.UIFont {
162
166
  public static let loadCustomFonts: ()
163
167
  }
168
+ public enum JourneyCancellationReason : Swift.String, Swift.Codable {
169
+ case userCancelled
170
+ case tokenExpired
171
+ public init?(rawValue: Swift.String)
172
+ public typealias RawValue = Swift.String
173
+ public var rawValue: Swift.String {
174
+ get
175
+ }
176
+ }
164
177
  public protocol IDWiseJourneyCallbacks {
165
178
  func onJourneyStarted(journeyStartedInfo: IDWiseSDK.JourneyStartedInfo)
166
179
  func onJourneyResumed(journeyResumedInfo: IDWiseSDK.JourneyResumedInfo)
167
180
  func onJourneyCompleted(journeyCompletedInfo: IDWiseSDK.JourneyCompletedInfo)
168
181
  func onJourneyCancelled(journeyCancelledInfo: IDWiseSDK.JourneyCancelledInfo)
182
+ func onJourneyBlocked(journeyBlockedInfo: IDWiseSDK.JourneyBlockedInfo)
169
183
  func onError(error: IDWiseSDK.IDWiseError)
170
184
  }
171
185
  public struct JourneyStartedInfo : Swift.Codable {
@@ -180,6 +194,7 @@ public struct JourneyResumedInfo : Swift.Codable {
180
194
  }
181
195
  public struct JourneyCancelledInfo : Swift.Codable {
182
196
  public let journeyId: Swift.String
197
+ public var cancellationReason: IDWiseSDK.JourneyCancellationReason
183
198
  public func encode(to encoder: any Swift.Encoder) throws
184
199
  public init(from decoder: any Swift.Decoder) throws
185
200
  }
@@ -189,6 +204,12 @@ public struct JourneyCompletedInfo : Swift.Codable {
189
204
  public func encode(to encoder: any Swift.Encoder) throws
190
205
  public init(from decoder: any Swift.Decoder) throws
191
206
  }
207
+ public struct JourneyBlockedInfo : Swift.Codable {
208
+ public let journeyId: Swift.String
209
+ public var blockedTransaction: IDWiseSDK.BlockedTransaction?
210
+ public func encode(to encoder: any Swift.Encoder) throws
211
+ public init(from decoder: any Swift.Decoder) throws
212
+ }
192
213
  public struct ApplicantDetailsKeys {
193
214
  public static let FULL_NAME: Swift.String
194
215
  public static let BIRTH_DATE: Swift.String
@@ -335,6 +356,22 @@ extension Swift.Error {
335
356
  get
336
357
  }
337
358
  }
359
+ public protocol PersistenceService {
360
+ func set<EnumString, EnumKey>(enumString: EnumString, for key: EnumKey) where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
361
+ func set<EnumKey>(string: Swift.String, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
362
+ func string<EnumString, EnumKey>(for key: EnumKey) -> EnumString? where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
363
+ func string<EnumKey>(for key: EnumKey) -> Swift.String? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
364
+ func register<EnumKey>(defaultValue: Swift.Bool, key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
365
+ func set<EnumKey>(bool: Swift.Bool, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
366
+ func bool<EnumKey>(for key: EnumKey) -> Swift.Bool where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
367
+ func set<EnumKey>(date: Foundation.Date?, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
368
+ func date<EnumKey>(for key: EnumKey) -> Foundation.Date? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
369
+ func set<EnumKey>(data: Foundation.Data, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
370
+ func data<EnumKey>(for key: EnumKey) -> Foundation.Data? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
371
+ func removeObject<EnumKey>(for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
372
+ func set<EnumKey>(int: Swift.Int, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
373
+ func integer<EnumKey>(for key: EnumKey) -> Swift.Int? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
374
+ }
338
375
  public enum HTTPMethodType : Swift.String {
339
376
  case get
340
377
  case head
@@ -488,6 +525,20 @@ public struct JourneySummaryInternal : Swift.Codable {
488
525
  public func encode(to encoder: any Swift.Encoder) throws
489
526
  public init(from decoder: any Swift.Decoder) throws
490
527
  }
528
+ public struct BlockedTransaction : Swift.Codable, Swift.Equatable {
529
+ public let canRetry: Swift.Bool?
530
+ public let blockReasonMessage: Swift.String?
531
+ public let allBlockReasons: [IDWiseSDK.BlockReason]?
532
+ public static func == (a: IDWiseSDK.BlockedTransaction, b: IDWiseSDK.BlockedTransaction) -> Swift.Bool
533
+ public func encode(to encoder: any Swift.Encoder) throws
534
+ public init(from decoder: any Swift.Decoder) throws
535
+ }
536
+ public struct BlockReason : Swift.Codable, Swift.Equatable {
537
+ public let blockReasonCode: Swift.String?
538
+ public static func == (a: IDWiseSDK.BlockReason, b: IDWiseSDK.BlockReason) -> Swift.Bool
539
+ public func encode(to encoder: any Swift.Encoder) throws
540
+ public init(from decoder: any Swift.Decoder) throws
541
+ }
491
542
  public struct NFCConfigurationDTO : Swift.Codable {
492
543
  public let performNFC: Swift.Bool?
493
544
  public func encode(to encoder: any Swift.Encoder) throws
@@ -531,6 +582,24 @@ public struct StepResult : Swift.Codable {
531
582
  }
532
583
  public struct AccessibilityIdentifier {
533
584
  }
585
+ @_hasMissingDesignatedInitializers public class UserDefaultsPersistenceService : IDWiseSDK.PersistenceService {
586
+ public static let shared: IDWiseSDK.UserDefaultsPersistenceService
587
+ public func set<EnumString, EnumKey>(enumString: EnumString, for key: EnumKey) where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
588
+ public func set<EnumKey>(string: Swift.String, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
589
+ public func string<EnumString, EnumKey>(for key: EnumKey) -> EnumString? where EnumString : Swift.RawRepresentable, EnumKey : Swift.RawRepresentable, EnumString.RawValue == Swift.String, EnumKey.RawValue == Swift.String
590
+ public func string<EnumKey>(for key: EnumKey) -> Swift.String? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
591
+ public func register<EnumKey>(defaultValue: Swift.Bool, key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
592
+ public func set<EnumKey>(bool: Swift.Bool, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
593
+ public func bool<EnumKey>(for key: EnumKey) -> Swift.Bool where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
594
+ public func set<EnumKey>(date: Foundation.Date?, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
595
+ public func date<EnumKey>(for key: EnumKey) -> Foundation.Date? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
596
+ public func set<EnumKey>(data: Foundation.Data, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
597
+ public func data<EnumKey>(for key: EnumKey) -> Foundation.Data? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
598
+ public func removeObject<EnumKey>(for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
599
+ public func set<EnumKey>(int: Swift.Int, for key: EnumKey) where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
600
+ public func integer<EnumKey>(for key: EnumKey) -> Swift.Int? where EnumKey : Swift.RawRepresentable, EnumKey.RawValue == Swift.String
601
+ @objc deinit
602
+ }
534
603
  extension UIKit.UIImage {
535
604
  public func resizeImage(with size: CoreFoundation.CGSize?) -> UIKit.UIImage?
536
605
  public func cropped(to rect: CoreFoundation.CGRect?) -> UIKit.UIImage
@@ -545,6 +614,9 @@ extension IDWiseSDK.IDWiseTheme : Swift.Equatable {}
545
614
  extension IDWiseSDK.IDWiseTheme : Swift.Hashable {}
546
615
  extension IDWiseSDK.LoaderPosition : Swift.Equatable {}
547
616
  extension IDWiseSDK.LoaderPosition : Swift.Hashable {}
617
+ extension IDWiseSDK.JourneyCancellationReason : Swift.Equatable {}
618
+ extension IDWiseSDK.JourneyCancellationReason : Swift.Hashable {}
619
+ extension IDWiseSDK.JourneyCancellationReason : Swift.RawRepresentable {}
548
620
  extension IDWiseSDK.CancellationReason : Swift.Equatable {}
549
621
  extension IDWiseSDK.CancellationReason : Swift.Hashable {}
550
622
  extension IDWiseSDK.CancellationReason : Swift.RawRepresentable {}
@@ -6,7 +6,19 @@
6
6
  <dict>
7
7
  <key>Assets.car</key>
8
8
  <data>
9
- 6mguaXtat62orrn07RwgyrEbAFM=
9
+ yLybesbRYBBR83udI0t9kOOGPu8=
10
+ </data>
11
+ <key>BlockedJourneyViewController.storyboardc/Info.plist</key>
12
+ <data>
13
+ VNNQJdsLVO2kuw18GCUYKn9cqRk=
14
+ </data>
15
+ <key>BlockedJourneyViewController.storyboardc/UIViewController-Y6W-OH-hqX.nib</key>
16
+ <data>
17
+ 1rvgr84InF+cLHlDUjw8GfwTzRs=
18
+ </data>
19
+ <key>BlockedJourneyViewController.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib</key>
20
+ <data>
21
+ Yl8ymKWTItvcbzJidfMzmjvf0/w=
10
22
  </data>
11
23
  <key>BulletCell.nib</key>
12
24
  <data>
@@ -74,7 +86,7 @@
74
86
  </data>
75
87
  <key>Info.plist</key>
76
88
  <data>
77
- GsZJuGXqV8rOh/ebtOt/ltiNwM4=
89
+ PJlxVC/1mnxymSe03jHA8xzkp2s=
78
90
  </data>
79
91
  <key>JourneyIntroductionViewController.storyboardc/A5G-4b-J84-view-Avi-oP-H2l.nib</key>
80
92
  <data>
@@ -98,11 +110,11 @@
98
110
  </data>
99
111
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json</key>
100
112
  <data>
101
- NLo5ZMDnitscileOaWgdLBR65ds=
113
+ byE84xtCszqJyRjyfTUdBD0uOdo=
102
114
  </data>
103
115
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
104
116
  <data>
105
- BWzt8WyFZ+2bjCmJY8I8NQ9g3YI=
117
+ ybuNjVVlzuHrQnd+x3k9pdM7NiQ=
106
118
  </data>
107
119
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
108
120
  <data>
@@ -110,11 +122,11 @@
110
122
  </data>
111
123
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
112
124
  <data>
113
- BWzt8WyFZ+2bjCmJY8I8NQ9g3YI=
125
+ ybuNjVVlzuHrQnd+x3k9pdM7NiQ=
114
126
  </data>
115
127
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
116
128
  <data>
117
- eZFZtnDYagONx+JiBA/A8XGUsdw=
129
+ IsuAxHiLNiF6+GhaI8RRN6E2hgE=
118
130
  </data>
119
131
  <key>Mulish-Bold.ttf</key>
120
132
  <data>
@@ -186,7 +198,7 @@
186
198
  </data>
187
199
  <key>document_detector.mlmodelc/metadata.json</key>
188
200
  <data>
189
- Bpy6ALlbfzTcuat3RrUt0L5OXuY=
201
+ BsMj9R+3QGkJQhV5WvgqNChPGx4=
190
202
  </data>
191
203
  <key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
192
204
  <data>
@@ -194,7 +206,7 @@
194
206
  </data>
195
207
  <key>document_detector.mlmodelc/model0/coremldata.bin</key>
196
208
  <data>
197
- 9/MJoxIZRg0qdxte7EMbuDJqB2M=
209
+ ABNV0PCZmD0Me9P64JCCuqQeyZA=
198
210
  </data>
199
211
  <key>document_detector.mlmodelc/model0/model.espresso.net</key>
200
212
  <data>
@@ -272,7 +284,28 @@
272
284
  <dict>
273
285
  <key>hash2</key>
274
286
  <data>
275
- w7WySDhK6N+MgJU9e2FispGQoM7OV7SS3l/5Yb2M59U=
287
+ CLiB/OFOClxhVDi2PyPaSOzzHKy0jfHBIs0sf0XPPQc=
288
+ </data>
289
+ </dict>
290
+ <key>BlockedJourneyViewController.storyboardc/Info.plist</key>
291
+ <dict>
292
+ <key>hash2</key>
293
+ <data>
294
+ T4UDtGUXhEjznR+mec/r4oAF7OaHbt1BoF21vWt8YUE=
295
+ </data>
296
+ </dict>
297
+ <key>BlockedJourneyViewController.storyboardc/UIViewController-Y6W-OH-hqX.nib</key>
298
+ <dict>
299
+ <key>hash2</key>
300
+ <data>
301
+ P7Lt5BACCB9AxM5duj+k+SijJQq5+eppJRALAGF8X68=
302
+ </data>
303
+ </dict>
304
+ <key>BlockedJourneyViewController.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib</key>
305
+ <dict>
306
+ <key>hash2</key>
307
+ <data>
308
+ bOEsivsM0ZQiK0n/qQVqlo2PmtK66aGdsTsnI7Qx9/g=
276
309
  </data>
277
310
  </dict>
278
311
  <key>BulletCell.nib</key>
@@ -426,14 +459,14 @@
426
459
  <dict>
427
460
  <key>hash2</key>
428
461
  <data>
429
- MCKS20uh107yivbxug0AsymCOVVovmWcNoYGiWl4OoY=
462
+ h23Yx26XLPaPemaDyeFx/RJdk/NrwQBnlZMgWJsSPoQ=
430
463
  </data>
431
464
  </dict>
432
465
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
433
466
  <dict>
434
467
  <key>hash2</key>
435
468
  <data>
436
- vS43Kk4Ey7xdDTNymin+v3N1H0b6MH9NWJ5xP1k7bic=
469
+ xP5g5K7O17okVTr8YePh0aANH9rtDSKqZTz6U+hdVQY=
437
470
  </data>
438
471
  </dict>
439
472
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
@@ -447,14 +480,14 @@
447
480
  <dict>
448
481
  <key>hash2</key>
449
482
  <data>
450
- vS43Kk4Ey7xdDTNymin+v3N1H0b6MH9NWJ5xP1k7bic=
483
+ xP5g5K7O17okVTr8YePh0aANH9rtDSKqZTz6U+hdVQY=
451
484
  </data>
452
485
  </dict>
453
486
  <key>Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
454
487
  <dict>
455
488
  <key>hash2</key>
456
489
  <data>
457
- //v6qUAo+2HfkozCbaf3t/fU7L6t50QFLYnYrXR7mVI=
490
+ LaVjCeCKyLLR81C4B6B3EpzgiaH2iwg4dxnvxKhRbAM=
458
491
  </data>
459
492
  </dict>
460
493
  <key>Mulish-Bold.ttf</key>
@@ -580,7 +613,7 @@
580
613
  <dict>
581
614
  <key>hash2</key>
582
615
  <data>
583
- JWCtN8hfxcPgjMTpX75kofYKJikZIBmNZ0MbkwA9C80=
616
+ ttavkHwMq00AMNq8YVdvk0QgFrY/3Ct3L2XGHkZqFr8=
584
617
  </data>
585
618
  </dict>
586
619
  <key>document_detector.mlmodelc/model0/analytics/coremldata.bin</key>
@@ -594,7 +627,7 @@
594
627
  <dict>
595
628
  <key>hash2</key>
596
629
  <data>
597
- cTCoaQqNdoeqy8Et5+UiYb/ViKEz6/zTidf51cBNJfY=
630
+ GkhvG+cIZydp4WKoPZ+jd0bUwj5/zQ7U4A9Dt44QwWg=
598
631
  </data>
599
632
  </dict>
600
633
  <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",
94
93
  "iou_threshold" : "0.45",
95
- "classes" : "Doc"
94
+ "classes" : "Doc",
95
+ "confidence_threshold" : "0.25"
96
96
  },
97
97
  "neuralNetworkLayerTypeHistogram" : {
98
98
  "Concat" : 13,