@shortkitsdk/react-native 0.2.6 → 0.2.11

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 (75) hide show
  1. package/ShortKitReactNative.podspec +1 -0
  2. package/android/build.gradle.kts +5 -1
  3. package/android/src/main/java/com/shortkit/reactnative/ReactCarouselOverlayHost.kt +319 -0
  4. package/android/src/main/java/com/shortkit/reactnative/ReactLoadingHost.kt +40 -0
  5. package/android/src/main/java/com/shortkit/reactnative/ReactOverlayHost.kt +559 -0
  6. package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +984 -0
  7. package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedView.kt +88 -220
  8. package/android/src/main/java/com/shortkit/reactnative/ShortKitFeedViewManager.kt +12 -3
  9. package/android/src/main/java/com/shortkit/reactnative/ShortKitModule.kt +123 -741
  10. package/android/src/main/java/com/shortkit/reactnative/ShortKitPlayerNativeView.kt +2 -2
  11. package/android/src/main/java/com/shortkit/reactnative/ShortKitWidgetNativeView.kt +2 -2
  12. package/ios/ReactCarouselOverlayHost.swift +177 -0
  13. package/ios/ReactLoadingHost.swift +38 -0
  14. package/ios/ReactOverlayHost.swift +458 -0
  15. package/ios/SKFabricSurfaceWrapper.h +18 -0
  16. package/ios/SKFabricSurfaceWrapper.mm +57 -0
  17. package/ios/ShortKitBridge.swift +186 -63
  18. package/ios/ShortKitFeedView.swift +62 -229
  19. package/ios/ShortKitFeedViewManager.mm +3 -2
  20. package/ios/ShortKitModule.mm +66 -37
  21. package/ios/ShortKitPlayerNativeView.swift +39 -8
  22. package/ios/ShortKitReactNative-Bridging-Header.h +2 -0
  23. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +1 -1
  24. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +2380 -522
  25. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +39 -12
  26. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  27. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +39 -12
  28. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  29. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +1 -1
  30. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +2380 -522
  31. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +39 -12
  32. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  33. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +39 -12
  34. package/ios/ShortKitSDK.xcframework/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  35. package/ios/ShortKitSDK.xcframework.bak/Info.plist +43 -0
  36. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +418 -0
  37. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Info.plist +16 -0
  38. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +28917 -0
  39. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +824 -0
  40. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  41. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +824 -0
  42. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/Modules/module.modulemap +4 -0
  43. package/ios/ShortKitSDK.xcframework.bak/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  44. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Headers/ShortKitSDK-Swift.h +418 -0
  45. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Info.plist +16 -0
  46. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +28917 -0
  47. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +824 -0
  48. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  49. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +824 -0
  50. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/Modules/module.modulemap +4 -0
  51. package/ios/ShortKitSDK.xcframework.bak/ios-arm64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  52. package/ios/ShortKitWidgetNativeView.swift +3 -3
  53. package/package.json +1 -1
  54. package/src/ShortKitCarouselOverlaySurface.tsx +55 -0
  55. package/src/ShortKitCommands.ts +31 -0
  56. package/src/ShortKitContext.ts +6 -25
  57. package/src/ShortKitFeed.tsx +110 -41
  58. package/src/ShortKitLoadingSurface.tsx +24 -0
  59. package/src/ShortKitOverlaySurface.tsx +205 -0
  60. package/src/ShortKitPlayer.tsx +6 -7
  61. package/src/ShortKitProvider.tsx +27 -286
  62. package/src/index.ts +5 -3
  63. package/src/serialization.ts +19 -39
  64. package/src/specs/NativeShortKitModule.ts +58 -46
  65. package/src/specs/ShortKitFeedViewNativeComponent.ts +3 -2
  66. package/src/types.ts +78 -16
  67. package/src/useShortKit.ts +1 -3
  68. package/src/useShortKitPlayer.ts +7 -7
  69. package/android/src/main/java/com/shortkit/reactnative/ShortKitCarouselOverlayBridge.kt +0 -48
  70. package/android/src/main/java/com/shortkit/reactnative/ShortKitOverlayBridge.kt +0 -128
  71. package/ios/ShortKitCarouselOverlayBridge.swift +0 -219
  72. package/ios/ShortKitOverlayBridge.swift +0 -111
  73. package/src/CarouselOverlayManager.tsx +0 -70
  74. package/src/OverlayManager.tsx +0 -87
  75. package/src/useShortKitCarousel.ts +0 -29
@@ -5354,28 +5354,46 @@
5354
5354
  },
5355
5355
  {
5356
5356
  "kind": "TypeDecl",
5357
- "name": "FeedConfig",
5358
- "printedName": "FeedConfig",
5357
+ "name": "FeedFilter",
5358
+ "printedName": "FeedFilter",
5359
5359
  "children": [
5360
5360
  {
5361
5361
  "kind": "Var",
5362
- "name": "feedHeight",
5363
- "printedName": "feedHeight",
5362
+ "name": "tags",
5363
+ "printedName": "tags",
5364
5364
  "children": [
5365
5365
  {
5366
5366
  "kind": "TypeNominal",
5367
- "name": "FeedHeight",
5368
- "printedName": "ShortKitSDK.FeedHeight",
5369
- "usr": "s:11ShortKitSDK10FeedHeightO"
5367
+ "name": "Optional",
5368
+ "printedName": "[Swift.String]?",
5369
+ "children": [
5370
+ {
5371
+ "kind": "TypeNominal",
5372
+ "name": "Array",
5373
+ "printedName": "[Swift.String]",
5374
+ "children": [
5375
+ {
5376
+ "kind": "TypeNominal",
5377
+ "name": "String",
5378
+ "printedName": "Swift.String",
5379
+ "usr": "s:SS"
5380
+ }
5381
+ ],
5382
+ "usr": "s:Sa"
5383
+ }
5384
+ ],
5385
+ "usr": "s:Sq"
5370
5386
  }
5371
5387
  ],
5372
5388
  "declKind": "Var",
5373
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovp",
5374
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovp",
5389
+ "usr": "s:11ShortKitSDK10FeedFilterV4tagsSaySSGSgvp",
5390
+ "mangledName": "$s11ShortKitSDK10FeedFilterV4tagsSaySSGSgvp",
5375
5391
  "moduleName": "ShortKitSDK",
5376
5392
  "declAttributes": [
5393
+ "HasInitialValue",
5377
5394
  "HasStorage",
5378
- "AccessControl"
5395
+ "AccessControl",
5396
+ "RawDocComment"
5379
5397
  ],
5380
5398
  "hasStorage": true,
5381
5399
  "accessors": [
@@ -5386,14 +5404,30 @@
5386
5404
  "children": [
5387
5405
  {
5388
5406
  "kind": "TypeNominal",
5389
- "name": "FeedHeight",
5390
- "printedName": "ShortKitSDK.FeedHeight",
5391
- "usr": "s:11ShortKitSDK10FeedHeightO"
5407
+ "name": "Optional",
5408
+ "printedName": "[Swift.String]?",
5409
+ "children": [
5410
+ {
5411
+ "kind": "TypeNominal",
5412
+ "name": "Array",
5413
+ "printedName": "[Swift.String]",
5414
+ "children": [
5415
+ {
5416
+ "kind": "TypeNominal",
5417
+ "name": "String",
5418
+ "printedName": "Swift.String",
5419
+ "usr": "s:SS"
5420
+ }
5421
+ ],
5422
+ "usr": "s:Sa"
5423
+ }
5424
+ ],
5425
+ "usr": "s:Sq"
5392
5426
  }
5393
5427
  ],
5394
5428
  "declKind": "Accessor",
5395
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovg",
5396
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovg",
5429
+ "usr": "s:11ShortKitSDK10FeedFilterV4tagsSaySSGSgvg",
5430
+ "mangledName": "$s11ShortKitSDK10FeedFilterV4tagsSaySSGSgvg",
5397
5431
  "moduleName": "ShortKitSDK",
5398
5432
  "implicit": true,
5399
5433
  "accessorKind": "get"
@@ -5410,14 +5444,30 @@
5410
5444
  },
5411
5445
  {
5412
5446
  "kind": "TypeNominal",
5413
- "name": "FeedHeight",
5414
- "printedName": "ShortKitSDK.FeedHeight",
5415
- "usr": "s:11ShortKitSDK10FeedHeightO"
5447
+ "name": "Optional",
5448
+ "printedName": "[Swift.String]?",
5449
+ "children": [
5450
+ {
5451
+ "kind": "TypeNominal",
5452
+ "name": "Array",
5453
+ "printedName": "[Swift.String]",
5454
+ "children": [
5455
+ {
5456
+ "kind": "TypeNominal",
5457
+ "name": "String",
5458
+ "printedName": "Swift.String",
5459
+ "usr": "s:SS"
5460
+ }
5461
+ ],
5462
+ "usr": "s:Sa"
5463
+ }
5464
+ ],
5465
+ "usr": "s:Sq"
5416
5466
  }
5417
5467
  ],
5418
5468
  "declKind": "Accessor",
5419
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovs",
5420
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovs",
5469
+ "usr": "s:11ShortKitSDK10FeedFilterV4tagsSaySSGSgvs",
5470
+ "mangledName": "$s11ShortKitSDK10FeedFilterV4tagsSaySSGSgvs",
5421
5471
  "moduleName": "ShortKitSDK",
5422
5472
  "implicit": true,
5423
5473
  "accessorKind": "set"
@@ -5434,8 +5484,8 @@
5434
5484
  }
5435
5485
  ],
5436
5486
  "declKind": "Accessor",
5437
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0OvM",
5438
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0OvM",
5487
+ "usr": "s:11ShortKitSDK10FeedFilterV4tagsSaySSGSgvM",
5488
+ "mangledName": "$s11ShortKitSDK10FeedFilterV4tagsSaySSGSgvM",
5439
5489
  "moduleName": "ShortKitSDK",
5440
5490
  "implicit": true,
5441
5491
  "accessorKind": "_modify"
@@ -5444,23 +5494,33 @@
5444
5494
  },
5445
5495
  {
5446
5496
  "kind": "Var",
5447
- "name": "videoOverlay",
5448
- "printedName": "videoOverlay",
5497
+ "name": "section",
5498
+ "printedName": "section",
5449
5499
  "children": [
5450
5500
  {
5451
5501
  "kind": "TypeNominal",
5452
- "name": "VideoOverlayMode",
5453
- "printedName": "ShortKitSDK.VideoOverlayMode",
5454
- "usr": "s:11ShortKitSDK16VideoOverlayModeO"
5502
+ "name": "Optional",
5503
+ "printedName": "Swift.String?",
5504
+ "children": [
5505
+ {
5506
+ "kind": "TypeNominal",
5507
+ "name": "String",
5508
+ "printedName": "Swift.String",
5509
+ "usr": "s:SS"
5510
+ }
5511
+ ],
5512
+ "usr": "s:Sq"
5455
5513
  }
5456
5514
  ],
5457
5515
  "declKind": "Var",
5458
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
5459
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
5516
+ "usr": "s:11ShortKitSDK10FeedFilterV7sectionSSSgvp",
5517
+ "mangledName": "$s11ShortKitSDK10FeedFilterV7sectionSSSgvp",
5460
5518
  "moduleName": "ShortKitSDK",
5461
5519
  "declAttributes": [
5520
+ "HasInitialValue",
5462
5521
  "HasStorage",
5463
- "AccessControl"
5522
+ "AccessControl",
5523
+ "RawDocComment"
5464
5524
  ],
5465
5525
  "hasStorage": true,
5466
5526
  "accessors": [
@@ -5471,14 +5531,22 @@
5471
5531
  "children": [
5472
5532
  {
5473
5533
  "kind": "TypeNominal",
5474
- "name": "VideoOverlayMode",
5475
- "printedName": "ShortKitSDK.VideoOverlayMode",
5476
- "usr": "s:11ShortKitSDK16VideoOverlayModeO"
5534
+ "name": "Optional",
5535
+ "printedName": "Swift.String?",
5536
+ "children": [
5537
+ {
5538
+ "kind": "TypeNominal",
5539
+ "name": "String",
5540
+ "printedName": "Swift.String",
5541
+ "usr": "s:SS"
5542
+ }
5543
+ ],
5544
+ "usr": "s:Sq"
5477
5545
  }
5478
5546
  ],
5479
5547
  "declKind": "Accessor",
5480
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
5481
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
5548
+ "usr": "s:11ShortKitSDK10FeedFilterV7sectionSSSgvg",
5549
+ "mangledName": "$s11ShortKitSDK10FeedFilterV7sectionSSSgvg",
5482
5550
  "moduleName": "ShortKitSDK",
5483
5551
  "implicit": true,
5484
5552
  "accessorKind": "get"
@@ -5495,14 +5563,22 @@
5495
5563
  },
5496
5564
  {
5497
5565
  "kind": "TypeNominal",
5498
- "name": "VideoOverlayMode",
5499
- "printedName": "ShortKitSDK.VideoOverlayMode",
5500
- "usr": "s:11ShortKitSDK16VideoOverlayModeO"
5566
+ "name": "Optional",
5567
+ "printedName": "Swift.String?",
5568
+ "children": [
5569
+ {
5570
+ "kind": "TypeNominal",
5571
+ "name": "String",
5572
+ "printedName": "Swift.String",
5573
+ "usr": "s:SS"
5574
+ }
5575
+ ],
5576
+ "usr": "s:Sq"
5501
5577
  }
5502
5578
  ],
5503
5579
  "declKind": "Accessor",
5504
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
5505
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
5580
+ "usr": "s:11ShortKitSDK10FeedFilterV7sectionSSSgvs",
5581
+ "mangledName": "$s11ShortKitSDK10FeedFilterV7sectionSSSgvs",
5506
5582
  "moduleName": "ShortKitSDK",
5507
5583
  "implicit": true,
5508
5584
  "accessorKind": "set"
@@ -5519,8 +5595,8 @@
5519
5595
  }
5520
5596
  ],
5521
5597
  "declKind": "Accessor",
5522
- "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
5523
- "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
5598
+ "usr": "s:11ShortKitSDK10FeedFilterV7sectionSSSgvM",
5599
+ "mangledName": "$s11ShortKitSDK10FeedFilterV7sectionSSSgvM",
5524
5600
  "moduleName": "ShortKitSDK",
5525
5601
  "implicit": true,
5526
5602
  "accessorKind": "_modify"
@@ -5529,23 +5605,33 @@
5529
5605
  },
5530
5606
  {
5531
5607
  "kind": "Var",
5532
- "name": "carouselOverlay",
5533
- "printedName": "carouselOverlay",
5608
+ "name": "author",
5609
+ "printedName": "author",
5534
5610
  "children": [
5535
5611
  {
5536
5612
  "kind": "TypeNominal",
5537
- "name": "CarouselOverlayMode",
5538
- "printedName": "ShortKitSDK.CarouselOverlayMode",
5539
- "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
5613
+ "name": "Optional",
5614
+ "printedName": "Swift.String?",
5615
+ "children": [
5616
+ {
5617
+ "kind": "TypeNominal",
5618
+ "name": "String",
5619
+ "printedName": "Swift.String",
5620
+ "usr": "s:SS"
5621
+ }
5622
+ ],
5623
+ "usr": "s:Sq"
5540
5624
  }
5541
5625
  ],
5542
5626
  "declKind": "Var",
5543
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
5544
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
5627
+ "usr": "s:11ShortKitSDK10FeedFilterV6authorSSSgvp",
5628
+ "mangledName": "$s11ShortKitSDK10FeedFilterV6authorSSSgvp",
5545
5629
  "moduleName": "ShortKitSDK",
5546
5630
  "declAttributes": [
5631
+ "HasInitialValue",
5547
5632
  "HasStorage",
5548
- "AccessControl"
5633
+ "AccessControl",
5634
+ "RawDocComment"
5549
5635
  ],
5550
5636
  "hasStorage": true,
5551
5637
  "accessors": [
@@ -5556,14 +5642,22 @@
5556
5642
  "children": [
5557
5643
  {
5558
5644
  "kind": "TypeNominal",
5559
- "name": "CarouselOverlayMode",
5560
- "printedName": "ShortKitSDK.CarouselOverlayMode",
5561
- "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
5645
+ "name": "Optional",
5646
+ "printedName": "Swift.String?",
5647
+ "children": [
5648
+ {
5649
+ "kind": "TypeNominal",
5650
+ "name": "String",
5651
+ "printedName": "Swift.String",
5652
+ "usr": "s:SS"
5653
+ }
5654
+ ],
5655
+ "usr": "s:Sq"
5562
5656
  }
5563
5657
  ],
5564
5658
  "declKind": "Accessor",
5565
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
5566
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
5659
+ "usr": "s:11ShortKitSDK10FeedFilterV6authorSSSgvg",
5660
+ "mangledName": "$s11ShortKitSDK10FeedFilterV6authorSSSgvg",
5567
5661
  "moduleName": "ShortKitSDK",
5568
5662
  "implicit": true,
5569
5663
  "accessorKind": "get"
@@ -5580,14 +5674,22 @@
5580
5674
  },
5581
5675
  {
5582
5676
  "kind": "TypeNominal",
5583
- "name": "CarouselOverlayMode",
5584
- "printedName": "ShortKitSDK.CarouselOverlayMode",
5585
- "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
5677
+ "name": "Optional",
5678
+ "printedName": "Swift.String?",
5679
+ "children": [
5680
+ {
5681
+ "kind": "TypeNominal",
5682
+ "name": "String",
5683
+ "printedName": "Swift.String",
5684
+ "usr": "s:SS"
5685
+ }
5686
+ ],
5687
+ "usr": "s:Sq"
5586
5688
  }
5587
5689
  ],
5588
5690
  "declKind": "Accessor",
5589
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
5590
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
5691
+ "usr": "s:11ShortKitSDK10FeedFilterV6authorSSSgvs",
5692
+ "mangledName": "$s11ShortKitSDK10FeedFilterV6authorSSSgvs",
5591
5693
  "moduleName": "ShortKitSDK",
5592
5694
  "implicit": true,
5593
5695
  "accessorKind": "set"
@@ -5604,8 +5706,8 @@
5604
5706
  }
5605
5707
  ],
5606
5708
  "declKind": "Accessor",
5607
- "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
5608
- "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
5709
+ "usr": "s:11ShortKitSDK10FeedFilterV6authorSSSgvM",
5710
+ "mangledName": "$s11ShortKitSDK10FeedFilterV6authorSSSgvM",
5609
5711
  "moduleName": "ShortKitSDK",
5610
5712
  "implicit": true,
5611
5713
  "accessorKind": "_modify"
@@ -5614,23 +5716,33 @@
5614
5716
  },
5615
5717
  {
5616
5718
  "kind": "Var",
5617
- "name": "surveyOverlay",
5618
- "printedName": "surveyOverlay",
5719
+ "name": "contentType",
5720
+ "printedName": "contentType",
5619
5721
  "children": [
5620
5722
  {
5621
5723
  "kind": "TypeNominal",
5622
- "name": "SurveyOverlayMode",
5623
- "printedName": "ShortKitSDK.SurveyOverlayMode",
5624
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
5724
+ "name": "Optional",
5725
+ "printedName": "Swift.String?",
5726
+ "children": [
5727
+ {
5728
+ "kind": "TypeNominal",
5729
+ "name": "String",
5730
+ "printedName": "Swift.String",
5731
+ "usr": "s:SS"
5732
+ }
5733
+ ],
5734
+ "usr": "s:Sq"
5625
5735
  }
5626
5736
  ],
5627
5737
  "declKind": "Var",
5628
- "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvp",
5629
- "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvp",
5738
+ "usr": "s:11ShortKitSDK10FeedFilterV11contentTypeSSSgvp",
5739
+ "mangledName": "$s11ShortKitSDK10FeedFilterV11contentTypeSSSgvp",
5630
5740
  "moduleName": "ShortKitSDK",
5631
5741
  "declAttributes": [
5742
+ "HasInitialValue",
5632
5743
  "HasStorage",
5633
- "AccessControl"
5744
+ "AccessControl",
5745
+ "RawDocComment"
5634
5746
  ],
5635
5747
  "hasStorage": true,
5636
5748
  "accessors": [
@@ -5641,14 +5753,22 @@
5641
5753
  "children": [
5642
5754
  {
5643
5755
  "kind": "TypeNominal",
5644
- "name": "SurveyOverlayMode",
5645
- "printedName": "ShortKitSDK.SurveyOverlayMode",
5646
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
5756
+ "name": "Optional",
5757
+ "printedName": "Swift.String?",
5758
+ "children": [
5759
+ {
5760
+ "kind": "TypeNominal",
5761
+ "name": "String",
5762
+ "printedName": "Swift.String",
5763
+ "usr": "s:SS"
5764
+ }
5765
+ ],
5766
+ "usr": "s:Sq"
5647
5767
  }
5648
5768
  ],
5649
5769
  "declKind": "Accessor",
5650
- "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvg",
5651
- "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvg",
5770
+ "usr": "s:11ShortKitSDK10FeedFilterV11contentTypeSSSgvg",
5771
+ "mangledName": "$s11ShortKitSDK10FeedFilterV11contentTypeSSSgvg",
5652
5772
  "moduleName": "ShortKitSDK",
5653
5773
  "implicit": true,
5654
5774
  "accessorKind": "get"
@@ -5665,14 +5785,22 @@
5665
5785
  },
5666
5786
  {
5667
5787
  "kind": "TypeNominal",
5668
- "name": "SurveyOverlayMode",
5669
- "printedName": "ShortKitSDK.SurveyOverlayMode",
5670
- "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
5788
+ "name": "Optional",
5789
+ "printedName": "Swift.String?",
5790
+ "children": [
5791
+ {
5792
+ "kind": "TypeNominal",
5793
+ "name": "String",
5794
+ "printedName": "Swift.String",
5795
+ "usr": "s:SS"
5796
+ }
5797
+ ],
5798
+ "usr": "s:Sq"
5671
5799
  }
5672
5800
  ],
5673
5801
  "declKind": "Accessor",
5674
- "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvs",
5675
- "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvs",
5802
+ "usr": "s:11ShortKitSDK10FeedFilterV11contentTypeSSSgvs",
5803
+ "mangledName": "$s11ShortKitSDK10FeedFilterV11contentTypeSSSgvs",
5676
5804
  "moduleName": "ShortKitSDK",
5677
5805
  "implicit": true,
5678
5806
  "accessorKind": "set"
@@ -5689,8 +5817,8 @@
5689
5817
  }
5690
5818
  ],
5691
5819
  "declKind": "Accessor",
5692
- "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvM",
5693
- "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvM",
5820
+ "usr": "s:11ShortKitSDK10FeedFilterV11contentTypeSSSgvM",
5821
+ "mangledName": "$s11ShortKitSDK10FeedFilterV11contentTypeSSSgvM",
5694
5822
  "moduleName": "ShortKitSDK",
5695
5823
  "implicit": true,
5696
5824
  "accessorKind": "_modify"
@@ -5699,19 +5827,772 @@
5699
5827
  },
5700
5828
  {
5701
5829
  "kind": "Var",
5702
- "name": "adOverlay",
5703
- "printedName": "adOverlay",
5830
+ "name": "metadata",
5831
+ "printedName": "metadata",
5704
5832
  "children": [
5705
5833
  {
5706
5834
  "kind": "TypeNominal",
5707
- "name": "AdOverlayMode",
5708
- "printedName": "ShortKitSDK.AdOverlayMode",
5709
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
5710
- }
5711
- ],
5712
- "declKind": "Var",
5713
- "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvp",
5714
- "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvp",
5835
+ "name": "Optional",
5836
+ "printedName": "[Swift.String : Swift.String]?",
5837
+ "children": [
5838
+ {
5839
+ "kind": "TypeNominal",
5840
+ "name": "Dictionary",
5841
+ "printedName": "[Swift.String : Swift.String]",
5842
+ "children": [
5843
+ {
5844
+ "kind": "TypeNominal",
5845
+ "name": "String",
5846
+ "printedName": "Swift.String",
5847
+ "usr": "s:SS"
5848
+ },
5849
+ {
5850
+ "kind": "TypeNominal",
5851
+ "name": "String",
5852
+ "printedName": "Swift.String",
5853
+ "usr": "s:SS"
5854
+ }
5855
+ ],
5856
+ "usr": "s:SD"
5857
+ }
5858
+ ],
5859
+ "usr": "s:Sq"
5860
+ }
5861
+ ],
5862
+ "declKind": "Var",
5863
+ "usr": "s:11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvp",
5864
+ "mangledName": "$s11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvp",
5865
+ "moduleName": "ShortKitSDK",
5866
+ "declAttributes": [
5867
+ "HasInitialValue",
5868
+ "HasStorage",
5869
+ "AccessControl",
5870
+ "RawDocComment"
5871
+ ],
5872
+ "hasStorage": true,
5873
+ "accessors": [
5874
+ {
5875
+ "kind": "Accessor",
5876
+ "name": "Get",
5877
+ "printedName": "Get()",
5878
+ "children": [
5879
+ {
5880
+ "kind": "TypeNominal",
5881
+ "name": "Optional",
5882
+ "printedName": "[Swift.String : Swift.String]?",
5883
+ "children": [
5884
+ {
5885
+ "kind": "TypeNominal",
5886
+ "name": "Dictionary",
5887
+ "printedName": "[Swift.String : Swift.String]",
5888
+ "children": [
5889
+ {
5890
+ "kind": "TypeNominal",
5891
+ "name": "String",
5892
+ "printedName": "Swift.String",
5893
+ "usr": "s:SS"
5894
+ },
5895
+ {
5896
+ "kind": "TypeNominal",
5897
+ "name": "String",
5898
+ "printedName": "Swift.String",
5899
+ "usr": "s:SS"
5900
+ }
5901
+ ],
5902
+ "usr": "s:SD"
5903
+ }
5904
+ ],
5905
+ "usr": "s:Sq"
5906
+ }
5907
+ ],
5908
+ "declKind": "Accessor",
5909
+ "usr": "s:11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvg",
5910
+ "mangledName": "$s11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvg",
5911
+ "moduleName": "ShortKitSDK",
5912
+ "implicit": true,
5913
+ "accessorKind": "get"
5914
+ },
5915
+ {
5916
+ "kind": "Accessor",
5917
+ "name": "Set",
5918
+ "printedName": "Set()",
5919
+ "children": [
5920
+ {
5921
+ "kind": "TypeNominal",
5922
+ "name": "Void",
5923
+ "printedName": "()"
5924
+ },
5925
+ {
5926
+ "kind": "TypeNominal",
5927
+ "name": "Optional",
5928
+ "printedName": "[Swift.String : Swift.String]?",
5929
+ "children": [
5930
+ {
5931
+ "kind": "TypeNominal",
5932
+ "name": "Dictionary",
5933
+ "printedName": "[Swift.String : Swift.String]",
5934
+ "children": [
5935
+ {
5936
+ "kind": "TypeNominal",
5937
+ "name": "String",
5938
+ "printedName": "Swift.String",
5939
+ "usr": "s:SS"
5940
+ },
5941
+ {
5942
+ "kind": "TypeNominal",
5943
+ "name": "String",
5944
+ "printedName": "Swift.String",
5945
+ "usr": "s:SS"
5946
+ }
5947
+ ],
5948
+ "usr": "s:SD"
5949
+ }
5950
+ ],
5951
+ "usr": "s:Sq"
5952
+ }
5953
+ ],
5954
+ "declKind": "Accessor",
5955
+ "usr": "s:11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvs",
5956
+ "mangledName": "$s11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvs",
5957
+ "moduleName": "ShortKitSDK",
5958
+ "implicit": true,
5959
+ "accessorKind": "set"
5960
+ },
5961
+ {
5962
+ "kind": "Accessor",
5963
+ "name": "Modify",
5964
+ "printedName": "Modify()",
5965
+ "children": [
5966
+ {
5967
+ "kind": "TypeNominal",
5968
+ "name": "Void",
5969
+ "printedName": "()"
5970
+ }
5971
+ ],
5972
+ "declKind": "Accessor",
5973
+ "usr": "s:11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvM",
5974
+ "mangledName": "$s11ShortKitSDK10FeedFilterV8metadataSDyS2SGSgvM",
5975
+ "moduleName": "ShortKitSDK",
5976
+ "implicit": true,
5977
+ "accessorKind": "_modify"
5978
+ }
5979
+ ]
5980
+ },
5981
+ {
5982
+ "kind": "Constructor",
5983
+ "name": "init",
5984
+ "printedName": "init(tags:section:author:contentType:metadata:)",
5985
+ "children": [
5986
+ {
5987
+ "kind": "TypeNominal",
5988
+ "name": "FeedFilter",
5989
+ "printedName": "ShortKitSDK.FeedFilter",
5990
+ "usr": "s:11ShortKitSDK10FeedFilterV"
5991
+ },
5992
+ {
5993
+ "kind": "TypeNominal",
5994
+ "name": "Optional",
5995
+ "printedName": "[Swift.String]?",
5996
+ "children": [
5997
+ {
5998
+ "kind": "TypeNominal",
5999
+ "name": "Array",
6000
+ "printedName": "[Swift.String]",
6001
+ "children": [
6002
+ {
6003
+ "kind": "TypeNominal",
6004
+ "name": "String",
6005
+ "printedName": "Swift.String",
6006
+ "usr": "s:SS"
6007
+ }
6008
+ ],
6009
+ "usr": "s:Sa"
6010
+ }
6011
+ ],
6012
+ "hasDefaultArg": true,
6013
+ "usr": "s:Sq"
6014
+ },
6015
+ {
6016
+ "kind": "TypeNominal",
6017
+ "name": "Optional",
6018
+ "printedName": "Swift.String?",
6019
+ "children": [
6020
+ {
6021
+ "kind": "TypeNominal",
6022
+ "name": "String",
6023
+ "printedName": "Swift.String",
6024
+ "usr": "s:SS"
6025
+ }
6026
+ ],
6027
+ "hasDefaultArg": true,
6028
+ "usr": "s:Sq"
6029
+ },
6030
+ {
6031
+ "kind": "TypeNominal",
6032
+ "name": "Optional",
6033
+ "printedName": "Swift.String?",
6034
+ "children": [
6035
+ {
6036
+ "kind": "TypeNominal",
6037
+ "name": "String",
6038
+ "printedName": "Swift.String",
6039
+ "usr": "s:SS"
6040
+ }
6041
+ ],
6042
+ "hasDefaultArg": true,
6043
+ "usr": "s:Sq"
6044
+ },
6045
+ {
6046
+ "kind": "TypeNominal",
6047
+ "name": "Optional",
6048
+ "printedName": "Swift.String?",
6049
+ "children": [
6050
+ {
6051
+ "kind": "TypeNominal",
6052
+ "name": "String",
6053
+ "printedName": "Swift.String",
6054
+ "usr": "s:SS"
6055
+ }
6056
+ ],
6057
+ "hasDefaultArg": true,
6058
+ "usr": "s:Sq"
6059
+ },
6060
+ {
6061
+ "kind": "TypeNominal",
6062
+ "name": "Optional",
6063
+ "printedName": "[Swift.String : Swift.String]?",
6064
+ "children": [
6065
+ {
6066
+ "kind": "TypeNominal",
6067
+ "name": "Dictionary",
6068
+ "printedName": "[Swift.String : Swift.String]",
6069
+ "children": [
6070
+ {
6071
+ "kind": "TypeNominal",
6072
+ "name": "String",
6073
+ "printedName": "Swift.String",
6074
+ "usr": "s:SS"
6075
+ },
6076
+ {
6077
+ "kind": "TypeNominal",
6078
+ "name": "String",
6079
+ "printedName": "Swift.String",
6080
+ "usr": "s:SS"
6081
+ }
6082
+ ],
6083
+ "usr": "s:SD"
6084
+ }
6085
+ ],
6086
+ "hasDefaultArg": true,
6087
+ "usr": "s:Sq"
6088
+ }
6089
+ ],
6090
+ "declKind": "Constructor",
6091
+ "usr": "s:11ShortKitSDK10FeedFilterV4tags7section6author11contentType8metadataACSaySSGSg_SSSgA2KSDyS2SGSgtcfc",
6092
+ "mangledName": "$s11ShortKitSDK10FeedFilterV4tags7section6author11contentType8metadataACSaySSGSg_SSSgA2KSDyS2SGSgtcfc",
6093
+ "moduleName": "ShortKitSDK",
6094
+ "declAttributes": [
6095
+ "AccessControl"
6096
+ ],
6097
+ "init_kind": "Designated"
6098
+ },
6099
+ {
6100
+ "kind": "Constructor",
6101
+ "name": "init",
6102
+ "printedName": "init(from:)",
6103
+ "children": [
6104
+ {
6105
+ "kind": "TypeNominal",
6106
+ "name": "FeedFilter",
6107
+ "printedName": "ShortKitSDK.FeedFilter",
6108
+ "usr": "s:11ShortKitSDK10FeedFilterV"
6109
+ },
6110
+ {
6111
+ "kind": "TypeNominal",
6112
+ "name": "Decoder",
6113
+ "printedName": "any Swift.Decoder",
6114
+ "usr": "s:s7DecoderP"
6115
+ }
6116
+ ],
6117
+ "declKind": "Constructor",
6118
+ "usr": "s:11ShortKitSDK10FeedFilterV4fromACs7Decoder_p_tKcfc",
6119
+ "mangledName": "$s11ShortKitSDK10FeedFilterV4fromACs7Decoder_p_tKcfc",
6120
+ "moduleName": "ShortKitSDK",
6121
+ "implicit": true,
6122
+ "throwing": true,
6123
+ "init_kind": "Designated"
6124
+ },
6125
+ {
6126
+ "kind": "Function",
6127
+ "name": "encode",
6128
+ "printedName": "encode(to:)",
6129
+ "children": [
6130
+ {
6131
+ "kind": "TypeNominal",
6132
+ "name": "Void",
6133
+ "printedName": "()"
6134
+ },
6135
+ {
6136
+ "kind": "TypeNominal",
6137
+ "name": "Encoder",
6138
+ "printedName": "any Swift.Encoder",
6139
+ "usr": "s:s7EncoderP"
6140
+ }
6141
+ ],
6142
+ "declKind": "Func",
6143
+ "usr": "s:11ShortKitSDK10FeedFilterV6encode2toys7Encoder_p_tKF",
6144
+ "mangledName": "$s11ShortKitSDK10FeedFilterV6encode2toys7Encoder_p_tKF",
6145
+ "moduleName": "ShortKitSDK",
6146
+ "implicit": true,
6147
+ "throwing": true,
6148
+ "funcSelfKind": "NonMutating"
6149
+ },
6150
+ {
6151
+ "kind": "Function",
6152
+ "name": "==",
6153
+ "printedName": "==(_:_:)",
6154
+ "children": [
6155
+ {
6156
+ "kind": "TypeNominal",
6157
+ "name": "Bool",
6158
+ "printedName": "Swift.Bool",
6159
+ "usr": "s:Sb"
6160
+ },
6161
+ {
6162
+ "kind": "TypeNominal",
6163
+ "name": "FeedFilter",
6164
+ "printedName": "ShortKitSDK.FeedFilter",
6165
+ "usr": "s:11ShortKitSDK10FeedFilterV"
6166
+ },
6167
+ {
6168
+ "kind": "TypeNominal",
6169
+ "name": "FeedFilter",
6170
+ "printedName": "ShortKitSDK.FeedFilter",
6171
+ "usr": "s:11ShortKitSDK10FeedFilterV"
6172
+ }
6173
+ ],
6174
+ "declKind": "Func",
6175
+ "usr": "s:11ShortKitSDK10FeedFilterV2eeoiySbAC_ACtFZ",
6176
+ "mangledName": "$s11ShortKitSDK10FeedFilterV2eeoiySbAC_ACtFZ",
6177
+ "moduleName": "ShortKitSDK",
6178
+ "static": true,
6179
+ "implicit": true,
6180
+ "funcSelfKind": "NonMutating"
6181
+ }
6182
+ ],
6183
+ "declKind": "Struct",
6184
+ "usr": "s:11ShortKitSDK10FeedFilterV",
6185
+ "mangledName": "$s11ShortKitSDK10FeedFilterV",
6186
+ "moduleName": "ShortKitSDK",
6187
+ "declAttributes": [
6188
+ "AccessControl",
6189
+ "RawDocComment"
6190
+ ],
6191
+ "conformances": [
6192
+ {
6193
+ "kind": "Conformance",
6194
+ "name": "Copyable",
6195
+ "printedName": "Copyable",
6196
+ "usr": "s:s8CopyableP",
6197
+ "mangledName": "$ss8CopyableP"
6198
+ },
6199
+ {
6200
+ "kind": "Conformance",
6201
+ "name": "Escapable",
6202
+ "printedName": "Escapable",
6203
+ "usr": "s:s9EscapableP",
6204
+ "mangledName": "$ss9EscapableP"
6205
+ },
6206
+ {
6207
+ "kind": "Conformance",
6208
+ "name": "Decodable",
6209
+ "printedName": "Decodable",
6210
+ "usr": "s:Se",
6211
+ "mangledName": "$sSe"
6212
+ },
6213
+ {
6214
+ "kind": "Conformance",
6215
+ "name": "Encodable",
6216
+ "printedName": "Encodable",
6217
+ "usr": "s:SE",
6218
+ "mangledName": "$sSE"
6219
+ },
6220
+ {
6221
+ "kind": "Conformance",
6222
+ "name": "Equatable",
6223
+ "printedName": "Equatable",
6224
+ "usr": "s:SQ",
6225
+ "mangledName": "$sSQ"
6226
+ },
6227
+ {
6228
+ "kind": "Conformance",
6229
+ "name": "Sendable",
6230
+ "printedName": "Sendable",
6231
+ "usr": "s:s8SendableP",
6232
+ "mangledName": "$ss8SendableP"
6233
+ }
6234
+ ]
6235
+ },
6236
+ {
6237
+ "kind": "TypeDecl",
6238
+ "name": "FeedConfig",
6239
+ "printedName": "FeedConfig",
6240
+ "children": [
6241
+ {
6242
+ "kind": "Var",
6243
+ "name": "feedHeight",
6244
+ "printedName": "feedHeight",
6245
+ "children": [
6246
+ {
6247
+ "kind": "TypeNominal",
6248
+ "name": "FeedHeight",
6249
+ "printedName": "ShortKitSDK.FeedHeight",
6250
+ "usr": "s:11ShortKitSDK10FeedHeightO"
6251
+ }
6252
+ ],
6253
+ "declKind": "Var",
6254
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovp",
6255
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovp",
6256
+ "moduleName": "ShortKitSDK",
6257
+ "declAttributes": [
6258
+ "HasStorage",
6259
+ "AccessControl"
6260
+ ],
6261
+ "hasStorage": true,
6262
+ "accessors": [
6263
+ {
6264
+ "kind": "Accessor",
6265
+ "name": "Get",
6266
+ "printedName": "Get()",
6267
+ "children": [
6268
+ {
6269
+ "kind": "TypeNominal",
6270
+ "name": "FeedHeight",
6271
+ "printedName": "ShortKitSDK.FeedHeight",
6272
+ "usr": "s:11ShortKitSDK10FeedHeightO"
6273
+ }
6274
+ ],
6275
+ "declKind": "Accessor",
6276
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovg",
6277
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovg",
6278
+ "moduleName": "ShortKitSDK",
6279
+ "implicit": true,
6280
+ "accessorKind": "get"
6281
+ },
6282
+ {
6283
+ "kind": "Accessor",
6284
+ "name": "Set",
6285
+ "printedName": "Set()",
6286
+ "children": [
6287
+ {
6288
+ "kind": "TypeNominal",
6289
+ "name": "Void",
6290
+ "printedName": "()"
6291
+ },
6292
+ {
6293
+ "kind": "TypeNominal",
6294
+ "name": "FeedHeight",
6295
+ "printedName": "ShortKitSDK.FeedHeight",
6296
+ "usr": "s:11ShortKitSDK10FeedHeightO"
6297
+ }
6298
+ ],
6299
+ "declKind": "Accessor",
6300
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovs",
6301
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0Ovs",
6302
+ "moduleName": "ShortKitSDK",
6303
+ "implicit": true,
6304
+ "accessorKind": "set"
6305
+ },
6306
+ {
6307
+ "kind": "Accessor",
6308
+ "name": "Modify",
6309
+ "printedName": "Modify()",
6310
+ "children": [
6311
+ {
6312
+ "kind": "TypeNominal",
6313
+ "name": "Void",
6314
+ "printedName": "()"
6315
+ }
6316
+ ],
6317
+ "declKind": "Accessor",
6318
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeightAA0dG0OvM",
6319
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeightAA0dG0OvM",
6320
+ "moduleName": "ShortKitSDK",
6321
+ "implicit": true,
6322
+ "accessorKind": "_modify"
6323
+ }
6324
+ ]
6325
+ },
6326
+ {
6327
+ "kind": "Var",
6328
+ "name": "videoOverlay",
6329
+ "printedName": "videoOverlay",
6330
+ "children": [
6331
+ {
6332
+ "kind": "TypeNominal",
6333
+ "name": "VideoOverlayMode",
6334
+ "printedName": "ShortKitSDK.VideoOverlayMode",
6335
+ "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6336
+ }
6337
+ ],
6338
+ "declKind": "Var",
6339
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
6340
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvp",
6341
+ "moduleName": "ShortKitSDK",
6342
+ "declAttributes": [
6343
+ "HasStorage",
6344
+ "AccessControl"
6345
+ ],
6346
+ "hasStorage": true,
6347
+ "accessors": [
6348
+ {
6349
+ "kind": "Accessor",
6350
+ "name": "Get",
6351
+ "printedName": "Get()",
6352
+ "children": [
6353
+ {
6354
+ "kind": "TypeNominal",
6355
+ "name": "VideoOverlayMode",
6356
+ "printedName": "ShortKitSDK.VideoOverlayMode",
6357
+ "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6358
+ }
6359
+ ],
6360
+ "declKind": "Accessor",
6361
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
6362
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvg",
6363
+ "moduleName": "ShortKitSDK",
6364
+ "implicit": true,
6365
+ "accessorKind": "get"
6366
+ },
6367
+ {
6368
+ "kind": "Accessor",
6369
+ "name": "Set",
6370
+ "printedName": "Set()",
6371
+ "children": [
6372
+ {
6373
+ "kind": "TypeNominal",
6374
+ "name": "Void",
6375
+ "printedName": "()"
6376
+ },
6377
+ {
6378
+ "kind": "TypeNominal",
6379
+ "name": "VideoOverlayMode",
6380
+ "printedName": "ShortKitSDK.VideoOverlayMode",
6381
+ "usr": "s:11ShortKitSDK16VideoOverlayModeO"
6382
+ }
6383
+ ],
6384
+ "declKind": "Accessor",
6385
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
6386
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvs",
6387
+ "moduleName": "ShortKitSDK",
6388
+ "implicit": true,
6389
+ "accessorKind": "set"
6390
+ },
6391
+ {
6392
+ "kind": "Accessor",
6393
+ "name": "Modify",
6394
+ "printedName": "Modify()",
6395
+ "children": [
6396
+ {
6397
+ "kind": "TypeNominal",
6398
+ "name": "Void",
6399
+ "printedName": "()"
6400
+ }
6401
+ ],
6402
+ "declKind": "Accessor",
6403
+ "usr": "s:11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
6404
+ "mangledName": "$s11ShortKitSDK10FeedConfigV12videoOverlayAA05VideoG4ModeOvM",
6405
+ "moduleName": "ShortKitSDK",
6406
+ "implicit": true,
6407
+ "accessorKind": "_modify"
6408
+ }
6409
+ ]
6410
+ },
6411
+ {
6412
+ "kind": "Var",
6413
+ "name": "carouselOverlay",
6414
+ "printedName": "carouselOverlay",
6415
+ "children": [
6416
+ {
6417
+ "kind": "TypeNominal",
6418
+ "name": "CarouselOverlayMode",
6419
+ "printedName": "ShortKitSDK.CarouselOverlayMode",
6420
+ "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6421
+ }
6422
+ ],
6423
+ "declKind": "Var",
6424
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
6425
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvp",
6426
+ "moduleName": "ShortKitSDK",
6427
+ "declAttributes": [
6428
+ "HasStorage",
6429
+ "AccessControl"
6430
+ ],
6431
+ "hasStorage": true,
6432
+ "accessors": [
6433
+ {
6434
+ "kind": "Accessor",
6435
+ "name": "Get",
6436
+ "printedName": "Get()",
6437
+ "children": [
6438
+ {
6439
+ "kind": "TypeNominal",
6440
+ "name": "CarouselOverlayMode",
6441
+ "printedName": "ShortKitSDK.CarouselOverlayMode",
6442
+ "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6443
+ }
6444
+ ],
6445
+ "declKind": "Accessor",
6446
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
6447
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvg",
6448
+ "moduleName": "ShortKitSDK",
6449
+ "implicit": true,
6450
+ "accessorKind": "get"
6451
+ },
6452
+ {
6453
+ "kind": "Accessor",
6454
+ "name": "Set",
6455
+ "printedName": "Set()",
6456
+ "children": [
6457
+ {
6458
+ "kind": "TypeNominal",
6459
+ "name": "Void",
6460
+ "printedName": "()"
6461
+ },
6462
+ {
6463
+ "kind": "TypeNominal",
6464
+ "name": "CarouselOverlayMode",
6465
+ "printedName": "ShortKitSDK.CarouselOverlayMode",
6466
+ "usr": "s:11ShortKitSDK19CarouselOverlayModeO"
6467
+ }
6468
+ ],
6469
+ "declKind": "Accessor",
6470
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
6471
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvs",
6472
+ "moduleName": "ShortKitSDK",
6473
+ "implicit": true,
6474
+ "accessorKind": "set"
6475
+ },
6476
+ {
6477
+ "kind": "Accessor",
6478
+ "name": "Modify",
6479
+ "printedName": "Modify()",
6480
+ "children": [
6481
+ {
6482
+ "kind": "TypeNominal",
6483
+ "name": "Void",
6484
+ "printedName": "()"
6485
+ }
6486
+ ],
6487
+ "declKind": "Accessor",
6488
+ "usr": "s:11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
6489
+ "mangledName": "$s11ShortKitSDK10FeedConfigV15carouselOverlayAA08CarouselG4ModeOvM",
6490
+ "moduleName": "ShortKitSDK",
6491
+ "implicit": true,
6492
+ "accessorKind": "_modify"
6493
+ }
6494
+ ]
6495
+ },
6496
+ {
6497
+ "kind": "Var",
6498
+ "name": "surveyOverlay",
6499
+ "printedName": "surveyOverlay",
6500
+ "children": [
6501
+ {
6502
+ "kind": "TypeNominal",
6503
+ "name": "SurveyOverlayMode",
6504
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
6505
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
6506
+ }
6507
+ ],
6508
+ "declKind": "Var",
6509
+ "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvp",
6510
+ "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvp",
6511
+ "moduleName": "ShortKitSDK",
6512
+ "declAttributes": [
6513
+ "HasStorage",
6514
+ "AccessControl"
6515
+ ],
6516
+ "hasStorage": true,
6517
+ "accessors": [
6518
+ {
6519
+ "kind": "Accessor",
6520
+ "name": "Get",
6521
+ "printedName": "Get()",
6522
+ "children": [
6523
+ {
6524
+ "kind": "TypeNominal",
6525
+ "name": "SurveyOverlayMode",
6526
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
6527
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
6528
+ }
6529
+ ],
6530
+ "declKind": "Accessor",
6531
+ "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvg",
6532
+ "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvg",
6533
+ "moduleName": "ShortKitSDK",
6534
+ "implicit": true,
6535
+ "accessorKind": "get"
6536
+ },
6537
+ {
6538
+ "kind": "Accessor",
6539
+ "name": "Set",
6540
+ "printedName": "Set()",
6541
+ "children": [
6542
+ {
6543
+ "kind": "TypeNominal",
6544
+ "name": "Void",
6545
+ "printedName": "()"
6546
+ },
6547
+ {
6548
+ "kind": "TypeNominal",
6549
+ "name": "SurveyOverlayMode",
6550
+ "printedName": "ShortKitSDK.SurveyOverlayMode",
6551
+ "usr": "s:11ShortKitSDK17SurveyOverlayModeO"
6552
+ }
6553
+ ],
6554
+ "declKind": "Accessor",
6555
+ "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvs",
6556
+ "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvs",
6557
+ "moduleName": "ShortKitSDK",
6558
+ "implicit": true,
6559
+ "accessorKind": "set"
6560
+ },
6561
+ {
6562
+ "kind": "Accessor",
6563
+ "name": "Modify",
6564
+ "printedName": "Modify()",
6565
+ "children": [
6566
+ {
6567
+ "kind": "TypeNominal",
6568
+ "name": "Void",
6569
+ "printedName": "()"
6570
+ }
6571
+ ],
6572
+ "declKind": "Accessor",
6573
+ "usr": "s:11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvM",
6574
+ "mangledName": "$s11ShortKitSDK10FeedConfigV13surveyOverlayAA06SurveyG4ModeOvM",
6575
+ "moduleName": "ShortKitSDK",
6576
+ "implicit": true,
6577
+ "accessorKind": "_modify"
6578
+ }
6579
+ ]
6580
+ },
6581
+ {
6582
+ "kind": "Var",
6583
+ "name": "adOverlay",
6584
+ "printedName": "adOverlay",
6585
+ "children": [
6586
+ {
6587
+ "kind": "TypeNominal",
6588
+ "name": "AdOverlayMode",
6589
+ "printedName": "ShortKitSDK.AdOverlayMode",
6590
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
6591
+ }
6592
+ ],
6593
+ "declKind": "Var",
6594
+ "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvp",
6595
+ "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvp",
5715
6596
  "moduleName": "ShortKitSDK",
5716
6597
  "declAttributes": [
5717
6598
  "HasStorage",
@@ -5732,8 +6613,178 @@
5732
6613
  }
5733
6614
  ],
5734
6615
  "declKind": "Accessor",
5735
- "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvg",
5736
- "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvg",
6616
+ "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvg",
6617
+ "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvg",
6618
+ "moduleName": "ShortKitSDK",
6619
+ "implicit": true,
6620
+ "accessorKind": "get"
6621
+ },
6622
+ {
6623
+ "kind": "Accessor",
6624
+ "name": "Set",
6625
+ "printedName": "Set()",
6626
+ "children": [
6627
+ {
6628
+ "kind": "TypeNominal",
6629
+ "name": "Void",
6630
+ "printedName": "()"
6631
+ },
6632
+ {
6633
+ "kind": "TypeNominal",
6634
+ "name": "AdOverlayMode",
6635
+ "printedName": "ShortKitSDK.AdOverlayMode",
6636
+ "usr": "s:11ShortKitSDK13AdOverlayModeO"
6637
+ }
6638
+ ],
6639
+ "declKind": "Accessor",
6640
+ "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvs",
6641
+ "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvs",
6642
+ "moduleName": "ShortKitSDK",
6643
+ "implicit": true,
6644
+ "accessorKind": "set"
6645
+ },
6646
+ {
6647
+ "kind": "Accessor",
6648
+ "name": "Modify",
6649
+ "printedName": "Modify()",
6650
+ "children": [
6651
+ {
6652
+ "kind": "TypeNominal",
6653
+ "name": "Void",
6654
+ "printedName": "()"
6655
+ }
6656
+ ],
6657
+ "declKind": "Accessor",
6658
+ "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvM",
6659
+ "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvM",
6660
+ "moduleName": "ShortKitSDK",
6661
+ "implicit": true,
6662
+ "accessorKind": "_modify"
6663
+ }
6664
+ ]
6665
+ },
6666
+ {
6667
+ "kind": "Var",
6668
+ "name": "muteOnStart",
6669
+ "printedName": "muteOnStart",
6670
+ "children": [
6671
+ {
6672
+ "kind": "TypeNominal",
6673
+ "name": "Bool",
6674
+ "printedName": "Swift.Bool",
6675
+ "usr": "s:Sb"
6676
+ }
6677
+ ],
6678
+ "declKind": "Var",
6679
+ "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvp",
6680
+ "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvp",
6681
+ "moduleName": "ShortKitSDK",
6682
+ "declAttributes": [
6683
+ "HasStorage",
6684
+ "AccessControl"
6685
+ ],
6686
+ "hasStorage": true,
6687
+ "accessors": [
6688
+ {
6689
+ "kind": "Accessor",
6690
+ "name": "Get",
6691
+ "printedName": "Get()",
6692
+ "children": [
6693
+ {
6694
+ "kind": "TypeNominal",
6695
+ "name": "Bool",
6696
+ "printedName": "Swift.Bool",
6697
+ "usr": "s:Sb"
6698
+ }
6699
+ ],
6700
+ "declKind": "Accessor",
6701
+ "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvg",
6702
+ "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvg",
6703
+ "moduleName": "ShortKitSDK",
6704
+ "implicit": true,
6705
+ "accessorKind": "get"
6706
+ },
6707
+ {
6708
+ "kind": "Accessor",
6709
+ "name": "Set",
6710
+ "printedName": "Set()",
6711
+ "children": [
6712
+ {
6713
+ "kind": "TypeNominal",
6714
+ "name": "Void",
6715
+ "printedName": "()"
6716
+ },
6717
+ {
6718
+ "kind": "TypeNominal",
6719
+ "name": "Bool",
6720
+ "printedName": "Swift.Bool",
6721
+ "usr": "s:Sb"
6722
+ }
6723
+ ],
6724
+ "declKind": "Accessor",
6725
+ "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvs",
6726
+ "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvs",
6727
+ "moduleName": "ShortKitSDK",
6728
+ "implicit": true,
6729
+ "accessorKind": "set"
6730
+ },
6731
+ {
6732
+ "kind": "Accessor",
6733
+ "name": "Modify",
6734
+ "printedName": "Modify()",
6735
+ "children": [
6736
+ {
6737
+ "kind": "TypeNominal",
6738
+ "name": "Void",
6739
+ "printedName": "()"
6740
+ }
6741
+ ],
6742
+ "declKind": "Accessor",
6743
+ "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvM",
6744
+ "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvM",
6745
+ "moduleName": "ShortKitSDK",
6746
+ "implicit": true,
6747
+ "accessorKind": "_modify"
6748
+ }
6749
+ ]
6750
+ },
6751
+ {
6752
+ "kind": "Var",
6753
+ "name": "autoplay",
6754
+ "printedName": "autoplay",
6755
+ "children": [
6756
+ {
6757
+ "kind": "TypeNominal",
6758
+ "name": "Bool",
6759
+ "printedName": "Swift.Bool",
6760
+ "usr": "s:Sb"
6761
+ }
6762
+ ],
6763
+ "declKind": "Var",
6764
+ "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvp",
6765
+ "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvp",
6766
+ "moduleName": "ShortKitSDK",
6767
+ "declAttributes": [
6768
+ "HasStorage",
6769
+ "AccessControl"
6770
+ ],
6771
+ "hasStorage": true,
6772
+ "accessors": [
6773
+ {
6774
+ "kind": "Accessor",
6775
+ "name": "Get",
6776
+ "printedName": "Get()",
6777
+ "children": [
6778
+ {
6779
+ "kind": "TypeNominal",
6780
+ "name": "Bool",
6781
+ "printedName": "Swift.Bool",
6782
+ "usr": "s:Sb"
6783
+ }
6784
+ ],
6785
+ "declKind": "Accessor",
6786
+ "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvg",
6787
+ "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvg",
5737
6788
  "moduleName": "ShortKitSDK",
5738
6789
  "implicit": true,
5739
6790
  "accessorKind": "get"
@@ -5750,14 +6801,14 @@
5750
6801
  },
5751
6802
  {
5752
6803
  "kind": "TypeNominal",
5753
- "name": "AdOverlayMode",
5754
- "printedName": "ShortKitSDK.AdOverlayMode",
5755
- "usr": "s:11ShortKitSDK13AdOverlayModeO"
6804
+ "name": "Bool",
6805
+ "printedName": "Swift.Bool",
6806
+ "usr": "s:Sb"
5756
6807
  }
5757
6808
  ],
5758
6809
  "declKind": "Accessor",
5759
- "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvs",
5760
- "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvs",
6810
+ "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvs",
6811
+ "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvs",
5761
6812
  "moduleName": "ShortKitSDK",
5762
6813
  "implicit": true,
5763
6814
  "accessorKind": "set"
@@ -5774,8 +6825,8 @@
5774
6825
  }
5775
6826
  ],
5776
6827
  "declKind": "Accessor",
5777
- "usr": "s:11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvM",
5778
- "mangledName": "$s11ShortKitSDK10FeedConfigV9adOverlayAA02AdG4ModeOvM",
6828
+ "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvM",
6829
+ "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvM",
5779
6830
  "moduleName": "ShortKitSDK",
5780
6831
  "implicit": true,
5781
6832
  "accessorKind": "_modify"
@@ -5784,19 +6835,19 @@
5784
6835
  },
5785
6836
  {
5786
6837
  "kind": "Var",
5787
- "name": "muteOnStart",
5788
- "printedName": "muteOnStart",
6838
+ "name": "feedSource",
6839
+ "printedName": "feedSource",
5789
6840
  "children": [
5790
6841
  {
5791
6842
  "kind": "TypeNominal",
5792
- "name": "Bool",
5793
- "printedName": "Swift.Bool",
5794
- "usr": "s:Sb"
6843
+ "name": "FeedSource",
6844
+ "printedName": "ShortKitSDK.FeedSource",
6845
+ "usr": "s:11ShortKitSDK10FeedSourceO"
5795
6846
  }
5796
6847
  ],
5797
6848
  "declKind": "Var",
5798
- "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvp",
5799
- "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvp",
6849
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovp",
6850
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovp",
5800
6851
  "moduleName": "ShortKitSDK",
5801
6852
  "declAttributes": [
5802
6853
  "HasStorage",
@@ -5811,14 +6862,14 @@
5811
6862
  "children": [
5812
6863
  {
5813
6864
  "kind": "TypeNominal",
5814
- "name": "Bool",
5815
- "printedName": "Swift.Bool",
5816
- "usr": "s:Sb"
6865
+ "name": "FeedSource",
6866
+ "printedName": "ShortKitSDK.FeedSource",
6867
+ "usr": "s:11ShortKitSDK10FeedSourceO"
5817
6868
  }
5818
6869
  ],
5819
6870
  "declKind": "Accessor",
5820
- "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvg",
5821
- "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvg",
6871
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovg",
6872
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovg",
5822
6873
  "moduleName": "ShortKitSDK",
5823
6874
  "implicit": true,
5824
6875
  "accessorKind": "get"
@@ -5835,14 +6886,14 @@
5835
6886
  },
5836
6887
  {
5837
6888
  "kind": "TypeNominal",
5838
- "name": "Bool",
5839
- "printedName": "Swift.Bool",
5840
- "usr": "s:Sb"
6889
+ "name": "FeedSource",
6890
+ "printedName": "ShortKitSDK.FeedSource",
6891
+ "usr": "s:11ShortKitSDK10FeedSourceO"
5841
6892
  }
5842
6893
  ],
5843
6894
  "declKind": "Accessor",
5844
- "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvs",
5845
- "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvs",
6895
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovs",
6896
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovs",
5846
6897
  "moduleName": "ShortKitSDK",
5847
6898
  "implicit": true,
5848
6899
  "accessorKind": "set"
@@ -5859,8 +6910,8 @@
5859
6910
  }
5860
6911
  ],
5861
6912
  "declKind": "Accessor",
5862
- "usr": "s:11ShortKitSDK10FeedConfigV11muteOnStartSbvM",
5863
- "mangledName": "$s11ShortKitSDK10FeedConfigV11muteOnStartSbvM",
6913
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0OvM",
6914
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0OvM",
5864
6915
  "moduleName": "ShortKitSDK",
5865
6916
  "implicit": true,
5866
6917
  "accessorKind": "_modify"
@@ -5869,8 +6920,8 @@
5869
6920
  },
5870
6921
  {
5871
6922
  "kind": "Var",
5872
- "name": "autoplay",
5873
- "printedName": "autoplay",
6923
+ "name": "coldStartEnabled",
6924
+ "printedName": "coldStartEnabled",
5874
6925
  "children": [
5875
6926
  {
5876
6927
  "kind": "TypeNominal",
@@ -5880,8 +6931,8 @@
5880
6931
  }
5881
6932
  ],
5882
6933
  "declKind": "Var",
5883
- "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvp",
5884
- "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvp",
6934
+ "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvp",
6935
+ "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvp",
5885
6936
  "moduleName": "ShortKitSDK",
5886
6937
  "declAttributes": [
5887
6938
  "HasStorage",
@@ -5902,8 +6953,8 @@
5902
6953
  }
5903
6954
  ],
5904
6955
  "declKind": "Accessor",
5905
- "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvg",
5906
- "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvg",
6956
+ "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvg",
6957
+ "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvg",
5907
6958
  "moduleName": "ShortKitSDK",
5908
6959
  "implicit": true,
5909
6960
  "accessorKind": "get"
@@ -5926,8 +6977,8 @@
5926
6977
  }
5927
6978
  ],
5928
6979
  "declKind": "Accessor",
5929
- "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvs",
5930
- "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvs",
6980
+ "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvs",
6981
+ "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvs",
5931
6982
  "moduleName": "ShortKitSDK",
5932
6983
  "implicit": true,
5933
6984
  "accessorKind": "set"
@@ -5944,8 +6995,8 @@
5944
6995
  }
5945
6996
  ],
5946
6997
  "declKind": "Accessor",
5947
- "usr": "s:11ShortKitSDK10FeedConfigV8autoplaySbvM",
5948
- "mangledName": "$s11ShortKitSDK10FeedConfigV8autoplaySbvM",
6998
+ "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvM",
6999
+ "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvM",
5949
7000
  "moduleName": "ShortKitSDK",
5950
7001
  "implicit": true,
5951
7002
  "accessorKind": "_modify"
@@ -5954,21 +7005,30 @@
5954
7005
  },
5955
7006
  {
5956
7007
  "kind": "Var",
5957
- "name": "feedSource",
5958
- "printedName": "feedSource",
7008
+ "name": "filter",
7009
+ "printedName": "filter",
5959
7010
  "children": [
5960
7011
  {
5961
7012
  "kind": "TypeNominal",
5962
- "name": "FeedSource",
5963
- "printedName": "ShortKitSDK.FeedSource",
5964
- "usr": "s:11ShortKitSDK10FeedSourceO"
7013
+ "name": "Optional",
7014
+ "printedName": "ShortKitSDK.FeedFilter?",
7015
+ "children": [
7016
+ {
7017
+ "kind": "TypeNominal",
7018
+ "name": "FeedFilter",
7019
+ "printedName": "ShortKitSDK.FeedFilter",
7020
+ "usr": "s:11ShortKitSDK10FeedFilterV"
7021
+ }
7022
+ ],
7023
+ "usr": "s:Sq"
5965
7024
  }
5966
7025
  ],
5967
7026
  "declKind": "Var",
5968
- "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovp",
5969
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovp",
7027
+ "usr": "s:11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvp",
7028
+ "mangledName": "$s11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvp",
5970
7029
  "moduleName": "ShortKitSDK",
5971
7030
  "declAttributes": [
7031
+ "HasInitialValue",
5972
7032
  "HasStorage",
5973
7033
  "AccessControl"
5974
7034
  ],
@@ -5981,14 +7041,22 @@
5981
7041
  "children": [
5982
7042
  {
5983
7043
  "kind": "TypeNominal",
5984
- "name": "FeedSource",
5985
- "printedName": "ShortKitSDK.FeedSource",
5986
- "usr": "s:11ShortKitSDK10FeedSourceO"
7044
+ "name": "Optional",
7045
+ "printedName": "ShortKitSDK.FeedFilter?",
7046
+ "children": [
7047
+ {
7048
+ "kind": "TypeNominal",
7049
+ "name": "FeedFilter",
7050
+ "printedName": "ShortKitSDK.FeedFilter",
7051
+ "usr": "s:11ShortKitSDK10FeedFilterV"
7052
+ }
7053
+ ],
7054
+ "usr": "s:Sq"
5987
7055
  }
5988
7056
  ],
5989
7057
  "declKind": "Accessor",
5990
- "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovg",
5991
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovg",
7058
+ "usr": "s:11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvg",
7059
+ "mangledName": "$s11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvg",
5992
7060
  "moduleName": "ShortKitSDK",
5993
7061
  "implicit": true,
5994
7062
  "accessorKind": "get"
@@ -6005,14 +7073,22 @@
6005
7073
  },
6006
7074
  {
6007
7075
  "kind": "TypeNominal",
6008
- "name": "FeedSource",
6009
- "printedName": "ShortKitSDK.FeedSource",
6010
- "usr": "s:11ShortKitSDK10FeedSourceO"
7076
+ "name": "Optional",
7077
+ "printedName": "ShortKitSDK.FeedFilter?",
7078
+ "children": [
7079
+ {
7080
+ "kind": "TypeNominal",
7081
+ "name": "FeedFilter",
7082
+ "printedName": "ShortKitSDK.FeedFilter",
7083
+ "usr": "s:11ShortKitSDK10FeedFilterV"
7084
+ }
7085
+ ],
7086
+ "usr": "s:Sq"
6011
7087
  }
6012
7088
  ],
6013
7089
  "declKind": "Accessor",
6014
- "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovs",
6015
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0Ovs",
7090
+ "usr": "s:11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvs",
7091
+ "mangledName": "$s11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvs",
6016
7092
  "moduleName": "ShortKitSDK",
6017
7093
  "implicit": true,
6018
7094
  "accessorKind": "set"
@@ -6029,8 +7105,8 @@
6029
7105
  }
6030
7106
  ],
6031
7107
  "declKind": "Accessor",
6032
- "usr": "s:11ShortKitSDK10FeedConfigV10feedSourceAA0dG0OvM",
6033
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedSourceAA0dG0OvM",
7108
+ "usr": "s:11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvM",
7109
+ "mangledName": "$s11ShortKitSDK10FeedConfigV6filterAA0D6FilterVSgvM",
6034
7110
  "moduleName": "ShortKitSDK",
6035
7111
  "implicit": true,
6036
7112
  "accessorKind": "_modify"
@@ -6039,23 +7115,33 @@
6039
7115
  },
6040
7116
  {
6041
7117
  "kind": "Var",
6042
- "name": "coldStartEnabled",
6043
- "printedName": "coldStartEnabled",
7118
+ "name": "preload",
7119
+ "printedName": "preload",
6044
7120
  "children": [
6045
7121
  {
6046
7122
  "kind": "TypeNominal",
6047
- "name": "Bool",
6048
- "printedName": "Swift.Bool",
6049
- "usr": "s:Sb"
7123
+ "name": "Optional",
7124
+ "printedName": "ShortKitSDK.FeedPreload?",
7125
+ "children": [
7126
+ {
7127
+ "kind": "TypeNominal",
7128
+ "name": "FeedPreload",
7129
+ "printedName": "ShortKitSDK.FeedPreload",
7130
+ "usr": "s:11ShortKitSDK11FeedPreloadC"
7131
+ }
7132
+ ],
7133
+ "usr": "s:Sq"
6050
7134
  }
6051
7135
  ],
6052
7136
  "declKind": "Var",
6053
- "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvp",
6054
- "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvp",
7137
+ "usr": "s:11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvp",
7138
+ "mangledName": "$s11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvp",
6055
7139
  "moduleName": "ShortKitSDK",
6056
7140
  "declAttributes": [
7141
+ "HasInitialValue",
6057
7142
  "HasStorage",
6058
- "AccessControl"
7143
+ "AccessControl",
7144
+ "RawDocComment"
6059
7145
  ],
6060
7146
  "hasStorage": true,
6061
7147
  "accessors": [
@@ -6066,14 +7152,22 @@
6066
7152
  "children": [
6067
7153
  {
6068
7154
  "kind": "TypeNominal",
6069
- "name": "Bool",
6070
- "printedName": "Swift.Bool",
6071
- "usr": "s:Sb"
7155
+ "name": "Optional",
7156
+ "printedName": "ShortKitSDK.FeedPreload?",
7157
+ "children": [
7158
+ {
7159
+ "kind": "TypeNominal",
7160
+ "name": "FeedPreload",
7161
+ "printedName": "ShortKitSDK.FeedPreload",
7162
+ "usr": "s:11ShortKitSDK11FeedPreloadC"
7163
+ }
7164
+ ],
7165
+ "usr": "s:Sq"
6072
7166
  }
6073
7167
  ],
6074
7168
  "declKind": "Accessor",
6075
- "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvg",
6076
- "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvg",
7169
+ "usr": "s:11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvg",
7170
+ "mangledName": "$s11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvg",
6077
7171
  "moduleName": "ShortKitSDK",
6078
7172
  "implicit": true,
6079
7173
  "accessorKind": "get"
@@ -6090,14 +7184,22 @@
6090
7184
  },
6091
7185
  {
6092
7186
  "kind": "TypeNominal",
6093
- "name": "Bool",
6094
- "printedName": "Swift.Bool",
6095
- "usr": "s:Sb"
7187
+ "name": "Optional",
7188
+ "printedName": "ShortKitSDK.FeedPreload?",
7189
+ "children": [
7190
+ {
7191
+ "kind": "TypeNominal",
7192
+ "name": "FeedPreload",
7193
+ "printedName": "ShortKitSDK.FeedPreload",
7194
+ "usr": "s:11ShortKitSDK11FeedPreloadC"
7195
+ }
7196
+ ],
7197
+ "usr": "s:Sq"
6096
7198
  }
6097
7199
  ],
6098
7200
  "declKind": "Accessor",
6099
- "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvs",
6100
- "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvs",
7201
+ "usr": "s:11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvs",
7202
+ "mangledName": "$s11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvs",
6101
7203
  "moduleName": "ShortKitSDK",
6102
7204
  "implicit": true,
6103
7205
  "accessorKind": "set"
@@ -6114,8 +7216,8 @@
6114
7216
  }
6115
7217
  ],
6116
7218
  "declKind": "Accessor",
6117
- "usr": "s:11ShortKitSDK10FeedConfigV16coldStartEnabledSbvM",
6118
- "mangledName": "$s11ShortKitSDK10FeedConfigV16coldStartEnabledSbvM",
7219
+ "usr": "s:11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvM",
7220
+ "mangledName": "$s11ShortKitSDK10FeedConfigV7preloadAA0D7PreloadCSgvM",
6119
7221
  "moduleName": "ShortKitSDK",
6120
7222
  "implicit": true,
6121
7223
  "accessorKind": "_modify"
@@ -6125,7 +7227,7 @@
6125
7227
  {
6126
7228
  "kind": "Constructor",
6127
7229
  "name": "init",
6128
- "printedName": "init(feedHeight:videoOverlay:carouselOverlay:surveyOverlay:adOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:)",
7230
+ "printedName": "init(feedHeight:videoOverlay:carouselOverlay:surveyOverlay:adOverlay:muteOnStart:autoplay:feedSource:coldStartEnabled:filter:preload:)",
6129
7231
  "children": [
6130
7232
  {
6131
7233
  "kind": "TypeNominal",
@@ -6189,16 +7291,38 @@
6189
7291
  "hasDefaultArg": true,
6190
7292
  "usr": "s:11ShortKitSDK10FeedSourceO"
6191
7293
  },
7294
+ {
7295
+ "kind": "TypeNominal",
7296
+ "name": "Bool",
7297
+ "printedName": "Swift.Bool",
7298
+ "hasDefaultArg": true,
7299
+ "usr": "s:Sb"
7300
+ },
6192
7301
  {
6193
7302
  "kind": "TypeNominal",
6194
7303
  "name": "Optional",
6195
- "printedName": "Swift.Bool?",
7304
+ "printedName": "ShortKitSDK.FeedFilter?",
6196
7305
  "children": [
6197
7306
  {
6198
7307
  "kind": "TypeNominal",
6199
- "name": "Bool",
6200
- "printedName": "Swift.Bool",
6201
- "usr": "s:Sb"
7308
+ "name": "FeedFilter",
7309
+ "printedName": "ShortKitSDK.FeedFilter",
7310
+ "usr": "s:11ShortKitSDK10FeedFilterV"
7311
+ }
7312
+ ],
7313
+ "hasDefaultArg": true,
7314
+ "usr": "s:Sq"
7315
+ },
7316
+ {
7317
+ "kind": "TypeNominal",
7318
+ "name": "Optional",
7319
+ "printedName": "ShortKitSDK.FeedPreload?",
7320
+ "children": [
7321
+ {
7322
+ "kind": "TypeNominal",
7323
+ "name": "FeedPreload",
7324
+ "printedName": "ShortKitSDK.FeedPreload",
7325
+ "usr": "s:11ShortKitSDK11FeedPreloadC"
6202
7326
  }
6203
7327
  ],
6204
7328
  "hasDefaultArg": true,
@@ -6206,8 +7330,8 @@
6206
7330
  }
6207
7331
  ],
6208
7332
  "declKind": "Constructor",
6209
- "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight12videoOverlay08carouselI006surveyI002adI011muteOnStart8autoplay0F6Source04coldO7EnabledAcA0dG0O_AA05VideoI4ModeOAA08CarouseliU0OAA06SurveyiU0OAA02AdiU0OS2bAA0dQ0OSbSgtcfc",
6210
- "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight12videoOverlay08carouselI006surveyI002adI011muteOnStart8autoplay0F6Source04coldO7EnabledAcA0dG0O_AA05VideoI4ModeOAA08CarouseliU0OAA06SurveyiU0OAA02AdiU0OS2bAA0dQ0OSbSgtcfc",
7333
+ "usr": "s:11ShortKitSDK10FeedConfigV10feedHeight12videoOverlay08carouselI006surveyI002adI011muteOnStart8autoplay0F6Source04coldO7Enabled6filter7preloadAcA0dG0O_AA05VideoI4ModeOAA08CarouseliW0OAA06SurveyiW0OAA02AdiW0OS2bAA0dQ0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
7334
+ "mangledName": "$s11ShortKitSDK10FeedConfigV10feedHeight12videoOverlay08carouselI006surveyI002adI011muteOnStart8autoplay0F6Source04coldO7Enabled6filter7preloadAcA0dG0O_AA05VideoI4ModeOAA08CarouseliW0OAA06SurveyiW0OAA02AdiW0OS2bAA0dQ0OSbAA0D6FilterVSgAA0D7PreloadCSgtcfc",
6211
7335
  "moduleName": "ShortKitSDK",
6212
7336
  "declAttributes": [
6213
7337
  "AccessControl"
@@ -7631,6 +8755,13 @@
7631
8755
  "declKind": "Import",
7632
8756
  "moduleName": "ShortKitSDK"
7633
8757
  },
8758
+ {
8759
+ "kind": "Import",
8760
+ "name": "UIKit",
8761
+ "printedName": "UIKit",
8762
+ "declKind": "Import",
8763
+ "moduleName": "ShortKitSDK"
8764
+ },
7634
8765
  {
7635
8766
  "kind": "Import",
7636
8767
  "name": "AVFoundation",
@@ -7652,6 +8783,51 @@
7652
8783
  "declKind": "Import",
7653
8784
  "moduleName": "ShortKitSDK"
7654
8785
  },
8786
+ {
8787
+ "kind": "Import",
8788
+ "name": "Foundation",
8789
+ "printedName": "Foundation",
8790
+ "declKind": "Import",
8791
+ "moduleName": "ShortKitSDK"
8792
+ },
8793
+ {
8794
+ "kind": "TypeDecl",
8795
+ "name": "FeedPreload",
8796
+ "printedName": "FeedPreload",
8797
+ "declKind": "Class",
8798
+ "usr": "s:11ShortKitSDK11FeedPreloadC",
8799
+ "mangledName": "$s11ShortKitSDK11FeedPreloadC",
8800
+ "moduleName": "ShortKitSDK",
8801
+ "declAttributes": [
8802
+ "Final",
8803
+ "AccessControl",
8804
+ "RawDocComment"
8805
+ ],
8806
+ "hasMissingDesignatedInitializers": true,
8807
+ "conformances": [
8808
+ {
8809
+ "kind": "Conformance",
8810
+ "name": "Copyable",
8811
+ "printedName": "Copyable",
8812
+ "usr": "s:s8CopyableP",
8813
+ "mangledName": "$ss8CopyableP"
8814
+ },
8815
+ {
8816
+ "kind": "Conformance",
8817
+ "name": "Escapable",
8818
+ "printedName": "Escapable",
8819
+ "usr": "s:s9EscapableP",
8820
+ "mangledName": "$ss9EscapableP"
8821
+ },
8822
+ {
8823
+ "kind": "Conformance",
8824
+ "name": "Sendable",
8825
+ "printedName": "Sendable",
8826
+ "usr": "s:s8SendableP",
8827
+ "mangledName": "$ss8SendableP"
8828
+ }
8829
+ ]
8830
+ },
7655
8831
  {
7656
8832
  "kind": "Import",
7657
8833
  "name": "SwiftUI",
@@ -7667,7 +8843,7 @@
7667
8843
  {
7668
8844
  "kind": "Constructor",
7669
8845
  "name": "init",
7670
- "printedName": "init(shortKit:)",
8846
+ "printedName": "init(shortKit:config:)",
7671
8847
  "children": [
7672
8848
  {
7673
8849
  "kind": "TypeNominal",
@@ -7677,21 +8853,50 @@
7677
8853
  },
7678
8854
  {
7679
8855
  "kind": "TypeNominal",
7680
- "name": "ShortKit",
7681
- "printedName": "ShortKitSDK.ShortKit",
7682
- "usr": "s:11ShortKitSDK0aB0C"
8856
+ "name": "ShortKit",
8857
+ "printedName": "ShortKitSDK.ShortKit",
8858
+ "usr": "s:11ShortKitSDK0aB0C"
8859
+ },
8860
+ {
8861
+ "kind": "TypeNominal",
8862
+ "name": "FeedConfig",
8863
+ "printedName": "ShortKitSDK.FeedConfig",
8864
+ "usr": "s:11ShortKitSDK10FeedConfigV"
8865
+ }
8866
+ ],
8867
+ "declKind": "Constructor",
8868
+ "usr": "s:11ShortKitSDK0aB8FeedViewV05shortB06configAcA0aB0C_AA0D6ConfigVtcfc",
8869
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV05shortB06configAcA0aB0C_AA0D6ConfigVtcfc",
8870
+ "moduleName": "ShortKitSDK",
8871
+ "declAttributes": [
8872
+ "Preconcurrency",
8873
+ "Custom",
8874
+ "AccessControl"
8875
+ ],
8876
+ "init_kind": "Designated"
8877
+ },
8878
+ {
8879
+ "kind": "Function",
8880
+ "name": "makeCoordinator",
8881
+ "printedName": "makeCoordinator()",
8882
+ "children": [
8883
+ {
8884
+ "kind": "TypeNominal",
8885
+ "name": "Coordinator",
8886
+ "printedName": "ShortKitSDK.ShortKitFeedView.Coordinator",
8887
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC"
7683
8888
  }
7684
8889
  ],
7685
- "declKind": "Constructor",
7686
- "usr": "s:11ShortKitSDK0aB8FeedViewV05shortB0AcA0aB0C_tcfc",
7687
- "mangledName": "$s11ShortKitSDK0aB8FeedViewV05shortB0AcA0aB0C_tcfc",
8890
+ "declKind": "Func",
8891
+ "usr": "s:11ShortKitSDK0aB8FeedViewV15makeCoordinatorAC0G0CyF",
8892
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV15makeCoordinatorAC0G0CyF",
7688
8893
  "moduleName": "ShortKitSDK",
7689
8894
  "declAttributes": [
7690
8895
  "Preconcurrency",
7691
8896
  "Custom",
7692
8897
  "AccessControl"
7693
8898
  ],
7694
- "init_kind": "Designated"
8899
+ "funcSelfKind": "NonMutating"
7695
8900
  },
7696
8901
  {
7697
8902
  "kind": "Function",
@@ -7771,6 +8976,152 @@
7771
8976
  "AccessControl"
7772
8977
  ],
7773
8978
  "funcSelfKind": "NonMutating"
8979
+ },
8980
+ {
8981
+ "kind": "TypeDecl",
8982
+ "name": "Coordinator",
8983
+ "printedName": "Coordinator",
8984
+ "children": [
8985
+ {
8986
+ "kind": "Var",
8987
+ "name": "feedViewController",
8988
+ "printedName": "feedViewController",
8989
+ "children": [
8990
+ {
8991
+ "kind": "TypeNominal",
8992
+ "name": "WeakStorage",
8993
+ "printedName": "ShortKitSDK.ShortKitFeedViewController?"
8994
+ }
8995
+ ],
8996
+ "declKind": "Var",
8997
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvp",
8998
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvp",
8999
+ "moduleName": "ShortKitSDK",
9000
+ "declAttributes": [
9001
+ "HasInitialValue",
9002
+ "Final",
9003
+ "HasStorage",
9004
+ "ReferenceOwnership",
9005
+ "AccessControl",
9006
+ "RawDocComment"
9007
+ ],
9008
+ "ownership": 1,
9009
+ "hasStorage": true,
9010
+ "accessors": [
9011
+ {
9012
+ "kind": "Accessor",
9013
+ "name": "Get",
9014
+ "printedName": "Get()",
9015
+ "children": [
9016
+ {
9017
+ "kind": "TypeNominal",
9018
+ "name": "Optional",
9019
+ "printedName": "ShortKitSDK.ShortKitFeedViewController?",
9020
+ "children": [
9021
+ {
9022
+ "kind": "TypeNominal",
9023
+ "name": "ShortKitFeedViewController",
9024
+ "printedName": "ShortKitSDK.ShortKitFeedViewController",
9025
+ "usr": "c:@M@ShortKitSDK@objc(cs)ShortKitFeedViewController"
9026
+ }
9027
+ ],
9028
+ "usr": "s:Sq"
9029
+ }
9030
+ ],
9031
+ "declKind": "Accessor",
9032
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvg",
9033
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvg",
9034
+ "moduleName": "ShortKitSDK",
9035
+ "implicit": true,
9036
+ "declAttributes": [
9037
+ "Final"
9038
+ ],
9039
+ "accessorKind": "get"
9040
+ },
9041
+ {
9042
+ "kind": "Accessor",
9043
+ "name": "Set",
9044
+ "printedName": "Set()",
9045
+ "children": [
9046
+ {
9047
+ "kind": "TypeNominal",
9048
+ "name": "Void",
9049
+ "printedName": "()"
9050
+ },
9051
+ {
9052
+ "kind": "TypeNominal",
9053
+ "name": "Optional",
9054
+ "printedName": "ShortKitSDK.ShortKitFeedViewController?",
9055
+ "children": [
9056
+ {
9057
+ "kind": "TypeNominal",
9058
+ "name": "ShortKitFeedViewController",
9059
+ "printedName": "ShortKitSDK.ShortKitFeedViewController",
9060
+ "usr": "c:@M@ShortKitSDK@objc(cs)ShortKitFeedViewController"
9061
+ }
9062
+ ],
9063
+ "usr": "s:Sq"
9064
+ }
9065
+ ],
9066
+ "declKind": "Accessor",
9067
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvs",
9068
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvs",
9069
+ "moduleName": "ShortKitSDK",
9070
+ "implicit": true,
9071
+ "declAttributes": [
9072
+ "Final"
9073
+ ],
9074
+ "accessorKind": "set"
9075
+ },
9076
+ {
9077
+ "kind": "Accessor",
9078
+ "name": "Modify",
9079
+ "printedName": "Modify()",
9080
+ "children": [
9081
+ {
9082
+ "kind": "TypeNominal",
9083
+ "name": "Void",
9084
+ "printedName": "()"
9085
+ }
9086
+ ],
9087
+ "declKind": "Accessor",
9088
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvM",
9089
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV11CoordinatorC04feedE10ControllerAA0abdeH0CSgvM",
9090
+ "moduleName": "ShortKitSDK",
9091
+ "implicit": true,
9092
+ "declAttributes": [
9093
+ "Final"
9094
+ ],
9095
+ "accessorKind": "_modify"
9096
+ }
9097
+ ]
9098
+ }
9099
+ ],
9100
+ "declKind": "Class",
9101
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC",
9102
+ "mangledName": "$s11ShortKitSDK0aB8FeedViewV11CoordinatorC",
9103
+ "moduleName": "ShortKitSDK",
9104
+ "declAttributes": [
9105
+ "Final",
9106
+ "AccessControl"
9107
+ ],
9108
+ "hasMissingDesignatedInitializers": true,
9109
+ "conformances": [
9110
+ {
9111
+ "kind": "Conformance",
9112
+ "name": "Copyable",
9113
+ "printedName": "Copyable",
9114
+ "usr": "s:s8CopyableP",
9115
+ "mangledName": "$ss8CopyableP"
9116
+ },
9117
+ {
9118
+ "kind": "Conformance",
9119
+ "name": "Escapable",
9120
+ "printedName": "Escapable",
9121
+ "usr": "s:s9EscapableP",
9122
+ "mangledName": "$ss9EscapableP"
9123
+ }
9124
+ ]
7774
9125
  }
7775
9126
  ],
7776
9127
  "declKind": "Struct",
@@ -7823,8 +9174,9 @@
7823
9174
  "children": [
7824
9175
  {
7825
9176
  "kind": "TypeNominal",
7826
- "name": "Void",
7827
- "printedName": "()"
9177
+ "name": "Coordinator",
9178
+ "printedName": "ShortKitSDK.ShortKitFeedView.Coordinator",
9179
+ "usr": "s:11ShortKitSDK0aB8FeedViewV11CoordinatorC"
7828
9180
  }
7829
9181
  ]
7830
9182
  }
@@ -7884,18 +9236,164 @@
7884
9236
  "children": [
7885
9237
  {
7886
9238
  "kind": "Var",
7887
- "name": "onDismiss",
7888
- "printedName": "onDismiss",
9239
+ "name": "onDismiss",
9240
+ "printedName": "onDismiss",
9241
+ "children": [
9242
+ {
9243
+ "kind": "TypeNominal",
9244
+ "name": "Optional",
9245
+ "printedName": "(() -> ())?",
9246
+ "children": [
9247
+ {
9248
+ "kind": "TypeFunc",
9249
+ "name": "Function",
9250
+ "printedName": "() -> ()",
9251
+ "children": [
9252
+ {
9253
+ "kind": "TypeNominal",
9254
+ "name": "Void",
9255
+ "printedName": "()"
9256
+ },
9257
+ {
9258
+ "kind": "TypeNominal",
9259
+ "name": "Void",
9260
+ "printedName": "()"
9261
+ }
9262
+ ]
9263
+ }
9264
+ ],
9265
+ "usr": "s:Sq"
9266
+ }
9267
+ ],
9268
+ "declKind": "Var",
9269
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvp",
9270
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvp",
9271
+ "moduleName": "ShortKitSDK",
9272
+ "declAttributes": [
9273
+ "HasInitialValue",
9274
+ "Preconcurrency",
9275
+ "Custom",
9276
+ "HasStorage",
9277
+ "AccessControl",
9278
+ "RawDocComment"
9279
+ ],
9280
+ "hasStorage": true,
9281
+ "accessors": [
9282
+ {
9283
+ "kind": "Accessor",
9284
+ "name": "Get",
9285
+ "printedName": "Get()",
9286
+ "children": [
9287
+ {
9288
+ "kind": "TypeNominal",
9289
+ "name": "Optional",
9290
+ "printedName": "(() -> ())?",
9291
+ "children": [
9292
+ {
9293
+ "kind": "TypeFunc",
9294
+ "name": "Function",
9295
+ "printedName": "() -> ()",
9296
+ "children": [
9297
+ {
9298
+ "kind": "TypeNominal",
9299
+ "name": "Void",
9300
+ "printedName": "()"
9301
+ },
9302
+ {
9303
+ "kind": "TypeNominal",
9304
+ "name": "Void",
9305
+ "printedName": "()"
9306
+ }
9307
+ ]
9308
+ }
9309
+ ],
9310
+ "usr": "s:Sq"
9311
+ }
9312
+ ],
9313
+ "declKind": "Accessor",
9314
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvg",
9315
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvg",
9316
+ "moduleName": "ShortKitSDK",
9317
+ "implicit": true,
9318
+ "accessorKind": "get"
9319
+ },
9320
+ {
9321
+ "kind": "Accessor",
9322
+ "name": "Set",
9323
+ "printedName": "Set()",
9324
+ "children": [
9325
+ {
9326
+ "kind": "TypeNominal",
9327
+ "name": "Void",
9328
+ "printedName": "()"
9329
+ },
9330
+ {
9331
+ "kind": "TypeNominal",
9332
+ "name": "Optional",
9333
+ "printedName": "(() -> ())?",
9334
+ "children": [
9335
+ {
9336
+ "kind": "TypeFunc",
9337
+ "name": "Function",
9338
+ "printedName": "() -> ()",
9339
+ "children": [
9340
+ {
9341
+ "kind": "TypeNominal",
9342
+ "name": "Void",
9343
+ "printedName": "()"
9344
+ },
9345
+ {
9346
+ "kind": "TypeNominal",
9347
+ "name": "Void",
9348
+ "printedName": "()"
9349
+ }
9350
+ ]
9351
+ }
9352
+ ],
9353
+ "usr": "s:Sq"
9354
+ }
9355
+ ],
9356
+ "declKind": "Accessor",
9357
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvs",
9358
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvs",
9359
+ "moduleName": "ShortKitSDK",
9360
+ "implicit": true,
9361
+ "accessorKind": "set"
9362
+ },
9363
+ {
9364
+ "kind": "Accessor",
9365
+ "name": "Modify",
9366
+ "printedName": "Modify()",
9367
+ "children": [
9368
+ {
9369
+ "kind": "TypeNominal",
9370
+ "name": "Void",
9371
+ "printedName": "()"
9372
+ }
9373
+ ],
9374
+ "declKind": "Accessor",
9375
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvM",
9376
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvM",
9377
+ "moduleName": "ShortKitSDK",
9378
+ "implicit": true,
9379
+ "accessorKind": "_modify"
9380
+ }
9381
+ ]
9382
+ },
9383
+ {
9384
+ "kind": "Var",
9385
+ "name": "onRemainingContentCountChange",
9386
+ "printedName": "onRemainingContentCountChange",
7889
9387
  "children": [
7890
9388
  {
7891
9389
  "kind": "TypeNominal",
7892
9390
  "name": "Optional",
7893
- "printedName": "(() -> ())?",
9391
+ "printedName": "((Swift.Int) -> ())?",
7894
9392
  "children": [
7895
9393
  {
7896
9394
  "kind": "TypeFunc",
7897
9395
  "name": "Function",
7898
- "printedName": "() -> ()",
9396
+ "printedName": "(Swift.Int) -> ()",
7899
9397
  "children": [
7900
9398
  {
7901
9399
  "kind": "TypeNominal",
@@ -7904,8 +9402,9 @@
7904
9402
  },
7905
9403
  {
7906
9404
  "kind": "TypeNominal",
7907
- "name": "Void",
7908
- "printedName": "()"
9405
+ "name": "Int",
9406
+ "printedName": "Swift.Int",
9407
+ "usr": "s:Si"
7909
9408
  }
7910
9409
  ]
7911
9410
  }
@@ -7914,8 +9413,8 @@
7914
9413
  }
7915
9414
  ],
7916
9415
  "declKind": "Var",
7917
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvp",
7918
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvp",
9416
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvp",
9417
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvp",
7919
9418
  "moduleName": "ShortKitSDK",
7920
9419
  "declAttributes": [
7921
9420
  "HasInitialValue",
@@ -7935,12 +9434,12 @@
7935
9434
  {
7936
9435
  "kind": "TypeNominal",
7937
9436
  "name": "Optional",
7938
- "printedName": "(() -> ())?",
9437
+ "printedName": "((Swift.Int) -> ())?",
7939
9438
  "children": [
7940
9439
  {
7941
9440
  "kind": "TypeFunc",
7942
9441
  "name": "Function",
7943
- "printedName": "() -> ()",
9442
+ "printedName": "(Swift.Int) -> ()",
7944
9443
  "children": [
7945
9444
  {
7946
9445
  "kind": "TypeNominal",
@@ -7949,8 +9448,9 @@
7949
9448
  },
7950
9449
  {
7951
9450
  "kind": "TypeNominal",
7952
- "name": "Void",
7953
- "printedName": "()"
9451
+ "name": "Int",
9452
+ "printedName": "Swift.Int",
9453
+ "usr": "s:Si"
7954
9454
  }
7955
9455
  ]
7956
9456
  }
@@ -7959,8 +9459,8 @@
7959
9459
  }
7960
9460
  ],
7961
9461
  "declKind": "Accessor",
7962
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvg",
7963
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvg",
9462
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvg",
9463
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvg",
7964
9464
  "moduleName": "ShortKitSDK",
7965
9465
  "implicit": true,
7966
9466
  "accessorKind": "get"
@@ -7978,12 +9478,12 @@
7978
9478
  {
7979
9479
  "kind": "TypeNominal",
7980
9480
  "name": "Optional",
7981
- "printedName": "(() -> ())?",
9481
+ "printedName": "((Swift.Int) -> ())?",
7982
9482
  "children": [
7983
9483
  {
7984
9484
  "kind": "TypeFunc",
7985
9485
  "name": "Function",
7986
- "printedName": "() -> ()",
9486
+ "printedName": "(Swift.Int) -> ()",
7987
9487
  "children": [
7988
9488
  {
7989
9489
  "kind": "TypeNominal",
@@ -7992,8 +9492,9 @@
7992
9492
  },
7993
9493
  {
7994
9494
  "kind": "TypeNominal",
7995
- "name": "Void",
7996
- "printedName": "()"
9495
+ "name": "Int",
9496
+ "printedName": "Swift.Int",
9497
+ "usr": "s:Si"
7997
9498
  }
7998
9499
  ]
7999
9500
  }
@@ -8002,8 +9503,8 @@
8002
9503
  }
8003
9504
  ],
8004
9505
  "declKind": "Accessor",
8005
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvs",
8006
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvs",
9506
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvs",
9507
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvs",
8007
9508
  "moduleName": "ShortKitSDK",
8008
9509
  "implicit": true,
8009
9510
  "accessorKind": "set"
@@ -8020,8 +9521,8 @@
8020
9521
  }
8021
9522
  ],
8022
9523
  "declKind": "Accessor",
8023
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvM",
8024
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC9onDismissyycSgvM",
9524
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvM",
9525
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC29onRemainingContentCountChangeySicSgvM",
8025
9526
  "moduleName": "ShortKitSDK",
8026
9527
  "implicit": true,
8027
9528
  "accessorKind": "_modify"
@@ -8031,7 +9532,7 @@
8031
9532
  {
8032
9533
  "kind": "Constructor",
8033
9534
  "name": "init",
8034
- "printedName": "init(shortKit:startAtItemId:)",
9535
+ "printedName": "init(shortKit:config:startAtItemId:)",
8035
9536
  "children": [
8036
9537
  {
8037
9538
  "kind": "TypeNominal",
@@ -8045,6 +9546,12 @@
8045
9546
  "printedName": "ShortKitSDK.ShortKit",
8046
9547
  "usr": "s:11ShortKitSDK0aB0C"
8047
9548
  },
9549
+ {
9550
+ "kind": "TypeNominal",
9551
+ "name": "FeedConfig",
9552
+ "printedName": "ShortKitSDK.FeedConfig",
9553
+ "usr": "s:11ShortKitSDK10FeedConfigV"
9554
+ },
8048
9555
  {
8049
9556
  "kind": "TypeNominal",
8050
9557
  "name": "Optional",
@@ -8062,8 +9569,8 @@
8062
9569
  }
8063
9570
  ],
8064
9571
  "declKind": "Constructor",
8065
- "usr": "s:11ShortKitSDK0aB18FeedViewControllerC05shortB013startAtItemIdAcA0aB0C_SSSgtcfc",
8066
- "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC05shortB013startAtItemIdAcA0aB0C_SSSgtcfc",
9572
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC05shortB06config13startAtItemIdAcA0aB0C_AA0D6ConfigVSSSgtcfc",
9573
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC05shortB06config13startAtItemIdAcA0aB0C_AA0D6ConfigVSSSgtcfc",
8067
9574
  "moduleName": "ShortKitSDK",
8068
9575
  "declAttributes": [
8069
9576
  "Preconcurrency",
@@ -8073,6 +9580,114 @@
8073
9580
  ],
8074
9581
  "init_kind": "Designated"
8075
9582
  },
9583
+ {
9584
+ "kind": "Function",
9585
+ "name": "setFeedItems",
9586
+ "printedName": "setFeedItems(_:)",
9587
+ "children": [
9588
+ {
9589
+ "kind": "TypeNominal",
9590
+ "name": "Void",
9591
+ "printedName": "()"
9592
+ },
9593
+ {
9594
+ "kind": "TypeNominal",
9595
+ "name": "Array",
9596
+ "printedName": "[ShortKitSDK.FeedInput]",
9597
+ "children": [
9598
+ {
9599
+ "kind": "TypeNominal",
9600
+ "name": "FeedInput",
9601
+ "printedName": "ShortKitSDK.FeedInput",
9602
+ "usr": "s:11ShortKitSDK9FeedInputO"
9603
+ }
9604
+ ],
9605
+ "usr": "s:Sa"
9606
+ }
9607
+ ],
9608
+ "declKind": "Func",
9609
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC03setD5ItemsyySayAA0D5InputOGF",
9610
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC03setD5ItemsyySayAA0D5InputOGF",
9611
+ "moduleName": "ShortKitSDK",
9612
+ "declAttributes": [
9613
+ "AccessControl",
9614
+ "Custom",
9615
+ "RawDocComment"
9616
+ ],
9617
+ "funcSelfKind": "NonMutating"
9618
+ },
9619
+ {
9620
+ "kind": "Function",
9621
+ "name": "appendFeedItems",
9622
+ "printedName": "appendFeedItems(_:)",
9623
+ "children": [
9624
+ {
9625
+ "kind": "TypeNominal",
9626
+ "name": "Void",
9627
+ "printedName": "()"
9628
+ },
9629
+ {
9630
+ "kind": "TypeNominal",
9631
+ "name": "Array",
9632
+ "printedName": "[ShortKitSDK.FeedInput]",
9633
+ "children": [
9634
+ {
9635
+ "kind": "TypeNominal",
9636
+ "name": "FeedInput",
9637
+ "printedName": "ShortKitSDK.FeedInput",
9638
+ "usr": "s:11ShortKitSDK9FeedInputO"
9639
+ }
9640
+ ],
9641
+ "usr": "s:Sa"
9642
+ }
9643
+ ],
9644
+ "declKind": "Func",
9645
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC06appendD5ItemsyySayAA0D5InputOGF",
9646
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC06appendD5ItemsyySayAA0D5InputOGF",
9647
+ "moduleName": "ShortKitSDK",
9648
+ "declAttributes": [
9649
+ "AccessControl",
9650
+ "Custom",
9651
+ "RawDocComment"
9652
+ ],
9653
+ "funcSelfKind": "NonMutating"
9654
+ },
9655
+ {
9656
+ "kind": "Function",
9657
+ "name": "applyFilter",
9658
+ "printedName": "applyFilter(_:)",
9659
+ "children": [
9660
+ {
9661
+ "kind": "TypeNominal",
9662
+ "name": "Void",
9663
+ "printedName": "()"
9664
+ },
9665
+ {
9666
+ "kind": "TypeNominal",
9667
+ "name": "Optional",
9668
+ "printedName": "ShortKitSDK.FeedFilter?",
9669
+ "children": [
9670
+ {
9671
+ "kind": "TypeNominal",
9672
+ "name": "FeedFilter",
9673
+ "printedName": "ShortKitSDK.FeedFilter",
9674
+ "usr": "s:11ShortKitSDK10FeedFilterV"
9675
+ }
9676
+ ],
9677
+ "usr": "s:Sq"
9678
+ }
9679
+ ],
9680
+ "declKind": "Func",
9681
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC11applyFilteryyAA0dH0VSgF",
9682
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC11applyFilteryyAA0dH0VSgF",
9683
+ "moduleName": "ShortKitSDK",
9684
+ "declAttributes": [
9685
+ "AccessControl",
9686
+ "Custom",
9687
+ "RawDocComment"
9688
+ ],
9689
+ "funcSelfKind": "NonMutating"
9690
+ },
8076
9691
  {
8077
9692
  "kind": "Function",
8078
9693
  "name": "viewDidLoad",
@@ -13601,66 +15216,6 @@
13601
15216
  }
13602
15217
  ]
13603
15218
  },
13604
- {
13605
- "kind": "Var",
13606
- "name": "autoScrollInterval",
13607
- "printedName": "autoScrollInterval",
13608
- "children": [
13609
- {
13610
- "kind": "TypeNominal",
13611
- "name": "Optional",
13612
- "printedName": "Swift.Double?",
13613
- "children": [
13614
- {
13615
- "kind": "TypeNominal",
13616
- "name": "Double",
13617
- "printedName": "Swift.Double",
13618
- "usr": "s:Sd"
13619
- }
13620
- ],
13621
- "usr": "s:Sq"
13622
- }
13623
- ],
13624
- "declKind": "Var",
13625
- "usr": "s:11ShortKitSDK17ImageCarouselItemV18autoScrollIntervalSdSgvp",
13626
- "mangledName": "$s11ShortKitSDK17ImageCarouselItemV18autoScrollIntervalSdSgvp",
13627
- "moduleName": "ShortKitSDK",
13628
- "declAttributes": [
13629
- "HasStorage",
13630
- "AccessControl"
13631
- ],
13632
- "isLet": true,
13633
- "hasStorage": true,
13634
- "accessors": [
13635
- {
13636
- "kind": "Accessor",
13637
- "name": "Get",
13638
- "printedName": "Get()",
13639
- "children": [
13640
- {
13641
- "kind": "TypeNominal",
13642
- "name": "Optional",
13643
- "printedName": "Swift.Double?",
13644
- "children": [
13645
- {
13646
- "kind": "TypeNominal",
13647
- "name": "Double",
13648
- "printedName": "Swift.Double",
13649
- "usr": "s:Sd"
13650
- }
13651
- ],
13652
- "usr": "s:Sq"
13653
- }
13654
- ],
13655
- "declKind": "Accessor",
13656
- "usr": "s:11ShortKitSDK17ImageCarouselItemV18autoScrollIntervalSdSgvg",
13657
- "mangledName": "$s11ShortKitSDK17ImageCarouselItemV18autoScrollIntervalSdSgvg",
13658
- "moduleName": "ShortKitSDK",
13659
- "implicit": true,
13660
- "accessorKind": "get"
13661
- }
13662
- ]
13663
- },
13664
15219
  {
13665
15220
  "kind": "Var",
13666
15221
  "name": "caption",
@@ -14024,7 +15579,7 @@
14024
15579
  {
14025
15580
  "kind": "Constructor",
14026
15581
  "name": "init",
14027
- "printedName": "init(id:images:autoScrollInterval:caption:title:description:author:section:articleUrl:)",
15582
+ "printedName": "init(id:images:caption:title:description:author:section:articleUrl:)",
14028
15583
  "children": [
14029
15584
  {
14030
15585
  "kind": "TypeNominal",
@@ -14052,21 +15607,6 @@
14052
15607
  ],
14053
15608
  "usr": "s:Sa"
14054
15609
  },
14055
- {
14056
- "kind": "TypeNominal",
14057
- "name": "Optional",
14058
- "printedName": "Swift.Double?",
14059
- "children": [
14060
- {
14061
- "kind": "TypeNominal",
14062
- "name": "Double",
14063
- "printedName": "Swift.Double",
14064
- "usr": "s:Sd"
14065
- }
14066
- ],
14067
- "hasDefaultArg": true,
14068
- "usr": "s:Sq"
14069
- },
14070
15610
  {
14071
15611
  "kind": "TypeNominal",
14072
15612
  "name": "Optional",
@@ -14159,8 +15699,8 @@
14159
15699
  }
14160
15700
  ],
14161
15701
  "declKind": "Constructor",
14162
- "usr": "s:11ShortKitSDK17ImageCarouselItemV2id6images18autoScrollInterval7caption5title11description6author7section10articleUrlACSS_SayAA0eD0VGSdSgSSSgA5Qtcfc",
14163
- "mangledName": "$s11ShortKitSDK17ImageCarouselItemV2id6images18autoScrollInterval7caption5title11description6author7section10articleUrlACSS_SayAA0eD0VGSdSgSSSgA5Qtcfc",
15702
+ "usr": "s:11ShortKitSDK17ImageCarouselItemV2id6images7caption5title11description6author7section10articleUrlACSS_SayAA0eD0VGSSSgA5Otcfc",
15703
+ "mangledName": "$s11ShortKitSDK17ImageCarouselItemV2id6images7caption5title11description6author7section10articleUrlACSS_SayAA0eD0VGSSSgA5Otcfc",
14164
15704
  "moduleName": "ShortKitSDK",
14165
15705
  "declAttributes": [
14166
15706
  "AccessControl"
@@ -17529,6 +19069,13 @@
17529
19069
  "declKind": "Import",
17530
19070
  "moduleName": "ShortKitSDK"
17531
19071
  },
19072
+ {
19073
+ "kind": "Import",
19074
+ "name": "Foundation",
19075
+ "printedName": "Foundation",
19076
+ "declKind": "Import",
19077
+ "moduleName": "ShortKitSDK"
19078
+ },
17532
19079
  {
17533
19080
  "kind": "Import",
17534
19081
  "name": "UIKit",
@@ -17856,19 +19403,64 @@
17856
19403
  "name": "Void",
17857
19404
  "printedName": "()"
17858
19405
  }
17859
- ],
17860
- "declKind": "Func",
17861
- "usr": "s:11ShortKitSDK15CarouselOverlayP10resetStateyyF",
17862
- "mangledName": "$s11ShortKitSDK15CarouselOverlayP10resetStateyyF",
17863
- "moduleName": "ShortKitSDK",
17864
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
17865
- "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
17866
- "protocolReq": true,
17867
- "declAttributes": [
17868
- "RawDocComment"
17869
- ],
17870
- "reqNewWitnessTableEntry": true,
17871
- "funcSelfKind": "NonMutating"
19406
+ ],
19407
+ "declKind": "Func",
19408
+ "usr": "s:11ShortKitSDK15CarouselOverlayP10resetStateyyF",
19409
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP10resetStateyyF",
19410
+ "moduleName": "ShortKitSDK",
19411
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
19412
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
19413
+ "protocolReq": true,
19414
+ "declAttributes": [
19415
+ "RawDocComment"
19416
+ ],
19417
+ "reqNewWitnessTableEntry": true,
19418
+ "funcSelfKind": "NonMutating"
19419
+ },
19420
+ {
19421
+ "kind": "Var",
19422
+ "name": "wantsNativeImagePrefetch",
19423
+ "printedName": "wantsNativeImagePrefetch",
19424
+ "children": [
19425
+ {
19426
+ "kind": "TypeNominal",
19427
+ "name": "Bool",
19428
+ "printedName": "Swift.Bool",
19429
+ "usr": "s:Sb"
19430
+ }
19431
+ ],
19432
+ "declKind": "Var",
19433
+ "usr": "s:11ShortKitSDK15CarouselOverlayP24wantsNativeImagePrefetchSbvp",
19434
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP24wantsNativeImagePrefetchSbvp",
19435
+ "moduleName": "ShortKitSDK",
19436
+ "protocolReq": true,
19437
+ "declAttributes": [
19438
+ "RawDocComment"
19439
+ ],
19440
+ "accessors": [
19441
+ {
19442
+ "kind": "Accessor",
19443
+ "name": "Get",
19444
+ "printedName": "Get()",
19445
+ "children": [
19446
+ {
19447
+ "kind": "TypeNominal",
19448
+ "name": "Bool",
19449
+ "printedName": "Swift.Bool",
19450
+ "usr": "s:Sb"
19451
+ }
19452
+ ],
19453
+ "declKind": "Accessor",
19454
+ "usr": "s:11ShortKitSDK15CarouselOverlayP24wantsNativeImagePrefetchSbvg",
19455
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayP24wantsNativeImagePrefetchSbvg",
19456
+ "moduleName": "ShortKitSDK",
19457
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
19458
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
19459
+ "protocolReq": true,
19460
+ "reqNewWitnessTableEntry": true,
19461
+ "accessorKind": "get"
19462
+ }
19463
+ ]
17872
19464
  },
17873
19465
  {
17874
19466
  "kind": "Var",
@@ -18048,6 +19640,50 @@
18048
19640
  "accessorKind": "_modify"
18049
19641
  }
18050
19642
  ]
19643
+ },
19644
+ {
19645
+ "kind": "Var",
19646
+ "name": "wantsNativeImagePrefetch",
19647
+ "printedName": "wantsNativeImagePrefetch",
19648
+ "children": [
19649
+ {
19650
+ "kind": "TypeNominal",
19651
+ "name": "Bool",
19652
+ "printedName": "Swift.Bool",
19653
+ "usr": "s:Sb"
19654
+ }
19655
+ ],
19656
+ "declKind": "Var",
19657
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvp",
19658
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvp",
19659
+ "moduleName": "ShortKitSDK",
19660
+ "declAttributes": [
19661
+ "AccessControl"
19662
+ ],
19663
+ "isFromExtension": true,
19664
+ "accessors": [
19665
+ {
19666
+ "kind": "Accessor",
19667
+ "name": "Get",
19668
+ "printedName": "Get()",
19669
+ "children": [
19670
+ {
19671
+ "kind": "TypeNominal",
19672
+ "name": "Bool",
19673
+ "printedName": "Swift.Bool",
19674
+ "usr": "s:Sb"
19675
+ }
19676
+ ],
19677
+ "declKind": "Accessor",
19678
+ "usr": "s:11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvg",
19679
+ "mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE24wantsNativeImagePrefetchSbvg",
19680
+ "moduleName": "ShortKitSDK",
19681
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
19682
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
19683
+ "isFromExtension": true,
19684
+ "accessorKind": "get"
19685
+ }
19686
+ ]
18051
19687
  }
18052
19688
  ],
18053
19689
  "declKind": "Protocol",
@@ -18476,30 +20112,6 @@
18476
20112
  "reqNewWitnessTableEntry": true,
18477
20113
  "funcSelfKind": "NonMutating"
18478
20114
  },
18479
- {
18480
- "kind": "Function",
18481
- "name": "resetPlaybackProgress",
18482
- "printedName": "resetPlaybackProgress()",
18483
- "children": [
18484
- {
18485
- "kind": "TypeNominal",
18486
- "name": "Void",
18487
- "printedName": "()"
18488
- }
18489
- ],
18490
- "declKind": "Func",
18491
- "usr": "s:11ShortKitSDK11FeedOverlayP21resetPlaybackProgressyyF",
18492
- "mangledName": "$s11ShortKitSDK11FeedOverlayP21resetPlaybackProgressyyF",
18493
- "moduleName": "ShortKitSDK",
18494
- "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.FeedOverlay>",
18495
- "sugared_genericSig": "<Self where Self : ShortKitSDK.FeedOverlay>",
18496
- "protocolReq": true,
18497
- "declAttributes": [
18498
- "RawDocComment"
18499
- ],
18500
- "reqNewWitnessTableEntry": true,
18501
- "funcSelfKind": "NonMutating"
18502
- },
18503
20115
  {
18504
20116
  "kind": "Function",
18505
20117
  "name": "activatePlayback",
@@ -21287,6 +22899,13 @@
21287
22899
  "declKind": "Import",
21288
22900
  "moduleName": "ShortKitSDK"
21289
22901
  },
22902
+ {
22903
+ "kind": "Import",
22904
+ "name": "QuartzCore",
22905
+ "printedName": "QuartzCore",
22906
+ "declKind": "Import",
22907
+ "moduleName": "ShortKitSDK"
22908
+ },
21290
22909
  {
21291
22910
  "kind": "Import",
21292
22911
  "name": "UIKit",
@@ -23822,20 +25441,6 @@
23822
25441
  }
23823
25442
  ]
23824
25443
  },
23825
- {
23826
- "kind": "Import",
23827
- "name": "AVFoundation",
23828
- "printedName": "AVFoundation",
23829
- "declKind": "Import",
23830
- "moduleName": "ShortKitSDK"
23831
- },
23832
- {
23833
- "kind": "Import",
23834
- "name": "Foundation",
23835
- "printedName": "Foundation",
23836
- "declKind": "Import",
23837
- "moduleName": "ShortKitSDK"
23838
- },
23839
25444
  {
23840
25445
  "kind": "Import",
23841
25446
  "name": "Foundation",
@@ -24267,10 +25872,167 @@
24267
25872
  }
24268
25873
  ]
24269
25874
  },
25875
+ {
25876
+ "kind": "Var",
25877
+ "name": "loadingViewProvider",
25878
+ "printedName": "loadingViewProvider",
25879
+ "children": [
25880
+ {
25881
+ "kind": "TypeNominal",
25882
+ "name": "Optional",
25883
+ "printedName": "(() -> UIKit.UIView)?",
25884
+ "children": [
25885
+ {
25886
+ "kind": "TypeFunc",
25887
+ "name": "Function",
25888
+ "printedName": "() -> UIKit.UIView",
25889
+ "children": [
25890
+ {
25891
+ "kind": "TypeNominal",
25892
+ "name": "UIView",
25893
+ "printedName": "UIKit.UIView",
25894
+ "usr": "c:objc(cs)UIView"
25895
+ },
25896
+ {
25897
+ "kind": "TypeNominal",
25898
+ "name": "Void",
25899
+ "printedName": "()"
25900
+ }
25901
+ ]
25902
+ }
25903
+ ],
25904
+ "usr": "s:Sq"
25905
+ }
25906
+ ],
25907
+ "declKind": "Var",
25908
+ "usr": "s:11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvp",
25909
+ "mangledName": "$s11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvp",
25910
+ "moduleName": "ShortKitSDK",
25911
+ "declAttributes": [
25912
+ "HasInitialValue",
25913
+ "Final",
25914
+ "HasStorage",
25915
+ "AccessControl",
25916
+ "RawDocComment"
25917
+ ],
25918
+ "hasStorage": true,
25919
+ "accessors": [
25920
+ {
25921
+ "kind": "Accessor",
25922
+ "name": "Get",
25923
+ "printedName": "Get()",
25924
+ "children": [
25925
+ {
25926
+ "kind": "TypeNominal",
25927
+ "name": "Optional",
25928
+ "printedName": "(() -> UIKit.UIView)?",
25929
+ "children": [
25930
+ {
25931
+ "kind": "TypeFunc",
25932
+ "name": "Function",
25933
+ "printedName": "() -> UIKit.UIView",
25934
+ "children": [
25935
+ {
25936
+ "kind": "TypeNominal",
25937
+ "name": "UIView",
25938
+ "printedName": "UIKit.UIView",
25939
+ "usr": "c:objc(cs)UIView"
25940
+ },
25941
+ {
25942
+ "kind": "TypeNominal",
25943
+ "name": "Void",
25944
+ "printedName": "()"
25945
+ }
25946
+ ]
25947
+ }
25948
+ ],
25949
+ "usr": "s:Sq"
25950
+ }
25951
+ ],
25952
+ "declKind": "Accessor",
25953
+ "usr": "s:11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvg",
25954
+ "mangledName": "$s11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvg",
25955
+ "moduleName": "ShortKitSDK",
25956
+ "implicit": true,
25957
+ "declAttributes": [
25958
+ "Final"
25959
+ ],
25960
+ "accessorKind": "get"
25961
+ },
25962
+ {
25963
+ "kind": "Accessor",
25964
+ "name": "Set",
25965
+ "printedName": "Set()",
25966
+ "children": [
25967
+ {
25968
+ "kind": "TypeNominal",
25969
+ "name": "Void",
25970
+ "printedName": "()"
25971
+ },
25972
+ {
25973
+ "kind": "TypeNominal",
25974
+ "name": "Optional",
25975
+ "printedName": "(() -> UIKit.UIView)?",
25976
+ "children": [
25977
+ {
25978
+ "kind": "TypeFunc",
25979
+ "name": "Function",
25980
+ "printedName": "() -> UIKit.UIView",
25981
+ "children": [
25982
+ {
25983
+ "kind": "TypeNominal",
25984
+ "name": "UIView",
25985
+ "printedName": "UIKit.UIView",
25986
+ "usr": "c:objc(cs)UIView"
25987
+ },
25988
+ {
25989
+ "kind": "TypeNominal",
25990
+ "name": "Void",
25991
+ "printedName": "()"
25992
+ }
25993
+ ]
25994
+ }
25995
+ ],
25996
+ "usr": "s:Sq"
25997
+ }
25998
+ ],
25999
+ "declKind": "Accessor",
26000
+ "usr": "s:11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvs",
26001
+ "mangledName": "$s11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvs",
26002
+ "moduleName": "ShortKitSDK",
26003
+ "implicit": true,
26004
+ "declAttributes": [
26005
+ "Final"
26006
+ ],
26007
+ "accessorKind": "set"
26008
+ },
26009
+ {
26010
+ "kind": "Accessor",
26011
+ "name": "Modify",
26012
+ "printedName": "Modify()",
26013
+ "children": [
26014
+ {
26015
+ "kind": "TypeNominal",
26016
+ "name": "Void",
26017
+ "printedName": "()"
26018
+ }
26019
+ ],
26020
+ "declKind": "Accessor",
26021
+ "usr": "s:11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvM",
26022
+ "mangledName": "$s11ShortKitSDK0aB0C19loadingViewProviderSo6UIViewCycSgvM",
26023
+ "moduleName": "ShortKitSDK",
26024
+ "implicit": true,
26025
+ "declAttributes": [
26026
+ "Final"
26027
+ ],
26028
+ "accessorKind": "_modify"
26029
+ }
26030
+ ]
26031
+ },
24270
26032
  {
24271
26033
  "kind": "Constructor",
24272
26034
  "name": "init",
24273
- "printedName": "init(apiKey:config:userId:adProvider:clientAppName:clientAppVersion:customDimensions:feedItems:)",
26035
+ "printedName": "init(apiKey:userId:adProvider:clientAppName:clientAppVersion:customDimensions:loadingViewProvider:)",
24274
26036
  "children": [
24275
26037
  {
24276
26038
  "kind": "TypeNominal",
@@ -24284,12 +26046,6 @@
24284
26046
  "printedName": "Swift.String",
24285
26047
  "usr": "s:SS"
24286
26048
  },
24287
- {
24288
- "kind": "TypeNominal",
24289
- "name": "FeedConfig",
24290
- "printedName": "ShortKitSDK.FeedConfig",
24291
- "usr": "s:11ShortKitSDK10FeedConfigV"
24292
- },
24293
26049
  {
24294
26050
  "kind": "TypeNominal",
24295
26051
  "name": "Optional",
@@ -24372,51 +26128,100 @@
24372
26128
  "printedName": "Swift.String",
24373
26129
  "usr": "s:SS"
24374
26130
  }
24375
- ],
24376
- "usr": "s:SD"
26131
+ ],
26132
+ "usr": "s:SD"
26133
+ }
26134
+ ],
26135
+ "hasDefaultArg": true,
26136
+ "usr": "s:Sq"
26137
+ },
26138
+ {
26139
+ "kind": "TypeNominal",
26140
+ "name": "Optional",
26141
+ "printedName": "(() -> UIKit.UIView)?",
26142
+ "children": [
26143
+ {
26144
+ "kind": "TypeFunc",
26145
+ "name": "Function",
26146
+ "printedName": "() -> UIKit.UIView",
26147
+ "children": [
26148
+ {
26149
+ "kind": "TypeNominal",
26150
+ "name": "UIView",
26151
+ "printedName": "UIKit.UIView",
26152
+ "usr": "c:objc(cs)UIView"
26153
+ },
26154
+ {
26155
+ "kind": "TypeNominal",
26156
+ "name": "Void",
26157
+ "printedName": "()"
26158
+ }
26159
+ ]
24377
26160
  }
24378
26161
  ],
24379
26162
  "hasDefaultArg": true,
24380
26163
  "usr": "s:Sq"
26164
+ }
26165
+ ],
26166
+ "declKind": "Constructor",
26167
+ "usr": "s:11ShortKitSDK0aB0C6apiKey6userId10adProvider13clientAppName0jK7Version16customDimensions011loadingViewI0ACSS_SSSgAA0ab2AdI0_pSgA2KSDyS2SGSgSo6UIViewCycSgtcfc",
26168
+ "mangledName": "$s11ShortKitSDK0aB0C6apiKey6userId10adProvider13clientAppName0jK7Version16customDimensions011loadingViewI0ACSS_SSSgAA0ab2AdI0_pSgA2KSDyS2SGSgSo6UIViewCycSgtcfc",
26169
+ "moduleName": "ShortKitSDK",
26170
+ "declAttributes": [
26171
+ "AccessControl",
26172
+ "RawDocComment"
26173
+ ],
26174
+ "init_kind": "Designated"
26175
+ },
26176
+ {
26177
+ "kind": "Function",
26178
+ "name": "preloadFeed",
26179
+ "printedName": "preloadFeed(filter:limit:)",
26180
+ "children": [
26181
+ {
26182
+ "kind": "TypeNominal",
26183
+ "name": "FeedPreload",
26184
+ "printedName": "ShortKitSDK.FeedPreload",
26185
+ "usr": "s:11ShortKitSDK11FeedPreloadC"
24381
26186
  },
24382
26187
  {
24383
26188
  "kind": "TypeNominal",
24384
26189
  "name": "Optional",
24385
- "printedName": "[ShortKitSDK.FeedInput]?",
26190
+ "printedName": "ShortKitSDK.FeedFilter?",
24386
26191
  "children": [
24387
26192
  {
24388
26193
  "kind": "TypeNominal",
24389
- "name": "Array",
24390
- "printedName": "[ShortKitSDK.FeedInput]",
24391
- "children": [
24392
- {
24393
- "kind": "TypeNominal",
24394
- "name": "FeedInput",
24395
- "printedName": "ShortKitSDK.FeedInput",
24396
- "usr": "s:11ShortKitSDK9FeedInputO"
24397
- }
24398
- ],
24399
- "usr": "s:Sa"
26194
+ "name": "FeedFilter",
26195
+ "printedName": "ShortKitSDK.FeedFilter",
26196
+ "usr": "s:11ShortKitSDK10FeedFilterV"
24400
26197
  }
24401
26198
  ],
24402
26199
  "hasDefaultArg": true,
24403
26200
  "usr": "s:Sq"
26201
+ },
26202
+ {
26203
+ "kind": "TypeNominal",
26204
+ "name": "Int",
26205
+ "printedName": "Swift.Int",
26206
+ "hasDefaultArg": true,
26207
+ "usr": "s:Si"
24404
26208
  }
24405
26209
  ],
24406
- "declKind": "Constructor",
24407
- "usr": "s:11ShortKitSDK0aB0C6apiKey6config6userId10adProvider13clientAppName0kL7Version16customDimensions9feedItemsACSS_AA10FeedConfigVSSSgAA0ab2AdJ0_pSgA2NSDyS2SGSgSayAA0S5InputOGSgtcfc",
24408
- "mangledName": "$s11ShortKitSDK0aB0C6apiKey6config6userId10adProvider13clientAppName0kL7Version16customDimensions9feedItemsACSS_AA10FeedConfigVSSSgAA0ab2AdJ0_pSgA2NSDyS2SGSgSayAA0S5InputOGSgtcfc",
26210
+ "declKind": "Func",
26211
+ "usr": "s:11ShortKitSDK0aB0C11preloadFeed6filter5limitAA0E7PreloadCAA0E6FilterVSg_SitF",
26212
+ "mangledName": "$s11ShortKitSDK0aB0C11preloadFeed6filter5limitAA0E7PreloadCAA0E6FilterVSg_SitF",
24409
26213
  "moduleName": "ShortKitSDK",
24410
26214
  "declAttributes": [
26215
+ "Final",
24411
26216
  "AccessControl",
24412
26217
  "RawDocComment"
24413
26218
  ],
24414
- "init_kind": "Designated"
26219
+ "funcSelfKind": "NonMutating"
24415
26220
  },
24416
26221
  {
24417
26222
  "kind": "Function",
24418
26223
  "name": "fetchContent",
24419
- "printedName": "fetchContent(limit:)",
26224
+ "printedName": "fetchContent(limit:filter:)",
24420
26225
  "children": [
24421
26226
  {
24422
26227
  "kind": "TypeNominal",
@@ -24438,11 +26243,26 @@
24438
26243
  "printedName": "Swift.Int",
24439
26244
  "hasDefaultArg": true,
24440
26245
  "usr": "s:Si"
26246
+ },
26247
+ {
26248
+ "kind": "TypeNominal",
26249
+ "name": "Optional",
26250
+ "printedName": "ShortKitSDK.FeedFilter?",
26251
+ "children": [
26252
+ {
26253
+ "kind": "TypeNominal",
26254
+ "name": "FeedFilter",
26255
+ "printedName": "ShortKitSDK.FeedFilter",
26256
+ "usr": "s:11ShortKitSDK10FeedFilterV"
26257
+ }
26258
+ ],
26259
+ "hasDefaultArg": true,
26260
+ "usr": "s:Sq"
24441
26261
  }
24442
26262
  ],
24443
26263
  "declKind": "Func",
24444
- "usr": "s:11ShortKitSDK0aB0C12fetchContent5limitSayAA0E4ItemVGSi_tYaKF",
24445
- "mangledName": "$s11ShortKitSDK0aB0C12fetchContent5limitSayAA0E4ItemVGSi_tYaKF",
26264
+ "usr": "s:11ShortKitSDK0aB0C12fetchContent5limit6filterSayAA0E4ItemVGSi_AA10FeedFilterVSgtYaKF",
26265
+ "mangledName": "$s11ShortKitSDK0aB0C12fetchContent5limit6filterSayAA0E4ItemVGSi_AA10FeedFilterVSgtYaKF",
24446
26266
  "moduleName": "ShortKitSDK",
24447
26267
  "declAttributes": [
24448
26268
  "Final",
@@ -24502,80 +26322,6 @@
24502
26322
  ],
24503
26323
  "funcSelfKind": "NonMutating"
24504
26324
  },
24505
- {
24506
- "kind": "Function",
24507
- "name": "setFeedItems",
24508
- "printedName": "setFeedItems(_:)",
24509
- "children": [
24510
- {
24511
- "kind": "TypeNominal",
24512
- "name": "Void",
24513
- "printedName": "()"
24514
- },
24515
- {
24516
- "kind": "TypeNominal",
24517
- "name": "Array",
24518
- "printedName": "[ShortKitSDK.FeedInput]",
24519
- "children": [
24520
- {
24521
- "kind": "TypeNominal",
24522
- "name": "FeedInput",
24523
- "printedName": "ShortKitSDK.FeedInput",
24524
- "usr": "s:11ShortKitSDK9FeedInputO"
24525
- }
24526
- ],
24527
- "usr": "s:Sa"
24528
- }
24529
- ],
24530
- "declKind": "Func",
24531
- "usr": "s:11ShortKitSDK0aB0C12setFeedItemsyySayAA0E5InputOGF",
24532
- "mangledName": "$s11ShortKitSDK0aB0C12setFeedItemsyySayAA0E5InputOGF",
24533
- "moduleName": "ShortKitSDK",
24534
- "declAttributes": [
24535
- "Final",
24536
- "AccessControl",
24537
- "Custom",
24538
- "RawDocComment"
24539
- ],
24540
- "funcSelfKind": "NonMutating"
24541
- },
24542
- {
24543
- "kind": "Function",
24544
- "name": "appendFeedItems",
24545
- "printedName": "appendFeedItems(_:)",
24546
- "children": [
24547
- {
24548
- "kind": "TypeNominal",
24549
- "name": "Void",
24550
- "printedName": "()"
24551
- },
24552
- {
24553
- "kind": "TypeNominal",
24554
- "name": "Array",
24555
- "printedName": "[ShortKitSDK.FeedInput]",
24556
- "children": [
24557
- {
24558
- "kind": "TypeNominal",
24559
- "name": "FeedInput",
24560
- "printedName": "ShortKitSDK.FeedInput",
24561
- "usr": "s:11ShortKitSDK9FeedInputO"
24562
- }
24563
- ],
24564
- "usr": "s:Sa"
24565
- }
24566
- ],
24567
- "declKind": "Func",
24568
- "usr": "s:11ShortKitSDK0aB0C15appendFeedItemsyySayAA0E5InputOGF",
24569
- "mangledName": "$s11ShortKitSDK0aB0C15appendFeedItemsyySayAA0E5InputOGF",
24570
- "moduleName": "ShortKitSDK",
24571
- "declAttributes": [
24572
- "Final",
24573
- "AccessControl",
24574
- "Custom",
24575
- "RawDocComment"
24576
- ],
24577
- "funcSelfKind": "NonMutating"
24578
- },
24579
26325
  {
24580
26326
  "kind": "Function",
24581
26327
  "name": "setColdStartQueue",
@@ -24669,6 +26415,13 @@
24669
26415
  "declKind": "Import",
24670
26416
  "moduleName": "ShortKitSDK"
24671
26417
  },
26418
+ {
26419
+ "kind": "Import",
26420
+ "name": "Foundation",
26421
+ "printedName": "Foundation",
26422
+ "declKind": "Import",
26423
+ "moduleName": "ShortKitSDK"
26424
+ },
24672
26425
  {
24673
26426
  "kind": "Import",
24674
26427
  "name": "CoreGraphics",
@@ -28118,17 +29871,45 @@
28118
29871
  {
28119
29872
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
28120
29873
  "kind": "BooleanLiteral",
28121
- "offset": 1186,
29874
+ "offset": 2367,
28122
29875
  "length": 4,
28123
29876
  "value": "true"
28124
29877
  },
28125
29878
  {
28126
29879
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
28127
29880
  "kind": "BooleanLiteral",
28128
- "offset": 1217,
29881
+ "offset": 2398,
28129
29882
  "length": 4,
28130
29883
  "value": "true"
28131
29884
  },
29885
+ {
29886
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Configuration\/FeedConfig.swift",
29887
+ "kind": "BooleanLiteral",
29888
+ "offset": 2484,
29889
+ "length": 5,
29890
+ "value": "false"
29891
+ },
29892
+ {
29893
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CarouselOverlayPool.swift",
29894
+ "kind": "BooleanLiteral",
29895
+ "offset": 848,
29896
+ "length": 5,
29897
+ "value": "false"
29898
+ },
29899
+ {
29900
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CarouselOverlayPool.swift",
29901
+ "kind": "Array",
29902
+ "offset": 918,
29903
+ "length": 2,
29904
+ "value": "[]"
29905
+ },
29906
+ {
29907
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CarouselOverlayPool.swift",
29908
+ "kind": "IntegerLiteral",
29909
+ "offset": 1482,
29910
+ "length": 1,
29911
+ "value": "4"
29912
+ },
28132
29913
  {
28133
29914
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CustomFeedController.swift",
28134
29915
  "kind": "Array",
@@ -28181,7 +29962,7 @@
28181
29962
  {
28182
29963
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
28183
29964
  "kind": "IntegerLiteral",
28184
- "offset": 3997,
29965
+ "offset": 3950,
28185
29966
  "length": 1,
28186
29967
  "value": "0"
28187
29968
  },
@@ -28206,115 +29987,157 @@
28206
29987
  "length": 4,
28207
29988
  "value": "true"
28208
29989
  },
29990
+ {
29991
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedPreload.swift",
29992
+ "kind": "BooleanLiteral",
29993
+ "offset": 895,
29994
+ "length": 5,
29995
+ "value": "false"
29996
+ },
29997
+ {
29998
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
29999
+ "kind": "BooleanLiteral",
30000
+ "offset": 1134,
30001
+ "length": 5,
30002
+ "value": "false"
30003
+ },
30004
+ {
30005
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30006
+ "kind": "BooleanLiteral",
30007
+ "offset": 1678,
30008
+ "length": 5,
30009
+ "value": "false"
30010
+ },
30011
+ {
30012
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30013
+ "kind": "BooleanLiteral",
30014
+ "offset": 1845,
30015
+ "length": 4,
30016
+ "value": "true"
30017
+ },
28209
30018
  {
28210
30019
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28211
30020
  "kind": "BooleanLiteral",
28212
- "offset": 1055,
30021
+ "offset": 1910,
28213
30022
  "length": 5,
28214
30023
  "value": "false"
28215
30024
  },
28216
30025
  {
28217
30026
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28218
30027
  "kind": "IntegerLiteral",
28219
- "offset": 2581,
30028
+ "offset": 3238,
28220
30029
  "length": 1,
28221
30030
  "value": "0"
28222
30031
  },
28223
30032
  {
28224
30033
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28225
30034
  "kind": "IntegerLiteral",
28226
- "offset": 2615,
30035
+ "offset": 3272,
28227
30036
  "length": 1,
28228
30037
  "value": "0"
28229
30038
  },
28230
30039
  {
28231
30040
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28232
30041
  "kind": "BooleanLiteral",
28233
- "offset": 2649,
30042
+ "offset": 3306,
28234
30043
  "length": 4,
28235
30044
  "value": "true"
28236
30045
  },
28237
30046
  {
28238
30047
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28239
30048
  "kind": "BooleanLiteral",
28240
- "offset": 2682,
30049
+ "offset": 3339,
28241
30050
  "length": 4,
28242
30051
  "value": "true"
28243
30052
  },
28244
30053
  {
28245
30054
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28246
30055
  "kind": "IntegerLiteral",
28247
- "offset": 2724,
30056
+ "offset": 3381,
28248
30057
  "length": 1,
28249
30058
  "value": "0"
28250
30059
  },
28251
30060
  {
28252
30061
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28253
30062
  "kind": "IntegerLiteral",
28254
- "offset": 2902,
30063
+ "offset": 3559,
28255
30064
  "length": 2,
28256
30065
  "value": "-1"
28257
30066
  },
28258
30067
  {
28259
30068
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28260
30069
  "kind": "IntegerLiteral",
28261
- "offset": 3145,
30070
+ "offset": 3802,
28262
30071
  "length": 1,
28263
30072
  "value": "0"
28264
30073
  },
28265
30074
  {
28266
30075
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28267
30076
  "kind": "IntegerLiteral",
28268
- "offset": 3190,
30077
+ "offset": 3847,
28269
30078
  "length": 1,
28270
30079
  "value": "0"
28271
30080
  },
28272
30081
  {
28273
30082
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28274
30083
  "kind": "IntegerLiteral",
28275
- "offset": 3244,
30084
+ "offset": 3901,
28276
30085
  "length": 1,
28277
30086
  "value": "0"
28278
30087
  },
28279
30088
  {
28280
30089
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28281
30090
  "kind": "FloatLiteral",
28282
- "offset": 3304,
30091
+ "offset": 3961,
28283
30092
  "length": 3,
28284
30093
  "value": "0.2"
28285
30094
  },
28286
30095
  {
28287
30096
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28288
30097
  "kind": "IntegerLiteral",
28289
- "offset": 3376,
30098
+ "offset": 4033,
28290
30099
  "length": 2,
28291
30100
  "value": "80"
28292
30101
  },
28293
30102
  {
28294
30103
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
28295
30104
  "kind": "BooleanLiteral",
28296
- "offset": 3410,
30105
+ "offset": 4067,
30106
+ "length": 5,
30107
+ "value": "false"
30108
+ },
30109
+ {
30110
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30111
+ "kind": "BooleanLiteral",
30112
+ "offset": 7111,
30113
+ "length": 5,
30114
+ "value": "false"
30115
+ },
30116
+ {
30117
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
30118
+ "kind": "BooleanLiteral",
30119
+ "offset": 91411,
28297
30120
  "length": 5,
28298
30121
  "value": "false"
28299
30122
  },
28300
30123
  {
28301
30124
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
28302
30125
  "kind": "IntegerLiteral",
28303
- "offset": 2312,
30126
+ "offset": 2324,
28304
30127
  "length": 1,
28305
30128
  "value": "5"
28306
30129
  },
28307
30130
  {
28308
30131
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
28309
30132
  "kind": "IntegerLiteral",
28310
- "offset": 2351,
30133
+ "offset": 2363,
28311
30134
  "length": 1,
28312
30135
  "value": "0"
28313
30136
  },
28314
30137
  {
28315
30138
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/PlaybackIdResolver.swift",
28316
30139
  "kind": "IntegerLiteral",
28317
- "offset": 2386,
30140
+ "offset": 2398,
28318
30141
  "length": 1,
28319
30142
  "value": "0"
28320
30143
  },
@@ -28346,6 +30169,34 @@
28346
30169
  "length": 12,
28347
30170
  "value": "\"request_id\""
28348
30171
  },
30172
+ {
30173
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/MuxDomains.swift",
30174
+ "kind": "StringLiteral",
30175
+ "offset": 103,
30176
+ "length": 27,
30177
+ "value": "\"stream.media.shortkit.dev\""
30178
+ },
30179
+ {
30180
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/MuxDomains.swift",
30181
+ "kind": "StringLiteral",
30182
+ "offset": 154,
30183
+ "length": 26,
30184
+ "value": "\"image.media.shortkit.dev\""
30185
+ },
30186
+ {
30187
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/MuxDomains.swift",
30188
+ "kind": "StringLiteral",
30189
+ "offset": 284,
30190
+ "length": 16,
30191
+ "value": "\"stream.mux.com\""
30192
+ },
30193
+ {
30194
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/MuxDomains.swift",
30195
+ "kind": "StringLiteral",
30196
+ "offset": 330,
30197
+ "length": 15,
30198
+ "value": "\"image.mux.com\""
30199
+ },
28349
30200
  {
28350
30201
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Networking\/APIClient.swift",
28351
30202
  "kind": "Array",
@@ -28374,6 +30225,13 @@
28374
30225
  "length": 2,
28375
30226
  "value": "10"
28376
30227
  },
30228
+ {
30229
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Networking\/FeedAPI.swift",
30230
+ "kind": "IntegerLiteral",
30231
+ "offset": 2458,
30232
+ "length": 2,
30233
+ "value": "10"
30234
+ },
28377
30235
  {
28378
30236
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/AudioSessionManager.swift",
28379
30237
  "kind": "BooleanLiteral",
@@ -28447,101 +30305,115 @@
28447
30305
  {
28448
30306
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28449
30307
  "kind": "IntegerLiteral",
28450
- "offset": 580,
30308
+ "offset": 623,
28451
30309
  "length": 1,
28452
30310
  "value": "0"
28453
30311
  },
28454
30312
  {
28455
30313
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28456
30314
  "kind": "IntegerLiteral",
28457
- "offset": 626,
30315
+ "offset": 669,
28458
30316
  "length": 1,
28459
30317
  "value": "0"
28460
30318
  },
28461
30319
  {
28462
30320
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28463
30321
  "kind": "FloatLiteral",
28464
- "offset": 769,
30322
+ "offset": 812,
28465
30323
  "length": 3,
28466
30324
  "value": "2.0"
28467
30325
  },
28468
30326
  {
28469
30327
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28470
30328
  "kind": "IntegerLiteral",
28471
- "offset": 815,
30329
+ "offset": 858,
28472
30330
  "length": 9,
28473
30331
  "value": "5000000"
28474
30332
  },
28475
30333
  {
28476
30334
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28477
30335
  "kind": "FloatLiteral",
28478
- "offset": 979,
30336
+ "offset": 1022,
28479
30337
  "length": 3,
28480
30338
  "value": "1.0"
28481
30339
  },
28482
30340
  {
28483
30341
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28484
30342
  "kind": "IntegerLiteral",
28485
- "offset": 1029,
30343
+ "offset": 1072,
28486
30344
  "length": 1,
28487
30345
  "value": "1"
28488
30346
  },
28489
30347
  {
28490
30348
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28491
30349
  "kind": "IntegerLiteral",
28492
- "offset": 1176,
30350
+ "offset": 1219,
28493
30351
  "length": 1,
28494
30352
  "value": "0"
28495
30353
  },
28496
30354
  {
28497
30355
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28498
30356
  "kind": "StringLiteral",
28499
- "offset": 1230,
30357
+ "offset": 1273,
28500
30358
  "length": 21,
28501
30359
  "value": "\"com.shortkit.player\""
28502
30360
  },
28503
30361
  {
28504
30362
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28505
30363
  "kind": "IntegerLiteral",
28506
- "offset": 1303,
30364
+ "offset": 1346,
28507
30365
  "length": 1,
28508
30366
  "value": "0"
28509
30367
  },
28510
30368
  {
28511
30369
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28512
30370
  "kind": "Dictionary",
28513
- "offset": 1385,
30371
+ "offset": 1428,
30372
+ "length": 3,
30373
+ "value": "[]"
30374
+ },
30375
+ {
30376
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30377
+ "kind": "Dictionary",
30378
+ "offset": 1507,
28514
30379
  "length": 3,
28515
30380
  "value": "[]"
28516
30381
  },
28517
30382
  {
28518
30383
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28519
30384
  "kind": "Dictionary",
28520
- "offset": 1464,
30385
+ "offset": 1611,
28521
30386
  "length": 3,
28522
30387
  "value": "[]"
28523
30388
  },
28524
30389
  {
28525
30390
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28526
30391
  "kind": "Dictionary",
28527
- "offset": 1568,
30392
+ "offset": 1694,
28528
30393
  "length": 3,
28529
30394
  "value": "[]"
28530
30395
  },
28531
30396
  {
28532
30397
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28533
30398
  "kind": "Dictionary",
28534
- "offset": 1651,
30399
+ "offset": 1779,
28535
30400
  "length": 3,
28536
30401
  "value": "[]"
28537
30402
  },
28538
30403
  {
28539
30404
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
28540
30405
  "kind": "Dictionary",
28541
- "offset": 1736,
30406
+ "offset": 2153,
28542
30407
  "length": 3,
28543
30408
  "value": "[]"
28544
30409
  },
30410
+ {
30411
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
30412
+ "kind": "Array",
30413
+ "offset": 2206,
30414
+ "length": 2,
30415
+ "value": "[]"
30416
+ },
28545
30417
  {
28546
30418
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PrefetchManager.swift",
28547
30419
  "kind": "Dictionary",
@@ -28556,6 +30428,13 @@
28556
30428
  "length": 1,
28557
30429
  "value": "6"
28558
30430
  },
30431
+ {
30432
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PrefetchManager.swift",
30433
+ "kind": "BooleanLiteral",
30434
+ "offset": 504,
30435
+ "length": 4,
30436
+ "value": "true"
30437
+ },
28559
30438
  {
28560
30439
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/ShortKitPlayer.swift",
28561
30440
  "kind": "BooleanLiteral",
@@ -28619,20 +30498,6 @@
28619
30498
  "length": 3,
28620
30499
  "value": "[]"
28621
30500
  },
28622
- {
28623
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/TilePlayerPool.swift",
28624
- "kind": "Dictionary",
28625
- "offset": 648,
28626
- "length": 3,
28627
- "value": "[]"
28628
- },
28629
- {
28630
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/TilePlayerPool.swift",
28631
- "kind": "IntegerLiteral",
28632
- "offset": 835,
28633
- "length": 1,
28634
- "value": "2"
28635
- },
28636
30501
  {
28637
30502
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Services\/CaptionManager.swift",
28638
30503
  "kind": "BooleanLiteral",
@@ -28665,13 +30530,20 @@
28665
30530
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
28666
30531
  "kind": "StringLiteral",
28667
30532
  "offset": 124,
28668
- "length": 7,
28669
- "value": "\"0.2.6\""
30533
+ "length": 8,
30534
+ "value": "\"0.2.11\""
30535
+ },
30536
+ {
30537
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
30538
+ "kind": "IntegerLiteral",
30539
+ "offset": 9855,
30540
+ "length": 2,
30541
+ "value": "10"
28670
30542
  },
28671
30543
  {
28672
30544
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
28673
30545
  "kind": "IntegerLiteral",
28674
- "offset": 13781,
30546
+ "offset": 10359,
28675
30547
  "length": 2,
28676
30548
  "value": "10"
28677
30549
  },
@@ -28706,42 +30578,42 @@
28706
30578
  {
28707
30579
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/SinglePlayerViewController.swift",
28708
30580
  "kind": "Array",
28709
- "offset": 906,
30581
+ "offset": 972,
28710
30582
  "length": 2,
28711
30583
  "value": "[]"
28712
30584
  },
28713
30585
  {
28714
30586
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/SinglePlayerViewController.swift",
28715
30587
  "kind": "IntegerLiteral",
28716
- "offset": 944,
30588
+ "offset": 1010,
28717
30589
  "length": 1,
28718
30590
  "value": "0"
28719
30591
  },
28720
30592
  {
28721
30593
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/SinglePlayerViewController.swift",
28722
30594
  "kind": "BooleanLiteral",
28723
- "offset": 976,
30595
+ "offset": 1042,
28724
30596
  "length": 5,
28725
30597
  "value": "false"
28726
30598
  },
28727
30599
  {
28728
30600
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/SinglePlayerViewController.swift",
28729
30601
  "kind": "IntegerLiteral",
28730
- "offset": 1376,
30602
+ "offset": 1442,
28731
30603
  "length": 1,
28732
30604
  "value": "0"
28733
30605
  },
28734
30606
  {
28735
30607
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/SinglePlayerViewController.swift",
28736
30608
  "kind": "BooleanLiteral",
28737
- "offset": 1557,
30609
+ "offset": 1623,
28738
30610
  "length": 4,
28739
30611
  "value": "true"
28740
30612
  },
28741
30613
  {
28742
30614
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/SinglePlayer\/SinglePlayerViewController.swift",
28743
30615
  "kind": "BooleanLiteral",
28744
- "offset": 1617,
30616
+ "offset": 1683,
28745
30617
  "length": 5,
28746
30618
  "value": "false"
28747
30619
  },
@@ -28755,77 +30627,63 @@
28755
30627
  {
28756
30628
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28757
30629
  "kind": "IntegerLiteral",
28758
- "offset": 615,
28759
- "length": 1,
28760
- "value": "0"
28761
- },
28762
- {
28763
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28764
- "kind": "BooleanLiteral",
28765
- "offset": 653,
28766
- "length": 5,
28767
- "value": "false"
28768
- },
28769
- {
28770
- "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28771
- "kind": "IntegerLiteral",
28772
- "offset": 1025,
30630
+ "offset": 890,
28773
30631
  "length": 1,
28774
30632
  "value": "0"
28775
30633
  },
28776
30634
  {
28777
30635
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28778
30636
  "kind": "IntegerLiteral",
28779
- "offset": 1068,
30637
+ "offset": 933,
28780
30638
  "length": 1,
28781
30639
  "value": "0"
28782
30640
  },
28783
30641
  {
28784
30642
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28785
30643
  "kind": "BooleanLiteral",
28786
- "offset": 1177,
30644
+ "offset": 1042,
28787
30645
  "length": 4,
28788
30646
  "value": "true"
28789
30647
  },
28790
30648
  {
28791
30649
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28792
30650
  "kind": "BooleanLiteral",
28793
- "offset": 1226,
30651
+ "offset": 1091,
28794
30652
  "length": 5,
28795
30653
  "value": "false"
28796
30654
  },
28797
30655
  {
28798
30656
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28799
30657
  "kind": "FloatLiteral",
28800
- "offset": 1657,
30658
+ "offset": 1522,
28801
30659
  "length": 3,
28802
30660
  "value": "0.4"
28803
30661
  },
28804
30662
  {
28805
30663
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28806
30664
  "kind": "BooleanLiteral",
28807
- "offset": 1700,
30665
+ "offset": 1565,
28808
30666
  "length": 5,
28809
30667
  "value": "false"
28810
30668
  },
28811
30669
  {
28812
30670
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28813
30671
  "kind": "BooleanLiteral",
28814
- "offset": 1761,
30672
+ "offset": 1626,
28815
30673
  "length": 5,
28816
30674
  "value": "false"
28817
30675
  },
28818
30676
  {
28819
30677
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28820
30678
  "kind": "StringLiteral",
28821
- "offset": 8902,
30679
+ "offset": 7191,
28822
30680
  "length": 23,
28823
30681
  "value": "\"CarouselImagePageCell\""
28824
30682
  },
28825
30683
  {
28826
30684
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
28827
30685
  "kind": "BooleanLiteral",
28828
- "offset": 9070,
30686
+ "offset": 7359,
28829
30687
  "length": 4,
28830
30688
  "value": "true"
28831
30689
  },
@@ -28860,7 +30718,7 @@
28860
30718
  {
28861
30719
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Widget\/ShortKitWidgetViewController.swift",
28862
30720
  "kind": "StringLiteral",
28863
- "offset": 8719,
30721
+ "offset": 8733,
28864
30722
  "length": 16,
28865
30723
  "value": "\"WidgetCardCell\""
28866
30724
  },