@wayq/beekon-rn 0.0.6 → 0.0.7

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 (46) hide show
  1. package/BeekonRn.podspec +1 -1
  2. package/CHANGELOG.md +24 -0
  3. package/android/build.gradle +3 -2
  4. package/android/src/main/java/in/wayq/beekonrn/BeekonRnModule.kt +51 -0
  5. package/ios/BeekonRn.mm +10 -0
  6. package/ios/BeekonRn.swift +87 -2
  7. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64/BeekonKit.framework/BeekonKit +0 -0
  8. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64/BeekonKit.framework/Modules/BeekonKit.swiftmodule/arm64-apple-ios.abi.json +1179 -28
  9. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64/BeekonKit.framework/Modules/BeekonKit.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  10. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64/BeekonKit.framework/Modules/BeekonKit.swiftmodule/arm64-apple-ios.swiftinterface +34 -1
  11. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/BeekonKit +0 -0
  12. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/Modules/BeekonKit.swiftmodule/arm64-apple-ios-simulator.abi.json +1179 -28
  13. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/Modules/BeekonKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  14. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/Modules/BeekonKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +34 -1
  15. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/Modules/BeekonKit.swiftmodule/x86_64-apple-ios-simulator.abi.json +1179 -28
  16. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/Modules/BeekonKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  17. package/ios/Frameworks/BeekonKit.xcframework/ios-arm64_x86_64-simulator/BeekonKit.framework/Modules/BeekonKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +34 -1
  18. package/lib/module/NativeBeekonRn.js +7 -0
  19. package/lib/module/NativeBeekonRn.js.map +1 -1
  20. package/lib/module/beekon.js +35 -1
  21. package/lib/module/beekon.js.map +1 -1
  22. package/lib/module/index.js.map +1 -1
  23. package/lib/module/internal/mappers.js +48 -1
  24. package/lib/module/internal/mappers.js.map +1 -1
  25. package/lib/module/types/license.js +2 -0
  26. package/lib/module/types/license.js.map +1 -0
  27. package/lib/typescript/src/NativeBeekonRn.d.ts +36 -0
  28. package/lib/typescript/src/NativeBeekonRn.d.ts.map +1 -1
  29. package/lib/typescript/src/beekon.d.ts +15 -0
  30. package/lib/typescript/src/beekon.d.ts.map +1 -1
  31. package/lib/typescript/src/index.d.ts +1 -0
  32. package/lib/typescript/src/index.d.ts.map +1 -1
  33. package/lib/typescript/src/internal/mappers.d.ts +8 -1
  34. package/lib/typescript/src/internal/mappers.d.ts.map +1 -1
  35. package/lib/typescript/src/types/config.d.ts +13 -0
  36. package/lib/typescript/src/types/config.d.ts.map +1 -1
  37. package/lib/typescript/src/types/license.d.ts +50 -0
  38. package/lib/typescript/src/types/license.d.ts.map +1 -0
  39. package/package.json +6 -2
  40. package/scripts/fetch-beekonkit.sh +4 -4
  41. package/src/NativeBeekonRn.ts +38 -0
  42. package/src/beekon.ts +38 -0
  43. package/src/index.tsx +1 -0
  44. package/src/internal/mappers.ts +50 -0
  45. package/src/types/config.ts +13 -0
  46. package/src/types/license.ts +47 -0
@@ -3844,6 +3844,140 @@
3844
3844
  ],
3845
3845
  "funcSelfKind": "NonMutating"
3846
3846
  },
3847
+ {
3848
+ "kind": "Function",
3849
+ "name": "setWrapperInfo",
3850
+ "printedName": "setWrapperInfo(product:version:)",
3851
+ "children": [
3852
+ {
3853
+ "kind": "TypeNominal",
3854
+ "name": "Void",
3855
+ "printedName": "()"
3856
+ },
3857
+ {
3858
+ "kind": "TypeNominal",
3859
+ "name": "String",
3860
+ "printedName": "Swift.String",
3861
+ "usr": "s:SS"
3862
+ },
3863
+ {
3864
+ "kind": "TypeNominal",
3865
+ "name": "String",
3866
+ "printedName": "Swift.String",
3867
+ "usr": "s:SS"
3868
+ }
3869
+ ],
3870
+ "declKind": "Func",
3871
+ "usr": "s:9BeekonKit0A0C14setWrapperInfo7product7versionySS_SStFZ",
3872
+ "mangledName": "$s9BeekonKit0A0C14setWrapperInfo7product7versionySS_SStFZ",
3873
+ "moduleName": "BeekonKit",
3874
+ "static": true,
3875
+ "declAttributes": [
3876
+ "Final",
3877
+ "Nonisolated",
3878
+ "AccessControl",
3879
+ "RawDocComment"
3880
+ ],
3881
+ "funcSelfKind": "NonMutating"
3882
+ },
3883
+ {
3884
+ "kind": "Var",
3885
+ "name": "licenseStatus",
3886
+ "printedName": "licenseStatus",
3887
+ "children": [
3888
+ {
3889
+ "kind": "TypeNominal",
3890
+ "name": "LicenseStatus",
3891
+ "printedName": "BeekonKit.LicenseStatus",
3892
+ "usr": "s:9BeekonKit13LicenseStatusO"
3893
+ }
3894
+ ],
3895
+ "declKind": "Var",
3896
+ "usr": "s:9BeekonKit0A0C13licenseStatusAA07LicenseD0Ovp",
3897
+ "mangledName": "$s9BeekonKit0A0C13licenseStatusAA07LicenseD0Ovp",
3898
+ "moduleName": "BeekonKit",
3899
+ "declAttributes": [
3900
+ "AccessControl",
3901
+ "RawDocComment"
3902
+ ],
3903
+ "accessors": [
3904
+ {
3905
+ "kind": "Accessor",
3906
+ "name": "Get",
3907
+ "printedName": "Get()",
3908
+ "children": [
3909
+ {
3910
+ "kind": "TypeNominal",
3911
+ "name": "LicenseStatus",
3912
+ "printedName": "BeekonKit.LicenseStatus",
3913
+ "usr": "s:9BeekonKit13LicenseStatusO"
3914
+ }
3915
+ ],
3916
+ "declKind": "Accessor",
3917
+ "usr": "s:9BeekonKit0A0C13licenseStatusAA07LicenseD0Ovg",
3918
+ "mangledName": "$s9BeekonKit0A0C13licenseStatusAA07LicenseD0Ovg",
3919
+ "moduleName": "BeekonKit",
3920
+ "accessorKind": "get"
3921
+ }
3922
+ ]
3923
+ },
3924
+ {
3925
+ "kind": "Var",
3926
+ "name": "licenseStatusUpdates",
3927
+ "printedName": "licenseStatusUpdates",
3928
+ "children": [
3929
+ {
3930
+ "kind": "TypeNominal",
3931
+ "name": "AsyncStream",
3932
+ "printedName": "_Concurrency.AsyncStream<BeekonKit.LicenseStatus>",
3933
+ "children": [
3934
+ {
3935
+ "kind": "TypeNominal",
3936
+ "name": "LicenseStatus",
3937
+ "printedName": "BeekonKit.LicenseStatus",
3938
+ "usr": "s:9BeekonKit13LicenseStatusO"
3939
+ }
3940
+ ],
3941
+ "usr": "s:ScS"
3942
+ }
3943
+ ],
3944
+ "declKind": "Var",
3945
+ "usr": "s:9BeekonKit0A0C20licenseStatusUpdatesScSyAA07LicenseD0OGvp",
3946
+ "mangledName": "$s9BeekonKit0A0C20licenseStatusUpdatesScSyAA07LicenseD0OGvp",
3947
+ "moduleName": "BeekonKit",
3948
+ "declAttributes": [
3949
+ "AccessControl",
3950
+ "RawDocComment"
3951
+ ],
3952
+ "accessors": [
3953
+ {
3954
+ "kind": "Accessor",
3955
+ "name": "Get",
3956
+ "printedName": "Get()",
3957
+ "children": [
3958
+ {
3959
+ "kind": "TypeNominal",
3960
+ "name": "AsyncStream",
3961
+ "printedName": "_Concurrency.AsyncStream<BeekonKit.LicenseStatus>",
3962
+ "children": [
3963
+ {
3964
+ "kind": "TypeNominal",
3965
+ "name": "LicenseStatus",
3966
+ "printedName": "BeekonKit.LicenseStatus",
3967
+ "usr": "s:9BeekonKit13LicenseStatusO"
3968
+ }
3969
+ ],
3970
+ "usr": "s:ScS"
3971
+ }
3972
+ ],
3973
+ "declKind": "Accessor",
3974
+ "usr": "s:9BeekonKit0A0C20licenseStatusUpdatesScSyAA07LicenseD0OGvg",
3975
+ "mangledName": "$s9BeekonKit0A0C20licenseStatusUpdatesScSyAA07LicenseD0OGvg",
3976
+ "moduleName": "BeekonKit",
3977
+ "accessorKind": "get"
3978
+ }
3979
+ ]
3980
+ },
3847
3981
  {
3848
3982
  "kind": "Function",
3849
3983
  "name": "configure",
@@ -5280,6 +5414,117 @@
5280
5414
  }
5281
5415
  ]
5282
5416
  },
5417
+ {
5418
+ "kind": "Var",
5419
+ "name": "licenseKey",
5420
+ "printedName": "licenseKey",
5421
+ "children": [
5422
+ {
5423
+ "kind": "TypeNominal",
5424
+ "name": "Optional",
5425
+ "printedName": "Swift.String?",
5426
+ "children": [
5427
+ {
5428
+ "kind": "TypeNominal",
5429
+ "name": "String",
5430
+ "printedName": "Swift.String",
5431
+ "usr": "s:SS"
5432
+ }
5433
+ ],
5434
+ "usr": "s:Sq"
5435
+ }
5436
+ ],
5437
+ "declKind": "Var",
5438
+ "usr": "s:9BeekonKit0A6ConfigV10licenseKeySSSgvp",
5439
+ "mangledName": "$s9BeekonKit0A6ConfigV10licenseKeySSSgvp",
5440
+ "moduleName": "BeekonKit",
5441
+ "declAttributes": [
5442
+ "HasInitialValue",
5443
+ "HasStorage",
5444
+ "AccessControl",
5445
+ "RawDocComment"
5446
+ ],
5447
+ "hasStorage": true,
5448
+ "accessors": [
5449
+ {
5450
+ "kind": "Accessor",
5451
+ "name": "Get",
5452
+ "printedName": "Get()",
5453
+ "children": [
5454
+ {
5455
+ "kind": "TypeNominal",
5456
+ "name": "Optional",
5457
+ "printedName": "Swift.String?",
5458
+ "children": [
5459
+ {
5460
+ "kind": "TypeNominal",
5461
+ "name": "String",
5462
+ "printedName": "Swift.String",
5463
+ "usr": "s:SS"
5464
+ }
5465
+ ],
5466
+ "usr": "s:Sq"
5467
+ }
5468
+ ],
5469
+ "declKind": "Accessor",
5470
+ "usr": "s:9BeekonKit0A6ConfigV10licenseKeySSSgvg",
5471
+ "mangledName": "$s9BeekonKit0A6ConfigV10licenseKeySSSgvg",
5472
+ "moduleName": "BeekonKit",
5473
+ "implicit": true,
5474
+ "accessorKind": "get"
5475
+ },
5476
+ {
5477
+ "kind": "Accessor",
5478
+ "name": "Set",
5479
+ "printedName": "Set()",
5480
+ "children": [
5481
+ {
5482
+ "kind": "TypeNominal",
5483
+ "name": "Void",
5484
+ "printedName": "()"
5485
+ },
5486
+ {
5487
+ "kind": "TypeNominal",
5488
+ "name": "Optional",
5489
+ "printedName": "Swift.String?",
5490
+ "children": [
5491
+ {
5492
+ "kind": "TypeNominal",
5493
+ "name": "String",
5494
+ "printedName": "Swift.String",
5495
+ "usr": "s:SS"
5496
+ }
5497
+ ],
5498
+ "usr": "s:Sq"
5499
+ }
5500
+ ],
5501
+ "declKind": "Accessor",
5502
+ "usr": "s:9BeekonKit0A6ConfigV10licenseKeySSSgvs",
5503
+ "mangledName": "$s9BeekonKit0A6ConfigV10licenseKeySSSgvs",
5504
+ "moduleName": "BeekonKit",
5505
+ "implicit": true,
5506
+ "accessorKind": "set"
5507
+ },
5508
+ {
5509
+ "kind": "Accessor",
5510
+ "name": "Modify",
5511
+ "printedName": "Modify()",
5512
+ "children": [
5513
+ {
5514
+ "kind": "TypeNominal",
5515
+ "name": "Void",
5516
+ "printedName": "()"
5517
+ }
5518
+ ],
5519
+ "declKind": "Accessor",
5520
+ "usr": "s:9BeekonKit0A6ConfigV10licenseKeySSSgvM",
5521
+ "mangledName": "$s9BeekonKit0A6ConfigV10licenseKeySSSgvM",
5522
+ "moduleName": "BeekonKit",
5523
+ "implicit": true,
5524
+ "accessorKind": "_modify"
5525
+ }
5526
+ ]
5527
+ },
5283
5528
  {
5284
5529
  "kind": "Var",
5285
5530
  "name": "minimumLocationIntervalSeconds",
@@ -5377,7 +5622,7 @@
5377
5622
  {
5378
5623
  "kind": "Constructor",
5379
5624
  "name": "init",
5380
- "printedName": "init(minTimeBetweenLocationsSeconds:minDistanceBetweenLocationsMeters:accuracyMode:whenStationary:stationaryRadiusMeters:detectActivity:sync:)",
5625
+ "printedName": "init(minTimeBetweenLocationsSeconds:minDistanceBetweenLocationsMeters:accuracyMode:whenStationary:stationaryRadiusMeters:detectActivity:sync:licenseKey:)",
5381
5626
  "children": [
5382
5627
  {
5383
5628
  "kind": "TypeNominal",
@@ -5441,11 +5686,26 @@
5441
5686
  ],
5442
5687
  "hasDefaultArg": true,
5443
5688
  "usr": "s:Sq"
5689
+ },
5690
+ {
5691
+ "kind": "TypeNominal",
5692
+ "name": "Optional",
5693
+ "printedName": "Swift.String?",
5694
+ "children": [
5695
+ {
5696
+ "kind": "TypeNominal",
5697
+ "name": "String",
5698
+ "printedName": "Swift.String",
5699
+ "usr": "s:SS"
5700
+ }
5701
+ ],
5702
+ "hasDefaultArg": true,
5703
+ "usr": "s:Sq"
5444
5704
  }
5445
5705
  ],
5446
5706
  "declKind": "Constructor",
5447
- "usr": "s:9BeekonKit0A6ConfigV30minTimeBetweenLocationsSeconds0d8DistancefG6Meters12accuracyMode14whenStationary016stationaryRadiusJ014detectActivity4syncACSd_SdAA08AccuracyL0OAA0nL0OSdSbAA04SyncC0VSgtcfc",
5448
- "mangledName": "$s9BeekonKit0A6ConfigV30minTimeBetweenLocationsSeconds0d8DistancefG6Meters12accuracyMode14whenStationary016stationaryRadiusJ014detectActivity4syncACSd_SdAA08AccuracyL0OAA0nL0OSdSbAA04SyncC0VSgtcfc",
5707
+ "usr": "s:9BeekonKit0A6ConfigV30minTimeBetweenLocationsSeconds0d8DistancefG6Meters12accuracyMode14whenStationary016stationaryRadiusJ014detectActivity4sync10licenseKeyACSd_SdAA08AccuracyL0OAA0nL0OSdSbAA04SyncC0VSgSSSgtcfc",
5708
+ "mangledName": "$s9BeekonKit0A6ConfigV30minTimeBetweenLocationsSeconds0d8DistancefG6Meters12accuracyMode14whenStationary016stationaryRadiusJ014detectActivity4sync10licenseKeyACSd_SdAA08AccuracyL0OAA0nL0OSdSbAA04SyncC0VSgSSSgtcfc",
5449
5709
  "moduleName": "BeekonKit",
5450
5710
  "declAttributes": [
5451
5711
  "AccessControl"
@@ -8637,6 +8897,41 @@
8637
8897
  "declKind": "Import",
8638
8898
  "moduleName": "BeekonKit"
8639
8899
  },
8900
+ {
8901
+ "kind": "Import",
8902
+ "name": "CryptoKit",
8903
+ "printedName": "CryptoKit",
8904
+ "declKind": "Import",
8905
+ "moduleName": "BeekonKit"
8906
+ },
8907
+ {
8908
+ "kind": "Import",
8909
+ "name": "Foundation",
8910
+ "printedName": "Foundation",
8911
+ "declKind": "Import",
8912
+ "moduleName": "BeekonKit"
8913
+ },
8914
+ {
8915
+ "kind": "Import",
8916
+ "name": "Darwin",
8917
+ "printedName": "Darwin",
8918
+ "declKind": "Import",
8919
+ "moduleName": "BeekonKit"
8920
+ },
8921
+ {
8922
+ "kind": "Import",
8923
+ "name": "Foundation",
8924
+ "printedName": "Foundation",
8925
+ "declKind": "Import",
8926
+ "moduleName": "BeekonKit"
8927
+ },
8928
+ {
8929
+ "kind": "Import",
8930
+ "name": "Foundation",
8931
+ "printedName": "Foundation",
8932
+ "declKind": "Import",
8933
+ "moduleName": "BeekonKit"
8934
+ },
8640
8935
  {
8641
8936
  "kind": "Import",
8642
8937
  "name": "os",
@@ -8786,12 +9081,791 @@
8786
9081
  },
8787
9082
  {
8788
9083
  "kind": "TypeDecl",
8789
- "name": "Location",
8790
- "printedName": "Location",
9084
+ "name": "LicenseStatus",
9085
+ "printedName": "LicenseStatus",
8791
9086
  "children": [
8792
9087
  {
8793
9088
  "kind": "Var",
8794
- "name": "id",
9089
+ "name": "notDetermined",
9090
+ "printedName": "notDetermined",
9091
+ "children": [
9092
+ {
9093
+ "kind": "TypeFunc",
9094
+ "name": "Function",
9095
+ "printedName": "(BeekonKit.LicenseStatus.Type) -> BeekonKit.LicenseStatus",
9096
+ "children": [
9097
+ {
9098
+ "kind": "TypeNominal",
9099
+ "name": "LicenseStatus",
9100
+ "printedName": "BeekonKit.LicenseStatus",
9101
+ "usr": "s:9BeekonKit13LicenseStatusO"
9102
+ },
9103
+ {
9104
+ "kind": "TypeNominal",
9105
+ "name": "Metatype",
9106
+ "printedName": "BeekonKit.LicenseStatus.Type",
9107
+ "children": [
9108
+ {
9109
+ "kind": "TypeNominal",
9110
+ "name": "LicenseStatus",
9111
+ "printedName": "BeekonKit.LicenseStatus",
9112
+ "usr": "s:9BeekonKit13LicenseStatusO"
9113
+ }
9114
+ ]
9115
+ }
9116
+ ]
9117
+ }
9118
+ ],
9119
+ "declKind": "EnumElement",
9120
+ "usr": "s:9BeekonKit13LicenseStatusO13notDeterminedyA2CmF",
9121
+ "mangledName": "$s9BeekonKit13LicenseStatusO13notDeterminedyA2CmF",
9122
+ "moduleName": "BeekonKit",
9123
+ "declAttributes": [
9124
+ "RawDocComment"
9125
+ ]
9126
+ },
9127
+ {
9128
+ "kind": "Var",
9129
+ "name": "licensed",
9130
+ "printedName": "licensed",
9131
+ "children": [
9132
+ {
9133
+ "kind": "TypeFunc",
9134
+ "name": "Function",
9135
+ "printedName": "(BeekonKit.LicenseStatus.Type) -> (Swift.String, [Swift.String]) -> BeekonKit.LicenseStatus",
9136
+ "children": [
9137
+ {
9138
+ "kind": "TypeFunc",
9139
+ "name": "Function",
9140
+ "printedName": "(Swift.String, [Swift.String]) -> BeekonKit.LicenseStatus",
9141
+ "children": [
9142
+ {
9143
+ "kind": "TypeNominal",
9144
+ "name": "LicenseStatus",
9145
+ "printedName": "BeekonKit.LicenseStatus",
9146
+ "usr": "s:9BeekonKit13LicenseStatusO"
9147
+ },
9148
+ {
9149
+ "kind": "TypeNominal",
9150
+ "name": "Tuple",
9151
+ "printedName": "(tier: Swift.String, entitlements: [Swift.String])",
9152
+ "children": [
9153
+ {
9154
+ "kind": "TypeNominal",
9155
+ "name": "String",
9156
+ "printedName": "Swift.String",
9157
+ "usr": "s:SS"
9158
+ },
9159
+ {
9160
+ "kind": "TypeNominal",
9161
+ "name": "Array",
9162
+ "printedName": "[Swift.String]",
9163
+ "children": [
9164
+ {
9165
+ "kind": "TypeNominal",
9166
+ "name": "String",
9167
+ "printedName": "Swift.String",
9168
+ "usr": "s:SS"
9169
+ }
9170
+ ],
9171
+ "usr": "s:Sa"
9172
+ }
9173
+ ]
9174
+ }
9175
+ ]
9176
+ },
9177
+ {
9178
+ "kind": "TypeNominal",
9179
+ "name": "Metatype",
9180
+ "printedName": "BeekonKit.LicenseStatus.Type",
9181
+ "children": [
9182
+ {
9183
+ "kind": "TypeNominal",
9184
+ "name": "LicenseStatus",
9185
+ "printedName": "BeekonKit.LicenseStatus",
9186
+ "usr": "s:9BeekonKit13LicenseStatusO"
9187
+ }
9188
+ ]
9189
+ }
9190
+ ]
9191
+ }
9192
+ ],
9193
+ "declKind": "EnumElement",
9194
+ "usr": "s:9BeekonKit13LicenseStatusO8licensedyACSS_SaySSGtcACmF",
9195
+ "mangledName": "$s9BeekonKit13LicenseStatusO8licensedyACSS_SaySSGtcACmF",
9196
+ "moduleName": "BeekonKit",
9197
+ "declAttributes": [
9198
+ "RawDocComment"
9199
+ ]
9200
+ },
9201
+ {
9202
+ "kind": "Var",
9203
+ "name": "evaluation",
9204
+ "printedName": "evaluation",
9205
+ "children": [
9206
+ {
9207
+ "kind": "TypeFunc",
9208
+ "name": "Function",
9209
+ "printedName": "(BeekonKit.LicenseStatus.Type) -> BeekonKit.LicenseStatus",
9210
+ "children": [
9211
+ {
9212
+ "kind": "TypeNominal",
9213
+ "name": "LicenseStatus",
9214
+ "printedName": "BeekonKit.LicenseStatus",
9215
+ "usr": "s:9BeekonKit13LicenseStatusO"
9216
+ },
9217
+ {
9218
+ "kind": "TypeNominal",
9219
+ "name": "Metatype",
9220
+ "printedName": "BeekonKit.LicenseStatus.Type",
9221
+ "children": [
9222
+ {
9223
+ "kind": "TypeNominal",
9224
+ "name": "LicenseStatus",
9225
+ "printedName": "BeekonKit.LicenseStatus",
9226
+ "usr": "s:9BeekonKit13LicenseStatusO"
9227
+ }
9228
+ ]
9229
+ }
9230
+ ]
9231
+ }
9232
+ ],
9233
+ "declKind": "EnumElement",
9234
+ "usr": "s:9BeekonKit13LicenseStatusO10evaluationyA2CmF",
9235
+ "mangledName": "$s9BeekonKit13LicenseStatusO10evaluationyA2CmF",
9236
+ "moduleName": "BeekonKit",
9237
+ "declAttributes": [
9238
+ "RawDocComment"
9239
+ ]
9240
+ },
9241
+ {
9242
+ "kind": "Var",
9243
+ "name": "expired",
9244
+ "printedName": "expired",
9245
+ "children": [
9246
+ {
9247
+ "kind": "TypeFunc",
9248
+ "name": "Function",
9249
+ "printedName": "(BeekonKit.LicenseStatus.Type) -> BeekonKit.LicenseStatus",
9250
+ "children": [
9251
+ {
9252
+ "kind": "TypeNominal",
9253
+ "name": "LicenseStatus",
9254
+ "printedName": "BeekonKit.LicenseStatus",
9255
+ "usr": "s:9BeekonKit13LicenseStatusO"
9256
+ },
9257
+ {
9258
+ "kind": "TypeNominal",
9259
+ "name": "Metatype",
9260
+ "printedName": "BeekonKit.LicenseStatus.Type",
9261
+ "children": [
9262
+ {
9263
+ "kind": "TypeNominal",
9264
+ "name": "LicenseStatus",
9265
+ "printedName": "BeekonKit.LicenseStatus",
9266
+ "usr": "s:9BeekonKit13LicenseStatusO"
9267
+ }
9268
+ ]
9269
+ }
9270
+ ]
9271
+ }
9272
+ ],
9273
+ "declKind": "EnumElement",
9274
+ "usr": "s:9BeekonKit13LicenseStatusO7expiredyA2CmF",
9275
+ "mangledName": "$s9BeekonKit13LicenseStatusO7expiredyA2CmF",
9276
+ "moduleName": "BeekonKit",
9277
+ "declAttributes": [
9278
+ "RawDocComment"
9279
+ ]
9280
+ },
9281
+ {
9282
+ "kind": "Var",
9283
+ "name": "updateEntitlementLapsed",
9284
+ "printedName": "updateEntitlementLapsed",
9285
+ "children": [
9286
+ {
9287
+ "kind": "TypeFunc",
9288
+ "name": "Function",
9289
+ "printedName": "(BeekonKit.LicenseStatus.Type) -> BeekonKit.LicenseStatus",
9290
+ "children": [
9291
+ {
9292
+ "kind": "TypeNominal",
9293
+ "name": "LicenseStatus",
9294
+ "printedName": "BeekonKit.LicenseStatus",
9295
+ "usr": "s:9BeekonKit13LicenseStatusO"
9296
+ },
9297
+ {
9298
+ "kind": "TypeNominal",
9299
+ "name": "Metatype",
9300
+ "printedName": "BeekonKit.LicenseStatus.Type",
9301
+ "children": [
9302
+ {
9303
+ "kind": "TypeNominal",
9304
+ "name": "LicenseStatus",
9305
+ "printedName": "BeekonKit.LicenseStatus",
9306
+ "usr": "s:9BeekonKit13LicenseStatusO"
9307
+ }
9308
+ ]
9309
+ }
9310
+ ]
9311
+ }
9312
+ ],
9313
+ "declKind": "EnumElement",
9314
+ "usr": "s:9BeekonKit13LicenseStatusO23updateEntitlementLapsedyA2CmF",
9315
+ "mangledName": "$s9BeekonKit13LicenseStatusO23updateEntitlementLapsedyA2CmF",
9316
+ "moduleName": "BeekonKit",
9317
+ "declAttributes": [
9318
+ "RawDocComment"
9319
+ ]
9320
+ },
9321
+ {
9322
+ "kind": "Var",
9323
+ "name": "invalid",
9324
+ "printedName": "invalid",
9325
+ "children": [
9326
+ {
9327
+ "kind": "TypeFunc",
9328
+ "name": "Function",
9329
+ "printedName": "(BeekonKit.LicenseStatus.Type) -> (BeekonKit.LicenseInvalidReason) -> BeekonKit.LicenseStatus",
9330
+ "children": [
9331
+ {
9332
+ "kind": "TypeFunc",
9333
+ "name": "Function",
9334
+ "printedName": "(BeekonKit.LicenseInvalidReason) -> BeekonKit.LicenseStatus",
9335
+ "children": [
9336
+ {
9337
+ "kind": "TypeNominal",
9338
+ "name": "LicenseStatus",
9339
+ "printedName": "BeekonKit.LicenseStatus",
9340
+ "usr": "s:9BeekonKit13LicenseStatusO"
9341
+ },
9342
+ {
9343
+ "kind": "TypeNominal",
9344
+ "name": "Tuple",
9345
+ "printedName": "(reason: BeekonKit.LicenseInvalidReason)",
9346
+ "children": [
9347
+ {
9348
+ "kind": "TypeNominal",
9349
+ "name": "LicenseInvalidReason",
9350
+ "printedName": "BeekonKit.LicenseInvalidReason",
9351
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9352
+ }
9353
+ ]
9354
+ }
9355
+ ]
9356
+ },
9357
+ {
9358
+ "kind": "TypeNominal",
9359
+ "name": "Metatype",
9360
+ "printedName": "BeekonKit.LicenseStatus.Type",
9361
+ "children": [
9362
+ {
9363
+ "kind": "TypeNominal",
9364
+ "name": "LicenseStatus",
9365
+ "printedName": "BeekonKit.LicenseStatus",
9366
+ "usr": "s:9BeekonKit13LicenseStatusO"
9367
+ }
9368
+ ]
9369
+ }
9370
+ ]
9371
+ }
9372
+ ],
9373
+ "declKind": "EnumElement",
9374
+ "usr": "s:9BeekonKit13LicenseStatusO7invalidyAcA0C13InvalidReasonO_tcACmF",
9375
+ "mangledName": "$s9BeekonKit13LicenseStatusO7invalidyAcA0C13InvalidReasonO_tcACmF",
9376
+ "moduleName": "BeekonKit",
9377
+ "declAttributes": [
9378
+ "RawDocComment"
9379
+ ]
9380
+ },
9381
+ {
9382
+ "kind": "Function",
9383
+ "name": "==",
9384
+ "printedName": "==(_:_:)",
9385
+ "children": [
9386
+ {
9387
+ "kind": "TypeNominal",
9388
+ "name": "Bool",
9389
+ "printedName": "Swift.Bool",
9390
+ "usr": "s:Sb"
9391
+ },
9392
+ {
9393
+ "kind": "TypeNominal",
9394
+ "name": "LicenseStatus",
9395
+ "printedName": "BeekonKit.LicenseStatus",
9396
+ "usr": "s:9BeekonKit13LicenseStatusO"
9397
+ },
9398
+ {
9399
+ "kind": "TypeNominal",
9400
+ "name": "LicenseStatus",
9401
+ "printedName": "BeekonKit.LicenseStatus",
9402
+ "usr": "s:9BeekonKit13LicenseStatusO"
9403
+ }
9404
+ ],
9405
+ "declKind": "Func",
9406
+ "usr": "s:9BeekonKit13LicenseStatusO2eeoiySbAC_ACtFZ",
9407
+ "mangledName": "$s9BeekonKit13LicenseStatusO2eeoiySbAC_ACtFZ",
9408
+ "moduleName": "BeekonKit",
9409
+ "static": true,
9410
+ "implicit": true,
9411
+ "funcSelfKind": "NonMutating"
9412
+ }
9413
+ ],
9414
+ "declKind": "Enum",
9415
+ "usr": "s:9BeekonKit13LicenseStatusO",
9416
+ "mangledName": "$s9BeekonKit13LicenseStatusO",
9417
+ "moduleName": "BeekonKit",
9418
+ "declAttributes": [
9419
+ "AccessControl",
9420
+ "RawDocComment"
9421
+ ],
9422
+ "conformances": [
9423
+ {
9424
+ "kind": "Conformance",
9425
+ "name": "Copyable",
9426
+ "printedName": "Copyable",
9427
+ "usr": "s:s8CopyableP",
9428
+ "mangledName": "$ss8CopyableP"
9429
+ },
9430
+ {
9431
+ "kind": "Conformance",
9432
+ "name": "Escapable",
9433
+ "printedName": "Escapable",
9434
+ "usr": "s:s9EscapableP",
9435
+ "mangledName": "$ss9EscapableP"
9436
+ },
9437
+ {
9438
+ "kind": "Conformance",
9439
+ "name": "Sendable",
9440
+ "printedName": "Sendable",
9441
+ "usr": "s:s8SendableP",
9442
+ "mangledName": "$ss8SendableP"
9443
+ },
9444
+ {
9445
+ "kind": "Conformance",
9446
+ "name": "Equatable",
9447
+ "printedName": "Equatable",
9448
+ "usr": "s:SQ",
9449
+ "mangledName": "$sSQ"
9450
+ },
9451
+ {
9452
+ "kind": "Conformance",
9453
+ "name": "SendableMetatype",
9454
+ "printedName": "SendableMetatype",
9455
+ "usr": "s:s16SendableMetatypeP",
9456
+ "mangledName": "$ss16SendableMetatypeP"
9457
+ }
9458
+ ]
9459
+ },
9460
+ {
9461
+ "kind": "TypeDecl",
9462
+ "name": "LicenseInvalidReason",
9463
+ "printedName": "LicenseInvalidReason",
9464
+ "children": [
9465
+ {
9466
+ "kind": "Var",
9467
+ "name": "malformed",
9468
+ "printedName": "malformed",
9469
+ "children": [
9470
+ {
9471
+ "kind": "TypeFunc",
9472
+ "name": "Function",
9473
+ "printedName": "(BeekonKit.LicenseInvalidReason.Type) -> BeekonKit.LicenseInvalidReason",
9474
+ "children": [
9475
+ {
9476
+ "kind": "TypeNominal",
9477
+ "name": "LicenseInvalidReason",
9478
+ "printedName": "BeekonKit.LicenseInvalidReason",
9479
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9480
+ },
9481
+ {
9482
+ "kind": "TypeNominal",
9483
+ "name": "Metatype",
9484
+ "printedName": "BeekonKit.LicenseInvalidReason.Type",
9485
+ "children": [
9486
+ {
9487
+ "kind": "TypeNominal",
9488
+ "name": "LicenseInvalidReason",
9489
+ "printedName": "BeekonKit.LicenseInvalidReason",
9490
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9491
+ }
9492
+ ]
9493
+ }
9494
+ ]
9495
+ }
9496
+ ],
9497
+ "declKind": "EnumElement",
9498
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO9malformedyA2CmF",
9499
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO9malformedyA2CmF",
9500
+ "moduleName": "BeekonKit",
9501
+ "declAttributes": [
9502
+ "RawDocComment"
9503
+ ]
9504
+ },
9505
+ {
9506
+ "kind": "Var",
9507
+ "name": "unknownKey",
9508
+ "printedName": "unknownKey",
9509
+ "children": [
9510
+ {
9511
+ "kind": "TypeFunc",
9512
+ "name": "Function",
9513
+ "printedName": "(BeekonKit.LicenseInvalidReason.Type) -> BeekonKit.LicenseInvalidReason",
9514
+ "children": [
9515
+ {
9516
+ "kind": "TypeNominal",
9517
+ "name": "LicenseInvalidReason",
9518
+ "printedName": "BeekonKit.LicenseInvalidReason",
9519
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9520
+ },
9521
+ {
9522
+ "kind": "TypeNominal",
9523
+ "name": "Metatype",
9524
+ "printedName": "BeekonKit.LicenseInvalidReason.Type",
9525
+ "children": [
9526
+ {
9527
+ "kind": "TypeNominal",
9528
+ "name": "LicenseInvalidReason",
9529
+ "printedName": "BeekonKit.LicenseInvalidReason",
9530
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9531
+ }
9532
+ ]
9533
+ }
9534
+ ]
9535
+ }
9536
+ ],
9537
+ "declKind": "EnumElement",
9538
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO10unknownKeyyA2CmF",
9539
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO10unknownKeyyA2CmF",
9540
+ "moduleName": "BeekonKit",
9541
+ "declAttributes": [
9542
+ "RawDocComment"
9543
+ ]
9544
+ },
9545
+ {
9546
+ "kind": "Var",
9547
+ "name": "badSignature",
9548
+ "printedName": "badSignature",
9549
+ "children": [
9550
+ {
9551
+ "kind": "TypeFunc",
9552
+ "name": "Function",
9553
+ "printedName": "(BeekonKit.LicenseInvalidReason.Type) -> BeekonKit.LicenseInvalidReason",
9554
+ "children": [
9555
+ {
9556
+ "kind": "TypeNominal",
9557
+ "name": "LicenseInvalidReason",
9558
+ "printedName": "BeekonKit.LicenseInvalidReason",
9559
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9560
+ },
9561
+ {
9562
+ "kind": "TypeNominal",
9563
+ "name": "Metatype",
9564
+ "printedName": "BeekonKit.LicenseInvalidReason.Type",
9565
+ "children": [
9566
+ {
9567
+ "kind": "TypeNominal",
9568
+ "name": "LicenseInvalidReason",
9569
+ "printedName": "BeekonKit.LicenseInvalidReason",
9570
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9571
+ }
9572
+ ]
9573
+ }
9574
+ ]
9575
+ }
9576
+ ],
9577
+ "declKind": "EnumElement",
9578
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO12badSignatureyA2CmF",
9579
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO12badSignatureyA2CmF",
9580
+ "moduleName": "BeekonKit",
9581
+ "declAttributes": [
9582
+ "RawDocComment"
9583
+ ]
9584
+ },
9585
+ {
9586
+ "kind": "Var",
9587
+ "name": "appIdMismatch",
9588
+ "printedName": "appIdMismatch",
9589
+ "children": [
9590
+ {
9591
+ "kind": "TypeFunc",
9592
+ "name": "Function",
9593
+ "printedName": "(BeekonKit.LicenseInvalidReason.Type) -> BeekonKit.LicenseInvalidReason",
9594
+ "children": [
9595
+ {
9596
+ "kind": "TypeNominal",
9597
+ "name": "LicenseInvalidReason",
9598
+ "printedName": "BeekonKit.LicenseInvalidReason",
9599
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9600
+ },
9601
+ {
9602
+ "kind": "TypeNominal",
9603
+ "name": "Metatype",
9604
+ "printedName": "BeekonKit.LicenseInvalidReason.Type",
9605
+ "children": [
9606
+ {
9607
+ "kind": "TypeNominal",
9608
+ "name": "LicenseInvalidReason",
9609
+ "printedName": "BeekonKit.LicenseInvalidReason",
9610
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9611
+ }
9612
+ ]
9613
+ }
9614
+ ]
9615
+ }
9616
+ ],
9617
+ "declKind": "EnumElement",
9618
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO13appIdMismatchyA2CmF",
9619
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO13appIdMismatchyA2CmF",
9620
+ "moduleName": "BeekonKit",
9621
+ "declAttributes": [
9622
+ "RawDocComment"
9623
+ ]
9624
+ },
9625
+ {
9626
+ "kind": "Var",
9627
+ "name": "productMismatch",
9628
+ "printedName": "productMismatch",
9629
+ "children": [
9630
+ {
9631
+ "kind": "TypeFunc",
9632
+ "name": "Function",
9633
+ "printedName": "(BeekonKit.LicenseInvalidReason.Type) -> BeekonKit.LicenseInvalidReason",
9634
+ "children": [
9635
+ {
9636
+ "kind": "TypeNominal",
9637
+ "name": "LicenseInvalidReason",
9638
+ "printedName": "BeekonKit.LicenseInvalidReason",
9639
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9640
+ },
9641
+ {
9642
+ "kind": "TypeNominal",
9643
+ "name": "Metatype",
9644
+ "printedName": "BeekonKit.LicenseInvalidReason.Type",
9645
+ "children": [
9646
+ {
9647
+ "kind": "TypeNominal",
9648
+ "name": "LicenseInvalidReason",
9649
+ "printedName": "BeekonKit.LicenseInvalidReason",
9650
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9651
+ }
9652
+ ]
9653
+ }
9654
+ ]
9655
+ }
9656
+ ],
9657
+ "declKind": "EnumElement",
9658
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO15productMismatchyA2CmF",
9659
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO15productMismatchyA2CmF",
9660
+ "moduleName": "BeekonKit",
9661
+ "declAttributes": [
9662
+ "RawDocComment"
9663
+ ]
9664
+ },
9665
+ {
9666
+ "kind": "Var",
9667
+ "name": "unsupportedVersion",
9668
+ "printedName": "unsupportedVersion",
9669
+ "children": [
9670
+ {
9671
+ "kind": "TypeFunc",
9672
+ "name": "Function",
9673
+ "printedName": "(BeekonKit.LicenseInvalidReason.Type) -> BeekonKit.LicenseInvalidReason",
9674
+ "children": [
9675
+ {
9676
+ "kind": "TypeNominal",
9677
+ "name": "LicenseInvalidReason",
9678
+ "printedName": "BeekonKit.LicenseInvalidReason",
9679
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9680
+ },
9681
+ {
9682
+ "kind": "TypeNominal",
9683
+ "name": "Metatype",
9684
+ "printedName": "BeekonKit.LicenseInvalidReason.Type",
9685
+ "children": [
9686
+ {
9687
+ "kind": "TypeNominal",
9688
+ "name": "LicenseInvalidReason",
9689
+ "printedName": "BeekonKit.LicenseInvalidReason",
9690
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9691
+ }
9692
+ ]
9693
+ }
9694
+ ]
9695
+ }
9696
+ ],
9697
+ "declKind": "EnumElement",
9698
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO18unsupportedVersionyA2CmF",
9699
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO18unsupportedVersionyA2CmF",
9700
+ "moduleName": "BeekonKit",
9701
+ "declAttributes": [
9702
+ "RawDocComment"
9703
+ ]
9704
+ },
9705
+ {
9706
+ "kind": "Constructor",
9707
+ "name": "init",
9708
+ "printedName": "init(rawValue:)",
9709
+ "children": [
9710
+ {
9711
+ "kind": "TypeNominal",
9712
+ "name": "Optional",
9713
+ "printedName": "BeekonKit.LicenseInvalidReason?",
9714
+ "children": [
9715
+ {
9716
+ "kind": "TypeNominal",
9717
+ "name": "LicenseInvalidReason",
9718
+ "printedName": "BeekonKit.LicenseInvalidReason",
9719
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO"
9720
+ }
9721
+ ],
9722
+ "usr": "s:Sq"
9723
+ },
9724
+ {
9725
+ "kind": "TypeNominal",
9726
+ "name": "String",
9727
+ "printedName": "Swift.String",
9728
+ "usr": "s:SS"
9729
+ }
9730
+ ],
9731
+ "declKind": "Constructor",
9732
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO8rawValueACSgSS_tcfc",
9733
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO8rawValueACSgSS_tcfc",
9734
+ "moduleName": "BeekonKit",
9735
+ "implicit": true,
9736
+ "init_kind": "Designated"
9737
+ },
9738
+ {
9739
+ "kind": "Var",
9740
+ "name": "rawValue",
9741
+ "printedName": "rawValue",
9742
+ "children": [
9743
+ {
9744
+ "kind": "TypeNominal",
9745
+ "name": "String",
9746
+ "printedName": "Swift.String",
9747
+ "usr": "s:SS"
9748
+ }
9749
+ ],
9750
+ "declKind": "Var",
9751
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO8rawValueSSvp",
9752
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO8rawValueSSvp",
9753
+ "moduleName": "BeekonKit",
9754
+ "implicit": true,
9755
+ "accessors": [
9756
+ {
9757
+ "kind": "Accessor",
9758
+ "name": "Get",
9759
+ "printedName": "Get()",
9760
+ "children": [
9761
+ {
9762
+ "kind": "TypeNominal",
9763
+ "name": "String",
9764
+ "printedName": "Swift.String",
9765
+ "usr": "s:SS"
9766
+ }
9767
+ ],
9768
+ "declKind": "Accessor",
9769
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO8rawValueSSvg",
9770
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO8rawValueSSvg",
9771
+ "moduleName": "BeekonKit",
9772
+ "implicit": true,
9773
+ "accessorKind": "get"
9774
+ }
9775
+ ]
9776
+ }
9777
+ ],
9778
+ "declKind": "Enum",
9779
+ "usr": "s:9BeekonKit20LicenseInvalidReasonO",
9780
+ "mangledName": "$s9BeekonKit20LicenseInvalidReasonO",
9781
+ "moduleName": "BeekonKit",
9782
+ "declAttributes": [
9783
+ "AccessControl",
9784
+ "RawDocComment"
9785
+ ],
9786
+ "enumRawTypeName": "String",
9787
+ "conformances": [
9788
+ {
9789
+ "kind": "Conformance",
9790
+ "name": "Copyable",
9791
+ "printedName": "Copyable",
9792
+ "usr": "s:s8CopyableP",
9793
+ "mangledName": "$ss8CopyableP"
9794
+ },
9795
+ {
9796
+ "kind": "Conformance",
9797
+ "name": "Escapable",
9798
+ "printedName": "Escapable",
9799
+ "usr": "s:s9EscapableP",
9800
+ "mangledName": "$ss9EscapableP"
9801
+ },
9802
+ {
9803
+ "kind": "Conformance",
9804
+ "name": "Hashable",
9805
+ "printedName": "Hashable",
9806
+ "usr": "s:SH",
9807
+ "mangledName": "$sSH"
9808
+ },
9809
+ {
9810
+ "kind": "Conformance",
9811
+ "name": "RawRepresentable",
9812
+ "printedName": "RawRepresentable",
9813
+ "children": [
9814
+ {
9815
+ "kind": "TypeWitness",
9816
+ "name": "RawValue",
9817
+ "printedName": "RawValue",
9818
+ "children": [
9819
+ {
9820
+ "kind": "TypeNominal",
9821
+ "name": "String",
9822
+ "printedName": "Swift.String",
9823
+ "usr": "s:SS"
9824
+ }
9825
+ ]
9826
+ }
9827
+ ],
9828
+ "usr": "s:SY",
9829
+ "mangledName": "$sSY"
9830
+ },
9831
+ {
9832
+ "kind": "Conformance",
9833
+ "name": "Sendable",
9834
+ "printedName": "Sendable",
9835
+ "usr": "s:s8SendableP",
9836
+ "mangledName": "$ss8SendableP"
9837
+ },
9838
+ {
9839
+ "kind": "Conformance",
9840
+ "name": "Equatable",
9841
+ "printedName": "Equatable",
9842
+ "usr": "s:SQ",
9843
+ "mangledName": "$sSQ"
9844
+ },
9845
+ {
9846
+ "kind": "Conformance",
9847
+ "name": "SendableMetatype",
9848
+ "printedName": "SendableMetatype",
9849
+ "usr": "s:s16SendableMetatypeP",
9850
+ "mangledName": "$ss16SendableMetatypeP"
9851
+ }
9852
+ ]
9853
+ },
9854
+ {
9855
+ "kind": "Import",
9856
+ "name": "Foundation",
9857
+ "printedName": "Foundation",
9858
+ "declKind": "Import",
9859
+ "moduleName": "BeekonKit"
9860
+ },
9861
+ {
9862
+ "kind": "TypeDecl",
9863
+ "name": "Location",
9864
+ "printedName": "Location",
9865
+ "children": [
9866
+ {
9867
+ "kind": "Var",
9868
+ "name": "id",
8795
9869
  "printedName": "id",
8796
9870
  "children": [
8797
9871
  {
@@ -11684,152 +12758,173 @@
11684
12758
  "kind": "StringLiteral",
11685
12759
  "offset": 1442,
11686
12760
  "length": 7,
11687
- "value": "\"0.0.6\""
12761
+ "value": "\"0.0.7\""
12762
+ },
12763
+ {
12764
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
12765
+ "kind": "IntegerLiteral",
12766
+ "offset": 2028,
12767
+ "length": 8,
12768
+ "value": "20260611"
11688
12769
  },
11689
12770
  {
11690
12771
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11691
12772
  "kind": "StringLiteral",
11692
- "offset": 1488,
12773
+ "offset": 2075,
11693
12774
  "length": 16,
11694
12775
  "value": "\"in.wayq.beekon\""
11695
12776
  },
11696
12777
  {
11697
12778
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11698
12779
  "kind": "StringLiteral",
11699
- "offset": 1516,
12780
+ "offset": 2103,
11700
12781
  "length": 6,
11701
12782
  "value": "\"core\""
11702
12783
  },
12784
+ {
12785
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
12786
+ "kind": "StringLiteral",
12787
+ "offset": 2197,
12788
+ "length": 16,
12789
+ "value": "\"in.wayq.beekon\""
12790
+ },
12791
+ {
12792
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
12793
+ "kind": "StringLiteral",
12794
+ "offset": 2225,
12795
+ "length": 9,
12796
+ "value": "\"license\""
12797
+ },
11703
12798
  {
11704
12799
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11705
12800
  "kind": "BooleanLiteral",
11706
- "offset": 2300,
12801
+ "offset": 3018,
11707
12802
  "length": 5,
11708
12803
  "value": "false"
11709
12804
  },
11710
12805
  {
11711
12806
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11712
12807
  "kind": "BooleanLiteral",
11713
- "offset": 2335,
12808
+ "offset": 3053,
11714
12809
  "length": 5,
11715
12810
  "value": "false"
11716
12811
  },
11717
12812
  {
11718
12813
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11719
12814
  "kind": "BooleanLiteral",
11720
- "offset": 2522,
12815
+ "offset": 3240,
11721
12816
  "length": 5,
11722
12817
  "value": "false"
11723
12818
  },
11724
12819
  {
11725
12820
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11726
12821
  "kind": "BooleanLiteral",
11727
- "offset": 2935,
12822
+ "offset": 3653,
11728
12823
  "length": 5,
11729
12824
  "value": "false"
11730
12825
  },
11731
12826
  {
11732
12827
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11733
12828
  "kind": "Dictionary",
11734
- "offset": 3118,
12829
+ "offset": 3836,
11735
12830
  "length": 3,
11736
12831
  "value": "[]"
11737
12832
  },
11738
12833
  {
11739
12834
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11740
12835
  "kind": "Dictionary",
11741
- "offset": 3206,
12836
+ "offset": 3924,
11742
12837
  "length": 3,
11743
12838
  "value": "[]"
11744
12839
  },
11745
12840
  {
11746
12841
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11747
12842
  "kind": "Dictionary",
11748
- "offset": 3299,
12843
+ "offset": 4017,
11749
12844
  "length": 3,
11750
12845
  "value": "[]"
11751
12846
  },
11752
12847
  {
11753
12848
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11754
12849
  "kind": "Dictionary",
11755
- "offset": 3391,
12850
+ "offset": 4109,
11756
12851
  "length": 3,
11757
12852
  "value": "[]"
11758
12853
  },
11759
12854
  {
11760
12855
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11761
12856
  "kind": "Dictionary",
11762
- "offset": 3483,
12857
+ "offset": 4201,
11763
12858
  "length": 3,
11764
12859
  "value": "[]"
11765
12860
  },
11766
12861
  {
11767
12862
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Beekon.swift",
11768
12863
  "kind": "IntegerLiteral",
11769
- "offset": 13538,
12864
+ "offset": 15954,
11770
12865
  "length": 2,
11771
12866
  "value": "15"
11772
12867
  },
11773
12868
  {
11774
12869
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11775
12870
  "kind": "IntegerLiteral",
11776
- "offset": 1760,
12871
+ "offset": 2144,
11777
12872
  "length": 1,
11778
12873
  "value": "0"
11779
12874
  },
11780
12875
  {
11781
12876
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11782
12877
  "kind": "IntegerLiteral",
11783
- "offset": 1824,
12878
+ "offset": 2208,
11784
12879
  "length": 1,
11785
12880
  "value": "5"
11786
12881
  },
11787
12882
  {
11788
12883
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11789
12884
  "kind": "IntegerLiteral",
11790
- "offset": 1899,
12885
+ "offset": 2283,
11791
12886
  "length": 2,
11792
12887
  "value": "30"
11793
12888
  },
11794
12889
  {
11795
12890
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11796
12891
  "kind": "IntegerLiteral",
11797
- "offset": 1955,
12892
+ "offset": 2339,
11798
12893
  "length": 3,
11799
12894
  "value": "100"
11800
12895
  },
11801
12896
  {
11802
12897
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11803
12898
  "kind": "IntegerLiteral",
11804
- "offset": 2098,
12899
+ "offset": 2482,
11805
12900
  "length": 1,
11806
12901
  "value": "5"
11807
12902
  },
11808
12903
  {
11809
12904
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11810
12905
  "kind": "BooleanLiteral",
11811
- "offset": 2132,
12906
+ "offset": 2516,
11812
12907
  "length": 5,
11813
12908
  "value": "false"
11814
12909
  },
11815
12910
  {
11816
12911
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11817
12912
  "kind": "Dictionary",
11818
- "offset": 6404,
12913
+ "offset": 7044,
11819
12914
  "length": 3,
11820
12915
  "value": "[]"
11821
12916
  },
11822
12917
  {
11823
12918
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11824
12919
  "kind": "IntegerLiteral",
11825
- "offset": 6449,
12920
+ "offset": 7089,
11826
12921
  "length": 3,
11827
12922
  "value": "300"
11828
12923
  },
11829
12924
  {
11830
12925
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/BeekonConfig.swift",
11831
12926
  "kind": "IntegerLiteral",
11832
- "offset": 6479,
12927
+ "offset": 7119,
11833
12928
  "length": 3,
11834
12929
  "value": "100"
11835
12930
  },
@@ -12218,6 +13313,62 @@
12218
13313
  "length": 5,
12219
13314
  "value": "false"
12220
13315
  },
13316
+ {
13317
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseEngine.swift",
13318
+ "kind": "IntegerLiteral",
13319
+ "offset": 1271,
13320
+ "length": 1,
13321
+ "value": "0"
13322
+ },
13323
+ {
13324
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseEngine.swift",
13325
+ "kind": "Dictionary",
13326
+ "offset": 1354,
13327
+ "length": 3,
13328
+ "value": "[]"
13329
+ },
13330
+ {
13331
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseManager.swift",
13332
+ "kind": "StringLiteral",
13333
+ "offset": 7695,
13334
+ "length": 10,
13335
+ "value": "\"\""
13336
+ },
13337
+ {
13338
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseSupport.swift",
13339
+ "kind": "StringLiteral",
13340
+ "offset": 1079,
13341
+ "length": 10,
13342
+ "value": "\"\""
13343
+ },
13344
+ {
13345
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseSupport.swift",
13346
+ "kind": "StringLiteral",
13347
+ "offset": 1781,
13348
+ "length": 19,
13349
+ "value": "\"[Beekon][license]\""
13350
+ },
13351
+ {
13352
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseSupport.swift",
13353
+ "kind": "StringLiteral",
13354
+ "offset": 2803,
13355
+ "length": 93,
13356
+ "value": "\"\""
13357
+ },
13358
+ {
13359
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseSupport.swift",
13360
+ "kind": "StringLiteral",
13361
+ "offset": 2813,
13362
+ "length": 7,
13363
+ "value": "\" Running in evaluation mode. Free and paid licenses: https:\/\/getbeekon.com\/pricing\""
13364
+ },
13365
+ {
13366
+ "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LicenseSupport.swift",
13367
+ "kind": "Array",
13368
+ "offset": 5115,
13369
+ "length": 2,
13370
+ "value": "[]"
13371
+ },
12221
13372
  {
12222
13373
  "filePath": "\/Users\/runner\/work\/beekon-ios\/beekon-ios\/Sources\/Beekon\/Internal\/LocationEngine.swift",
12223
13374
  "kind": "StringLiteral",