@shortkitsdk/react-native 0.2.22 → 0.2.23

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 (22) hide show
  1. package/android/libs/shortkit-release.aar +0 -0
  2. package/ios/ShortKitModule.mm +2 -2
  3. package/ios/ShortKitSDK.xcframework/Info.plist +5 -5
  4. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
  5. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +1576 -158
  6. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +40 -0
  7. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  8. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +40 -0
  9. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  10. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
  11. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
  12. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1576 -158
  13. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +40 -0
  14. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  15. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +40 -0
  16. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1576 -158
  17. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +40 -0
  18. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  19. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +40 -0
  20. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  21. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
  22. package/package.json +1 -1
@@ -12440,6 +12440,869 @@
12440
12440
  }
12441
12441
  ]
12442
12442
  },
12443
+ {
12444
+ "kind": "Import",
12445
+ "name": "Foundation",
12446
+ "printedName": "Foundation",
12447
+ "declKind": "Import",
12448
+ "moduleName": "ShortKitSDK"
12449
+ },
12450
+ {
12451
+ "kind": "TypeDecl",
12452
+ "name": "ShortKitDownloadDelegate",
12453
+ "printedName": "ShortKitDownloadDelegate",
12454
+ "children": [
12455
+ {
12456
+ "kind": "Function",
12457
+ "name": "shortKit",
12458
+ "printedName": "shortKit(_:didStartDownload:)",
12459
+ "children": [
12460
+ {
12461
+ "kind": "TypeNominal",
12462
+ "name": "Void",
12463
+ "printedName": "()"
12464
+ },
12465
+ {
12466
+ "kind": "TypeNominal",
12467
+ "name": "ShortKit",
12468
+ "printedName": "ShortKitSDK.ShortKit",
12469
+ "usr": "s:11ShortKitSDK0aB0C"
12470
+ },
12471
+ {
12472
+ "kind": "TypeNominal",
12473
+ "name": "ContentItem",
12474
+ "printedName": "ShortKitSDK.ContentItem",
12475
+ "usr": "s:11ShortKitSDK11ContentItemV"
12476
+ }
12477
+ ],
12478
+ "declKind": "Func",
12479
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP05shortB0_08didStartD0yAA0aB0C_AA11ContentItemVtF",
12480
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegateP05shortB0_08didStartD0yAA0aB0C_AA11ContentItemVtF",
12481
+ "moduleName": "ShortKitSDK",
12482
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12483
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12484
+ "protocolReq": true,
12485
+ "reqNewWitnessTableEntry": true,
12486
+ "funcSelfKind": "NonMutating"
12487
+ },
12488
+ {
12489
+ "kind": "Function",
12490
+ "name": "shortKit",
12491
+ "printedName": "shortKit(_:didUpdateDownloadProgress:progress:)",
12492
+ "children": [
12493
+ {
12494
+ "kind": "TypeNominal",
12495
+ "name": "Void",
12496
+ "printedName": "()"
12497
+ },
12498
+ {
12499
+ "kind": "TypeNominal",
12500
+ "name": "ShortKit",
12501
+ "printedName": "ShortKitSDK.ShortKit",
12502
+ "usr": "s:11ShortKitSDK0aB0C"
12503
+ },
12504
+ {
12505
+ "kind": "TypeNominal",
12506
+ "name": "ContentItem",
12507
+ "printedName": "ShortKitSDK.ContentItem",
12508
+ "usr": "s:11ShortKitSDK11ContentItemV"
12509
+ },
12510
+ {
12511
+ "kind": "TypeNominal",
12512
+ "name": "Double",
12513
+ "printedName": "Swift.Double",
12514
+ "usr": "s:Sd"
12515
+ }
12516
+ ],
12517
+ "declKind": "Func",
12518
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP05shortB0_09didUpdateD8Progress8progressyAA0aB0C_AA11ContentItemVSdtF",
12519
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegateP05shortB0_09didUpdateD8Progress8progressyAA0aB0C_AA11ContentItemVSdtF",
12520
+ "moduleName": "ShortKitSDK",
12521
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12522
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12523
+ "protocolReq": true,
12524
+ "reqNewWitnessTableEntry": true,
12525
+ "funcSelfKind": "NonMutating"
12526
+ },
12527
+ {
12528
+ "kind": "Function",
12529
+ "name": "shortKit",
12530
+ "printedName": "shortKit(_:didCompleteDownload:fileURL:)",
12531
+ "children": [
12532
+ {
12533
+ "kind": "TypeNominal",
12534
+ "name": "Void",
12535
+ "printedName": "()"
12536
+ },
12537
+ {
12538
+ "kind": "TypeNominal",
12539
+ "name": "ShortKit",
12540
+ "printedName": "ShortKitSDK.ShortKit",
12541
+ "usr": "s:11ShortKitSDK0aB0C"
12542
+ },
12543
+ {
12544
+ "kind": "TypeNominal",
12545
+ "name": "ContentItem",
12546
+ "printedName": "ShortKitSDK.ContentItem",
12547
+ "usr": "s:11ShortKitSDK11ContentItemV"
12548
+ },
12549
+ {
12550
+ "kind": "TypeNominal",
12551
+ "name": "URL",
12552
+ "printedName": "Foundation.URL",
12553
+ "usr": "s:10Foundation3URLV"
12554
+ }
12555
+ ],
12556
+ "declKind": "Func",
12557
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP05shortB0_011didCompleteD07fileURLyAA0aB0C_AA11ContentItemV10Foundation0J0VtF",
12558
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegateP05shortB0_011didCompleteD07fileURLyAA0aB0C_AA11ContentItemV10Foundation0J0VtF",
12559
+ "moduleName": "ShortKitSDK",
12560
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12561
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12562
+ "protocolReq": true,
12563
+ "reqNewWitnessTableEntry": true,
12564
+ "funcSelfKind": "NonMutating"
12565
+ },
12566
+ {
12567
+ "kind": "Function",
12568
+ "name": "shortKit",
12569
+ "printedName": "shortKit(_:didFailDownload:error:)",
12570
+ "children": [
12571
+ {
12572
+ "kind": "TypeNominal",
12573
+ "name": "Void",
12574
+ "printedName": "()"
12575
+ },
12576
+ {
12577
+ "kind": "TypeNominal",
12578
+ "name": "ShortKit",
12579
+ "printedName": "ShortKitSDK.ShortKit",
12580
+ "usr": "s:11ShortKitSDK0aB0C"
12581
+ },
12582
+ {
12583
+ "kind": "TypeNominal",
12584
+ "name": "ContentItem",
12585
+ "printedName": "ShortKitSDK.ContentItem",
12586
+ "usr": "s:11ShortKitSDK11ContentItemV"
12587
+ },
12588
+ {
12589
+ "kind": "TypeNominal",
12590
+ "name": "ShortKitDownloadError",
12591
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
12592
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
12593
+ }
12594
+ ],
12595
+ "declKind": "Func",
12596
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP05shortB0_07didFailD05erroryAA0aB0C_AA11ContentItemVAA0abD5ErrorOtF",
12597
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegateP05shortB0_07didFailD05erroryAA0aB0C_AA11ContentItemVAA0abD5ErrorOtF",
12598
+ "moduleName": "ShortKitSDK",
12599
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12600
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12601
+ "protocolReq": true,
12602
+ "reqNewWitnessTableEntry": true,
12603
+ "funcSelfKind": "NonMutating"
12604
+ },
12605
+ {
12606
+ "kind": "Function",
12607
+ "name": "shortKit",
12608
+ "printedName": "shortKit(_:didStartDownload:)",
12609
+ "children": [
12610
+ {
12611
+ "kind": "TypeNominal",
12612
+ "name": "Void",
12613
+ "printedName": "()"
12614
+ },
12615
+ {
12616
+ "kind": "TypeNominal",
12617
+ "name": "ShortKit",
12618
+ "printedName": "ShortKitSDK.ShortKit",
12619
+ "usr": "s:11ShortKitSDK0aB0C"
12620
+ },
12621
+ {
12622
+ "kind": "TypeNominal",
12623
+ "name": "ContentItem",
12624
+ "printedName": "ShortKitSDK.ContentItem",
12625
+ "usr": "s:11ShortKitSDK11ContentItemV"
12626
+ }
12627
+ ],
12628
+ "declKind": "Func",
12629
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_08didStartD0yAA0aB0C_AA11ContentItemVtF",
12630
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_08didStartD0yAA0aB0C_AA11ContentItemVtF",
12631
+ "moduleName": "ShortKitSDK",
12632
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12633
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12634
+ "isFromExtension": true,
12635
+ "funcSelfKind": "NonMutating"
12636
+ },
12637
+ {
12638
+ "kind": "Function",
12639
+ "name": "shortKit",
12640
+ "printedName": "shortKit(_:didUpdateDownloadProgress:progress:)",
12641
+ "children": [
12642
+ {
12643
+ "kind": "TypeNominal",
12644
+ "name": "Void",
12645
+ "printedName": "()"
12646
+ },
12647
+ {
12648
+ "kind": "TypeNominal",
12649
+ "name": "ShortKit",
12650
+ "printedName": "ShortKitSDK.ShortKit",
12651
+ "usr": "s:11ShortKitSDK0aB0C"
12652
+ },
12653
+ {
12654
+ "kind": "TypeNominal",
12655
+ "name": "ContentItem",
12656
+ "printedName": "ShortKitSDK.ContentItem",
12657
+ "usr": "s:11ShortKitSDK11ContentItemV"
12658
+ },
12659
+ {
12660
+ "kind": "TypeNominal",
12661
+ "name": "Double",
12662
+ "printedName": "Swift.Double",
12663
+ "usr": "s:Sd"
12664
+ }
12665
+ ],
12666
+ "declKind": "Func",
12667
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_09didUpdateD8Progress8progressyAA0aB0C_AA11ContentItemVSdtF",
12668
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_09didUpdateD8Progress8progressyAA0aB0C_AA11ContentItemVSdtF",
12669
+ "moduleName": "ShortKitSDK",
12670
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12671
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12672
+ "isFromExtension": true,
12673
+ "funcSelfKind": "NonMutating"
12674
+ },
12675
+ {
12676
+ "kind": "Function",
12677
+ "name": "shortKit",
12678
+ "printedName": "shortKit(_:didCompleteDownload:fileURL:)",
12679
+ "children": [
12680
+ {
12681
+ "kind": "TypeNominal",
12682
+ "name": "Void",
12683
+ "printedName": "()"
12684
+ },
12685
+ {
12686
+ "kind": "TypeNominal",
12687
+ "name": "ShortKit",
12688
+ "printedName": "ShortKitSDK.ShortKit",
12689
+ "usr": "s:11ShortKitSDK0aB0C"
12690
+ },
12691
+ {
12692
+ "kind": "TypeNominal",
12693
+ "name": "ContentItem",
12694
+ "printedName": "ShortKitSDK.ContentItem",
12695
+ "usr": "s:11ShortKitSDK11ContentItemV"
12696
+ },
12697
+ {
12698
+ "kind": "TypeNominal",
12699
+ "name": "URL",
12700
+ "printedName": "Foundation.URL",
12701
+ "usr": "s:10Foundation3URLV"
12702
+ }
12703
+ ],
12704
+ "declKind": "Func",
12705
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_011didCompleteD07fileURLyAA0aB0C_AA11ContentItemV10Foundation0J0VtF",
12706
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_011didCompleteD07fileURLyAA0aB0C_AA11ContentItemV10Foundation0J0VtF",
12707
+ "moduleName": "ShortKitSDK",
12708
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12709
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12710
+ "isFromExtension": true,
12711
+ "funcSelfKind": "NonMutating"
12712
+ },
12713
+ {
12714
+ "kind": "Function",
12715
+ "name": "shortKit",
12716
+ "printedName": "shortKit(_:didFailDownload:error:)",
12717
+ "children": [
12718
+ {
12719
+ "kind": "TypeNominal",
12720
+ "name": "Void",
12721
+ "printedName": "()"
12722
+ },
12723
+ {
12724
+ "kind": "TypeNominal",
12725
+ "name": "ShortKit",
12726
+ "printedName": "ShortKitSDK.ShortKit",
12727
+ "usr": "s:11ShortKitSDK0aB0C"
12728
+ },
12729
+ {
12730
+ "kind": "TypeNominal",
12731
+ "name": "ContentItem",
12732
+ "printedName": "ShortKitSDK.ContentItem",
12733
+ "usr": "s:11ShortKitSDK11ContentItemV"
12734
+ },
12735
+ {
12736
+ "kind": "TypeNominal",
12737
+ "name": "ShortKitDownloadError",
12738
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
12739
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
12740
+ }
12741
+ ],
12742
+ "declKind": "Func",
12743
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_07didFailD05erroryAA0aB0C_AA11ContentItemVAA0abD5ErrorOtF",
12744
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_07didFailD05erroryAA0aB0C_AA11ContentItemVAA0abD5ErrorOtF",
12745
+ "moduleName": "ShortKitSDK",
12746
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
12747
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
12748
+ "isFromExtension": true,
12749
+ "funcSelfKind": "NonMutating"
12750
+ }
12751
+ ],
12752
+ "declKind": "Protocol",
12753
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP",
12754
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegateP",
12755
+ "moduleName": "ShortKitSDK",
12756
+ "genericSig": "<τ_0_0 : AnyObject>",
12757
+ "sugared_genericSig": "<Self : AnyObject>",
12758
+ "declAttributes": [
12759
+ "AccessControl",
12760
+ "RawDocComment"
12761
+ ],
12762
+ "conformances": [
12763
+ {
12764
+ "kind": "Conformance",
12765
+ "name": "Escapable",
12766
+ "printedName": "Escapable",
12767
+ "usr": "s:s9EscapableP",
12768
+ "mangledName": "$ss9EscapableP"
12769
+ },
12770
+ {
12771
+ "kind": "Conformance",
12772
+ "name": "Copyable",
12773
+ "printedName": "Copyable",
12774
+ "usr": "s:s8CopyableP",
12775
+ "mangledName": "$ss8CopyableP"
12776
+ }
12777
+ ]
12778
+ },
12779
+ {
12780
+ "kind": "Import",
12781
+ "name": "Foundation",
12782
+ "printedName": "Foundation",
12783
+ "declKind": "Import",
12784
+ "moduleName": "ShortKitSDK"
12785
+ },
12786
+ {
12787
+ "kind": "Import",
12788
+ "name": "Foundation",
12789
+ "printedName": "Foundation",
12790
+ "declKind": "Import",
12791
+ "moduleName": "ShortKitSDK"
12792
+ },
12793
+ {
12794
+ "kind": "TypeDecl",
12795
+ "name": "DownloadMode",
12796
+ "printedName": "DownloadMode",
12797
+ "children": [
12798
+ {
12799
+ "kind": "Var",
12800
+ "name": "nonInterruptive",
12801
+ "printedName": "nonInterruptive",
12802
+ "children": [
12803
+ {
12804
+ "kind": "TypeFunc",
12805
+ "name": "Function",
12806
+ "printedName": "(ShortKitSDK.DownloadMode.Type) -> ShortKitSDK.DownloadMode",
12807
+ "children": [
12808
+ {
12809
+ "kind": "TypeNominal",
12810
+ "name": "DownloadMode",
12811
+ "printedName": "ShortKitSDK.DownloadMode",
12812
+ "usr": "s:11ShortKitSDK12DownloadModeO"
12813
+ },
12814
+ {
12815
+ "kind": "TypeNominal",
12816
+ "name": "Metatype",
12817
+ "printedName": "ShortKitSDK.DownloadMode.Type",
12818
+ "children": [
12819
+ {
12820
+ "kind": "TypeNominal",
12821
+ "name": "DownloadMode",
12822
+ "printedName": "ShortKitSDK.DownloadMode",
12823
+ "usr": "s:11ShortKitSDK12DownloadModeO"
12824
+ }
12825
+ ]
12826
+ }
12827
+ ]
12828
+ }
12829
+ ],
12830
+ "declKind": "EnumElement",
12831
+ "usr": "s:11ShortKitSDK12DownloadModeO15nonInterruptiveyA2CmF",
12832
+ "mangledName": "$s11ShortKitSDK12DownloadModeO15nonInterruptiveyA2CmF",
12833
+ "moduleName": "ShortKitSDK",
12834
+ "declAttributes": [
12835
+ "RawDocComment"
12836
+ ]
12837
+ },
12838
+ {
12839
+ "kind": "Var",
12840
+ "name": "interruptive",
12841
+ "printedName": "interruptive",
12842
+ "children": [
12843
+ {
12844
+ "kind": "TypeFunc",
12845
+ "name": "Function",
12846
+ "printedName": "(ShortKitSDK.DownloadMode.Type) -> ShortKitSDK.DownloadMode",
12847
+ "children": [
12848
+ {
12849
+ "kind": "TypeNominal",
12850
+ "name": "DownloadMode",
12851
+ "printedName": "ShortKitSDK.DownloadMode",
12852
+ "usr": "s:11ShortKitSDK12DownloadModeO"
12853
+ },
12854
+ {
12855
+ "kind": "TypeNominal",
12856
+ "name": "Metatype",
12857
+ "printedName": "ShortKitSDK.DownloadMode.Type",
12858
+ "children": [
12859
+ {
12860
+ "kind": "TypeNominal",
12861
+ "name": "DownloadMode",
12862
+ "printedName": "ShortKitSDK.DownloadMode",
12863
+ "usr": "s:11ShortKitSDK12DownloadModeO"
12864
+ }
12865
+ ]
12866
+ }
12867
+ ]
12868
+ }
12869
+ ],
12870
+ "declKind": "EnumElement",
12871
+ "usr": "s:11ShortKitSDK12DownloadModeO12interruptiveyA2CmF",
12872
+ "mangledName": "$s11ShortKitSDK12DownloadModeO12interruptiveyA2CmF",
12873
+ "moduleName": "ShortKitSDK",
12874
+ "declAttributes": [
12875
+ "RawDocComment"
12876
+ ]
12877
+ },
12878
+ {
12879
+ "kind": "Function",
12880
+ "name": "==",
12881
+ "printedName": "==(_:_:)",
12882
+ "children": [
12883
+ {
12884
+ "kind": "TypeNominal",
12885
+ "name": "Bool",
12886
+ "printedName": "Swift.Bool",
12887
+ "usr": "s:Sb"
12888
+ },
12889
+ {
12890
+ "kind": "TypeNominal",
12891
+ "name": "DownloadMode",
12892
+ "printedName": "ShortKitSDK.DownloadMode",
12893
+ "usr": "s:11ShortKitSDK12DownloadModeO"
12894
+ },
12895
+ {
12896
+ "kind": "TypeNominal",
12897
+ "name": "DownloadMode",
12898
+ "printedName": "ShortKitSDK.DownloadMode",
12899
+ "usr": "s:11ShortKitSDK12DownloadModeO"
12900
+ }
12901
+ ],
12902
+ "declKind": "Func",
12903
+ "usr": "s:11ShortKitSDK12DownloadModeO2eeoiySbAC_ACtFZ",
12904
+ "mangledName": "$s11ShortKitSDK12DownloadModeO2eeoiySbAC_ACtFZ",
12905
+ "moduleName": "ShortKitSDK",
12906
+ "static": true,
12907
+ "implicit": true,
12908
+ "funcSelfKind": "NonMutating"
12909
+ },
12910
+ {
12911
+ "kind": "Var",
12912
+ "name": "hashValue",
12913
+ "printedName": "hashValue",
12914
+ "children": [
12915
+ {
12916
+ "kind": "TypeNominal",
12917
+ "name": "Int",
12918
+ "printedName": "Swift.Int",
12919
+ "usr": "s:Si"
12920
+ }
12921
+ ],
12922
+ "declKind": "Var",
12923
+ "usr": "s:11ShortKitSDK12DownloadModeO9hashValueSivp",
12924
+ "mangledName": "$s11ShortKitSDK12DownloadModeO9hashValueSivp",
12925
+ "moduleName": "ShortKitSDK",
12926
+ "implicit": true,
12927
+ "accessors": [
12928
+ {
12929
+ "kind": "Accessor",
12930
+ "name": "Get",
12931
+ "printedName": "Get()",
12932
+ "children": [
12933
+ {
12934
+ "kind": "TypeNominal",
12935
+ "name": "Int",
12936
+ "printedName": "Swift.Int",
12937
+ "usr": "s:Si"
12938
+ }
12939
+ ],
12940
+ "declKind": "Accessor",
12941
+ "usr": "s:11ShortKitSDK12DownloadModeO9hashValueSivg",
12942
+ "mangledName": "$s11ShortKitSDK12DownloadModeO9hashValueSivg",
12943
+ "moduleName": "ShortKitSDK",
12944
+ "implicit": true,
12945
+ "accessorKind": "get"
12946
+ }
12947
+ ]
12948
+ },
12949
+ {
12950
+ "kind": "Function",
12951
+ "name": "hash",
12952
+ "printedName": "hash(into:)",
12953
+ "children": [
12954
+ {
12955
+ "kind": "TypeNominal",
12956
+ "name": "Void",
12957
+ "printedName": "()"
12958
+ },
12959
+ {
12960
+ "kind": "TypeNominal",
12961
+ "name": "Hasher",
12962
+ "printedName": "Swift.Hasher",
12963
+ "paramValueOwnership": "InOut",
12964
+ "usr": "s:s6HasherV"
12965
+ }
12966
+ ],
12967
+ "declKind": "Func",
12968
+ "usr": "s:11ShortKitSDK12DownloadModeO4hash4intoys6HasherVz_tF",
12969
+ "mangledName": "$s11ShortKitSDK12DownloadModeO4hash4intoys6HasherVz_tF",
12970
+ "moduleName": "ShortKitSDK",
12971
+ "implicit": true,
12972
+ "funcSelfKind": "NonMutating"
12973
+ }
12974
+ ],
12975
+ "declKind": "Enum",
12976
+ "usr": "s:11ShortKitSDK12DownloadModeO",
12977
+ "mangledName": "$s11ShortKitSDK12DownloadModeO",
12978
+ "moduleName": "ShortKitSDK",
12979
+ "declAttributes": [
12980
+ "AccessControl",
12981
+ "RawDocComment"
12982
+ ],
12983
+ "conformances": [
12984
+ {
12985
+ "kind": "Conformance",
12986
+ "name": "Copyable",
12987
+ "printedName": "Copyable",
12988
+ "usr": "s:s8CopyableP",
12989
+ "mangledName": "$ss8CopyableP"
12990
+ },
12991
+ {
12992
+ "kind": "Conformance",
12993
+ "name": "Equatable",
12994
+ "printedName": "Equatable",
12995
+ "usr": "s:SQ",
12996
+ "mangledName": "$sSQ"
12997
+ },
12998
+ {
12999
+ "kind": "Conformance",
13000
+ "name": "Escapable",
13001
+ "printedName": "Escapable",
13002
+ "usr": "s:s9EscapableP",
13003
+ "mangledName": "$ss9EscapableP"
13004
+ },
13005
+ {
13006
+ "kind": "Conformance",
13007
+ "name": "Hashable",
13008
+ "printedName": "Hashable",
13009
+ "usr": "s:SH",
13010
+ "mangledName": "$sSH"
13011
+ }
13012
+ ]
13013
+ },
13014
+ {
13015
+ "kind": "Import",
13016
+ "name": "Foundation",
13017
+ "printedName": "Foundation",
13018
+ "declKind": "Import",
13019
+ "moduleName": "ShortKitSDK"
13020
+ },
13021
+ {
13022
+ "kind": "TypeDecl",
13023
+ "name": "ShortKitDownloadError",
13024
+ "printedName": "ShortKitDownloadError",
13025
+ "children": [
13026
+ {
13027
+ "kind": "Var",
13028
+ "name": "downloadNotAvailable",
13029
+ "printedName": "downloadNotAvailable",
13030
+ "children": [
13031
+ {
13032
+ "kind": "TypeFunc",
13033
+ "name": "Function",
13034
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> ShortKitSDK.ShortKitDownloadError",
13035
+ "children": [
13036
+ {
13037
+ "kind": "TypeNominal",
13038
+ "name": "ShortKitDownloadError",
13039
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13040
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13041
+ },
13042
+ {
13043
+ "kind": "TypeNominal",
13044
+ "name": "Metatype",
13045
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
13046
+ "children": [
13047
+ {
13048
+ "kind": "TypeNominal",
13049
+ "name": "ShortKitDownloadError",
13050
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13051
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13052
+ }
13053
+ ]
13054
+ }
13055
+ ]
13056
+ }
13057
+ ],
13058
+ "declKind": "EnumElement",
13059
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO20downloadNotAvailableyA2CmF",
13060
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO20downloadNotAvailableyA2CmF",
13061
+ "moduleName": "ShortKitSDK",
13062
+ "declAttributes": [
13063
+ "RawDocComment"
13064
+ ]
13065
+ },
13066
+ {
13067
+ "kind": "Var",
13068
+ "name": "downloadInProgress",
13069
+ "printedName": "downloadInProgress",
13070
+ "children": [
13071
+ {
13072
+ "kind": "TypeFunc",
13073
+ "name": "Function",
13074
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> ShortKitSDK.ShortKitDownloadError",
13075
+ "children": [
13076
+ {
13077
+ "kind": "TypeNominal",
13078
+ "name": "ShortKitDownloadError",
13079
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13080
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13081
+ },
13082
+ {
13083
+ "kind": "TypeNominal",
13084
+ "name": "Metatype",
13085
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
13086
+ "children": [
13087
+ {
13088
+ "kind": "TypeNominal",
13089
+ "name": "ShortKitDownloadError",
13090
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13091
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13092
+ }
13093
+ ]
13094
+ }
13095
+ ]
13096
+ }
13097
+ ],
13098
+ "declKind": "EnumElement",
13099
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO18downloadInProgressyA2CmF",
13100
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO18downloadInProgressyA2CmF",
13101
+ "moduleName": "ShortKitSDK",
13102
+ "declAttributes": [
13103
+ "RawDocComment"
13104
+ ]
13105
+ },
13106
+ {
13107
+ "kind": "Var",
13108
+ "name": "networkError",
13109
+ "printedName": "networkError",
13110
+ "children": [
13111
+ {
13112
+ "kind": "TypeFunc",
13113
+ "name": "Function",
13114
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
13115
+ "children": [
13116
+ {
13117
+ "kind": "TypeFunc",
13118
+ "name": "Function",
13119
+ "printedName": "(any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
13120
+ "children": [
13121
+ {
13122
+ "kind": "TypeNominal",
13123
+ "name": "ShortKitDownloadError",
13124
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13125
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13126
+ },
13127
+ {
13128
+ "kind": "TypeNominal",
13129
+ "name": "Error",
13130
+ "printedName": "any Swift.Error",
13131
+ "usr": "s:s5ErrorP"
13132
+ }
13133
+ ]
13134
+ },
13135
+ {
13136
+ "kind": "TypeNominal",
13137
+ "name": "Metatype",
13138
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
13139
+ "children": [
13140
+ {
13141
+ "kind": "TypeNominal",
13142
+ "name": "ShortKitDownloadError",
13143
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13144
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13145
+ }
13146
+ ]
13147
+ }
13148
+ ]
13149
+ }
13150
+ ],
13151
+ "declKind": "EnumElement",
13152
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO07networkE0yACs0E0_pcACmF",
13153
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO07networkE0yACs0E0_pcACmF",
13154
+ "moduleName": "ShortKitSDK",
13155
+ "declAttributes": [
13156
+ "RawDocComment"
13157
+ ]
13158
+ },
13159
+ {
13160
+ "kind": "Var",
13161
+ "name": "httpError",
13162
+ "printedName": "httpError",
13163
+ "children": [
13164
+ {
13165
+ "kind": "TypeFunc",
13166
+ "name": "Function",
13167
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (Swift.Int) -> ShortKitSDK.ShortKitDownloadError",
13168
+ "children": [
13169
+ {
13170
+ "kind": "TypeFunc",
13171
+ "name": "Function",
13172
+ "printedName": "(Swift.Int) -> ShortKitSDK.ShortKitDownloadError",
13173
+ "children": [
13174
+ {
13175
+ "kind": "TypeNominal",
13176
+ "name": "ShortKitDownloadError",
13177
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13178
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13179
+ },
13180
+ {
13181
+ "kind": "TypeNominal",
13182
+ "name": "Tuple",
13183
+ "printedName": "(statusCode: Swift.Int)",
13184
+ "children": [
13185
+ {
13186
+ "kind": "TypeNominal",
13187
+ "name": "Int",
13188
+ "printedName": "Swift.Int",
13189
+ "usr": "s:Si"
13190
+ }
13191
+ ]
13192
+ }
13193
+ ]
13194
+ },
13195
+ {
13196
+ "kind": "TypeNominal",
13197
+ "name": "Metatype",
13198
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
13199
+ "children": [
13200
+ {
13201
+ "kind": "TypeNominal",
13202
+ "name": "ShortKitDownloadError",
13203
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13204
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13205
+ }
13206
+ ]
13207
+ }
13208
+ ]
13209
+ }
13210
+ ],
13211
+ "declKind": "EnumElement",
13212
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO04httpE0yACSi_tcACmF",
13213
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO04httpE0yACSi_tcACmF",
13214
+ "moduleName": "ShortKitSDK",
13215
+ "declAttributes": [
13216
+ "RawDocComment"
13217
+ ]
13218
+ },
13219
+ {
13220
+ "kind": "Var",
13221
+ "name": "cancelled",
13222
+ "printedName": "cancelled",
13223
+ "children": [
13224
+ {
13225
+ "kind": "TypeFunc",
13226
+ "name": "Function",
13227
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> ShortKitSDK.ShortKitDownloadError",
13228
+ "children": [
13229
+ {
13230
+ "kind": "TypeNominal",
13231
+ "name": "ShortKitDownloadError",
13232
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13233
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13234
+ },
13235
+ {
13236
+ "kind": "TypeNominal",
13237
+ "name": "Metatype",
13238
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
13239
+ "children": [
13240
+ {
13241
+ "kind": "TypeNominal",
13242
+ "name": "ShortKitDownloadError",
13243
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
13244
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
13245
+ }
13246
+ ]
13247
+ }
13248
+ ]
13249
+ }
13250
+ ],
13251
+ "declKind": "EnumElement",
13252
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO9cancelledyA2CmF",
13253
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO9cancelledyA2CmF",
13254
+ "moduleName": "ShortKitSDK",
13255
+ "declAttributes": [
13256
+ "RawDocComment"
13257
+ ]
13258
+ }
13259
+ ],
13260
+ "declKind": "Enum",
13261
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO",
13262
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO",
13263
+ "moduleName": "ShortKitSDK",
13264
+ "declAttributes": [
13265
+ "AccessControl",
13266
+ "RawDocComment"
13267
+ ],
13268
+ "conformances": [
13269
+ {
13270
+ "kind": "Conformance",
13271
+ "name": "Copyable",
13272
+ "printedName": "Copyable",
13273
+ "usr": "s:s8CopyableP",
13274
+ "mangledName": "$ss8CopyableP"
13275
+ },
13276
+ {
13277
+ "kind": "Conformance",
13278
+ "name": "Error",
13279
+ "printedName": "Error",
13280
+ "usr": "s:s5ErrorP",
13281
+ "mangledName": "$ss5ErrorP"
13282
+ },
13283
+ {
13284
+ "kind": "Conformance",
13285
+ "name": "Escapable",
13286
+ "printedName": "Escapable",
13287
+ "usr": "s:s9EscapableP",
13288
+ "mangledName": "$ss9EscapableP"
13289
+ },
13290
+ {
13291
+ "kind": "Conformance",
13292
+ "name": "Sendable",
13293
+ "printedName": "Sendable",
13294
+ "usr": "s:s8SendableP",
13295
+ "mangledName": "$ss8SendableP"
13296
+ },
13297
+ {
13298
+ "kind": "Conformance",
13299
+ "name": "SendableMetatype",
13300
+ "printedName": "SendableMetatype",
13301
+ "usr": "s:s16SendableMetatypeP",
13302
+ "mangledName": "$ss16SendableMetatypeP"
13303
+ }
13304
+ ]
13305
+ },
12443
13306
  {
12444
13307
  "kind": "Import",
12445
13308
  "name": "UIKit",
@@ -18382,18 +19245,249 @@
18382
19245
  }
18383
19246
  ],
18384
19247
  "declKind": "Accessor",
18385
- "usr": "s:11ShortKitSDK11ContentItemV6authorSSSgvg",
18386
- "mangledName": "$s11ShortKitSDK11ContentItemV6authorSSSgvg",
19248
+ "usr": "s:11ShortKitSDK11ContentItemV6authorSSSgvg",
19249
+ "mangledName": "$s11ShortKitSDK11ContentItemV6authorSSSgvg",
19250
+ "moduleName": "ShortKitSDK",
19251
+ "implicit": true,
19252
+ "accessorKind": "get"
19253
+ }
19254
+ ]
19255
+ },
19256
+ {
19257
+ "kind": "Var",
19258
+ "name": "articleUrl",
19259
+ "printedName": "articleUrl",
19260
+ "children": [
19261
+ {
19262
+ "kind": "TypeNominal",
19263
+ "name": "Optional",
19264
+ "printedName": "Swift.String?",
19265
+ "children": [
19266
+ {
19267
+ "kind": "TypeNominal",
19268
+ "name": "String",
19269
+ "printedName": "Swift.String",
19270
+ "usr": "s:SS"
19271
+ }
19272
+ ],
19273
+ "usr": "s:Sq"
19274
+ }
19275
+ ],
19276
+ "declKind": "Var",
19277
+ "usr": "s:11ShortKitSDK11ContentItemV10articleUrlSSSgvp",
19278
+ "mangledName": "$s11ShortKitSDK11ContentItemV10articleUrlSSSgvp",
19279
+ "moduleName": "ShortKitSDK",
19280
+ "declAttributes": [
19281
+ "HasStorage",
19282
+ "AccessControl"
19283
+ ],
19284
+ "isLet": true,
19285
+ "hasStorage": true,
19286
+ "accessors": [
19287
+ {
19288
+ "kind": "Accessor",
19289
+ "name": "Get",
19290
+ "printedName": "Get()",
19291
+ "children": [
19292
+ {
19293
+ "kind": "TypeNominal",
19294
+ "name": "Optional",
19295
+ "printedName": "Swift.String?",
19296
+ "children": [
19297
+ {
19298
+ "kind": "TypeNominal",
19299
+ "name": "String",
19300
+ "printedName": "Swift.String",
19301
+ "usr": "s:SS"
19302
+ }
19303
+ ],
19304
+ "usr": "s:Sq"
19305
+ }
19306
+ ],
19307
+ "declKind": "Accessor",
19308
+ "usr": "s:11ShortKitSDK11ContentItemV10articleUrlSSSgvg",
19309
+ "mangledName": "$s11ShortKitSDK11ContentItemV10articleUrlSSSgvg",
19310
+ "moduleName": "ShortKitSDK",
19311
+ "implicit": true,
19312
+ "accessorKind": "get"
19313
+ }
19314
+ ]
19315
+ },
19316
+ {
19317
+ "kind": "Var",
19318
+ "name": "commentCount",
19319
+ "printedName": "commentCount",
19320
+ "children": [
19321
+ {
19322
+ "kind": "TypeNominal",
19323
+ "name": "Optional",
19324
+ "printedName": "Swift.Int?",
19325
+ "children": [
19326
+ {
19327
+ "kind": "TypeNominal",
19328
+ "name": "Int",
19329
+ "printedName": "Swift.Int",
19330
+ "usr": "s:Si"
19331
+ }
19332
+ ],
19333
+ "usr": "s:Sq"
19334
+ }
19335
+ ],
19336
+ "declKind": "Var",
19337
+ "usr": "s:11ShortKitSDK11ContentItemV12commentCountSiSgvp",
19338
+ "mangledName": "$s11ShortKitSDK11ContentItemV12commentCountSiSgvp",
19339
+ "moduleName": "ShortKitSDK",
19340
+ "declAttributes": [
19341
+ "HasStorage",
19342
+ "AccessControl"
19343
+ ],
19344
+ "isLet": true,
19345
+ "hasStorage": true,
19346
+ "accessors": [
19347
+ {
19348
+ "kind": "Accessor",
19349
+ "name": "Get",
19350
+ "printedName": "Get()",
19351
+ "children": [
19352
+ {
19353
+ "kind": "TypeNominal",
19354
+ "name": "Optional",
19355
+ "printedName": "Swift.Int?",
19356
+ "children": [
19357
+ {
19358
+ "kind": "TypeNominal",
19359
+ "name": "Int",
19360
+ "printedName": "Swift.Int",
19361
+ "usr": "s:Si"
19362
+ }
19363
+ ],
19364
+ "usr": "s:Sq"
19365
+ }
19366
+ ],
19367
+ "declKind": "Accessor",
19368
+ "usr": "s:11ShortKitSDK11ContentItemV12commentCountSiSgvg",
19369
+ "mangledName": "$s11ShortKitSDK11ContentItemV12commentCountSiSgvg",
19370
+ "moduleName": "ShortKitSDK",
19371
+ "implicit": true,
19372
+ "accessorKind": "get"
19373
+ }
19374
+ ]
19375
+ },
19376
+ {
19377
+ "kind": "Var",
19378
+ "name": "fallbackUrl",
19379
+ "printedName": "fallbackUrl",
19380
+ "children": [
19381
+ {
19382
+ "kind": "TypeNominal",
19383
+ "name": "Optional",
19384
+ "printedName": "Swift.String?",
19385
+ "children": [
19386
+ {
19387
+ "kind": "TypeNominal",
19388
+ "name": "String",
19389
+ "printedName": "Swift.String",
19390
+ "usr": "s:SS"
19391
+ }
19392
+ ],
19393
+ "usr": "s:Sq"
19394
+ }
19395
+ ],
19396
+ "declKind": "Var",
19397
+ "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvp",
19398
+ "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvp",
19399
+ "moduleName": "ShortKitSDK",
19400
+ "declAttributes": [
19401
+ "HasInitialValue",
19402
+ "HasStorage",
19403
+ "AccessControl",
19404
+ "RawDocComment"
19405
+ ],
19406
+ "hasStorage": true,
19407
+ "accessors": [
19408
+ {
19409
+ "kind": "Accessor",
19410
+ "name": "Get",
19411
+ "printedName": "Get()",
19412
+ "children": [
19413
+ {
19414
+ "kind": "TypeNominal",
19415
+ "name": "Optional",
19416
+ "printedName": "Swift.String?",
19417
+ "children": [
19418
+ {
19419
+ "kind": "TypeNominal",
19420
+ "name": "String",
19421
+ "printedName": "Swift.String",
19422
+ "usr": "s:SS"
19423
+ }
19424
+ ],
19425
+ "usr": "s:Sq"
19426
+ }
19427
+ ],
19428
+ "declKind": "Accessor",
19429
+ "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvg",
19430
+ "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvg",
19431
+ "moduleName": "ShortKitSDK",
19432
+ "implicit": true,
19433
+ "accessorKind": "get"
19434
+ },
19435
+ {
19436
+ "kind": "Accessor",
19437
+ "name": "Set",
19438
+ "printedName": "Set()",
19439
+ "children": [
19440
+ {
19441
+ "kind": "TypeNominal",
19442
+ "name": "Void",
19443
+ "printedName": "()"
19444
+ },
19445
+ {
19446
+ "kind": "TypeNominal",
19447
+ "name": "Optional",
19448
+ "printedName": "Swift.String?",
19449
+ "children": [
19450
+ {
19451
+ "kind": "TypeNominal",
19452
+ "name": "String",
19453
+ "printedName": "Swift.String",
19454
+ "usr": "s:SS"
19455
+ }
19456
+ ],
19457
+ "usr": "s:Sq"
19458
+ }
19459
+ ],
19460
+ "declKind": "Accessor",
19461
+ "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvs",
19462
+ "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvs",
19463
+ "moduleName": "ShortKitSDK",
19464
+ "implicit": true,
19465
+ "accessorKind": "set"
19466
+ },
19467
+ {
19468
+ "kind": "Accessor",
19469
+ "name": "Modify",
19470
+ "printedName": "Modify()",
19471
+ "children": [
19472
+ {
19473
+ "kind": "TypeNominal",
19474
+ "name": "Void",
19475
+ "printedName": "()"
19476
+ }
19477
+ ],
19478
+ "declKind": "Accessor",
19479
+ "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvM",
19480
+ "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvM",
18387
19481
  "moduleName": "ShortKitSDK",
18388
19482
  "implicit": true,
18389
- "accessorKind": "get"
19483
+ "accessorKind": "_modify"
18390
19484
  }
18391
19485
  ]
18392
19486
  },
18393
19487
  {
18394
19488
  "kind": "Var",
18395
- "name": "articleUrl",
18396
- "printedName": "articleUrl",
19489
+ "name": "downloadUrl",
19490
+ "printedName": "downloadUrl",
18397
19491
  "children": [
18398
19492
  {
18399
19493
  "kind": "TypeNominal",
@@ -18411,14 +19505,15 @@
18411
19505
  }
18412
19506
  ],
18413
19507
  "declKind": "Var",
18414
- "usr": "s:11ShortKitSDK11ContentItemV10articleUrlSSSgvp",
18415
- "mangledName": "$s11ShortKitSDK11ContentItemV10articleUrlSSSgvp",
19508
+ "usr": "s:11ShortKitSDK11ContentItemV11downloadUrlSSSgvp",
19509
+ "mangledName": "$s11ShortKitSDK11ContentItemV11downloadUrlSSSgvp",
18416
19510
  "moduleName": "ShortKitSDK",
18417
19511
  "declAttributes": [
19512
+ "HasInitialValue",
18418
19513
  "HasStorage",
18419
- "AccessControl"
19514
+ "AccessControl",
19515
+ "RawDocComment"
18420
19516
  ],
18421
- "isLet": true,
18422
19517
  "hasStorage": true,
18423
19518
  "accessors": [
18424
19519
  {
@@ -18442,79 +19537,81 @@
18442
19537
  }
18443
19538
  ],
18444
19539
  "declKind": "Accessor",
18445
- "usr": "s:11ShortKitSDK11ContentItemV10articleUrlSSSgvg",
18446
- "mangledName": "$s11ShortKitSDK11ContentItemV10articleUrlSSSgvg",
19540
+ "usr": "s:11ShortKitSDK11ContentItemV11downloadUrlSSSgvg",
19541
+ "mangledName": "$s11ShortKitSDK11ContentItemV11downloadUrlSSSgvg",
18447
19542
  "moduleName": "ShortKitSDK",
18448
19543
  "implicit": true,
18449
19544
  "accessorKind": "get"
18450
- }
18451
- ]
18452
- },
18453
- {
18454
- "kind": "Var",
18455
- "name": "commentCount",
18456
- "printedName": "commentCount",
18457
- "children": [
19545
+ },
18458
19546
  {
18459
- "kind": "TypeNominal",
18460
- "name": "Optional",
18461
- "printedName": "Swift.Int?",
19547
+ "kind": "Accessor",
19548
+ "name": "Set",
19549
+ "printedName": "Set()",
18462
19550
  "children": [
18463
19551
  {
18464
19552
  "kind": "TypeNominal",
18465
- "name": "Int",
18466
- "printedName": "Swift.Int",
18467
- "usr": "s:Si"
18468
- }
18469
- ],
18470
- "usr": "s:Sq"
18471
- }
18472
- ],
18473
- "declKind": "Var",
18474
- "usr": "s:11ShortKitSDK11ContentItemV12commentCountSiSgvp",
18475
- "mangledName": "$s11ShortKitSDK11ContentItemV12commentCountSiSgvp",
18476
- "moduleName": "ShortKitSDK",
18477
- "declAttributes": [
18478
- "HasStorage",
18479
- "AccessControl"
18480
- ],
18481
- "isLet": true,
18482
- "hasStorage": true,
18483
- "accessors": [
18484
- {
18485
- "kind": "Accessor",
18486
- "name": "Get",
18487
- "printedName": "Get()",
18488
- "children": [
19553
+ "name": "Void",
19554
+ "printedName": "()"
19555
+ },
18489
19556
  {
18490
19557
  "kind": "TypeNominal",
18491
19558
  "name": "Optional",
18492
- "printedName": "Swift.Int?",
19559
+ "printedName": "Swift.String?",
18493
19560
  "children": [
18494
19561
  {
18495
19562
  "kind": "TypeNominal",
18496
- "name": "Int",
18497
- "printedName": "Swift.Int",
18498
- "usr": "s:Si"
19563
+ "name": "String",
19564
+ "printedName": "Swift.String",
19565
+ "usr": "s:SS"
18499
19566
  }
18500
19567
  ],
18501
19568
  "usr": "s:Sq"
18502
19569
  }
18503
19570
  ],
18504
19571
  "declKind": "Accessor",
18505
- "usr": "s:11ShortKitSDK11ContentItemV12commentCountSiSgvg",
18506
- "mangledName": "$s11ShortKitSDK11ContentItemV12commentCountSiSgvg",
19572
+ "usr": "s:11ShortKitSDK11ContentItemV11downloadUrlSSSgvs",
19573
+ "mangledName": "$s11ShortKitSDK11ContentItemV11downloadUrlSSSgvs",
18507
19574
  "moduleName": "ShortKitSDK",
18508
19575
  "implicit": true,
18509
- "accessorKind": "get"
19576
+ "accessorKind": "set"
19577
+ },
19578
+ {
19579
+ "kind": "Accessor",
19580
+ "name": "Modify",
19581
+ "printedName": "Modify()",
19582
+ "children": [
19583
+ {
19584
+ "kind": "TypeNominal",
19585
+ "name": "Void",
19586
+ "printedName": "()"
19587
+ }
19588
+ ],
19589
+ "declKind": "Accessor",
19590
+ "usr": "s:11ShortKitSDK11ContentItemV11downloadUrlSSSgvM",
19591
+ "mangledName": "$s11ShortKitSDK11ContentItemV11downloadUrlSSSgvM",
19592
+ "moduleName": "ShortKitSDK",
19593
+ "implicit": true,
19594
+ "accessorKind": "_modify"
18510
19595
  }
18511
19596
  ]
18512
19597
  },
18513
19598
  {
18514
- "kind": "Var",
18515
- "name": "fallbackUrl",
18516
- "printedName": "fallbackUrl",
19599
+ "kind": "Constructor",
19600
+ "name": "init",
19601
+ "printedName": "init(id:playbackId:title:description:duration:streamingUrl:thumbnailUrl:captionTracks:customMetadata:author:articleUrl:commentCount:fallbackUrl:downloadUrl:)",
18517
19602
  "children": [
19603
+ {
19604
+ "kind": "TypeNominal",
19605
+ "name": "ContentItem",
19606
+ "printedName": "ShortKitSDK.ContentItem",
19607
+ "usr": "s:11ShortKitSDK11ContentItemV"
19608
+ },
19609
+ {
19610
+ "kind": "TypeNominal",
19611
+ "name": "String",
19612
+ "printedName": "Swift.String",
19613
+ "usr": "s:SS"
19614
+ },
18518
19615
  {
18519
19616
  "kind": "TypeNominal",
18520
19617
  "name": "Optional",
@@ -18527,99 +19624,176 @@
18527
19624
  "usr": "s:SS"
18528
19625
  }
18529
19626
  ],
19627
+ "hasDefaultArg": true,
18530
19628
  "usr": "s:Sq"
18531
- }
18532
- ],
18533
- "declKind": "Var",
18534
- "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvp",
18535
- "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvp",
18536
- "moduleName": "ShortKitSDK",
18537
- "declAttributes": [
18538
- "HasInitialValue",
18539
- "HasStorage",
18540
- "AccessControl",
18541
- "RawDocComment"
18542
- ],
18543
- "hasStorage": true,
18544
- "accessors": [
19629
+ },
18545
19630
  {
18546
- "kind": "Accessor",
18547
- "name": "Get",
18548
- "printedName": "Get()",
19631
+ "kind": "TypeNominal",
19632
+ "name": "String",
19633
+ "printedName": "Swift.String",
19634
+ "usr": "s:SS"
19635
+ },
19636
+ {
19637
+ "kind": "TypeNominal",
19638
+ "name": "Optional",
19639
+ "printedName": "Swift.String?",
18549
19640
  "children": [
18550
19641
  {
18551
19642
  "kind": "TypeNominal",
18552
- "name": "Optional",
18553
- "printedName": "Swift.String?",
19643
+ "name": "String",
19644
+ "printedName": "Swift.String",
19645
+ "usr": "s:SS"
19646
+ }
19647
+ ],
19648
+ "hasDefaultArg": true,
19649
+ "usr": "s:Sq"
19650
+ },
19651
+ {
19652
+ "kind": "TypeNominal",
19653
+ "name": "Double",
19654
+ "printedName": "Swift.Double",
19655
+ "usr": "s:Sd"
19656
+ },
19657
+ {
19658
+ "kind": "TypeNominal",
19659
+ "name": "String",
19660
+ "printedName": "Swift.String",
19661
+ "usr": "s:SS"
19662
+ },
19663
+ {
19664
+ "kind": "TypeNominal",
19665
+ "name": "String",
19666
+ "printedName": "Swift.String",
19667
+ "usr": "s:SS"
19668
+ },
19669
+ {
19670
+ "kind": "TypeNominal",
19671
+ "name": "Array",
19672
+ "printedName": "[ShortKitSDK.CaptionTrack]",
19673
+ "children": [
19674
+ {
19675
+ "kind": "TypeNominal",
19676
+ "name": "CaptionTrack",
19677
+ "printedName": "ShortKitSDK.CaptionTrack",
19678
+ "usr": "s:11ShortKitSDK12CaptionTrackV"
19679
+ }
19680
+ ],
19681
+ "hasDefaultArg": true,
19682
+ "usr": "s:Sa"
19683
+ },
19684
+ {
19685
+ "kind": "TypeNominal",
19686
+ "name": "Optional",
19687
+ "printedName": "[Swift.String : ShortKitSDK.JSONValue]?",
19688
+ "children": [
19689
+ {
19690
+ "kind": "TypeNominal",
19691
+ "name": "Dictionary",
19692
+ "printedName": "[Swift.String : ShortKitSDK.JSONValue]",
18554
19693
  "children": [
18555
19694
  {
18556
19695
  "kind": "TypeNominal",
18557
19696
  "name": "String",
18558
19697
  "printedName": "Swift.String",
18559
19698
  "usr": "s:SS"
19699
+ },
19700
+ {
19701
+ "kind": "TypeNominal",
19702
+ "name": "JSONValue",
19703
+ "printedName": "ShortKitSDK.JSONValue",
19704
+ "usr": "s:11ShortKitSDK9JSONValueO"
18560
19705
  }
18561
19706
  ],
18562
- "usr": "s:Sq"
19707
+ "usr": "s:SD"
18563
19708
  }
18564
19709
  ],
18565
- "declKind": "Accessor",
18566
- "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvg",
18567
- "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvg",
18568
- "moduleName": "ShortKitSDK",
18569
- "implicit": true,
18570
- "accessorKind": "get"
19710
+ "hasDefaultArg": true,
19711
+ "usr": "s:Sq"
18571
19712
  },
18572
19713
  {
18573
- "kind": "Accessor",
18574
- "name": "Set",
18575
- "printedName": "Set()",
19714
+ "kind": "TypeNominal",
19715
+ "name": "Optional",
19716
+ "printedName": "Swift.String?",
18576
19717
  "children": [
18577
19718
  {
18578
19719
  "kind": "TypeNominal",
18579
- "name": "Void",
18580
- "printedName": "()"
18581
- },
19720
+ "name": "String",
19721
+ "printedName": "Swift.String",
19722
+ "usr": "s:SS"
19723
+ }
19724
+ ],
19725
+ "hasDefaultArg": true,
19726
+ "usr": "s:Sq"
19727
+ },
19728
+ {
19729
+ "kind": "TypeNominal",
19730
+ "name": "Optional",
19731
+ "printedName": "Swift.String?",
19732
+ "children": [
19733
+ {
19734
+ "kind": "TypeNominal",
19735
+ "name": "String",
19736
+ "printedName": "Swift.String",
19737
+ "usr": "s:SS"
19738
+ }
19739
+ ],
19740
+ "hasDefaultArg": true,
19741
+ "usr": "s:Sq"
19742
+ },
19743
+ {
19744
+ "kind": "TypeNominal",
19745
+ "name": "Optional",
19746
+ "printedName": "Swift.Int?",
19747
+ "children": [
19748
+ {
19749
+ "kind": "TypeNominal",
19750
+ "name": "Int",
19751
+ "printedName": "Swift.Int",
19752
+ "usr": "s:Si"
19753
+ }
19754
+ ],
19755
+ "hasDefaultArg": true,
19756
+ "usr": "s:Sq"
19757
+ },
19758
+ {
19759
+ "kind": "TypeNominal",
19760
+ "name": "Optional",
19761
+ "printedName": "Swift.String?",
19762
+ "children": [
18582
19763
  {
18583
19764
  "kind": "TypeNominal",
18584
- "name": "Optional",
18585
- "printedName": "Swift.String?",
18586
- "children": [
18587
- {
18588
- "kind": "TypeNominal",
18589
- "name": "String",
18590
- "printedName": "Swift.String",
18591
- "usr": "s:SS"
18592
- }
18593
- ],
18594
- "usr": "s:Sq"
19765
+ "name": "String",
19766
+ "printedName": "Swift.String",
19767
+ "usr": "s:SS"
18595
19768
  }
18596
19769
  ],
18597
- "declKind": "Accessor",
18598
- "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvs",
18599
- "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvs",
18600
- "moduleName": "ShortKitSDK",
18601
- "implicit": true,
18602
- "accessorKind": "set"
19770
+ "hasDefaultArg": true,
19771
+ "usr": "s:Sq"
18603
19772
  },
18604
19773
  {
18605
- "kind": "Accessor",
18606
- "name": "Modify",
18607
- "printedName": "Modify()",
19774
+ "kind": "TypeNominal",
19775
+ "name": "Optional",
19776
+ "printedName": "Swift.String?",
18608
19777
  "children": [
18609
19778
  {
18610
19779
  "kind": "TypeNominal",
18611
- "name": "Void",
18612
- "printedName": "()"
19780
+ "name": "String",
19781
+ "printedName": "Swift.String",
19782
+ "usr": "s:SS"
18613
19783
  }
18614
19784
  ],
18615
- "declKind": "Accessor",
18616
- "usr": "s:11ShortKitSDK11ContentItemV11fallbackUrlSSSgvM",
18617
- "mangledName": "$s11ShortKitSDK11ContentItemV11fallbackUrlSSSgvM",
18618
- "moduleName": "ShortKitSDK",
18619
- "implicit": true,
18620
- "accessorKind": "_modify"
19785
+ "hasDefaultArg": true,
19786
+ "usr": "s:Sq"
18621
19787
  }
18622
- ]
19788
+ ],
19789
+ "declKind": "Constructor",
19790
+ "usr": "s:11ShortKitSDK11ContentItemV2id10playbackId5title11description8duration12streamingUrl09thumbnailM013captionTracks14customMetadata6author07articleM012commentCount08fallbackM008downloadM0ACSS_SSSgSSARSdS2SSayAA12CaptionTrackVGSDySSAA9JSONValueOGSgA2RSiSgA2Rtcfc",
19791
+ "mangledName": "$s11ShortKitSDK11ContentItemV2id10playbackId5title11description8duration12streamingUrl09thumbnailM013captionTracks14customMetadata6author07articleM012commentCount08fallbackM008downloadM0ACSS_SSSgSSARSdS2SSayAA12CaptionTrackVGSDySSAA9JSONValueOGSgA2RSiSgA2Rtcfc",
19792
+ "moduleName": "ShortKitSDK",
19793
+ "declAttributes": [
19794
+ "AccessControl"
19795
+ ],
19796
+ "init_kind": "Designated"
18623
19797
  },
18624
19798
  {
18625
19799
  "kind": "Constructor",
@@ -18703,6 +19877,49 @@
18703
19877
  "static": true,
18704
19878
  "implicit": true,
18705
19879
  "funcSelfKind": "NonMutating"
19880
+ },
19881
+ {
19882
+ "kind": "Var",
19883
+ "name": "isDownloadable",
19884
+ "printedName": "isDownloadable",
19885
+ "children": [
19886
+ {
19887
+ "kind": "TypeNominal",
19888
+ "name": "Bool",
19889
+ "printedName": "Swift.Bool",
19890
+ "usr": "s:Sb"
19891
+ }
19892
+ ],
19893
+ "declKind": "Var",
19894
+ "usr": "s:11ShortKitSDK11ContentItemV14isDownloadableSbvp",
19895
+ "mangledName": "$s11ShortKitSDK11ContentItemV14isDownloadableSbvp",
19896
+ "moduleName": "ShortKitSDK",
19897
+ "declAttributes": [
19898
+ "AccessControl",
19899
+ "RawDocComment"
19900
+ ],
19901
+ "isFromExtension": true,
19902
+ "accessors": [
19903
+ {
19904
+ "kind": "Accessor",
19905
+ "name": "Get",
19906
+ "printedName": "Get()",
19907
+ "children": [
19908
+ {
19909
+ "kind": "TypeNominal",
19910
+ "name": "Bool",
19911
+ "printedName": "Swift.Bool",
19912
+ "usr": "s:Sb"
19913
+ }
19914
+ ],
19915
+ "declKind": "Accessor",
19916
+ "usr": "s:11ShortKitSDK11ContentItemV14isDownloadableSbvg",
19917
+ "mangledName": "$s11ShortKitSDK11ContentItemV14isDownloadableSbvg",
19918
+ "moduleName": "ShortKitSDK",
19919
+ "isFromExtension": true,
19920
+ "accessorKind": "get"
19921
+ }
19922
+ ]
18706
19923
  }
18707
19924
  ],
18708
19925
  "declKind": "Struct",
@@ -32166,6 +33383,120 @@
32166
33383
  }
32167
33384
  ]
32168
33385
  },
33386
+ {
33387
+ "kind": "Var",
33388
+ "name": "downloadDelegate",
33389
+ "printedName": "downloadDelegate",
33390
+ "children": [
33391
+ {
33392
+ "kind": "TypeNominal",
33393
+ "name": "WeakStorage",
33394
+ "printedName": "(any ShortKitSDK.ShortKitDownloadDelegate)?"
33395
+ }
33396
+ ],
33397
+ "declKind": "Var",
33398
+ "usr": "s:11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvp",
33399
+ "mangledName": "$s11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvp",
33400
+ "moduleName": "ShortKitSDK",
33401
+ "declAttributes": [
33402
+ "HasInitialValue",
33403
+ "Final",
33404
+ "HasStorage",
33405
+ "ReferenceOwnership",
33406
+ "AccessControl",
33407
+ "RawDocComment"
33408
+ ],
33409
+ "ownership": 1,
33410
+ "hasStorage": true,
33411
+ "accessors": [
33412
+ {
33413
+ "kind": "Accessor",
33414
+ "name": "Get",
33415
+ "printedName": "Get()",
33416
+ "children": [
33417
+ {
33418
+ "kind": "TypeNominal",
33419
+ "name": "Optional",
33420
+ "printedName": "(any ShortKitSDK.ShortKitDownloadDelegate)?",
33421
+ "children": [
33422
+ {
33423
+ "kind": "TypeNominal",
33424
+ "name": "ShortKitDownloadDelegate",
33425
+ "printedName": "any ShortKitSDK.ShortKitDownloadDelegate",
33426
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP"
33427
+ }
33428
+ ],
33429
+ "usr": "s:Sq"
33430
+ }
33431
+ ],
33432
+ "declKind": "Accessor",
33433
+ "usr": "s:11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvg",
33434
+ "mangledName": "$s11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvg",
33435
+ "moduleName": "ShortKitSDK",
33436
+ "implicit": true,
33437
+ "declAttributes": [
33438
+ "Final"
33439
+ ],
33440
+ "accessorKind": "get"
33441
+ },
33442
+ {
33443
+ "kind": "Accessor",
33444
+ "name": "Set",
33445
+ "printedName": "Set()",
33446
+ "children": [
33447
+ {
33448
+ "kind": "TypeNominal",
33449
+ "name": "Void",
33450
+ "printedName": "()"
33451
+ },
33452
+ {
33453
+ "kind": "TypeNominal",
33454
+ "name": "Optional",
33455
+ "printedName": "(any ShortKitSDK.ShortKitDownloadDelegate)?",
33456
+ "children": [
33457
+ {
33458
+ "kind": "TypeNominal",
33459
+ "name": "ShortKitDownloadDelegate",
33460
+ "printedName": "any ShortKitSDK.ShortKitDownloadDelegate",
33461
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP"
33462
+ }
33463
+ ],
33464
+ "usr": "s:Sq"
33465
+ }
33466
+ ],
33467
+ "declKind": "Accessor",
33468
+ "usr": "s:11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvs",
33469
+ "mangledName": "$s11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvs",
33470
+ "moduleName": "ShortKitSDK",
33471
+ "implicit": true,
33472
+ "declAttributes": [
33473
+ "Final"
33474
+ ],
33475
+ "accessorKind": "set"
33476
+ },
33477
+ {
33478
+ "kind": "Accessor",
33479
+ "name": "Modify",
33480
+ "printedName": "Modify()",
33481
+ "children": [
33482
+ {
33483
+ "kind": "TypeNominal",
33484
+ "name": "Void",
33485
+ "printedName": "()"
33486
+ }
33487
+ ],
33488
+ "declKind": "Accessor",
33489
+ "usr": "s:11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvM",
33490
+ "mangledName": "$s11ShortKitSDK0aB0C16downloadDelegateAA0ab8DownloadE0_pSgvM",
33491
+ "moduleName": "ShortKitSDK",
33492
+ "implicit": true,
33493
+ "declAttributes": [
33494
+ "Final"
33495
+ ],
33496
+ "accessorKind": "_modify"
33497
+ }
33498
+ ]
33499
+ },
32169
33500
  {
32170
33501
  "kind": "Var",
32171
33502
  "name": "loadingViewProvider",
@@ -32718,6 +34049,65 @@
32718
34049
  "RawDocComment"
32719
34050
  ],
32720
34051
  "funcSelfKind": "NonMutating"
34052
+ },
34053
+ {
34054
+ "kind": "Function",
34055
+ "name": "downloadVideo",
34056
+ "printedName": "downloadVideo(_:mode:)",
34057
+ "children": [
34058
+ {
34059
+ "kind": "TypeNominal",
34060
+ "name": "URL",
34061
+ "printedName": "Foundation.URL",
34062
+ "usr": "s:10Foundation3URLV"
34063
+ },
34064
+ {
34065
+ "kind": "TypeNominal",
34066
+ "name": "ContentItem",
34067
+ "printedName": "ShortKitSDK.ContentItem",
34068
+ "usr": "s:11ShortKitSDK11ContentItemV"
34069
+ },
34070
+ {
34071
+ "kind": "TypeNominal",
34072
+ "name": "DownloadMode",
34073
+ "printedName": "ShortKitSDK.DownloadMode",
34074
+ "hasDefaultArg": true,
34075
+ "usr": "s:11ShortKitSDK12DownloadModeO"
34076
+ }
34077
+ ],
34078
+ "declKind": "Func",
34079
+ "usr": "s:11ShortKitSDK0aB0C13downloadVideo_4mode10Foundation3URLVAA11ContentItemV_AA12DownloadModeOtYaKF",
34080
+ "mangledName": "$s11ShortKitSDK0aB0C13downloadVideo_4mode10Foundation3URLVAA11ContentItemV_AA12DownloadModeOtYaKF",
34081
+ "moduleName": "ShortKitSDK",
34082
+ "declAttributes": [
34083
+ "Final",
34084
+ "AccessControl",
34085
+ "RawDocComment"
34086
+ ],
34087
+ "throwing": true,
34088
+ "funcSelfKind": "NonMutating"
34089
+ },
34090
+ {
34091
+ "kind": "Function",
34092
+ "name": "cancelDownload",
34093
+ "printedName": "cancelDownload()",
34094
+ "children": [
34095
+ {
34096
+ "kind": "TypeNominal",
34097
+ "name": "Void",
34098
+ "printedName": "()"
34099
+ }
34100
+ ],
34101
+ "declKind": "Func",
34102
+ "usr": "s:11ShortKitSDK0aB0C14cancelDownloadyyF",
34103
+ "mangledName": "$s11ShortKitSDK0aB0C14cancelDownloadyyF",
34104
+ "moduleName": "ShortKitSDK",
34105
+ "declAttributes": [
34106
+ "Final",
34107
+ "AccessControl",
34108
+ "RawDocComment"
34109
+ ],
34110
+ "funcSelfKind": "NonMutating"
32721
34111
  }
32722
34112
  ],
32723
34113
  "declKind": "Class",
@@ -37117,168 +38507,168 @@
37117
38507
  {
37118
38508
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37119
38509
  "kind": "BooleanLiteral",
37120
- "offset": 632,
38510
+ "offset": 631,
37121
38511
  "length": 5,
37122
38512
  "value": "false"
37123
38513
  },
37124
38514
  {
37125
38515
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37126
38516
  "kind": "BooleanLiteral",
37127
- "offset": 904,
38517
+ "offset": 903,
37128
38518
  "length": 5,
37129
38519
  "value": "false"
37130
38520
  },
37131
38521
  {
37132
38522
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37133
38523
  "kind": "BooleanLiteral",
37134
- "offset": 1072,
38524
+ "offset": 1071,
37135
38525
  "length": 5,
37136
38526
  "value": "false"
37137
38527
  },
37138
38528
  {
37139
38529
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37140
38530
  "kind": "BooleanLiteral",
37141
- "offset": 1951,
38531
+ "offset": 1950,
37142
38532
  "length": 5,
37143
38533
  "value": "false"
37144
38534
  },
37145
38535
  {
37146
38536
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37147
38537
  "kind": "BooleanLiteral",
37148
- "offset": 2500,
38538
+ "offset": 2499,
37149
38539
  "length": 5,
37150
38540
  "value": "false"
37151
38541
  },
37152
38542
  {
37153
38543
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37154
38544
  "kind": "BooleanLiteral",
37155
- "offset": 2667,
38545
+ "offset": 2666,
37156
38546
  "length": 4,
37157
38547
  "value": "true"
37158
38548
  },
37159
38549
  {
37160
38550
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37161
38551
  "kind": "FloatLiteral",
37162
- "offset": 2726,
38552
+ "offset": 2725,
37163
38553
  "length": 3,
37164
38554
  "value": "0.8"
37165
38555
  },
37166
38556
  {
37167
38557
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37168
38558
  "kind": "FloatLiteral",
37169
- "offset": 2734,
38559
+ "offset": 2733,
37170
38560
  "length": 3,
37171
38561
  "value": "0.8"
37172
38562
  },
37173
38563
  {
37174
38564
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37175
38565
  "kind": "BooleanLiteral",
37176
- "offset": 2799,
38566
+ "offset": 2798,
37177
38567
  "length": 5,
37178
38568
  "value": "false"
37179
38569
  },
37180
38570
  {
37181
38571
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37182
38572
  "kind": "BooleanLiteral",
37183
- "offset": 4558,
38573
+ "offset": 4557,
37184
38574
  "length": 5,
37185
38575
  "value": "false"
37186
38576
  },
37187
38577
  {
37188
38578
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37189
38579
  "kind": "BooleanLiteral",
37190
- "offset": 5203,
38580
+ "offset": 5202,
37191
38581
  "length": 5,
37192
38582
  "value": "false"
37193
38583
  },
37194
38584
  {
37195
38585
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37196
38586
  "kind": "IntegerLiteral",
37197
- "offset": 5268,
38587
+ "offset": 5267,
37198
38588
  "length": 1,
37199
38589
  "value": "0"
37200
38590
  },
37201
38591
  {
37202
38592
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37203
38593
  "kind": "IntegerLiteral",
37204
- "offset": 5302,
38594
+ "offset": 5301,
37205
38595
  "length": 1,
37206
38596
  "value": "0"
37207
38597
  },
37208
38598
  {
37209
38599
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37210
38600
  "kind": "BooleanLiteral",
37211
- "offset": 5501,
38601
+ "offset": 5500,
37212
38602
  "length": 4,
37213
38603
  "value": "true"
37214
38604
  },
37215
38605
  {
37216
38606
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37217
38607
  "kind": "BooleanLiteral",
37218
- "offset": 5534,
38608
+ "offset": 5533,
37219
38609
  "length": 4,
37220
38610
  "value": "true"
37221
38611
  },
37222
38612
  {
37223
38613
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37224
38614
  "kind": "IntegerLiteral",
37225
- "offset": 5576,
38615
+ "offset": 5575,
37226
38616
  "length": 1,
37227
38617
  "value": "0"
37228
38618
  },
37229
38619
  {
37230
38620
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37231
38621
  "kind": "IntegerLiteral",
37232
- "offset": 5754,
38622
+ "offset": 5753,
37233
38623
  "length": 2,
37234
38624
  "value": "-1"
37235
38625
  },
37236
38626
  {
37237
38627
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37238
38628
  "kind": "IntegerLiteral",
37239
- "offset": 6002,
38629
+ "offset": 6001,
37240
38630
  "length": 1,
37241
38631
  "value": "0"
37242
38632
  },
37243
38633
  {
37244
38634
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37245
38635
  "kind": "IntegerLiteral",
37246
- "offset": 6052,
38636
+ "offset": 6051,
37247
38637
  "length": 1,
37248
38638
  "value": "0"
37249
38639
  },
37250
38640
  {
37251
38641
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37252
38642
  "kind": "IntegerLiteral",
37253
- "offset": 6106,
38643
+ "offset": 6105,
37254
38644
  "length": 1,
37255
38645
  "value": "0"
37256
38646
  },
37257
38647
  {
37258
38648
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37259
38649
  "kind": "FloatLiteral",
37260
- "offset": 6166,
38650
+ "offset": 6165,
37261
38651
  "length": 3,
37262
38652
  "value": "0.2"
37263
38653
  },
37264
38654
  {
37265
38655
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37266
38656
  "kind": "IntegerLiteral",
37267
- "offset": 7601,
38657
+ "offset": 7600,
37268
38658
  "length": 2,
37269
38659
  "value": "24"
37270
38660
  },
37271
38661
  {
37272
38662
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37273
38663
  "kind": "BooleanLiteral",
37274
- "offset": 11622,
38664
+ "offset": 11621,
37275
38665
  "length": 5,
37276
38666
  "value": "false"
37277
38667
  },
37278
38668
  {
37279
38669
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
37280
38670
  "kind": "BooleanLiteral",
37281
- "offset": 116075,
38671
+ "offset": 121428,
37282
38672
  "length": 5,
37283
38673
  "value": "false"
37284
38674
  },
@@ -37306,28 +38696,35 @@
37306
38696
  {
37307
38697
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
37308
38698
  "kind": "Array",
37309
- "offset": 589,
38699
+ "offset": 634,
37310
38700
  "length": 2,
37311
38701
  "value": "[]"
37312
38702
  },
37313
38703
  {
37314
38704
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
37315
38705
  "kind": "IntegerLiteral",
37316
- "offset": 637,
38706
+ "offset": 682,
37317
38707
  "length": 1,
37318
38708
  "value": "0"
37319
38709
  },
37320
38710
  {
37321
38711
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
37322
38712
  "kind": "Array",
37323
- "offset": 794,
38713
+ "offset": 839,
37324
38714
  "length": 2,
37325
38715
  "value": "[]"
37326
38716
  },
38717
+ {
38718
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
38719
+ "kind": "Dictionary",
38720
+ "offset": 1167,
38721
+ "length": 3,
38722
+ "value": "[]"
38723
+ },
37327
38724
  {
37328
38725
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
37329
38726
  "kind": "IntegerLiteral",
37330
- "offset": 14150,
38727
+ "offset": 18846,
37331
38728
  "length": 1,
37332
38729
  "value": "0"
37333
38730
  },
@@ -37345,6 +38742,13 @@
37345
38742
  "length": 3,
37346
38743
  "value": "[]"
37347
38744
  },
38745
+ {
38746
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/ContentItem.swift",
38747
+ "kind": "Array",
38748
+ "offset": 1294,
38749
+ "length": 2,
38750
+ "value": "[]"
38751
+ },
37348
38752
  {
37349
38753
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Models\/FeedResponse.swift",
37350
38754
  "kind": "StringLiteral",
@@ -37439,70 +38843,84 @@
37439
38843
  {
37440
38844
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37441
38845
  "kind": "IntegerLiteral",
37442
- "offset": 971,
38846
+ "offset": 970,
37443
38847
  "length": 1,
37444
38848
  "value": "0"
37445
38849
  },
37446
38850
  {
37447
38851
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37448
38852
  "kind": "IntegerLiteral",
37449
- "offset": 1020,
38853
+ "offset": 1019,
37450
38854
  "length": 1,
37451
38855
  "value": "0"
37452
38856
  },
37453
38857
  {
37454
38858
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37455
38859
  "kind": "BooleanLiteral",
37456
- "offset": 1096,
38860
+ "offset": 1095,
37457
38861
  "length": 5,
37458
38862
  "value": "false"
37459
38863
  },
37460
38864
  {
37461
38865
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37462
38866
  "kind": "IntegerLiteral",
37463
- "offset": 1267,
38867
+ "offset": 1266,
37464
38868
  "length": 2,
37465
38869
  "value": "-1"
37466
38870
  },
37467
38871
  {
37468
38872
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37469
38873
  "kind": "IntegerLiteral",
37470
- "offset": 1317,
38874
+ "offset": 1316,
38875
+ "length": 1,
38876
+ "value": "0"
38877
+ },
38878
+ {
38879
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
38880
+ "kind": "IntegerLiteral",
38881
+ "offset": 1366,
37471
38882
  "length": 1,
37472
38883
  "value": "0"
37473
38884
  },
37474
38885
  {
37475
38886
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37476
38887
  "kind": "StringLiteral",
37477
- "offset": 1360,
38888
+ "offset": 1409,
37478
38889
  "length": 2,
37479
38890
  "value": "\"\""
37480
38891
  },
37481
38892
  {
37482
38893
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37483
38894
  "kind": "IntegerLiteral",
37484
- "offset": 1400,
38895
+ "offset": 1469,
38896
+ "length": 1,
38897
+ "value": "0"
38898
+ },
38899
+ {
38900
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
38901
+ "kind": "IntegerLiteral",
38902
+ "offset": 1508,
37485
38903
  "length": 1,
37486
38904
  "value": "0"
37487
38905
  },
37488
38906
  {
37489
38907
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37490
38908
  "kind": "IntegerLiteral",
37491
- "offset": 2028,
38909
+ "offset": 2136,
37492
38910
  "length": 1,
37493
38911
  "value": "0"
37494
38912
  },
37495
38913
  {
37496
38914
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37497
38915
  "kind": "BooleanLiteral",
37498
- "offset": 2638,
38916
+ "offset": 2789,
37499
38917
  "length": 4,
37500
38918
  "value": "true"
37501
38919
  },
37502
38920
  {
37503
38921
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerManager.swift",
37504
38922
  "kind": "BooleanLiteral",
37505
- "offset": 2749,
38923
+ "offset": 2900,
37506
38924
  "length": 5,
37507
38925
  "value": "false"
37508
38926
  },
@@ -37768,21 +39186,21 @@
37768
39186
  {
37769
39187
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
37770
39188
  "kind": "BooleanLiteral",
37771
- "offset": 3292,
39189
+ "offset": 3452,
37772
39190
  "length": 5,
37773
39191
  "value": "false"
37774
39192
  },
37775
39193
  {
37776
39194
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
37777
39195
  "kind": "IntegerLiteral",
37778
- "offset": 12915,
39196
+ "offset": 13252,
37779
39197
  "length": 2,
37780
39198
  "value": "10"
37781
39199
  },
37782
39200
  {
37783
39201
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
37784
39202
  "kind": "IntegerLiteral",
37785
- "offset": 14036,
39203
+ "offset": 14373,
37786
39204
  "length": 2,
37787
39205
  "value": "10"
37788
39206
  },