@fedify/vocab 2.4.0-dev.1531 → 2.4.0-dev.1567

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.
@@ -729,6 +729,7 @@ 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 {},
732
733
  canLike: InteractionRule {},
733
734
  canReply: InteractionRule {},
734
735
  canAnnounce: InteractionRule {},
@@ -739,6 +740,7 @@ snapshot[`Deno.inspect(InteractionPolicy) [auto] 1`] = `
739
740
  snapshot[`Deno.inspect(InteractionPolicy) [auto] 2`] = `
740
741
  'InteractionPolicy {
741
742
  id: URL "https://example.com/",
743
+ canFeature: InteractionRule {},
742
744
  canLike: InteractionRule {},
743
745
  canReply: InteractionRule {},
744
746
  canAnnounce: InteractionRule {},
@@ -749,6 +751,7 @@ snapshot[`Deno.inspect(InteractionPolicy) [auto] 2`] = `
749
751
  snapshot[`Deno.inspect(InteractionPolicy) [auto] 3`] = `
750
752
  'InteractionPolicy {
751
753
  id: URL "https://example.com/",
754
+ canFeature: InteractionRule {},
752
755
  canLike: InteractionRule {},
753
756
  canReply: InteractionRule {},
754
757
  canAnnounce: InteractionRule {},
@@ -1626,6 +1629,597 @@ snapshot[`Deno.inspect(QuoteRequest) [auto] 3`] = `
1626
1629
  }'
1627
1630
  `;
1628
1631
 
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
+
1629
2223
  snapshot[`Deno.inspect(Export) [auto] 1`] = `
1630
2224
  'Export {
1631
2225
  id: URL "https://example.com/",
@@ -2766,6 +3360,7 @@ snapshot[`Deno.inspect(Application) [auto] 1`] = `
2766
3360
  liked: Collection {},
2767
3361
  featured: Collection {},
2768
3362
  featuredTags: Collection {},
3363
+ featuredCollections: Collection {},
2769
3364
  streams: [ Collection {} ],
2770
3365
  endpoints: Endpoints {},
2771
3366
  discoverable: true,
@@ -2831,6 +3426,7 @@ snapshot[`Deno.inspect(Application) [auto] 2`] = `
2831
3426
  liked: URL "https://example.com/",
2832
3427
  featured: URL "https://example.com/",
2833
3428
  featuredTags: URL "https://example.com/",
3429
+ featuredCollections: URL "https://example.com/",
2834
3430
  streams: [ URL "https://example.com/" ],
2835
3431
  endpoints: Endpoints {},
2836
3432
  discoverable: true,
@@ -2896,6 +3492,7 @@ snapshot[`Deno.inspect(Application) [auto] 3`] = `
2896
3492
  liked: Collection {},
2897
3493
  featured: Collection {},
2898
3494
  featuredTags: Collection {},
3495
+ featuredCollections: Collection {},
2899
3496
  streams: [ Collection {}, Collection {} ],
2900
3497
  endpoints: Endpoints {},
2901
3498
  discoverable: true,
@@ -4908,6 +5505,7 @@ snapshot[`Deno.inspect(Group) [auto] 1`] = `
4908
5505
  liked: Collection {},
4909
5506
  featured: Collection {},
4910
5507
  featuredTags: Collection {},
5508
+ featuredCollections: Collection {},
4911
5509
  streams: [ Collection {} ],
4912
5510
  endpoints: Endpoints {},
4913
5511
  discoverable: true,
@@ -4973,6 +5571,7 @@ snapshot[`Deno.inspect(Group) [auto] 2`] = `
4973
5571
  liked: URL "https://example.com/",
4974
5572
  featured: URL "https://example.com/",
4975
5573
  featuredTags: URL "https://example.com/",
5574
+ featuredCollections: URL "https://example.com/",
4976
5575
  streams: [ URL "https://example.com/" ],
4977
5576
  endpoints: Endpoints {},
4978
5577
  discoverable: true,
@@ -5038,6 +5637,7 @@ snapshot[`Deno.inspect(Group) [auto] 3`] = `
5038
5637
  liked: Collection {},
5039
5638
  featured: Collection {},
5040
5639
  featuredTags: Collection {},
5640
+ featuredCollections: Collection {},
5041
5641
  streams: [ Collection {}, Collection {} ],
5042
5642
  endpoints: Endpoints {},
5043
5643
  discoverable: true,
@@ -7401,6 +8001,7 @@ snapshot[`Deno.inspect(Organization) [auto] 1`] = `
7401
8001
  liked: Collection {},
7402
8002
  featured: Collection {},
7403
8003
  featuredTags: Collection {},
8004
+ featuredCollections: Collection {},
7404
8005
  streams: [ Collection {} ],
7405
8006
  endpoints: Endpoints {},
7406
8007
  discoverable: true,
@@ -7466,6 +8067,7 @@ snapshot[`Deno.inspect(Organization) [auto] 2`] = `
7466
8067
  liked: URL "https://example.com/",
7467
8068
  featured: URL "https://example.com/",
7468
8069
  featuredTags: URL "https://example.com/",
8070
+ featuredCollections: URL "https://example.com/",
7469
8071
  streams: [ URL "https://example.com/" ],
7470
8072
  endpoints: Endpoints {},
7471
8073
  discoverable: true,
@@ -7531,6 +8133,7 @@ snapshot[`Deno.inspect(Organization) [auto] 3`] = `
7531
8133
  liked: Collection {},
7532
8134
  featured: Collection {},
7533
8135
  featuredTags: Collection {},
8136
+ featuredCollections: Collection {},
7534
8137
  streams: [ Collection {}, Collection {} ],
7535
8138
  endpoints: Endpoints {},
7536
8139
  discoverable: true,
@@ -7731,6 +8334,7 @@ snapshot[`Deno.inspect(Person) [auto] 1`] = `
7731
8334
  liked: Collection {},
7732
8335
  featured: Collection {},
7733
8336
  featuredTags: Collection {},
8337
+ featuredCollections: Collection {},
7734
8338
  streams: [ Collection {} ],
7735
8339
  endpoints: Endpoints {},
7736
8340
  discoverable: true,
@@ -7796,6 +8400,7 @@ snapshot[`Deno.inspect(Person) [auto] 2`] = `
7796
8400
  liked: URL "https://example.com/",
7797
8401
  featured: URL "https://example.com/",
7798
8402
  featuredTags: URL "https://example.com/",
8403
+ featuredCollections: URL "https://example.com/",
7799
8404
  streams: [ URL "https://example.com/" ],
7800
8405
  endpoints: Endpoints {},
7801
8406
  discoverable: true,
@@ -7861,6 +8466,7 @@ snapshot[`Deno.inspect(Person) [auto] 3`] = `
7861
8466
  liked: Collection {},
7862
8467
  featured: Collection {},
7863
8468
  featuredTags: Collection {},
8469
+ featuredCollections: Collection {},
7864
8470
  streams: [ Collection {}, Collection {} ],
7865
8471
  endpoints: Endpoints {},
7866
8472
  discoverable: true,
@@ -8952,6 +9558,7 @@ snapshot[`Deno.inspect(Service) [auto] 1`] = `
8952
9558
  liked: Collection {},
8953
9559
  featured: Collection {},
8954
9560
  featuredTags: Collection {},
9561
+ featuredCollections: Collection {},
8955
9562
  streams: [ Collection {} ],
8956
9563
  endpoints: Endpoints {},
8957
9564
  discoverable: true,
@@ -9017,6 +9624,7 @@ snapshot[`Deno.inspect(Service) [auto] 2`] = `
9017
9624
  liked: URL "https://example.com/",
9018
9625
  featured: URL "https://example.com/",
9019
9626
  featuredTags: URL "https://example.com/",
9627
+ featuredCollections: URL "https://example.com/",
9020
9628
  streams: [ URL "https://example.com/" ],
9021
9629
  endpoints: Endpoints {},
9022
9630
  discoverable: true,
@@ -9082,6 +9690,7 @@ snapshot[`Deno.inspect(Service) [auto] 3`] = `
9082
9690
  liked: Collection {},
9083
9691
  featured: Collection {},
9084
9692
  featuredTags: Collection {},
9693
+ featuredCollections: Collection {},
9085
9694
  streams: [ Collection {}, Collection {} ],
9086
9695
  endpoints: Endpoints {},
9087
9696
  discoverable: true,