@atproto/pds 0.4.175 → 0.4.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/account-manager/db/migrations/007-lexicon-failures-index.d.ts +4 -0
  3. package/dist/account-manager/db/migrations/007-lexicon-failures-index.d.ts.map +1 -0
  4. package/dist/account-manager/db/migrations/007-lexicon-failures-index.js +17 -0
  5. package/dist/account-manager/db/migrations/007-lexicon-failures-index.js.map +1 -0
  6. package/dist/account-manager/db/migrations/index.d.ts +2 -0
  7. package/dist/account-manager/db/migrations/index.d.ts.map +1 -1
  8. package/dist/account-manager/db/migrations/index.js +2 -0
  9. package/dist/account-manager/db/migrations/index.js.map +1 -1
  10. package/dist/account-manager/helpers/lexicon.d.ts.map +1 -1
  11. package/dist/account-manager/helpers/lexicon.js +7 -0
  12. package/dist/account-manager/helpers/lexicon.js.map +1 -1
  13. package/dist/account-manager/helpers/token.d.ts +32 -32
  14. package/dist/account-manager/scope-reference-getter.d.ts +14 -0
  15. package/dist/account-manager/scope-reference-getter.d.ts.map +1 -0
  16. package/dist/account-manager/scope-reference-getter.js +69 -0
  17. package/dist/account-manager/scope-reference-getter.js.map +1 -0
  18. package/dist/actor-store/actor-store.d.ts.map +1 -1
  19. package/dist/actor-store/actor-store.js +4 -1
  20. package/dist/actor-store/actor-store.js.map +1 -1
  21. package/dist/actor-store/blob/transactor.d.ts +2 -2
  22. package/dist/actor-store/blob/transactor.d.ts.map +1 -1
  23. package/dist/actor-store/blob/transactor.js +73 -24
  24. package/dist/actor-store/blob/transactor.js.map +1 -1
  25. package/dist/actor-store/record/reader.d.ts.map +1 -1
  26. package/dist/actor-store/record/reader.js +12 -9
  27. package/dist/actor-store/record/reader.js.map +1 -1
  28. package/dist/actor-store/repo/sql-repo-reader.d.ts.map +1 -1
  29. package/dist/actor-store/repo/sql-repo-reader.js +2 -2
  30. package/dist/actor-store/repo/sql-repo-reader.js.map +1 -1
  31. package/dist/actor-store/repo/sql-repo-transactor.d.ts.map +1 -1
  32. package/dist/actor-store/repo/sql-repo-transactor.js +16 -19
  33. package/dist/actor-store/repo/sql-repo-transactor.js.map +1 -1
  34. package/dist/actor-store/repo/transactor.d.ts.map +1 -1
  35. package/dist/actor-store/repo/transactor.js +11 -15
  36. package/dist/actor-store/repo/transactor.js.map +1 -1
  37. package/dist/api/com/atproto/admin/updateSubjectStatus.js +6 -2
  38. package/dist/api/com/atproto/admin/updateSubjectStatus.js.map +1 -1
  39. package/dist/api/com/atproto/repo/importRepo.d.ts.map +1 -1
  40. package/dist/api/com/atproto/repo/importRepo.js +43 -51
  41. package/dist/api/com/atproto/repo/importRepo.js.map +1 -1
  42. package/dist/auth-verifier.d.ts.map +1 -1
  43. package/dist/auth-verifier.js +2 -12
  44. package/dist/auth-verifier.js.map +1 -1
  45. package/dist/context.d.ts.map +1 -1
  46. package/dist/context.js +20 -4
  47. package/dist/context.js.map +1 -1
  48. package/dist/disk-blobstore.d.ts.map +1 -1
  49. package/dist/disk-blobstore.js +10 -2
  50. package/dist/disk-blobstore.js.map +1 -1
  51. package/dist/lexicon/index.d.ts +60 -0
  52. package/dist/lexicon/index.d.ts.map +1 -1
  53. package/dist/lexicon/index.js +83 -1
  54. package/dist/lexicon/index.js.map +1 -1
  55. package/dist/lexicon/lexicons.d.ts +758 -16
  56. package/dist/lexicon/lexicons.d.ts.map +1 -1
  57. package/dist/lexicon/lexicons.js +485 -7
  58. package/dist/lexicon/lexicons.js.map +1 -1
  59. package/dist/lexicon/types/app/bsky/bookmark/createBookmark.d.ts +16 -0
  60. package/dist/lexicon/types/app/bsky/bookmark/createBookmark.d.ts.map +1 -0
  61. package/dist/lexicon/types/app/bsky/bookmark/createBookmark.js +7 -0
  62. package/dist/lexicon/types/app/bsky/bookmark/createBookmark.js.map +1 -0
  63. package/dist/lexicon/types/app/bsky/bookmark/defs.d.ts +25 -0
  64. package/dist/lexicon/types/app/bsky/bookmark/defs.d.ts.map +1 -0
  65. package/dist/lexicon/types/app/bsky/bookmark/defs.js +25 -0
  66. package/dist/lexicon/types/app/bsky/bookmark/defs.js.map +1 -0
  67. package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.d.ts +15 -0
  68. package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.d.ts.map +1 -0
  69. package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.js +7 -0
  70. package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.js.map +1 -0
  71. package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.d.ts +24 -0
  72. package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.d.ts.map +1 -0
  73. package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.js +7 -0
  74. package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.js.map +1 -0
  75. package/dist/lexicon/types/app/bsky/feed/defs.d.ts +2 -0
  76. package/dist/lexicon/types/app/bsky/feed/defs.d.ts.map +1 -1
  77. package/dist/lexicon/types/app/bsky/feed/defs.js.map +1 -1
  78. package/dist/lexicon/types/com/atproto/moderation/defs.d.ts +8 -8
  79. package/dist/lexicon/types/com/atproto/moderation/defs.d.ts.map +1 -1
  80. package/dist/lexicon/types/com/atproto/moderation/defs.js +7 -7
  81. package/dist/lexicon/types/com/atproto/moderation/defs.js.map +1 -1
  82. package/dist/lexicon/types/com/atproto/temp/dereferenceScope.d.ts +24 -0
  83. package/dist/lexicon/types/com/atproto/temp/dereferenceScope.d.ts.map +1 -0
  84. package/dist/lexicon/types/com/atproto/temp/dereferenceScope.js +7 -0
  85. package/dist/lexicon/types/com/atproto/temp/dereferenceScope.js.map +1 -0
  86. package/dist/lexicon/types/tools/ozone/report/defs.d.ts +92 -0
  87. package/dist/lexicon/types/tools/ozone/report/defs.d.ts.map +1 -0
  88. package/dist/lexicon/types/tools/ozone/report/defs.js +98 -0
  89. package/dist/lexicon/types/tools/ozone/report/defs.js.map +1 -0
  90. package/dist/logger.d.ts +1 -0
  91. package/dist/logger.d.ts.map +1 -1
  92. package/dist/logger.js +2 -1
  93. package/dist/logger.js.map +1 -1
  94. package/dist/scripts/rebuild-repo.d.ts.map +1 -1
  95. package/dist/scripts/rebuild-repo.js +3 -5
  96. package/dist/scripts/rebuild-repo.js.map +1 -1
  97. package/dist/scripts/sequencer-recovery/recoverer.js +8 -10
  98. package/dist/scripts/sequencer-recovery/recoverer.js.map +1 -1
  99. package/dist/sequencer/sequencer.js +2 -2
  100. package/dist/sequencer/sequencer.js.map +1 -1
  101. package/package.json +20 -17
  102. package/src/account-manager/db/migrations/007-lexicon-failures-index.ts +14 -0
  103. package/src/account-manager/db/migrations/index.ts +2 -0
  104. package/src/account-manager/helpers/lexicon.ts +14 -1
  105. package/src/account-manager/scope-reference-getter.ts +92 -0
  106. package/src/actor-store/actor-store.ts +5 -9
  107. package/src/actor-store/blob/transactor.ts +115 -42
  108. package/src/actor-store/record/reader.ts +14 -12
  109. package/src/actor-store/repo/sql-repo-reader.ts +12 -14
  110. package/src/actor-store/repo/sql-repo-transactor.ts +17 -23
  111. package/src/actor-store/repo/transactor.ts +29 -32
  112. package/src/api/com/atproto/admin/updateSubjectStatus.ts +7 -7
  113. package/src/api/com/atproto/repo/importRepo.ts +41 -55
  114. package/src/auth-verifier.ts +4 -20
  115. package/src/context.ts +26 -5
  116. package/src/disk-blobstore.ts +20 -3
  117. package/src/lexicon/index.ts +131 -0
  118. package/src/lexicon/lexicons.ts +503 -7
  119. package/src/lexicon/types/app/bsky/bookmark/createBookmark.ts +35 -0
  120. package/src/lexicon/types/app/bsky/bookmark/defs.ts +54 -0
  121. package/src/lexicon/types/app/bsky/bookmark/deleteBookmark.ts +34 -0
  122. package/src/lexicon/types/app/bsky/bookmark/getBookmarks.ts +42 -0
  123. package/src/lexicon/types/app/bsky/feed/defs.ts +2 -0
  124. package/src/lexicon/types/com/atproto/moderation/defs.ts +52 -7
  125. package/src/lexicon/types/com/atproto/temp/dereferenceScope.ts +42 -0
  126. package/src/lexicon/types/tools/ozone/report/defs.ts +154 -0
  127. package/src/logger.ts +1 -0
  128. package/src/scripts/rebuild-repo.ts +4 -5
  129. package/src/scripts/sequencer-recovery/recoverer.ts +8 -12
  130. package/src/sequencer/sequencer.ts +3 -3
  131. package/tests/proxied/__snapshots__/feedgen.test.ts.snap +4 -0
  132. package/tests/proxied/__snapshots__/views.test.ts.snap +80 -0
  133. package/tsconfig.build.tsbuildinfo +1 -1
@@ -611,6 +611,7 @@ Object {
611
611
  "muted": false,
612
612
  },
613
613
  },
614
+ "bookmarkCount": 0,
614
615
  "cid": "cids(0)",
615
616
  "embed": Object {
616
617
  "$type": "app.bsky.embed.images#view",
@@ -661,6 +662,7 @@ Object {
661
662
  "repostCount": 0,
662
663
  "uri": "record(0)",
663
664
  "viewer": Object {
665
+ "bookmarked": false,
664
666
  "embeddingDisabled": false,
665
667
  "threadMuted": false,
666
668
  },
@@ -700,6 +702,7 @@ Object {
700
702
  "muted": false,
701
703
  },
702
704
  },
705
+ "bookmarkCount": 0,
703
706
  "cid": "cids(3)",
704
707
  "indexedAt": "1970-01-01T00:00:00.000Z",
705
708
  "labels": Array [],
@@ -714,6 +717,7 @@ Object {
714
717
  "repostCount": 1,
715
718
  "uri": "record(3)",
716
719
  "viewer": Object {
720
+ "bookmarked": false,
717
721
  "embeddingDisabled": false,
718
722
  "threadMuted": false,
719
723
  },
@@ -752,6 +756,7 @@ Object {
752
756
  "muted": false,
753
757
  },
754
758
  },
759
+ "bookmarkCount": 0,
755
760
  "cid": "cids(3)",
756
761
  "indexedAt": "1970-01-01T00:00:00.000Z",
757
762
  "labels": Array [],
@@ -766,6 +771,7 @@ Object {
766
771
  "repostCount": 1,
767
772
  "uri": "record(3)",
768
773
  "viewer": Object {
774
+ "bookmarked": false,
769
775
  "embeddingDisabled": false,
770
776
  "threadMuted": false,
771
777
  },
@@ -793,6 +799,7 @@ Object {
793
799
  "muted": false,
794
800
  },
795
801
  },
802
+ "bookmarkCount": 0,
796
803
  "cid": "cids(5)",
797
804
  "indexedAt": "1970-01-01T00:00:00.000Z",
798
805
  "labels": Array [],
@@ -807,6 +814,7 @@ Object {
807
814
  "repostCount": 0,
808
815
  "uri": "record(5)",
809
816
  "viewer": Object {
817
+ "bookmarked": false,
810
818
  "embeddingDisabled": false,
811
819
  "threadMuted": false,
812
820
  },
@@ -833,6 +841,7 @@ Object {
833
841
  "muted": false,
834
842
  },
835
843
  },
844
+ "bookmarkCount": 0,
836
845
  "cid": "cids(6)",
837
846
  "indexedAt": "1970-01-01T00:00:00.000Z",
838
847
  "labels": Array [],
@@ -851,6 +860,7 @@ Object {
851
860
  "repostCount": 0,
852
861
  "uri": "record(6)",
853
862
  "viewer": Object {
863
+ "bookmarked": false,
854
864
  "embeddingDisabled": false,
855
865
  "threadMuted": false,
856
866
  },
@@ -1072,6 +1082,7 @@ Object {
1072
1082
  "muted": false,
1073
1083
  },
1074
1084
  },
1085
+ "bookmarkCount": 0,
1075
1086
  "cid": "cids(0)",
1076
1087
  "indexedAt": "1970-01-01T00:00:00.000Z",
1077
1088
  "labels": Array [],
@@ -1096,6 +1107,7 @@ Object {
1096
1107
  "repostCount": 1,
1097
1108
  "uri": "record(0)",
1098
1109
  "viewer": Object {
1110
+ "bookmarked": false,
1099
1111
  "embeddingDisabled": false,
1100
1112
  "threadMuted": false,
1101
1113
  },
@@ -1154,6 +1166,7 @@ Object {
1154
1166
  "muted": false,
1155
1167
  },
1156
1168
  },
1169
+ "bookmarkCount": 0,
1157
1170
  "cid": "cids(4)",
1158
1171
  "embed": Object {
1159
1172
  "$type": "app.bsky.embed.images#view",
@@ -1204,6 +1217,7 @@ Object {
1204
1217
  "repostCount": 0,
1205
1218
  "uri": "record(3)",
1206
1219
  "viewer": Object {
1220
+ "bookmarked": false,
1207
1221
  "embeddingDisabled": false,
1208
1222
  "threadMuted": false,
1209
1223
  },
@@ -1242,6 +1256,7 @@ Object {
1242
1256
  "muted": false,
1243
1257
  },
1244
1258
  },
1259
+ "bookmarkCount": 0,
1245
1260
  "cid": "cids(3)",
1246
1261
  "indexedAt": "1970-01-01T00:00:00.000Z",
1247
1262
  "labels": Array [],
@@ -1256,6 +1271,7 @@ Object {
1256
1271
  "repostCount": 1,
1257
1272
  "uri": "record(2)",
1258
1273
  "viewer": Object {
1274
+ "bookmarked": false,
1259
1275
  "embeddingDisabled": false,
1260
1276
  "threadMuted": false,
1261
1277
  },
@@ -1283,6 +1299,7 @@ Object {
1283
1299
  "muted": false,
1284
1300
  },
1285
1301
  },
1302
+ "bookmarkCount": 0,
1286
1303
  "cid": "cids(4)",
1287
1304
  "embed": Object {
1288
1305
  "$type": "app.bsky.embed.images#view",
@@ -1333,6 +1350,7 @@ Object {
1333
1350
  "repostCount": 0,
1334
1351
  "uri": "record(3)",
1335
1352
  "viewer": Object {
1353
+ "bookmarked": false,
1336
1354
  "embeddingDisabled": false,
1337
1355
  "threadMuted": false,
1338
1356
  },
@@ -1372,6 +1390,7 @@ Object {
1372
1390
  "muted": false,
1373
1391
  },
1374
1392
  },
1393
+ "bookmarkCount": 0,
1375
1394
  "cid": "cids(3)",
1376
1395
  "indexedAt": "1970-01-01T00:00:00.000Z",
1377
1396
  "labels": Array [],
@@ -1386,6 +1405,7 @@ Object {
1386
1405
  "repostCount": 1,
1387
1406
  "uri": "record(2)",
1388
1407
  "viewer": Object {
1408
+ "bookmarked": false,
1389
1409
  "embeddingDisabled": false,
1390
1410
  "threadMuted": false,
1391
1411
  },
@@ -1424,6 +1444,7 @@ Object {
1424
1444
  "muted": false,
1425
1445
  },
1426
1446
  },
1447
+ "bookmarkCount": 0,
1427
1448
  "cid": "cids(3)",
1428
1449
  "indexedAt": "1970-01-01T00:00:00.000Z",
1429
1450
  "labels": Array [],
@@ -1438,6 +1459,7 @@ Object {
1438
1459
  "repostCount": 1,
1439
1460
  "uri": "record(2)",
1440
1461
  "viewer": Object {
1462
+ "bookmarked": false,
1441
1463
  "embeddingDisabled": false,
1442
1464
  "threadMuted": false,
1443
1465
  },
@@ -1478,6 +1500,7 @@ Object {
1478
1500
  "muted": false,
1479
1501
  },
1480
1502
  },
1503
+ "bookmarkCount": 0,
1481
1504
  "cid": "cids(6)",
1482
1505
  "embed": Object {
1483
1506
  "$type": "app.bsky.embed.record#view",
@@ -1634,6 +1657,7 @@ Object {
1634
1657
  "repostCount": 0,
1635
1658
  "uri": "record(6)",
1636
1659
  "viewer": Object {
1660
+ "bookmarked": false,
1637
1661
  "embeddingDisabled": false,
1638
1662
  "threadMuted": false,
1639
1663
  },
@@ -1660,6 +1684,7 @@ Object {
1660
1684
  "muted": false,
1661
1685
  },
1662
1686
  },
1687
+ "bookmarkCount": 0,
1663
1688
  "cid": "cids(11)",
1664
1689
  "indexedAt": "1970-01-01T00:00:00.000Z",
1665
1690
  "labels": Array [],
@@ -1674,6 +1699,7 @@ Object {
1674
1699
  "repostCount": 0,
1675
1700
  "uri": "record(13)",
1676
1701
  "viewer": Object {
1702
+ "bookmarked": false,
1677
1703
  "embeddingDisabled": false,
1678
1704
  "threadMuted": false,
1679
1705
  },
@@ -1713,6 +1739,7 @@ Object {
1713
1739
  "muted": false,
1714
1740
  },
1715
1741
  },
1742
+ "bookmarkCount": 0,
1716
1743
  "cid": "cids(3)",
1717
1744
  "indexedAt": "1970-01-01T00:00:00.000Z",
1718
1745
  "labels": Array [],
@@ -1727,6 +1754,7 @@ Object {
1727
1754
  "repostCount": 1,
1728
1755
  "uri": "record(2)",
1729
1756
  "viewer": Object {
1757
+ "bookmarked": false,
1730
1758
  "embeddingDisabled": false,
1731
1759
  "threadMuted": false,
1732
1760
  },
@@ -1753,6 +1781,7 @@ Object {
1753
1781
  "muted": false,
1754
1782
  },
1755
1783
  },
1784
+ "bookmarkCount": 0,
1756
1785
  "cid": "cids(10)",
1757
1786
  "indexedAt": "1970-01-01T00:00:00.000Z",
1758
1787
  "labels": Array [],
@@ -1771,6 +1800,7 @@ Object {
1771
1800
  "repostCount": 0,
1772
1801
  "uri": "record(12)",
1773
1802
  "viewer": Object {
1803
+ "bookmarked": false,
1774
1804
  "embeddingDisabled": false,
1775
1805
  "threadMuted": false,
1776
1806
  },
@@ -1810,6 +1840,7 @@ Object {
1810
1840
  "muted": false,
1811
1841
  },
1812
1842
  },
1843
+ "bookmarkCount": 0,
1813
1844
  "cid": "cids(12)",
1814
1845
  "indexedAt": "1970-01-01T00:00:00.000Z",
1815
1846
  "labels": Array [
@@ -1840,6 +1871,7 @@ Object {
1840
1871
  "repostCount": 0,
1841
1872
  "uri": "record(14)",
1842
1873
  "viewer": Object {
1874
+ "bookmarked": false,
1843
1875
  "embeddingDisabled": false,
1844
1876
  "threadMuted": false,
1845
1877
  },
@@ -1872,6 +1904,7 @@ Object {
1872
1904
  "muted": false,
1873
1905
  },
1874
1906
  },
1907
+ "bookmarkCount": 0,
1875
1908
  "cid": "cids(0)",
1876
1909
  "indexedAt": "1970-01-01T00:00:00.000Z",
1877
1910
  "labels": Array [],
@@ -1890,6 +1923,7 @@ Object {
1890
1923
  "repostCount": 0,
1891
1924
  "uri": "record(0)",
1892
1925
  "viewer": Object {
1926
+ "bookmarked": false,
1893
1927
  "embeddingDisabled": false,
1894
1928
  "threadMuted": false,
1895
1929
  },
@@ -1911,6 +1945,7 @@ Object {
1911
1945
  "muted": false,
1912
1946
  },
1913
1947
  },
1948
+ "bookmarkCount": 0,
1914
1949
  "cid": "cids(2)",
1915
1950
  "embed": Object {
1916
1951
  "$type": "app.bsky.embed.recordWithMedia#view",
@@ -2021,6 +2056,7 @@ Object {
2021
2056
  "repostCount": 0,
2022
2057
  "uri": "record(3)",
2023
2058
  "viewer": Object {
2059
+ "bookmarked": false,
2024
2060
  "embeddingDisabled": false,
2025
2061
  "like": "record(6)",
2026
2062
  "threadMuted": false,
@@ -2093,6 +2129,7 @@ Object {
2093
2129
  "muted": false,
2094
2130
  },
2095
2131
  },
2132
+ "bookmarkCount": 0,
2096
2133
  "cid": "cids(0)",
2097
2134
  "indexedAt": "1970-01-01T00:00:00.000Z",
2098
2135
  "labels": Array [],
@@ -2117,6 +2154,7 @@ Object {
2117
2154
  "repostCount": 1,
2118
2155
  "uri": "record(0)",
2119
2156
  "viewer": Object {
2157
+ "bookmarked": false,
2120
2158
  "embeddingDisabled": false,
2121
2159
  "threadMuted": false,
2122
2160
  },
@@ -2203,6 +2241,7 @@ Object {
2203
2241
  "muted": false,
2204
2242
  },
2205
2243
  },
2244
+ "bookmarkCount": 0,
2206
2245
  "cid": "cids(4)",
2207
2246
  "embed": Object {
2208
2247
  "$type": "app.bsky.embed.images#view",
@@ -2253,6 +2292,7 @@ Object {
2253
2292
  "repostCount": 0,
2254
2293
  "uri": "record(3)",
2255
2294
  "viewer": Object {
2295
+ "bookmarked": false,
2256
2296
  "embeddingDisabled": false,
2257
2297
  "threadMuted": false,
2258
2298
  },
@@ -2291,6 +2331,7 @@ Object {
2291
2331
  "muted": false,
2292
2332
  },
2293
2333
  },
2334
+ "bookmarkCount": 0,
2294
2335
  "cid": "cids(3)",
2295
2336
  "indexedAt": "1970-01-01T00:00:00.000Z",
2296
2337
  "labels": Array [],
@@ -2305,6 +2346,7 @@ Object {
2305
2346
  "repostCount": 1,
2306
2347
  "uri": "record(2)",
2307
2348
  "viewer": Object {
2349
+ "bookmarked": false,
2308
2350
  "embeddingDisabled": false,
2309
2351
  "threadMuted": false,
2310
2352
  },
@@ -2345,6 +2387,7 @@ Object {
2345
2387
  "muted": false,
2346
2388
  },
2347
2389
  },
2390
+ "bookmarkCount": 0,
2348
2391
  "cid": "cids(3)",
2349
2392
  "indexedAt": "1970-01-01T00:00:00.000Z",
2350
2393
  "labels": Array [],
@@ -2359,6 +2402,7 @@ Object {
2359
2402
  "repostCount": 1,
2360
2403
  "uri": "record(2)",
2361
2404
  "viewer": Object {
2405
+ "bookmarked": false,
2362
2406
  "embeddingDisabled": false,
2363
2407
  "threadMuted": false,
2364
2408
  },
@@ -2416,6 +2460,7 @@ Object {
2416
2460
  "muted": false,
2417
2461
  },
2418
2462
  },
2463
+ "bookmarkCount": 0,
2419
2464
  "cid": "cids(8)",
2420
2465
  "embed": Object {
2421
2466
  "$type": "app.bsky.embed.record#view",
@@ -2583,6 +2628,7 @@ Object {
2583
2628
  "repostCount": 1,
2584
2629
  "uri": "record(9)",
2585
2630
  "viewer": Object {
2631
+ "bookmarked": false,
2586
2632
  "embeddingDisabled": false,
2587
2633
  "threadMuted": false,
2588
2634
  },
@@ -2644,6 +2690,7 @@ Object {
2644
2690
  "muted": false,
2645
2691
  },
2646
2692
  },
2693
+ "bookmarkCount": 0,
2647
2694
  "cid": "cids(0)",
2648
2695
  "indexedAt": "1970-01-01T00:00:00.000Z",
2649
2696
  "labels": Array [],
@@ -2668,6 +2715,7 @@ Object {
2668
2715
  "repostCount": 1,
2669
2716
  "uri": "record(0)",
2670
2717
  "viewer": Object {
2718
+ "bookmarked": false,
2671
2719
  "embeddingDisabled": false,
2672
2720
  "threadMuted": false,
2673
2721
  },
@@ -2726,6 +2774,7 @@ Object {
2726
2774
  "muted": false,
2727
2775
  },
2728
2776
  },
2777
+ "bookmarkCount": 0,
2729
2778
  "cid": "cids(4)",
2730
2779
  "embed": Object {
2731
2780
  "$type": "app.bsky.embed.images#view",
@@ -2776,6 +2825,7 @@ Object {
2776
2825
  "repostCount": 0,
2777
2826
  "uri": "record(3)",
2778
2827
  "viewer": Object {
2828
+ "bookmarked": false,
2779
2829
  "embeddingDisabled": false,
2780
2830
  "threadMuted": false,
2781
2831
  },
@@ -2814,6 +2864,7 @@ Object {
2814
2864
  "muted": false,
2815
2865
  },
2816
2866
  },
2867
+ "bookmarkCount": 0,
2817
2868
  "cid": "cids(3)",
2818
2869
  "indexedAt": "1970-01-01T00:00:00.000Z",
2819
2870
  "labels": Array [],
@@ -2828,6 +2879,7 @@ Object {
2828
2879
  "repostCount": 1,
2829
2880
  "uri": "record(2)",
2830
2881
  "viewer": Object {
2882
+ "bookmarked": false,
2831
2883
  "embeddingDisabled": false,
2832
2884
  "threadMuted": false,
2833
2885
  },
@@ -2852,6 +2904,7 @@ Object {
2852
2904
  "muted": false,
2853
2905
  },
2854
2906
  },
2907
+ "bookmarkCount": 0,
2855
2908
  "cid": "cids(13)",
2856
2909
  "indexedAt": "1970-01-01T00:00:00.000Z",
2857
2910
  "labels": Array [],
@@ -2876,6 +2929,7 @@ Object {
2876
2929
  "repostCount": 0,
2877
2930
  "uri": "record(15)",
2878
2931
  "viewer": Object {
2932
+ "bookmarked": false,
2879
2933
  "embeddingDisabled": false,
2880
2934
  "threadMuted": false,
2881
2935
  },
@@ -2915,6 +2969,7 @@ Object {
2915
2969
  "muted": false,
2916
2970
  },
2917
2971
  },
2972
+ "bookmarkCount": 0,
2918
2973
  "cid": "cids(3)",
2919
2974
  "indexedAt": "1970-01-01T00:00:00.000Z",
2920
2975
  "labels": Array [],
@@ -2929,6 +2984,7 @@ Object {
2929
2984
  "repostCount": 1,
2930
2985
  "uri": "record(2)",
2931
2986
  "viewer": Object {
2987
+ "bookmarked": false,
2932
2988
  "embeddingDisabled": false,
2933
2989
  "threadMuted": false,
2934
2990
  },
@@ -2967,6 +3023,7 @@ Object {
2967
3023
  "muted": false,
2968
3024
  },
2969
3025
  },
3026
+ "bookmarkCount": 0,
2970
3027
  "cid": "cids(3)",
2971
3028
  "indexedAt": "1970-01-01T00:00:00.000Z",
2972
3029
  "labels": Array [],
@@ -2981,6 +3038,7 @@ Object {
2981
3038
  "repostCount": 1,
2982
3039
  "uri": "record(2)",
2983
3040
  "viewer": Object {
3041
+ "bookmarked": false,
2984
3042
  "embeddingDisabled": false,
2985
3043
  "threadMuted": false,
2986
3044
  },
@@ -3008,6 +3066,7 @@ Object {
3008
3066
  "muted": false,
3009
3067
  },
3010
3068
  },
3069
+ "bookmarkCount": 0,
3011
3070
  "cid": "cids(4)",
3012
3071
  "embed": Object {
3013
3072
  "$type": "app.bsky.embed.images#view",
@@ -3058,6 +3117,7 @@ Object {
3058
3117
  "repostCount": 0,
3059
3118
  "uri": "record(3)",
3060
3119
  "viewer": Object {
3120
+ "bookmarked": false,
3061
3121
  "embeddingDisabled": false,
3062
3122
  "threadMuted": false,
3063
3123
  },
@@ -3097,6 +3157,7 @@ Object {
3097
3157
  "muted": false,
3098
3158
  },
3099
3159
  },
3160
+ "bookmarkCount": 0,
3100
3161
  "cid": "cids(3)",
3101
3162
  "indexedAt": "1970-01-01T00:00:00.000Z",
3102
3163
  "labels": Array [],
@@ -3111,6 +3172,7 @@ Object {
3111
3172
  "repostCount": 1,
3112
3173
  "uri": "record(2)",
3113
3174
  "viewer": Object {
3175
+ "bookmarked": false,
3114
3176
  "embeddingDisabled": false,
3115
3177
  "threadMuted": false,
3116
3178
  },
@@ -3149,6 +3211,7 @@ Object {
3149
3211
  "muted": false,
3150
3212
  },
3151
3213
  },
3214
+ "bookmarkCount": 0,
3152
3215
  "cid": "cids(3)",
3153
3216
  "indexedAt": "1970-01-01T00:00:00.000Z",
3154
3217
  "labels": Array [],
@@ -3163,6 +3226,7 @@ Object {
3163
3226
  "repostCount": 1,
3164
3227
  "uri": "record(2)",
3165
3228
  "viewer": Object {
3229
+ "bookmarked": false,
3166
3230
  "embeddingDisabled": false,
3167
3231
  "threadMuted": false,
3168
3232
  },
@@ -3203,6 +3267,7 @@ Object {
3203
3267
  "muted": false,
3204
3268
  },
3205
3269
  },
3270
+ "bookmarkCount": 0,
3206
3271
  "cid": "cids(14)",
3207
3272
  "embed": Object {
3208
3273
  "$type": "app.bsky.embed.record#view",
@@ -3359,6 +3424,7 @@ Object {
3359
3424
  "repostCount": 0,
3360
3425
  "uri": "record(16)",
3361
3426
  "viewer": Object {
3427
+ "bookmarked": false,
3362
3428
  "embeddingDisabled": false,
3363
3429
  "threadMuted": false,
3364
3430
  },
@@ -3385,6 +3451,7 @@ Object {
3385
3451
  "muted": false,
3386
3452
  },
3387
3453
  },
3454
+ "bookmarkCount": 0,
3388
3455
  "cid": "cids(15)",
3389
3456
  "indexedAt": "1970-01-01T00:00:00.000Z",
3390
3457
  "labels": Array [],
@@ -3399,6 +3466,7 @@ Object {
3399
3466
  "repostCount": 0,
3400
3467
  "uri": "record(17)",
3401
3468
  "viewer": Object {
3469
+ "bookmarked": false,
3402
3470
  "embeddingDisabled": false,
3403
3471
  "threadMuted": false,
3404
3472
  },
@@ -3438,6 +3506,7 @@ Object {
3438
3506
  "muted": false,
3439
3507
  },
3440
3508
  },
3509
+ "bookmarkCount": 0,
3441
3510
  "cid": "cids(3)",
3442
3511
  "indexedAt": "1970-01-01T00:00:00.000Z",
3443
3512
  "labels": Array [],
@@ -3452,6 +3521,7 @@ Object {
3452
3521
  "repostCount": 1,
3453
3522
  "uri": "record(2)",
3454
3523
  "viewer": Object {
3524
+ "bookmarked": false,
3455
3525
  "embeddingDisabled": false,
3456
3526
  "threadMuted": false,
3457
3527
  },
@@ -3481,6 +3551,7 @@ Object {
3481
3551
  "muted": false,
3482
3552
  },
3483
3553
  },
3554
+ "bookmarkCount": 0,
3484
3555
  "cid": "cids(8)",
3485
3556
  "embed": Object {
3486
3557
  "$type": "app.bsky.embed.record#view",
@@ -3648,6 +3719,7 @@ Object {
3648
3719
  "repostCount": 1,
3649
3720
  "uri": "record(9)",
3650
3721
  "viewer": Object {
3722
+ "bookmarked": false,
3651
3723
  "embeddingDisabled": false,
3652
3724
  "threadMuted": false,
3653
3725
  },
@@ -3677,6 +3749,7 @@ Object {
3677
3749
  "muted": false,
3678
3750
  },
3679
3751
  },
3752
+ "bookmarkCount": 0,
3680
3753
  "cid": "cids(16)",
3681
3754
  "indexedAt": "1970-01-01T00:00:00.000Z",
3682
3755
  "labels": Array [],
@@ -3691,6 +3764,7 @@ Object {
3691
3764
  "repostCount": 0,
3692
3765
  "uri": "record(18)",
3693
3766
  "viewer": Object {
3767
+ "bookmarked": false,
3694
3768
  "embeddingDisabled": false,
3695
3769
  "threadMuted": false,
3696
3770
  },
@@ -3714,6 +3788,7 @@ Object {
3714
3788
  "muted": false,
3715
3789
  },
3716
3790
  },
3791
+ "bookmarkCount": 0,
3717
3792
  "cid": "cids(9)",
3718
3793
  "embed": Object {
3719
3794
  "$type": "app.bsky.embed.recordWithMedia#view",
@@ -3824,6 +3899,7 @@ Object {
3824
3899
  "repostCount": 0,
3825
3900
  "uri": "record(10)",
3826
3901
  "viewer": Object {
3902
+ "bookmarked": false,
3827
3903
  "embeddingDisabled": false,
3828
3904
  "like": "record(19)",
3829
3905
  "threadMuted": false,
@@ -3851,6 +3927,7 @@ Object {
3851
3927
  "muted": false,
3852
3928
  },
3853
3929
  },
3930
+ "bookmarkCount": 0,
3854
3931
  "cid": "cids(11)",
3855
3932
  "indexedAt": "1970-01-01T00:00:00.000Z",
3856
3933
  "labels": Array [],
@@ -3869,6 +3946,7 @@ Object {
3869
3946
  "repostCount": 0,
3870
3947
  "uri": "record(13)",
3871
3948
  "viewer": Object {
3949
+ "bookmarked": false,
3872
3950
  "embeddingDisabled": false,
3873
3951
  "threadMuted": false,
3874
3952
  },
@@ -3908,6 +3986,7 @@ Object {
3908
3986
  "muted": false,
3909
3987
  },
3910
3988
  },
3989
+ "bookmarkCount": 0,
3911
3990
  "cid": "cids(17)",
3912
3991
  "indexedAt": "1970-01-01T00:00:00.000Z",
3913
3992
  "labels": Array [
@@ -3938,6 +4017,7 @@ Object {
3938
4017
  "repostCount": 0,
3939
4018
  "uri": "record(20)",
3940
4019
  "viewer": Object {
4020
+ "bookmarked": false,
3941
4021
  "embeddingDisabled": false,
3942
4022
  "threadMuted": false,
3943
4023
  },