@atproto/pds 0.4.21 → 0.4.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/actor-store/blob/reader.d.ts +4 -0
  3. package/dist/actor-store/blob/reader.d.ts.map +1 -1
  4. package/dist/actor-store/blob/reader.js +9 -3
  5. package/dist/actor-store/blob/reader.js.map +1 -1
  6. package/dist/api/com/atproto/repo/putRecord.d.ts.map +1 -1
  7. package/dist/api/com/atproto/repo/putRecord.js +19 -1
  8. package/dist/api/com/atproto/repo/putRecord.js.map +1 -1
  9. package/dist/index.js +1 -1
  10. package/dist/lexicon/index.d.ts +59 -0
  11. package/dist/lexicon/index.d.ts.map +1 -1
  12. package/dist/lexicon/index.js +164 -1
  13. package/dist/lexicon/index.js.map +1 -1
  14. package/dist/lexicon/lexicons.d.ts +912 -0
  15. package/dist/lexicon/lexicons.d.ts.map +1 -1
  16. package/dist/lexicon/lexicons.js +938 -0
  17. package/dist/lexicon/lexicons.js.map +1 -1
  18. package/dist/lexicon/types/app/bsky/actor/defs.d.ts +7 -0
  19. package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
  20. package/dist/lexicon/types/app/bsky/actor/defs.js +11 -1
  21. package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
  22. package/dist/lexicon/types/chat/bsky/actor/declaration.d.ts +11 -0
  23. package/dist/lexicon/types/chat/bsky/actor/declaration.d.ts.map +1 -0
  24. package/dist/lexicon/types/chat/bsky/actor/declaration.js +17 -0
  25. package/dist/lexicon/types/chat/bsky/actor/declaration.js.map +1 -0
  26. package/dist/lexicon/types/chat/bsky/actor/defs.d.ts +21 -0
  27. package/dist/lexicon/types/chat/bsky/actor/defs.d.ts.map +1 -0
  28. package/dist/lexicon/types/chat/bsky/actor/defs.js +16 -0
  29. package/dist/lexicon/types/chat/bsky/actor/defs.js.map +1 -0
  30. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.d.ts +33 -0
  31. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.d.ts.map +1 -0
  32. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.js +3 -0
  33. package/dist/lexicon/types/chat/bsky/actor/deleteAccount.js.map +1 -0
  34. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.d.ts +32 -0
  35. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.d.ts.map +1 -0
  36. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.js +3 -0
  37. package/dist/lexicon/types/chat/bsky/actor/exportAccountData.js.map +1 -0
  38. package/dist/lexicon/types/chat/bsky/convo/defs.d.ts +109 -0
  39. package/dist/lexicon/types/chat/bsky/convo/defs.d.ts.map +1 -0
  40. package/dist/lexicon/types/chat/bsky/convo/defs.js +106 -0
  41. package/dist/lexicon/types/chat/bsky/convo/defs.js.map +1 -0
  42. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.d.ts +39 -0
  43. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.d.ts.map +1 -0
  44. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.js +3 -0
  45. package/dist/lexicon/types/chat/bsky/convo/deleteMessageForSelf.js.map +1 -0
  46. package/dist/lexicon/types/chat/bsky/convo/getConvo.d.ts +36 -0
  47. package/dist/lexicon/types/chat/bsky/convo/getConvo.d.ts.map +1 -0
  48. package/dist/lexicon/types/chat/bsky/convo/getConvo.js +3 -0
  49. package/dist/lexicon/types/chat/bsky/convo/getConvo.js.map +1 -0
  50. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.d.ts +36 -0
  51. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.d.ts.map +1 -0
  52. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.js +3 -0
  53. package/dist/lexicon/types/chat/bsky/convo/getConvoForMembers.js.map +1 -0
  54. package/dist/lexicon/types/chat/bsky/convo/getLog.d.ts +40 -0
  55. package/dist/lexicon/types/chat/bsky/convo/getLog.d.ts.map +1 -0
  56. package/dist/lexicon/types/chat/bsky/convo/getLog.js +3 -0
  57. package/dist/lexicon/types/chat/bsky/convo/getLog.js.map +1 -0
  58. package/dist/lexicon/types/chat/bsky/convo/getMessages.d.ts +42 -0
  59. package/dist/lexicon/types/chat/bsky/convo/getMessages.d.ts.map +1 -0
  60. package/dist/lexicon/types/chat/bsky/convo/getMessages.js +3 -0
  61. package/dist/lexicon/types/chat/bsky/convo/getMessages.js.map +1 -0
  62. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.d.ts +41 -0
  63. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.d.ts.map +1 -0
  64. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.js +3 -0
  65. package/dist/lexicon/types/chat/bsky/convo/leaveConvo.js.map +1 -0
  66. package/dist/lexicon/types/chat/bsky/convo/listConvos.d.ts +38 -0
  67. package/dist/lexicon/types/chat/bsky/convo/listConvos.d.ts.map +1 -0
  68. package/dist/lexicon/types/chat/bsky/convo/listConvos.js +3 -0
  69. package/dist/lexicon/types/chat/bsky/convo/listConvos.js.map +1 -0
  70. package/dist/lexicon/types/chat/bsky/convo/muteConvo.d.ts +41 -0
  71. package/dist/lexicon/types/chat/bsky/convo/muteConvo.d.ts.map +1 -0
  72. package/dist/lexicon/types/chat/bsky/convo/muteConvo.js +3 -0
  73. package/dist/lexicon/types/chat/bsky/convo/muteConvo.js.map +1 -0
  74. package/dist/lexicon/types/chat/bsky/convo/sendMessage.d.ts +39 -0
  75. package/dist/lexicon/types/chat/bsky/convo/sendMessage.d.ts.map +1 -0
  76. package/dist/lexicon/types/chat/bsky/convo/sendMessage.js +3 -0
  77. package/dist/lexicon/types/chat/bsky/convo/sendMessage.js.map +1 -0
  78. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.d.ts +49 -0
  79. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.d.ts.map +1 -0
  80. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.js +16 -0
  81. package/dist/lexicon/types/chat/bsky/convo/sendMessageBatch.js.map +1 -0
  82. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.d.ts +41 -0
  83. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.d.ts.map +1 -0
  84. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.js +3 -0
  85. package/dist/lexicon/types/chat/bsky/convo/unmuteConvo.js.map +1 -0
  86. package/dist/lexicon/types/chat/bsky/convo/updateRead.d.ts +42 -0
  87. package/dist/lexicon/types/chat/bsky/convo/updateRead.d.ts.map +1 -0
  88. package/dist/lexicon/types/chat/bsky/convo/updateRead.js +3 -0
  89. package/dist/lexicon/types/chat/bsky/convo/updateRead.js.map +1 -0
  90. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.d.ts +47 -0
  91. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.d.ts.map +1 -0
  92. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.js +16 -0
  93. package/dist/lexicon/types/chat/bsky/moderation/getActorMetadata.js.map +1 -0
  94. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.d.ts +43 -0
  95. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -0
  96. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.js +3 -0
  97. package/dist/lexicon/types/chat/bsky/moderation/getMessageContext.js.map +1 -0
  98. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.d.ts +31 -0
  99. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.d.ts.map +1 -0
  100. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.js +3 -0
  101. package/dist/lexicon/types/chat/bsky/moderation/updateActorAccess.js.map +1 -0
  102. package/dist/lexicon/types/tools/ozone/moderation/defs.d.ts +2 -1
  103. package/dist/lexicon/types/tools/ozone/moderation/defs.d.ts.map +1 -1
  104. package/dist/lexicon/types/tools/ozone/moderation/defs.js.map +1 -1
  105. package/package.json +9 -9
  106. package/src/actor-store/blob/reader.ts +13 -4
  107. package/src/api/com/atproto/repo/putRecord.ts +34 -1
  108. package/src/index.ts +1 -1
  109. package/src/lexicon/index.ts +254 -0
  110. package/src/lexicon/lexicons.ts +940 -0
  111. package/src/lexicon/types/app/bsky/actor/defs.ts +20 -0
  112. package/src/lexicon/types/chat/bsky/actor/declaration.ts +25 -0
  113. package/src/lexicon/types/chat/bsky/actor/defs.ts +34 -0
  114. package/src/lexicon/types/chat/bsky/actor/deleteAccount.ts +42 -0
  115. package/src/lexicon/types/chat/bsky/actor/exportAccountData.ts +38 -0
  116. package/src/lexicon/types/chat/bsky/convo/defs.ts +215 -0
  117. package/src/lexicon/types/chat/bsky/convo/deleteMessageForSelf.ts +48 -0
  118. package/src/lexicon/types/chat/bsky/convo/getConvo.ts +46 -0
  119. package/src/lexicon/types/chat/bsky/convo/getConvoForMembers.ts +46 -0
  120. package/src/lexicon/types/chat/bsky/convo/getLog.ts +53 -0
  121. package/src/lexicon/types/chat/bsky/convo/getMessages.ts +53 -0
  122. package/src/lexicon/types/chat/bsky/convo/leaveConvo.ts +50 -0
  123. package/src/lexicon/types/chat/bsky/convo/listConvos.ts +48 -0
  124. package/src/lexicon/types/chat/bsky/convo/muteConvo.ts +50 -0
  125. package/src/lexicon/types/chat/bsky/convo/sendMessage.ts +48 -0
  126. package/src/lexicon/types/chat/bsky/convo/sendMessageBatch.ts +68 -0
  127. package/src/lexicon/types/chat/bsky/convo/unmuteConvo.ts +50 -0
  128. package/src/lexicon/types/chat/bsky/convo/updateRead.ts +51 -0
  129. package/src/lexicon/types/chat/bsky/moderation/getActorMetadata.ts +67 -0
  130. package/src/lexicon/types/chat/bsky/moderation/getMessageContext.ts +54 -0
  131. package/src/lexicon/types/chat/bsky/moderation/updateActorAccess.ts +40 -0
  132. package/src/lexicon/types/tools/ozone/moderation/defs.ts +2 -0
  133. package/tests/crud.test.ts +30 -0
  134. package/tests/server.test.ts +1 -1
@@ -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,884 @@ 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
+ convoId: {
7749
+ type: string;
7750
+ };
7751
+ messageId: {
7752
+ type: string;
7753
+ };
7754
+ };
7755
+ };
7756
+ messageInput: {
7757
+ type: string;
7758
+ required: string[];
7759
+ properties: {
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
+ maxLength: number;
8274
+ items: {
8275
+ type: string;
8276
+ ref: string;
8277
+ };
8278
+ };
8279
+ };
8280
+ };
8281
+ };
8282
+ output: {
8283
+ encoding: string;
8284
+ schema: {
8285
+ type: string;
8286
+ required: string[];
8287
+ properties: {
8288
+ items: {
8289
+ type: string;
8290
+ items: {
8291
+ type: string;
8292
+ ref: string;
8293
+ };
8294
+ };
8295
+ };
8296
+ };
8297
+ };
8298
+ };
8299
+ batchItem: {
8300
+ type: string;
8301
+ required: string[];
8302
+ properties: {
8303
+ convoId: {
8304
+ type: string;
8305
+ };
8306
+ message: {
8307
+ type: string;
8308
+ ref: string;
8309
+ };
8310
+ };
8311
+ };
8312
+ };
8313
+ };
8314
+ ChatBskyConvoUnmuteConvo: {
8315
+ lexicon: number;
8316
+ id: string;
8317
+ defs: {
8318
+ main: {
8319
+ type: string;
8320
+ input: {
8321
+ encoding: string;
8322
+ schema: {
8323
+ type: string;
8324
+ required: string[];
8325
+ properties: {
8326
+ convoId: {
8327
+ type: string;
8328
+ };
8329
+ };
8330
+ };
8331
+ };
8332
+ output: {
8333
+ encoding: string;
8334
+ schema: {
8335
+ type: string;
8336
+ required: string[];
8337
+ properties: {
8338
+ convo: {
8339
+ type: string;
8340
+ ref: string;
8341
+ };
8342
+ };
8343
+ };
8344
+ };
8345
+ };
8346
+ };
8347
+ };
8348
+ ChatBskyConvoUpdateRead: {
8349
+ lexicon: number;
8350
+ id: string;
8351
+ defs: {
8352
+ main: {
8353
+ type: string;
8354
+ input: {
8355
+ encoding: string;
8356
+ schema: {
8357
+ type: string;
8358
+ required: string[];
8359
+ properties: {
8360
+ convoId: {
8361
+ type: string;
8362
+ };
8363
+ messageId: {
8364
+ type: string;
8365
+ };
8366
+ };
8367
+ };
8368
+ };
8369
+ output: {
8370
+ encoding: string;
8371
+ schema: {
8372
+ type: string;
8373
+ required: string[];
8374
+ properties: {
8375
+ convo: {
8376
+ type: string;
8377
+ ref: string;
8378
+ };
8379
+ };
8380
+ };
8381
+ };
8382
+ };
8383
+ };
8384
+ };
8385
+ ChatBskyModerationGetActorMetadata: {
8386
+ lexicon: number;
8387
+ id: string;
8388
+ defs: {
8389
+ main: {
8390
+ type: string;
8391
+ parameters: {
8392
+ type: string;
8393
+ required: string[];
8394
+ properties: {
8395
+ actor: {
8396
+ type: string;
8397
+ format: string;
8398
+ };
8399
+ };
8400
+ };
8401
+ output: {
8402
+ encoding: string;
8403
+ schema: {
8404
+ type: string;
8405
+ required: string[];
8406
+ properties: {
8407
+ day: {
8408
+ type: string;
8409
+ ref: string;
8410
+ };
8411
+ month: {
8412
+ type: string;
8413
+ ref: string;
8414
+ };
8415
+ all: {
8416
+ type: string;
8417
+ ref: string;
8418
+ };
8419
+ };
8420
+ };
8421
+ };
8422
+ };
8423
+ metadata: {
8424
+ type: string;
8425
+ required: string[];
8426
+ properties: {
8427
+ messagesSent: {
8428
+ type: string;
8429
+ };
8430
+ messagesReceived: {
8431
+ type: string;
8432
+ };
8433
+ convos: {
8434
+ type: string;
8435
+ };
8436
+ convosStarted: {
8437
+ type: string;
8438
+ };
8439
+ };
8440
+ };
8441
+ };
8442
+ };
8443
+ ChatBskyModerationGetMessageContext: {
8444
+ lexicon: number;
8445
+ id: string;
8446
+ defs: {
8447
+ main: {
8448
+ type: string;
8449
+ parameters: {
8450
+ type: string;
8451
+ required: string[];
8452
+ properties: {
8453
+ convoId: {
8454
+ type: string;
8455
+ description: string;
8456
+ };
8457
+ messageId: {
8458
+ type: string;
8459
+ };
8460
+ before: {
8461
+ type: string;
8462
+ default: number;
8463
+ };
8464
+ after: {
8465
+ type: string;
8466
+ default: number;
8467
+ };
8468
+ };
8469
+ };
8470
+ output: {
8471
+ encoding: string;
8472
+ schema: {
8473
+ type: string;
8474
+ required: string[];
8475
+ properties: {
8476
+ messages: {
8477
+ type: string;
8478
+ items: {
8479
+ type: string;
8480
+ refs: string[];
8481
+ };
8482
+ };
8483
+ };
8484
+ };
8485
+ };
8486
+ };
8487
+ };
8488
+ };
8489
+ ChatBskyModerationUpdateActorAccess: {
8490
+ lexicon: number;
8491
+ id: string;
8492
+ defs: {
8493
+ main: {
8494
+ type: string;
8495
+ input: {
8496
+ encoding: string;
8497
+ schema: {
8498
+ type: string;
8499
+ required: string[];
8500
+ properties: {
8501
+ actor: {
8502
+ type: string;
8503
+ format: string;
8504
+ };
8505
+ allowAccess: {
8506
+ type: string;
8507
+ };
8508
+ ref: {
8509
+ type: string;
8510
+ };
8511
+ };
8512
+ };
8513
+ };
8514
+ };
8515
+ };
8516
+ };
7625
8517
  ToolsOzoneCommunicationCreateTemplate: {
7626
8518
  lexicon: number;
7627
8519
  id: string;
@@ -9045,6 +9937,26 @@ export declare const ids: {
9045
9937
  AppBskyUnspeccedGetTaggedSuggestions: string;
9046
9938
  AppBskyUnspeccedSearchActorsSkeleton: string;
9047
9939
  AppBskyUnspeccedSearchPostsSkeleton: string;
9940
+ ChatBskyActorDeclaration: string;
9941
+ ChatBskyActorDefs: string;
9942
+ ChatBskyActorDeleteAccount: string;
9943
+ ChatBskyActorExportAccountData: string;
9944
+ ChatBskyConvoDefs: string;
9945
+ ChatBskyConvoDeleteMessageForSelf: string;
9946
+ ChatBskyConvoGetConvo: string;
9947
+ ChatBskyConvoGetConvoForMembers: string;
9948
+ ChatBskyConvoGetLog: string;
9949
+ ChatBskyConvoGetMessages: string;
9950
+ ChatBskyConvoLeaveConvo: string;
9951
+ ChatBskyConvoListConvos: string;
9952
+ ChatBskyConvoMuteConvo: string;
9953
+ ChatBskyConvoSendMessage: string;
9954
+ ChatBskyConvoSendMessageBatch: string;
9955
+ ChatBskyConvoUnmuteConvo: string;
9956
+ ChatBskyConvoUpdateRead: string;
9957
+ ChatBskyModerationGetActorMetadata: string;
9958
+ ChatBskyModerationGetMessageContext: string;
9959
+ ChatBskyModerationUpdateActorAccess: string;
9048
9960
  ToolsOzoneCommunicationCreateTemplate: string;
9049
9961
  ToolsOzoneCommunicationDefs: string;
9050
9962
  ToolsOzoneCommunicationDeleteTemplate: string;