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 {}