@shortkitsdk/react-native 0.2.23 → 0.2.24
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.
- package/android/libs/shortkit-release.aar +0 -0
- package/android/src/main/java/com/shortkit/reactnative/ShortKitBridge.kt +10 -7
- package/ios/ShortKitBridge.swift +97 -2
- package/ios/ShortKitModule.mm +23 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.abi.json +1257 -176
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +24 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios.swiftinterface +24 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64/ShortKitSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Info.plist +2 -2
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1257 -176
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +24 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +24 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1257 -176
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +24 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/Modules/ShortKitSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +24 -1
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/ShortKitSDK +0 -0
- package/ios/ShortKitSDK.xcframework/ios-arm64_x86_64-simulator/ShortKitSDK.framework/_CodeSignature/CodeResources +17 -17
- package/package.json +1 -1
- package/src/ShortKitCommands.ts +3 -0
- package/src/ShortKitContext.ts +6 -0
- package/src/ShortKitProvider.tsx +45 -1
- package/src/index.ts +2 -0
- package/src/specs/NativeShortKitModule.ts +29 -0
- package/src/types.ts +44 -1
|
@@ -20129,12 +20129,12 @@
|
|
|
20129
20129
|
{
|
|
20130
20130
|
"kind": "TypeFunc",
|
|
20131
20131
|
"name": "Function",
|
|
20132
|
-
"printedName": "(ShortKitSDK.FeedInput.Type) -> (ShortKitSDK.
|
|
20132
|
+
"printedName": "(ShortKitSDK.FeedInput.Type) -> (ShortKitSDK.VideoCarouselInput) -> ShortKitSDK.FeedInput",
|
|
20133
20133
|
"children": [
|
|
20134
20134
|
{
|
|
20135
20135
|
"kind": "TypeFunc",
|
|
20136
20136
|
"name": "Function",
|
|
20137
|
-
"printedName": "(ShortKitSDK.
|
|
20137
|
+
"printedName": "(ShortKitSDK.VideoCarouselInput) -> ShortKitSDK.FeedInput",
|
|
20138
20138
|
"children": [
|
|
20139
20139
|
{
|
|
20140
20140
|
"kind": "TypeNominal",
|
|
@@ -20144,9 +20144,9 @@
|
|
|
20144
20144
|
},
|
|
20145
20145
|
{
|
|
20146
20146
|
"kind": "TypeNominal",
|
|
20147
|
-
"name": "
|
|
20148
|
-
"printedName": "ShortKitSDK.
|
|
20149
|
-
"usr": "s:
|
|
20147
|
+
"name": "VideoCarouselInput",
|
|
20148
|
+
"printedName": "ShortKitSDK.VideoCarouselInput",
|
|
20149
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV"
|
|
20150
20150
|
}
|
|
20151
20151
|
]
|
|
20152
20152
|
},
|
|
@@ -20167,8 +20167,8 @@
|
|
|
20167
20167
|
}
|
|
20168
20168
|
],
|
|
20169
20169
|
"declKind": "EnumElement",
|
|
20170
|
-
"usr": "s:
|
|
20171
|
-
"mangledName": "$
|
|
20170
|
+
"usr": "s:11ShortKitSDK9FeedInputO13videoCarouselyAcA05VideogE0VcACmF",
|
|
20171
|
+
"mangledName": "$s11ShortKitSDK9FeedInputO13videoCarouselyAcA05VideogE0VcACmF",
|
|
20172
20172
|
"moduleName": "ShortKitSDK",
|
|
20173
20173
|
"declAttributes": [
|
|
20174
20174
|
"RawDocComment"
|
|
@@ -25266,8 +25266,8 @@
|
|
|
25266
25266
|
},
|
|
25267
25267
|
{
|
|
25268
25268
|
"kind": "TypeDecl",
|
|
25269
|
-
"name": "
|
|
25270
|
-
"printedName": "
|
|
25269
|
+
"name": "VideoCarouselInput",
|
|
25270
|
+
"printedName": "VideoCarouselInput",
|
|
25271
25271
|
"children": [
|
|
25272
25272
|
{
|
|
25273
25273
|
"kind": "Var",
|
|
@@ -25282,8 +25282,8 @@
|
|
|
25282
25282
|
}
|
|
25283
25283
|
],
|
|
25284
25284
|
"declKind": "Var",
|
|
25285
|
-
"usr": "s:
|
|
25286
|
-
"mangledName": "$
|
|
25285
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV2idSSvp",
|
|
25286
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV2idSSvp",
|
|
25287
25287
|
"moduleName": "ShortKitSDK",
|
|
25288
25288
|
"declAttributes": [
|
|
25289
25289
|
"HasStorage",
|
|
@@ -25305,8 +25305,8 @@
|
|
|
25305
25305
|
}
|
|
25306
25306
|
],
|
|
25307
25307
|
"declKind": "Accessor",
|
|
25308
|
-
"usr": "s:
|
|
25309
|
-
"mangledName": "$
|
|
25308
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV2idSSvg",
|
|
25309
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV2idSSvg",
|
|
25310
25310
|
"moduleName": "ShortKitSDK",
|
|
25311
25311
|
"implicit": true,
|
|
25312
25312
|
"accessorKind": "get"
|
|
@@ -25321,21 +25321,21 @@
|
|
|
25321
25321
|
{
|
|
25322
25322
|
"kind": "TypeNominal",
|
|
25323
25323
|
"name": "Array",
|
|
25324
|
-
"printedName": "[ShortKitSDK.
|
|
25324
|
+
"printedName": "[ShortKitSDK.VideoCarouselVideoInput]",
|
|
25325
25325
|
"children": [
|
|
25326
25326
|
{
|
|
25327
25327
|
"kind": "TypeNominal",
|
|
25328
|
-
"name": "
|
|
25329
|
-
"printedName": "ShortKitSDK.
|
|
25330
|
-
"usr": "s:
|
|
25328
|
+
"name": "VideoCarouselVideoInput",
|
|
25329
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
25330
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25331
25331
|
}
|
|
25332
25332
|
],
|
|
25333
25333
|
"usr": "s:Sa"
|
|
25334
25334
|
}
|
|
25335
25335
|
],
|
|
25336
25336
|
"declKind": "Var",
|
|
25337
|
-
"usr": "s:
|
|
25338
|
-
"mangledName": "$
|
|
25337
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV6videosSayAA0dedF0VGvp",
|
|
25338
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV6videosSayAA0dedF0VGvp",
|
|
25339
25339
|
"moduleName": "ShortKitSDK",
|
|
25340
25340
|
"declAttributes": [
|
|
25341
25341
|
"HasStorage",
|
|
@@ -25352,21 +25352,21 @@
|
|
|
25352
25352
|
{
|
|
25353
25353
|
"kind": "TypeNominal",
|
|
25354
25354
|
"name": "Array",
|
|
25355
|
-
"printedName": "[ShortKitSDK.
|
|
25355
|
+
"printedName": "[ShortKitSDK.VideoCarouselVideoInput]",
|
|
25356
25356
|
"children": [
|
|
25357
25357
|
{
|
|
25358
25358
|
"kind": "TypeNominal",
|
|
25359
|
-
"name": "
|
|
25360
|
-
"printedName": "ShortKitSDK.
|
|
25361
|
-
"usr": "s:
|
|
25359
|
+
"name": "VideoCarouselVideoInput",
|
|
25360
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
25361
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25362
25362
|
}
|
|
25363
25363
|
],
|
|
25364
25364
|
"usr": "s:Sa"
|
|
25365
25365
|
}
|
|
25366
25366
|
],
|
|
25367
25367
|
"declKind": "Accessor",
|
|
25368
|
-
"usr": "s:
|
|
25369
|
-
"mangledName": "$
|
|
25368
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV6videosSayAA0dedF0VGvg",
|
|
25369
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV6videosSayAA0dedF0VGvg",
|
|
25370
25370
|
"moduleName": "ShortKitSDK",
|
|
25371
25371
|
"implicit": true,
|
|
25372
25372
|
"accessorKind": "get"
|
|
@@ -25394,8 +25394,8 @@
|
|
|
25394
25394
|
}
|
|
25395
25395
|
],
|
|
25396
25396
|
"declKind": "Var",
|
|
25397
|
-
"usr": "s:
|
|
25398
|
-
"mangledName": "$
|
|
25397
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV5titleSSSgvp",
|
|
25398
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV5titleSSSgvp",
|
|
25399
25399
|
"moduleName": "ShortKitSDK",
|
|
25400
25400
|
"declAttributes": [
|
|
25401
25401
|
"HasStorage",
|
|
@@ -25425,8 +25425,8 @@
|
|
|
25425
25425
|
}
|
|
25426
25426
|
],
|
|
25427
25427
|
"declKind": "Accessor",
|
|
25428
|
-
"usr": "s:
|
|
25429
|
-
"mangledName": "$
|
|
25428
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV5titleSSSgvg",
|
|
25429
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV5titleSSSgvg",
|
|
25430
25430
|
"moduleName": "ShortKitSDK",
|
|
25431
25431
|
"implicit": true,
|
|
25432
25432
|
"accessorKind": "get"
|
|
@@ -25454,8 +25454,8 @@
|
|
|
25454
25454
|
}
|
|
25455
25455
|
],
|
|
25456
25456
|
"declKind": "Var",
|
|
25457
|
-
"usr": "s:
|
|
25458
|
-
"mangledName": "$
|
|
25457
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV11descriptionSSSgvp",
|
|
25458
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV11descriptionSSSgvp",
|
|
25459
25459
|
"moduleName": "ShortKitSDK",
|
|
25460
25460
|
"declAttributes": [
|
|
25461
25461
|
"HasStorage",
|
|
@@ -25485,8 +25485,8 @@
|
|
|
25485
25485
|
}
|
|
25486
25486
|
],
|
|
25487
25487
|
"declKind": "Accessor",
|
|
25488
|
-
"usr": "s:
|
|
25489
|
-
"mangledName": "$
|
|
25488
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV11descriptionSSSgvg",
|
|
25489
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV11descriptionSSSgvg",
|
|
25490
25490
|
"moduleName": "ShortKitSDK",
|
|
25491
25491
|
"implicit": true,
|
|
25492
25492
|
"accessorKind": "get"
|
|
@@ -25514,8 +25514,8 @@
|
|
|
25514
25514
|
}
|
|
25515
25515
|
],
|
|
25516
25516
|
"declKind": "Var",
|
|
25517
|
-
"usr": "s:
|
|
25518
|
-
"mangledName": "$
|
|
25517
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV6authorSSSgvp",
|
|
25518
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV6authorSSSgvp",
|
|
25519
25519
|
"moduleName": "ShortKitSDK",
|
|
25520
25520
|
"declAttributes": [
|
|
25521
25521
|
"HasStorage",
|
|
@@ -25545,37 +25545,1096 @@
|
|
|
25545
25545
|
}
|
|
25546
25546
|
],
|
|
25547
25547
|
"declKind": "Accessor",
|
|
25548
|
-
"usr": "s:
|
|
25549
|
-
"mangledName": "$
|
|
25548
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV6authorSSSgvg",
|
|
25549
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV6authorSSSgvg",
|
|
25550
|
+
"moduleName": "ShortKitSDK",
|
|
25551
|
+
"implicit": true,
|
|
25552
|
+
"accessorKind": "get"
|
|
25553
|
+
}
|
|
25554
|
+
]
|
|
25555
|
+
},
|
|
25556
|
+
{
|
|
25557
|
+
"kind": "Var",
|
|
25558
|
+
"name": "section",
|
|
25559
|
+
"printedName": "section",
|
|
25560
|
+
"children": [
|
|
25561
|
+
{
|
|
25562
|
+
"kind": "TypeNominal",
|
|
25563
|
+
"name": "Optional",
|
|
25564
|
+
"printedName": "Swift.String?",
|
|
25565
|
+
"children": [
|
|
25566
|
+
{
|
|
25567
|
+
"kind": "TypeNominal",
|
|
25568
|
+
"name": "String",
|
|
25569
|
+
"printedName": "Swift.String",
|
|
25570
|
+
"usr": "s:SS"
|
|
25571
|
+
}
|
|
25572
|
+
],
|
|
25573
|
+
"usr": "s:Sq"
|
|
25574
|
+
}
|
|
25575
|
+
],
|
|
25576
|
+
"declKind": "Var",
|
|
25577
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV7sectionSSSgvp",
|
|
25578
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV7sectionSSSgvp",
|
|
25579
|
+
"moduleName": "ShortKitSDK",
|
|
25580
|
+
"declAttributes": [
|
|
25581
|
+
"HasStorage",
|
|
25582
|
+
"AccessControl"
|
|
25583
|
+
],
|
|
25584
|
+
"isLet": true,
|
|
25585
|
+
"hasStorage": true,
|
|
25586
|
+
"accessors": [
|
|
25587
|
+
{
|
|
25588
|
+
"kind": "Accessor",
|
|
25589
|
+
"name": "Get",
|
|
25590
|
+
"printedName": "Get()",
|
|
25591
|
+
"children": [
|
|
25592
|
+
{
|
|
25593
|
+
"kind": "TypeNominal",
|
|
25594
|
+
"name": "Optional",
|
|
25595
|
+
"printedName": "Swift.String?",
|
|
25596
|
+
"children": [
|
|
25597
|
+
{
|
|
25598
|
+
"kind": "TypeNominal",
|
|
25599
|
+
"name": "String",
|
|
25600
|
+
"printedName": "Swift.String",
|
|
25601
|
+
"usr": "s:SS"
|
|
25602
|
+
}
|
|
25603
|
+
],
|
|
25604
|
+
"usr": "s:Sq"
|
|
25605
|
+
}
|
|
25606
|
+
],
|
|
25607
|
+
"declKind": "Accessor",
|
|
25608
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV7sectionSSSgvg",
|
|
25609
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV7sectionSSSgvg",
|
|
25610
|
+
"moduleName": "ShortKitSDK",
|
|
25611
|
+
"implicit": true,
|
|
25612
|
+
"accessorKind": "get"
|
|
25613
|
+
}
|
|
25614
|
+
]
|
|
25615
|
+
},
|
|
25616
|
+
{
|
|
25617
|
+
"kind": "Var",
|
|
25618
|
+
"name": "articleUrl",
|
|
25619
|
+
"printedName": "articleUrl",
|
|
25620
|
+
"children": [
|
|
25621
|
+
{
|
|
25622
|
+
"kind": "TypeNominal",
|
|
25623
|
+
"name": "Optional",
|
|
25624
|
+
"printedName": "Swift.String?",
|
|
25625
|
+
"children": [
|
|
25626
|
+
{
|
|
25627
|
+
"kind": "TypeNominal",
|
|
25628
|
+
"name": "String",
|
|
25629
|
+
"printedName": "Swift.String",
|
|
25630
|
+
"usr": "s:SS"
|
|
25631
|
+
}
|
|
25632
|
+
],
|
|
25633
|
+
"usr": "s:Sq"
|
|
25634
|
+
}
|
|
25635
|
+
],
|
|
25636
|
+
"declKind": "Var",
|
|
25637
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV10articleUrlSSSgvp",
|
|
25638
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV10articleUrlSSSgvp",
|
|
25639
|
+
"moduleName": "ShortKitSDK",
|
|
25640
|
+
"declAttributes": [
|
|
25641
|
+
"HasStorage",
|
|
25642
|
+
"AccessControl"
|
|
25643
|
+
],
|
|
25644
|
+
"isLet": true,
|
|
25645
|
+
"hasStorage": true,
|
|
25646
|
+
"accessors": [
|
|
25647
|
+
{
|
|
25648
|
+
"kind": "Accessor",
|
|
25649
|
+
"name": "Get",
|
|
25650
|
+
"printedName": "Get()",
|
|
25651
|
+
"children": [
|
|
25652
|
+
{
|
|
25653
|
+
"kind": "TypeNominal",
|
|
25654
|
+
"name": "Optional",
|
|
25655
|
+
"printedName": "Swift.String?",
|
|
25656
|
+
"children": [
|
|
25657
|
+
{
|
|
25658
|
+
"kind": "TypeNominal",
|
|
25659
|
+
"name": "String",
|
|
25660
|
+
"printedName": "Swift.String",
|
|
25661
|
+
"usr": "s:SS"
|
|
25662
|
+
}
|
|
25663
|
+
],
|
|
25664
|
+
"usr": "s:Sq"
|
|
25665
|
+
}
|
|
25666
|
+
],
|
|
25667
|
+
"declKind": "Accessor",
|
|
25668
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV10articleUrlSSSgvg",
|
|
25669
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV10articleUrlSSSgvg",
|
|
25550
25670
|
"moduleName": "ShortKitSDK",
|
|
25551
25671
|
"implicit": true,
|
|
25552
25672
|
"accessorKind": "get"
|
|
25553
25673
|
}
|
|
25554
25674
|
]
|
|
25555
25675
|
},
|
|
25676
|
+
{
|
|
25677
|
+
"kind": "Constructor",
|
|
25678
|
+
"name": "init",
|
|
25679
|
+
"printedName": "init(id:videos:title:description:author:section:articleUrl:)",
|
|
25680
|
+
"children": [
|
|
25681
|
+
{
|
|
25682
|
+
"kind": "TypeNominal",
|
|
25683
|
+
"name": "VideoCarouselInput",
|
|
25684
|
+
"printedName": "ShortKitSDK.VideoCarouselInput",
|
|
25685
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV"
|
|
25686
|
+
},
|
|
25687
|
+
{
|
|
25688
|
+
"kind": "TypeNominal",
|
|
25689
|
+
"name": "String",
|
|
25690
|
+
"printedName": "Swift.String",
|
|
25691
|
+
"usr": "s:SS"
|
|
25692
|
+
},
|
|
25693
|
+
{
|
|
25694
|
+
"kind": "TypeNominal",
|
|
25695
|
+
"name": "Array",
|
|
25696
|
+
"printedName": "[ShortKitSDK.VideoCarouselVideoInput]",
|
|
25697
|
+
"children": [
|
|
25698
|
+
{
|
|
25699
|
+
"kind": "TypeNominal",
|
|
25700
|
+
"name": "VideoCarouselVideoInput",
|
|
25701
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
25702
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25703
|
+
}
|
|
25704
|
+
],
|
|
25705
|
+
"usr": "s:Sa"
|
|
25706
|
+
},
|
|
25707
|
+
{
|
|
25708
|
+
"kind": "TypeNominal",
|
|
25709
|
+
"name": "Optional",
|
|
25710
|
+
"printedName": "Swift.String?",
|
|
25711
|
+
"children": [
|
|
25712
|
+
{
|
|
25713
|
+
"kind": "TypeNominal",
|
|
25714
|
+
"name": "String",
|
|
25715
|
+
"printedName": "Swift.String",
|
|
25716
|
+
"usr": "s:SS"
|
|
25717
|
+
}
|
|
25718
|
+
],
|
|
25719
|
+
"hasDefaultArg": true,
|
|
25720
|
+
"usr": "s:Sq"
|
|
25721
|
+
},
|
|
25722
|
+
{
|
|
25723
|
+
"kind": "TypeNominal",
|
|
25724
|
+
"name": "Optional",
|
|
25725
|
+
"printedName": "Swift.String?",
|
|
25726
|
+
"children": [
|
|
25727
|
+
{
|
|
25728
|
+
"kind": "TypeNominal",
|
|
25729
|
+
"name": "String",
|
|
25730
|
+
"printedName": "Swift.String",
|
|
25731
|
+
"usr": "s:SS"
|
|
25732
|
+
}
|
|
25733
|
+
],
|
|
25734
|
+
"hasDefaultArg": true,
|
|
25735
|
+
"usr": "s:Sq"
|
|
25736
|
+
},
|
|
25737
|
+
{
|
|
25738
|
+
"kind": "TypeNominal",
|
|
25739
|
+
"name": "Optional",
|
|
25740
|
+
"printedName": "Swift.String?",
|
|
25741
|
+
"children": [
|
|
25742
|
+
{
|
|
25743
|
+
"kind": "TypeNominal",
|
|
25744
|
+
"name": "String",
|
|
25745
|
+
"printedName": "Swift.String",
|
|
25746
|
+
"usr": "s:SS"
|
|
25747
|
+
}
|
|
25748
|
+
],
|
|
25749
|
+
"hasDefaultArg": true,
|
|
25750
|
+
"usr": "s:Sq"
|
|
25751
|
+
},
|
|
25752
|
+
{
|
|
25753
|
+
"kind": "TypeNominal",
|
|
25754
|
+
"name": "Optional",
|
|
25755
|
+
"printedName": "Swift.String?",
|
|
25756
|
+
"children": [
|
|
25757
|
+
{
|
|
25758
|
+
"kind": "TypeNominal",
|
|
25759
|
+
"name": "String",
|
|
25760
|
+
"printedName": "Swift.String",
|
|
25761
|
+
"usr": "s:SS"
|
|
25762
|
+
}
|
|
25763
|
+
],
|
|
25764
|
+
"hasDefaultArg": true,
|
|
25765
|
+
"usr": "s:Sq"
|
|
25766
|
+
},
|
|
25767
|
+
{
|
|
25768
|
+
"kind": "TypeNominal",
|
|
25769
|
+
"name": "Optional",
|
|
25770
|
+
"printedName": "Swift.String?",
|
|
25771
|
+
"children": [
|
|
25772
|
+
{
|
|
25773
|
+
"kind": "TypeNominal",
|
|
25774
|
+
"name": "String",
|
|
25775
|
+
"printedName": "Swift.String",
|
|
25776
|
+
"usr": "s:SS"
|
|
25777
|
+
}
|
|
25778
|
+
],
|
|
25779
|
+
"hasDefaultArg": true,
|
|
25780
|
+
"usr": "s:Sq"
|
|
25781
|
+
}
|
|
25782
|
+
],
|
|
25783
|
+
"declKind": "Constructor",
|
|
25784
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV2id6videos5title11description6author7section10articleUrlACSS_SayAA0dedF0VGSSSgA4Ntcfc",
|
|
25785
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV2id6videos5title11description6author7section10articleUrlACSS_SayAA0dedF0VGSSSgA4Ntcfc",
|
|
25786
|
+
"moduleName": "ShortKitSDK",
|
|
25787
|
+
"declAttributes": [
|
|
25788
|
+
"AccessControl"
|
|
25789
|
+
],
|
|
25790
|
+
"init_kind": "Designated"
|
|
25791
|
+
},
|
|
25792
|
+
{
|
|
25793
|
+
"kind": "Constructor",
|
|
25794
|
+
"name": "init",
|
|
25795
|
+
"printedName": "init(from:)",
|
|
25796
|
+
"children": [
|
|
25797
|
+
{
|
|
25798
|
+
"kind": "TypeNominal",
|
|
25799
|
+
"name": "VideoCarouselInput",
|
|
25800
|
+
"printedName": "ShortKitSDK.VideoCarouselInput",
|
|
25801
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV"
|
|
25802
|
+
},
|
|
25803
|
+
{
|
|
25804
|
+
"kind": "TypeNominal",
|
|
25805
|
+
"name": "Decoder",
|
|
25806
|
+
"printedName": "any Swift.Decoder",
|
|
25807
|
+
"usr": "s:s7DecoderP"
|
|
25808
|
+
}
|
|
25809
|
+
],
|
|
25810
|
+
"declKind": "Constructor",
|
|
25811
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV4fromACs7Decoder_p_tKcfc",
|
|
25812
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV4fromACs7Decoder_p_tKcfc",
|
|
25813
|
+
"moduleName": "ShortKitSDK",
|
|
25814
|
+
"implicit": true,
|
|
25815
|
+
"throwing": true,
|
|
25816
|
+
"init_kind": "Designated"
|
|
25817
|
+
},
|
|
25818
|
+
{
|
|
25819
|
+
"kind": "Function",
|
|
25820
|
+
"name": "encode",
|
|
25821
|
+
"printedName": "encode(to:)",
|
|
25822
|
+
"children": [
|
|
25823
|
+
{
|
|
25824
|
+
"kind": "TypeNominal",
|
|
25825
|
+
"name": "Void",
|
|
25826
|
+
"printedName": "()"
|
|
25827
|
+
},
|
|
25828
|
+
{
|
|
25829
|
+
"kind": "TypeNominal",
|
|
25830
|
+
"name": "Encoder",
|
|
25831
|
+
"printedName": "any Swift.Encoder",
|
|
25832
|
+
"usr": "s:s7EncoderP"
|
|
25833
|
+
}
|
|
25834
|
+
],
|
|
25835
|
+
"declKind": "Func",
|
|
25836
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV6encode2toys7Encoder_p_tKF",
|
|
25837
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV6encode2toys7Encoder_p_tKF",
|
|
25838
|
+
"moduleName": "ShortKitSDK",
|
|
25839
|
+
"implicit": true,
|
|
25840
|
+
"throwing": true,
|
|
25841
|
+
"funcSelfKind": "NonMutating"
|
|
25842
|
+
},
|
|
25843
|
+
{
|
|
25844
|
+
"kind": "Function",
|
|
25845
|
+
"name": "==",
|
|
25846
|
+
"printedName": "==(_:_:)",
|
|
25847
|
+
"children": [
|
|
25848
|
+
{
|
|
25849
|
+
"kind": "TypeNominal",
|
|
25850
|
+
"name": "Bool",
|
|
25851
|
+
"printedName": "Swift.Bool",
|
|
25852
|
+
"usr": "s:Sb"
|
|
25853
|
+
},
|
|
25854
|
+
{
|
|
25855
|
+
"kind": "TypeNominal",
|
|
25856
|
+
"name": "VideoCarouselInput",
|
|
25857
|
+
"printedName": "ShortKitSDK.VideoCarouselInput",
|
|
25858
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV"
|
|
25859
|
+
},
|
|
25860
|
+
{
|
|
25861
|
+
"kind": "TypeNominal",
|
|
25862
|
+
"name": "VideoCarouselInput",
|
|
25863
|
+
"printedName": "ShortKitSDK.VideoCarouselInput",
|
|
25864
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV"
|
|
25865
|
+
}
|
|
25866
|
+
],
|
|
25867
|
+
"declKind": "Func",
|
|
25868
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV2eeoiySbAC_ACtFZ",
|
|
25869
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV2eeoiySbAC_ACtFZ",
|
|
25870
|
+
"moduleName": "ShortKitSDK",
|
|
25871
|
+
"static": true,
|
|
25872
|
+
"implicit": true,
|
|
25873
|
+
"funcSelfKind": "NonMutating"
|
|
25874
|
+
}
|
|
25875
|
+
],
|
|
25876
|
+
"declKind": "Struct",
|
|
25877
|
+
"usr": "s:11ShortKitSDK18VideoCarouselInputV",
|
|
25878
|
+
"mangledName": "$s11ShortKitSDK18VideoCarouselInputV",
|
|
25879
|
+
"moduleName": "ShortKitSDK",
|
|
25880
|
+
"declAttributes": [
|
|
25881
|
+
"AccessControl",
|
|
25882
|
+
"RawDocComment"
|
|
25883
|
+
],
|
|
25884
|
+
"conformances": [
|
|
25885
|
+
{
|
|
25886
|
+
"kind": "Conformance",
|
|
25887
|
+
"name": "Copyable",
|
|
25888
|
+
"printedName": "Copyable",
|
|
25889
|
+
"usr": "s:s8CopyableP",
|
|
25890
|
+
"mangledName": "$ss8CopyableP"
|
|
25891
|
+
},
|
|
25892
|
+
{
|
|
25893
|
+
"kind": "Conformance",
|
|
25894
|
+
"name": "Decodable",
|
|
25895
|
+
"printedName": "Decodable",
|
|
25896
|
+
"usr": "s:Se",
|
|
25897
|
+
"mangledName": "$sSe"
|
|
25898
|
+
},
|
|
25899
|
+
{
|
|
25900
|
+
"kind": "Conformance",
|
|
25901
|
+
"name": "Encodable",
|
|
25902
|
+
"printedName": "Encodable",
|
|
25903
|
+
"usr": "s:SE",
|
|
25904
|
+
"mangledName": "$sSE"
|
|
25905
|
+
},
|
|
25906
|
+
{
|
|
25907
|
+
"kind": "Conformance",
|
|
25908
|
+
"name": "Equatable",
|
|
25909
|
+
"printedName": "Equatable",
|
|
25910
|
+
"usr": "s:SQ",
|
|
25911
|
+
"mangledName": "$sSQ"
|
|
25912
|
+
},
|
|
25913
|
+
{
|
|
25914
|
+
"kind": "Conformance",
|
|
25915
|
+
"name": "Escapable",
|
|
25916
|
+
"printedName": "Escapable",
|
|
25917
|
+
"usr": "s:s9EscapableP",
|
|
25918
|
+
"mangledName": "$ss9EscapableP"
|
|
25919
|
+
},
|
|
25920
|
+
{
|
|
25921
|
+
"kind": "Conformance",
|
|
25922
|
+
"name": "Sendable",
|
|
25923
|
+
"printedName": "Sendable",
|
|
25924
|
+
"usr": "s:s8SendableP",
|
|
25925
|
+
"mangledName": "$ss8SendableP"
|
|
25926
|
+
},
|
|
25927
|
+
{
|
|
25928
|
+
"kind": "Conformance",
|
|
25929
|
+
"name": "SendableMetatype",
|
|
25930
|
+
"printedName": "SendableMetatype",
|
|
25931
|
+
"usr": "s:s16SendableMetatypeP",
|
|
25932
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
25933
|
+
}
|
|
25934
|
+
]
|
|
25935
|
+
},
|
|
25936
|
+
{
|
|
25937
|
+
"kind": "Import",
|
|
25938
|
+
"name": "Foundation",
|
|
25939
|
+
"printedName": "Foundation",
|
|
25940
|
+
"declKind": "Import",
|
|
25941
|
+
"moduleName": "ShortKitSDK"
|
|
25942
|
+
},
|
|
25943
|
+
{
|
|
25944
|
+
"kind": "TypeDecl",
|
|
25945
|
+
"name": "VideoCarouselItem",
|
|
25946
|
+
"printedName": "VideoCarouselItem",
|
|
25947
|
+
"children": [
|
|
25948
|
+
{
|
|
25949
|
+
"kind": "Var",
|
|
25950
|
+
"name": "id",
|
|
25951
|
+
"printedName": "id",
|
|
25952
|
+
"children": [
|
|
25953
|
+
{
|
|
25954
|
+
"kind": "TypeNominal",
|
|
25955
|
+
"name": "String",
|
|
25956
|
+
"printedName": "Swift.String",
|
|
25957
|
+
"usr": "s:SS"
|
|
25958
|
+
}
|
|
25959
|
+
],
|
|
25960
|
+
"declKind": "Var",
|
|
25961
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvp",
|
|
25962
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvp",
|
|
25963
|
+
"moduleName": "ShortKitSDK",
|
|
25964
|
+
"declAttributes": [
|
|
25965
|
+
"HasStorage",
|
|
25966
|
+
"AccessControl"
|
|
25967
|
+
],
|
|
25968
|
+
"isLet": true,
|
|
25969
|
+
"hasStorage": true,
|
|
25970
|
+
"accessors": [
|
|
25971
|
+
{
|
|
25972
|
+
"kind": "Accessor",
|
|
25973
|
+
"name": "Get",
|
|
25974
|
+
"printedName": "Get()",
|
|
25975
|
+
"children": [
|
|
25976
|
+
{
|
|
25977
|
+
"kind": "TypeNominal",
|
|
25978
|
+
"name": "String",
|
|
25979
|
+
"printedName": "Swift.String",
|
|
25980
|
+
"usr": "s:SS"
|
|
25981
|
+
}
|
|
25982
|
+
],
|
|
25983
|
+
"declKind": "Accessor",
|
|
25984
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV2idSSvg",
|
|
25985
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV2idSSvg",
|
|
25986
|
+
"moduleName": "ShortKitSDK",
|
|
25987
|
+
"implicit": true,
|
|
25988
|
+
"accessorKind": "get"
|
|
25989
|
+
}
|
|
25990
|
+
]
|
|
25991
|
+
},
|
|
25992
|
+
{
|
|
25993
|
+
"kind": "Var",
|
|
25994
|
+
"name": "videos",
|
|
25995
|
+
"printedName": "videos",
|
|
25996
|
+
"children": [
|
|
25997
|
+
{
|
|
25998
|
+
"kind": "TypeNominal",
|
|
25999
|
+
"name": "Array",
|
|
26000
|
+
"printedName": "[ShortKitSDK.ContentItem]",
|
|
26001
|
+
"children": [
|
|
26002
|
+
{
|
|
26003
|
+
"kind": "TypeNominal",
|
|
26004
|
+
"name": "ContentItem",
|
|
26005
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
26006
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
26007
|
+
}
|
|
26008
|
+
],
|
|
26009
|
+
"usr": "s:Sa"
|
|
26010
|
+
}
|
|
26011
|
+
],
|
|
26012
|
+
"declKind": "Var",
|
|
26013
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvp",
|
|
26014
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvp",
|
|
26015
|
+
"moduleName": "ShortKitSDK",
|
|
26016
|
+
"declAttributes": [
|
|
26017
|
+
"HasStorage",
|
|
26018
|
+
"AccessControl"
|
|
26019
|
+
],
|
|
26020
|
+
"isLet": true,
|
|
26021
|
+
"hasStorage": true,
|
|
26022
|
+
"accessors": [
|
|
26023
|
+
{
|
|
26024
|
+
"kind": "Accessor",
|
|
26025
|
+
"name": "Get",
|
|
26026
|
+
"printedName": "Get()",
|
|
26027
|
+
"children": [
|
|
26028
|
+
{
|
|
26029
|
+
"kind": "TypeNominal",
|
|
26030
|
+
"name": "Array",
|
|
26031
|
+
"printedName": "[ShortKitSDK.ContentItem]",
|
|
26032
|
+
"children": [
|
|
26033
|
+
{
|
|
26034
|
+
"kind": "TypeNominal",
|
|
26035
|
+
"name": "ContentItem",
|
|
26036
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
26037
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
26038
|
+
}
|
|
26039
|
+
],
|
|
26040
|
+
"usr": "s:Sa"
|
|
26041
|
+
}
|
|
26042
|
+
],
|
|
26043
|
+
"declKind": "Accessor",
|
|
26044
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvg",
|
|
26045
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV6videosSayAA07ContentF0VGvg",
|
|
26046
|
+
"moduleName": "ShortKitSDK",
|
|
26047
|
+
"implicit": true,
|
|
26048
|
+
"accessorKind": "get"
|
|
26049
|
+
}
|
|
26050
|
+
]
|
|
26051
|
+
},
|
|
26052
|
+
{
|
|
26053
|
+
"kind": "Var",
|
|
26054
|
+
"name": "title",
|
|
26055
|
+
"printedName": "title",
|
|
26056
|
+
"children": [
|
|
26057
|
+
{
|
|
26058
|
+
"kind": "TypeNominal",
|
|
26059
|
+
"name": "Optional",
|
|
26060
|
+
"printedName": "Swift.String?",
|
|
26061
|
+
"children": [
|
|
26062
|
+
{
|
|
26063
|
+
"kind": "TypeNominal",
|
|
26064
|
+
"name": "String",
|
|
26065
|
+
"printedName": "Swift.String",
|
|
26066
|
+
"usr": "s:SS"
|
|
26067
|
+
}
|
|
26068
|
+
],
|
|
26069
|
+
"usr": "s:Sq"
|
|
26070
|
+
}
|
|
26071
|
+
],
|
|
26072
|
+
"declKind": "Var",
|
|
26073
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV5titleSSSgvp",
|
|
26074
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV5titleSSSgvp",
|
|
26075
|
+
"moduleName": "ShortKitSDK",
|
|
26076
|
+
"declAttributes": [
|
|
26077
|
+
"HasStorage",
|
|
26078
|
+
"AccessControl"
|
|
26079
|
+
],
|
|
26080
|
+
"isLet": true,
|
|
26081
|
+
"hasStorage": true,
|
|
26082
|
+
"accessors": [
|
|
26083
|
+
{
|
|
26084
|
+
"kind": "Accessor",
|
|
26085
|
+
"name": "Get",
|
|
26086
|
+
"printedName": "Get()",
|
|
26087
|
+
"children": [
|
|
26088
|
+
{
|
|
26089
|
+
"kind": "TypeNominal",
|
|
26090
|
+
"name": "Optional",
|
|
26091
|
+
"printedName": "Swift.String?",
|
|
26092
|
+
"children": [
|
|
26093
|
+
{
|
|
26094
|
+
"kind": "TypeNominal",
|
|
26095
|
+
"name": "String",
|
|
26096
|
+
"printedName": "Swift.String",
|
|
26097
|
+
"usr": "s:SS"
|
|
26098
|
+
}
|
|
26099
|
+
],
|
|
26100
|
+
"usr": "s:Sq"
|
|
26101
|
+
}
|
|
26102
|
+
],
|
|
26103
|
+
"declKind": "Accessor",
|
|
26104
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV5titleSSSgvg",
|
|
26105
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV5titleSSSgvg",
|
|
26106
|
+
"moduleName": "ShortKitSDK",
|
|
26107
|
+
"implicit": true,
|
|
26108
|
+
"accessorKind": "get"
|
|
26109
|
+
}
|
|
26110
|
+
]
|
|
26111
|
+
},
|
|
26112
|
+
{
|
|
26113
|
+
"kind": "Var",
|
|
26114
|
+
"name": "description",
|
|
26115
|
+
"printedName": "description",
|
|
26116
|
+
"children": [
|
|
26117
|
+
{
|
|
26118
|
+
"kind": "TypeNominal",
|
|
26119
|
+
"name": "Optional",
|
|
26120
|
+
"printedName": "Swift.String?",
|
|
26121
|
+
"children": [
|
|
26122
|
+
{
|
|
26123
|
+
"kind": "TypeNominal",
|
|
26124
|
+
"name": "String",
|
|
26125
|
+
"printedName": "Swift.String",
|
|
26126
|
+
"usr": "s:SS"
|
|
26127
|
+
}
|
|
26128
|
+
],
|
|
26129
|
+
"usr": "s:Sq"
|
|
26130
|
+
}
|
|
26131
|
+
],
|
|
26132
|
+
"declKind": "Var",
|
|
26133
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvp",
|
|
26134
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvp",
|
|
26135
|
+
"moduleName": "ShortKitSDK",
|
|
26136
|
+
"declAttributes": [
|
|
26137
|
+
"HasStorage",
|
|
26138
|
+
"AccessControl"
|
|
26139
|
+
],
|
|
26140
|
+
"isLet": true,
|
|
26141
|
+
"hasStorage": true,
|
|
26142
|
+
"accessors": [
|
|
26143
|
+
{
|
|
26144
|
+
"kind": "Accessor",
|
|
26145
|
+
"name": "Get",
|
|
26146
|
+
"printedName": "Get()",
|
|
26147
|
+
"children": [
|
|
26148
|
+
{
|
|
26149
|
+
"kind": "TypeNominal",
|
|
26150
|
+
"name": "Optional",
|
|
26151
|
+
"printedName": "Swift.String?",
|
|
26152
|
+
"children": [
|
|
26153
|
+
{
|
|
26154
|
+
"kind": "TypeNominal",
|
|
26155
|
+
"name": "String",
|
|
26156
|
+
"printedName": "Swift.String",
|
|
26157
|
+
"usr": "s:SS"
|
|
26158
|
+
}
|
|
26159
|
+
],
|
|
26160
|
+
"usr": "s:Sq"
|
|
26161
|
+
}
|
|
26162
|
+
],
|
|
26163
|
+
"declKind": "Accessor",
|
|
26164
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvg",
|
|
26165
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV11descriptionSSSgvg",
|
|
26166
|
+
"moduleName": "ShortKitSDK",
|
|
26167
|
+
"implicit": true,
|
|
26168
|
+
"accessorKind": "get"
|
|
26169
|
+
}
|
|
26170
|
+
]
|
|
26171
|
+
},
|
|
26172
|
+
{
|
|
26173
|
+
"kind": "Var",
|
|
26174
|
+
"name": "author",
|
|
26175
|
+
"printedName": "author",
|
|
26176
|
+
"children": [
|
|
26177
|
+
{
|
|
26178
|
+
"kind": "TypeNominal",
|
|
26179
|
+
"name": "Optional",
|
|
26180
|
+
"printedName": "Swift.String?",
|
|
26181
|
+
"children": [
|
|
26182
|
+
{
|
|
26183
|
+
"kind": "TypeNominal",
|
|
26184
|
+
"name": "String",
|
|
26185
|
+
"printedName": "Swift.String",
|
|
26186
|
+
"usr": "s:SS"
|
|
26187
|
+
}
|
|
26188
|
+
],
|
|
26189
|
+
"usr": "s:Sq"
|
|
26190
|
+
}
|
|
26191
|
+
],
|
|
26192
|
+
"declKind": "Var",
|
|
26193
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV6authorSSSgvp",
|
|
26194
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV6authorSSSgvp",
|
|
26195
|
+
"moduleName": "ShortKitSDK",
|
|
26196
|
+
"declAttributes": [
|
|
26197
|
+
"HasStorage",
|
|
26198
|
+
"AccessControl"
|
|
26199
|
+
],
|
|
26200
|
+
"isLet": true,
|
|
26201
|
+
"hasStorage": true,
|
|
26202
|
+
"accessors": [
|
|
26203
|
+
{
|
|
26204
|
+
"kind": "Accessor",
|
|
26205
|
+
"name": "Get",
|
|
26206
|
+
"printedName": "Get()",
|
|
26207
|
+
"children": [
|
|
26208
|
+
{
|
|
26209
|
+
"kind": "TypeNominal",
|
|
26210
|
+
"name": "Optional",
|
|
26211
|
+
"printedName": "Swift.String?",
|
|
26212
|
+
"children": [
|
|
26213
|
+
{
|
|
26214
|
+
"kind": "TypeNominal",
|
|
26215
|
+
"name": "String",
|
|
26216
|
+
"printedName": "Swift.String",
|
|
26217
|
+
"usr": "s:SS"
|
|
26218
|
+
}
|
|
26219
|
+
],
|
|
26220
|
+
"usr": "s:Sq"
|
|
26221
|
+
}
|
|
26222
|
+
],
|
|
26223
|
+
"declKind": "Accessor",
|
|
26224
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV6authorSSSgvg",
|
|
26225
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV6authorSSSgvg",
|
|
26226
|
+
"moduleName": "ShortKitSDK",
|
|
26227
|
+
"implicit": true,
|
|
26228
|
+
"accessorKind": "get"
|
|
26229
|
+
}
|
|
26230
|
+
]
|
|
26231
|
+
},
|
|
26232
|
+
{
|
|
26233
|
+
"kind": "Var",
|
|
26234
|
+
"name": "section",
|
|
26235
|
+
"printedName": "section",
|
|
26236
|
+
"children": [
|
|
26237
|
+
{
|
|
26238
|
+
"kind": "TypeNominal",
|
|
26239
|
+
"name": "Optional",
|
|
26240
|
+
"printedName": "Swift.String?",
|
|
26241
|
+
"children": [
|
|
26242
|
+
{
|
|
26243
|
+
"kind": "TypeNominal",
|
|
26244
|
+
"name": "String",
|
|
26245
|
+
"printedName": "Swift.String",
|
|
26246
|
+
"usr": "s:SS"
|
|
26247
|
+
}
|
|
26248
|
+
],
|
|
26249
|
+
"usr": "s:Sq"
|
|
26250
|
+
}
|
|
26251
|
+
],
|
|
26252
|
+
"declKind": "Var",
|
|
26253
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV7sectionSSSgvp",
|
|
26254
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV7sectionSSSgvp",
|
|
26255
|
+
"moduleName": "ShortKitSDK",
|
|
26256
|
+
"declAttributes": [
|
|
26257
|
+
"HasStorage",
|
|
26258
|
+
"AccessControl"
|
|
26259
|
+
],
|
|
26260
|
+
"isLet": true,
|
|
26261
|
+
"hasStorage": true,
|
|
26262
|
+
"accessors": [
|
|
26263
|
+
{
|
|
26264
|
+
"kind": "Accessor",
|
|
26265
|
+
"name": "Get",
|
|
26266
|
+
"printedName": "Get()",
|
|
26267
|
+
"children": [
|
|
26268
|
+
{
|
|
26269
|
+
"kind": "TypeNominal",
|
|
26270
|
+
"name": "Optional",
|
|
26271
|
+
"printedName": "Swift.String?",
|
|
26272
|
+
"children": [
|
|
26273
|
+
{
|
|
26274
|
+
"kind": "TypeNominal",
|
|
26275
|
+
"name": "String",
|
|
26276
|
+
"printedName": "Swift.String",
|
|
26277
|
+
"usr": "s:SS"
|
|
26278
|
+
}
|
|
26279
|
+
],
|
|
26280
|
+
"usr": "s:Sq"
|
|
26281
|
+
}
|
|
26282
|
+
],
|
|
26283
|
+
"declKind": "Accessor",
|
|
26284
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV7sectionSSSgvg",
|
|
26285
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV7sectionSSSgvg",
|
|
26286
|
+
"moduleName": "ShortKitSDK",
|
|
26287
|
+
"implicit": true,
|
|
26288
|
+
"accessorKind": "get"
|
|
26289
|
+
}
|
|
26290
|
+
]
|
|
26291
|
+
},
|
|
26292
|
+
{
|
|
26293
|
+
"kind": "Var",
|
|
26294
|
+
"name": "articleUrl",
|
|
26295
|
+
"printedName": "articleUrl",
|
|
26296
|
+
"children": [
|
|
26297
|
+
{
|
|
26298
|
+
"kind": "TypeNominal",
|
|
26299
|
+
"name": "Optional",
|
|
26300
|
+
"printedName": "Swift.String?",
|
|
26301
|
+
"children": [
|
|
26302
|
+
{
|
|
26303
|
+
"kind": "TypeNominal",
|
|
26304
|
+
"name": "String",
|
|
26305
|
+
"printedName": "Swift.String",
|
|
26306
|
+
"usr": "s:SS"
|
|
26307
|
+
}
|
|
26308
|
+
],
|
|
26309
|
+
"usr": "s:Sq"
|
|
26310
|
+
}
|
|
26311
|
+
],
|
|
26312
|
+
"declKind": "Var",
|
|
26313
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvp",
|
|
26314
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvp",
|
|
26315
|
+
"moduleName": "ShortKitSDK",
|
|
26316
|
+
"declAttributes": [
|
|
26317
|
+
"HasStorage",
|
|
26318
|
+
"AccessControl"
|
|
26319
|
+
],
|
|
26320
|
+
"isLet": true,
|
|
26321
|
+
"hasStorage": true,
|
|
26322
|
+
"accessors": [
|
|
26323
|
+
{
|
|
26324
|
+
"kind": "Accessor",
|
|
26325
|
+
"name": "Get",
|
|
26326
|
+
"printedName": "Get()",
|
|
26327
|
+
"children": [
|
|
26328
|
+
{
|
|
26329
|
+
"kind": "TypeNominal",
|
|
26330
|
+
"name": "Optional",
|
|
26331
|
+
"printedName": "Swift.String?",
|
|
26332
|
+
"children": [
|
|
26333
|
+
{
|
|
26334
|
+
"kind": "TypeNominal",
|
|
26335
|
+
"name": "String",
|
|
26336
|
+
"printedName": "Swift.String",
|
|
26337
|
+
"usr": "s:SS"
|
|
26338
|
+
}
|
|
26339
|
+
],
|
|
26340
|
+
"usr": "s:Sq"
|
|
26341
|
+
}
|
|
26342
|
+
],
|
|
26343
|
+
"declKind": "Accessor",
|
|
26344
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvg",
|
|
26345
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV10articleUrlSSSgvg",
|
|
26346
|
+
"moduleName": "ShortKitSDK",
|
|
26347
|
+
"implicit": true,
|
|
26348
|
+
"accessorKind": "get"
|
|
26349
|
+
}
|
|
26350
|
+
]
|
|
26351
|
+
},
|
|
26352
|
+
{
|
|
26353
|
+
"kind": "Constructor",
|
|
26354
|
+
"name": "init",
|
|
26355
|
+
"printedName": "init(id:videos:title:description:author:section:articleUrl:)",
|
|
26356
|
+
"children": [
|
|
26357
|
+
{
|
|
26358
|
+
"kind": "TypeNominal",
|
|
26359
|
+
"name": "VideoCarouselItem",
|
|
26360
|
+
"printedName": "ShortKitSDK.VideoCarouselItem",
|
|
26361
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV"
|
|
26362
|
+
},
|
|
26363
|
+
{
|
|
26364
|
+
"kind": "TypeNominal",
|
|
26365
|
+
"name": "String",
|
|
26366
|
+
"printedName": "Swift.String",
|
|
26367
|
+
"usr": "s:SS"
|
|
26368
|
+
},
|
|
26369
|
+
{
|
|
26370
|
+
"kind": "TypeNominal",
|
|
26371
|
+
"name": "Array",
|
|
26372
|
+
"printedName": "[ShortKitSDK.ContentItem]",
|
|
26373
|
+
"children": [
|
|
26374
|
+
{
|
|
26375
|
+
"kind": "TypeNominal",
|
|
26376
|
+
"name": "ContentItem",
|
|
26377
|
+
"printedName": "ShortKitSDK.ContentItem",
|
|
26378
|
+
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
26379
|
+
}
|
|
26380
|
+
],
|
|
26381
|
+
"usr": "s:Sa"
|
|
26382
|
+
},
|
|
26383
|
+
{
|
|
26384
|
+
"kind": "TypeNominal",
|
|
26385
|
+
"name": "Optional",
|
|
26386
|
+
"printedName": "Swift.String?",
|
|
26387
|
+
"children": [
|
|
26388
|
+
{
|
|
26389
|
+
"kind": "TypeNominal",
|
|
26390
|
+
"name": "String",
|
|
26391
|
+
"printedName": "Swift.String",
|
|
26392
|
+
"usr": "s:SS"
|
|
26393
|
+
}
|
|
26394
|
+
],
|
|
26395
|
+
"hasDefaultArg": true,
|
|
26396
|
+
"usr": "s:Sq"
|
|
26397
|
+
},
|
|
26398
|
+
{
|
|
26399
|
+
"kind": "TypeNominal",
|
|
26400
|
+
"name": "Optional",
|
|
26401
|
+
"printedName": "Swift.String?",
|
|
26402
|
+
"children": [
|
|
26403
|
+
{
|
|
26404
|
+
"kind": "TypeNominal",
|
|
26405
|
+
"name": "String",
|
|
26406
|
+
"printedName": "Swift.String",
|
|
26407
|
+
"usr": "s:SS"
|
|
26408
|
+
}
|
|
26409
|
+
],
|
|
26410
|
+
"hasDefaultArg": true,
|
|
26411
|
+
"usr": "s:Sq"
|
|
26412
|
+
},
|
|
26413
|
+
{
|
|
26414
|
+
"kind": "TypeNominal",
|
|
26415
|
+
"name": "Optional",
|
|
26416
|
+
"printedName": "Swift.String?",
|
|
26417
|
+
"children": [
|
|
26418
|
+
{
|
|
26419
|
+
"kind": "TypeNominal",
|
|
26420
|
+
"name": "String",
|
|
26421
|
+
"printedName": "Swift.String",
|
|
26422
|
+
"usr": "s:SS"
|
|
26423
|
+
}
|
|
26424
|
+
],
|
|
26425
|
+
"hasDefaultArg": true,
|
|
26426
|
+
"usr": "s:Sq"
|
|
26427
|
+
},
|
|
26428
|
+
{
|
|
26429
|
+
"kind": "TypeNominal",
|
|
26430
|
+
"name": "Optional",
|
|
26431
|
+
"printedName": "Swift.String?",
|
|
26432
|
+
"children": [
|
|
26433
|
+
{
|
|
26434
|
+
"kind": "TypeNominal",
|
|
26435
|
+
"name": "String",
|
|
26436
|
+
"printedName": "Swift.String",
|
|
26437
|
+
"usr": "s:SS"
|
|
26438
|
+
}
|
|
26439
|
+
],
|
|
26440
|
+
"hasDefaultArg": true,
|
|
26441
|
+
"usr": "s:Sq"
|
|
26442
|
+
},
|
|
26443
|
+
{
|
|
26444
|
+
"kind": "TypeNominal",
|
|
26445
|
+
"name": "Optional",
|
|
26446
|
+
"printedName": "Swift.String?",
|
|
26447
|
+
"children": [
|
|
26448
|
+
{
|
|
26449
|
+
"kind": "TypeNominal",
|
|
26450
|
+
"name": "String",
|
|
26451
|
+
"printedName": "Swift.String",
|
|
26452
|
+
"usr": "s:SS"
|
|
26453
|
+
}
|
|
26454
|
+
],
|
|
26455
|
+
"hasDefaultArg": true,
|
|
26456
|
+
"usr": "s:Sq"
|
|
26457
|
+
}
|
|
26458
|
+
],
|
|
26459
|
+
"declKind": "Constructor",
|
|
26460
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
|
|
26461
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV2id6videos5title11description6author7section10articleUrlACSS_SayAA07ContentF0VGSSSgA4Ntcfc",
|
|
26462
|
+
"moduleName": "ShortKitSDK",
|
|
26463
|
+
"declAttributes": [
|
|
26464
|
+
"AccessControl"
|
|
26465
|
+
],
|
|
26466
|
+
"init_kind": "Designated"
|
|
26467
|
+
},
|
|
26468
|
+
{
|
|
26469
|
+
"kind": "Constructor",
|
|
26470
|
+
"name": "init",
|
|
26471
|
+
"printedName": "init(from:)",
|
|
26472
|
+
"children": [
|
|
26473
|
+
{
|
|
26474
|
+
"kind": "TypeNominal",
|
|
26475
|
+
"name": "VideoCarouselItem",
|
|
26476
|
+
"printedName": "ShortKitSDK.VideoCarouselItem",
|
|
26477
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV"
|
|
26478
|
+
},
|
|
26479
|
+
{
|
|
26480
|
+
"kind": "TypeNominal",
|
|
26481
|
+
"name": "Decoder",
|
|
26482
|
+
"printedName": "any Swift.Decoder",
|
|
26483
|
+
"usr": "s:s7DecoderP"
|
|
26484
|
+
}
|
|
26485
|
+
],
|
|
26486
|
+
"declKind": "Constructor",
|
|
26487
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV4fromACs7Decoder_p_tKcfc",
|
|
26488
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV4fromACs7Decoder_p_tKcfc",
|
|
26489
|
+
"moduleName": "ShortKitSDK",
|
|
26490
|
+
"implicit": true,
|
|
26491
|
+
"throwing": true,
|
|
26492
|
+
"init_kind": "Designated"
|
|
26493
|
+
},
|
|
26494
|
+
{
|
|
26495
|
+
"kind": "Function",
|
|
26496
|
+
"name": "encode",
|
|
26497
|
+
"printedName": "encode(to:)",
|
|
26498
|
+
"children": [
|
|
26499
|
+
{
|
|
26500
|
+
"kind": "TypeNominal",
|
|
26501
|
+
"name": "Void",
|
|
26502
|
+
"printedName": "()"
|
|
26503
|
+
},
|
|
26504
|
+
{
|
|
26505
|
+
"kind": "TypeNominal",
|
|
26506
|
+
"name": "Encoder",
|
|
26507
|
+
"printedName": "any Swift.Encoder",
|
|
26508
|
+
"usr": "s:s7EncoderP"
|
|
26509
|
+
}
|
|
26510
|
+
],
|
|
26511
|
+
"declKind": "Func",
|
|
26512
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
|
|
26513
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV6encode2toys7Encoder_p_tKF",
|
|
26514
|
+
"moduleName": "ShortKitSDK",
|
|
26515
|
+
"implicit": true,
|
|
26516
|
+
"throwing": true,
|
|
26517
|
+
"funcSelfKind": "NonMutating"
|
|
26518
|
+
},
|
|
26519
|
+
{
|
|
26520
|
+
"kind": "Function",
|
|
26521
|
+
"name": "==",
|
|
26522
|
+
"printedName": "==(_:_:)",
|
|
26523
|
+
"children": [
|
|
26524
|
+
{
|
|
26525
|
+
"kind": "TypeNominal",
|
|
26526
|
+
"name": "Bool",
|
|
26527
|
+
"printedName": "Swift.Bool",
|
|
26528
|
+
"usr": "s:Sb"
|
|
26529
|
+
},
|
|
26530
|
+
{
|
|
26531
|
+
"kind": "TypeNominal",
|
|
26532
|
+
"name": "VideoCarouselItem",
|
|
26533
|
+
"printedName": "ShortKitSDK.VideoCarouselItem",
|
|
26534
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV"
|
|
26535
|
+
},
|
|
26536
|
+
{
|
|
26537
|
+
"kind": "TypeNominal",
|
|
26538
|
+
"name": "VideoCarouselItem",
|
|
26539
|
+
"printedName": "ShortKitSDK.VideoCarouselItem",
|
|
26540
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV"
|
|
26541
|
+
}
|
|
26542
|
+
],
|
|
26543
|
+
"declKind": "Func",
|
|
26544
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
|
|
26545
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV2eeoiySbAC_ACtFZ",
|
|
26546
|
+
"moduleName": "ShortKitSDK",
|
|
26547
|
+
"static": true,
|
|
26548
|
+
"implicit": true,
|
|
26549
|
+
"funcSelfKind": "NonMutating"
|
|
26550
|
+
}
|
|
26551
|
+
],
|
|
26552
|
+
"declKind": "Struct",
|
|
26553
|
+
"usr": "s:11ShortKitSDK17VideoCarouselItemV",
|
|
26554
|
+
"mangledName": "$s11ShortKitSDK17VideoCarouselItemV",
|
|
26555
|
+
"moduleName": "ShortKitSDK",
|
|
26556
|
+
"declAttributes": [
|
|
26557
|
+
"AccessControl"
|
|
26558
|
+
],
|
|
26559
|
+
"conformances": [
|
|
26560
|
+
{
|
|
26561
|
+
"kind": "Conformance",
|
|
26562
|
+
"name": "Copyable",
|
|
26563
|
+
"printedName": "Copyable",
|
|
26564
|
+
"usr": "s:s8CopyableP",
|
|
26565
|
+
"mangledName": "$ss8CopyableP"
|
|
26566
|
+
},
|
|
26567
|
+
{
|
|
26568
|
+
"kind": "Conformance",
|
|
26569
|
+
"name": "Decodable",
|
|
26570
|
+
"printedName": "Decodable",
|
|
26571
|
+
"usr": "s:Se",
|
|
26572
|
+
"mangledName": "$sSe"
|
|
26573
|
+
},
|
|
26574
|
+
{
|
|
26575
|
+
"kind": "Conformance",
|
|
26576
|
+
"name": "Encodable",
|
|
26577
|
+
"printedName": "Encodable",
|
|
26578
|
+
"usr": "s:SE",
|
|
26579
|
+
"mangledName": "$sSE"
|
|
26580
|
+
},
|
|
26581
|
+
{
|
|
26582
|
+
"kind": "Conformance",
|
|
26583
|
+
"name": "Equatable",
|
|
26584
|
+
"printedName": "Equatable",
|
|
26585
|
+
"usr": "s:SQ",
|
|
26586
|
+
"mangledName": "$sSQ"
|
|
26587
|
+
},
|
|
26588
|
+
{
|
|
26589
|
+
"kind": "Conformance",
|
|
26590
|
+
"name": "Escapable",
|
|
26591
|
+
"printedName": "Escapable",
|
|
26592
|
+
"usr": "s:s9EscapableP",
|
|
26593
|
+
"mangledName": "$ss9EscapableP"
|
|
26594
|
+
},
|
|
26595
|
+
{
|
|
26596
|
+
"kind": "Conformance",
|
|
26597
|
+
"name": "Sendable",
|
|
26598
|
+
"printedName": "Sendable",
|
|
26599
|
+
"usr": "s:s8SendableP",
|
|
26600
|
+
"mangledName": "$ss8SendableP"
|
|
26601
|
+
},
|
|
26602
|
+
{
|
|
26603
|
+
"kind": "Conformance",
|
|
26604
|
+
"name": "SendableMetatype",
|
|
26605
|
+
"printedName": "SendableMetatype",
|
|
26606
|
+
"usr": "s:s16SendableMetatypeP",
|
|
26607
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
26608
|
+
}
|
|
26609
|
+
]
|
|
26610
|
+
},
|
|
26611
|
+
{
|
|
26612
|
+
"kind": "Import",
|
|
26613
|
+
"name": "Foundation",
|
|
26614
|
+
"printedName": "Foundation",
|
|
26615
|
+
"declKind": "Import",
|
|
26616
|
+
"moduleName": "ShortKitSDK"
|
|
26617
|
+
},
|
|
26618
|
+
{
|
|
26619
|
+
"kind": "TypeDecl",
|
|
26620
|
+
"name": "VideoCarouselVideoInput",
|
|
26621
|
+
"printedName": "VideoCarouselVideoInput",
|
|
26622
|
+
"children": [
|
|
25556
26623
|
{
|
|
25557
26624
|
"kind": "Var",
|
|
25558
|
-
"name": "
|
|
25559
|
-
"printedName": "
|
|
26625
|
+
"name": "playbackId",
|
|
26626
|
+
"printedName": "playbackId",
|
|
25560
26627
|
"children": [
|
|
25561
26628
|
{
|
|
25562
26629
|
"kind": "TypeNominal",
|
|
25563
|
-
"name": "
|
|
25564
|
-
"printedName": "Swift.String
|
|
25565
|
-
"
|
|
25566
|
-
{
|
|
25567
|
-
"kind": "TypeNominal",
|
|
25568
|
-
"name": "String",
|
|
25569
|
-
"printedName": "Swift.String",
|
|
25570
|
-
"usr": "s:SS"
|
|
25571
|
-
}
|
|
25572
|
-
],
|
|
25573
|
-
"usr": "s:Sq"
|
|
26630
|
+
"name": "String",
|
|
26631
|
+
"printedName": "Swift.String",
|
|
26632
|
+
"usr": "s:SS"
|
|
25574
26633
|
}
|
|
25575
26634
|
],
|
|
25576
26635
|
"declKind": "Var",
|
|
25577
|
-
"usr": "s:
|
|
25578
|
-
"mangledName": "$
|
|
26636
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV10playbackIdSSvp",
|
|
26637
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV10playbackIdSSvp",
|
|
25579
26638
|
"moduleName": "ShortKitSDK",
|
|
25580
26639
|
"declAttributes": [
|
|
25581
26640
|
"HasStorage",
|
|
@@ -25591,22 +26650,14 @@
|
|
|
25591
26650
|
"children": [
|
|
25592
26651
|
{
|
|
25593
26652
|
"kind": "TypeNominal",
|
|
25594
|
-
"name": "
|
|
25595
|
-
"printedName": "Swift.String
|
|
25596
|
-
"
|
|
25597
|
-
{
|
|
25598
|
-
"kind": "TypeNominal",
|
|
25599
|
-
"name": "String",
|
|
25600
|
-
"printedName": "Swift.String",
|
|
25601
|
-
"usr": "s:SS"
|
|
25602
|
-
}
|
|
25603
|
-
],
|
|
25604
|
-
"usr": "s:Sq"
|
|
26653
|
+
"name": "String",
|
|
26654
|
+
"printedName": "Swift.String",
|
|
26655
|
+
"usr": "s:SS"
|
|
25605
26656
|
}
|
|
25606
26657
|
],
|
|
25607
26658
|
"declKind": "Accessor",
|
|
25608
|
-
"usr": "s:
|
|
25609
|
-
"mangledName": "$
|
|
26659
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV10playbackIdSSvg",
|
|
26660
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV10playbackIdSSvg",
|
|
25610
26661
|
"moduleName": "ShortKitSDK",
|
|
25611
26662
|
"implicit": true,
|
|
25612
26663
|
"accessorKind": "get"
|
|
@@ -25615,8 +26666,8 @@
|
|
|
25615
26666
|
},
|
|
25616
26667
|
{
|
|
25617
26668
|
"kind": "Var",
|
|
25618
|
-
"name": "
|
|
25619
|
-
"printedName": "
|
|
26669
|
+
"name": "fallbackUrl",
|
|
26670
|
+
"printedName": "fallbackUrl",
|
|
25620
26671
|
"children": [
|
|
25621
26672
|
{
|
|
25622
26673
|
"kind": "TypeNominal",
|
|
@@ -25634,8 +26685,8 @@
|
|
|
25634
26685
|
}
|
|
25635
26686
|
],
|
|
25636
26687
|
"declKind": "Var",
|
|
25637
|
-
"usr": "s:
|
|
25638
|
-
"mangledName": "$
|
|
26688
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV11fallbackUrlSSSgvp",
|
|
26689
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV11fallbackUrlSSSgvp",
|
|
25639
26690
|
"moduleName": "ShortKitSDK",
|
|
25640
26691
|
"declAttributes": [
|
|
25641
26692
|
"HasStorage",
|
|
@@ -25665,8 +26716,8 @@
|
|
|
25665
26716
|
}
|
|
25666
26717
|
],
|
|
25667
26718
|
"declKind": "Accessor",
|
|
25668
|
-
"usr": "s:
|
|
25669
|
-
"mangledName": "$
|
|
26719
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV11fallbackUrlSSSgvg",
|
|
26720
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV11fallbackUrlSSSgvg",
|
|
25670
26721
|
"moduleName": "ShortKitSDK",
|
|
25671
26722
|
"implicit": true,
|
|
25672
26723
|
"accessorKind": "get"
|
|
@@ -25676,13 +26727,13 @@
|
|
|
25676
26727
|
{
|
|
25677
26728
|
"kind": "Constructor",
|
|
25678
26729
|
"name": "init",
|
|
25679
|
-
"printedName": "init(
|
|
26730
|
+
"printedName": "init(playbackId:fallbackUrl:)",
|
|
25680
26731
|
"children": [
|
|
25681
26732
|
{
|
|
25682
26733
|
"kind": "TypeNominal",
|
|
25683
|
-
"name": "
|
|
25684
|
-
"printedName": "ShortKitSDK.
|
|
25685
|
-
"usr": "s:
|
|
26734
|
+
"name": "VideoCarouselVideoInput",
|
|
26735
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
26736
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25686
26737
|
},
|
|
25687
26738
|
{
|
|
25688
26739
|
"kind": "TypeNominal",
|
|
@@ -25690,80 +26741,6 @@
|
|
|
25690
26741
|
"printedName": "Swift.String",
|
|
25691
26742
|
"usr": "s:SS"
|
|
25692
26743
|
},
|
|
25693
|
-
{
|
|
25694
|
-
"kind": "TypeNominal",
|
|
25695
|
-
"name": "Array",
|
|
25696
|
-
"printedName": "[ShortKitSDK.ContentItem]",
|
|
25697
|
-
"children": [
|
|
25698
|
-
{
|
|
25699
|
-
"kind": "TypeNominal",
|
|
25700
|
-
"name": "ContentItem",
|
|
25701
|
-
"printedName": "ShortKitSDK.ContentItem",
|
|
25702
|
-
"usr": "s:11ShortKitSDK11ContentItemV"
|
|
25703
|
-
}
|
|
25704
|
-
],
|
|
25705
|
-
"usr": "s:Sa"
|
|
25706
|
-
},
|
|
25707
|
-
{
|
|
25708
|
-
"kind": "TypeNominal",
|
|
25709
|
-
"name": "Optional",
|
|
25710
|
-
"printedName": "Swift.String?",
|
|
25711
|
-
"children": [
|
|
25712
|
-
{
|
|
25713
|
-
"kind": "TypeNominal",
|
|
25714
|
-
"name": "String",
|
|
25715
|
-
"printedName": "Swift.String",
|
|
25716
|
-
"usr": "s:SS"
|
|
25717
|
-
}
|
|
25718
|
-
],
|
|
25719
|
-
"hasDefaultArg": true,
|
|
25720
|
-
"usr": "s:Sq"
|
|
25721
|
-
},
|
|
25722
|
-
{
|
|
25723
|
-
"kind": "TypeNominal",
|
|
25724
|
-
"name": "Optional",
|
|
25725
|
-
"printedName": "Swift.String?",
|
|
25726
|
-
"children": [
|
|
25727
|
-
{
|
|
25728
|
-
"kind": "TypeNominal",
|
|
25729
|
-
"name": "String",
|
|
25730
|
-
"printedName": "Swift.String",
|
|
25731
|
-
"usr": "s:SS"
|
|
25732
|
-
}
|
|
25733
|
-
],
|
|
25734
|
-
"hasDefaultArg": true,
|
|
25735
|
-
"usr": "s:Sq"
|
|
25736
|
-
},
|
|
25737
|
-
{
|
|
25738
|
-
"kind": "TypeNominal",
|
|
25739
|
-
"name": "Optional",
|
|
25740
|
-
"printedName": "Swift.String?",
|
|
25741
|
-
"children": [
|
|
25742
|
-
{
|
|
25743
|
-
"kind": "TypeNominal",
|
|
25744
|
-
"name": "String",
|
|
25745
|
-
"printedName": "Swift.String",
|
|
25746
|
-
"usr": "s:SS"
|
|
25747
|
-
}
|
|
25748
|
-
],
|
|
25749
|
-
"hasDefaultArg": true,
|
|
25750
|
-
"usr": "s:Sq"
|
|
25751
|
-
},
|
|
25752
|
-
{
|
|
25753
|
-
"kind": "TypeNominal",
|
|
25754
|
-
"name": "Optional",
|
|
25755
|
-
"printedName": "Swift.String?",
|
|
25756
|
-
"children": [
|
|
25757
|
-
{
|
|
25758
|
-
"kind": "TypeNominal",
|
|
25759
|
-
"name": "String",
|
|
25760
|
-
"printedName": "Swift.String",
|
|
25761
|
-
"usr": "s:SS"
|
|
25762
|
-
}
|
|
25763
|
-
],
|
|
25764
|
-
"hasDefaultArg": true,
|
|
25765
|
-
"usr": "s:Sq"
|
|
25766
|
-
},
|
|
25767
26744
|
{
|
|
25768
26745
|
"kind": "TypeNominal",
|
|
25769
26746
|
"name": "Optional",
|
|
@@ -25781,8 +26758,8 @@
|
|
|
25781
26758
|
}
|
|
25782
26759
|
],
|
|
25783
26760
|
"declKind": "Constructor",
|
|
25784
|
-
"usr": "s:
|
|
25785
|
-
"mangledName": "$
|
|
26761
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV10playbackId11fallbackUrlACSS_SSSgtcfc",
|
|
26762
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV10playbackId11fallbackUrlACSS_SSSgtcfc",
|
|
25786
26763
|
"moduleName": "ShortKitSDK",
|
|
25787
26764
|
"declAttributes": [
|
|
25788
26765
|
"AccessControl"
|
|
@@ -25796,9 +26773,9 @@
|
|
|
25796
26773
|
"children": [
|
|
25797
26774
|
{
|
|
25798
26775
|
"kind": "TypeNominal",
|
|
25799
|
-
"name": "
|
|
25800
|
-
"printedName": "ShortKitSDK.
|
|
25801
|
-
"usr": "s:
|
|
26776
|
+
"name": "VideoCarouselVideoInput",
|
|
26777
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
26778
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25802
26779
|
},
|
|
25803
26780
|
{
|
|
25804
26781
|
"kind": "TypeNominal",
|
|
@@ -25808,8 +26785,8 @@
|
|
|
25808
26785
|
}
|
|
25809
26786
|
],
|
|
25810
26787
|
"declKind": "Constructor",
|
|
25811
|
-
"usr": "s:
|
|
25812
|
-
"mangledName": "$
|
|
26788
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV4fromACs7Decoder_p_tKcfc",
|
|
26789
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV4fromACs7Decoder_p_tKcfc",
|
|
25813
26790
|
"moduleName": "ShortKitSDK",
|
|
25814
26791
|
"implicit": true,
|
|
25815
26792
|
"throwing": true,
|
|
@@ -25833,8 +26810,8 @@
|
|
|
25833
26810
|
}
|
|
25834
26811
|
],
|
|
25835
26812
|
"declKind": "Func",
|
|
25836
|
-
"usr": "s:
|
|
25837
|
-
"mangledName": "$
|
|
26813
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV6encode2toys7Encoder_p_tKF",
|
|
26814
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV6encode2toys7Encoder_p_tKF",
|
|
25838
26815
|
"moduleName": "ShortKitSDK",
|
|
25839
26816
|
"implicit": true,
|
|
25840
26817
|
"throwing": true,
|
|
@@ -25853,20 +26830,20 @@
|
|
|
25853
26830
|
},
|
|
25854
26831
|
{
|
|
25855
26832
|
"kind": "TypeNominal",
|
|
25856
|
-
"name": "
|
|
25857
|
-
"printedName": "ShortKitSDK.
|
|
25858
|
-
"usr": "s:
|
|
26833
|
+
"name": "VideoCarouselVideoInput",
|
|
26834
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
26835
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25859
26836
|
},
|
|
25860
26837
|
{
|
|
25861
26838
|
"kind": "TypeNominal",
|
|
25862
|
-
"name": "
|
|
25863
|
-
"printedName": "ShortKitSDK.
|
|
25864
|
-
"usr": "s:
|
|
26839
|
+
"name": "VideoCarouselVideoInput",
|
|
26840
|
+
"printedName": "ShortKitSDK.VideoCarouselVideoInput",
|
|
26841
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV"
|
|
25865
26842
|
}
|
|
25866
26843
|
],
|
|
25867
26844
|
"declKind": "Func",
|
|
25868
|
-
"usr": "s:
|
|
25869
|
-
"mangledName": "$
|
|
26845
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV2eeoiySbAC_ACtFZ",
|
|
26846
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV2eeoiySbAC_ACtFZ",
|
|
25870
26847
|
"moduleName": "ShortKitSDK",
|
|
25871
26848
|
"static": true,
|
|
25872
26849
|
"implicit": true,
|
|
@@ -25874,11 +26851,12 @@
|
|
|
25874
26851
|
}
|
|
25875
26852
|
],
|
|
25876
26853
|
"declKind": "Struct",
|
|
25877
|
-
"usr": "s:
|
|
25878
|
-
"mangledName": "$
|
|
26854
|
+
"usr": "s:11ShortKitSDK013VideoCarouselD5InputV",
|
|
26855
|
+
"mangledName": "$s11ShortKitSDK013VideoCarouselD5InputV",
|
|
25879
26856
|
"moduleName": "ShortKitSDK",
|
|
25880
26857
|
"declAttributes": [
|
|
25881
|
-
"AccessControl"
|
|
26858
|
+
"AccessControl",
|
|
26859
|
+
"RawDocComment"
|
|
25882
26860
|
],
|
|
25883
26861
|
"conformances": [
|
|
25884
26862
|
{
|
|
@@ -26414,6 +27392,30 @@
|
|
|
26414
27392
|
"reqNewWitnessTableEntry": true,
|
|
26415
27393
|
"funcSelfKind": "NonMutating"
|
|
26416
27394
|
},
|
|
27395
|
+
{
|
|
27396
|
+
"kind": "Function",
|
|
27397
|
+
"name": "resetToFirstImage",
|
|
27398
|
+
"printedName": "resetToFirstImage()",
|
|
27399
|
+
"children": [
|
|
27400
|
+
{
|
|
27401
|
+
"kind": "TypeNominal",
|
|
27402
|
+
"name": "Void",
|
|
27403
|
+
"printedName": "()"
|
|
27404
|
+
}
|
|
27405
|
+
],
|
|
27406
|
+
"declKind": "Func",
|
|
27407
|
+
"usr": "s:11ShortKitSDK15CarouselOverlayP17resetToFirstImageyyF",
|
|
27408
|
+
"mangledName": "$s11ShortKitSDK15CarouselOverlayP17resetToFirstImageyyF",
|
|
27409
|
+
"moduleName": "ShortKitSDK",
|
|
27410
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
|
|
27411
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
|
|
27412
|
+
"protocolReq": true,
|
|
27413
|
+
"declAttributes": [
|
|
27414
|
+
"RawDocComment"
|
|
27415
|
+
],
|
|
27416
|
+
"reqNewWitnessTableEntry": true,
|
|
27417
|
+
"funcSelfKind": "NonMutating"
|
|
27418
|
+
},
|
|
26417
27419
|
{
|
|
26418
27420
|
"kind": "Var",
|
|
26419
27421
|
"name": "cachedImage",
|
|
@@ -26688,6 +27690,29 @@
|
|
|
26688
27690
|
],
|
|
26689
27691
|
"isFromExtension": true,
|
|
26690
27692
|
"funcSelfKind": "NonMutating"
|
|
27693
|
+
},
|
|
27694
|
+
{
|
|
27695
|
+
"kind": "Function",
|
|
27696
|
+
"name": "resetToFirstImage",
|
|
27697
|
+
"printedName": "resetToFirstImage()",
|
|
27698
|
+
"children": [
|
|
27699
|
+
{
|
|
27700
|
+
"kind": "TypeNominal",
|
|
27701
|
+
"name": "Void",
|
|
27702
|
+
"printedName": "()"
|
|
27703
|
+
}
|
|
27704
|
+
],
|
|
27705
|
+
"declKind": "Func",
|
|
27706
|
+
"usr": "s:11ShortKitSDK15CarouselOverlayPAAE17resetToFirstImageyyF",
|
|
27707
|
+
"mangledName": "$s11ShortKitSDK15CarouselOverlayPAAE17resetToFirstImageyyF",
|
|
27708
|
+
"moduleName": "ShortKitSDK",
|
|
27709
|
+
"genericSig": "<τ_0_0 where τ_0_0 : ShortKitSDK.CarouselOverlay>",
|
|
27710
|
+
"sugared_genericSig": "<Self where Self : ShortKitSDK.CarouselOverlay>",
|
|
27711
|
+
"declAttributes": [
|
|
27712
|
+
"AccessControl"
|
|
27713
|
+
],
|
|
27714
|
+
"isFromExtension": true,
|
|
27715
|
+
"funcSelfKind": "NonMutating"
|
|
26691
27716
|
}
|
|
26692
27717
|
],
|
|
26693
27718
|
"declKind": "Protocol",
|
|
@@ -30425,6 +31450,13 @@
|
|
|
30425
31450
|
"declKind": "Import",
|
|
30426
31451
|
"moduleName": "ShortKitSDK"
|
|
30427
31452
|
},
|
|
31453
|
+
{
|
|
31454
|
+
"kind": "Import",
|
|
31455
|
+
"name": "Foundation",
|
|
31456
|
+
"printedName": "Foundation",
|
|
31457
|
+
"declKind": "Import",
|
|
31458
|
+
"moduleName": "ShortKitSDK"
|
|
31459
|
+
},
|
|
30428
31460
|
{
|
|
30429
31461
|
"kind": "Import",
|
|
30430
31462
|
"name": "UIKit",
|
|
@@ -38462,6 +39494,13 @@
|
|
|
38462
39494
|
"length": 1,
|
|
38463
39495
|
"value": "0"
|
|
38464
39496
|
},
|
|
39497
|
+
{
|
|
39498
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedCell.swift",
|
|
39499
|
+
"kind": "StringLiteral",
|
|
39500
|
+
"offset": 6511,
|
|
39501
|
+
"length": 3,
|
|
39502
|
+
"value": "\"?\""
|
|
39503
|
+
},
|
|
38465
39504
|
{
|
|
38466
39505
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedDataSource.swift",
|
|
38467
39506
|
"kind": "Array",
|
|
@@ -38668,7 +39707,7 @@
|
|
|
38668
39707
|
{
|
|
38669
39708
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/FeedViewController.swift",
|
|
38670
39709
|
"kind": "BooleanLiteral",
|
|
38671
|
-
"offset":
|
|
39710
|
+
"offset": 129920,
|
|
38672
39711
|
"length": 5,
|
|
38673
39712
|
"value": "false"
|
|
38674
39713
|
},
|
|
@@ -38724,7 +39763,7 @@
|
|
|
38724
39763
|
{
|
|
38725
39764
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Feed\/VideoCarouselCell.swift",
|
|
38726
39765
|
"kind": "IntegerLiteral",
|
|
38727
|
-
"offset":
|
|
39766
|
+
"offset": 24530,
|
|
38728
39767
|
"length": 1,
|
|
38729
39768
|
"value": "0"
|
|
38730
39769
|
},
|
|
@@ -39060,10 +40099,52 @@
|
|
|
39060
40099
|
{
|
|
39061
40100
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PlayerPool.swift",
|
|
39062
40101
|
"kind": "BooleanLiteral",
|
|
39063
|
-
"offset":
|
|
40102
|
+
"offset": 11990,
|
|
39064
40103
|
"length": 5,
|
|
39065
40104
|
"value": "false"
|
|
39066
40105
|
},
|
|
40106
|
+
{
|
|
40107
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PoolDebug.swift",
|
|
40108
|
+
"kind": "BooleanLiteral",
|
|
40109
|
+
"offset": 547,
|
|
40110
|
+
"length": 5,
|
|
40111
|
+
"value": "false"
|
|
40112
|
+
},
|
|
40113
|
+
{
|
|
40114
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PoolDebug.swift",
|
|
40115
|
+
"kind": "StringLiteral",
|
|
40116
|
+
"offset": 681,
|
|
40117
|
+
"length": 12,
|
|
40118
|
+
"value": "\"Pool:State\""
|
|
40119
|
+
},
|
|
40120
|
+
{
|
|
40121
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PoolDebug.swift",
|
|
40122
|
+
"kind": "StringLiteral",
|
|
40123
|
+
"offset": 743,
|
|
40124
|
+
"length": 9,
|
|
40125
|
+
"value": "\"Pool:Op\""
|
|
40126
|
+
},
|
|
40127
|
+
{
|
|
40128
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PoolDebug.swift",
|
|
40129
|
+
"kind": "StringLiteral",
|
|
40130
|
+
"offset": 838,
|
|
40131
|
+
"length": 14,
|
|
40132
|
+
"value": "\"Pool:Surface\""
|
|
40133
|
+
},
|
|
40134
|
+
{
|
|
40135
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PoolDebug.swift",
|
|
40136
|
+
"kind": "StringLiteral",
|
|
40137
|
+
"offset": 915,
|
|
40138
|
+
"length": 11,
|
|
40139
|
+
"value": "\"Pool:Cell\""
|
|
40140
|
+
},
|
|
40141
|
+
{
|
|
40142
|
+
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PoolDebug.swift",
|
|
40143
|
+
"kind": "StringLiteral",
|
|
40144
|
+
"offset": 990,
|
|
40145
|
+
"length": 11,
|
|
40146
|
+
"value": "\"Pool:Warn\""
|
|
40147
|
+
},
|
|
39067
40148
|
{
|
|
39068
40149
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Player\/PrefetchManager.swift",
|
|
39069
40150
|
"kind": "Dictionary",
|
|
@@ -39193,14 +40274,14 @@
|
|
|
39193
40274
|
{
|
|
39194
40275
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
39195
40276
|
"kind": "IntegerLiteral",
|
|
39196
|
-
"offset":
|
|
40277
|
+
"offset": 16330,
|
|
39197
40278
|
"length": 2,
|
|
39198
40279
|
"value": "10"
|
|
39199
40280
|
},
|
|
39200
40281
|
{
|
|
39201
40282
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/ShortKit.swift",
|
|
39202
40283
|
"kind": "IntegerLiteral",
|
|
39203
|
-
"offset":
|
|
40284
|
+
"offset": 17451,
|
|
39204
40285
|
"length": 2,
|
|
39205
40286
|
"value": "10"
|
|
39206
40287
|
},
|
|
@@ -39333,14 +40414,14 @@
|
|
|
39333
40414
|
{
|
|
39334
40415
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
|
|
39335
40416
|
"kind": "StringLiteral",
|
|
39336
|
-
"offset":
|
|
40417
|
+
"offset": 7405,
|
|
39337
40418
|
"length": 23,
|
|
39338
40419
|
"value": "\"CarouselImagePageCell\""
|
|
39339
40420
|
},
|
|
39340
40421
|
{
|
|
39341
40422
|
"filePath": "\/Users\/michaelseleman\/shortkit\/swift_sdk\/Sources\/ShortKit\/Templates\/DefaultCarouselView.swift",
|
|
39342
40423
|
"kind": "BooleanLiteral",
|
|
39343
|
-
"offset":
|
|
40424
|
+
"offset": 7573,
|
|
39344
40425
|
"length": 4,
|
|
39345
40426
|
"value": "true"
|
|
39346
40427
|
},
|