@thegrizzlylabs/react-native-genius-scan 5.3.1 → 5.4.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 +2 -23
  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 +55 -196
  6. package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +5 -6
  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 +5 -6
  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 +4 -46
  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 +55 -196
  13. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +5 -6
  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 +5 -6
  16. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +55 -196
  17. package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +5 -6
  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 +5 -6
  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.3.1'
44
+ implementation 'com.geniusscansdk:gssdk:5.4.1'
45
45
  }
@@ -810,28 +810,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKFilterLig
810
810
 
811
811
 
812
812
 
813
- /// Internal use.
814
- SWIFT_CLASS("_TtC5GSSDK22GSKLicenseKeyRefresher")
815
- @interface GSKLicenseKeyRefresher : NSObject
816
- /// The current cached license key.
817
- @property (nonatomic, readonly, copy) NSString * _Nonnull licenseKey;
818
- /// \param baseLicenseKey the license key provided to the customer. This license key must be a valid license key but
819
- /// may be expired. It will be used to retrieve a fresh license key if needed.
820
- ///
821
- - (nonnull instancetype)initWithBaseLicenseKey:(NSString * _Nonnull)baseLicenseKey sdkVersion:(NSString * _Nonnull)sdkVersion;
822
- /// Refreshes the license key.
823
- /// The updated license key is passed in the <code>onSuccess</code> closure. It may be the same key as the provided key.
824
- /// In case of failure, the <code>onFailure</code> closure is called.
825
- /// note:
826
- /// This method uses the old closure-style signature because it’s exposed to Objective-C.
827
- - (void)refreshLicenseKeyOnSuccess:(void (^ _Nonnull)(NSString * _Nonnull))onSuccess onFailure:(void (^ _Nonnull)(NSError * _Nonnull, NSString * _Nonnull))onFailure;
828
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
829
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
830
- @end
831
-
832
-
833
-
834
-
835
813
 
836
814
  /// A document image processor that performs no operation and returns the input file as an output
837
815
  SWIFT_CLASS("_TtC5GSSDK29GSKNoopDocumentImageProcessor")
@@ -1072,6 +1050,7 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
1072
1050
  @end
1073
1051
 
1074
1052
 
1053
+
1075
1054
  @interface GSKScanFlowConfiguration (SWIFT_EXTENSION(GSSDK))
1076
1055
  /// Create a configuration from a dictionary.
1077
1056
  /// This is particularly useful for interfacing with React Native but shouldn’t
@@ -1080,7 +1059,6 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
1080
1059
  @end
1081
1060
 
1082
1061
 
1083
-
1084
1062
  @interface GSKScanFlowConfiguration (SWIFT_EXTENSION(GSSDK))
1085
1063
  - (BOOL)validate:(NSError * _Nullable * _Nullable)error;
1086
1064
  @end
@@ -1449,6 +1427,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) NSBundle * _
1449
1427
 
1450
1428
 
1451
1429
 
1430
+
1452
1431
  @interface UIViewController (SWIFT_EXTENSION(GSSDK))
1453
1432
  /// Return a status bar style appropriate for this view controller
1454
1433
  /// based on the contrast between the status bar’s contents and the
@@ -103,8 +103,8 @@
103
103
  "declAttributes": [
104
104
  "Final",
105
105
  "AccessControl",
106
- "RawDocComment",
107
- "ObjC"
106
+ "ObjC",
107
+ "RawDocComment"
108
108
  ],
109
109
  "accessors": [
110
110
  {
@@ -157,8 +157,8 @@
157
157
  "declAttributes": [
158
158
  "Final",
159
159
  "AccessControl",
160
- "RawDocComment",
161
- "ObjC"
160
+ "ObjC",
161
+ "RawDocComment"
162
162
  ],
163
163
  "funcSelfKind": "NonMutating"
164
164
  },
@@ -193,8 +193,8 @@
193
193
  "declAttributes": [
194
194
  "Final",
195
195
  "AccessControl",
196
- "RawDocComment",
197
- "ObjC"
196
+ "ObjC",
197
+ "RawDocComment"
198
198
  ],
199
199
  "funcSelfKind": "NonMutating"
200
200
  },
@@ -232,9 +232,8 @@
232
232
  "declAttributes": [
233
233
  "Final",
234
234
  "AccessControl",
235
- "ObjCMembers",
236
- "RawDocComment",
237
- "ObjC"
235
+ "ObjC",
236
+ "RawDocComment"
238
237
  ],
239
238
  "superclassUsr": "c:objc(cs)NSObject",
240
239
  "inheritsConvenienceInitializers": true,
@@ -7174,24 +7173,31 @@
7174
7173
  "children": [
7175
7174
  {
7176
7175
  "kind": "Var",
7177
- "name": "licenseKey",
7178
- "printedName": "licenseKey",
7176
+ "name": "cachedLicenseKey",
7177
+ "printedName": "cachedLicenseKey",
7179
7178
  "children": [
7180
7179
  {
7181
7180
  "kind": "TypeNominal",
7182
- "name": "String",
7183
- "printedName": "Swift.String",
7184
- "usr": "s:SS"
7181
+ "name": "Optional",
7182
+ "printedName": "Swift.String?",
7183
+ "children": [
7184
+ {
7185
+ "kind": "TypeNominal",
7186
+ "name": "String",
7187
+ "printedName": "Swift.String",
7188
+ "usr": "s:SS"
7189
+ }
7190
+ ],
7191
+ "usr": "s:Sq"
7185
7192
  }
7186
7193
  ],
7187
7194
  "declKind": "Var",
7188
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher(py)licenseKey",
7189
- "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC07licenseC0SSvp",
7195
+ "usr": "s:5GSSDK22GSKLicenseKeyRefresherC013cachedLicenseC0SSSgvp",
7196
+ "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC013cachedLicenseC0SSSgvp",
7190
7197
  "moduleName": "GSSDK",
7191
7198
  "declAttributes": [
7192
7199
  "Final",
7193
7200
  "AccessControl",
7194
- "ObjC",
7195
7201
  "RawDocComment"
7196
7202
  ],
7197
7203
  "accessors": [
@@ -7202,18 +7208,25 @@
7202
7208
  "children": [
7203
7209
  {
7204
7210
  "kind": "TypeNominal",
7205
- "name": "String",
7206
- "printedName": "Swift.String",
7207
- "usr": "s:SS"
7211
+ "name": "Optional",
7212
+ "printedName": "Swift.String?",
7213
+ "children": [
7214
+ {
7215
+ "kind": "TypeNominal",
7216
+ "name": "String",
7217
+ "printedName": "Swift.String",
7218
+ "usr": "s:SS"
7219
+ }
7220
+ ],
7221
+ "usr": "s:Sq"
7208
7222
  }
7209
7223
  ],
7210
7224
  "declKind": "Accessor",
7211
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher(im)licenseKey",
7212
- "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC07licenseC0SSvg",
7225
+ "usr": "s:5GSSDK22GSKLicenseKeyRefresherC013cachedLicenseC0SSSgvg",
7226
+ "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC013cachedLicenseC0SSSgvg",
7213
7227
  "moduleName": "GSSDK",
7214
7228
  "declAttributes": [
7215
- "Final",
7216
- "ObjC"
7229
+ "Final"
7217
7230
  ],
7218
7231
  "accessorKind": "get"
7219
7232
  }
@@ -7222,19 +7235,13 @@
7222
7235
  {
7223
7236
  "kind": "Constructor",
7224
7237
  "name": "init",
7225
- "printedName": "init(baseLicenseKey:sdkVersion:)",
7238
+ "printedName": "init(sdkVersion:)",
7226
7239
  "children": [
7227
7240
  {
7228
7241
  "kind": "TypeNominal",
7229
7242
  "name": "GSKLicenseKeyRefresher",
7230
7243
  "printedName": "GSSDK.GSKLicenseKeyRefresher",
7231
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher"
7232
- },
7233
- {
7234
- "kind": "TypeNominal",
7235
- "name": "String",
7236
- "printedName": "Swift.String",
7237
- "usr": "s:SS"
7244
+ "usr": "s:5GSSDK22GSKLicenseKeyRefresherC"
7238
7245
  },
7239
7246
  {
7240
7247
  "kind": "TypeNominal",
@@ -7244,133 +7251,27 @@
7244
7251
  }
7245
7252
  ],
7246
7253
  "declKind": "Constructor",
7247
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher(im)initWithBaseLicenseKey:sdkVersion:",
7248
- "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC011baseLicenseC010sdkVersionACSS_SStcfc",
7254
+ "usr": "s:5GSSDK22GSKLicenseKeyRefresherC10sdkVersionACSS_tcfc",
7255
+ "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC10sdkVersionACSS_tcfc",
7249
7256
  "moduleName": "GSSDK",
7250
- "objc_name": "initWithBaseLicenseKey:sdkVersion:",
7257
+ "objc_name": "initWithSdkVersion:",
7251
7258
  "declAttributes": [
7252
7259
  "Convenience",
7253
7260
  "AccessControl",
7254
- "ObjC",
7255
- "RawDocComment"
7261
+ "ObjC"
7256
7262
  ],
7257
7263
  "init_kind": "Convenience"
7258
- },
7259
- {
7260
- "kind": "Function",
7261
- "name": "refreshLicenseKey",
7262
- "printedName": "refreshLicenseKey(onSuccess:onFailure:)",
7263
- "children": [
7264
- {
7265
- "kind": "TypeNominal",
7266
- "name": "Void",
7267
- "printedName": "()"
7268
- },
7269
- {
7270
- "kind": "TypeFunc",
7271
- "name": "Function",
7272
- "printedName": "(Swift.String) -> ()",
7273
- "children": [
7274
- {
7275
- "kind": "TypeNominal",
7276
- "name": "Void",
7277
- "printedName": "()"
7278
- },
7279
- {
7280
- "kind": "TypeNominal",
7281
- "name": "String",
7282
- "printedName": "Swift.String",
7283
- "usr": "s:SS"
7284
- }
7285
- ]
7286
- },
7287
- {
7288
- "kind": "TypeFunc",
7289
- "name": "Function",
7290
- "printedName": "(any Swift.Error, Swift.String) -> ()",
7291
- "children": [
7292
- {
7293
- "kind": "TypeNominal",
7294
- "name": "Void",
7295
- "printedName": "()"
7296
- },
7297
- {
7298
- "kind": "TypeNominal",
7299
- "name": "Tuple",
7300
- "printedName": "(any Swift.Error, Swift.String)",
7301
- "children": [
7302
- {
7303
- "kind": "TypeNominal",
7304
- "name": "Error",
7305
- "printedName": "any Swift.Error",
7306
- "usr": "s:s5ErrorP"
7307
- },
7308
- {
7309
- "kind": "TypeNominal",
7310
- "name": "String",
7311
- "printedName": "Swift.String",
7312
- "usr": "s:SS"
7313
- }
7314
- ]
7315
- }
7316
- ]
7317
- }
7318
- ],
7319
- "declKind": "Func",
7320
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher(im)refreshLicenseKeyOnSuccess:onFailure:",
7321
- "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC014refreshLicenseC09onSuccess0G7FailureyySSc_ys5Error_p_SStctF",
7322
- "moduleName": "GSSDK",
7323
- "objc_name": "refreshLicenseKeyOnSuccess:onFailure:",
7324
- "declAttributes": [
7325
- "Final",
7326
- "AccessControl",
7327
- "ObjC",
7328
- "RawDocComment"
7329
- ],
7330
- "funcSelfKind": "NonMutating"
7331
- },
7332
- {
7333
- "kind": "Constructor",
7334
- "name": "init",
7335
- "printedName": "init()",
7336
- "children": [
7337
- {
7338
- "kind": "TypeNominal",
7339
- "name": "GSKLicenseKeyRefresher",
7340
- "printedName": "GSSDK.GSKLicenseKeyRefresher",
7341
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher"
7342
- }
7343
- ],
7344
- "declKind": "Constructor",
7345
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher(im)init",
7346
- "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherCACycfc",
7347
- "moduleName": "GSSDK",
7348
- "overriding": true,
7349
- "implicit": true,
7350
- "objc_name": "init",
7351
- "declAttributes": [
7352
- "Dynamic",
7353
- "ObjC",
7354
- "Override"
7355
- ],
7356
- "init_kind": "Designated"
7357
7264
  }
7358
7265
  ],
7359
7266
  "declKind": "Class",
7360
- "usr": "c:@M@GSSDK@objc(cs)GSKLicenseKeyRefresher",
7267
+ "usr": "s:5GSSDK22GSKLicenseKeyRefresherC",
7361
7268
  "mangledName": "$s5GSSDK22GSKLicenseKeyRefresherC",
7362
7269
  "moduleName": "GSSDK",
7363
7270
  "declAttributes": [
7364
7271
  "Final",
7365
- "AccessControl",
7366
- "ObjC",
7367
- "RawDocComment"
7272
+ "AccessControl"
7368
7273
  ],
7369
- "superclassUsr": "c:objc(cs)NSObject",
7370
7274
  "hasMissingDesignatedInitializers": true,
7371
- "superclassNames": [
7372
- "ObjectiveC.NSObject"
7373
- ],
7374
7275
  "conformances": [
7375
7276
  {
7376
7277
  "kind": "Conformance",
@@ -7385,55 +7286,6 @@
7385
7286
  "printedName": "Escapable",
7386
7287
  "usr": "s:s9EscapableP",
7387
7288
  "mangledName": "$ss9EscapableP"
7388
- },
7389
- {
7390
- "kind": "Conformance",
7391
- "name": "Equatable",
7392
- "printedName": "Equatable",
7393
- "usr": "s:SQ",
7394
- "mangledName": "$sSQ"
7395
- },
7396
- {
7397
- "kind": "Conformance",
7398
- "name": "Hashable",
7399
- "printedName": "Hashable",
7400
- "usr": "s:SH",
7401
- "mangledName": "$sSH"
7402
- },
7403
- {
7404
- "kind": "Conformance",
7405
- "name": "CVarArg",
7406
- "printedName": "CVarArg",
7407
- "usr": "s:s7CVarArgP",
7408
- "mangledName": "$ss7CVarArgP"
7409
- },
7410
- {
7411
- "kind": "Conformance",
7412
- "name": "_KeyValueCodingAndObservingPublishing",
7413
- "printedName": "_KeyValueCodingAndObservingPublishing",
7414
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
7415
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
7416
- },
7417
- {
7418
- "kind": "Conformance",
7419
- "name": "_KeyValueCodingAndObserving",
7420
- "printedName": "_KeyValueCodingAndObserving",
7421
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
7422
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
7423
- },
7424
- {
7425
- "kind": "Conformance",
7426
- "name": "CustomStringConvertible",
7427
- "printedName": "CustomStringConvertible",
7428
- "usr": "s:s23CustomStringConvertibleP",
7429
- "mangledName": "$ss23CustomStringConvertibleP"
7430
- },
7431
- {
7432
- "kind": "Conformance",
7433
- "name": "CustomDebugStringConvertible",
7434
- "printedName": "CustomDebugStringConvertible",
7435
- "usr": "s:s28CustomDebugStringConvertibleP",
7436
- "mangledName": "$ss28CustomDebugStringConvertibleP"
7437
7289
  }
7438
7290
  ]
7439
7291
  },
@@ -16883,6 +16735,13 @@
16883
16735
  "declKind": "Import",
16884
16736
  "moduleName": "GSSDK"
16885
16737
  },
16738
+ {
16739
+ "kind": "Import",
16740
+ "name": "UIKit",
16741
+ "printedName": "UIKit",
16742
+ "declKind": "Import",
16743
+ "moduleName": "GSSDK"
16744
+ },
16886
16745
  {
16887
16746
  "kind": "Import",
16888
16747
  "name": "Foundation",
@@ -29608,14 +29467,14 @@
29608
29467
  {
29609
29468
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSK.swift",
29610
29469
  "kind": "StringLiteral",
29611
- "offset": 264,
29470
+ "offset": 263,
29612
29471
  "length": 28,
29613
29472
  "value": "\"CFBundleShortVersionString\""
29614
29473
  },
29615
29474
  {
29616
29475
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSK.swift",
29617
29476
  "kind": "StringLiteral",
29618
- "offset": 308,
29477
+ "offset": 307,
29619
29478
  "length": 9,
29620
29479
  "value": "\"unknown\""
29621
29480
  },
@@ -29951,7 +29810,7 @@
29951
29810
  {
29952
29811
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKLicenseKeyRefresher.swift",
29953
29812
  "kind": "StringLiteral",
29954
- "offset": 1657,
29813
+ "offset": 1212,
29955
29814
  "length": 28,
29956
29815
  "value": "\"CFBundleShortVersionString\""
29957
29816
  },
@@ -27,7 +27,7 @@ import _SwiftConcurrencyShims
27
27
  }
28
28
  extension AVFoundation.AVCapturePhoto : GSSDK.CGImageRepresentable {
29
29
  }
30
- @objc @_inheritsConvenienceInitializers @objcMembers final public class GSK : ObjectiveC.NSObject {
30
+ @_inheritsConvenienceInitializers @objc final public class GSK : ObjectiveC.NSObject {
31
31
  @objc public static var sdkVersion: Swift.String {
32
32
  @objc get
33
33
  }
@@ -301,13 +301,12 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
301
301
  @objc get
302
302
  }
303
303
  }
304
- @_hasMissingDesignatedInitializers @objc final public class GSKLicenseKeyRefresher : ObjectiveC.NSObject {
304
+ @_hasMissingDesignatedInitializers final public class GSKLicenseKeyRefresher {
305
305
  public typealias LicenseKey = Swift.String
306
- @objc final public var licenseKey: GSSDK.GSKLicenseKeyRefresher.LicenseKey {
307
- @objc get
306
+ final public var cachedLicenseKey: GSSDK.GSKLicenseKeyRefresher.LicenseKey? {
307
+ get
308
308
  }
309
- @objc convenience public init(baseLicenseKey: Swift.String, sdkVersion: Swift.String)
310
- @objc final public func refreshLicenseKey(onSuccess: @escaping (Swift.String) -> Swift.Void, onFailure: @escaping (any Swift.Error, Swift.String) -> Swift.Void)
309
+ @objc convenience public init(sdkVersion: Swift.String)
311
310
  @objc deinit
312
311
  }
313
312
  @objc public enum GSKReceiptCategory : Swift.Int, Swift.CaseIterable {
@@ -27,7 +27,7 @@ import _SwiftConcurrencyShims
27
27
  }
28
28
  extension AVFoundation.AVCapturePhoto : GSSDK.CGImageRepresentable {
29
29
  }
30
- @objc @_inheritsConvenienceInitializers @objcMembers final public class GSK : ObjectiveC.NSObject {
30
+ @_inheritsConvenienceInitializers @objc final public class GSK : ObjectiveC.NSObject {
31
31
  @objc public static var sdkVersion: Swift.String {
32
32
  @objc get
33
33
  }
@@ -301,13 +301,12 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
301
301
  @objc get
302
302
  }
303
303
  }
304
- @_hasMissingDesignatedInitializers @objc final public class GSKLicenseKeyRefresher : ObjectiveC.NSObject {
304
+ @_hasMissingDesignatedInitializers final public class GSKLicenseKeyRefresher {
305
305
  public typealias LicenseKey = Swift.String
306
- @objc final public var licenseKey: GSSDK.GSKLicenseKeyRefresher.LicenseKey {
307
- @objc get
306
+ final public var cachedLicenseKey: GSSDK.GSKLicenseKeyRefresher.LicenseKey? {
307
+ get
308
308
  }
309
- @objc convenience public init(baseLicenseKey: Swift.String, sdkVersion: Swift.String)
310
- @objc final public func refreshLicenseKey(onSuccess: @escaping (Swift.String) -> Swift.Void, onFailure: @escaping (any Swift.Error, Swift.String) -> Swift.Void)
309
+ @objc convenience public init(sdkVersion: Swift.String)
311
310
  @objc deinit
312
311
  }
313
312
  @objc public enum GSKReceiptCategory : Swift.Int, Swift.CaseIterable {
@@ -810,28 +810,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKFilterLig
810
810
 
811
811
 
812
812
 
813
- /// Internal use.
814
- SWIFT_CLASS("_TtC5GSSDK22GSKLicenseKeyRefresher")
815
- @interface GSKLicenseKeyRefresher : NSObject
816
- /// The current cached license key.
817
- @property (nonatomic, readonly, copy) NSString * _Nonnull licenseKey;
818
- /// \param baseLicenseKey the license key provided to the customer. This license key must be a valid license key but
819
- /// may be expired. It will be used to retrieve a fresh license key if needed.
820
- ///
821
- - (nonnull instancetype)initWithBaseLicenseKey:(NSString * _Nonnull)baseLicenseKey sdkVersion:(NSString * _Nonnull)sdkVersion;
822
- /// Refreshes the license key.
823
- /// The updated license key is passed in the <code>onSuccess</code> closure. It may be the same key as the provided key.
824
- /// In case of failure, the <code>onFailure</code> closure is called.
825
- /// note:
826
- /// This method uses the old closure-style signature because it’s exposed to Objective-C.
827
- - (void)refreshLicenseKeyOnSuccess:(void (^ _Nonnull)(NSString * _Nonnull))onSuccess onFailure:(void (^ _Nonnull)(NSError * _Nonnull, NSString * _Nonnull))onFailure;
828
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
829
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
830
- @end
831
-
832
-
833
-
834
-
835
813
 
836
814
  /// A document image processor that performs no operation and returns the input file as an output
837
815
  SWIFT_CLASS("_TtC5GSSDK29GSKNoopDocumentImageProcessor")
@@ -1072,6 +1050,7 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
1072
1050
  @end
1073
1051
 
1074
1052
 
1053
+
1075
1054
  @interface GSKScanFlowConfiguration (SWIFT_EXTENSION(GSSDK))
1076
1055
  /// Create a configuration from a dictionary.
1077
1056
  /// This is particularly useful for interfacing with React Native but shouldn’t
@@ -1080,7 +1059,6 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
1080
1059
  @end
1081
1060
 
1082
1061
 
1083
-
1084
1062
  @interface GSKScanFlowConfiguration (SWIFT_EXTENSION(GSSDK))
1085
1063
  - (BOOL)validate:(NSError * _Nullable * _Nullable)error;
1086
1064
  @end
@@ -1449,6 +1427,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) NSBundle * _
1449
1427
 
1450
1428
 
1451
1429
 
1430
+
1452
1431
  @interface UIViewController (SWIFT_EXTENSION(GSSDK))
1453
1432
  /// Return a status bar style appropriate for this view controller
1454
1433
  /// based on the contrast between the status bar’s contents and the
@@ -2280,28 +2259,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKFilterLig
2280
2259
 
2281
2260
 
2282
2261
 
2283
- /// Internal use.
2284
- SWIFT_CLASS("_TtC5GSSDK22GSKLicenseKeyRefresher")
2285
- @interface GSKLicenseKeyRefresher : NSObject
2286
- /// The current cached license key.
2287
- @property (nonatomic, readonly, copy) NSString * _Nonnull licenseKey;
2288
- /// \param baseLicenseKey the license key provided to the customer. This license key must be a valid license key but
2289
- /// may be expired. It will be used to retrieve a fresh license key if needed.
2290
- ///
2291
- - (nonnull instancetype)initWithBaseLicenseKey:(NSString * _Nonnull)baseLicenseKey sdkVersion:(NSString * _Nonnull)sdkVersion;
2292
- /// Refreshes the license key.
2293
- /// The updated license key is passed in the <code>onSuccess</code> closure. It may be the same key as the provided key.
2294
- /// In case of failure, the <code>onFailure</code> closure is called.
2295
- /// note:
2296
- /// This method uses the old closure-style signature because it’s exposed to Objective-C.
2297
- - (void)refreshLicenseKeyOnSuccess:(void (^ _Nonnull)(NSString * _Nonnull))onSuccess onFailure:(void (^ _Nonnull)(NSError * _Nonnull, NSString * _Nonnull))onFailure;
2298
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
2299
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
2300
- @end
2301
-
2302
-
2303
-
2304
-
2305
2262
 
2306
2263
  /// A document image processor that performs no operation and returns the input file as an output
2307
2264
  SWIFT_CLASS("_TtC5GSSDK29GSKNoopDocumentImageProcessor")
@@ -2542,6 +2499,7 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
2542
2499
  @end
2543
2500
 
2544
2501
 
2502
+
2545
2503
  @interface GSKScanFlowConfiguration (SWIFT_EXTENSION(GSSDK))
2546
2504
  /// Create a configuration from a dictionary.
2547
2505
  /// This is particularly useful for interfacing with React Native but shouldn’t
@@ -2550,7 +2508,6 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
2550
2508
  @end
2551
2509
 
2552
2510
 
2553
-
2554
2511
  @interface GSKScanFlowConfiguration (SWIFT_EXTENSION(GSSDK))
2555
2512
  - (BOOL)validate:(NSError * _Nullable * _Nullable)error;
2556
2513
  @end
@@ -2919,6 +2876,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) NSBundle * _
2919
2876
 
2920
2877
 
2921
2878
 
2879
+
2922
2880
  @interface UIViewController (SWIFT_EXTENSION(GSSDK))
2923
2881
  /// Return a status bar style appropriate for this view controller
2924
2882
  /// based on the contrast between the status bar’s contents and the