@thegrizzlylabs/react-native-genius-scan 5.0.0-beta7 → 5.0.0-beta8
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/README.md +11 -2
- package/android/build.gradle +1 -1
- package/ios/GSSDK/GSSDK.xcframework/Info.plist +5 -5
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/GSSDK +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Headers/GSSDK-Swift.h +64 -26
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.abi.json +2530 -2107
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +57 -32
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftinterface +57 -32
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/PhoneNumberKit_PhoneNumberKit.bundle/PhoneNumberMetadata.json +1 -1
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/GSSDK +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h +128 -52
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +2530 -2107
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +57 -32
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +57 -32
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +2530 -2107
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +57 -32
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +57 -32
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/PhoneNumberKit_PhoneNumberKit.bundle/PhoneNumberMetadata.json +1 -1
- package/package.json +1 -1
|
@@ -247,10 +247,10 @@ public enum GSSDKStrings {
|
|
|
247
247
|
public static let gssdkSettings: Swift.String
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
@objc @objcMembers final public class GSKOCRResult : ObjectiveC.NSObject {
|
|
250
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKOCRResult : ObjectiveC.NSObject {
|
|
251
251
|
@objc final public let text: Swift.String
|
|
252
252
|
@objc final public let textLayout: GSSDK.GSKTextLayout
|
|
253
|
-
@objc public init(text: Swift.String, textLayout: GSSDK.GSKTextLayout)
|
|
253
|
+
@objc convenience public init(text: Swift.String, textLayout: GSSDK.GSKTextLayout)
|
|
254
254
|
@objc deinit
|
|
255
255
|
}
|
|
256
256
|
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKOCRConfiguration : ObjectiveC.NSObject {
|
|
@@ -463,13 +463,32 @@ extension GSSDK.GSKScanFlowSource : Swift.CustomStringConvertible {
|
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
@objc @_inheritsConvenienceInitializers @objcMembers final public class GSKScanFlowStructuredDataResult : ObjectiveC.NSObject {
|
|
466
|
-
@objc final public var bankDetails: GSSDK.
|
|
467
|
-
@objc final public var businessCardContact: GSSDK.
|
|
468
|
-
@objc final public var receipt: GSSDK.
|
|
466
|
+
@objc final public var bankDetails: GSSDK.GSKStructuredDataBankDetails?
|
|
467
|
+
@objc final public var businessCardContact: GSSDK.GSKStructuredDataContact?
|
|
468
|
+
@objc final public var receipt: GSSDK.GSKStructuredDataReceipt?
|
|
469
469
|
@objc override dynamic public init()
|
|
470
470
|
@objc deinit
|
|
471
471
|
}
|
|
472
|
-
@
|
|
472
|
+
@_inheritsConvenienceInitializers @objc final public class GSKUIBackgroundProcessing : ObjectiveC.NSObject {
|
|
473
|
+
@objc public static let shared: GSSDK.GSKUIBackgroundProcessing
|
|
474
|
+
@objc final public let documentGenerationQueue: Dispatch.DispatchQueue
|
|
475
|
+
@objc override dynamic public init()
|
|
476
|
+
@objc deinit
|
|
477
|
+
}
|
|
478
|
+
public struct GSKScanFlowButton<Label> : SwiftUI.View where Label : SwiftUI.View {
|
|
479
|
+
public var configuration: () -> GSSDK.GSKScanFlowConfiguration
|
|
480
|
+
public var action: (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void
|
|
481
|
+
public var label: () -> Label
|
|
482
|
+
public init(configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void, @SwiftUI.ViewBuilder label: @escaping () -> Label)
|
|
483
|
+
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
484
|
+
get
|
|
485
|
+
}
|
|
486
|
+
public typealias Body = @_opaqueReturnTypeOf("$s5GSSDK17GSKScanFlowButtonV4bodyQrvp", 0) __<Label>
|
|
487
|
+
}
|
|
488
|
+
extension GSSDK.GSKScanFlowButton where Label == SwiftUI.Text {
|
|
489
|
+
public init(_ label: Swift.String, configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void)
|
|
490
|
+
}
|
|
491
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataAddress : ObjectiveC.NSObject {
|
|
473
492
|
@objc final public let city: Swift.String?
|
|
474
493
|
@objc final public let postalCode: Swift.String?
|
|
475
494
|
@objc final public let street: Swift.String?
|
|
@@ -477,28 +496,50 @@ extension GSSDK.GSKScanFlowSource : Swift.CustomStringConvertible {
|
|
|
477
496
|
@objc final public let country: Swift.String?
|
|
478
497
|
@objc deinit
|
|
479
498
|
}
|
|
480
|
-
@objc @
|
|
499
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataBankDetails : ObjectiveC.NSObject {
|
|
481
500
|
@objc final public var iban: Swift.String?
|
|
482
501
|
@objc final public var bic: Swift.String?
|
|
483
|
-
@objc override dynamic public init()
|
|
484
502
|
@objc deinit
|
|
485
503
|
}
|
|
486
|
-
@objc @_hasMissingDesignatedInitializers @objcMembers final public class
|
|
504
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataContact : ObjectiveC.NSObject {
|
|
487
505
|
@objc final public let name: Swift.String?
|
|
488
506
|
@objc final public let organization: Swift.String?
|
|
489
|
-
@objc final public let address: GSSDK.
|
|
490
|
-
@objc final public let phoneNumbers: [GSSDK.
|
|
507
|
+
@objc final public let address: GSSDK.GSKStructuredDataAddress?
|
|
508
|
+
@objc final public let phoneNumbers: [GSSDK.GSKStructuredDataPhoneNumber]
|
|
491
509
|
@objc final public let links: [Foundation.URL]
|
|
492
510
|
@objc final public let emailAddresses: [Swift.String]
|
|
493
511
|
@objc final public func asCNContact() -> Contacts.CNContact
|
|
494
512
|
@objc deinit
|
|
495
513
|
}
|
|
496
|
-
@
|
|
514
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc final public class GSKStructuredDataExtractor : ObjectiveC.NSObject {
|
|
515
|
+
@objc convenience override dynamic public init()
|
|
516
|
+
@objc deinit
|
|
517
|
+
}
|
|
518
|
+
@objc extension GSSDK.GSKStructuredDataExtractor {
|
|
519
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
520
|
+
@objc final public func bankDetailsFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataBankDetails?
|
|
521
|
+
#endif
|
|
522
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
523
|
+
@objc final public func businessCardContactFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataContact?
|
|
524
|
+
#endif
|
|
525
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
526
|
+
@objc final public func receiptFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataReceipt?
|
|
527
|
+
#endif
|
|
528
|
+
}
|
|
529
|
+
@objc public enum GSKStructuredDataExtractorError : Swift.Int {
|
|
530
|
+
case missingRequiredOCRMetadata = -1
|
|
531
|
+
public init?(rawValue: Swift.Int)
|
|
532
|
+
public typealias RawValue = Swift.Int
|
|
533
|
+
public var rawValue: Swift.Int {
|
|
534
|
+
get
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataPhoneNumber : ObjectiveC.NSObject {
|
|
497
538
|
@objc final public let label: Swift.String
|
|
498
539
|
@objc final public let number: Swift.String
|
|
499
540
|
@objc deinit
|
|
500
541
|
}
|
|
501
|
-
@objc @_hasMissingDesignatedInitializers @objcMembers final public class
|
|
542
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataReceipt : ObjectiveC.NSObject {
|
|
502
543
|
@objc final public let locale: Foundation.Locale?
|
|
503
544
|
@objc final public let merchant: Swift.String?
|
|
504
545
|
final public let amount: Swift.Double?
|
|
@@ -507,25 +548,6 @@ extension GSSDK.GSKScanFlowSource : Swift.CustomStringConvertible {
|
|
|
507
548
|
final public let category: GSSDK.GSKReceiptCategory?
|
|
508
549
|
@objc deinit
|
|
509
550
|
}
|
|
510
|
-
@_inheritsConvenienceInitializers @objc final public class GSKUIBackgroundProcessing : ObjectiveC.NSObject {
|
|
511
|
-
@objc public static let shared: GSSDK.GSKUIBackgroundProcessing
|
|
512
|
-
@objc final public let documentGenerationQueue: Dispatch.DispatchQueue
|
|
513
|
-
@objc override dynamic public init()
|
|
514
|
-
@objc deinit
|
|
515
|
-
}
|
|
516
|
-
public struct GSKScanFlowButton<Label> : SwiftUI.View where Label : SwiftUI.View {
|
|
517
|
-
public var configuration: () -> GSSDK.GSKScanFlowConfiguration
|
|
518
|
-
public var action: (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void
|
|
519
|
-
public var label: () -> Label
|
|
520
|
-
public init(configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void, @SwiftUI.ViewBuilder label: @escaping () -> Label)
|
|
521
|
-
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
522
|
-
get
|
|
523
|
-
}
|
|
524
|
-
public typealias Body = @_opaqueReturnTypeOf("$s5GSSDK17GSKScanFlowButtonV4bodyQrvp", 0) __<Label>
|
|
525
|
-
}
|
|
526
|
-
extension GSSDK.GSKScanFlowButton where Label == SwiftUI.Text {
|
|
527
|
-
public init(_ label: Swift.String, configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void)
|
|
528
|
-
}
|
|
529
551
|
extension GSSDK.GSKDocumentFinderImageType : Swift.Equatable {}
|
|
530
552
|
extension GSSDK.GSKDocumentFinderImageType : Swift.Hashable {}
|
|
531
553
|
extension GSSDK.GSKDocumentFinderImageType : Swift.RawRepresentable {}
|
|
@@ -552,3 +574,6 @@ extension GSSDK.GSKScanFlowPDFPageSize : Swift.RawRepresentable {}
|
|
|
552
574
|
extension GSSDK.GSKScanFlowSource : Swift.Equatable {}
|
|
553
575
|
extension GSSDK.GSKScanFlowSource : Swift.Hashable {}
|
|
554
576
|
extension GSSDK.GSKScanFlowSource : Swift.RawRepresentable {}
|
|
577
|
+
extension GSSDK.GSKStructuredDataExtractorError : Swift.Equatable {}
|
|
578
|
+
extension GSSDK.GSKStructuredDataExtractorError : Swift.Hashable {}
|
|
579
|
+
extension GSSDK.GSKStructuredDataExtractorError : Swift.RawRepresentable {}
|
|
Binary file
|
|
@@ -247,10 +247,10 @@ public enum GSSDKStrings {
|
|
|
247
247
|
public static let gssdkSettings: Swift.String
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
@objc @objcMembers final public class GSKOCRResult : ObjectiveC.NSObject {
|
|
250
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKOCRResult : ObjectiveC.NSObject {
|
|
251
251
|
@objc final public let text: Swift.String
|
|
252
252
|
@objc final public let textLayout: GSSDK.GSKTextLayout
|
|
253
|
-
@objc public init(text: Swift.String, textLayout: GSSDK.GSKTextLayout)
|
|
253
|
+
@objc convenience public init(text: Swift.String, textLayout: GSSDK.GSKTextLayout)
|
|
254
254
|
@objc deinit
|
|
255
255
|
}
|
|
256
256
|
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKOCRConfiguration : ObjectiveC.NSObject {
|
|
@@ -463,13 +463,32 @@ extension GSSDK.GSKScanFlowSource : Swift.CustomStringConvertible {
|
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
@objc @_inheritsConvenienceInitializers @objcMembers final public class GSKScanFlowStructuredDataResult : ObjectiveC.NSObject {
|
|
466
|
-
@objc final public var bankDetails: GSSDK.
|
|
467
|
-
@objc final public var businessCardContact: GSSDK.
|
|
468
|
-
@objc final public var receipt: GSSDK.
|
|
466
|
+
@objc final public var bankDetails: GSSDK.GSKStructuredDataBankDetails?
|
|
467
|
+
@objc final public var businessCardContact: GSSDK.GSKStructuredDataContact?
|
|
468
|
+
@objc final public var receipt: GSSDK.GSKStructuredDataReceipt?
|
|
469
469
|
@objc override dynamic public init()
|
|
470
470
|
@objc deinit
|
|
471
471
|
}
|
|
472
|
-
@
|
|
472
|
+
@_inheritsConvenienceInitializers @objc final public class GSKUIBackgroundProcessing : ObjectiveC.NSObject {
|
|
473
|
+
@objc public static let shared: GSSDK.GSKUIBackgroundProcessing
|
|
474
|
+
@objc final public let documentGenerationQueue: Dispatch.DispatchQueue
|
|
475
|
+
@objc override dynamic public init()
|
|
476
|
+
@objc deinit
|
|
477
|
+
}
|
|
478
|
+
public struct GSKScanFlowButton<Label> : SwiftUI.View where Label : SwiftUI.View {
|
|
479
|
+
public var configuration: () -> GSSDK.GSKScanFlowConfiguration
|
|
480
|
+
public var action: (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void
|
|
481
|
+
public var label: () -> Label
|
|
482
|
+
public init(configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void, @SwiftUI.ViewBuilder label: @escaping () -> Label)
|
|
483
|
+
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
484
|
+
get
|
|
485
|
+
}
|
|
486
|
+
public typealias Body = @_opaqueReturnTypeOf("$s5GSSDK17GSKScanFlowButtonV4bodyQrvp", 0) __<Label>
|
|
487
|
+
}
|
|
488
|
+
extension GSSDK.GSKScanFlowButton where Label == SwiftUI.Text {
|
|
489
|
+
public init(_ label: Swift.String, configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void)
|
|
490
|
+
}
|
|
491
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataAddress : ObjectiveC.NSObject {
|
|
473
492
|
@objc final public let city: Swift.String?
|
|
474
493
|
@objc final public let postalCode: Swift.String?
|
|
475
494
|
@objc final public let street: Swift.String?
|
|
@@ -477,28 +496,50 @@ extension GSSDK.GSKScanFlowSource : Swift.CustomStringConvertible {
|
|
|
477
496
|
@objc final public let country: Swift.String?
|
|
478
497
|
@objc deinit
|
|
479
498
|
}
|
|
480
|
-
@objc @
|
|
499
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataBankDetails : ObjectiveC.NSObject {
|
|
481
500
|
@objc final public var iban: Swift.String?
|
|
482
501
|
@objc final public var bic: Swift.String?
|
|
483
|
-
@objc override dynamic public init()
|
|
484
502
|
@objc deinit
|
|
485
503
|
}
|
|
486
|
-
@objc @_hasMissingDesignatedInitializers @objcMembers final public class
|
|
504
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataContact : ObjectiveC.NSObject {
|
|
487
505
|
@objc final public let name: Swift.String?
|
|
488
506
|
@objc final public let organization: Swift.String?
|
|
489
|
-
@objc final public let address: GSSDK.
|
|
490
|
-
@objc final public let phoneNumbers: [GSSDK.
|
|
507
|
+
@objc final public let address: GSSDK.GSKStructuredDataAddress?
|
|
508
|
+
@objc final public let phoneNumbers: [GSSDK.GSKStructuredDataPhoneNumber]
|
|
491
509
|
@objc final public let links: [Foundation.URL]
|
|
492
510
|
@objc final public let emailAddresses: [Swift.String]
|
|
493
511
|
@objc final public func asCNContact() -> Contacts.CNContact
|
|
494
512
|
@objc deinit
|
|
495
513
|
}
|
|
496
|
-
@
|
|
514
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc final public class GSKStructuredDataExtractor : ObjectiveC.NSObject {
|
|
515
|
+
@objc convenience override dynamic public init()
|
|
516
|
+
@objc deinit
|
|
517
|
+
}
|
|
518
|
+
@objc extension GSSDK.GSKStructuredDataExtractor {
|
|
519
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
520
|
+
@objc final public func bankDetailsFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataBankDetails?
|
|
521
|
+
#endif
|
|
522
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
523
|
+
@objc final public func businessCardContactFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataContact?
|
|
524
|
+
#endif
|
|
525
|
+
#if compiler(>=5.3) && $AsyncAwait
|
|
526
|
+
@objc final public func receiptFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataReceipt?
|
|
527
|
+
#endif
|
|
528
|
+
}
|
|
529
|
+
@objc public enum GSKStructuredDataExtractorError : Swift.Int {
|
|
530
|
+
case missingRequiredOCRMetadata = -1
|
|
531
|
+
public init?(rawValue: Swift.Int)
|
|
532
|
+
public typealias RawValue = Swift.Int
|
|
533
|
+
public var rawValue: Swift.Int {
|
|
534
|
+
get
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataPhoneNumber : ObjectiveC.NSObject {
|
|
497
538
|
@objc final public let label: Swift.String
|
|
498
539
|
@objc final public let number: Swift.String
|
|
499
540
|
@objc deinit
|
|
500
541
|
}
|
|
501
|
-
@objc @_hasMissingDesignatedInitializers @objcMembers final public class
|
|
542
|
+
@objc @_hasMissingDesignatedInitializers @objcMembers final public class GSKStructuredDataReceipt : ObjectiveC.NSObject {
|
|
502
543
|
@objc final public let locale: Foundation.Locale?
|
|
503
544
|
@objc final public let merchant: Swift.String?
|
|
504
545
|
final public let amount: Swift.Double?
|
|
@@ -507,25 +548,6 @@ extension GSSDK.GSKScanFlowSource : Swift.CustomStringConvertible {
|
|
|
507
548
|
final public let category: GSSDK.GSKReceiptCategory?
|
|
508
549
|
@objc deinit
|
|
509
550
|
}
|
|
510
|
-
@_inheritsConvenienceInitializers @objc final public class GSKUIBackgroundProcessing : ObjectiveC.NSObject {
|
|
511
|
-
@objc public static let shared: GSSDK.GSKUIBackgroundProcessing
|
|
512
|
-
@objc final public let documentGenerationQueue: Dispatch.DispatchQueue
|
|
513
|
-
@objc override dynamic public init()
|
|
514
|
-
@objc deinit
|
|
515
|
-
}
|
|
516
|
-
public struct GSKScanFlowButton<Label> : SwiftUI.View where Label : SwiftUI.View {
|
|
517
|
-
public var configuration: () -> GSSDK.GSKScanFlowConfiguration
|
|
518
|
-
public var action: (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void
|
|
519
|
-
public var label: () -> Label
|
|
520
|
-
public init(configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void, @SwiftUI.ViewBuilder label: @escaping () -> Label)
|
|
521
|
-
@_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View {
|
|
522
|
-
get
|
|
523
|
-
}
|
|
524
|
-
public typealias Body = @_opaqueReturnTypeOf("$s5GSSDK17GSKScanFlowButtonV4bodyQrvp", 0) __<Label>
|
|
525
|
-
}
|
|
526
|
-
extension GSSDK.GSKScanFlowButton where Label == SwiftUI.Text {
|
|
527
|
-
public init(_ label: Swift.String, configuration: @escaping () -> GSSDK.GSKScanFlowConfiguration, action: @escaping (Swift.Result<GSSDK.GSKScanFlowResult, any Swift.Error>) -> Swift.Void)
|
|
528
|
-
}
|
|
529
551
|
extension GSSDK.GSKDocumentFinderImageType : Swift.Equatable {}
|
|
530
552
|
extension GSSDK.GSKDocumentFinderImageType : Swift.Hashable {}
|
|
531
553
|
extension GSSDK.GSKDocumentFinderImageType : Swift.RawRepresentable {}
|
|
@@ -552,3 +574,6 @@ extension GSSDK.GSKScanFlowPDFPageSize : Swift.RawRepresentable {}
|
|
|
552
574
|
extension GSSDK.GSKScanFlowSource : Swift.Equatable {}
|
|
553
575
|
extension GSSDK.GSKScanFlowSource : Swift.Hashable {}
|
|
554
576
|
extension GSSDK.GSKScanFlowSource : Swift.RawRepresentable {}
|
|
577
|
+
extension GSSDK.GSKStructuredDataExtractorError : Swift.Equatable {}
|
|
578
|
+
extension GSSDK.GSKStructuredDataExtractorError : Swift.Hashable {}
|
|
579
|
+
extension GSSDK.GSKStructuredDataExtractorError : Swift.RawRepresentable {}
|