@shortkitsdk/react-native 0.2.31 → 0.2.32

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 (26) hide show
  1. package/android/libs/shortkit-release.aar +0 -0
  2. package/ios/ShortKitBridge.swift +77 -3
  3. package/ios/ShortKitModule.mm +5 -1
  4. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
  5. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +1130 -142
  6. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +35 -2
  7. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  8. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +35 -2
  9. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
  10. package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
  11. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
  12. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1130 -142
  13. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +35 -2
  14. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  15. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +35 -2
  16. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1130 -142
  17. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +35 -2
  18. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  19. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +35 -2
  20. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
  21. package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
  22. package/package.json +1 -1
  23. package/src/ShortKitCommands.ts +12 -2
  24. package/src/ShortKitContext.ts +7 -1
  25. package/src/specs/NativeShortKitModule.ts +2 -1
  26. package/src/types.ts +4 -0
@@ -17154,6 +17154,280 @@
17154
17154
  "declKind": "Import",
17155
17155
  "moduleName": "ShortKitSDK"
17156
17156
  },
17157
+ {
17158
+ "kind": "TypeDecl",
17159
+ "name": "DownloadPhase",
17160
+ "printedName": "DownloadPhase",
17161
+ "children": [
17162
+ {
17163
+ "kind": "Var",
17164
+ "name": "downloading",
17165
+ "printedName": "downloading",
17166
+ "children": [
17167
+ {
17168
+ "kind": "TypeFunc",
17169
+ "name": "Function",
17170
+ "printedName": "(ShortKitSDK.DownloadPhase.Type) -> ShortKitSDK.DownloadPhase",
17171
+ "children": [
17172
+ {
17173
+ "kind": "TypeNominal",
17174
+ "name": "DownloadPhase",
17175
+ "printedName": "ShortKitSDK.DownloadPhase",
17176
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17177
+ },
17178
+ {
17179
+ "kind": "TypeNominal",
17180
+ "name": "Metatype",
17181
+ "printedName": "ShortKitSDK.DownloadPhase.Type",
17182
+ "children": [
17183
+ {
17184
+ "kind": "TypeNominal",
17185
+ "name": "DownloadPhase",
17186
+ "printedName": "ShortKitSDK.DownloadPhase",
17187
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17188
+ }
17189
+ ]
17190
+ }
17191
+ ]
17192
+ }
17193
+ ],
17194
+ "declKind": "EnumElement",
17195
+ "usr": "s:11ShortKitSDK13DownloadPhaseO11downloadingyA2CmF",
17196
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO11downloadingyA2CmF",
17197
+ "moduleName": "ShortKitSDK",
17198
+ "declAttributes": [
17199
+ "RawDocComment"
17200
+ ]
17201
+ },
17202
+ {
17203
+ "kind": "Var",
17204
+ "name": "compositing",
17205
+ "printedName": "compositing",
17206
+ "children": [
17207
+ {
17208
+ "kind": "TypeFunc",
17209
+ "name": "Function",
17210
+ "printedName": "(ShortKitSDK.DownloadPhase.Type) -> ShortKitSDK.DownloadPhase",
17211
+ "children": [
17212
+ {
17213
+ "kind": "TypeNominal",
17214
+ "name": "DownloadPhase",
17215
+ "printedName": "ShortKitSDK.DownloadPhase",
17216
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17217
+ },
17218
+ {
17219
+ "kind": "TypeNominal",
17220
+ "name": "Metatype",
17221
+ "printedName": "ShortKitSDK.DownloadPhase.Type",
17222
+ "children": [
17223
+ {
17224
+ "kind": "TypeNominal",
17225
+ "name": "DownloadPhase",
17226
+ "printedName": "ShortKitSDK.DownloadPhase",
17227
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17228
+ }
17229
+ ]
17230
+ }
17231
+ ]
17232
+ }
17233
+ ],
17234
+ "declKind": "EnumElement",
17235
+ "usr": "s:11ShortKitSDK13DownloadPhaseO11compositingyA2CmF",
17236
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO11compositingyA2CmF",
17237
+ "moduleName": "ShortKitSDK",
17238
+ "declAttributes": [
17239
+ "RawDocComment"
17240
+ ]
17241
+ },
17242
+ {
17243
+ "kind": "Var",
17244
+ "name": "finalizing",
17245
+ "printedName": "finalizing",
17246
+ "children": [
17247
+ {
17248
+ "kind": "TypeFunc",
17249
+ "name": "Function",
17250
+ "printedName": "(ShortKitSDK.DownloadPhase.Type) -> ShortKitSDK.DownloadPhase",
17251
+ "children": [
17252
+ {
17253
+ "kind": "TypeNominal",
17254
+ "name": "DownloadPhase",
17255
+ "printedName": "ShortKitSDK.DownloadPhase",
17256
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17257
+ },
17258
+ {
17259
+ "kind": "TypeNominal",
17260
+ "name": "Metatype",
17261
+ "printedName": "ShortKitSDK.DownloadPhase.Type",
17262
+ "children": [
17263
+ {
17264
+ "kind": "TypeNominal",
17265
+ "name": "DownloadPhase",
17266
+ "printedName": "ShortKitSDK.DownloadPhase",
17267
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17268
+ }
17269
+ ]
17270
+ }
17271
+ ]
17272
+ }
17273
+ ],
17274
+ "declKind": "EnumElement",
17275
+ "usr": "s:11ShortKitSDK13DownloadPhaseO10finalizingyA2CmF",
17276
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO10finalizingyA2CmF",
17277
+ "moduleName": "ShortKitSDK",
17278
+ "declAttributes": [
17279
+ "RawDocComment"
17280
+ ]
17281
+ },
17282
+ {
17283
+ "kind": "Constructor",
17284
+ "name": "init",
17285
+ "printedName": "init(rawValue:)",
17286
+ "children": [
17287
+ {
17288
+ "kind": "TypeNominal",
17289
+ "name": "Optional",
17290
+ "printedName": "ShortKitSDK.DownloadPhase?",
17291
+ "children": [
17292
+ {
17293
+ "kind": "TypeNominal",
17294
+ "name": "DownloadPhase",
17295
+ "printedName": "ShortKitSDK.DownloadPhase",
17296
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17297
+ }
17298
+ ],
17299
+ "usr": "s:Sq"
17300
+ },
17301
+ {
17302
+ "kind": "TypeNominal",
17303
+ "name": "String",
17304
+ "printedName": "Swift.String",
17305
+ "usr": "s:SS"
17306
+ }
17307
+ ],
17308
+ "declKind": "Constructor",
17309
+ "usr": "s:11ShortKitSDK13DownloadPhaseO8rawValueACSgSS_tcfc",
17310
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO8rawValueACSgSS_tcfc",
17311
+ "moduleName": "ShortKitSDK",
17312
+ "implicit": true,
17313
+ "init_kind": "Designated"
17314
+ },
17315
+ {
17316
+ "kind": "Var",
17317
+ "name": "rawValue",
17318
+ "printedName": "rawValue",
17319
+ "children": [
17320
+ {
17321
+ "kind": "TypeNominal",
17322
+ "name": "String",
17323
+ "printedName": "Swift.String",
17324
+ "usr": "s:SS"
17325
+ }
17326
+ ],
17327
+ "declKind": "Var",
17328
+ "usr": "s:11ShortKitSDK13DownloadPhaseO8rawValueSSvp",
17329
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO8rawValueSSvp",
17330
+ "moduleName": "ShortKitSDK",
17331
+ "implicit": true,
17332
+ "accessors": [
17333
+ {
17334
+ "kind": "Accessor",
17335
+ "name": "Get",
17336
+ "printedName": "Get()",
17337
+ "children": [
17338
+ {
17339
+ "kind": "TypeNominal",
17340
+ "name": "String",
17341
+ "printedName": "Swift.String",
17342
+ "usr": "s:SS"
17343
+ }
17344
+ ],
17345
+ "declKind": "Accessor",
17346
+ "usr": "s:11ShortKitSDK13DownloadPhaseO8rawValueSSvg",
17347
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO8rawValueSSvg",
17348
+ "moduleName": "ShortKitSDK",
17349
+ "implicit": true,
17350
+ "accessorKind": "get"
17351
+ }
17352
+ ]
17353
+ }
17354
+ ],
17355
+ "declKind": "Enum",
17356
+ "usr": "s:11ShortKitSDK13DownloadPhaseO",
17357
+ "mangledName": "$s11ShortKitSDK13DownloadPhaseO",
17358
+ "moduleName": "ShortKitSDK",
17359
+ "declAttributes": [
17360
+ "AccessControl",
17361
+ "RawDocComment"
17362
+ ],
17363
+ "enumRawTypeName": "String",
17364
+ "conformances": [
17365
+ {
17366
+ "kind": "Conformance",
17367
+ "name": "Copyable",
17368
+ "printedName": "Copyable",
17369
+ "usr": "s:s8CopyableP",
17370
+ "mangledName": "$ss8CopyableP"
17371
+ },
17372
+ {
17373
+ "kind": "Conformance",
17374
+ "name": "Equatable",
17375
+ "printedName": "Equatable",
17376
+ "usr": "s:SQ",
17377
+ "mangledName": "$sSQ"
17378
+ },
17379
+ {
17380
+ "kind": "Conformance",
17381
+ "name": "Escapable",
17382
+ "printedName": "Escapable",
17383
+ "usr": "s:s9EscapableP",
17384
+ "mangledName": "$ss9EscapableP"
17385
+ },
17386
+ {
17387
+ "kind": "Conformance",
17388
+ "name": "Hashable",
17389
+ "printedName": "Hashable",
17390
+ "usr": "s:SH",
17391
+ "mangledName": "$sSH"
17392
+ },
17393
+ {
17394
+ "kind": "Conformance",
17395
+ "name": "RawRepresentable",
17396
+ "printedName": "RawRepresentable",
17397
+ "children": [
17398
+ {
17399
+ "kind": "TypeWitness",
17400
+ "name": "RawValue",
17401
+ "printedName": "RawValue",
17402
+ "children": [
17403
+ {
17404
+ "kind": "TypeNominal",
17405
+ "name": "String",
17406
+ "printedName": "Swift.String",
17407
+ "usr": "s:SS"
17408
+ }
17409
+ ]
17410
+ }
17411
+ ],
17412
+ "usr": "s:SY",
17413
+ "mangledName": "$sSY"
17414
+ },
17415
+ {
17416
+ "kind": "Conformance",
17417
+ "name": "Sendable",
17418
+ "printedName": "Sendable",
17419
+ "usr": "s:s8SendableP",
17420
+ "mangledName": "$ss8SendableP"
17421
+ },
17422
+ {
17423
+ "kind": "Conformance",
17424
+ "name": "SendableMetatype",
17425
+ "printedName": "SendableMetatype",
17426
+ "usr": "s:s16SendableMetatypeP",
17427
+ "mangledName": "$ss16SendableMetatypeP"
17428
+ }
17429
+ ]
17430
+ },
17157
17431
  {
17158
17432
  "kind": "TypeDecl",
17159
17433
  "name": "ShortKitDownloadDelegate",
@@ -17309,6 +17583,54 @@
17309
17583
  "reqNewWitnessTableEntry": true,
17310
17584
  "funcSelfKind": "NonMutating"
17311
17585
  },
17586
+ {
17587
+ "kind": "Function",
17588
+ "name": "shortKit",
17589
+ "printedName": "shortKit(_:didUpdateDownloadProgress:progress:phase:)",
17590
+ "children": [
17591
+ {
17592
+ "kind": "TypeNominal",
17593
+ "name": "Void",
17594
+ "printedName": "()"
17595
+ },
17596
+ {
17597
+ "kind": "TypeNominal",
17598
+ "name": "ShortKit",
17599
+ "printedName": "ShortKitSDK.ShortKit",
17600
+ "usr": "s:11ShortKitSDK0aB0C"
17601
+ },
17602
+ {
17603
+ "kind": "TypeNominal",
17604
+ "name": "ContentItem",
17605
+ "printedName": "ShortKitSDK.ContentItem",
17606
+ "usr": "s:11ShortKitSDK11ContentItemV"
17607
+ },
17608
+ {
17609
+ "kind": "TypeNominal",
17610
+ "name": "Double",
17611
+ "printedName": "Swift.Double",
17612
+ "usr": "s:Sd"
17613
+ },
17614
+ {
17615
+ "kind": "TypeNominal",
17616
+ "name": "DownloadPhase",
17617
+ "printedName": "ShortKitSDK.DownloadPhase",
17618
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17619
+ }
17620
+ ],
17621
+ "declKind": "Func",
17622
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegateP05shortB0_09didUpdateD8Progress8progress5phaseyAA0aB0C_AA11ContentItemVSdAA0D5PhaseOtF",
17623
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegateP05shortB0_09didUpdateD8Progress8progress5phaseyAA0aB0C_AA11ContentItemVSdAA0D5PhaseOtF",
17624
+ "moduleName": "ShortKitSDK",
17625
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
17626
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
17627
+ "protocolReq": true,
17628
+ "declAttributes": [
17629
+ "RawDocComment"
17630
+ ],
17631
+ "reqNewWitnessTableEntry": true,
17632
+ "funcSelfKind": "NonMutating"
17633
+ },
17312
17634
  {
17313
17635
  "kind": "Function",
17314
17636
  "name": "shortKit",
@@ -17454,6 +17776,50 @@
17454
17776
  "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
17455
17777
  "isFromExtension": true,
17456
17778
  "funcSelfKind": "NonMutating"
17779
+ },
17780
+ {
17781
+ "kind": "Function",
17782
+ "name": "shortKit",
17783
+ "printedName": "shortKit(_:didUpdateDownloadProgress:progress:phase:)",
17784
+ "children": [
17785
+ {
17786
+ "kind": "TypeNominal",
17787
+ "name": "Void",
17788
+ "printedName": "()"
17789
+ },
17790
+ {
17791
+ "kind": "TypeNominal",
17792
+ "name": "ShortKit",
17793
+ "printedName": "ShortKitSDK.ShortKit",
17794
+ "usr": "s:11ShortKitSDK0aB0C"
17795
+ },
17796
+ {
17797
+ "kind": "TypeNominal",
17798
+ "name": "ContentItem",
17799
+ "printedName": "ShortKitSDK.ContentItem",
17800
+ "usr": "s:11ShortKitSDK11ContentItemV"
17801
+ },
17802
+ {
17803
+ "kind": "TypeNominal",
17804
+ "name": "Double",
17805
+ "printedName": "Swift.Double",
17806
+ "usr": "s:Sd"
17807
+ },
17808
+ {
17809
+ "kind": "TypeNominal",
17810
+ "name": "DownloadPhase",
17811
+ "printedName": "ShortKitSDK.DownloadPhase",
17812
+ "usr": "s:11ShortKitSDK13DownloadPhaseO"
17813
+ }
17814
+ ],
17815
+ "declKind": "Func",
17816
+ "usr": "s:11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_09didUpdateD8Progress8progress5phaseyAA0aB0C_AA11ContentItemVSdAA0D5PhaseOtF",
17817
+ "mangledName": "$s11ShortKitSDK0aB16DownloadDelegatePAAE05shortB0_09didUpdateD8Progress8progress5phaseyAA0aB0C_AA11ContentItemVSdAA0D5PhaseOtF",
17818
+ "moduleName": "ShortKitSDK",
17819
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ShortKitDownloadDelegate>",
17820
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ShortKitDownloadDelegate>",
17821
+ "isFromExtension": true,
17822
+ "funcSelfKind": "NonMutating"
17457
17823
  }
17458
17824
  ],
17459
17825
  "declKind": "Protocol",
@@ -17490,6 +17856,13 @@
17490
17856
  "declKind": "Import",
17491
17857
  "moduleName": "ShortKitSDK"
17492
17858
  },
17859
+ {
17860
+ "kind": "Import",
17861
+ "name": "UIKit",
17862
+ "printedName": "UIKit",
17863
+ "declKind": "Import",
17864
+ "moduleName": "ShortKitSDK"
17865
+ },
17493
17866
  {
17494
17867
  "kind": "Import",
17495
17868
  "name": "Foundation",
@@ -17718,6 +18091,323 @@
17718
18091
  }
17719
18092
  ]
17720
18093
  },
18094
+ {
18095
+ "kind": "Import",
18096
+ "name": "UIKit",
18097
+ "printedName": "UIKit",
18098
+ "declKind": "Import",
18099
+ "moduleName": "ShortKitSDK"
18100
+ },
18101
+ {
18102
+ "kind": "TypeDecl",
18103
+ "name": "DownloadOverlayMode",
18104
+ "printedName": "DownloadOverlayMode",
18105
+ "children": [
18106
+ {
18107
+ "kind": "Var",
18108
+ "name": "none",
18109
+ "printedName": "none",
18110
+ "children": [
18111
+ {
18112
+ "kind": "TypeFunc",
18113
+ "name": "Function",
18114
+ "printedName": "(ShortKitSDK.DownloadOverlayMode.Type) -> ShortKitSDK.DownloadOverlayMode",
18115
+ "children": [
18116
+ {
18117
+ "kind": "TypeNominal",
18118
+ "name": "DownloadOverlayMode",
18119
+ "printedName": "ShortKitSDK.DownloadOverlayMode",
18120
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO"
18121
+ },
18122
+ {
18123
+ "kind": "TypeNominal",
18124
+ "name": "Metatype",
18125
+ "printedName": "ShortKitSDK.DownloadOverlayMode.Type",
18126
+ "children": [
18127
+ {
18128
+ "kind": "TypeNominal",
18129
+ "name": "DownloadOverlayMode",
18130
+ "printedName": "ShortKitSDK.DownloadOverlayMode",
18131
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO"
18132
+ }
18133
+ ]
18134
+ }
18135
+ ]
18136
+ }
18137
+ ],
18138
+ "declKind": "EnumElement",
18139
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO4noneyA2CmF",
18140
+ "mangledName": "$s11ShortKitSDK19DownloadOverlayModeO4noneyA2CmF",
18141
+ "moduleName": "ShortKitSDK",
18142
+ "declAttributes": [
18143
+ "RawDocComment"
18144
+ ]
18145
+ },
18146
+ {
18147
+ "kind": "Var",
18148
+ "name": "staticSnapshot",
18149
+ "printedName": "staticSnapshot",
18150
+ "children": [
18151
+ {
18152
+ "kind": "TypeFunc",
18153
+ "name": "Function",
18154
+ "printedName": "(ShortKitSDK.DownloadOverlayMode.Type) -> (any UIKit.UIView & ShortKitSDK.FeedOverlay) -> ShortKitSDK.DownloadOverlayMode",
18155
+ "children": [
18156
+ {
18157
+ "kind": "TypeFunc",
18158
+ "name": "Function",
18159
+ "printedName": "(any UIKit.UIView & ShortKitSDK.FeedOverlay) -> ShortKitSDK.DownloadOverlayMode",
18160
+ "children": [
18161
+ {
18162
+ "kind": "TypeNominal",
18163
+ "name": "DownloadOverlayMode",
18164
+ "printedName": "ShortKitSDK.DownloadOverlayMode",
18165
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO"
18166
+ },
18167
+ {
18168
+ "kind": "TypeNominal",
18169
+ "name": "Tuple",
18170
+ "printedName": "(source: any UIKit.UIView & ShortKitSDK.FeedOverlay)",
18171
+ "children": [
18172
+ {
18173
+ "kind": "TypeNominal",
18174
+ "name": "ProtocolComposition",
18175
+ "printedName": "any UIKit.UIView & ShortKitSDK.FeedOverlay"
18176
+ }
18177
+ ]
18178
+ }
18179
+ ]
18180
+ },
18181
+ {
18182
+ "kind": "TypeNominal",
18183
+ "name": "Metatype",
18184
+ "printedName": "ShortKitSDK.DownloadOverlayMode.Type",
18185
+ "children": [
18186
+ {
18187
+ "kind": "TypeNominal",
18188
+ "name": "DownloadOverlayMode",
18189
+ "printedName": "ShortKitSDK.DownloadOverlayMode",
18190
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO"
18191
+ }
18192
+ ]
18193
+ }
18194
+ ]
18195
+ }
18196
+ ],
18197
+ "declKind": "EnumElement",
18198
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO14staticSnapshotyAcA04FeedE0_So6UIViewCXc_tcACmF",
18199
+ "mangledName": "$s11ShortKitSDK19DownloadOverlayModeO14staticSnapshotyAcA04FeedE0_So6UIViewCXc_tcACmF",
18200
+ "moduleName": "ShortKitSDK",
18201
+ "declAttributes": [
18202
+ "RawDocComment"
18203
+ ]
18204
+ }
18205
+ ],
18206
+ "declKind": "Enum",
18207
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO",
18208
+ "mangledName": "$s11ShortKitSDK19DownloadOverlayModeO",
18209
+ "moduleName": "ShortKitSDK",
18210
+ "declAttributes": [
18211
+ "AccessControl",
18212
+ "RawDocComment"
18213
+ ],
18214
+ "conformances": [
18215
+ {
18216
+ "kind": "Conformance",
18217
+ "name": "Copyable",
18218
+ "printedName": "Copyable",
18219
+ "usr": "s:s8CopyableP",
18220
+ "mangledName": "$ss8CopyableP"
18221
+ },
18222
+ {
18223
+ "kind": "Conformance",
18224
+ "name": "Escapable",
18225
+ "printedName": "Escapable",
18226
+ "usr": "s:s9EscapableP",
18227
+ "mangledName": "$ss9EscapableP"
18228
+ }
18229
+ ]
18230
+ },
18231
+ {
18232
+ "kind": "Import",
18233
+ "name": "UIKit",
18234
+ "printedName": "UIKit",
18235
+ "declKind": "Import",
18236
+ "moduleName": "ShortKitSDK"
18237
+ },
18238
+ {
18239
+ "kind": "TypeDecl",
18240
+ "name": "ExportableFeedOverlay",
18241
+ "printedName": "ExportableFeedOverlay",
18242
+ "children": [
18243
+ {
18244
+ "kind": "Function",
18245
+ "name": "prepareForExport",
18246
+ "printedName": "prepareForExport(duration:size:)",
18247
+ "children": [
18248
+ {
18249
+ "kind": "TypeNominal",
18250
+ "name": "Void",
18251
+ "printedName": "()"
18252
+ },
18253
+ {
18254
+ "kind": "TypeNominal",
18255
+ "name": "Double",
18256
+ "printedName": "Swift.Double",
18257
+ "usr": "s:Sd"
18258
+ },
18259
+ {
18260
+ "kind": "TypeNominal",
18261
+ "name": "CGSize",
18262
+ "printedName": "CoreFoundation.CGSize",
18263
+ "usr": "c:@S@CGSize"
18264
+ }
18265
+ ],
18266
+ "declKind": "Func",
18267
+ "usr": "s:11ShortKitSDK21ExportableFeedOverlayP16prepareForExport8duration4sizeySd_So6CGSizeVtYaF",
18268
+ "mangledName": "$s11ShortKitSDK21ExportableFeedOverlayP16prepareForExport8duration4sizeySd_So6CGSizeVtYaF",
18269
+ "moduleName": "ShortKitSDK",
18270
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ExportableFeedOverlay>",
18271
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ExportableFeedOverlay>",
18272
+ "protocolReq": true,
18273
+ "declAttributes": [
18274
+ "RawDocComment"
18275
+ ],
18276
+ "reqNewWitnessTableEntry": true,
18277
+ "funcSelfKind": "NonMutating"
18278
+ },
18279
+ {
18280
+ "kind": "Function",
18281
+ "name": "snapshotAtTime",
18282
+ "printedName": "snapshotAtTime(_:)",
18283
+ "children": [
18284
+ {
18285
+ "kind": "TypeNominal",
18286
+ "name": "Optional",
18287
+ "printedName": "UIKit.UIImage?",
18288
+ "children": [
18289
+ {
18290
+ "kind": "TypeNominal",
18291
+ "name": "UIImage",
18292
+ "printedName": "UIKit.UIImage",
18293
+ "usr": "c:objc(cs)UIImage"
18294
+ }
18295
+ ],
18296
+ "usr": "s:Sq"
18297
+ },
18298
+ {
18299
+ "kind": "TypeNominal",
18300
+ "name": "Double",
18301
+ "printedName": "Swift.Double",
18302
+ "usr": "s:Sd"
18303
+ }
18304
+ ],
18305
+ "declKind": "Func",
18306
+ "usr": "s:11ShortKitSDK21ExportableFeedOverlayP14snapshotAtTimeySo7UIImageCSgSdYaF",
18307
+ "mangledName": "$s11ShortKitSDK21ExportableFeedOverlayP14snapshotAtTimeySo7UIImageCSgSdYaF",
18308
+ "moduleName": "ShortKitSDK",
18309
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ExportableFeedOverlay>",
18310
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ExportableFeedOverlay>",
18311
+ "protocolReq": true,
18312
+ "declAttributes": [
18313
+ "RawDocComment"
18314
+ ],
18315
+ "reqNewWitnessTableEntry": true,
18316
+ "funcSelfKind": "NonMutating"
18317
+ },
18318
+ {
18319
+ "kind": "Function",
18320
+ "name": "tearDownAfterExport",
18321
+ "printedName": "tearDownAfterExport()",
18322
+ "children": [
18323
+ {
18324
+ "kind": "TypeNominal",
18325
+ "name": "Void",
18326
+ "printedName": "()"
18327
+ }
18328
+ ],
18329
+ "declKind": "Func",
18330
+ "usr": "s:11ShortKitSDK21ExportableFeedOverlayP19tearDownAfterExportyyF",
18331
+ "mangledName": "$s11ShortKitSDK21ExportableFeedOverlayP19tearDownAfterExportyyF",
18332
+ "moduleName": "ShortKitSDK",
18333
+ "genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.ExportableFeedOverlay>",
18334
+ "sugared_genericSig": "<Self where Self : ShortKitSDK.ExportableFeedOverlay>",
18335
+ "protocolReq": true,
18336
+ "declAttributes": [
18337
+ "RawDocComment"
18338
+ ],
18339
+ "reqNewWitnessTableEntry": true,
18340
+ "funcSelfKind": "NonMutating"
18341
+ }
18342
+ ],
18343
+ "declKind": "Protocol",
18344
+ "usr": "s:11ShortKitSDK21ExportableFeedOverlayP",
18345
+ "mangledName": "$s11ShortKitSDK21ExportableFeedOverlayP",
18346
+ "moduleName": "ShortKitSDK",
18347
+ "genericSig": "<τ_0_0 : AnyObject>",
18348
+ "sugared_genericSig": "<Self : AnyObject>",
18349
+ "declAttributes": [
18350
+ "AccessControl"
18351
+ ],
18352
+ "conformances": [
18353
+ {
18354
+ "kind": "Conformance",
18355
+ "name": "Escapable",
18356
+ "printedName": "Escapable",
18357
+ "usr": "s:s9EscapableP",
18358
+ "mangledName": "$ss9EscapableP"
18359
+ },
18360
+ {
18361
+ "kind": "Conformance",
18362
+ "name": "Copyable",
18363
+ "printedName": "Copyable",
18364
+ "usr": "s:s8CopyableP",
18365
+ "mangledName": "$ss8CopyableP"
18366
+ }
18367
+ ]
18368
+ },
18369
+ {
18370
+ "kind": "Import",
18371
+ "name": "AVFoundation",
18372
+ "printedName": "AVFoundation",
18373
+ "declKind": "Import",
18374
+ "moduleName": "ShortKitSDK"
18375
+ },
18376
+ {
18377
+ "kind": "Import",
18378
+ "name": "CoreImage",
18379
+ "printedName": "CoreImage",
18380
+ "declKind": "Import",
18381
+ "moduleName": "ShortKitSDK"
18382
+ },
18383
+ {
18384
+ "kind": "Import",
18385
+ "name": "CoreVideo",
18386
+ "printedName": "CoreVideo",
18387
+ "declKind": "Import",
18388
+ "moduleName": "ShortKitSDK"
18389
+ },
18390
+ {
18391
+ "kind": "Import",
18392
+ "name": "AVFoundation",
18393
+ "printedName": "AVFoundation",
18394
+ "declKind": "Import",
18395
+ "moduleName": "ShortKitSDK"
18396
+ },
18397
+ {
18398
+ "kind": "Import",
18399
+ "name": "CoreGraphics",
18400
+ "printedName": "CoreGraphics",
18401
+ "declKind": "Import",
18402
+ "moduleName": "ShortKitSDK"
18403
+ },
18404
+ {
18405
+ "kind": "Import",
18406
+ "name": "CoreMedia",
18407
+ "printedName": "CoreMedia",
18408
+ "declKind": "Import",
18409
+ "moduleName": "ShortKitSDK"
18410
+ },
17721
18411
  {
17722
18412
  "kind": "Import",
17723
18413
  "name": "Foundation",
@@ -17803,8 +18493,261 @@
17803
18493
  }
17804
18494
  ],
17805
18495
  "declKind": "EnumElement",
17806
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO18downloadInProgressyA2CmF",
17807
- "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO18downloadInProgressyA2CmF",
18496
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO18downloadInProgressyA2CmF",
18497
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO18downloadInProgressyA2CmF",
18498
+ "moduleName": "ShortKitSDK",
18499
+ "declAttributes": [
18500
+ "RawDocComment"
18501
+ ]
18502
+ },
18503
+ {
18504
+ "kind": "Var",
18505
+ "name": "networkError",
18506
+ "printedName": "networkError",
18507
+ "children": [
18508
+ {
18509
+ "kind": "TypeFunc",
18510
+ "name": "Function",
18511
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
18512
+ "children": [
18513
+ {
18514
+ "kind": "TypeFunc",
18515
+ "name": "Function",
18516
+ "printedName": "(any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
18517
+ "children": [
18518
+ {
18519
+ "kind": "TypeNominal",
18520
+ "name": "ShortKitDownloadError",
18521
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18522
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18523
+ },
18524
+ {
18525
+ "kind": "TypeNominal",
18526
+ "name": "Error",
18527
+ "printedName": "any Swift.Error",
18528
+ "usr": "s:s5ErrorP"
18529
+ }
18530
+ ]
18531
+ },
18532
+ {
18533
+ "kind": "TypeNominal",
18534
+ "name": "Metatype",
18535
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
18536
+ "children": [
18537
+ {
18538
+ "kind": "TypeNominal",
18539
+ "name": "ShortKitDownloadError",
18540
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18541
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18542
+ }
18543
+ ]
18544
+ }
18545
+ ]
18546
+ }
18547
+ ],
18548
+ "declKind": "EnumElement",
18549
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO07networkE0yACs0E0_pcACmF",
18550
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO07networkE0yACs0E0_pcACmF",
18551
+ "moduleName": "ShortKitSDK",
18552
+ "declAttributes": [
18553
+ "RawDocComment"
18554
+ ]
18555
+ },
18556
+ {
18557
+ "kind": "Var",
18558
+ "name": "httpError",
18559
+ "printedName": "httpError",
18560
+ "children": [
18561
+ {
18562
+ "kind": "TypeFunc",
18563
+ "name": "Function",
18564
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (Swift.Int) -> ShortKitSDK.ShortKitDownloadError",
18565
+ "children": [
18566
+ {
18567
+ "kind": "TypeFunc",
18568
+ "name": "Function",
18569
+ "printedName": "(Swift.Int) -> ShortKitSDK.ShortKitDownloadError",
18570
+ "children": [
18571
+ {
18572
+ "kind": "TypeNominal",
18573
+ "name": "ShortKitDownloadError",
18574
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18575
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18576
+ },
18577
+ {
18578
+ "kind": "TypeNominal",
18579
+ "name": "Tuple",
18580
+ "printedName": "(statusCode: Swift.Int)",
18581
+ "children": [
18582
+ {
18583
+ "kind": "TypeNominal",
18584
+ "name": "Int",
18585
+ "printedName": "Swift.Int",
18586
+ "usr": "s:Si"
18587
+ }
18588
+ ]
18589
+ }
18590
+ ]
18591
+ },
18592
+ {
18593
+ "kind": "TypeNominal",
18594
+ "name": "Metatype",
18595
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
18596
+ "children": [
18597
+ {
18598
+ "kind": "TypeNominal",
18599
+ "name": "ShortKitDownloadError",
18600
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18601
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18602
+ }
18603
+ ]
18604
+ }
18605
+ ]
18606
+ }
18607
+ ],
18608
+ "declKind": "EnumElement",
18609
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO04httpE0yACSi_tcACmF",
18610
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO04httpE0yACSi_tcACmF",
18611
+ "moduleName": "ShortKitSDK",
18612
+ "declAttributes": [
18613
+ "RawDocComment"
18614
+ ]
18615
+ },
18616
+ {
18617
+ "kind": "Var",
18618
+ "name": "cancelled",
18619
+ "printedName": "cancelled",
18620
+ "children": [
18621
+ {
18622
+ "kind": "TypeFunc",
18623
+ "name": "Function",
18624
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> ShortKitSDK.ShortKitDownloadError",
18625
+ "children": [
18626
+ {
18627
+ "kind": "TypeNominal",
18628
+ "name": "ShortKitDownloadError",
18629
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18630
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18631
+ },
18632
+ {
18633
+ "kind": "TypeNominal",
18634
+ "name": "Metatype",
18635
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
18636
+ "children": [
18637
+ {
18638
+ "kind": "TypeNominal",
18639
+ "name": "ShortKitDownloadError",
18640
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18641
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18642
+ }
18643
+ ]
18644
+ }
18645
+ ]
18646
+ }
18647
+ ],
18648
+ "declKind": "EnumElement",
18649
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO9cancelledyA2CmF",
18650
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO9cancelledyA2CmF",
18651
+ "moduleName": "ShortKitSDK",
18652
+ "declAttributes": [
18653
+ "RawDocComment"
18654
+ ]
18655
+ },
18656
+ {
18657
+ "kind": "Var",
18658
+ "name": "exportFailed",
18659
+ "printedName": "exportFailed",
18660
+ "children": [
18661
+ {
18662
+ "kind": "TypeFunc",
18663
+ "name": "Function",
18664
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
18665
+ "children": [
18666
+ {
18667
+ "kind": "TypeFunc",
18668
+ "name": "Function",
18669
+ "printedName": "(any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
18670
+ "children": [
18671
+ {
18672
+ "kind": "TypeNominal",
18673
+ "name": "ShortKitDownloadError",
18674
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18675
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18676
+ },
18677
+ {
18678
+ "kind": "TypeNominal",
18679
+ "name": "Tuple",
18680
+ "printedName": "(underlying: any Swift.Error)",
18681
+ "children": [
18682
+ {
18683
+ "kind": "TypeNominal",
18684
+ "name": "Error",
18685
+ "printedName": "any Swift.Error",
18686
+ "usr": "s:s5ErrorP"
18687
+ }
18688
+ ]
18689
+ }
18690
+ ]
18691
+ },
18692
+ {
18693
+ "kind": "TypeNominal",
18694
+ "name": "Metatype",
18695
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
18696
+ "children": [
18697
+ {
18698
+ "kind": "TypeNominal",
18699
+ "name": "ShortKitDownloadError",
18700
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18701
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18702
+ }
18703
+ ]
18704
+ }
18705
+ ]
18706
+ }
18707
+ ],
18708
+ "declKind": "EnumElement",
18709
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO12exportFailedyACs0E0_p_tcACmF",
18710
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO12exportFailedyACs0E0_p_tcACmF",
18711
+ "moduleName": "ShortKitSDK",
18712
+ "declAttributes": [
18713
+ "RawDocComment"
18714
+ ]
18715
+ },
18716
+ {
18717
+ "kind": "Var",
18718
+ "name": "overlayNotVisibleForSnapshot",
18719
+ "printedName": "overlayNotVisibleForSnapshot",
18720
+ "children": [
18721
+ {
18722
+ "kind": "TypeFunc",
18723
+ "name": "Function",
18724
+ "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> ShortKitSDK.ShortKitDownloadError",
18725
+ "children": [
18726
+ {
18727
+ "kind": "TypeNominal",
18728
+ "name": "ShortKitDownloadError",
18729
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18730
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18731
+ },
18732
+ {
18733
+ "kind": "TypeNominal",
18734
+ "name": "Metatype",
18735
+ "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
18736
+ "children": [
18737
+ {
18738
+ "kind": "TypeNominal",
18739
+ "name": "ShortKitDownloadError",
18740
+ "printedName": "ShortKitSDK.ShortKitDownloadError",
18741
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18742
+ }
18743
+ ]
18744
+ }
18745
+ ]
18746
+ }
18747
+ ],
18748
+ "declKind": "EnumElement",
18749
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO28overlayNotVisibleForSnapshotyA2CmF",
18750
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO28overlayNotVisibleForSnapshotyA2CmF",
17808
18751
  "moduleName": "ShortKitSDK",
17809
18752
  "declAttributes": [
17810
18753
  "RawDocComment"
@@ -17812,155 +18755,58 @@
17812
18755
  },
17813
18756
  {
17814
18757
  "kind": "Var",
17815
- "name": "networkError",
17816
- "printedName": "networkError",
18758
+ "name": "errorDescription",
18759
+ "printedName": "errorDescription",
17817
18760
  "children": [
17818
18761
  {
17819
- "kind": "TypeFunc",
17820
- "name": "Function",
17821
- "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
18762
+ "kind": "TypeNominal",
18763
+ "name": "Optional",
18764
+ "printedName": "Swift.String?",
17822
18765
  "children": [
17823
- {
17824
- "kind": "TypeFunc",
17825
- "name": "Function",
17826
- "printedName": "(any Swift.Error) -> ShortKitSDK.ShortKitDownloadError",
17827
- "children": [
17828
- {
17829
- "kind": "TypeNominal",
17830
- "name": "ShortKitDownloadError",
17831
- "printedName": "ShortKitSDK.ShortKitDownloadError",
17832
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
17833
- },
17834
- {
17835
- "kind": "TypeNominal",
17836
- "name": "Error",
17837
- "printedName": "any Swift.Error",
17838
- "usr": "s:s5ErrorP"
17839
- }
17840
- ]
17841
- },
17842
18766
  {
17843
18767
  "kind": "TypeNominal",
17844
- "name": "Metatype",
17845
- "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
17846
- "children": [
17847
- {
17848
- "kind": "TypeNominal",
17849
- "name": "ShortKitDownloadError",
17850
- "printedName": "ShortKitSDK.ShortKitDownloadError",
17851
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
17852
- }
17853
- ]
18768
+ "name": "String",
18769
+ "printedName": "Swift.String",
18770
+ "usr": "s:SS"
17854
18771
  }
17855
- ]
18772
+ ],
18773
+ "usr": "s:Sq"
17856
18774
  }
17857
18775
  ],
17858
- "declKind": "EnumElement",
17859
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO07networkE0yACs0E0_pcACmF",
17860
- "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO07networkE0yACs0E0_pcACmF",
18776
+ "declKind": "Var",
18777
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO16errorDescriptionSSSgvp",
18778
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO16errorDescriptionSSSgvp",
17861
18779
  "moduleName": "ShortKitSDK",
17862
18780
  "declAttributes": [
17863
- "RawDocComment"
17864
- ]
17865
- },
17866
- {
17867
- "kind": "Var",
17868
- "name": "httpError",
17869
- "printedName": "httpError",
17870
- "children": [
17871
- {
17872
- "kind": "TypeFunc",
17873
- "name": "Function",
17874
- "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> (Swift.Int) -> ShortKitSDK.ShortKitDownloadError",
17875
- "children": [
17876
- {
17877
- "kind": "TypeFunc",
17878
- "name": "Function",
17879
- "printedName": "(Swift.Int) -> ShortKitSDK.ShortKitDownloadError",
17880
- "children": [
17881
- {
17882
- "kind": "TypeNominal",
17883
- "name": "ShortKitDownloadError",
17884
- "printedName": "ShortKitSDK.ShortKitDownloadError",
17885
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
17886
- },
17887
- {
17888
- "kind": "TypeNominal",
17889
- "name": "Tuple",
17890
- "printedName": "(statusCode: Swift.Int)",
17891
- "children": [
17892
- {
17893
- "kind": "TypeNominal",
17894
- "name": "Int",
17895
- "printedName": "Swift.Int",
17896
- "usr": "s:Si"
17897
- }
17898
- ]
17899
- }
17900
- ]
17901
- },
17902
- {
17903
- "kind": "TypeNominal",
17904
- "name": "Metatype",
17905
- "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
17906
- "children": [
17907
- {
17908
- "kind": "TypeNominal",
17909
- "name": "ShortKitDownloadError",
17910
- "printedName": "ShortKitSDK.ShortKitDownloadError",
17911
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
17912
- }
17913
- ]
17914
- }
17915
- ]
17916
- }
18781
+ "AccessControl"
17917
18782
  ],
17918
- "declKind": "EnumElement",
17919
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO04httpE0yACSi_tcACmF",
17920
- "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO04httpE0yACSi_tcACmF",
17921
- "moduleName": "ShortKitSDK",
17922
- "declAttributes": [
17923
- "RawDocComment"
17924
- ]
17925
- },
17926
- {
17927
- "kind": "Var",
17928
- "name": "cancelled",
17929
- "printedName": "cancelled",
17930
- "children": [
18783
+ "accessors": [
17931
18784
  {
17932
- "kind": "TypeFunc",
17933
- "name": "Function",
17934
- "printedName": "(ShortKitSDK.ShortKitDownloadError.Type) -> ShortKitSDK.ShortKitDownloadError",
18785
+ "kind": "Accessor",
18786
+ "name": "Get",
18787
+ "printedName": "Get()",
17935
18788
  "children": [
17936
18789
  {
17937
18790
  "kind": "TypeNominal",
17938
- "name": "ShortKitDownloadError",
17939
- "printedName": "ShortKitSDK.ShortKitDownloadError",
17940
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
17941
- },
17942
- {
17943
- "kind": "TypeNominal",
17944
- "name": "Metatype",
17945
- "printedName": "ShortKitSDK.ShortKitDownloadError.Type",
18791
+ "name": "Optional",
18792
+ "printedName": "Swift.String?",
17946
18793
  "children": [
17947
18794
  {
17948
18795
  "kind": "TypeNominal",
17949
- "name": "ShortKitDownloadError",
17950
- "printedName": "ShortKitSDK.ShortKitDownloadError",
17951
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO"
18796
+ "name": "String",
18797
+ "printedName": "Swift.String",
18798
+ "usr": "s:SS"
17952
18799
  }
17953
- ]
18800
+ ],
18801
+ "usr": "s:Sq"
17954
18802
  }
17955
- ]
18803
+ ],
18804
+ "declKind": "Accessor",
18805
+ "usr": "s:11ShortKitSDK0aB13DownloadErrorO16errorDescriptionSSSgvg",
18806
+ "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO16errorDescriptionSSSgvg",
18807
+ "moduleName": "ShortKitSDK",
18808
+ "accessorKind": "get"
17956
18809
  }
17957
- ],
17958
- "declKind": "EnumElement",
17959
- "usr": "s:11ShortKitSDK0aB13DownloadErrorO9cancelledyA2CmF",
17960
- "mangledName": "$s11ShortKitSDK0aB13DownloadErrorO9cancelledyA2CmF",
17961
- "moduleName": "ShortKitSDK",
17962
- "declAttributes": [
17963
- "RawDocComment"
17964
18810
  ]
17965
18811
  }
17966
18812
  ],
@@ -17987,6 +18833,13 @@
17987
18833
  "usr": "s:s5ErrorP",
17988
18834
  "mangledName": "$ss5ErrorP"
17989
18835
  },
18836
+ {
18837
+ "kind": "Conformance",
18838
+ "name": "LocalizedError",
18839
+ "printedName": "LocalizedError",
18840
+ "usr": "s:10Foundation14LocalizedErrorP",
18841
+ "mangledName": "$s10Foundation14LocalizedErrorP"
18842
+ },
17990
18843
  {
17991
18844
  "kind": "Conformance",
17992
18845
  "name": "Escapable",
@@ -18017,6 +18870,34 @@
18017
18870
  "declKind": "Import",
18018
18871
  "moduleName": "ShortKitSDK"
18019
18872
  },
18873
+ {
18874
+ "kind": "Import",
18875
+ "name": "AVFoundation",
18876
+ "printedName": "AVFoundation",
18877
+ "declKind": "Import",
18878
+ "moduleName": "ShortKitSDK"
18879
+ },
18880
+ {
18881
+ "kind": "Import",
18882
+ "name": "CoreImage",
18883
+ "printedName": "CoreImage",
18884
+ "declKind": "Import",
18885
+ "moduleName": "ShortKitSDK"
18886
+ },
18887
+ {
18888
+ "kind": "Import",
18889
+ "name": "UIKit",
18890
+ "printedName": "UIKit",
18891
+ "declKind": "Import",
18892
+ "moduleName": "ShortKitSDK"
18893
+ },
18894
+ {
18895
+ "kind": "Import",
18896
+ "name": "UIKit",
18897
+ "printedName": "UIKit",
18898
+ "declKind": "Import",
18899
+ "moduleName": "ShortKitSDK"
18900
+ },
18020
18901
  {
18021
18902
  "kind": "Import",
18022
18903
  "name": "UIKit",
@@ -21007,6 +21888,43 @@
21007
21888
  ],
21008
21889
  "funcSelfKind": "NonMutating"
21009
21890
  },
21891
+ {
21892
+ "kind": "Function",
21893
+ "name": "overlayView",
21894
+ "printedName": "overlayView(forItemId:)",
21895
+ "children": [
21896
+ {
21897
+ "kind": "TypeNominal",
21898
+ "name": "Optional",
21899
+ "printedName": "(any UIKit.UIView & ShortKitSDK.FeedOverlay)?",
21900
+ "children": [
21901
+ {
21902
+ "kind": "TypeNominal",
21903
+ "name": "ProtocolComposition",
21904
+ "printedName": "any UIKit.UIView & ShortKitSDK.FeedOverlay"
21905
+ }
21906
+ ],
21907
+ "usr": "s:Sq"
21908
+ },
21909
+ {
21910
+ "kind": "TypeNominal",
21911
+ "name": "String",
21912
+ "printedName": "Swift.String",
21913
+ "usr": "s:SS"
21914
+ }
21915
+ ],
21916
+ "declKind": "Func",
21917
+ "usr": "s:11ShortKitSDK0aB18FeedViewControllerC07overlayE09forItemIdAA0D7Overlay_So6UIViewCXcSgSS_tF",
21918
+ "mangledName": "$s11ShortKitSDK0aB18FeedViewControllerC07overlayE09forItemIdAA0D7Overlay_So6UIViewCXcSgSS_tF",
21919
+ "moduleName": "ShortKitSDK",
21920
+ "declAttributes": [
21921
+ "Preconcurrency",
21922
+ "Custom",
21923
+ "AccessControl",
21924
+ "RawDocComment"
21925
+ ],
21926
+ "funcSelfKind": "NonMutating"
21927
+ },
21010
21928
  {
21011
21929
  "kind": "Constructor",
21012
21930
  "name": "init",
@@ -34140,6 +35058,13 @@
34140
35058
  "declKind": "Import",
34141
35059
  "moduleName": "ShortKitSDK"
34142
35060
  },
35061
+ {
35062
+ "kind": "Import",
35063
+ "name": "Foundation",
35064
+ "printedName": "Foundation",
35065
+ "declKind": "Import",
35066
+ "moduleName": "ShortKitSDK"
35067
+ },
34143
35068
  {
34144
35069
  "kind": "Import",
34145
35070
  "name": "UIKit",
@@ -43597,7 +44522,7 @@
43597
44522
  {
43598
44523
  "kind": "Function",
43599
44524
  "name": "downloadVideo",
43600
- "printedName": "downloadVideo(_:mode:)",
44525
+ "printedName": "downloadVideo(_:mode:overlayMode:)",
43601
44526
  "children": [
43602
44527
  {
43603
44528
  "kind": "TypeNominal",
@@ -43617,11 +44542,18 @@
43617
44542
  "printedName": "ShortKitSDK.DownloadMode",
43618
44543
  "hasDefaultArg": true,
43619
44544
  "usr": "s:11ShortKitSDK12DownloadModeO"
44545
+ },
44546
+ {
44547
+ "kind": "TypeNominal",
44548
+ "name": "DownloadOverlayMode",
44549
+ "printedName": "ShortKitSDK.DownloadOverlayMode",
44550
+ "hasDefaultArg": true,
44551
+ "usr": "s:11ShortKitSDK19DownloadOverlayModeO"
43620
44552
  }
43621
44553
  ],
43622
44554
  "declKind": "Func",
43623
- "usr": "s:11ShortKitSDK0aB0C13downloadVideo_4mode10Foundation3URLVAA11ContentItemV_AA12DownloadModeOtYaKF",
43624
- "mangledName": "$s11ShortKitSDK0aB0C13downloadVideo_4mode10Foundation3URLVAA11ContentItemV_AA12DownloadModeOtYaKF",
44555
+ "usr": "s:11ShortKitSDK0aB0C13downloadVideo_4mode11overlayMode10Foundation3URLVAA11ContentItemV_AA08DownloadH0OAA0m7OverlayH0OtYaKF",
44556
+ "mangledName": "$s11ShortKitSDK0aB0C13downloadVideo_4mode11overlayMode10Foundation3URLVAA11ContentItemV_AA08DownloadH0OAA0m7OverlayH0OtYaKF",
43625
44557
  "moduleName": "ShortKitSDK",
43626
44558
  "declAttributes": [
43627
44559
  "Final",
@@ -48526,6 +49458,55 @@
48526
49458
  "length": 11,
48527
49459
  "value": "3"
48528
49460
  },
49461
+ {
49462
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/SKVideoCompositor.swift",
49463
+ "kind": "StringLiteral",
49464
+ "offset": 1621,
49465
+ "length": 32,
49466
+ "value": "\"dev.shortkit.SKVideoCompositor\""
49467
+ },
49468
+ {
49469
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/SKVideoCompositor.swift",
49470
+ "kind": "BooleanLiteral",
49471
+ "offset": 1736,
49472
+ "length": 5,
49473
+ "value": "false"
49474
+ },
49475
+ {
49476
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/SKVideoCompositor.swift",
49477
+ "kind": "Dictionary",
49478
+ "offset": 2070,
49479
+ "length": 3,
49480
+ "value": "[]"
49481
+ },
49482
+ {
49483
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/SKVideoCompositor.swift",
49484
+ "kind": "Dictionary",
49485
+ "offset": 2315,
49486
+ "length": 3,
49487
+ "value": "[]"
49488
+ },
49489
+ {
49490
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/SKVideoCompositorInstruction.swift",
49491
+ "kind": "BooleanLiteral",
49492
+ "offset": 1553,
49493
+ "length": 5,
49494
+ "value": "false"
49495
+ },
49496
+ {
49497
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/SKVideoCompositorInstruction.swift",
49498
+ "kind": "BooleanLiteral",
49499
+ "offset": 1603,
49500
+ "length": 5,
49501
+ "value": "false"
49502
+ },
49503
+ {
49504
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Download\/VideoCompositor.swift",
49505
+ "kind": "IntegerLiteral",
49506
+ "offset": 125,
49507
+ "length": 2,
49508
+ "value": "30"
49509
+ },
48529
49510
  {
48530
49511
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/CarouselOverlayPool.swift",
48531
49512
  "kind": "BooleanLiteral",
@@ -48851,14 +49832,14 @@
48851
49832
  {
48852
49833
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
48853
49834
  "kind": "BooleanLiteral",
48854
- "offset": 234483,
49835
+ "offset": 235158,
48855
49836
  "length": 5,
48856
49837
  "value": "false"
48857
49838
  },
48858
49839
  {
48859
49840
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
48860
49841
  "kind": "BooleanLiteral",
48861
- "offset": 245188,
49842
+ "offset": 245863,
48862
49843
  "length": 5,
48863
49844
  "value": "false"
48864
49845
  },
@@ -49103,7 +50084,7 @@
49103
50084
  {
49104
50085
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Networking\/APIClient.swift",
49105
50086
  "kind": "Array",
49106
- "offset": 4504,
50087
+ "offset": 4746,
49107
50088
  "length": 2,
49108
50089
  "value": "[]"
49109
50090
  },
@@ -49658,7 +50639,7 @@
49658
50639
  "kind": "StringLiteral",
49659
50640
  "offset": 154,
49660
50641
  "length": 8,
49661
- "value": "\"0.2.31\""
50642
+ "value": "\"0.2.32\""
49662
50643
  },
49663
50644
  {
49664
50645
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
@@ -49674,38 +50655,45 @@
49674
50655
  "length": 2,
49675
50656
  "value": "80"
49676
50657
  },
50658
+ {
50659
+ "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
50660
+ "kind": "Dictionary",
50661
+ "offset": 3745,
50662
+ "length": 3,
50663
+ "value": "[]"
50664
+ },
49677
50665
  {
49678
50666
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
49679
50667
  "kind": "BooleanLiteral",
49680
- "offset": 6074,
50668
+ "offset": 6524,
49681
50669
  "length": 5,
49682
50670
  "value": "false"
49683
50671
  },
49684
50672
  {
49685
50673
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
49686
50674
  "kind": "BooleanLiteral",
49687
- "offset": 6118,
50675
+ "offset": 6568,
49688
50676
  "length": 5,
49689
50677
  "value": "false"
49690
50678
  },
49691
50679
  {
49692
50680
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
49693
50681
  "kind": "BooleanLiteral",
49694
- "offset": 6163,
50682
+ "offset": 6613,
49695
50683
  "length": 5,
49696
50684
  "value": "false"
49697
50685
  },
49698
50686
  {
49699
50687
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
49700
50688
  "kind": "IntegerLiteral",
49701
- "offset": 28011,
50689
+ "offset": 28519,
49702
50690
  "length": 2,
49703
50691
  "value": "10"
49704
50692
  },
49705
50693
  {
49706
50694
  "filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
49707
50695
  "kind": "IntegerLiteral",
49708
- "offset": 29132,
50696
+ "offset": 29640,
49709
50697
  "length": 2,
49710
50698
  "value": "10"
49711
50699
  },