@thegrizzlylabs/react-native-genius-scan 6.0.0-beta07 → 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 (28) 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 +1 -8
  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 +106 -166
  6. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -4
  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 +1 -4
  9. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/ko.lproj/GSSDK.strings +0 -0
  10. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/nl.lproj/GSSDK.strings +0 -0
  11. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/pt-BR.lproj/GSSDK.strings +0 -0
  12. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/zh-Hans.lproj/GSSDK.strings +0 -0
  13. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/GSSDK +0 -0
  14. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h +2 -16
  15. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Info.plist +0 -0
  16. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +106 -166
  17. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1 -4
  18. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  19. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1 -4
  20. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +106 -166
  21. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -4
  22. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  23. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -4
  24. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/ko.lproj/GSSDK.strings +0 -0
  25. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/nl.lproj/GSSDK.strings +0 -0
  26. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/pt-BR.lproj/GSSDK.strings +0 -0
  27. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/zh-Hans.lproj/GSSDK.strings +0 -0
  28. 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-beta07'
45
+ implementation 'com.geniusscansdk:gssdk:6.0.0-beta09'
46
46
  }
@@ -664,14 +664,6 @@ SWIFT_PROTOCOL("_TtP5GSSDK31GSKCameraViewControllerDelegate_")
664
664
  /// \param error The encountered error.
665
665
  ///
666
666
  - (void)cameraViewController:(GSKCameraViewController * _Nonnull)cameraViewController didEncounterNonCriticalError:(NSError * _Nonnull)error;
667
- /// The camera view controller started running
668
- /// \param cameraViewController The camera view controller
669
- ///
670
- - (void)cameraViewControllerDidStart:(GSKCameraViewController * _Nonnull)cameraViewController;
671
- /// The camera view controller stopped running
672
- /// \param cameraViewController The camera view controller
673
- ///
674
- - (void)cameraViewControllerDidStop:(GSKCameraViewController * _Nonnull)cameraViewController;
675
667
  /// The camera view controller was interrupted.
676
668
  /// This can happen in various cases, including when the user goes to Split View mode on iPad.
677
669
  /// \param cameraViewController The camera view controller
@@ -1096,6 +1088,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
1096
1088
  GSKIntegrationFrameworkCordova = 2,
1097
1089
  GSKIntegrationFrameworkFlutter = 3,
1098
1090
  GSKIntegrationFrameworkDotnet = 4,
1091
+ GSKIntegrationFrameworkCapacitor = 5,
1099
1092
  };
1100
1093
 
1101
1094
  /// A document image processor that performs no operation and returns the input file as an output
@@ -3430,86 +3430,6 @@
3430
3430
  "RawDocComment"
3431
3431
  ]
3432
3432
  },
3433
- {
3434
- "kind": "Var",
3435
- "name": "didStart",
3436
- "printedName": "didStart",
3437
- "children": [
3438
- {
3439
- "kind": "TypeFunc",
3440
- "name": "Function",
3441
- "printedName": "(GSSDK.GSKCameraViewController.CameraEvent.Type) -> GSSDK.GSKCameraViewController.CameraEvent",
3442
- "children": [
3443
- {
3444
- "kind": "TypeNominal",
3445
- "name": "CameraEvent",
3446
- "printedName": "GSSDK.GSKCameraViewController.CameraEvent",
3447
- "usr": "s:5GSSDK23GSKCameraViewControllerC11CameraEventO"
3448
- },
3449
- {
3450
- "kind": "TypeNominal",
3451
- "name": "Metatype",
3452
- "printedName": "GSSDK.GSKCameraViewController.CameraEvent.Type",
3453
- "children": [
3454
- {
3455
- "kind": "TypeNominal",
3456
- "name": "CameraEvent",
3457
- "printedName": "GSSDK.GSKCameraViewController.CameraEvent",
3458
- "usr": "s:5GSSDK23GSKCameraViewControllerC11CameraEventO"
3459
- }
3460
- ]
3461
- }
3462
- ]
3463
- }
3464
- ],
3465
- "declKind": "EnumElement",
3466
- "usr": "s:5GSSDK23GSKCameraViewControllerC11CameraEventO8didStartyA2EmF",
3467
- "mangledName": "$s5GSSDK23GSKCameraViewControllerC11CameraEventO8didStartyA2EmF",
3468
- "moduleName": "GSSDK",
3469
- "declAttributes": [
3470
- "RawDocComment"
3471
- ]
3472
- },
3473
- {
3474
- "kind": "Var",
3475
- "name": "didStop",
3476
- "printedName": "didStop",
3477
- "children": [
3478
- {
3479
- "kind": "TypeFunc",
3480
- "name": "Function",
3481
- "printedName": "(GSSDK.GSKCameraViewController.CameraEvent.Type) -> GSSDK.GSKCameraViewController.CameraEvent",
3482
- "children": [
3483
- {
3484
- "kind": "TypeNominal",
3485
- "name": "CameraEvent",
3486
- "printedName": "GSSDK.GSKCameraViewController.CameraEvent",
3487
- "usr": "s:5GSSDK23GSKCameraViewControllerC11CameraEventO"
3488
- },
3489
- {
3490
- "kind": "TypeNominal",
3491
- "name": "Metatype",
3492
- "printedName": "GSSDK.GSKCameraViewController.CameraEvent.Type",
3493
- "children": [
3494
- {
3495
- "kind": "TypeNominal",
3496
- "name": "CameraEvent",
3497
- "printedName": "GSSDK.GSKCameraViewController.CameraEvent",
3498
- "usr": "s:5GSSDK23GSKCameraViewControllerC11CameraEventO"
3499
- }
3500
- ]
3501
- }
3502
- ]
3503
- }
3504
- ],
3505
- "declKind": "EnumElement",
3506
- "usr": "s:5GSSDK23GSKCameraViewControllerC11CameraEventO7didStopyA2EmF",
3507
- "mangledName": "$s5GSSDK23GSKCameraViewControllerC11CameraEventO7didStopyA2EmF",
3508
- "moduleName": "GSSDK",
3509
- "declAttributes": [
3510
- "RawDocComment"
3511
- ]
3512
- },
3513
3433
  {
3514
3434
  "kind": "Var",
3515
3435
  "name": "wasInterrupted",
@@ -5947,72 +5867,6 @@
5947
5867
  "reqNewWitnessTableEntry": true,
5948
5868
  "funcSelfKind": "NonMutating"
5949
5869
  },
5950
- {
5951
- "kind": "Function",
5952
- "name": "cameraViewControllerDidStart",
5953
- "printedName": "cameraViewControllerDidStart(_:)",
5954
- "children": [
5955
- {
5956
- "kind": "TypeNominal",
5957
- "name": "Void",
5958
- "printedName": "()"
5959
- },
5960
- {
5961
- "kind": "TypeNominal",
5962
- "name": "GSKCameraViewController",
5963
- "printedName": "GSSDK.GSKCameraViewController",
5964
- "usr": "c:@M@GSSDK@objc(cs)GSKCameraViewController"
5965
- }
5966
- ],
5967
- "declKind": "Func",
5968
- "usr": "c:@M@GSSDK@objc(pl)GSKCameraViewControllerDelegate(im)cameraViewControllerDidStart:",
5969
- "mangledName": "$s5GSSDK31GSKCameraViewControllerDelegateP06cameracD8DidStartyyAA0bcD0CF",
5970
- "moduleName": "GSSDK",
5971
- "genericSig": "<τ_0_0 where τ_0_0 : GSSDK.GSKCameraViewControllerDelegate>",
5972
- "sugared_genericSig": "<Self where Self : GSSDK.GSKCameraViewControllerDelegate>",
5973
- "protocolReq": true,
5974
- "declAttributes": [
5975
- "Custom",
5976
- "Optional",
5977
- "ObjC",
5978
- "RawDocComment"
5979
- ],
5980
- "reqNewWitnessTableEntry": true,
5981
- "funcSelfKind": "NonMutating"
5982
- },
5983
- {
5984
- "kind": "Function",
5985
- "name": "cameraViewControllerDidStop",
5986
- "printedName": "cameraViewControllerDidStop(_:)",
5987
- "children": [
5988
- {
5989
- "kind": "TypeNominal",
5990
- "name": "Void",
5991
- "printedName": "()"
5992
- },
5993
- {
5994
- "kind": "TypeNominal",
5995
- "name": "GSKCameraViewController",
5996
- "printedName": "GSSDK.GSKCameraViewController",
5997
- "usr": "c:@M@GSSDK@objc(cs)GSKCameraViewController"
5998
- }
5999
- ],
6000
- "declKind": "Func",
6001
- "usr": "c:@M@GSSDK@objc(pl)GSKCameraViewControllerDelegate(im)cameraViewControllerDidStop:",
6002
- "mangledName": "$s5GSSDK31GSKCameraViewControllerDelegateP06cameracD7DidStopyyAA0bcD0CF",
6003
- "moduleName": "GSSDK",
6004
- "genericSig": "<τ_0_0 where τ_0_0 : GSSDK.GSKCameraViewControllerDelegate>",
6005
- "sugared_genericSig": "<Self where Self : GSSDK.GSKCameraViewControllerDelegate>",
6006
- "protocolReq": true,
6007
- "declAttributes": [
6008
- "Custom",
6009
- "Optional",
6010
- "ObjC",
6011
- "RawDocComment"
6012
- ],
6013
- "reqNewWitnessTableEntry": true,
6014
- "funcSelfKind": "NonMutating"
6015
- },
6016
5870
  {
6017
5871
  "kind": "Function",
6018
5872
  "name": "cameraViewController",
@@ -11433,6 +11287,47 @@
11433
11287
  ],
11434
11288
  "fixedbinaryorder": 4
11435
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
+ },
11436
11331
  {
11437
11332
  "kind": "Constructor",
11438
11333
  "name": "init",
@@ -32483,6 +32378,16 @@
32483
32378
  "declKind": "Import",
32484
32379
  "moduleName": "GSSDK"
32485
32380
  },
32381
+ {
32382
+ "kind": "Import",
32383
+ "name": "UIKit",
32384
+ "printedName": "UIKit",
32385
+ "declKind": "Import",
32386
+ "moduleName": "GSSDK",
32387
+ "declAttributes": [
32388
+ "RawDocComment"
32389
+ ]
32390
+ },
32486
32391
  {
32487
32392
  "kind": "Import",
32488
32393
  "name": "UIKit",
@@ -40123,24 +40028,52 @@
40123
40028
  "length": 2,
40124
40029
  "value": "10"
40125
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
+ },
40052
+ {
40053
+ "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40054
+ "kind": "FloatLiteral",
40055
+ "offset": 932,
40056
+ "length": 4,
40057
+ "value": "0.03"
40058
+ },
40126
40059
  {
40127
40060
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40128
40061
  "kind": "FloatLiteral",
40129
- "offset": 1334,
40062
+ "offset": 1604,
40130
40063
  "length": 3,
40131
40064
  "value": "0.5"
40132
40065
  },
40133
40066
  {
40134
40067
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40135
40068
  "kind": "IntegerLiteral",
40136
- "offset": 4967,
40069
+ "offset": 5237,
40137
40070
  "length": 1,
40138
40071
  "value": "2"
40139
40072
  },
40140
40073
  {
40141
40074
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
40142
40075
  "kind": "IntegerLiteral",
40143
- "offset": 5028,
40076
+ "offset": 5298,
40144
40077
  "length": 1,
40145
40078
  "value": "2"
40146
40079
  },
@@ -40312,45 +40245,52 @@
40312
40245
  "length": 6,
40313
40246
  "value": "4"
40314
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
+ },
40315
40255
  {
40316
40256
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40317
40257
  "kind": "StringLiteral",
40318
- "offset": 1024,
40258
+ "offset": 1155,
40319
40259
  "length": 29,
40320
40260
  "value": "\"scanFlowIntegrationDetected\""
40321
40261
  },
40322
40262
  {
40323
40263
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40324
40264
  "kind": "StringLiteral",
40325
- "offset": 1097,
40265
+ "offset": 1228,
40326
40266
  "length": 23,
40327
40267
  "value": "\"lowLevelComponentUsed\""
40328
40268
  },
40329
40269
  {
40330
40270
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40331
40271
  "kind": "StringLiteral",
40332
- "offset": 1152,
40272
+ "offset": 1283,
40333
40273
  "length": 11,
40334
40274
  "value": "\"framework\""
40335
40275
  },
40336
40276
  {
40337
40277
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40338
40278
  "kind": "StringLiteral",
40339
- "offset": 1206,
40279
+ "offset": 1337,
40340
40280
  "length": 34,
40341
40281
  "value": "\"com.thegrizzlylabs.geniusscansdk\""
40342
40282
  },
40343
40283
  {
40344
40284
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40345
40285
  "kind": "StringLiteral",
40346
- "offset": 1969,
40286
+ "offset": 2100,
40347
40287
  "length": 8,
40348
40288
  "value": "\"simple\""
40349
40289
  },
40350
40290
  {
40351
40291
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
40352
40292
  "kind": "StringLiteral",
40353
- "offset": 2004,
40293
+ "offset": 2135,
40354
40294
  "length": 8,
40355
40295
  "value": "\"custom\""
40356
40296
  },
@@ -42730,17 +42670,10 @@
42730
42670
  {
42731
42671
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIPostProcessingViewController.swift",
42732
42672
  "kind": "IntegerLiteral",
42733
- "offset": 4847,
42673
+ "offset": 5138,
42734
42674
  "length": 2,
42735
42675
  "value": "12"
42736
42676
  },
42737
- {
42738
- "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIPostProcessingViewControllerTransition.swift",
42739
- "kind": "FloatLiteral",
42740
- "offset": 1006,
42741
- "length": 3,
42742
- "value": "0.4"
42743
- },
42744
42677
  {
42745
42678
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIReviewViewController.swift",
42746
42679
  "kind": "BooleanLiteral",
@@ -42786,24 +42719,31 @@
42786
42719
  {
42787
42720
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42788
42721
  "kind": "IntegerLiteral",
42789
- "offset": 12213,
42722
+ "offset": 12972,
42790
42723
  "length": 1,
42791
42724
  "value": "4"
42792
42725
  },
42793
42726
  {
42794
42727
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42795
42728
  "kind": "StringLiteral",
42796
- "offset": 15363,
42729
+ "offset": 16122,
42797
42730
  "length": 30,
42798
42731
  "value": "\"GSKUIScanCollectionView.Cell\""
42799
42732
  },
42800
42733
  {
42801
42734
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
42802
42735
  "kind": "IntegerLiteral",
42803
- "offset": 15427,
42736
+ "offset": 16186,
42804
42737
  "length": 1,
42805
42738
  "value": "3"
42806
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
+ },
42807
42747
  {
42808
42748
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
42809
42749
  "kind": "StringLiteral",
@@ -125,8 +125,6 @@ extension GSSDK.GSKCameraViewController {
125
125
  public enum CameraEvent {
126
126
  case didFail(any Swift.Error)
127
127
  case didEncounterNonCriticalError(any Swift.Error)
128
- case didStart
129
- case didStop
130
128
  case wasInterrupted(GSSDK.GSKCameraViewController.InterruptionReason)
131
129
  case interruptionDidEnd
132
130
  case isSearchingForDocument
@@ -251,8 +249,6 @@ extension GSSDK.GSKCameraViewController {
251
249
  @_Concurrency.MainActor @objc public protocol GSKCameraViewControllerDelegate {
252
250
  @objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFailWithError error: any Swift.Error)
253
251
  @objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didEncounterNonCriticalError error: any Swift.Error)
254
- @objc @_Concurrency.MainActor optional func cameraViewControllerDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
255
- @objc @_Concurrency.MainActor optional func cameraViewControllerDidStop(_ cameraViewController: GSSDK.GSKCameraViewController)
256
252
  @objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, wasInterruptedWithReason reason: GSSDK.GSKCameraViewController.InterruptionReason)
257
253
  @objc @_Concurrency.MainActor optional func cameraViewControllerInterruptionDidEnd(_ cameraViewController: GSSDK.GSKCameraViewController)
258
254
  @objc @_Concurrency.MainActor optional func cameraViewControllerIsSearchingForDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
@@ -488,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
488
484
  case cordova
489
485
  case flutter
490
486
  case dotnet
487
+ case capacitor
491
488
  #if compiler(>=5.3) && $NonescapableTypes
492
489
  public init?(rawValue: Swift.Int)
493
490
  #endif
@@ -125,8 +125,6 @@ extension GSSDK.GSKCameraViewController {
125
125
  public enum CameraEvent {
126
126
  case didFail(any Swift.Error)
127
127
  case didEncounterNonCriticalError(any Swift.Error)
128
- case didStart
129
- case didStop
130
128
  case wasInterrupted(GSSDK.GSKCameraViewController.InterruptionReason)
131
129
  case interruptionDidEnd
132
130
  case isSearchingForDocument
@@ -251,8 +249,6 @@ extension GSSDK.GSKCameraViewController {
251
249
  @_Concurrency.MainActor @objc public protocol GSKCameraViewControllerDelegate {
252
250
  @objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFailWithError error: any Swift.Error)
253
251
  @objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didEncounterNonCriticalError error: any Swift.Error)
254
- @objc @_Concurrency.MainActor optional func cameraViewControllerDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
255
- @objc @_Concurrency.MainActor optional func cameraViewControllerDidStop(_ cameraViewController: GSSDK.GSKCameraViewController)
256
252
  @objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, wasInterruptedWithReason reason: GSSDK.GSKCameraViewController.InterruptionReason)
257
253
  @objc @_Concurrency.MainActor optional func cameraViewControllerInterruptionDidEnd(_ cameraViewController: GSSDK.GSKCameraViewController)
258
254
  @objc @_Concurrency.MainActor optional func cameraViewControllerIsSearchingForDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
@@ -488,6 +484,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
488
484
  case cordova
489
485
  case flutter
490
486
  case dotnet
487
+ case capacitor
491
488
  #if compiler(>=5.3) && $NonescapableTypes
492
489
  public init?(rawValue: Swift.Int)
493
490
  #endif
@@ -664,14 +664,6 @@ SWIFT_PROTOCOL("_TtP5GSSDK31GSKCameraViewControllerDelegate_")
664
664
  /// \param error The encountered error.
665
665
  ///
666
666
  - (void)cameraViewController:(GSKCameraViewController * _Nonnull)cameraViewController didEncounterNonCriticalError:(NSError * _Nonnull)error;
667
- /// The camera view controller started running
668
- /// \param cameraViewController The camera view controller
669
- ///
670
- - (void)cameraViewControllerDidStart:(GSKCameraViewController * _Nonnull)cameraViewController;
671
- /// The camera view controller stopped running
672
- /// \param cameraViewController The camera view controller
673
- ///
674
- - (void)cameraViewControllerDidStop:(GSKCameraViewController * _Nonnull)cameraViewController;
675
667
  /// The camera view controller was interrupted.
676
668
  /// This can happen in various cases, including when the user goes to Split View mode on iPad.
677
669
  /// \param cameraViewController The camera view controller
@@ -1096,6 +1088,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
1096
1088
  GSKIntegrationFrameworkCordova = 2,
1097
1089
  GSKIntegrationFrameworkFlutter = 3,
1098
1090
  GSKIntegrationFrameworkDotnet = 4,
1091
+ GSKIntegrationFrameworkCapacitor = 5,
1099
1092
  };
1100
1093
 
1101
1094
  /// A document image processor that performs no operation and returns the input file as an output
@@ -2389,14 +2382,6 @@ SWIFT_PROTOCOL("_TtP5GSSDK31GSKCameraViewControllerDelegate_")
2389
2382
  /// \param error The encountered error.
2390
2383
  ///
2391
2384
  - (void)cameraViewController:(GSKCameraViewController * _Nonnull)cameraViewController didEncounterNonCriticalError:(NSError * _Nonnull)error;
2392
- /// The camera view controller started running
2393
- /// \param cameraViewController The camera view controller
2394
- ///
2395
- - (void)cameraViewControllerDidStart:(GSKCameraViewController * _Nonnull)cameraViewController;
2396
- /// The camera view controller stopped running
2397
- /// \param cameraViewController The camera view controller
2398
- ///
2399
- - (void)cameraViewControllerDidStop:(GSKCameraViewController * _Nonnull)cameraViewController;
2400
2385
  /// The camera view controller was interrupted.
2401
2386
  /// This can happen in various cases, including when the user goes to Split View mode on iPad.
2402
2387
  /// \param cameraViewController The camera view controller
@@ -2821,6 +2806,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
2821
2806
  GSKIntegrationFrameworkCordova = 2,
2822
2807
  GSKIntegrationFrameworkFlutter = 3,
2823
2808
  GSKIntegrationFrameworkDotnet = 4,
2809
+ GSKIntegrationFrameworkCapacitor = 5,
2824
2810
  };
2825
2811
 
2826
2812
  /// A document image processor that performs no operation and returns the input file as an output