@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
@@ -3479,6 +3479,20 @@ export declare const schemaDict: {
3479
3479
  labeler: {
3480
3480
  type: string;
3481
3481
  };
3482
+ chat: {
3483
+ type: string;
3484
+ ref: string;
3485
+ };
3486
+ };
3487
+ };
3488
+ profileAssociatedChat: {
3489
+ type: string;
3490
+ required: string[];
3491
+ properties: {
3492
+ allowIncoming: {
3493
+ type: string;
3494
+ knownValues: string[];
3495
+ };
3482
3496
  };
3483
3497
  };
3484
3498
  viewerState: {
@@ -7622,6 +7636,879 @@ export declare const schemaDict: {
7622
7636
  };
7623
7637
  };
7624
7638
  };
7639
+ ChatBskyActorDeclaration: {
7640
+ lexicon: number;
7641
+ id: string;
7642
+ defs: {
7643
+ main: {
7644
+ type: string;
7645
+ description: string;
7646
+ key: string;
7647
+ record: {
7648
+ type: string;
7649
+ required: string[];
7650
+ properties: {
7651
+ allowIncoming: {
7652
+ type: string;
7653
+ knownValues: string[];
7654
+ };
7655
+ };
7656
+ };
7657
+ };
7658
+ };
7659
+ };
7660
+ ChatBskyActorDefs: {
7661
+ lexicon: number;
7662
+ id: string;
7663
+ defs: {
7664
+ profileViewBasic: {
7665
+ type: string;
7666
+ required: string[];
7667
+ properties: {
7668
+ did: {
7669
+ type: string;
7670
+ format: string;
7671
+ };
7672
+ handle: {
7673
+ type: string;
7674
+ format: string;
7675
+ };
7676
+ displayName: {
7677
+ type: string;
7678
+ maxGraphemes: number;
7679
+ maxLength: number;
7680
+ };
7681
+ avatar: {
7682
+ type: string;
7683
+ format: string;
7684
+ };
7685
+ associated: {
7686
+ type: string;
7687
+ ref: string;
7688
+ };
7689
+ viewer: {
7690
+ type: string;
7691
+ ref: string;
7692
+ };
7693
+ labels: {
7694
+ type: string;
7695
+ items: {
7696
+ type: string;
7697
+ ref: string;
7698
+ };
7699
+ };
7700
+ chatDisabled: {
7701
+ type: string;
7702
+ description: string;
7703
+ };
7704
+ };
7705
+ };
7706
+ };
7707
+ };
7708
+ ChatBskyActorDeleteAccount: {
7709
+ lexicon: number;
7710
+ id: string;
7711
+ defs: {
7712
+ main: {
7713
+ type: string;
7714
+ output: {
7715
+ encoding: string;
7716
+ schema: {
7717
+ type: string;
7718
+ properties: {};
7719
+ };
7720
+ };
7721
+ };
7722
+ };
7723
+ };
7724
+ ChatBskyActorExportAccountData: {
7725
+ lexicon: number;
7726
+ id: string;
7727
+ defs: {
7728
+ main: {
7729
+ type: string;
7730
+ output: {
7731
+ encoding: string;
7732
+ };
7733
+ };
7734
+ };
7735
+ };
7736
+ ChatBskyConvoDefs: {
7737
+ lexicon: number;
7738
+ id: string;
7739
+ defs: {
7740
+ messageRef: {
7741
+ type: string;
7742
+ required: string[];
7743
+ properties: {
7744
+ did: {
7745
+ type: string;
7746
+ format: string;
7747
+ };
7748
+ messageId: {
7749
+ type: string;
7750
+ };
7751
+ };
7752
+ };
7753
+ message: {
7754
+ type: string;
7755
+ required: string[];
7756
+ properties: {
7757
+ id: {
7758
+ type: string;
7759
+ };
7760
+ text: {
7761
+ type: string;
7762
+ maxLength: number;
7763
+ maxGraphemes: number;
7764
+ };
7765
+ facets: {
7766
+ type: string;
7767
+ description: string;
7768
+ items: {
7769
+ type: string;
7770
+ ref: string;
7771
+ };
7772
+ };
7773
+ embed: {
7774
+ type: string;
7775
+ refs: string[];
7776
+ };
7777
+ };
7778
+ };
7779
+ messageView: {
7780
+ type: string;
7781
+ required: string[];
7782
+ properties: {
7783
+ id: {
7784
+ type: string;
7785
+ };
7786
+ rev: {
7787
+ type: string;
7788
+ };
7789
+ text: {
7790
+ type: string;
7791
+ maxLength: number;
7792
+ maxGraphemes: number;
7793
+ };
7794
+ facets: {
7795
+ type: string;
7796
+ description: string;
7797
+ items: {
7798
+ type: string;
7799
+ ref: string;
7800
+ };
7801
+ };
7802
+ embed: {
7803
+ type: string;
7804
+ refs: string[];
7805
+ };
7806
+ sender: {
7807
+ type: string;
7808
+ ref: string;
7809
+ };
7810
+ sentAt: {
7811
+ type: string;
7812
+ format: string;
7813
+ };
7814
+ };
7815
+ };
7816
+ deletedMessageView: {
7817
+ type: string;
7818
+ required: string[];
7819
+ properties: {
7820
+ id: {
7821
+ type: string;
7822
+ };
7823
+ rev: {
7824
+ type: string;
7825
+ };
7826
+ sender: {
7827
+ type: string;
7828
+ ref: string;
7829
+ };
7830
+ sentAt: {
7831
+ type: string;
7832
+ format: string;
7833
+ };
7834
+ };
7835
+ };
7836
+ messageViewSender: {
7837
+ type: string;
7838
+ required: string[];
7839
+ properties: {
7840
+ did: {
7841
+ type: string;
7842
+ format: string;
7843
+ };
7844
+ };
7845
+ };
7846
+ convoView: {
7847
+ type: string;
7848
+ required: string[];
7849
+ properties: {
7850
+ id: {
7851
+ type: string;
7852
+ };
7853
+ rev: {
7854
+ type: string;
7855
+ };
7856
+ members: {
7857
+ type: string;
7858
+ items: {
7859
+ type: string;
7860
+ ref: string;
7861
+ };
7862
+ };
7863
+ lastMessage: {
7864
+ type: string;
7865
+ refs: string[];
7866
+ };
7867
+ muted: {
7868
+ type: string;
7869
+ };
7870
+ unreadCount: {
7871
+ type: string;
7872
+ };
7873
+ };
7874
+ };
7875
+ logBeginConvo: {
7876
+ type: string;
7877
+ required: string[];
7878
+ properties: {
7879
+ rev: {
7880
+ type: string;
7881
+ };
7882
+ convoId: {
7883
+ type: string;
7884
+ };
7885
+ };
7886
+ };
7887
+ logLeaveConvo: {
7888
+ type: string;
7889
+ required: string[];
7890
+ properties: {
7891
+ rev: {
7892
+ type: string;
7893
+ };
7894
+ convoId: {
7895
+ type: string;
7896
+ };
7897
+ };
7898
+ };
7899
+ logCreateMessage: {
7900
+ type: string;
7901
+ required: string[];
7902
+ properties: {
7903
+ rev: {
7904
+ type: string;
7905
+ };
7906
+ convoId: {
7907
+ type: string;
7908
+ };
7909
+ message: {
7910
+ type: string;
7911
+ refs: string[];
7912
+ };
7913
+ };
7914
+ };
7915
+ logDeleteMessage: {
7916
+ type: string;
7917
+ required: string[];
7918
+ properties: {
7919
+ rev: {
7920
+ type: string;
7921
+ };
7922
+ convoId: {
7923
+ type: string;
7924
+ };
7925
+ message: {
7926
+ type: string;
7927
+ refs: string[];
7928
+ };
7929
+ };
7930
+ };
7931
+ };
7932
+ };
7933
+ ChatBskyConvoDeleteMessageForSelf: {
7934
+ lexicon: number;
7935
+ id: string;
7936
+ defs: {
7937
+ main: {
7938
+ type: string;
7939
+ input: {
7940
+ encoding: string;
7941
+ schema: {
7942
+ type: string;
7943
+ required: string[];
7944
+ properties: {
7945
+ convoId: {
7946
+ type: string;
7947
+ };
7948
+ messageId: {
7949
+ type: string;
7950
+ };
7951
+ };
7952
+ };
7953
+ };
7954
+ output: {
7955
+ encoding: string;
7956
+ schema: {
7957
+ type: string;
7958
+ ref: string;
7959
+ };
7960
+ };
7961
+ };
7962
+ };
7963
+ };
7964
+ ChatBskyConvoGetConvo: {
7965
+ lexicon: number;
7966
+ id: string;
7967
+ defs: {
7968
+ main: {
7969
+ type: string;
7970
+ parameters: {
7971
+ type: string;
7972
+ required: string[];
7973
+ properties: {
7974
+ convoId: {
7975
+ type: string;
7976
+ };
7977
+ };
7978
+ };
7979
+ output: {
7980
+ encoding: string;
7981
+ schema: {
7982
+ type: string;
7983
+ required: string[];
7984
+ properties: {
7985
+ convo: {
7986
+ type: string;
7987
+ ref: string;
7988
+ };
7989
+ };
7990
+ };
7991
+ };
7992
+ };
7993
+ };
7994
+ };
7995
+ ChatBskyConvoGetConvoForMembers: {
7996
+ lexicon: number;
7997
+ id: string;
7998
+ defs: {
7999
+ main: {
8000
+ type: string;
8001
+ parameters: {
8002
+ type: string;
8003
+ required: string[];
8004
+ properties: {
8005
+ members: {
8006
+ type: string;
8007
+ minLength: number;
8008
+ maxLength: number;
8009
+ items: {
8010
+ type: string;
8011
+ format: string;
8012
+ };
8013
+ };
8014
+ };
8015
+ };
8016
+ output: {
8017
+ encoding: string;
8018
+ schema: {
8019
+ type: string;
8020
+ required: string[];
8021
+ properties: {
8022
+ convo: {
8023
+ type: string;
8024
+ ref: string;
8025
+ };
8026
+ };
8027
+ };
8028
+ };
8029
+ };
8030
+ };
8031
+ };
8032
+ ChatBskyConvoGetLog: {
8033
+ lexicon: number;
8034
+ id: string;
8035
+ defs: {
8036
+ main: {
8037
+ type: string;
8038
+ parameters: {
8039
+ type: string;
8040
+ required: never[];
8041
+ properties: {
8042
+ cursor: {
8043
+ type: string;
8044
+ };
8045
+ };
8046
+ };
8047
+ output: {
8048
+ encoding: string;
8049
+ schema: {
8050
+ type: string;
8051
+ required: string[];
8052
+ properties: {
8053
+ cursor: {
8054
+ type: string;
8055
+ };
8056
+ logs: {
8057
+ type: string;
8058
+ items: {
8059
+ type: string;
8060
+ refs: string[];
8061
+ };
8062
+ };
8063
+ };
8064
+ };
8065
+ };
8066
+ };
8067
+ };
8068
+ };
8069
+ ChatBskyConvoGetMessages: {
8070
+ lexicon: number;
8071
+ id: string;
8072
+ defs: {
8073
+ main: {
8074
+ type: string;
8075
+ parameters: {
8076
+ type: string;
8077
+ required: string[];
8078
+ properties: {
8079
+ convoId: {
8080
+ type: string;
8081
+ };
8082
+ limit: {
8083
+ type: string;
8084
+ minimum: number;
8085
+ maximum: number;
8086
+ default: number;
8087
+ };
8088
+ cursor: {
8089
+ type: string;
8090
+ };
8091
+ };
8092
+ };
8093
+ output: {
8094
+ encoding: string;
8095
+ schema: {
8096
+ type: string;
8097
+ required: string[];
8098
+ properties: {
8099
+ cursor: {
8100
+ type: string;
8101
+ };
8102
+ messages: {
8103
+ type: string;
8104
+ items: {
8105
+ type: string;
8106
+ refs: string[];
8107
+ };
8108
+ };
8109
+ };
8110
+ };
8111
+ };
8112
+ };
8113
+ };
8114
+ };
8115
+ ChatBskyConvoLeaveConvo: {
8116
+ lexicon: number;
8117
+ id: string;
8118
+ defs: {
8119
+ main: {
8120
+ type: string;
8121
+ input: {
8122
+ encoding: string;
8123
+ schema: {
8124
+ type: string;
8125
+ required: string[];
8126
+ properties: {
8127
+ convoId: {
8128
+ type: string;
8129
+ };
8130
+ };
8131
+ };
8132
+ };
8133
+ output: {
8134
+ encoding: string;
8135
+ schema: {
8136
+ type: string;
8137
+ required: string[];
8138
+ properties: {
8139
+ convoId: {
8140
+ type: string;
8141
+ };
8142
+ rev: {
8143
+ type: string;
8144
+ };
8145
+ };
8146
+ };
8147
+ };
8148
+ };
8149
+ };
8150
+ };
8151
+ ChatBskyConvoListConvos: {
8152
+ lexicon: number;
8153
+ id: string;
8154
+ defs: {
8155
+ main: {
8156
+ type: string;
8157
+ parameters: {
8158
+ type: string;
8159
+ properties: {
8160
+ limit: {
8161
+ type: string;
8162
+ minimum: number;
8163
+ maximum: number;
8164
+ default: number;
8165
+ };
8166
+ cursor: {
8167
+ type: string;
8168
+ };
8169
+ };
8170
+ };
8171
+ output: {
8172
+ encoding: string;
8173
+ schema: {
8174
+ type: string;
8175
+ required: string[];
8176
+ properties: {
8177
+ cursor: {
8178
+ type: string;
8179
+ };
8180
+ convos: {
8181
+ type: string;
8182
+ items: {
8183
+ type: string;
8184
+ ref: string;
8185
+ };
8186
+ };
8187
+ };
8188
+ };
8189
+ };
8190
+ };
8191
+ };
8192
+ };
8193
+ ChatBskyConvoMuteConvo: {
8194
+ lexicon: number;
8195
+ id: string;
8196
+ defs: {
8197
+ main: {
8198
+ type: string;
8199
+ input: {
8200
+ encoding: string;
8201
+ schema: {
8202
+ type: string;
8203
+ required: string[];
8204
+ properties: {
8205
+ convoId: {
8206
+ type: string;
8207
+ };
8208
+ };
8209
+ };
8210
+ };
8211
+ output: {
8212
+ encoding: string;
8213
+ schema: {
8214
+ type: string;
8215
+ required: string[];
8216
+ properties: {
8217
+ convo: {
8218
+ type: string;
8219
+ ref: string;
8220
+ };
8221
+ };
8222
+ };
8223
+ };
8224
+ };
8225
+ };
8226
+ };
8227
+ ChatBskyConvoSendMessage: {
8228
+ lexicon: number;
8229
+ id: string;
8230
+ defs: {
8231
+ main: {
8232
+ type: string;
8233
+ input: {
8234
+ encoding: string;
8235
+ schema: {
8236
+ type: string;
8237
+ required: string[];
8238
+ properties: {
8239
+ convoId: {
8240
+ type: string;
8241
+ };
8242
+ message: {
8243
+ type: string;
8244
+ ref: string;
8245
+ };
8246
+ };
8247
+ };
8248
+ };
8249
+ output: {
8250
+ encoding: string;
8251
+ schema: {
8252
+ type: string;
8253
+ ref: string;
8254
+ };
8255
+ };
8256
+ };
8257
+ };
8258
+ };
8259
+ ChatBskyConvoSendMessageBatch: {
8260
+ lexicon: number;
8261
+ id: string;
8262
+ defs: {
8263
+ main: {
8264
+ type: string;
8265
+ input: {
8266
+ encoding: string;
8267
+ schema: {
8268
+ type: string;
8269
+ required: string[];
8270
+ properties: {
8271
+ items: {
8272
+ type: string;
8273
+ items: {
8274
+ type: string;
8275
+ ref: string;
8276
+ };
8277
+ };
8278
+ };
8279
+ };
8280
+ };
8281
+ output: {
8282
+ encoding: string;
8283
+ schema: {
8284
+ type: string;
8285
+ required: string[];
8286
+ properties: {
8287
+ items: {
8288
+ type: string;
8289
+ items: {
8290
+ type: string;
8291
+ ref: string;
8292
+ };
8293
+ };
8294
+ };
8295
+ };
8296
+ };
8297
+ };
8298
+ batchItem: {
8299
+ type: string;
8300
+ required: string[];
8301
+ properties: {
8302
+ convoId: {
8303
+ type: string;
8304
+ };
8305
+ message: {
8306
+ type: string;
8307
+ ref: string;
8308
+ };
8309
+ };
8310
+ };
8311
+ };
8312
+ };
8313
+ ChatBskyConvoUnmuteConvo: {
8314
+ lexicon: number;
8315
+ id: string;
8316
+ defs: {
8317
+ main: {
8318
+ type: string;
8319
+ input: {
8320
+ encoding: string;
8321
+ schema: {
8322
+ type: string;
8323
+ required: string[];
8324
+ properties: {
8325
+ convoId: {
8326
+ type: string;
8327
+ };
8328
+ };
8329
+ };
8330
+ };
8331
+ output: {
8332
+ encoding: string;
8333
+ schema: {
8334
+ type: string;
8335
+ required: string[];
8336
+ properties: {
8337
+ convo: {
8338
+ type: string;
8339
+ ref: string;
8340
+ };
8341
+ };
8342
+ };
8343
+ };
8344
+ };
8345
+ };
8346
+ };
8347
+ ChatBskyConvoUpdateRead: {
8348
+ lexicon: number;
8349
+ id: string;
8350
+ defs: {
8351
+ main: {
8352
+ type: string;
8353
+ input: {
8354
+ encoding: string;
8355
+ schema: {
8356
+ type: string;
8357
+ required: string[];
8358
+ properties: {
8359
+ convoId: {
8360
+ type: string;
8361
+ };
8362
+ messageId: {
8363
+ type: string;
8364
+ };
8365
+ };
8366
+ };
8367
+ };
8368
+ output: {
8369
+ encoding: string;
8370
+ schema: {
8371
+ type: string;
8372
+ required: string[];
8373
+ properties: {
8374
+ convo: {
8375
+ type: string;
8376
+ ref: string;
8377
+ };
8378
+ };
8379
+ };
8380
+ };
8381
+ };
8382
+ };
8383
+ };
8384
+ ChatBskyModerationGetActorMetadata: {
8385
+ lexicon: number;
8386
+ id: string;
8387
+ defs: {
8388
+ main: {
8389
+ type: string;
8390
+ parameters: {
8391
+ type: string;
8392
+ required: string[];
8393
+ properties: {
8394
+ actor: {
8395
+ type: string;
8396
+ format: string;
8397
+ };
8398
+ };
8399
+ };
8400
+ output: {
8401
+ encoding: string;
8402
+ schema: {
8403
+ type: string;
8404
+ required: string[];
8405
+ properties: {
8406
+ day: {
8407
+ type: string;
8408
+ ref: string;
8409
+ };
8410
+ month: {
8411
+ type: string;
8412
+ ref: string;
8413
+ };
8414
+ all: {
8415
+ type: string;
8416
+ ref: string;
8417
+ };
8418
+ };
8419
+ };
8420
+ };
8421
+ };
8422
+ metadata: {
8423
+ type: string;
8424
+ required: string[];
8425
+ properties: {
8426
+ messagesSent: {
8427
+ type: string;
8428
+ };
8429
+ messagesReceived: {
8430
+ type: string;
8431
+ };
8432
+ convos: {
8433
+ type: string;
8434
+ };
8435
+ convosStarted: {
8436
+ type: string;
8437
+ };
8438
+ };
8439
+ };
8440
+ };
8441
+ };
8442
+ ChatBskyModerationGetMessageContext: {
8443
+ lexicon: number;
8444
+ id: string;
8445
+ defs: {
8446
+ main: {
8447
+ type: string;
8448
+ parameters: {
8449
+ type: string;
8450
+ required: string[];
8451
+ properties: {
8452
+ messageId: {
8453
+ type: string;
8454
+ };
8455
+ before: {
8456
+ type: string;
8457
+ default: number;
8458
+ };
8459
+ after: {
8460
+ type: string;
8461
+ default: number;
8462
+ };
8463
+ };
8464
+ };
8465
+ output: {
8466
+ encoding: string;
8467
+ schema: {
8468
+ type: string;
8469
+ required: string[];
8470
+ properties: {
8471
+ messages: {
8472
+ type: string;
8473
+ items: {
8474
+ type: string;
8475
+ refs: string[];
8476
+ };
8477
+ };
8478
+ };
8479
+ };
8480
+ };
8481
+ };
8482
+ };
8483
+ };
8484
+ ChatBskyModerationUpdateActorAccess: {
8485
+ lexicon: number;
8486
+ id: string;
8487
+ defs: {
8488
+ main: {
8489
+ type: string;
8490
+ input: {
8491
+ encoding: string;
8492
+ schema: {
8493
+ type: string;
8494
+ required: string[];
8495
+ properties: {
8496
+ actor: {
8497
+ type: string;
8498
+ format: string;
8499
+ };
8500
+ allowAccess: {
8501
+ type: string;
8502
+ };
8503
+ ref: {
8504
+ type: string;
8505
+ };
8506
+ };
8507
+ };
8508
+ };
8509
+ };
8510
+ };
8511
+ };
7625
8512
  };
7626
8513
  export declare const schemas: LexiconDoc[];
7627
8514
  export declare const lexicons: Lexicons;
@@ -7773,5 +8660,25 @@ export declare const ids: {
7773
8660
  AppBskyUnspeccedGetTaggedSuggestions: string;
7774
8661
  AppBskyUnspeccedSearchActorsSkeleton: string;
7775
8662
  AppBskyUnspeccedSearchPostsSkeleton: string;
8663
+ ChatBskyActorDeclaration: string;
8664
+ ChatBskyActorDefs: string;
8665
+ ChatBskyActorDeleteAccount: string;
8666
+ ChatBskyActorExportAccountData: string;
8667
+ ChatBskyConvoDefs: string;
8668
+ ChatBskyConvoDeleteMessageForSelf: string;
8669
+ ChatBskyConvoGetConvo: string;
8670
+ ChatBskyConvoGetConvoForMembers: string;
8671
+ ChatBskyConvoGetLog: string;
8672
+ ChatBskyConvoGetMessages: string;
8673
+ ChatBskyConvoLeaveConvo: string;
8674
+ ChatBskyConvoListConvos: string;
8675
+ ChatBskyConvoMuteConvo: string;
8676
+ ChatBskyConvoSendMessage: string;
8677
+ ChatBskyConvoSendMessageBatch: string;
8678
+ ChatBskyConvoUnmuteConvo: string;
8679
+ ChatBskyConvoUpdateRead: string;
8680
+ ChatBskyModerationGetActorMetadata: string;
8681
+ ChatBskyModerationGetMessageContext: string;
8682
+ ChatBskyModerationUpdateActorAccess: string;
7776
8683
  };
7777
8684
  //# sourceMappingURL=lexicons.d.ts.map