@thegrizzlylabs/react-native-genius-scan 5.0.0 → 5.0.1

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 (20) hide show
  1. package/android/build.gradle +1 -1
  2. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/GSSDK +0 -0
  3. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Headers/GSSDK-Swift.h +6 -0
  4. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Info.plist +0 -0
  5. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.abi.json +40 -6
  6. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -1
  7. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  8. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftinterface +2 -1
  9. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/GSSDK +0 -0
  10. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h +12 -0
  11. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Info.plist +0 -0
  12. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +40 -6
  13. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -1
  14. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  15. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -1
  16. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +40 -6
  17. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -1
  18. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  19. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -1
  20. package/package.json +1 -1
@@ -41,5 +41,5 @@ rootProject.allprojects {
41
41
 
42
42
  dependencies {
43
43
  implementation 'com.facebook.react:react-native:+'
44
- implementation 'com.geniusscansdk:gssdk:5.0.0'
44
+ implementation 'com.geniusscansdk:gssdk:5.0.1'
45
45
  }
@@ -335,6 +335,12 @@ SWIFT_CLASS("_TtC5GSSDK20GSKDocumentGenerator")
335
335
  /// \param configuration The configuration for the document generation.
336
336
  ///
337
337
  - (BOOL)generate:(GSKPDFDocument * _Nonnull)document imageProcessor:(id <GSKDocumentImageProcessor> _Nonnull)imageProcessor configuration:(GSKDocumentGeneratorConfiguration * _Nonnull)configuration error:(NSError * _Nullable * _Nullable)error;
338
+ /// Generates a document file based on a document model and a generator configuration.
339
+ /// \param document The source document to generate as PDF.
340
+ ///
341
+ /// \param configuration The configuration for the document generation.
342
+ ///
343
+ - (BOOL)generate:(GSKPDFDocument * _Nonnull)document configuration:(GSKDocumentGeneratorConfiguration * _Nonnull)configuration error:(NSError * _Nullable * _Nullable)error;
338
344
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
339
345
  @end
340
346
 
@@ -1420,7 +1420,6 @@
1420
1420
  "kind": "TypeNominal",
1421
1421
  "name": "GSKDocumentImageProcessor",
1422
1422
  "printedName": "GSSDK.GSKDocumentImageProcessor",
1423
- "hasDefaultArg": true,
1424
1423
  "usr": "c:@M@GSSDK@objc(pl)GSKDocumentImageProcessor"
1425
1424
  },
1426
1425
  {
@@ -1442,6 +1441,41 @@
1442
1441
  "throwing": true,
1443
1442
  "funcSelfKind": "NonMutating"
1444
1443
  },
1444
+ {
1445
+ "kind": "Function",
1446
+ "name": "generate",
1447
+ "printedName": "generate(_:configuration:)",
1448
+ "children": [
1449
+ {
1450
+ "kind": "TypeNominal",
1451
+ "name": "Void",
1452
+ "printedName": "()"
1453
+ },
1454
+ {
1455
+ "kind": "TypeNominal",
1456
+ "name": "GSKPDFDocument",
1457
+ "printedName": "GSSDK.GSKPDFDocument",
1458
+ "usr": "c:@M@GSSDK@objc(cs)GSKPDFDocument"
1459
+ },
1460
+ {
1461
+ "kind": "TypeNominal",
1462
+ "name": "GSKDocumentGeneratorConfiguration",
1463
+ "printedName": "GSSDK.GSKDocumentGeneratorConfiguration",
1464
+ "usr": "c:@M@GSSDK@objc(cs)GSKDocumentGeneratorConfiguration"
1465
+ }
1466
+ ],
1467
+ "declKind": "Func",
1468
+ "usr": "c:@M@GSSDK@objc(cs)GSKDocumentGenerator(im)generate:configuration:error:",
1469
+ "mangledName": "$s5GSSDK20GSKDocumentGeneratorC8generate_13configurationyAA14GSKPDFDocumentC_AA0bC13ConfigurationCtKF",
1470
+ "moduleName": "GSSDK",
1471
+ "declAttributes": [
1472
+ "AccessControl",
1473
+ "ObjC",
1474
+ "RawDocComment"
1475
+ ],
1476
+ "throwing": true,
1477
+ "funcSelfKind": "NonMutating"
1478
+ },
1445
1479
  {
1446
1480
  "kind": "Constructor",
1447
1481
  "name": "init",
@@ -20894,35 +20928,35 @@
20894
20928
  {
20895
20929
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20896
20930
  "kind": "StringLiteral",
20897
- "offset": 1243,
20931
+ "offset": 1209,
20898
20932
  "length": 14,
20899
20933
  "value": "\"AdobeRGB1998\""
20900
20934
  },
20901
20935
  {
20902
20936
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20903
20937
  "kind": "StringLiteral",
20904
- "offset": 1267,
20938
+ "offset": 1233,
20905
20939
  "length": 5,
20906
20940
  "value": "\"icc\""
20907
20941
  },
20908
20942
  {
20909
20943
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20910
20944
  "kind": "BooleanLiteral",
20911
- "offset": 1357,
20945
+ "offset": 1323,
20912
20946
  "length": 5,
20913
20947
  "value": "false"
20914
20948
  },
20915
20949
  {
20916
20950
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20917
20951
  "kind": "StringLiteral",
20918
- "offset": 1984,
20952
+ "offset": 1950,
20919
20953
  "length": 41,
20920
20954
  "value": "\"Unable to instantiate the PDF generator\""
20921
20955
  },
20922
20956
  {
20923
20957
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20924
20958
  "kind": "StringLiteral",
20925
- "offset": 2329,
20959
+ "offset": 2295,
20926
20960
  "length": 42,
20927
20961
  "value": "\"Unable to instantiate the TIFF generator\""
20928
20962
  },
@@ -74,7 +74,8 @@ extension GSSDK.GSKReceiptCategory : Swift.CustomStringConvertible {
74
74
  }
75
75
  }
76
76
  @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
77
- @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor = GSKNoopDocumentImageProcessor(), configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
77
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
79
  @objc override dynamic public init()
79
80
  @objc deinit
80
81
  }
@@ -74,7 +74,8 @@ extension GSSDK.GSKReceiptCategory : Swift.CustomStringConvertible {
74
74
  }
75
75
  }
76
76
  @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
77
- @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor = GSKNoopDocumentImageProcessor(), configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
77
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
79
  @objc override dynamic public init()
79
80
  @objc deinit
80
81
  }
@@ -335,6 +335,12 @@ SWIFT_CLASS("_TtC5GSSDK20GSKDocumentGenerator")
335
335
  /// \param configuration The configuration for the document generation.
336
336
  ///
337
337
  - (BOOL)generate:(GSKPDFDocument * _Nonnull)document imageProcessor:(id <GSKDocumentImageProcessor> _Nonnull)imageProcessor configuration:(GSKDocumentGeneratorConfiguration * _Nonnull)configuration error:(NSError * _Nullable * _Nullable)error;
338
+ /// Generates a document file based on a document model and a generator configuration.
339
+ /// \param document The source document to generate as PDF.
340
+ ///
341
+ /// \param configuration The configuration for the document generation.
342
+ ///
343
+ - (BOOL)generate:(GSKPDFDocument * _Nonnull)document configuration:(GSKDocumentGeneratorConfiguration * _Nonnull)configuration error:(NSError * _Nullable * _Nullable)error;
338
344
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
339
345
  @end
340
346
 
@@ -1383,6 +1389,12 @@ SWIFT_CLASS("_TtC5GSSDK20GSKDocumentGenerator")
1383
1389
  /// \param configuration The configuration for the document generation.
1384
1390
  ///
1385
1391
  - (BOOL)generate:(GSKPDFDocument * _Nonnull)document imageProcessor:(id <GSKDocumentImageProcessor> _Nonnull)imageProcessor configuration:(GSKDocumentGeneratorConfiguration * _Nonnull)configuration error:(NSError * _Nullable * _Nullable)error;
1392
+ /// Generates a document file based on a document model and a generator configuration.
1393
+ /// \param document The source document to generate as PDF.
1394
+ ///
1395
+ /// \param configuration The configuration for the document generation.
1396
+ ///
1397
+ - (BOOL)generate:(GSKPDFDocument * _Nonnull)document configuration:(GSKDocumentGeneratorConfiguration * _Nonnull)configuration error:(NSError * _Nullable * _Nullable)error;
1386
1398
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1387
1399
  @end
1388
1400
 
@@ -1420,7 +1420,6 @@
1420
1420
  "kind": "TypeNominal",
1421
1421
  "name": "GSKDocumentImageProcessor",
1422
1422
  "printedName": "GSSDK.GSKDocumentImageProcessor",
1423
- "hasDefaultArg": true,
1424
1423
  "usr": "c:@M@GSSDK@objc(pl)GSKDocumentImageProcessor"
1425
1424
  },
1426
1425
  {
@@ -1442,6 +1441,41 @@
1442
1441
  "throwing": true,
1443
1442
  "funcSelfKind": "NonMutating"
1444
1443
  },
1444
+ {
1445
+ "kind": "Function",
1446
+ "name": "generate",
1447
+ "printedName": "generate(_:configuration:)",
1448
+ "children": [
1449
+ {
1450
+ "kind": "TypeNominal",
1451
+ "name": "Void",
1452
+ "printedName": "()"
1453
+ },
1454
+ {
1455
+ "kind": "TypeNominal",
1456
+ "name": "GSKPDFDocument",
1457
+ "printedName": "GSSDK.GSKPDFDocument",
1458
+ "usr": "c:@M@GSSDK@objc(cs)GSKPDFDocument"
1459
+ },
1460
+ {
1461
+ "kind": "TypeNominal",
1462
+ "name": "GSKDocumentGeneratorConfiguration",
1463
+ "printedName": "GSSDK.GSKDocumentGeneratorConfiguration",
1464
+ "usr": "c:@M@GSSDK@objc(cs)GSKDocumentGeneratorConfiguration"
1465
+ }
1466
+ ],
1467
+ "declKind": "Func",
1468
+ "usr": "c:@M@GSSDK@objc(cs)GSKDocumentGenerator(im)generate:configuration:error:",
1469
+ "mangledName": "$s5GSSDK20GSKDocumentGeneratorC8generate_13configurationyAA14GSKPDFDocumentC_AA0bC13ConfigurationCtKF",
1470
+ "moduleName": "GSSDK",
1471
+ "declAttributes": [
1472
+ "AccessControl",
1473
+ "ObjC",
1474
+ "RawDocComment"
1475
+ ],
1476
+ "throwing": true,
1477
+ "funcSelfKind": "NonMutating"
1478
+ },
1445
1479
  {
1446
1480
  "kind": "Constructor",
1447
1481
  "name": "init",
@@ -20894,35 +20928,35 @@
20894
20928
  {
20895
20929
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20896
20930
  "kind": "StringLiteral",
20897
- "offset": 1243,
20931
+ "offset": 1209,
20898
20932
  "length": 14,
20899
20933
  "value": "\"AdobeRGB1998\""
20900
20934
  },
20901
20935
  {
20902
20936
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20903
20937
  "kind": "StringLiteral",
20904
- "offset": 1267,
20938
+ "offset": 1233,
20905
20939
  "length": 5,
20906
20940
  "value": "\"icc\""
20907
20941
  },
20908
20942
  {
20909
20943
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20910
20944
  "kind": "BooleanLiteral",
20911
- "offset": 1357,
20945
+ "offset": 1323,
20912
20946
  "length": 5,
20913
20947
  "value": "false"
20914
20948
  },
20915
20949
  {
20916
20950
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20917
20951
  "kind": "StringLiteral",
20918
- "offset": 1984,
20952
+ "offset": 1950,
20919
20953
  "length": 41,
20920
20954
  "value": "\"Unable to instantiate the PDF generator\""
20921
20955
  },
20922
20956
  {
20923
20957
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20924
20958
  "kind": "StringLiteral",
20925
- "offset": 2329,
20959
+ "offset": 2295,
20926
20960
  "length": 42,
20927
20961
  "value": "\"Unable to instantiate the TIFF generator\""
20928
20962
  },
@@ -74,7 +74,8 @@ extension GSSDK.GSKReceiptCategory : Swift.CustomStringConvertible {
74
74
  }
75
75
  }
76
76
  @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
77
- @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor = GSKNoopDocumentImageProcessor(), configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
77
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
79
  @objc override dynamic public init()
79
80
  @objc deinit
80
81
  }
@@ -74,7 +74,8 @@ extension GSSDK.GSKReceiptCategory : Swift.CustomStringConvertible {
74
74
  }
75
75
  }
76
76
  @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
77
- @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor = GSKNoopDocumentImageProcessor(), configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
77
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
79
  @objc override dynamic public init()
79
80
  @objc deinit
80
81
  }
@@ -1420,7 +1420,6 @@
1420
1420
  "kind": "TypeNominal",
1421
1421
  "name": "GSKDocumentImageProcessor",
1422
1422
  "printedName": "GSSDK.GSKDocumentImageProcessor",
1423
- "hasDefaultArg": true,
1424
1423
  "usr": "c:@M@GSSDK@objc(pl)GSKDocumentImageProcessor"
1425
1424
  },
1426
1425
  {
@@ -1442,6 +1441,41 @@
1442
1441
  "throwing": true,
1443
1442
  "funcSelfKind": "NonMutating"
1444
1443
  },
1444
+ {
1445
+ "kind": "Function",
1446
+ "name": "generate",
1447
+ "printedName": "generate(_:configuration:)",
1448
+ "children": [
1449
+ {
1450
+ "kind": "TypeNominal",
1451
+ "name": "Void",
1452
+ "printedName": "()"
1453
+ },
1454
+ {
1455
+ "kind": "TypeNominal",
1456
+ "name": "GSKPDFDocument",
1457
+ "printedName": "GSSDK.GSKPDFDocument",
1458
+ "usr": "c:@M@GSSDK@objc(cs)GSKPDFDocument"
1459
+ },
1460
+ {
1461
+ "kind": "TypeNominal",
1462
+ "name": "GSKDocumentGeneratorConfiguration",
1463
+ "printedName": "GSSDK.GSKDocumentGeneratorConfiguration",
1464
+ "usr": "c:@M@GSSDK@objc(cs)GSKDocumentGeneratorConfiguration"
1465
+ }
1466
+ ],
1467
+ "declKind": "Func",
1468
+ "usr": "c:@M@GSSDK@objc(cs)GSKDocumentGenerator(im)generate:configuration:error:",
1469
+ "mangledName": "$s5GSSDK20GSKDocumentGeneratorC8generate_13configurationyAA14GSKPDFDocumentC_AA0bC13ConfigurationCtKF",
1470
+ "moduleName": "GSSDK",
1471
+ "declAttributes": [
1472
+ "AccessControl",
1473
+ "ObjC",
1474
+ "RawDocComment"
1475
+ ],
1476
+ "throwing": true,
1477
+ "funcSelfKind": "NonMutating"
1478
+ },
1445
1479
  {
1446
1480
  "kind": "Constructor",
1447
1481
  "name": "init",
@@ -20894,35 +20928,35 @@
20894
20928
  {
20895
20929
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20896
20930
  "kind": "StringLiteral",
20897
- "offset": 1243,
20931
+ "offset": 1209,
20898
20932
  "length": 14,
20899
20933
  "value": "\"AdobeRGB1998\""
20900
20934
  },
20901
20935
  {
20902
20936
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20903
20937
  "kind": "StringLiteral",
20904
- "offset": 1267,
20938
+ "offset": 1233,
20905
20939
  "length": 5,
20906
20940
  "value": "\"icc\""
20907
20941
  },
20908
20942
  {
20909
20943
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20910
20944
  "kind": "BooleanLiteral",
20911
- "offset": 1357,
20945
+ "offset": 1323,
20912
20946
  "length": 5,
20913
20947
  "value": "false"
20914
20948
  },
20915
20949
  {
20916
20950
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20917
20951
  "kind": "StringLiteral",
20918
- "offset": 1984,
20952
+ "offset": 1950,
20919
20953
  "length": 41,
20920
20954
  "value": "\"Unable to instantiate the PDF generator\""
20921
20955
  },
20922
20956
  {
20923
20957
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/PDF\/GSKDocumentGenerator.swift",
20924
20958
  "kind": "StringLiteral",
20925
- "offset": 2329,
20959
+ "offset": 2295,
20926
20960
  "length": 42,
20927
20961
  "value": "\"Unable to instantiate the TIFF generator\""
20928
20962
  },
@@ -74,7 +74,8 @@ extension GSSDK.GSKReceiptCategory : Swift.CustomStringConvertible {
74
74
  }
75
75
  }
76
76
  @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
77
- @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor = GSKNoopDocumentImageProcessor(), configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
77
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
79
  @objc override dynamic public init()
79
80
  @objc deinit
80
81
  }
@@ -74,7 +74,8 @@ extension GSSDK.GSKReceiptCategory : Swift.CustomStringConvertible {
74
74
  }
75
75
  }
76
76
  @_inheritsConvenienceInitializers @objc public class GSKDocumentGenerator : ObjectiveC.NSObject {
77
- @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor = GSKNoopDocumentImageProcessor(), configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
77
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, imageProcessor: any GSSDK.GSKDocumentImageProcessor, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
+ @objc public func generate(_ document: GSSDK.GSKPDFDocument, configuration: GSSDK.GSKDocumentGeneratorConfiguration) throws
78
79
  @objc override dynamic public init()
79
80
  @objc deinit
80
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "React Native Plugin for Genius Scan SDK",
5
5
  "author": "TheGrizzlyLabs <sdk@thegrizzlylabs.com> (https://www.thegrizzlylabs.com/)",
6
6
  "homepage": "https://geniusscansdk.com",