@thegrizzlylabs/react-native-genius-scan 6.0.0-beta08 → 6.0.0-beta09

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 (18) hide show
  1. package/android/build.gradle +1 -1
  2. package/ios/GSSDK/GSSDK.xcframework/Info.plist +5 -5
  3. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/GSSDK +0 -0
  4. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Headers/GSSDK-Swift.h +1 -0
  5. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Info.plist +0 -0
  6. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.abi.json +95 -12
  7. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -0
  8. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftinterface +1 -0
  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 +2 -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 +95 -12
  13. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1 -0
  14. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1 -0
  15. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +95 -12
  16. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -0
  17. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -0
  18. package/package.json +1 -1
@@ -42,5 +42,5 @@ rootProject.allprojects {
42
42
 
43
43
  dependencies {
44
44
  implementation 'com.facebook.react:react-native:+'
45
- implementation 'com.geniusscansdk:gssdk:6.0.0-beta08'
45
+ implementation 'com.geniusscansdk:gssdk:6.0.0-beta09'
46
46
  }
@@ -10,15 +10,18 @@
10
10
  <key>DebugSymbolsPath</key>
11
11
  <string>dSYMs</string>
12
12
  <key>LibraryIdentifier</key>
13
- <string>ios-arm64</string>
13
+ <string>ios-arm64_x86_64-simulator</string>
14
14
  <key>LibraryPath</key>
15
15
  <string>GSSDK.framework</string>
16
16
  <key>SupportedArchitectures</key>
17
17
  <array>
18
18
  <string>arm64</string>
19
+ <string>x86_64</string>
19
20
  </array>
20
21
  <key>SupportedPlatform</key>
21
22
  <string>ios</string>
23
+ <key>SupportedPlatformVariant</key>
24
+ <string>simulator</string>
22
25
  </dict>
23
26
  <dict>
24
27
  <key>BinaryPath</key>
@@ -26,18 +29,15 @@
26
29
  <key>DebugSymbolsPath</key>
27
30
  <string>dSYMs</string>
28
31
  <key>LibraryIdentifier</key>
29
- <string>ios-arm64_x86_64-simulator</string>
32
+ <string>ios-arm64</string>
30
33
  <key>LibraryPath</key>
31
34
  <string>GSSDK.framework</string>
32
35
  <key>SupportedArchitectures</key>
33
36
  <array>
34
37
  <string>arm64</string>
35
- <string>x86_64</string>
36
38
  </array>
37
39
  <key>SupportedPlatform</key>
38
40
  <string>ios</string>
39
- <key>SupportedPlatformVariant</key>
40
- <string>simulator</string>
41
41
  </dict>
42
42
  </array>
43
43
  <key>CFBundlePackageType</key>
@@ -1088,6 +1088,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
1088
1088
  GSKIntegrationFrameworkCordova = 2,
1089
1089
  GSKIntegrationFrameworkFlutter = 3,
1090
1090
  GSKIntegrationFrameworkDotnet = 4,
1091
+ GSKIntegrationFrameworkCapacitor = 5,
1091
1092
  };
1092
1093
 
1093
1094
  /// A document image processor that performs no operation and returns the input file as an output
@@ -11287,6 +11287,47 @@
11287
11287
  ],
11288
11288
  "fixedbinaryorder": 4
11289
11289
  },
11290
+ {
11291
+ "kind": "Var",
11292
+ "name": "capacitor",
11293
+ "printedName": "capacitor",
11294
+ "children": [
11295
+ {
11296
+ "kind": "TypeFunc",
11297
+ "name": "Function",
11298
+ "printedName": "(GSSDK.GSKIntegrationFramework.Type) -> GSSDK.GSKIntegrationFramework",
11299
+ "children": [
11300
+ {
11301
+ "kind": "TypeNominal",
11302
+ "name": "GSKIntegrationFramework",
11303
+ "printedName": "GSSDK.GSKIntegrationFramework",
11304
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
11305
+ },
11306
+ {
11307
+ "kind": "TypeNominal",
11308
+ "name": "Metatype",
11309
+ "printedName": "GSSDK.GSKIntegrationFramework.Type",
11310
+ "children": [
11311
+ {
11312
+ "kind": "TypeNominal",
11313
+ "name": "GSKIntegrationFramework",
11314
+ "printedName": "GSSDK.GSKIntegrationFramework",
11315
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
11316
+ }
11317
+ ]
11318
+ }
11319
+ ]
11320
+ }
11321
+ ],
11322
+ "declKind": "EnumElement",
11323
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework@GSKIntegrationFrameworkCapacitor",
11324
+ "mangledName": "$s5GSSDK23GSKIntegrationFrameworkO9capacitoryA2CmF",
11325
+ "moduleName": "GSSDK",
11326
+ "declAttributes": [
11327
+ "ObjC"
11328
+ ],
11329
+ "fixedbinaryorder": 5
11330
+ },
11290
11331
  {
11291
11332
  "kind": "Constructor",
11292
11333
  "name": "init",
@@ -39987,24 +40028,52 @@
39987
40028
  "length": 2,
39988
40029
  "value": "10"
39989
40030
  },
40031
+ {
40032
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40033
+ "kind": "IntegerLiteral",
40034
+ "offset": 719,
40035
+ "length": 2,
40036
+ "value": "44"
40037
+ },
40038
+ {
40039
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40040
+ "kind": "IntegerLiteral",
40041
+ "offset": 797,
40042
+ "length": 1,
40043
+ "value": "2"
40044
+ },
40045
+ {
40046
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40047
+ "kind": "FloatLiteral",
40048
+ "offset": 865,
40049
+ "length": 4,
40050
+ "value": "0.01"
40051
+ },
39990
40052
  {
39991
40053
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
39992
40054
  "kind": "FloatLiteral",
39993
- "offset": 1334,
40055
+ "offset": 932,
40056
+ "length": 4,
40057
+ "value": "0.03"
40058
+ },
40059
+ {
40060
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40061
+ "kind": "FloatLiteral",
40062
+ "offset": 1604,
39994
40063
  "length": 3,
39995
40064
  "value": "0.5"
39996
40065
  },
39997
40066
  {
39998
40067
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
39999
40068
  "kind": "IntegerLiteral",
40000
- "offset": 4967,
40069
+ "offset": 5237,
40001
40070
  "length": 1,
40002
40071
  "value": "2"
40003
40072
  },
40004
40073
  {
40005
40074
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40006
40075
  "kind": "IntegerLiteral",
40007
- "offset": 5028,
40076
+ "offset": 5298,
40008
40077
  "length": 1,
40009
40078
  "value": "2"
40010
40079
  },
@@ -40176,45 +40245,52 @@
40176
40245
  "length": 6,
40177
40246
  "value": "4"
40178
40247
  },
40248
+ {
40249
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40250
+ "kind": "IntegerLiteral",
40251
+ "offset": 189,
40252
+ "length": 9,
40253
+ "value": "5"
40254
+ },
40179
40255
  {
40180
40256
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40181
40257
  "kind": "StringLiteral",
40182
- "offset": 1024,
40258
+ "offset": 1155,
40183
40259
  "length": 29,
40184
40260
  "value": "\"scanFlowIntegrationDetected\""
40185
40261
  },
40186
40262
  {
40187
40263
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40188
40264
  "kind": "StringLiteral",
40189
- "offset": 1097,
40265
+ "offset": 1228,
40190
40266
  "length": 23,
40191
40267
  "value": "\"lowLevelComponentUsed\""
40192
40268
  },
40193
40269
  {
40194
40270
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40195
40271
  "kind": "StringLiteral",
40196
- "offset": 1152,
40272
+ "offset": 1283,
40197
40273
  "length": 11,
40198
40274
  "value": "\"framework\""
40199
40275
  },
40200
40276
  {
40201
40277
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40202
40278
  "kind": "StringLiteral",
40203
- "offset": 1206,
40279
+ "offset": 1337,
40204
40280
  "length": 34,
40205
40281
  "value": "\"com.thegrizzlylabs.geniusscansdk\""
40206
40282
  },
40207
40283
  {
40208
40284
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40209
40285
  "kind": "StringLiteral",
40210
- "offset": 1969,
40286
+ "offset": 2100,
40211
40287
  "length": 8,
40212
40288
  "value": "\"simple\""
40213
40289
  },
40214
40290
  {
40215
40291
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40216
40292
  "kind": "StringLiteral",
40217
- "offset": 2004,
40293
+ "offset": 2135,
40218
40294
  "length": 8,
40219
40295
  "value": "\"custom\""
40220
40296
  },
@@ -42643,24 +42719,31 @@
42643
42719
  {
42644
42720
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42645
42721
  "kind": "IntegerLiteral",
42646
- "offset": 12213,
42722
+ "offset": 12972,
42647
42723
  "length": 1,
42648
42724
  "value": "4"
42649
42725
  },
42650
42726
  {
42651
42727
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42652
42728
  "kind": "StringLiteral",
42653
- "offset": 15363,
42729
+ "offset": 16122,
42654
42730
  "length": 30,
42655
42731
  "value": "\"GSKUIScanCollectionView.Cell\""
42656
42732
  },
42657
42733
  {
42658
42734
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42659
42735
  "kind": "IntegerLiteral",
42660
- "offset": 15427,
42736
+ "offset": 16186,
42661
42737
  "length": 1,
42662
42738
  "value": "3"
42663
42739
  },
42740
+ {
42741
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42742
+ "kind": "IntegerLiteral",
42743
+ "offset": 16244,
42744
+ "length": 2,
42745
+ "value": "28"
42746
+ },
42664
42747
  {
42665
42748
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
42666
42749
  "kind": "StringLiteral",
@@ -484,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
484
484
  case cordova
485
485
  case flutter
486
486
  case dotnet
487
+ case capacitor
487
488
  #if compiler(>=5.3) && $NonescapableTypes
488
489
  public init?(rawValue: Swift.Int)
489
490
  #endif
@@ -484,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
484
484
  case cordova
485
485
  case flutter
486
486
  case dotnet
487
+ case capacitor
487
488
  #if compiler(>=5.3) && $NonescapableTypes
488
489
  public init?(rawValue: Swift.Int)
489
490
  #endif
@@ -1088,6 +1088,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
1088
1088
  GSKIntegrationFrameworkCordova = 2,
1089
1089
  GSKIntegrationFrameworkFlutter = 3,
1090
1090
  GSKIntegrationFrameworkDotnet = 4,
1091
+ GSKIntegrationFrameworkCapacitor = 5,
1091
1092
  };
1092
1093
 
1093
1094
  /// A document image processor that performs no operation and returns the input file as an output
@@ -2805,6 +2806,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
2805
2806
  GSKIntegrationFrameworkCordova = 2,
2806
2807
  GSKIntegrationFrameworkFlutter = 3,
2807
2808
  GSKIntegrationFrameworkDotnet = 4,
2809
+ GSKIntegrationFrameworkCapacitor = 5,
2808
2810
  };
2809
2811
 
2810
2812
  /// A document image processor that performs no operation and returns the input file as an output
@@ -11287,6 +11287,47 @@
11287
11287
  ],
11288
11288
  "fixedbinaryorder": 4
11289
11289
  },
11290
+ {
11291
+ "kind": "Var",
11292
+ "name": "capacitor",
11293
+ "printedName": "capacitor",
11294
+ "children": [
11295
+ {
11296
+ "kind": "TypeFunc",
11297
+ "name": "Function",
11298
+ "printedName": "(GSSDK.GSKIntegrationFramework.Type) -> GSSDK.GSKIntegrationFramework",
11299
+ "children": [
11300
+ {
11301
+ "kind": "TypeNominal",
11302
+ "name": "GSKIntegrationFramework",
11303
+ "printedName": "GSSDK.GSKIntegrationFramework",
11304
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
11305
+ },
11306
+ {
11307
+ "kind": "TypeNominal",
11308
+ "name": "Metatype",
11309
+ "printedName": "GSSDK.GSKIntegrationFramework.Type",
11310
+ "children": [
11311
+ {
11312
+ "kind": "TypeNominal",
11313
+ "name": "GSKIntegrationFramework",
11314
+ "printedName": "GSSDK.GSKIntegrationFramework",
11315
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
11316
+ }
11317
+ ]
11318
+ }
11319
+ ]
11320
+ }
11321
+ ],
11322
+ "declKind": "EnumElement",
11323
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework@GSKIntegrationFrameworkCapacitor",
11324
+ "mangledName": "$s5GSSDK23GSKIntegrationFrameworkO9capacitoryA2CmF",
11325
+ "moduleName": "GSSDK",
11326
+ "declAttributes": [
11327
+ "ObjC"
11328
+ ],
11329
+ "fixedbinaryorder": 5
11330
+ },
11290
11331
  {
11291
11332
  "kind": "Constructor",
11292
11333
  "name": "init",
@@ -39987,24 +40028,52 @@
39987
40028
  "length": 2,
39988
40029
  "value": "10"
39989
40030
  },
40031
+ {
40032
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40033
+ "kind": "IntegerLiteral",
40034
+ "offset": 719,
40035
+ "length": 2,
40036
+ "value": "44"
40037
+ },
40038
+ {
40039
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40040
+ "kind": "IntegerLiteral",
40041
+ "offset": 797,
40042
+ "length": 1,
40043
+ "value": "2"
40044
+ },
40045
+ {
40046
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40047
+ "kind": "FloatLiteral",
40048
+ "offset": 865,
40049
+ "length": 4,
40050
+ "value": "0.01"
40051
+ },
39990
40052
  {
39991
40053
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
39992
40054
  "kind": "FloatLiteral",
39993
- "offset": 1334,
40055
+ "offset": 932,
40056
+ "length": 4,
40057
+ "value": "0.03"
40058
+ },
40059
+ {
40060
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40061
+ "kind": "FloatLiteral",
40062
+ "offset": 1604,
39994
40063
  "length": 3,
39995
40064
  "value": "0.5"
39996
40065
  },
39997
40066
  {
39998
40067
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
39999
40068
  "kind": "IntegerLiteral",
40000
- "offset": 4967,
40069
+ "offset": 5237,
40001
40070
  "length": 1,
40002
40071
  "value": "2"
40003
40072
  },
40004
40073
  {
40005
40074
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40006
40075
  "kind": "IntegerLiteral",
40007
- "offset": 5028,
40076
+ "offset": 5298,
40008
40077
  "length": 1,
40009
40078
  "value": "2"
40010
40079
  },
@@ -40176,45 +40245,52 @@
40176
40245
  "length": 6,
40177
40246
  "value": "4"
40178
40247
  },
40248
+ {
40249
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40250
+ "kind": "IntegerLiteral",
40251
+ "offset": 189,
40252
+ "length": 9,
40253
+ "value": "5"
40254
+ },
40179
40255
  {
40180
40256
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40181
40257
  "kind": "StringLiteral",
40182
- "offset": 1024,
40258
+ "offset": 1155,
40183
40259
  "length": 29,
40184
40260
  "value": "\"scanFlowIntegrationDetected\""
40185
40261
  },
40186
40262
  {
40187
40263
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40188
40264
  "kind": "StringLiteral",
40189
- "offset": 1097,
40265
+ "offset": 1228,
40190
40266
  "length": 23,
40191
40267
  "value": "\"lowLevelComponentUsed\""
40192
40268
  },
40193
40269
  {
40194
40270
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40195
40271
  "kind": "StringLiteral",
40196
- "offset": 1152,
40272
+ "offset": 1283,
40197
40273
  "length": 11,
40198
40274
  "value": "\"framework\""
40199
40275
  },
40200
40276
  {
40201
40277
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40202
40278
  "kind": "StringLiteral",
40203
- "offset": 1206,
40279
+ "offset": 1337,
40204
40280
  "length": 34,
40205
40281
  "value": "\"com.thegrizzlylabs.geniusscansdk\""
40206
40282
  },
40207
40283
  {
40208
40284
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40209
40285
  "kind": "StringLiteral",
40210
- "offset": 1969,
40286
+ "offset": 2100,
40211
40287
  "length": 8,
40212
40288
  "value": "\"simple\""
40213
40289
  },
40214
40290
  {
40215
40291
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40216
40292
  "kind": "StringLiteral",
40217
- "offset": 2004,
40293
+ "offset": 2135,
40218
40294
  "length": 8,
40219
40295
  "value": "\"custom\""
40220
40296
  },
@@ -42643,24 +42719,31 @@
42643
42719
  {
42644
42720
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42645
42721
  "kind": "IntegerLiteral",
42646
- "offset": 12213,
42722
+ "offset": 12972,
42647
42723
  "length": 1,
42648
42724
  "value": "4"
42649
42725
  },
42650
42726
  {
42651
42727
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42652
42728
  "kind": "StringLiteral",
42653
- "offset": 15363,
42729
+ "offset": 16122,
42654
42730
  "length": 30,
42655
42731
  "value": "\"GSKUIScanCollectionView.Cell\""
42656
42732
  },
42657
42733
  {
42658
42734
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42659
42735
  "kind": "IntegerLiteral",
42660
- "offset": 15427,
42736
+ "offset": 16186,
42661
42737
  "length": 1,
42662
42738
  "value": "3"
42663
42739
  },
42740
+ {
42741
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42742
+ "kind": "IntegerLiteral",
42743
+ "offset": 16244,
42744
+ "length": 2,
42745
+ "value": "28"
42746
+ },
42664
42747
  {
42665
42748
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
42666
42749
  "kind": "StringLiteral",
@@ -484,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
484
484
  case cordova
485
485
  case flutter
486
486
  case dotnet
487
+ case capacitor
487
488
  #if compiler(>=5.3) && $NonescapableTypes
488
489
  public init?(rawValue: Swift.Int)
489
490
  #endif
@@ -484,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
484
484
  case cordova
485
485
  case flutter
486
486
  case dotnet
487
+ case capacitor
487
488
  #if compiler(>=5.3) && $NonescapableTypes
488
489
  public init?(rawValue: Swift.Int)
489
490
  #endif
@@ -11287,6 +11287,47 @@
11287
11287
  ],
11288
11288
  "fixedbinaryorder": 4
11289
11289
  },
11290
+ {
11291
+ "kind": "Var",
11292
+ "name": "capacitor",
11293
+ "printedName": "capacitor",
11294
+ "children": [
11295
+ {
11296
+ "kind": "TypeFunc",
11297
+ "name": "Function",
11298
+ "printedName": "(GSSDK.GSKIntegrationFramework.Type) -> GSSDK.GSKIntegrationFramework",
11299
+ "children": [
11300
+ {
11301
+ "kind": "TypeNominal",
11302
+ "name": "GSKIntegrationFramework",
11303
+ "printedName": "GSSDK.GSKIntegrationFramework",
11304
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
11305
+ },
11306
+ {
11307
+ "kind": "TypeNominal",
11308
+ "name": "Metatype",
11309
+ "printedName": "GSSDK.GSKIntegrationFramework.Type",
11310
+ "children": [
11311
+ {
11312
+ "kind": "TypeNominal",
11313
+ "name": "GSKIntegrationFramework",
11314
+ "printedName": "GSSDK.GSKIntegrationFramework",
11315
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
11316
+ }
11317
+ ]
11318
+ }
11319
+ ]
11320
+ }
11321
+ ],
11322
+ "declKind": "EnumElement",
11323
+ "usr": "c:@M@GSSDK@E@GSKIntegrationFramework@GSKIntegrationFrameworkCapacitor",
11324
+ "mangledName": "$s5GSSDK23GSKIntegrationFrameworkO9capacitoryA2CmF",
11325
+ "moduleName": "GSSDK",
11326
+ "declAttributes": [
11327
+ "ObjC"
11328
+ ],
11329
+ "fixedbinaryorder": 5
11330
+ },
11290
11331
  {
11291
11332
  "kind": "Constructor",
11292
11333
  "name": "init",
@@ -39987,24 +40028,52 @@
39987
40028
  "length": 2,
39988
40029
  "value": "10"
39989
40030
  },
40031
+ {
40032
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40033
+ "kind": "IntegerLiteral",
40034
+ "offset": 719,
40035
+ "length": 2,
40036
+ "value": "44"
40037
+ },
40038
+ {
40039
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40040
+ "kind": "IntegerLiteral",
40041
+ "offset": 797,
40042
+ "length": 1,
40043
+ "value": "2"
40044
+ },
40045
+ {
40046
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40047
+ "kind": "FloatLiteral",
40048
+ "offset": 865,
40049
+ "length": 4,
40050
+ "value": "0.01"
40051
+ },
39990
40052
  {
39991
40053
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
39992
40054
  "kind": "FloatLiteral",
39993
- "offset": 1334,
40055
+ "offset": 932,
40056
+ "length": 4,
40057
+ "value": "0.03"
40058
+ },
40059
+ {
40060
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40061
+ "kind": "FloatLiteral",
40062
+ "offset": 1604,
39994
40063
  "length": 3,
39995
40064
  "value": "0.5"
39996
40065
  },
39997
40066
  {
39998
40067
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
39999
40068
  "kind": "IntegerLiteral",
40000
- "offset": 4967,
40069
+ "offset": 5237,
40001
40070
  "length": 1,
40002
40071
  "value": "2"
40003
40072
  },
40004
40073
  {
40005
40074
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40006
40075
  "kind": "IntegerLiteral",
40007
- "offset": 5028,
40076
+ "offset": 5298,
40008
40077
  "length": 1,
40009
40078
  "value": "2"
40010
40079
  },
@@ -40176,45 +40245,52 @@
40176
40245
  "length": 6,
40177
40246
  "value": "4"
40178
40247
  },
40248
+ {
40249
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40250
+ "kind": "IntegerLiteral",
40251
+ "offset": 189,
40252
+ "length": 9,
40253
+ "value": "5"
40254
+ },
40179
40255
  {
40180
40256
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40181
40257
  "kind": "StringLiteral",
40182
- "offset": 1024,
40258
+ "offset": 1155,
40183
40259
  "length": 29,
40184
40260
  "value": "\"scanFlowIntegrationDetected\""
40185
40261
  },
40186
40262
  {
40187
40263
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40188
40264
  "kind": "StringLiteral",
40189
- "offset": 1097,
40265
+ "offset": 1228,
40190
40266
  "length": 23,
40191
40267
  "value": "\"lowLevelComponentUsed\""
40192
40268
  },
40193
40269
  {
40194
40270
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40195
40271
  "kind": "StringLiteral",
40196
- "offset": 1152,
40272
+ "offset": 1283,
40197
40273
  "length": 11,
40198
40274
  "value": "\"framework\""
40199
40275
  },
40200
40276
  {
40201
40277
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40202
40278
  "kind": "StringLiteral",
40203
- "offset": 1206,
40279
+ "offset": 1337,
40204
40280
  "length": 34,
40205
40281
  "value": "\"com.thegrizzlylabs.geniusscansdk\""
40206
40282
  },
40207
40283
  {
40208
40284
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40209
40285
  "kind": "StringLiteral",
40210
- "offset": 1969,
40286
+ "offset": 2100,
40211
40287
  "length": 8,
40212
40288
  "value": "\"simple\""
40213
40289
  },
40214
40290
  {
40215
40291
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40216
40292
  "kind": "StringLiteral",
40217
- "offset": 2004,
40293
+ "offset": 2135,
40218
40294
  "length": 8,
40219
40295
  "value": "\"custom\""
40220
40296
  },
@@ -42643,24 +42719,31 @@
42643
42719
  {
42644
42720
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42645
42721
  "kind": "IntegerLiteral",
42646
- "offset": 12213,
42722
+ "offset": 12972,
42647
42723
  "length": 1,
42648
42724
  "value": "4"
42649
42725
  },
42650
42726
  {
42651
42727
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42652
42728
  "kind": "StringLiteral",
42653
- "offset": 15363,
42729
+ "offset": 16122,
42654
42730
  "length": 30,
42655
42731
  "value": "\"GSKUIScanCollectionView.Cell\""
42656
42732
  },
42657
42733
  {
42658
42734
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42659
42735
  "kind": "IntegerLiteral",
42660
- "offset": 15427,
42736
+ "offset": 16186,
42661
42737
  "length": 1,
42662
42738
  "value": "3"
42663
42739
  },
42740
+ {
42741
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42742
+ "kind": "IntegerLiteral",
42743
+ "offset": 16244,
42744
+ "length": 2,
42745
+ "value": "28"
42746
+ },
42664
42747
  {
42665
42748
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
42666
42749
  "kind": "StringLiteral",
@@ -484,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
484
484
  case cordova
485
485
  case flutter
486
486
  case dotnet
487
+ case capacitor
487
488
  #if compiler(>=5.3) && $NonescapableTypes
488
489
  public init?(rawValue: Swift.Int)
489
490
  #endif
@@ -484,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
484
484
  case cordova
485
485
  case flutter
486
486
  case dotnet
487
+ case capacitor
487
488
  #if compiler(>=5.3) && $NonescapableTypes
488
489
  public init?(rawValue: Swift.Int)
489
490
  #endif
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "6.0.0-beta08",
3
+ "version": "6.0.0-beta09",
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",