@fedify/vocab 2.4.0-dev.1567 → 2.4.0-dev.1570
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/deno.json +1 -1
- package/dist/mod.cjs +9909 -13825
- package/dist/mod.d.cts +676 -1629
- package/dist/mod.d.ts +676 -1629
- package/dist/mod.js +9911 -13823
- package/dist-tests/{actor-CrOFIIiE.mjs → actor-BTMC-aMT.mjs} +2 -2
- package/dist-tests/actor.test.mjs +2 -2
- package/dist-tests/application.yaml +0 -13
- package/dist-tests/group.yaml +0 -13
- package/dist-tests/interactionpolicy.yaml +1 -16
- package/dist-tests/lookup.test.mjs +5 -7
- package/dist-tests/organization.yaml +0 -13
- package/dist-tests/person.yaml +0 -13
- package/dist-tests/service.yaml +0 -13
- package/dist-tests/type.test.mjs +1 -1
- package/dist-tests/{vocab-DOHLQ4UQ.mjs → vocab-XnSGFOqq.mjs} +9908 -13822
- package/dist-tests/vocab.test.mjs +1 -986
- package/package.json +4 -4
- package/src/__snapshots__/vocab.test.ts.snap +0 -609
- package/src/application.yaml +0 -13
- package/src/group.yaml +0 -13
- package/src/interactionpolicy.yaml +1 -16
- package/src/lookup.ts +2 -6
- package/src/organization.yaml +0 -13
- package/src/person.yaml +0 -13
- package/src/service.yaml +0 -13
- package/src/vocab.test.ts +121 -1539
- package/dist-tests/featureauthorization.yaml +0 -33
- package/dist-tests/featuredcollection.yaml +0 -41
- package/dist-tests/featureditem.yaml +0 -34
- package/dist-tests/featurerequest.yaml +0 -21
- package/src/featureauthorization.yaml +0 -33
- package/src/featuredcollection.yaml +0 -41
- package/src/featureditem.yaml +0 -34
- package/src/featurerequest.yaml +0 -21
|
@@ -729,7 +729,6 @@ snapshot[`Deno.inspect(AnnounceRequest) [auto] 3`] = `
|
|
|
729
729
|
snapshot[`Deno.inspect(InteractionPolicy) [auto] 1`] = `
|
|
730
730
|
'InteractionPolicy {
|
|
731
731
|
id: URL "https://example.com/",
|
|
732
|
-
canFeature: InteractionRule {},
|
|
733
732
|
canLike: InteractionRule {},
|
|
734
733
|
canReply: InteractionRule {},
|
|
735
734
|
canAnnounce: InteractionRule {},
|
|
@@ -740,7 +739,6 @@ snapshot[`Deno.inspect(InteractionPolicy) [auto] 1`] = `
|
|
|
740
739
|
snapshot[`Deno.inspect(InteractionPolicy) [auto] 2`] = `
|
|
741
740
|
'InteractionPolicy {
|
|
742
741
|
id: URL "https://example.com/",
|
|
743
|
-
canFeature: InteractionRule {},
|
|
744
742
|
canLike: InteractionRule {},
|
|
745
743
|
canReply: InteractionRule {},
|
|
746
744
|
canAnnounce: InteractionRule {},
|
|
@@ -751,7 +749,6 @@ snapshot[`Deno.inspect(InteractionPolicy) [auto] 2`] = `
|
|
|
751
749
|
snapshot[`Deno.inspect(InteractionPolicy) [auto] 3`] = `
|
|
752
750
|
'InteractionPolicy {
|
|
753
751
|
id: URL "https://example.com/",
|
|
754
|
-
canFeature: InteractionRule {},
|
|
755
752
|
canLike: InteractionRule {},
|
|
756
753
|
canReply: InteractionRule {},
|
|
757
754
|
canAnnounce: InteractionRule {},
|
|
@@ -1629,597 +1626,6 @@ snapshot[`Deno.inspect(QuoteRequest) [auto] 3`] = `
|
|
|
1629
1626
|
}'
|
|
1630
1627
|
`;
|
|
1631
1628
|
|
|
1632
|
-
snapshot[`Deno.inspect(FeatureAuthorization) [auto] 1`] = `
|
|
1633
|
-
'FeatureAuthorization {
|
|
1634
|
-
id: URL "https://example.com/",
|
|
1635
|
-
attachments: [ Object {}, Link {}, PropertyValue {} ],
|
|
1636
|
-
attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
|
|
1637
|
-
audience: Object {},
|
|
1638
|
-
contents: [ "hello", <en> "hello" ],
|
|
1639
|
-
contexts: [ Object {}, Link {} ],
|
|
1640
|
-
names: [ "hello", <en> "hello" ],
|
|
1641
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1642
|
-
generators: [ Object {}, Link {} ],
|
|
1643
|
-
icon: Image {},
|
|
1644
|
-
image: Image {},
|
|
1645
|
-
replyTargets: [ Object {}, Link {} ],
|
|
1646
|
-
locations: [ Object {}, Link {} ],
|
|
1647
|
-
previews: [ Link {}, Object {} ],
|
|
1648
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1649
|
-
replies: Collection {},
|
|
1650
|
-
shares: Collection {},
|
|
1651
|
-
likes: Collection {},
|
|
1652
|
-
emojiReactions: Collection {},
|
|
1653
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1654
|
-
summaries: [ "hello", <en> "hello" ],
|
|
1655
|
-
tags: [ Object {}, Link {} ],
|
|
1656
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1657
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
1658
|
-
to: Object {},
|
|
1659
|
-
bto: Object {},
|
|
1660
|
-
cc: Object {},
|
|
1661
|
-
bcc: Object {},
|
|
1662
|
-
mediaType: "hello",
|
|
1663
|
-
duration: PT1H,
|
|
1664
|
-
sensitive: true,
|
|
1665
|
-
source: Source {},
|
|
1666
|
-
proof: DataIntegrityProof {},
|
|
1667
|
-
interactionPolicy: InteractionPolicy {},
|
|
1668
|
-
approvedBy: URL "https://example.com/",
|
|
1669
|
-
likeAuthorization: LikeAuthorization {},
|
|
1670
|
-
replyAuthorization: ReplyAuthorization {},
|
|
1671
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
1672
|
-
interactingObject: Object {},
|
|
1673
|
-
interactionTarget: Object {}
|
|
1674
|
-
}'
|
|
1675
|
-
`;
|
|
1676
|
-
|
|
1677
|
-
snapshot[`Deno.inspect(FeatureAuthorization) [auto] 2`] = `
|
|
1678
|
-
'FeatureAuthorization {
|
|
1679
|
-
id: URL "https://example.com/",
|
|
1680
|
-
attachments: [ URL "https://example.com/" ],
|
|
1681
|
-
attribution: URL "https://example.com/",
|
|
1682
|
-
audience: URL "https://example.com/",
|
|
1683
|
-
contents: [ "hello", <en> "hello" ],
|
|
1684
|
-
contexts: [ URL "https://example.com/" ],
|
|
1685
|
-
names: [ "hello", <en> "hello" ],
|
|
1686
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1687
|
-
generators: [ URL "https://example.com/" ],
|
|
1688
|
-
icon: URL "https://example.com/",
|
|
1689
|
-
image: URL "https://example.com/",
|
|
1690
|
-
replyTarget: URL "https://example.com/",
|
|
1691
|
-
location: URL "https://example.com/",
|
|
1692
|
-
preview: URL "https://example.com/",
|
|
1693
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1694
|
-
replies: URL "https://example.com/",
|
|
1695
|
-
shares: URL "https://example.com/",
|
|
1696
|
-
likes: URL "https://example.com/",
|
|
1697
|
-
emojiReactions: URL "https://example.com/",
|
|
1698
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1699
|
-
summaries: [ "hello", <en> "hello" ],
|
|
1700
|
-
tags: [ URL "https://example.com/" ],
|
|
1701
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1702
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
1703
|
-
to: URL "https://example.com/",
|
|
1704
|
-
bto: URL "https://example.com/",
|
|
1705
|
-
cc: URL "https://example.com/",
|
|
1706
|
-
bcc: URL "https://example.com/",
|
|
1707
|
-
mediaType: "hello",
|
|
1708
|
-
duration: PT1H,
|
|
1709
|
-
sensitive: true,
|
|
1710
|
-
source: Source {},
|
|
1711
|
-
proof: URL "https://example.com/",
|
|
1712
|
-
interactionPolicy: InteractionPolicy {},
|
|
1713
|
-
approvedBy: URL "https://example.com/",
|
|
1714
|
-
likeAuthorization: URL "https://example.com/",
|
|
1715
|
-
replyAuthorization: URL "https://example.com/",
|
|
1716
|
-
announceAuthorization: URL "https://example.com/",
|
|
1717
|
-
interactingObject: URL "https://example.com/",
|
|
1718
|
-
interactionTarget: URL "https://example.com/"
|
|
1719
|
-
}'
|
|
1720
|
-
`;
|
|
1721
|
-
|
|
1722
|
-
snapshot[`Deno.inspect(FeatureAuthorization) [auto] 3`] = `
|
|
1723
|
-
'FeatureAuthorization {
|
|
1724
|
-
id: URL "https://example.com/",
|
|
1725
|
-
attachments: [ Object {}, Object {} ],
|
|
1726
|
-
attributions: [ Application {}, Application {} ],
|
|
1727
|
-
audiences: [ Object {}, Object {} ],
|
|
1728
|
-
contents: [ "hello", "hello" ],
|
|
1729
|
-
contexts: [ Object {}, Object {} ],
|
|
1730
|
-
names: [ "hello", "hello" ],
|
|
1731
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1732
|
-
generators: [ Object {}, Object {} ],
|
|
1733
|
-
icons: [ Image {}, Image {} ],
|
|
1734
|
-
images: [ Image {}, Image {} ],
|
|
1735
|
-
replyTargets: [ Object {}, Object {} ],
|
|
1736
|
-
locations: [ Object {}, Object {} ],
|
|
1737
|
-
previews: [ Link {}, Link {} ],
|
|
1738
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1739
|
-
replies: Collection {},
|
|
1740
|
-
shares: Collection {},
|
|
1741
|
-
likes: Collection {},
|
|
1742
|
-
emojiReactions: Collection {},
|
|
1743
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1744
|
-
summaries: [ "hello", "hello" ],
|
|
1745
|
-
tags: [ Object {}, Object {} ],
|
|
1746
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1747
|
-
urls: [ URL "https://example.com/", URL "https://example.com/" ],
|
|
1748
|
-
tos: [ Object {}, Object {} ],
|
|
1749
|
-
btos: [ Object {}, Object {} ],
|
|
1750
|
-
ccs: [ Object {}, Object {} ],
|
|
1751
|
-
bccs: [ Object {}, Object {} ],
|
|
1752
|
-
mediaType: "hello",
|
|
1753
|
-
duration: PT1H,
|
|
1754
|
-
sensitive: true,
|
|
1755
|
-
source: Source {},
|
|
1756
|
-
proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
|
|
1757
|
-
interactionPolicy: InteractionPolicy {},
|
|
1758
|
-
approvedBy: URL "https://example.com/",
|
|
1759
|
-
likeAuthorization: LikeAuthorization {},
|
|
1760
|
-
replyAuthorization: ReplyAuthorization {},
|
|
1761
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
1762
|
-
interactingObject: Object {},
|
|
1763
|
-
interactionTarget: Object {}
|
|
1764
|
-
}'
|
|
1765
|
-
`;
|
|
1766
|
-
|
|
1767
|
-
snapshot[`Deno.inspect(FeatureRequest) [auto] 1`] = `
|
|
1768
|
-
'FeatureRequest {
|
|
1769
|
-
id: URL "https://example.com/",
|
|
1770
|
-
attachments: [ Object {}, Link {}, PropertyValue {} ],
|
|
1771
|
-
attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
|
|
1772
|
-
audience: Object {},
|
|
1773
|
-
contents: [ "hello", <en> "hello" ],
|
|
1774
|
-
contexts: [ Object {}, Link {} ],
|
|
1775
|
-
names: [ "hello", <en> "hello" ],
|
|
1776
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1777
|
-
generators: [ Object {}, Link {} ],
|
|
1778
|
-
icon: Image {},
|
|
1779
|
-
image: Image {},
|
|
1780
|
-
replyTargets: [ Object {}, Link {} ],
|
|
1781
|
-
locations: [ Object {}, Link {} ],
|
|
1782
|
-
previews: [ Link {}, Object {} ],
|
|
1783
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1784
|
-
replies: Collection {},
|
|
1785
|
-
shares: Collection {},
|
|
1786
|
-
likes: Collection {},
|
|
1787
|
-
emojiReactions: Collection {},
|
|
1788
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1789
|
-
summaries: [ "hello", <en> "hello" ],
|
|
1790
|
-
tags: [ Object {}, Link {} ],
|
|
1791
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1792
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
1793
|
-
to: Object {},
|
|
1794
|
-
bto: Object {},
|
|
1795
|
-
cc: Object {},
|
|
1796
|
-
bcc: Object {},
|
|
1797
|
-
mediaType: "hello",
|
|
1798
|
-
duration: PT1H,
|
|
1799
|
-
sensitive: true,
|
|
1800
|
-
source: Source {},
|
|
1801
|
-
proof: DataIntegrityProof {},
|
|
1802
|
-
interactionPolicy: InteractionPolicy {},
|
|
1803
|
-
approvedBy: URL "https://example.com/",
|
|
1804
|
-
likeAuthorization: LikeAuthorization {},
|
|
1805
|
-
replyAuthorization: ReplyAuthorization {},
|
|
1806
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
1807
|
-
actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
|
|
1808
|
-
object: Object {},
|
|
1809
|
-
target: Object {},
|
|
1810
|
-
result: Object {},
|
|
1811
|
-
origin: Object {},
|
|
1812
|
-
instrument: Object {}
|
|
1813
|
-
}'
|
|
1814
|
-
`;
|
|
1815
|
-
|
|
1816
|
-
snapshot[`Deno.inspect(FeatureRequest) [auto] 2`] = `
|
|
1817
|
-
'FeatureRequest {
|
|
1818
|
-
id: URL "https://example.com/",
|
|
1819
|
-
attachments: [ URL "https://example.com/" ],
|
|
1820
|
-
attribution: URL "https://example.com/",
|
|
1821
|
-
audience: URL "https://example.com/",
|
|
1822
|
-
contents: [ "hello", <en> "hello" ],
|
|
1823
|
-
contexts: [ URL "https://example.com/" ],
|
|
1824
|
-
names: [ "hello", <en> "hello" ],
|
|
1825
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1826
|
-
generators: [ URL "https://example.com/" ],
|
|
1827
|
-
icon: URL "https://example.com/",
|
|
1828
|
-
image: URL "https://example.com/",
|
|
1829
|
-
replyTarget: URL "https://example.com/",
|
|
1830
|
-
location: URL "https://example.com/",
|
|
1831
|
-
preview: URL "https://example.com/",
|
|
1832
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1833
|
-
replies: URL "https://example.com/",
|
|
1834
|
-
shares: URL "https://example.com/",
|
|
1835
|
-
likes: URL "https://example.com/",
|
|
1836
|
-
emojiReactions: URL "https://example.com/",
|
|
1837
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1838
|
-
summaries: [ "hello", <en> "hello" ],
|
|
1839
|
-
tags: [ URL "https://example.com/" ],
|
|
1840
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1841
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
1842
|
-
to: URL "https://example.com/",
|
|
1843
|
-
bto: URL "https://example.com/",
|
|
1844
|
-
cc: URL "https://example.com/",
|
|
1845
|
-
bcc: URL "https://example.com/",
|
|
1846
|
-
mediaType: "hello",
|
|
1847
|
-
duration: PT1H,
|
|
1848
|
-
sensitive: true,
|
|
1849
|
-
source: Source {},
|
|
1850
|
-
proof: URL "https://example.com/",
|
|
1851
|
-
interactionPolicy: InteractionPolicy {},
|
|
1852
|
-
approvedBy: URL "https://example.com/",
|
|
1853
|
-
likeAuthorization: URL "https://example.com/",
|
|
1854
|
-
replyAuthorization: URL "https://example.com/",
|
|
1855
|
-
announceAuthorization: URL "https://example.com/",
|
|
1856
|
-
actor: URL "https://example.com/",
|
|
1857
|
-
object: URL "https://example.com/",
|
|
1858
|
-
target: URL "https://example.com/",
|
|
1859
|
-
result: URL "https://example.com/",
|
|
1860
|
-
origin: URL "https://example.com/",
|
|
1861
|
-
instrument: URL "https://example.com/"
|
|
1862
|
-
}'
|
|
1863
|
-
`;
|
|
1864
|
-
|
|
1865
|
-
snapshot[`Deno.inspect(FeatureRequest) [auto] 3`] = `
|
|
1866
|
-
'FeatureRequest {
|
|
1867
|
-
id: URL "https://example.com/",
|
|
1868
|
-
attachments: [ Object {}, Object {} ],
|
|
1869
|
-
attributions: [ Application {}, Application {} ],
|
|
1870
|
-
audiences: [ Object {}, Object {} ],
|
|
1871
|
-
contents: [ "hello", "hello" ],
|
|
1872
|
-
contexts: [ Object {}, Object {} ],
|
|
1873
|
-
names: [ "hello", "hello" ],
|
|
1874
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1875
|
-
generators: [ Object {}, Object {} ],
|
|
1876
|
-
icons: [ Image {}, Image {} ],
|
|
1877
|
-
images: [ Image {}, Image {} ],
|
|
1878
|
-
replyTargets: [ Object {}, Object {} ],
|
|
1879
|
-
locations: [ Object {}, Object {} ],
|
|
1880
|
-
previews: [ Link {}, Link {} ],
|
|
1881
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1882
|
-
replies: Collection {},
|
|
1883
|
-
shares: Collection {},
|
|
1884
|
-
likes: Collection {},
|
|
1885
|
-
emojiReactions: Collection {},
|
|
1886
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1887
|
-
summaries: [ "hello", "hello" ],
|
|
1888
|
-
tags: [ Object {}, Object {} ],
|
|
1889
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1890
|
-
urls: [ URL "https://example.com/", URL "https://example.com/" ],
|
|
1891
|
-
tos: [ Object {}, Object {} ],
|
|
1892
|
-
btos: [ Object {}, Object {} ],
|
|
1893
|
-
ccs: [ Object {}, Object {} ],
|
|
1894
|
-
bccs: [ Object {}, Object {} ],
|
|
1895
|
-
mediaType: "hello",
|
|
1896
|
-
duration: PT1H,
|
|
1897
|
-
sensitive: true,
|
|
1898
|
-
source: Source {},
|
|
1899
|
-
proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
|
|
1900
|
-
interactionPolicy: InteractionPolicy {},
|
|
1901
|
-
approvedBy: URL "https://example.com/",
|
|
1902
|
-
likeAuthorization: LikeAuthorization {},
|
|
1903
|
-
replyAuthorization: ReplyAuthorization {},
|
|
1904
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
1905
|
-
actors: [ Application {}, Application {} ],
|
|
1906
|
-
objects: [ Object {}, Object {} ],
|
|
1907
|
-
targets: [ Object {}, Object {} ],
|
|
1908
|
-
results: [ Object {}, Object {} ],
|
|
1909
|
-
origins: [ Object {}, Object {} ],
|
|
1910
|
-
instruments: [ Object {}, Object {} ]
|
|
1911
|
-
}'
|
|
1912
|
-
`;
|
|
1913
|
-
|
|
1914
|
-
snapshot[`Deno.inspect(FeaturedCollection) [auto] 1`] = `
|
|
1915
|
-
'FeaturedCollection {
|
|
1916
|
-
id: URL "https://example.com/",
|
|
1917
|
-
attachments: [ Object {}, Link {}, PropertyValue {} ],
|
|
1918
|
-
attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
|
|
1919
|
-
audience: Object {},
|
|
1920
|
-
contents: [ "hello", <en> "hello" ],
|
|
1921
|
-
contexts: [ Object {}, Link {} ],
|
|
1922
|
-
names: [ "hello", <en> "hello" ],
|
|
1923
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1924
|
-
generators: [ Object {}, Link {} ],
|
|
1925
|
-
icon: Image {},
|
|
1926
|
-
image: Image {},
|
|
1927
|
-
replyTargets: [ Object {}, Link {} ],
|
|
1928
|
-
locations: [ Object {}, Link {} ],
|
|
1929
|
-
previews: [ Link {}, Object {} ],
|
|
1930
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1931
|
-
replies: Collection {},
|
|
1932
|
-
shares: Collection {},
|
|
1933
|
-
likes: Collection {},
|
|
1934
|
-
emojiReactions: Collection {},
|
|
1935
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1936
|
-
summaries: [ "hello", <en> "hello" ],
|
|
1937
|
-
tags: [ Object {}, Link {} ],
|
|
1938
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1939
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
1940
|
-
to: Object {},
|
|
1941
|
-
bto: Object {},
|
|
1942
|
-
cc: Object {},
|
|
1943
|
-
bcc: Object {},
|
|
1944
|
-
mediaType: "hello",
|
|
1945
|
-
duration: PT1H,
|
|
1946
|
-
sensitive: true,
|
|
1947
|
-
source: Source {},
|
|
1948
|
-
proof: DataIntegrityProof {},
|
|
1949
|
-
interactionPolicy: InteractionPolicy {},
|
|
1950
|
-
approvedBy: URL "https://example.com/",
|
|
1951
|
-
likeAuthorization: LikeAuthorization {},
|
|
1952
|
-
replyAuthorization: ReplyAuthorization {},
|
|
1953
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
1954
|
-
totalItems: 123,
|
|
1955
|
-
current: CollectionPage {},
|
|
1956
|
-
first: CollectionPage {},
|
|
1957
|
-
last: CollectionPage {},
|
|
1958
|
-
items: [ Object {}, Link {} ],
|
|
1959
|
-
likesOf: Object {},
|
|
1960
|
-
sharesOf: Object {},
|
|
1961
|
-
repliesOf: Object {},
|
|
1962
|
-
inboxOf: Object {},
|
|
1963
|
-
outboxOf: Object {},
|
|
1964
|
-
followersOf: Object {},
|
|
1965
|
-
followingOf: Object {},
|
|
1966
|
-
likedOf: Object {},
|
|
1967
|
-
topic: Hashtag {},
|
|
1968
|
-
discoverable: true
|
|
1969
|
-
}'
|
|
1970
|
-
`;
|
|
1971
|
-
|
|
1972
|
-
snapshot[`Deno.inspect(FeaturedCollection) [auto] 2`] = `
|
|
1973
|
-
'FeaturedCollection {
|
|
1974
|
-
id: URL "https://example.com/",
|
|
1975
|
-
attachments: [ URL "https://example.com/" ],
|
|
1976
|
-
attribution: URL "https://example.com/",
|
|
1977
|
-
audience: URL "https://example.com/",
|
|
1978
|
-
contents: [ "hello", <en> "hello" ],
|
|
1979
|
-
contexts: [ URL "https://example.com/" ],
|
|
1980
|
-
names: [ "hello", <en> "hello" ],
|
|
1981
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
1982
|
-
generators: [ URL "https://example.com/" ],
|
|
1983
|
-
icon: URL "https://example.com/",
|
|
1984
|
-
image: URL "https://example.com/",
|
|
1985
|
-
replyTarget: URL "https://example.com/",
|
|
1986
|
-
location: URL "https://example.com/",
|
|
1987
|
-
preview: URL "https://example.com/",
|
|
1988
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
1989
|
-
replies: URL "https://example.com/",
|
|
1990
|
-
shares: URL "https://example.com/",
|
|
1991
|
-
likes: URL "https://example.com/",
|
|
1992
|
-
emojiReactions: URL "https://example.com/",
|
|
1993
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
1994
|
-
summaries: [ "hello", <en> "hello" ],
|
|
1995
|
-
tags: [ URL "https://example.com/" ],
|
|
1996
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
1997
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
1998
|
-
to: URL "https://example.com/",
|
|
1999
|
-
bto: URL "https://example.com/",
|
|
2000
|
-
cc: URL "https://example.com/",
|
|
2001
|
-
bcc: URL "https://example.com/",
|
|
2002
|
-
mediaType: "hello",
|
|
2003
|
-
duration: PT1H,
|
|
2004
|
-
sensitive: true,
|
|
2005
|
-
source: Source {},
|
|
2006
|
-
proof: URL "https://example.com/",
|
|
2007
|
-
interactionPolicy: InteractionPolicy {},
|
|
2008
|
-
approvedBy: URL "https://example.com/",
|
|
2009
|
-
likeAuthorization: URL "https://example.com/",
|
|
2010
|
-
replyAuthorization: URL "https://example.com/",
|
|
2011
|
-
announceAuthorization: URL "https://example.com/",
|
|
2012
|
-
totalItems: 123,
|
|
2013
|
-
current: URL "https://example.com/",
|
|
2014
|
-
first: URL "https://example.com/",
|
|
2015
|
-
last: URL "https://example.com/",
|
|
2016
|
-
items: [ URL "https://example.com/" ],
|
|
2017
|
-
likesOf: URL "https://example.com/",
|
|
2018
|
-
sharesOf: URL "https://example.com/",
|
|
2019
|
-
repliesOf: URL "https://example.com/",
|
|
2020
|
-
inboxOf: URL "https://example.com/",
|
|
2021
|
-
outboxOf: URL "https://example.com/",
|
|
2022
|
-
followersOf: URL "https://example.com/",
|
|
2023
|
-
followingOf: URL "https://example.com/",
|
|
2024
|
-
likedOf: URL "https://example.com/",
|
|
2025
|
-
topic: Hashtag {},
|
|
2026
|
-
discoverable: true
|
|
2027
|
-
}'
|
|
2028
|
-
`;
|
|
2029
|
-
|
|
2030
|
-
snapshot[`Deno.inspect(FeaturedCollection) [auto] 3`] = `
|
|
2031
|
-
'FeaturedCollection {
|
|
2032
|
-
id: URL "https://example.com/",
|
|
2033
|
-
attachments: [ Object {}, Object {} ],
|
|
2034
|
-
attributions: [ Application {}, Application {} ],
|
|
2035
|
-
audiences: [ Object {}, Object {} ],
|
|
2036
|
-
contents: [ "hello", "hello" ],
|
|
2037
|
-
contexts: [ Object {}, Object {} ],
|
|
2038
|
-
names: [ "hello", "hello" ],
|
|
2039
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
2040
|
-
generators: [ Object {}, Object {} ],
|
|
2041
|
-
icons: [ Image {}, Image {} ],
|
|
2042
|
-
images: [ Image {}, Image {} ],
|
|
2043
|
-
replyTargets: [ Object {}, Object {} ],
|
|
2044
|
-
locations: [ Object {}, Object {} ],
|
|
2045
|
-
previews: [ Link {}, Link {} ],
|
|
2046
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
2047
|
-
replies: Collection {},
|
|
2048
|
-
shares: Collection {},
|
|
2049
|
-
likes: Collection {},
|
|
2050
|
-
emojiReactions: Collection {},
|
|
2051
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
2052
|
-
summaries: [ "hello", "hello" ],
|
|
2053
|
-
tags: [ Object {}, Object {} ],
|
|
2054
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
2055
|
-
urls: [ URL "https://example.com/", URL "https://example.com/" ],
|
|
2056
|
-
tos: [ Object {}, Object {} ],
|
|
2057
|
-
btos: [ Object {}, Object {} ],
|
|
2058
|
-
ccs: [ Object {}, Object {} ],
|
|
2059
|
-
bccs: [ Object {}, Object {} ],
|
|
2060
|
-
mediaType: "hello",
|
|
2061
|
-
duration: PT1H,
|
|
2062
|
-
sensitive: true,
|
|
2063
|
-
source: Source {},
|
|
2064
|
-
proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
|
|
2065
|
-
interactionPolicy: InteractionPolicy {},
|
|
2066
|
-
approvedBy: URL "https://example.com/",
|
|
2067
|
-
likeAuthorization: LikeAuthorization {},
|
|
2068
|
-
replyAuthorization: ReplyAuthorization {},
|
|
2069
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
2070
|
-
totalItems: 123,
|
|
2071
|
-
current: CollectionPage {},
|
|
2072
|
-
first: CollectionPage {},
|
|
2073
|
-
last: CollectionPage {},
|
|
2074
|
-
items: [ Object {}, Object {} ],
|
|
2075
|
-
likesOf: Object {},
|
|
2076
|
-
sharesOf: Object {},
|
|
2077
|
-
repliesOf: Object {},
|
|
2078
|
-
inboxOf: Object {},
|
|
2079
|
-
outboxOf: Object {},
|
|
2080
|
-
followersOf: Object {},
|
|
2081
|
-
followingOf: Object {},
|
|
2082
|
-
likedOf: Object {},
|
|
2083
|
-
topic: Hashtag {},
|
|
2084
|
-
discoverable: true
|
|
2085
|
-
}'
|
|
2086
|
-
`;
|
|
2087
|
-
|
|
2088
|
-
snapshot[`Deno.inspect(FeaturedItem) [auto] 1`] = `
|
|
2089
|
-
'FeaturedItem {
|
|
2090
|
-
id: URL "https://example.com/",
|
|
2091
|
-
attachments: [ Object {}, Link {}, PropertyValue {} ],
|
|
2092
|
-
attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
|
|
2093
|
-
audience: Object {},
|
|
2094
|
-
contents: [ "hello", <en> "hello" ],
|
|
2095
|
-
contexts: [ Object {}, Link {} ],
|
|
2096
|
-
names: [ "hello", <en> "hello" ],
|
|
2097
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
2098
|
-
generators: [ Object {}, Link {} ],
|
|
2099
|
-
icon: Image {},
|
|
2100
|
-
image: Image {},
|
|
2101
|
-
replyTargets: [ Object {}, Link {} ],
|
|
2102
|
-
locations: [ Object {}, Link {} ],
|
|
2103
|
-
previews: [ Link {}, Object {} ],
|
|
2104
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
2105
|
-
replies: Collection {},
|
|
2106
|
-
shares: Collection {},
|
|
2107
|
-
likes: Collection {},
|
|
2108
|
-
emojiReactions: Collection {},
|
|
2109
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
2110
|
-
summaries: [ "hello", <en> "hello" ],
|
|
2111
|
-
tags: [ Object {}, Link {} ],
|
|
2112
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
2113
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
2114
|
-
to: Object {},
|
|
2115
|
-
bto: Object {},
|
|
2116
|
-
cc: Object {},
|
|
2117
|
-
bcc: Object {},
|
|
2118
|
-
mediaType: "hello",
|
|
2119
|
-
duration: PT1H,
|
|
2120
|
-
sensitive: true,
|
|
2121
|
-
source: Source {},
|
|
2122
|
-
proof: DataIntegrityProof {},
|
|
2123
|
-
interactionPolicy: InteractionPolicy {},
|
|
2124
|
-
approvedBy: URL "https://example.com/",
|
|
2125
|
-
likeAuthorization: LikeAuthorization {},
|
|
2126
|
-
replyAuthorization: ReplyAuthorization {},
|
|
2127
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
2128
|
-
featuredObject: Object {},
|
|
2129
|
-
featureAuthorization: FeatureAuthorization {}
|
|
2130
|
-
}'
|
|
2131
|
-
`;
|
|
2132
|
-
|
|
2133
|
-
snapshot[`Deno.inspect(FeaturedItem) [auto] 2`] = `
|
|
2134
|
-
'FeaturedItem {
|
|
2135
|
-
id: URL "https://example.com/",
|
|
2136
|
-
attachments: [ URL "https://example.com/" ],
|
|
2137
|
-
attribution: URL "https://example.com/",
|
|
2138
|
-
audience: URL "https://example.com/",
|
|
2139
|
-
contents: [ "hello", <en> "hello" ],
|
|
2140
|
-
contexts: [ URL "https://example.com/" ],
|
|
2141
|
-
names: [ "hello", <en> "hello" ],
|
|
2142
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
2143
|
-
generators: [ URL "https://example.com/" ],
|
|
2144
|
-
icon: URL "https://example.com/",
|
|
2145
|
-
image: URL "https://example.com/",
|
|
2146
|
-
replyTarget: URL "https://example.com/",
|
|
2147
|
-
location: URL "https://example.com/",
|
|
2148
|
-
preview: URL "https://example.com/",
|
|
2149
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
2150
|
-
replies: URL "https://example.com/",
|
|
2151
|
-
shares: URL "https://example.com/",
|
|
2152
|
-
likes: URL "https://example.com/",
|
|
2153
|
-
emojiReactions: URL "https://example.com/",
|
|
2154
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
2155
|
-
summaries: [ "hello", <en> "hello" ],
|
|
2156
|
-
tags: [ URL "https://example.com/" ],
|
|
2157
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
2158
|
-
urls: [ URL "https://example.com/", Link {} ],
|
|
2159
|
-
to: URL "https://example.com/",
|
|
2160
|
-
bto: URL "https://example.com/",
|
|
2161
|
-
cc: URL "https://example.com/",
|
|
2162
|
-
bcc: URL "https://example.com/",
|
|
2163
|
-
mediaType: "hello",
|
|
2164
|
-
duration: PT1H,
|
|
2165
|
-
sensitive: true,
|
|
2166
|
-
source: Source {},
|
|
2167
|
-
proof: URL "https://example.com/",
|
|
2168
|
-
interactionPolicy: InteractionPolicy {},
|
|
2169
|
-
approvedBy: URL "https://example.com/",
|
|
2170
|
-
likeAuthorization: URL "https://example.com/",
|
|
2171
|
-
replyAuthorization: URL "https://example.com/",
|
|
2172
|
-
announceAuthorization: URL "https://example.com/",
|
|
2173
|
-
featuredObject: URL "https://example.com/",
|
|
2174
|
-
featureAuthorization: URL "https://example.com/"
|
|
2175
|
-
}'
|
|
2176
|
-
`;
|
|
2177
|
-
|
|
2178
|
-
snapshot[`Deno.inspect(FeaturedItem) [auto] 3`] = `
|
|
2179
|
-
'FeaturedItem {
|
|
2180
|
-
id: URL "https://example.com/",
|
|
2181
|
-
attachments: [ Object {}, Object {} ],
|
|
2182
|
-
attributions: [ Application {}, Application {} ],
|
|
2183
|
-
audiences: [ Object {}, Object {} ],
|
|
2184
|
-
contents: [ "hello", "hello" ],
|
|
2185
|
-
contexts: [ Object {}, Object {} ],
|
|
2186
|
-
names: [ "hello", "hello" ],
|
|
2187
|
-
endTime: 2024-03-03T08:30:06.796196096Z,
|
|
2188
|
-
generators: [ Object {}, Object {} ],
|
|
2189
|
-
icons: [ Image {}, Image {} ],
|
|
2190
|
-
images: [ Image {}, Image {} ],
|
|
2191
|
-
replyTargets: [ Object {}, Object {} ],
|
|
2192
|
-
locations: [ Object {}, Object {} ],
|
|
2193
|
-
previews: [ Link {}, Link {} ],
|
|
2194
|
-
published: 2024-03-03T08:30:06.796196096Z,
|
|
2195
|
-
replies: Collection {},
|
|
2196
|
-
shares: Collection {},
|
|
2197
|
-
likes: Collection {},
|
|
2198
|
-
emojiReactions: Collection {},
|
|
2199
|
-
startTime: 2024-03-03T08:30:06.796196096Z,
|
|
2200
|
-
summaries: [ "hello", "hello" ],
|
|
2201
|
-
tags: [ Object {}, Object {} ],
|
|
2202
|
-
updated: 2024-03-03T08:30:06.796196096Z,
|
|
2203
|
-
urls: [ URL "https://example.com/", URL "https://example.com/" ],
|
|
2204
|
-
tos: [ Object {}, Object {} ],
|
|
2205
|
-
btos: [ Object {}, Object {} ],
|
|
2206
|
-
ccs: [ Object {}, Object {} ],
|
|
2207
|
-
bccs: [ Object {}, Object {} ],
|
|
2208
|
-
mediaType: "hello",
|
|
2209
|
-
duration: PT1H,
|
|
2210
|
-
sensitive: true,
|
|
2211
|
-
source: Source {},
|
|
2212
|
-
proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
|
|
2213
|
-
interactionPolicy: InteractionPolicy {},
|
|
2214
|
-
approvedBy: URL "https://example.com/",
|
|
2215
|
-
likeAuthorization: LikeAuthorization {},
|
|
2216
|
-
replyAuthorization: ReplyAuthorization {},
|
|
2217
|
-
announceAuthorization: AnnounceAuthorization {},
|
|
2218
|
-
featuredObject: Object {},
|
|
2219
|
-
featureAuthorization: FeatureAuthorization {}
|
|
2220
|
-
}'
|
|
2221
|
-
`;
|
|
2222
|
-
|
|
2223
1629
|
snapshot[`Deno.inspect(Export) [auto] 1`] = `
|
|
2224
1630
|
'Export {
|
|
2225
1631
|
id: URL "https://example.com/",
|
|
@@ -3360,7 +2766,6 @@ snapshot[`Deno.inspect(Application) [auto] 1`] = `
|
|
|
3360
2766
|
liked: Collection {},
|
|
3361
2767
|
featured: Collection {},
|
|
3362
2768
|
featuredTags: Collection {},
|
|
3363
|
-
featuredCollections: Collection {},
|
|
3364
2769
|
streams: [ Collection {} ],
|
|
3365
2770
|
endpoints: Endpoints {},
|
|
3366
2771
|
discoverable: true,
|
|
@@ -3426,7 +2831,6 @@ snapshot[`Deno.inspect(Application) [auto] 2`] = `
|
|
|
3426
2831
|
liked: URL "https://example.com/",
|
|
3427
2832
|
featured: URL "https://example.com/",
|
|
3428
2833
|
featuredTags: URL "https://example.com/",
|
|
3429
|
-
featuredCollections: URL "https://example.com/",
|
|
3430
2834
|
streams: [ URL "https://example.com/" ],
|
|
3431
2835
|
endpoints: Endpoints {},
|
|
3432
2836
|
discoverable: true,
|
|
@@ -3492,7 +2896,6 @@ snapshot[`Deno.inspect(Application) [auto] 3`] = `
|
|
|
3492
2896
|
liked: Collection {},
|
|
3493
2897
|
featured: Collection {},
|
|
3494
2898
|
featuredTags: Collection {},
|
|
3495
|
-
featuredCollections: Collection {},
|
|
3496
2899
|
streams: [ Collection {}, Collection {} ],
|
|
3497
2900
|
endpoints: Endpoints {},
|
|
3498
2901
|
discoverable: true,
|
|
@@ -5505,7 +4908,6 @@ snapshot[`Deno.inspect(Group) [auto] 1`] = `
|
|
|
5505
4908
|
liked: Collection {},
|
|
5506
4909
|
featured: Collection {},
|
|
5507
4910
|
featuredTags: Collection {},
|
|
5508
|
-
featuredCollections: Collection {},
|
|
5509
4911
|
streams: [ Collection {} ],
|
|
5510
4912
|
endpoints: Endpoints {},
|
|
5511
4913
|
discoverable: true,
|
|
@@ -5571,7 +4973,6 @@ snapshot[`Deno.inspect(Group) [auto] 2`] = `
|
|
|
5571
4973
|
liked: URL "https://example.com/",
|
|
5572
4974
|
featured: URL "https://example.com/",
|
|
5573
4975
|
featuredTags: URL "https://example.com/",
|
|
5574
|
-
featuredCollections: URL "https://example.com/",
|
|
5575
4976
|
streams: [ URL "https://example.com/" ],
|
|
5576
4977
|
endpoints: Endpoints {},
|
|
5577
4978
|
discoverable: true,
|
|
@@ -5637,7 +5038,6 @@ snapshot[`Deno.inspect(Group) [auto] 3`] = `
|
|
|
5637
5038
|
liked: Collection {},
|
|
5638
5039
|
featured: Collection {},
|
|
5639
5040
|
featuredTags: Collection {},
|
|
5640
|
-
featuredCollections: Collection {},
|
|
5641
5041
|
streams: [ Collection {}, Collection {} ],
|
|
5642
5042
|
endpoints: Endpoints {},
|
|
5643
5043
|
discoverable: true,
|
|
@@ -8001,7 +7401,6 @@ snapshot[`Deno.inspect(Organization) [auto] 1`] = `
|
|
|
8001
7401
|
liked: Collection {},
|
|
8002
7402
|
featured: Collection {},
|
|
8003
7403
|
featuredTags: Collection {},
|
|
8004
|
-
featuredCollections: Collection {},
|
|
8005
7404
|
streams: [ Collection {} ],
|
|
8006
7405
|
endpoints: Endpoints {},
|
|
8007
7406
|
discoverable: true,
|
|
@@ -8067,7 +7466,6 @@ snapshot[`Deno.inspect(Organization) [auto] 2`] = `
|
|
|
8067
7466
|
liked: URL "https://example.com/",
|
|
8068
7467
|
featured: URL "https://example.com/",
|
|
8069
7468
|
featuredTags: URL "https://example.com/",
|
|
8070
|
-
featuredCollections: URL "https://example.com/",
|
|
8071
7469
|
streams: [ URL "https://example.com/" ],
|
|
8072
7470
|
endpoints: Endpoints {},
|
|
8073
7471
|
discoverable: true,
|
|
@@ -8133,7 +7531,6 @@ snapshot[`Deno.inspect(Organization) [auto] 3`] = `
|
|
|
8133
7531
|
liked: Collection {},
|
|
8134
7532
|
featured: Collection {},
|
|
8135
7533
|
featuredTags: Collection {},
|
|
8136
|
-
featuredCollections: Collection {},
|
|
8137
7534
|
streams: [ Collection {}, Collection {} ],
|
|
8138
7535
|
endpoints: Endpoints {},
|
|
8139
7536
|
discoverable: true,
|
|
@@ -8334,7 +7731,6 @@ snapshot[`Deno.inspect(Person) [auto] 1`] = `
|
|
|
8334
7731
|
liked: Collection {},
|
|
8335
7732
|
featured: Collection {},
|
|
8336
7733
|
featuredTags: Collection {},
|
|
8337
|
-
featuredCollections: Collection {},
|
|
8338
7734
|
streams: [ Collection {} ],
|
|
8339
7735
|
endpoints: Endpoints {},
|
|
8340
7736
|
discoverable: true,
|
|
@@ -8400,7 +7796,6 @@ snapshot[`Deno.inspect(Person) [auto] 2`] = `
|
|
|
8400
7796
|
liked: URL "https://example.com/",
|
|
8401
7797
|
featured: URL "https://example.com/",
|
|
8402
7798
|
featuredTags: URL "https://example.com/",
|
|
8403
|
-
featuredCollections: URL "https://example.com/",
|
|
8404
7799
|
streams: [ URL "https://example.com/" ],
|
|
8405
7800
|
endpoints: Endpoints {},
|
|
8406
7801
|
discoverable: true,
|
|
@@ -8466,7 +7861,6 @@ snapshot[`Deno.inspect(Person) [auto] 3`] = `
|
|
|
8466
7861
|
liked: Collection {},
|
|
8467
7862
|
featured: Collection {},
|
|
8468
7863
|
featuredTags: Collection {},
|
|
8469
|
-
featuredCollections: Collection {},
|
|
8470
7864
|
streams: [ Collection {}, Collection {} ],
|
|
8471
7865
|
endpoints: Endpoints {},
|
|
8472
7866
|
discoverable: true,
|
|
@@ -9558,7 +8952,6 @@ snapshot[`Deno.inspect(Service) [auto] 1`] = `
|
|
|
9558
8952
|
liked: Collection {},
|
|
9559
8953
|
featured: Collection {},
|
|
9560
8954
|
featuredTags: Collection {},
|
|
9561
|
-
featuredCollections: Collection {},
|
|
9562
8955
|
streams: [ Collection {} ],
|
|
9563
8956
|
endpoints: Endpoints {},
|
|
9564
8957
|
discoverable: true,
|
|
@@ -9624,7 +9017,6 @@ snapshot[`Deno.inspect(Service) [auto] 2`] = `
|
|
|
9624
9017
|
liked: URL "https://example.com/",
|
|
9625
9018
|
featured: URL "https://example.com/",
|
|
9626
9019
|
featuredTags: URL "https://example.com/",
|
|
9627
|
-
featuredCollections: URL "https://example.com/",
|
|
9628
9020
|
streams: [ URL "https://example.com/" ],
|
|
9629
9021
|
endpoints: Endpoints {},
|
|
9630
9022
|
discoverable: true,
|
|
@@ -9690,7 +9082,6 @@ snapshot[`Deno.inspect(Service) [auto] 3`] = `
|
|
|
9690
9082
|
liked: Collection {},
|
|
9691
9083
|
featured: Collection {},
|
|
9692
9084
|
featuredTags: Collection {},
|
|
9693
|
-
featuredCollections: Collection {},
|
|
9694
9085
|
streams: [ Collection {}, Collection {} ],
|
|
9695
9086
|
endpoints: Endpoints {},
|
|
9696
9087
|
discoverable: true,
|