@atproto/bsky 0.0.51 → 0.0.52

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 (188) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/api/app/bsky/feed/getLikes.d.ts.map +1 -1
  3. package/dist/api/app/bsky/feed/getLikes.js +10 -1
  4. package/dist/api/app/bsky/feed/getLikes.js.map +1 -1
  5. package/dist/data-plane/server/indexing/index.d.ts +2 -0
  6. package/dist/data-plane/server/indexing/index.d.ts.map +1 -1
  7. package/dist/data-plane/server/indexing/index.js +2 -0
  8. package/dist/data-plane/server/indexing/index.js.map +1 -1
  9. package/dist/data-plane/server/indexing/plugins/chat-declaration.d.ts +7 -0
  10. package/dist/data-plane/server/indexing/plugins/chat-declaration.d.ts.map +1 -0
  11. package/dist/data-plane/server/indexing/plugins/chat-declaration.js +68 -0
  12. package/dist/data-plane/server/indexing/plugins/chat-declaration.js.map +1 -0
  13. package/dist/data-plane/server/routes/follows.d.ts.map +1 -1
  14. package/dist/data-plane/server/routes/follows.js +3 -0
  15. package/dist/data-plane/server/routes/follows.js.map +1 -1
  16. package/dist/data-plane/server/routes/labels.d.ts.map +1 -1
  17. package/dist/data-plane/server/routes/labels.js +3 -0
  18. package/dist/data-plane/server/routes/labels.js.map +1 -1
  19. package/dist/data-plane/server/routes/likes.d.ts.map +1 -1
  20. package/dist/data-plane/server/routes/likes.js +11 -2
  21. package/dist/data-plane/server/routes/likes.js.map +1 -1
  22. package/dist/data-plane/server/routes/profile.d.ts.map +1 -1
  23. package/dist/data-plane/server/routes/profile.js +8 -1
  24. package/dist/data-plane/server/routes/profile.js.map +1 -1
  25. package/dist/data-plane/server/routes/records.d.ts.map +1 -1
  26. package/dist/data-plane/server/routes/records.js +1 -0
  27. package/dist/data-plane/server/routes/records.js.map +1 -1
  28. package/dist/hydration/actor.d.ts +6 -1
  29. package/dist/hydration/actor.d.ts.map +1 -1
  30. package/dist/hydration/actor.js +10 -0
  31. package/dist/hydration/actor.js.map +1 -1
  32. package/dist/hydration/hydrator.d.ts.map +1 -1
  33. package/dist/hydration/hydrator.js +5 -0
  34. package/dist/hydration/hydrator.js.map +1 -1
  35. package/dist/lexicon/index.d.ts +59 -0
  36. package/dist/lexicon/index.d.ts.map +1 -1
  37. package/dist/lexicon/index.js +164 -1
  38. package/dist/lexicon/index.js.map +1 -1
  39. package/dist/lexicon/lexicons.d.ts +907 -0
  40. package/dist/lexicon/lexicons.d.ts.map +1 -1
  41. package/dist/lexicon/lexicons.js +932 -0
  42. package/dist/lexicon/lexicons.js.map +1 -1
  43. package/dist/lexicon/types/app/bsky/actor/defs.d.ts +7 -0
  44. package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
  45. package/dist/lexicon/types/app/bsky/actor/defs.js +11 -1
  46. package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
  47. package/dist/lexicon/types/chat/bsky/actor/declaration.d.ts +11 -0
  48. package/dist/lexicon/types/chat/bsky/actor/declaration.d.ts.map +1 -0
  49. package/dist/lexicon/types/chat/bsky/actor/declaration.js +17 -0
  50. package/dist/lexicon/types/chat/bsky/actor/declaration.js.map +1 -0
  51. package/dist/lexicon/types/chat/bsky/actor/defs.d.ts +21 -0
  52. package/dist/lexicon/types/chat/bsky/actor/defs.d.ts.map +1 -0
  53. package/dist/lexicon/types/chat/bsky/actor/defs.js +16 -0
  54. package/dist/lexicon/types/chat/bsky/actor/defs.js.map +1 -0
  55. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.d.ts +33 -0
  56. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.d.ts.map +1 -0
  57. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.js +3 -0
  58. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.js.map +1 -0
  59. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.d.ts +32 -0
  60. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.d.ts.map +1 -0
  61. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.js +3 -0
  62. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.js.map +1 -0
  63. package/dist/lexicon/types/chat/bsky/convo/defs.d.ts +109 -0
  64. package/dist/lexicon/types/chat/bsky/convo/defs.d.ts.map +1 -0
  65. package/dist/lexicon/types/chat/bsky/convo/defs.js +106 -0
  66. package/dist/lexicon/types/chat/bsky/convo/defs.js.map +1 -0
  67. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.d.ts +39 -0
  68. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.d.ts.map +1 -0
  69. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.js +3 -0
  70. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.js.map +1 -0
  71. package/dist/lexicon/types/chat/bsky/convo/getConvo.d.ts +36 -0
  72. package/dist/lexicon/types/chat/bsky/convo/getConvo.d.ts.map +1 -0
  73. package/dist/lexicon/types/chat/bsky/convo/getConvo.js +3 -0
  74. package/dist/lexicon/types/chat/bsky/convo/getConvo.js.map +1 -0
  75. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.d.ts +36 -0
  76. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -0
  77. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.js +3 -0
  78. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.js.map +1 -0
  79. package/dist/lexicon/types/chat/bsky/convo/getLog.d.ts +40 -0
  80. package/dist/lexicon/types/chat/bsky/convo/getLog.d.ts.map +1 -0
  81. package/dist/lexicon/types/chat/bsky/convo/getLog.js +3 -0
  82. package/dist/lexicon/types/chat/bsky/convo/getLog.js.map +1 -0
  83. package/dist/lexicon/types/chat/bsky/convo/getMessages.d.ts +42 -0
  84. package/dist/lexicon/types/chat/bsky/convo/getMessages.d.ts.map +1 -0
  85. package/dist/lexicon/types/chat/bsky/convo/getMessages.js +3 -0
  86. package/dist/lexicon/types/chat/bsky/convo/getMessages.js.map +1 -0
  87. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.d.ts +41 -0
  88. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.d.ts.map +1 -0
  89. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.js +3 -0
  90. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.js.map +1 -0
  91. package/dist/lexicon/types/chat/bsky/convo/listConvos.d.ts +38 -0
  92. package/dist/lexicon/types/chat/bsky/convo/listConvos.d.ts.map +1 -0
  93. package/dist/lexicon/types/chat/bsky/convo/listConvos.js +3 -0
  94. package/dist/lexicon/types/chat/bsky/convo/listConvos.js.map +1 -0
  95. package/dist/lexicon/types/chat/bsky/convo/muteConvo.d.ts +41 -0
  96. package/dist/lexicon/types/chat/bsky/convo/muteConvo.d.ts.map +1 -0
  97. package/dist/lexicon/types/chat/bsky/convo/muteConvo.js +3 -0
  98. package/dist/lexicon/types/chat/bsky/convo/muteConvo.js.map +1 -0
  99. package/dist/lexicon/types/chat/bsky/convo/sendMessage.d.ts +39 -0
  100. package/dist/lexicon/types/chat/bsky/convo/sendMessage.d.ts.map +1 -0
  101. package/dist/lexicon/types/chat/bsky/convo/sendMessage.js +3 -0
  102. package/dist/lexicon/types/chat/bsky/convo/sendMessage.js.map +1 -0
  103. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.d.ts +49 -0
  104. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -0
  105. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.js +16 -0
  106. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.js.map +1 -0
  107. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.d.ts +41 -0
  108. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.d.ts.map +1 -0
  109. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.js +3 -0
  110. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.js.map +1 -0
  111. package/dist/lexicon/types/chat/bsky/convo/updateRead.d.ts +42 -0
  112. package/dist/lexicon/types/chat/bsky/convo/updateRead.d.ts.map +1 -0
  113. package/dist/lexicon/types/chat/bsky/convo/updateRead.js +3 -0
  114. package/dist/lexicon/types/chat/bsky/convo/updateRead.js.map +1 -0
  115. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.d.ts +47 -0
  116. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.d.ts.map +1 -0
  117. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.js +16 -0
  118. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.js.map +1 -0
  119. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.d.ts +41 -0
  120. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -0
  121. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.js +3 -0
  122. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.js.map +1 -0
  123. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.d.ts +31 -0
  124. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.d.ts.map +1 -0
  125. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.js +3 -0
  126. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.js.map +1 -0
  127. package/dist/proto/bsky_connect.d.ts +39 -1
  128. package/dist/proto/bsky_connect.d.ts.map +1 -1
  129. package/dist/proto/bsky_connect.js +38 -0
  130. package/dist/proto/bsky_connect.js.map +1 -1
  131. package/dist/proto/bsky_pb.d.ts +191 -0
  132. package/dist/proto/bsky_pb.d.ts.map +1 -1
  133. package/dist/proto/bsky_pb.js +599 -4
  134. package/dist/proto/bsky_pb.js.map +1 -1
  135. package/dist/views/index.d.ts.map +1 -1
  136. package/dist/views/index.js +14 -2
  137. package/dist/views/index.js.map +1 -1
  138. package/package.json +5 -5
  139. package/proto/bsky.proto +56 -0
  140. package/src/api/app/bsky/feed/getLikes.ts +13 -1
  141. package/src/data-plane/server/indexing/index.ts +3 -0
  142. package/src/data-plane/server/indexing/plugins/chat-declaration.ts +63 -0
  143. package/src/data-plane/server/routes/follows.ts +3 -0
  144. package/src/data-plane/server/routes/labels.ts +4 -0
  145. package/src/data-plane/server/routes/likes.ts +9 -2
  146. package/src/data-plane/server/routes/profile.ts +13 -1
  147. package/src/data-plane/server/routes/records.ts +1 -0
  148. package/src/hydration/actor.ts +24 -0
  149. package/src/hydration/hydrator.ts +7 -0
  150. package/src/lexicon/index.ts +254 -0
  151. package/src/lexicon/lexicons.ts +933 -0
  152. package/src/lexicon/types/app/bsky/actor/defs.ts +20 -0
  153. package/src/lexicon/types/chat/bsky/actor/declaration.ts +25 -0
  154. package/src/lexicon/types/chat/bsky/actor/defs.ts +34 -0
  155. package/src/lexicon/types/chat/bsky/actor/deleteAccount.ts +42 -0
  156. package/src/lexicon/types/chat/bsky/actor/exportAccountData.ts +38 -0
  157. package/src/lexicon/types/chat/bsky/convo/defs.ts +215 -0
  158. package/src/lexicon/types/chat/bsky/convo/deleteMessageForSelf.ts +48 -0
  159. package/src/lexicon/types/chat/bsky/convo/getConvo.ts +46 -0
  160. package/src/lexicon/types/chat/bsky/convo/getConvoForMembers.ts +46 -0
  161. package/src/lexicon/types/chat/bsky/convo/getLog.ts +53 -0
  162. package/src/lexicon/types/chat/bsky/convo/getMessages.ts +53 -0
  163. package/src/lexicon/types/chat/bsky/convo/leaveConvo.ts +50 -0
  164. package/src/lexicon/types/chat/bsky/convo/listConvos.ts +48 -0
  165. package/src/lexicon/types/chat/bsky/convo/muteConvo.ts +50 -0
  166. package/src/lexicon/types/chat/bsky/convo/sendMessage.ts +48 -0
  167. package/src/lexicon/types/chat/bsky/convo/sendMessageBatch.ts +68 -0
  168. package/src/lexicon/types/chat/bsky/convo/unmuteConvo.ts +50 -0
  169. package/src/lexicon/types/chat/bsky/convo/updateRead.ts +51 -0
  170. package/src/lexicon/types/chat/bsky/moderation/getActorMetadata.ts +67 -0
  171. package/src/lexicon/types/chat/bsky/moderation/getMessageContext.ts +52 -0
  172. package/src/lexicon/types/chat/bsky/moderation/updateActorAccess.ts +40 -0
  173. package/src/proto/bsky_connect.ts +46 -0
  174. package/src/proto/bsky_pb.ts +607 -0
  175. package/src/views/index.ts +15 -2
  176. package/tests/__snapshots__/feed-generation.test.ts.snap +5 -0
  177. package/tests/data-plane/__snapshots__/indexing.test.ts.snap +19 -0
  178. package/tests/views/__snapshots__/author-feed.test.ts.snap +35 -0
  179. package/tests/views/__snapshots__/block-lists.test.ts.snap +10 -0
  180. package/tests/views/__snapshots__/blocks.test.ts.snap +5 -0
  181. package/tests/views/__snapshots__/likes.test.ts.snap +5 -0
  182. package/tests/views/__snapshots__/list-feed.test.ts.snap +5 -0
  183. package/tests/views/__snapshots__/mute-lists.test.ts.snap +5 -0
  184. package/tests/views/__snapshots__/notifications.test.ts.snap +35 -0
  185. package/tests/views/__snapshots__/posts.test.ts.snap +5 -0
  186. package/tests/views/__snapshots__/profile.test.ts.snap +6 -0
  187. package/tests/views/__snapshots__/reposts.test.ts.snap +10 -0
  188. package/tests/views/__snapshots__/timeline.test.ts.snap +110 -0
@@ -219,6 +219,11 @@ Array [
219
219
  "record": Object {
220
220
  "$type": "app.bsky.embed.record#viewRecord",
221
221
  "author": Object {
222
+ "associated": Object {
223
+ "chat": Object {
224
+ "allowIncoming": "none",
225
+ },
226
+ },
222
227
  "did": "user(3)",
223
228
  "handle": "dan.test",
224
229
  "labels": Array [],
@@ -432,6 +437,11 @@ Array [
432
437
  "cursor": "0000000000000__bafycid",
433
438
  "follows": Array [
434
439
  Object {
440
+ "associated": Object {
441
+ "chat": Object {
442
+ "allowIncoming": "none",
443
+ },
444
+ },
435
445
  "did": "user(3)",
436
446
  "handle": "dan.test",
437
447
  "labels": Array [],
@@ -633,6 +643,9 @@ Object {
633
643
  exports[`indexing indexes profiles. 1`] = `
634
644
  Object {
635
645
  "associated": Object {
646
+ "chat": Object {
647
+ "allowIncoming": "none",
648
+ },
636
649
  "feedgens": 0,
637
650
  "labeler": false,
638
651
  "lists": 0,
@@ -655,6 +668,9 @@ Object {
655
668
  exports[`indexing indexes profiles. 2`] = `
656
669
  Object {
657
670
  "associated": Object {
671
+ "chat": Object {
672
+ "allowIncoming": "none",
673
+ },
658
674
  "feedgens": 0,
659
675
  "labeler": false,
660
676
  "lists": 0,
@@ -677,6 +693,9 @@ Object {
677
693
  exports[`indexing indexes profiles. 3`] = `
678
694
  Object {
679
695
  "associated": Object {
696
+ "chat": Object {
697
+ "allowIncoming": "none",
698
+ },
680
699
  "feedgens": 0,
681
700
  "labeler": false,
682
701
  "lists": 0,
@@ -239,6 +239,11 @@ Array [
239
239
  "record": Object {
240
240
  "$type": "app.bsky.embed.record#viewRecord",
241
241
  "author": Object {
242
+ "associated": Object {
243
+ "chat": Object {
244
+ "allowIncoming": "none",
245
+ },
246
+ },
242
247
  "did": "user(4)",
243
248
  "handle": "dan.test",
244
249
  "labels": Array [],
@@ -727,6 +732,11 @@ Array [
727
732
  Object {
728
733
  "post": Object {
729
734
  "author": Object {
735
+ "associated": Object {
736
+ "chat": Object {
737
+ "allowIncoming": "none",
738
+ },
739
+ },
730
740
  "did": "user(0)",
731
741
  "handle": "dan.test",
732
742
  "labels": Array [],
@@ -1209,6 +1219,11 @@ Array [
1209
1219
  "reason": Object {
1210
1220
  "$type": "app.bsky.feed.defs#reasonRepost",
1211
1221
  "by": Object {
1222
+ "associated": Object {
1223
+ "chat": Object {
1224
+ "allowIncoming": "none",
1225
+ },
1226
+ },
1212
1227
  "did": "user(2)",
1213
1228
  "handle": "dan.test",
1214
1229
  "labels": Array [],
@@ -1423,6 +1438,11 @@ Array [
1423
1438
  "reason": Object {
1424
1439
  "$type": "app.bsky.feed.defs#reasonRepost",
1425
1440
  "by": Object {
1441
+ "associated": Object {
1442
+ "chat": Object {
1443
+ "allowIncoming": "none",
1444
+ },
1445
+ },
1426
1446
  "did": "user(2)",
1427
1447
  "handle": "dan.test",
1428
1448
  "labels": Array [],
@@ -1437,6 +1457,11 @@ Array [
1437
1457
  Object {
1438
1458
  "post": Object {
1439
1459
  "author": Object {
1460
+ "associated": Object {
1461
+ "chat": Object {
1462
+ "allowIncoming": "none",
1463
+ },
1464
+ },
1440
1465
  "did": "user(2)",
1441
1466
  "handle": "dan.test",
1442
1467
  "labels": Array [],
@@ -1600,6 +1625,11 @@ Array [
1600
1625
  Object {
1601
1626
  "post": Object {
1602
1627
  "author": Object {
1628
+ "associated": Object {
1629
+ "chat": Object {
1630
+ "allowIncoming": "none",
1631
+ },
1632
+ },
1603
1633
  "did": "user(2)",
1604
1634
  "handle": "dan.test",
1605
1635
  "labels": Array [],
@@ -1874,6 +1904,11 @@ Array [
1874
1904
  "record": Object {
1875
1905
  "$type": "app.bsky.embed.record#viewRecord",
1876
1906
  "author": Object {
1907
+ "associated": Object {
1908
+ "chat": Object {
1909
+ "allowIncoming": "none",
1910
+ },
1911
+ },
1877
1912
  "did": "user(4)",
1878
1913
  "handle": "dan.test",
1879
1914
  "labels": Array [],
@@ -38,6 +38,11 @@ Object {
38
38
  "record": Object {
39
39
  "$type": "app.bsky.embed.record#viewRecord",
40
40
  "author": Object {
41
+ "associated": Object {
42
+ "chat": Object {
43
+ "allowIncoming": "none",
44
+ },
45
+ },
41
46
  "did": "user(2)",
42
47
  "handle": "dan.test",
43
48
  "labels": Array [],
@@ -473,6 +478,11 @@ Object {
473
478
  "items": Array [
474
479
  Object {
475
480
  "subject": Object {
481
+ "associated": Object {
482
+ "chat": Object {
483
+ "allowIncoming": "none",
484
+ },
485
+ },
476
486
  "did": "user(2)",
477
487
  "handle": "dan.test",
478
488
  "labels": Array [],
@@ -38,6 +38,11 @@ Object {
38
38
  "record": Object {
39
39
  "$type": "app.bsky.embed.record#viewRecord",
40
40
  "author": Object {
41
+ "associated": Object {
42
+ "chat": Object {
43
+ "allowIncoming": "none",
44
+ },
45
+ },
41
46
  "did": "user(2)",
42
47
  "handle": "dan.test",
43
48
  "labels": Array [],
@@ -19,6 +19,11 @@ Object {
19
19
  },
20
20
  Object {
21
21
  "actor": Object {
22
+ "associated": Object {
23
+ "chat": Object {
24
+ "allowIncoming": "none",
25
+ },
26
+ },
22
27
  "did": "user(1)",
23
28
  "handle": "dan.test",
24
29
  "labels": Array [],
@@ -422,6 +422,11 @@ Array [
422
422
  "record": Object {
423
423
  "$type": "app.bsky.embed.record#viewRecord",
424
424
  "author": Object {
425
+ "associated": Object {
426
+ "chat": Object {
427
+ "allowIncoming": "none",
428
+ },
429
+ },
425
430
  "did": "user(4)",
426
431
  "handle": "dan.test",
427
432
  "labels": Array [],
@@ -480,6 +480,11 @@ Object {
480
480
  "items": Array [
481
481
  Object {
482
482
  "subject": Object {
483
+ "associated": Object {
484
+ "chat": Object {
485
+ "allowIncoming": "none",
486
+ },
487
+ },
483
488
  "did": "user(2)",
484
489
  "handle": "dan.test",
485
490
  "labels": Array [],
@@ -4,6 +4,11 @@ exports[`notification views fetches notifications omitting mentions and replies
4
4
  Array [
5
5
  Object {
6
6
  "author": Object {
7
+ "associated": Object {
8
+ "chat": Object {
9
+ "allowIncoming": "none",
10
+ },
11
+ },
7
12
  "did": "user(0)",
8
13
  "handle": "dan.test",
9
14
  "labels": Array [],
@@ -31,6 +36,11 @@ Array [
31
36
  },
32
37
  Object {
33
38
  "author": Object {
39
+ "associated": Object {
40
+ "chat": Object {
41
+ "allowIncoming": "none",
42
+ },
43
+ },
34
44
  "did": "user(0)",
35
45
  "handle": "dan.test",
36
46
  "labels": Array [],
@@ -58,6 +68,11 @@ Array [
58
68
  },
59
69
  Object {
60
70
  "author": Object {
71
+ "associated": Object {
72
+ "chat": Object {
73
+ "allowIncoming": "none",
74
+ },
75
+ },
61
76
  "did": "user(0)",
62
77
  "handle": "dan.test",
63
78
  "labels": Array [],
@@ -367,6 +382,11 @@ exports[`notification views fetches notifications without a last-seen 1`] = `
367
382
  Array [
368
383
  Object {
369
384
  "author": Object {
385
+ "associated": Object {
386
+ "chat": Object {
387
+ "allowIncoming": "none",
388
+ },
389
+ },
370
390
  "did": "user(0)",
371
391
  "handle": "dan.test",
372
392
  "labels": Array [],
@@ -394,6 +414,11 @@ Array [
394
414
  },
395
415
  Object {
396
416
  "author": Object {
417
+ "associated": Object {
418
+ "chat": Object {
419
+ "allowIncoming": "none",
420
+ },
421
+ },
397
422
  "did": "user(0)",
398
423
  "handle": "dan.test",
399
424
  "labels": Array [],
@@ -421,6 +446,11 @@ Array [
421
446
  },
422
447
  Object {
423
448
  "author": Object {
449
+ "associated": Object {
450
+ "chat": Object {
451
+ "allowIncoming": "none",
452
+ },
453
+ },
424
454
  "did": "user(0)",
425
455
  "handle": "dan.test",
426
456
  "labels": Array [],
@@ -465,6 +495,11 @@ Array [
465
495
  },
466
496
  Object {
467
497
  "author": Object {
498
+ "associated": Object {
499
+ "chat": Object {
500
+ "allowIncoming": "none",
501
+ },
502
+ },
468
503
  "did": "user(0)",
469
504
  "handle": "dan.test",
470
505
  "labels": Array [],
@@ -251,6 +251,11 @@ Array [
251
251
  },
252
252
  Object {
253
253
  "author": Object {
254
+ "associated": Object {
255
+ "chat": Object {
256
+ "allowIncoming": "none",
257
+ },
258
+ },
254
259
  "did": "user(6)",
255
260
  "handle": "dan.test",
256
261
  "labels": Array [],
@@ -81,6 +81,9 @@ Array [
81
81
  },
82
82
  Object {
83
83
  "associated": Object {
84
+ "chat": Object {
85
+ "allowIncoming": "none",
86
+ },
84
87
  "feedgens": 0,
85
88
  "labeler": false,
86
89
  "lists": 0,
@@ -144,6 +147,9 @@ Object {
144
147
  exports[`pds profile views fetches other's profile, without a follow 1`] = `
145
148
  Object {
146
149
  "associated": Object {
150
+ "chat": Object {
151
+ "allowIncoming": "none",
152
+ },
147
153
  "feedgens": 0,
148
154
  "labeler": false,
149
155
  "lists": 0,
@@ -12,6 +12,11 @@ Array [
12
12
  },
13
13
  },
14
14
  Object {
15
+ "associated": Object {
16
+ "chat": Object {
17
+ "allowIncoming": "none",
18
+ },
19
+ },
15
20
  "did": "user(1)",
16
21
  "handle": "dan.test",
17
22
  "labels": Array [],
@@ -62,6 +67,11 @@ Array [
62
67
  },
63
68
  },
64
69
  Object {
70
+ "associated": Object {
71
+ "chat": Object {
72
+ "allowIncoming": "none",
73
+ },
74
+ },
65
75
  "did": "user(1)",
66
76
  "handle": "dan.test",
67
77
  "labels": Array [],
@@ -57,6 +57,11 @@ Array [
57
57
  "reason": Object {
58
58
  "$type": "app.bsky.feed.defs#reasonRepost",
59
59
  "by": Object {
60
+ "associated": Object {
61
+ "chat": Object {
62
+ "allowIncoming": "none",
63
+ },
64
+ },
60
65
  "did": "user(2)",
61
66
  "handle": "dan.test",
62
67
  "labels": Array [],
@@ -163,6 +168,11 @@ Array [
163
168
  "reason": Object {
164
169
  "$type": "app.bsky.feed.defs#reasonRepost",
165
170
  "by": Object {
171
+ "associated": Object {
172
+ "chat": Object {
173
+ "allowIncoming": "none",
174
+ },
175
+ },
166
176
  "did": "user(2)",
167
177
  "handle": "dan.test",
168
178
  "labels": Array [],
@@ -311,6 +321,11 @@ Array [
311
321
  "record": Object {
312
322
  "$type": "app.bsky.embed.record#viewRecord",
313
323
  "author": Object {
324
+ "associated": Object {
325
+ "chat": Object {
326
+ "allowIncoming": "none",
327
+ },
328
+ },
314
329
  "did": "user(2)",
315
330
  "handle": "dan.test",
316
331
  "labels": Array [],
@@ -440,6 +455,11 @@ Array [
440
455
  Object {
441
456
  "post": Object {
442
457
  "author": Object {
458
+ "associated": Object {
459
+ "chat": Object {
460
+ "allowIncoming": "none",
461
+ },
462
+ },
443
463
  "did": "user(2)",
444
464
  "handle": "dan.test",
445
465
  "labels": Array [],
@@ -496,6 +516,11 @@ Array [
496
516
  Object {
497
517
  "post": Object {
498
518
  "author": Object {
519
+ "associated": Object {
520
+ "chat": Object {
521
+ "allowIncoming": "none",
522
+ },
523
+ },
499
524
  "did": "user(2)",
500
525
  "handle": "dan.test",
501
526
  "labels": Array [],
@@ -639,6 +664,11 @@ Array [
639
664
  "reason": Object {
640
665
  "$type": "app.bsky.feed.defs#reasonRepost",
641
666
  "by": Object {
667
+ "associated": Object {
668
+ "chat": Object {
669
+ "allowIncoming": "none",
670
+ },
671
+ },
642
672
  "did": "user(2)",
643
673
  "handle": "dan.test",
644
674
  "labels": Array [],
@@ -745,6 +775,11 @@ Array [
745
775
  "reason": Object {
746
776
  "$type": "app.bsky.feed.defs#reasonRepost",
747
777
  "by": Object {
778
+ "associated": Object {
779
+ "chat": Object {
780
+ "allowIncoming": "none",
781
+ },
782
+ },
748
783
  "did": "user(2)",
749
784
  "handle": "dan.test",
750
785
  "labels": Array [],
@@ -1125,6 +1160,11 @@ Array [
1125
1160
  Object {
1126
1161
  "post": Object {
1127
1162
  "author": Object {
1163
+ "associated": Object {
1164
+ "chat": Object {
1165
+ "allowIncoming": "none",
1166
+ },
1167
+ },
1128
1168
  "did": "user(2)",
1129
1169
  "handle": "dan.test",
1130
1170
  "labels": Array [],
@@ -1445,6 +1485,11 @@ Array [
1445
1485
  "reason": Object {
1446
1486
  "$type": "app.bsky.feed.defs#reasonRepost",
1447
1487
  "by": Object {
1488
+ "associated": Object {
1489
+ "chat": Object {
1490
+ "allowIncoming": "none",
1491
+ },
1492
+ },
1448
1493
  "did": "user(2)",
1449
1494
  "handle": "dan.test",
1450
1495
  "labels": Array [],
@@ -1652,6 +1697,11 @@ Array [
1652
1697
  "reason": Object {
1653
1698
  "$type": "app.bsky.feed.defs#reasonRepost",
1654
1699
  "by": Object {
1700
+ "associated": Object {
1701
+ "chat": Object {
1702
+ "allowIncoming": "none",
1703
+ },
1704
+ },
1655
1705
  "did": "user(2)",
1656
1706
  "handle": "dan.test",
1657
1707
  "labels": Array [],
@@ -1667,6 +1717,11 @@ Array [
1667
1717
  Object {
1668
1718
  "post": Object {
1669
1719
  "author": Object {
1720
+ "associated": Object {
1721
+ "chat": Object {
1722
+ "allowIncoming": "none",
1723
+ },
1724
+ },
1670
1725
  "did": "user(2)",
1671
1726
  "handle": "dan.test",
1672
1727
  "labels": Array [],
@@ -2390,6 +2445,11 @@ Array [
2390
2445
  "record": Object {
2391
2446
  "$type": "app.bsky.embed.record#viewRecord",
2392
2447
  "author": Object {
2448
+ "associated": Object {
2449
+ "chat": Object {
2450
+ "allowIncoming": "none",
2451
+ },
2452
+ },
2393
2453
  "did": "user(2)",
2394
2454
  "handle": "dan.test",
2395
2455
  "labels": Array [],
@@ -2614,6 +2674,11 @@ Array [
2614
2674
  Object {
2615
2675
  "post": Object {
2616
2676
  "author": Object {
2677
+ "associated": Object {
2678
+ "chat": Object {
2679
+ "allowIncoming": "none",
2680
+ },
2681
+ },
2617
2682
  "did": "user(2)",
2618
2683
  "handle": "dan.test",
2619
2684
  "labels": Array [],
@@ -2797,6 +2862,11 @@ Array [
2797
2862
  Object {
2798
2863
  "post": Object {
2799
2864
  "author": Object {
2865
+ "associated": Object {
2866
+ "chat": Object {
2867
+ "allowIncoming": "none",
2868
+ },
2869
+ },
2800
2870
  "did": "user(2)",
2801
2871
  "handle": "dan.test",
2802
2872
  "labels": Array [],
@@ -3065,6 +3135,11 @@ Array [
3065
3135
  Object {
3066
3136
  "post": Object {
3067
3137
  "author": Object {
3138
+ "associated": Object {
3139
+ "chat": Object {
3140
+ "allowIncoming": "none",
3141
+ },
3142
+ },
3068
3143
  "did": "user(0)",
3069
3144
  "handle": "dan.test",
3070
3145
  "labels": Array [],
@@ -3805,6 +3880,11 @@ Array [
3805
3880
  "record": Object {
3806
3881
  "$type": "app.bsky.embed.record#viewRecord",
3807
3882
  "author": Object {
3883
+ "associated": Object {
3884
+ "chat": Object {
3885
+ "allowIncoming": "none",
3886
+ },
3887
+ },
3808
3888
  "did": "user(0)",
3809
3889
  "handle": "dan.test",
3810
3890
  "labels": Array [],
@@ -4270,6 +4350,11 @@ Array [
4270
4350
  Object {
4271
4351
  "post": Object {
4272
4352
  "author": Object {
4353
+ "associated": Object {
4354
+ "chat": Object {
4355
+ "allowIncoming": "none",
4356
+ },
4357
+ },
4273
4358
  "did": "user(0)",
4274
4359
  "handle": "dan.test",
4275
4360
  "labels": Array [],
@@ -4837,6 +4922,11 @@ Array [
4837
4922
  "record": Object {
4838
4923
  "$type": "app.bsky.embed.record#viewRecord",
4839
4924
  "author": Object {
4925
+ "associated": Object {
4926
+ "chat": Object {
4927
+ "allowIncoming": "none",
4928
+ },
4929
+ },
4840
4930
  "did": "user(0)",
4841
4931
  "handle": "dan.test",
4842
4932
  "labels": Array [],
@@ -5285,6 +5375,11 @@ Array [
5285
5375
  "reason": Object {
5286
5376
  "$type": "app.bsky.feed.defs#reasonRepost",
5287
5377
  "by": Object {
5378
+ "associated": Object {
5379
+ "chat": Object {
5380
+ "allowIncoming": "none",
5381
+ },
5382
+ },
5288
5383
  "did": "user(2)",
5289
5384
  "handle": "dan.test",
5290
5385
  "labels": Array [],
@@ -5499,6 +5594,11 @@ Array [
5499
5594
  "reason": Object {
5500
5595
  "$type": "app.bsky.feed.defs#reasonRepost",
5501
5596
  "by": Object {
5597
+ "associated": Object {
5598
+ "chat": Object {
5599
+ "allowIncoming": "none",
5600
+ },
5601
+ },
5502
5602
  "did": "user(2)",
5503
5603
  "handle": "dan.test",
5504
5604
  "labels": Array [],
@@ -5716,6 +5816,11 @@ Array [
5716
5816
  Object {
5717
5817
  "post": Object {
5718
5818
  "author": Object {
5819
+ "associated": Object {
5820
+ "chat": Object {
5821
+ "allowIncoming": "none",
5822
+ },
5823
+ },
5719
5824
  "did": "user(2)",
5720
5825
  "handle": "dan.test",
5721
5826
  "labels": Array [],
@@ -5895,6 +6000,11 @@ Array [
5895
6000
  Object {
5896
6001
  "post": Object {
5897
6002
  "author": Object {
6003
+ "associated": Object {
6004
+ "chat": Object {
6005
+ "allowIncoming": "none",
6006
+ },
6007
+ },
5898
6008
  "did": "user(2)",
5899
6009
  "handle": "dan.test",
5900
6010
  "labels": Array [],