@atcute/bluesky 3.3.2 → 3.3.3

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 (131) hide show
  1. package/dist/lexicons/index.d.ts +18 -0
  2. package/dist/lexicons/index.d.ts.map +1 -1
  3. package/dist/lexicons/index.js +18 -0
  4. package/dist/lexicons/index.js.map +1 -1
  5. package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts +4 -0
  6. package/dist/lexicons/types/chat/bsky/actor/declaration.d.ts.map +1 -1
  7. package/dist/lexicons/types/chat/bsky/actor/declaration.js +5 -0
  8. package/dist/lexicons/types/chat/bsky/actor/declaration.js.map +1 -1
  9. package/dist/lexicons/types/chat/bsky/actor/defs.d.ts +37 -0
  10. package/dist/lexicons/types/chat/bsky/actor/defs.d.ts.map +1 -1
  11. package/dist/lexicons/types/chat/bsky/actor/defs.js +30 -0
  12. package/dist/lexicons/types/chat/bsky/actor/defs.js.map +1 -1
  13. package/dist/lexicons/types/chat/bsky/convo/defs.d.ts +444 -3
  14. package/dist/lexicons/types/chat/bsky/convo/defs.d.ts.map +1 -1
  15. package/dist/lexicons/types/chat/bsky/convo/defs.js +364 -3
  16. package/dist/lexicons/types/chat/bsky/convo/defs.js.map +1 -1
  17. package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts +1 -1
  18. package/dist/lexicons/types/chat/bsky/convo/getLog.d.ts.map +1 -1
  19. package/dist/lexicons/types/chat/bsky/convo/getLog.js +17 -0
  20. package/dist/lexicons/types/chat/bsky/convo/getLog.js.map +1 -1
  21. package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts +1 -1
  22. package/dist/lexicons/types/chat/bsky/convo/getMessages.d.ts.map +1 -1
  23. package/dist/lexicons/types/chat/bsky/convo/getMessages.js +1 -0
  24. package/dist/lexicons/types/chat/bsky/convo/getMessages.js.map +1 -1
  25. package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.d.ts +33 -0
  26. package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.d.ts.map +1 -0
  27. package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.js +30 -0
  28. package/dist/lexicons/types/chat/bsky/convo/listConvoRequests.js.map +1 -0
  29. package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts +7 -0
  30. package/dist/lexicons/types/chat/bsky/convo/listConvos.d.ts.map +1 -1
  31. package/dist/lexicons/types/chat/bsky/convo/listConvos.js +7 -0
  32. package/dist/lexicons/types/chat/bsky/convo/listConvos.js.map +1 -1
  33. package/dist/lexicons/types/chat/bsky/convo/lockConvo.d.ts +30 -0
  34. package/dist/lexicons/types/chat/bsky/convo/lockConvo.d.ts.map +1 -0
  35. package/dist/lexicons/types/chat/bsky/convo/lockConvo.js +21 -0
  36. package/dist/lexicons/types/chat/bsky/convo/lockConvo.js.map +1 -0
  37. package/dist/lexicons/types/chat/bsky/convo/unlockConvo.d.ts +30 -0
  38. package/dist/lexicons/types/chat/bsky/convo/unlockConvo.d.ts.map +1 -0
  39. package/dist/lexicons/types/chat/bsky/convo/unlockConvo.js +21 -0
  40. package/dist/lexicons/types/chat/bsky/convo/unlockConvo.js.map +1 -0
  41. package/dist/lexicons/types/chat/bsky/group/addMembers.d.ts +34 -0
  42. package/dist/lexicons/types/chat/bsky/group/addMembers.d.ts.map +1 -0
  43. package/dist/lexicons/types/chat/bsky/group/addMembers.js +27 -0
  44. package/dist/lexicons/types/chat/bsky/group/addMembers.js.map +1 -0
  45. package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.d.ts +31 -0
  46. package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.d.ts.map +1 -0
  47. package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.js +22 -0
  48. package/dist/lexicons/types/chat/bsky/group/approveJoinRequest.js.map +1 -0
  49. package/dist/lexicons/types/chat/bsky/group/createGroup.d.ts +39 -0
  50. package/dist/lexicons/types/chat/bsky/group/createGroup.d.ts.map +1 -0
  51. package/dist/lexicons/types/chat/bsky/group/createGroup.js +35 -0
  52. package/dist/lexicons/types/chat/bsky/group/createGroup.js.map +1 -0
  53. package/dist/lexicons/types/chat/bsky/group/createJoinLink.d.ts +35 -0
  54. package/dist/lexicons/types/chat/bsky/group/createJoinLink.d.ts.map +1 -0
  55. package/dist/lexicons/types/chat/bsky/group/createJoinLink.js +28 -0
  56. package/dist/lexicons/types/chat/bsky/group/createJoinLink.js.map +1 -0
  57. package/dist/lexicons/types/chat/bsky/group/defs.d.ts +55 -0
  58. package/dist/lexicons/types/chat/bsky/group/defs.d.ts.map +1 -0
  59. package/dist/lexicons/types/chat/bsky/group/defs.js +39 -0
  60. package/dist/lexicons/types/chat/bsky/group/defs.js.map +1 -0
  61. package/dist/lexicons/types/chat/bsky/group/disableJoinLink.d.ts +30 -0
  62. package/dist/lexicons/types/chat/bsky/group/disableJoinLink.d.ts.map +1 -0
  63. package/dist/lexicons/types/chat/bsky/group/disableJoinLink.js +21 -0
  64. package/dist/lexicons/types/chat/bsky/group/disableJoinLink.js.map +1 -0
  65. package/dist/lexicons/types/chat/bsky/group/editGroup.d.ts +36 -0
  66. package/dist/lexicons/types/chat/bsky/group/editGroup.d.ts.map +1 -0
  67. package/dist/lexicons/types/chat/bsky/group/editGroup.js +30 -0
  68. package/dist/lexicons/types/chat/bsky/group/editGroup.js.map +1 -0
  69. package/dist/lexicons/types/chat/bsky/group/editJoinLink.d.ts +32 -0
  70. package/dist/lexicons/types/chat/bsky/group/editJoinLink.d.ts.map +1 -0
  71. package/dist/lexicons/types/chat/bsky/group/editJoinLink.js +25 -0
  72. package/dist/lexicons/types/chat/bsky/group/editJoinLink.js.map +1 -0
  73. package/dist/lexicons/types/chat/bsky/group/enableJoinLink.d.ts +30 -0
  74. package/dist/lexicons/types/chat/bsky/group/enableJoinLink.d.ts.map +1 -0
  75. package/dist/lexicons/types/chat/bsky/group/enableJoinLink.js +21 -0
  76. package/dist/lexicons/types/chat/bsky/group/enableJoinLink.js.map +1 -0
  77. package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.d.ts +25 -0
  78. package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.d.ts.map +1 -0
  79. package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.js +17 -0
  80. package/dist/lexicons/types/chat/bsky/group/getGroupPublicInfo.js.map +1 -0
  81. package/dist/lexicons/types/chat/bsky/group/listJoinRequests.d.ts +33 -0
  82. package/dist/lexicons/types/chat/bsky/group/listJoinRequests.d.ts.map +1 -0
  83. package/dist/lexicons/types/chat/bsky/group/listJoinRequests.js +26 -0
  84. package/dist/lexicons/types/chat/bsky/group/listJoinRequests.js.map +1 -0
  85. package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.d.ts +28 -0
  86. package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.d.ts.map +1 -0
  87. package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.js +17 -0
  88. package/dist/lexicons/types/chat/bsky/group/rejectJoinRequest.js.map +1 -0
  89. package/dist/lexicons/types/chat/bsky/group/removeMembers.d.ts +34 -0
  90. package/dist/lexicons/types/chat/bsky/group/removeMembers.d.ts.map +1 -0
  91. package/dist/lexicons/types/chat/bsky/group/removeMembers.js +27 -0
  92. package/dist/lexicons/types/chat/bsky/group/removeMembers.js.map +1 -0
  93. package/dist/lexicons/types/chat/bsky/group/requestJoin.d.ts +34 -0
  94. package/dist/lexicons/types/chat/bsky/group/requestJoin.d.ts.map +1 -0
  95. package/dist/lexicons/types/chat/bsky/group/requestJoin.js +25 -0
  96. package/dist/lexicons/types/chat/bsky/group/requestJoin.js.map +1 -0
  97. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts +1 -1
  98. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.d.ts.map +1 -1
  99. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js +1 -0
  100. package/dist/lexicons/types/chat/bsky/moderation/getMessageContext.js.map +1 -1
  101. package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.d.ts +42 -0
  102. package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.d.ts.map +1 -0
  103. package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.js +31 -0
  104. package/dist/lexicons/types/chat/bsky/moderation/subscribeModEvents.js.map +1 -0
  105. package/lib/lexicons/index.ts +18 -0
  106. package/lib/lexicons/types/chat/bsky/actor/declaration.ts +6 -0
  107. package/lib/lexicons/types/chat/bsky/actor/defs.ts +40 -0
  108. package/lib/lexicons/types/chat/bsky/convo/defs.ts +509 -3
  109. package/lib/lexicons/types/chat/bsky/convo/getLog.ts +17 -0
  110. package/lib/lexicons/types/chat/bsky/convo/getMessages.ts +1 -0
  111. package/lib/lexicons/types/chat/bsky/convo/listConvoRequests.ts +51 -0
  112. package/lib/lexicons/types/chat/bsky/convo/listConvos.ts +7 -0
  113. package/lib/lexicons/types/chat/bsky/convo/lockConvo.ts +39 -0
  114. package/lib/lexicons/types/chat/bsky/convo/unlockConvo.ts +39 -0
  115. package/lib/lexicons/types/chat/bsky/group/addMembers.ts +45 -0
  116. package/lib/lexicons/types/chat/bsky/group/approveJoinRequest.ts +40 -0
  117. package/lib/lexicons/types/chat/bsky/group/createGroup.ts +53 -0
  118. package/lib/lexicons/types/chat/bsky/group/createJoinLink.ts +46 -0
  119. package/lib/lexicons/types/chat/bsky/group/defs.ts +60 -0
  120. package/lib/lexicons/types/chat/bsky/group/disableJoinLink.ts +39 -0
  121. package/lib/lexicons/types/chat/bsky/group/editGroup.ts +48 -0
  122. package/lib/lexicons/types/chat/bsky/group/editJoinLink.ts +43 -0
  123. package/lib/lexicons/types/chat/bsky/group/enableJoinLink.ts +39 -0
  124. package/lib/lexicons/types/chat/bsky/group/getGroupPublicInfo.ts +34 -0
  125. package/lib/lexicons/types/chat/bsky/group/listJoinRequests.ts +45 -0
  126. package/lib/lexicons/types/chat/bsky/group/rejectJoinRequest.ts +34 -0
  127. package/lib/lexicons/types/chat/bsky/group/removeMembers.ts +45 -0
  128. package/lib/lexicons/types/chat/bsky/group/requestJoin.ts +43 -0
  129. package/lib/lexicons/types/chat/bsky/moderation/getMessageContext.ts +1 -0
  130. package/lib/lexicons/types/chat/bsky/moderation/subscribeModEvents.ts +52 -0
  131. package/package.json +5 -5
@@ -2,15 +2,29 @@ import * as v from '@atcute/lexicons/validations';
2
2
  import * as AppBskyEmbedRecord from '../../../app/bsky/embed/record.ts';
3
3
  import * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.ts';
4
4
  import * as ChatBskyActorDefs from '../actor/defs.ts';
5
+ import * as ChatBskyGroupDefs from '../group/defs.ts';
6
+ declare const _convoKindSchema: v.StringSchema<"direct" | "group" | (string & {})>;
7
+ declare const _convoLockStatusSchema: v.StringSchema<"locked" | "locked-permanently" | "unlocked" | (string & {})>;
8
+ declare const _convoStatusSchema: v.StringSchema<"accepted" | "request" | (string & {})>;
5
9
  declare const _convoViewSchema: v.ObjectSchema<{
6
10
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#convoView">, undefined>;
7
11
  id: v.StringSchema<string>;
8
- readonly lastMessage: v.OptionalSchema<v.VariantSchema<readonly [deletedMessageViewSchema, messageViewSchema], boolean>, undefined>;
12
+ /**
13
+ * Union field that has data specific to different kinds of convos.
14
+ */
15
+ readonly kind: v.OptionalSchema<v.VariantSchema<readonly [directConvoSchema, groupConvoSchema], boolean>, undefined>;
16
+ readonly lastMessage: v.OptionalSchema<v.VariantSchema<readonly [deletedMessageViewSchema, messageViewSchema, systemMessageViewSchema], boolean>, undefined>;
9
17
  readonly lastReaction: v.OptionalSchema<v.VariantSchema<readonly [messageAndReactionViewSchema], boolean>, undefined>;
18
+ /**
19
+ * Members of this conversation. For direct convos, it will be an immutable list of the 2 members. For group convos, it will a list of important members (the first few members, the viewer, the member who invited the viewer, the member who sent the last message, the member who sent the last reaction), but will not contain the full list of members. NOTE: TBD an endpoint to list all members.
20
+ */
10
21
  readonly members: v.ArraySchema<ChatBskyActorDefs.profileViewBasicSchema>;
11
22
  muted: v.BooleanSchema;
12
23
  rev: v.StringSchema<string>;
13
- status: v.OptionalSchema<v.StringSchema<"accepted" | "request" | (string & {})>, undefined>;
24
+ /**
25
+ * Convo status for the viewer member (not the convo itself).
26
+ */
27
+ readonly status: v.OptionalSchema<convoStatusSchema, undefined>;
14
28
  unreadCount: v.IntegerSchema;
15
29
  }>;
16
30
  declare const _deletedMessageViewSchema: v.ObjectSchema<{
@@ -20,11 +34,34 @@ declare const _deletedMessageViewSchema: v.ObjectSchema<{
20
34
  readonly sender: messageViewSenderSchema;
21
35
  sentAt: v.FormattedStringSchema<"datetime">;
22
36
  }>;
37
+ declare const _directConvoSchema: v.ObjectSchema<{
38
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#directConvo">, undefined>;
39
+ }>;
40
+ declare const _groupConvoSchema: v.ObjectSchema<{
41
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#groupConvo">, undefined>;
42
+ readonly joinLink: v.OptionalSchema<ChatBskyGroupDefs.joinLinkViewSchema, undefined>;
43
+ /**
44
+ * The lock status of the conversation.
45
+ */
46
+ readonly lockStatus: convoLockStatusSchema;
47
+ /**
48
+ * The display name of the group conversation.
49
+ * @maxLength 1280
50
+ * @maxGraphemes 128
51
+ */
52
+ name: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 1280>, v.StringGraphemesConstraint<0, 128>]>;
53
+ }>;
23
54
  declare const _logAcceptConvoSchema: v.ObjectSchema<{
24
55
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logAcceptConvo">, undefined>;
25
56
  convoId: v.StringSchema<string>;
26
57
  rev: v.StringSchema<string>;
27
58
  }>;
59
+ declare const _logAddMemberSchema: v.ObjectSchema<{
60
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logAddMember">, undefined>;
61
+ convoId: v.StringSchema<string>;
62
+ readonly message: systemMessageDataAddMemberSchema;
63
+ rev: v.StringSchema<string>;
64
+ }>;
28
65
  declare const _logAddReactionSchema: v.ObjectSchema<{
29
66
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logAddReaction">, undefined>;
30
67
  convoId: v.StringSchema<string>;
@@ -32,11 +69,26 @@ declare const _logAddReactionSchema: v.ObjectSchema<{
32
69
  readonly reaction: reactionViewSchema;
33
70
  rev: v.StringSchema<string>;
34
71
  }>;
72
+ declare const _logApproveJoinRequestSchema: v.ObjectSchema<{
73
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logApproveJoinRequest">, undefined>;
74
+ convoId: v.StringSchema<string>;
75
+ /**
76
+ * Prospective member who requested to join.
77
+ */
78
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
79
+ rev: v.StringSchema<string>;
80
+ }>;
35
81
  declare const _logBeginConvoSchema: v.ObjectSchema<{
36
82
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logBeginConvo">, undefined>;
37
83
  convoId: v.StringSchema<string>;
38
84
  rev: v.StringSchema<string>;
39
85
  }>;
86
+ declare const _logCreateJoinLinkSchema: v.ObjectSchema<{
87
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logCreateJoinLink">, undefined>;
88
+ convoId: v.StringSchema<string>;
89
+ readonly message: systemMessageDataCreateJoinLinkSchema;
90
+ rev: v.StringSchema<string>;
91
+ }>;
40
92
  declare const _logCreateMessageSchema: v.ObjectSchema<{
41
93
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logCreateMessage">, undefined>;
42
94
  convoId: v.StringSchema<string>;
@@ -49,20 +101,103 @@ declare const _logDeleteMessageSchema: v.ObjectSchema<{
49
101
  readonly message: v.VariantSchema<readonly [deletedMessageViewSchema, messageViewSchema], boolean>;
50
102
  rev: v.StringSchema<string>;
51
103
  }>;
104
+ declare const _logDisableJoinLinkSchema: v.ObjectSchema<{
105
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logDisableJoinLink">, undefined>;
106
+ convoId: v.StringSchema<string>;
107
+ readonly message: systemMessageDataDisableJoinLinkSchema;
108
+ rev: v.StringSchema<string>;
109
+ }>;
110
+ declare const _logEditGroupSchema: v.ObjectSchema<{
111
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logEditGroup">, undefined>;
112
+ convoId: v.StringSchema<string>;
113
+ readonly message: systemMessageDataEditGroupSchema;
114
+ rev: v.StringSchema<string>;
115
+ }>;
116
+ declare const _logEditJoinLinkSchema: v.ObjectSchema<{
117
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logEditJoinLink">, undefined>;
118
+ convoId: v.StringSchema<string>;
119
+ readonly message: systemMessageDataEditJoinLinkSchema;
120
+ rev: v.StringSchema<string>;
121
+ }>;
122
+ declare const _logEnableJoinLinkSchema: v.ObjectSchema<{
123
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logEnableJoinLink">, undefined>;
124
+ convoId: v.StringSchema<string>;
125
+ readonly message: systemMessageDataEnableJoinLinkSchema;
126
+ rev: v.StringSchema<string>;
127
+ }>;
128
+ declare const _logIncomingJoinRequestSchema: v.ObjectSchema<{
129
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logIncomingJoinRequest">, undefined>;
130
+ convoId: v.StringSchema<string>;
131
+ /**
132
+ * Prospective member who requested to join.
133
+ */
134
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
135
+ rev: v.StringSchema<string>;
136
+ }>;
52
137
  declare const _logLeaveConvoSchema: v.ObjectSchema<{
53
138
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logLeaveConvo">, undefined>;
54
139
  convoId: v.StringSchema<string>;
55
140
  rev: v.StringSchema<string>;
56
141
  }>;
142
+ declare const _logLockConvoSchema: v.ObjectSchema<{
143
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logLockConvo">, undefined>;
144
+ convoId: v.StringSchema<string>;
145
+ readonly message: systemMessageDataLockConvoSchema;
146
+ rev: v.StringSchema<string>;
147
+ }>;
148
+ declare const _logLockConvoPermanentlySchema: v.ObjectSchema<{
149
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logLockConvoPermanently">, undefined>;
150
+ convoId: v.StringSchema<string>;
151
+ readonly message: systemMessageDataLockConvoPermanentlySchema;
152
+ rev: v.StringSchema<string>;
153
+ }>;
154
+ declare const _logMemberJoinSchema: v.ObjectSchema<{
155
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logMemberJoin">, undefined>;
156
+ convoId: v.StringSchema<string>;
157
+ readonly message: systemMessageDataMemberJoinSchema;
158
+ rev: v.StringSchema<string>;
159
+ }>;
160
+ declare const _logMemberLeaveSchema: v.ObjectSchema<{
161
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logMemberLeave">, undefined>;
162
+ convoId: v.StringSchema<string>;
163
+ readonly message: systemMessageDataMemberLeaveSchema;
164
+ rev: v.StringSchema<string>;
165
+ }>;
57
166
  declare const _logMuteConvoSchema: v.ObjectSchema<{
58
167
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logMuteConvo">, undefined>;
59
168
  convoId: v.StringSchema<string>;
60
169
  rev: v.StringSchema<string>;
61
170
  }>;
171
+ declare const _logOutgoingJoinRequestSchema: v.ObjectSchema<{
172
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logOutgoingJoinRequest">, undefined>;
173
+ convoId: v.StringSchema<string>;
174
+ rev: v.StringSchema<string>;
175
+ }>;
176
+ declare const _logReadConvoSchema: v.ObjectSchema<{
177
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logReadConvo">, undefined>;
178
+ convoId: v.StringSchema<string>;
179
+ readonly message: v.VariantSchema<readonly [deletedMessageViewSchema, messageViewSchema, systemMessageViewSchema], boolean>;
180
+ rev: v.StringSchema<string>;
181
+ }>;
62
182
  declare const _logReadMessageSchema: v.ObjectSchema<{
63
183
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logReadMessage">, undefined>;
64
184
  convoId: v.StringSchema<string>;
65
- readonly message: v.VariantSchema<readonly [deletedMessageViewSchema, messageViewSchema], boolean>;
185
+ readonly message: v.VariantSchema<readonly [deletedMessageViewSchema, messageViewSchema, systemMessageViewSchema], boolean>;
186
+ rev: v.StringSchema<string>;
187
+ }>;
188
+ declare const _logRejectJoinRequestSchema: v.ObjectSchema<{
189
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logRejectJoinRequest">, undefined>;
190
+ convoId: v.StringSchema<string>;
191
+ /**
192
+ * Prospective member who requested to join.
193
+ */
194
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
195
+ rev: v.StringSchema<string>;
196
+ }>;
197
+ declare const _logRemoveMemberSchema: v.ObjectSchema<{
198
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logRemoveMember">, undefined>;
199
+ convoId: v.StringSchema<string>;
200
+ readonly message: systemMessageDataRemoveMemberSchema;
66
201
  rev: v.StringSchema<string>;
67
202
  }>;
68
203
  declare const _logRemoveReactionSchema: v.ObjectSchema<{
@@ -72,6 +207,12 @@ declare const _logRemoveReactionSchema: v.ObjectSchema<{
72
207
  readonly reaction: reactionViewSchema;
73
208
  rev: v.StringSchema<string>;
74
209
  }>;
210
+ declare const _logUnlockConvoSchema: v.ObjectSchema<{
211
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logUnlockConvo">, undefined>;
212
+ convoId: v.StringSchema<string>;
213
+ readonly message: systemMessageDataUnlockConvoSchema;
214
+ rev: v.StringSchema<string>;
215
+ }>;
75
216
  declare const _logUnmuteConvoSchema: v.ObjectSchema<{
76
217
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#logUnmuteConvo">, undefined>;
77
218
  convoId: v.StringSchema<string>;
@@ -136,17 +277,132 @@ declare const _reactionViewSenderSchema: v.ObjectSchema<{
136
277
  $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#reactionViewSender">, undefined>;
137
278
  did: v.FormattedStringSchema<"did">;
138
279
  }>;
280
+ declare const _systemMessageDataAddMemberSchema: v.ObjectSchema<{
281
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataAddMember">, undefined>;
282
+ readonly addedBy: ChatBskyActorDefs.profileViewBasicSchema;
283
+ /**
284
+ * Current view of the member who was added.
285
+ */
286
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
287
+ /**
288
+ * Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.
289
+ */
290
+ readonly role: ChatBskyActorDefs.memberRoleSchema;
291
+ }>;
292
+ declare const _systemMessageDataCreateJoinLinkSchema: v.ObjectSchema<{
293
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataCreateJoinLink">, undefined>;
294
+ }>;
295
+ declare const _systemMessageDataDisableJoinLinkSchema: v.ObjectSchema<{
296
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataDisableJoinLink">, undefined>;
297
+ }>;
298
+ declare const _systemMessageDataEditGroupSchema: v.ObjectSchema<{
299
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataEditGroup">, undefined>;
300
+ /**
301
+ * Group name that replaced the old.
302
+ */
303
+ newName: v.OptionalSchema<v.StringSchema<string>, undefined>;
304
+ /**
305
+ * Group name that was replaced.
306
+ */
307
+ oldName: v.OptionalSchema<v.StringSchema<string>, undefined>;
308
+ }>;
309
+ declare const _systemMessageDataEditJoinLinkSchema: v.ObjectSchema<{
310
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataEditJoinLink">, undefined>;
311
+ }>;
312
+ declare const _systemMessageDataEnableJoinLinkSchema: v.ObjectSchema<{
313
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataEnableJoinLink">, undefined>;
314
+ }>;
315
+ declare const _systemMessageDataLockConvoSchema: v.ObjectSchema<{
316
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataLockConvo">, undefined>;
317
+ /**
318
+ * Current view of the member who locked the group.
319
+ */
320
+ readonly lockedBy: ChatBskyActorDefs.profileViewBasicSchema;
321
+ }>;
322
+ declare const _systemMessageDataLockConvoPermanentlySchema: v.ObjectSchema<{
323
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataLockConvoPermanently">, undefined>;
324
+ /**
325
+ * Current view of the member who locked the group.
326
+ */
327
+ readonly lockedBy: ChatBskyActorDefs.profileViewBasicSchema;
328
+ }>;
329
+ declare const _systemMessageDataMemberJoinSchema: v.ObjectSchema<{
330
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataMemberJoin">, undefined>;
331
+ /**
332
+ * If join link was configured to require approval, this will be set to who approved the request. Undefined if approval was not required.
333
+ */
334
+ readonly approvedBy: v.OptionalSchema<ChatBskyActorDefs.profileViewBasicSchema, undefined>;
335
+ /**
336
+ * Current view of the member who joined.
337
+ */
338
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
339
+ /**
340
+ * Role the user was added to the group with. The role from 'member' will reflect the current data, not historical.
341
+ */
342
+ readonly role: ChatBskyActorDefs.memberRoleSchema;
343
+ }>;
344
+ declare const _systemMessageDataMemberLeaveSchema: v.ObjectSchema<{
345
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataMemberLeave">, undefined>;
346
+ /**
347
+ * Current view of the member who left the group.
348
+ */
349
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
350
+ }>;
351
+ declare const _systemMessageDataRemoveMemberSchema: v.ObjectSchema<{
352
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataRemoveMember">, undefined>;
353
+ /**
354
+ * Current view of the member who was removed.
355
+ */
356
+ readonly member: ChatBskyActorDefs.profileViewBasicSchema;
357
+ readonly removedBy: ChatBskyActorDefs.profileViewBasicSchema;
358
+ }>;
359
+ declare const _systemMessageDataUnlockConvoSchema: v.ObjectSchema<{
360
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageDataUnlockConvo">, undefined>;
361
+ /**
362
+ * Current view of the member who unlocked the group.
363
+ */
364
+ readonly unlockedBy: ChatBskyActorDefs.profileViewBasicSchema;
365
+ }>;
366
+ declare const _systemMessageViewSchema: v.ObjectSchema<{
367
+ $type: v.OptionalSchema<v.LiteralSchema<"chat.bsky.convo.defs#systemMessageView">, undefined>;
368
+ readonly data: v.VariantSchema<readonly [systemMessageDataAddMemberSchema, systemMessageDataCreateJoinLinkSchema, systemMessageDataDisableJoinLinkSchema, systemMessageDataEditGroupSchema, systemMessageDataEditJoinLinkSchema, systemMessageDataEnableJoinLinkSchema, systemMessageDataLockConvoSchema, systemMessageDataLockConvoPermanentlySchema, systemMessageDataMemberJoinSchema, systemMessageDataMemberLeaveSchema, systemMessageDataRemoveMemberSchema, systemMessageDataUnlockConvoSchema], boolean>;
369
+ id: v.StringSchema<string>;
370
+ rev: v.StringSchema<string>;
371
+ sentAt: v.FormattedStringSchema<"datetime">;
372
+ }>;
373
+ type convoKind$schematype = typeof _convoKindSchema;
374
+ type convoLockStatus$schematype = typeof _convoLockStatusSchema;
375
+ type convoStatus$schematype = typeof _convoStatusSchema;
139
376
  type convoView$schematype = typeof _convoViewSchema;
140
377
  type deletedMessageView$schematype = typeof _deletedMessageViewSchema;
378
+ type directConvo$schematype = typeof _directConvoSchema;
379
+ type groupConvo$schematype = typeof _groupConvoSchema;
141
380
  type logAcceptConvo$schematype = typeof _logAcceptConvoSchema;
381
+ type logAddMember$schematype = typeof _logAddMemberSchema;
142
382
  type logAddReaction$schematype = typeof _logAddReactionSchema;
383
+ type logApproveJoinRequest$schematype = typeof _logApproveJoinRequestSchema;
143
384
  type logBeginConvo$schematype = typeof _logBeginConvoSchema;
385
+ type logCreateJoinLink$schematype = typeof _logCreateJoinLinkSchema;
144
386
  type logCreateMessage$schematype = typeof _logCreateMessageSchema;
145
387
  type logDeleteMessage$schematype = typeof _logDeleteMessageSchema;
388
+ type logDisableJoinLink$schematype = typeof _logDisableJoinLinkSchema;
389
+ type logEditGroup$schematype = typeof _logEditGroupSchema;
390
+ type logEditJoinLink$schematype = typeof _logEditJoinLinkSchema;
391
+ type logEnableJoinLink$schematype = typeof _logEnableJoinLinkSchema;
392
+ type logIncomingJoinRequest$schematype = typeof _logIncomingJoinRequestSchema;
146
393
  type logLeaveConvo$schematype = typeof _logLeaveConvoSchema;
394
+ type logLockConvo$schematype = typeof _logLockConvoSchema;
395
+ type logLockConvoPermanently$schematype = typeof _logLockConvoPermanentlySchema;
396
+ type logMemberJoin$schematype = typeof _logMemberJoinSchema;
397
+ type logMemberLeave$schematype = typeof _logMemberLeaveSchema;
147
398
  type logMuteConvo$schematype = typeof _logMuteConvoSchema;
399
+ type logOutgoingJoinRequest$schematype = typeof _logOutgoingJoinRequestSchema;
400
+ type logReadConvo$schematype = typeof _logReadConvoSchema;
148
401
  type logReadMessage$schematype = typeof _logReadMessageSchema;
402
+ type logRejectJoinRequest$schematype = typeof _logRejectJoinRequestSchema;
403
+ type logRemoveMember$schematype = typeof _logRemoveMemberSchema;
149
404
  type logRemoveReaction$schematype = typeof _logRemoveReactionSchema;
405
+ type logUnlockConvo$schematype = typeof _logUnlockConvoSchema;
150
406
  type logUnmuteConvo$schematype = typeof _logUnmuteConvoSchema;
151
407
  type messageAndReactionView$schematype = typeof _messageAndReactionViewSchema;
152
408
  type messageInput$schematype = typeof _messageInputSchema;
@@ -155,28 +411,85 @@ type messageView$schematype = typeof _messageViewSchema;
155
411
  type messageViewSender$schematype = typeof _messageViewSenderSchema;
156
412
  type reactionView$schematype = typeof _reactionViewSchema;
157
413
  type reactionViewSender$schematype = typeof _reactionViewSenderSchema;
414
+ type systemMessageDataAddMember$schematype = typeof _systemMessageDataAddMemberSchema;
415
+ type systemMessageDataCreateJoinLink$schematype = typeof _systemMessageDataCreateJoinLinkSchema;
416
+ type systemMessageDataDisableJoinLink$schematype = typeof _systemMessageDataDisableJoinLinkSchema;
417
+ type systemMessageDataEditGroup$schematype = typeof _systemMessageDataEditGroupSchema;
418
+ type systemMessageDataEditJoinLink$schematype = typeof _systemMessageDataEditJoinLinkSchema;
419
+ type systemMessageDataEnableJoinLink$schematype = typeof _systemMessageDataEnableJoinLinkSchema;
420
+ type systemMessageDataLockConvo$schematype = typeof _systemMessageDataLockConvoSchema;
421
+ type systemMessageDataLockConvoPermanently$schematype = typeof _systemMessageDataLockConvoPermanentlySchema;
422
+ type systemMessageDataMemberJoin$schematype = typeof _systemMessageDataMemberJoinSchema;
423
+ type systemMessageDataMemberLeave$schematype = typeof _systemMessageDataMemberLeaveSchema;
424
+ type systemMessageDataRemoveMember$schematype = typeof _systemMessageDataRemoveMemberSchema;
425
+ type systemMessageDataUnlockConvo$schematype = typeof _systemMessageDataUnlockConvoSchema;
426
+ type systemMessageView$schematype = typeof _systemMessageViewSchema;
427
+ export interface convoKindSchema extends convoKind$schematype {
428
+ }
429
+ export interface convoLockStatusSchema extends convoLockStatus$schematype {
430
+ }
431
+ export interface convoStatusSchema extends convoStatus$schematype {
432
+ }
158
433
  export interface convoViewSchema extends convoView$schematype {
159
434
  }
160
435
  export interface deletedMessageViewSchema extends deletedMessageView$schematype {
161
436
  }
437
+ export interface directConvoSchema extends directConvo$schematype {
438
+ }
439
+ export interface groupConvoSchema extends groupConvo$schematype {
440
+ }
162
441
  export interface logAcceptConvoSchema extends logAcceptConvo$schematype {
163
442
  }
443
+ export interface logAddMemberSchema extends logAddMember$schematype {
444
+ }
164
445
  export interface logAddReactionSchema extends logAddReaction$schematype {
165
446
  }
447
+ export interface logApproveJoinRequestSchema extends logApproveJoinRequest$schematype {
448
+ }
166
449
  export interface logBeginConvoSchema extends logBeginConvo$schematype {
167
450
  }
451
+ export interface logCreateJoinLinkSchema extends logCreateJoinLink$schematype {
452
+ }
168
453
  export interface logCreateMessageSchema extends logCreateMessage$schematype {
169
454
  }
170
455
  export interface logDeleteMessageSchema extends logDeleteMessage$schematype {
171
456
  }
457
+ export interface logDisableJoinLinkSchema extends logDisableJoinLink$schematype {
458
+ }
459
+ export interface logEditGroupSchema extends logEditGroup$schematype {
460
+ }
461
+ export interface logEditJoinLinkSchema extends logEditJoinLink$schematype {
462
+ }
463
+ export interface logEnableJoinLinkSchema extends logEnableJoinLink$schematype {
464
+ }
465
+ export interface logIncomingJoinRequestSchema extends logIncomingJoinRequest$schematype {
466
+ }
172
467
  export interface logLeaveConvoSchema extends logLeaveConvo$schematype {
173
468
  }
469
+ export interface logLockConvoSchema extends logLockConvo$schematype {
470
+ }
471
+ export interface logLockConvoPermanentlySchema extends logLockConvoPermanently$schematype {
472
+ }
473
+ export interface logMemberJoinSchema extends logMemberJoin$schematype {
474
+ }
475
+ export interface logMemberLeaveSchema extends logMemberLeave$schematype {
476
+ }
174
477
  export interface logMuteConvoSchema extends logMuteConvo$schematype {
175
478
  }
479
+ export interface logOutgoingJoinRequestSchema extends logOutgoingJoinRequest$schematype {
480
+ }
481
+ export interface logReadConvoSchema extends logReadConvo$schematype {
482
+ }
176
483
  export interface logReadMessageSchema extends logReadMessage$schematype {
177
484
  }
485
+ export interface logRejectJoinRequestSchema extends logRejectJoinRequest$schematype {
486
+ }
487
+ export interface logRemoveMemberSchema extends logRemoveMember$schematype {
488
+ }
178
489
  export interface logRemoveReactionSchema extends logRemoveReaction$schematype {
179
490
  }
491
+ export interface logUnlockConvoSchema extends logUnlockConvo$schematype {
492
+ }
180
493
  export interface logUnmuteConvoSchema extends logUnmuteConvo$schematype {
181
494
  }
182
495
  export interface messageAndReactionViewSchema extends messageAndReactionView$schematype {
@@ -193,17 +506,65 @@ export interface reactionViewSchema extends reactionView$schematype {
193
506
  }
194
507
  export interface reactionViewSenderSchema extends reactionViewSender$schematype {
195
508
  }
509
+ export interface systemMessageDataAddMemberSchema extends systemMessageDataAddMember$schematype {
510
+ }
511
+ export interface systemMessageDataCreateJoinLinkSchema extends systemMessageDataCreateJoinLink$schematype {
512
+ }
513
+ export interface systemMessageDataDisableJoinLinkSchema extends systemMessageDataDisableJoinLink$schematype {
514
+ }
515
+ export interface systemMessageDataEditGroupSchema extends systemMessageDataEditGroup$schematype {
516
+ }
517
+ export interface systemMessageDataEditJoinLinkSchema extends systemMessageDataEditJoinLink$schematype {
518
+ }
519
+ export interface systemMessageDataEnableJoinLinkSchema extends systemMessageDataEnableJoinLink$schematype {
520
+ }
521
+ export interface systemMessageDataLockConvoSchema extends systemMessageDataLockConvo$schematype {
522
+ }
523
+ export interface systemMessageDataLockConvoPermanentlySchema extends systemMessageDataLockConvoPermanently$schematype {
524
+ }
525
+ export interface systemMessageDataMemberJoinSchema extends systemMessageDataMemberJoin$schematype {
526
+ }
527
+ export interface systemMessageDataMemberLeaveSchema extends systemMessageDataMemberLeave$schematype {
528
+ }
529
+ export interface systemMessageDataRemoveMemberSchema extends systemMessageDataRemoveMember$schematype {
530
+ }
531
+ export interface systemMessageDataUnlockConvoSchema extends systemMessageDataUnlockConvo$schematype {
532
+ }
533
+ export interface systemMessageViewSchema extends systemMessageView$schematype {
534
+ }
535
+ export declare const convoKindSchema: convoKindSchema;
536
+ export declare const convoLockStatusSchema: convoLockStatusSchema;
537
+ export declare const convoStatusSchema: convoStatusSchema;
196
538
  export declare const convoViewSchema: convoViewSchema;
197
539
  export declare const deletedMessageViewSchema: deletedMessageViewSchema;
540
+ export declare const directConvoSchema: directConvoSchema;
541
+ export declare const groupConvoSchema: groupConvoSchema;
198
542
  export declare const logAcceptConvoSchema: logAcceptConvoSchema;
543
+ export declare const logAddMemberSchema: logAddMemberSchema;
199
544
  export declare const logAddReactionSchema: logAddReactionSchema;
545
+ export declare const logApproveJoinRequestSchema: logApproveJoinRequestSchema;
200
546
  export declare const logBeginConvoSchema: logBeginConvoSchema;
547
+ export declare const logCreateJoinLinkSchema: logCreateJoinLinkSchema;
201
548
  export declare const logCreateMessageSchema: logCreateMessageSchema;
202
549
  export declare const logDeleteMessageSchema: logDeleteMessageSchema;
550
+ export declare const logDisableJoinLinkSchema: logDisableJoinLinkSchema;
551
+ export declare const logEditGroupSchema: logEditGroupSchema;
552
+ export declare const logEditJoinLinkSchema: logEditJoinLinkSchema;
553
+ export declare const logEnableJoinLinkSchema: logEnableJoinLinkSchema;
554
+ export declare const logIncomingJoinRequestSchema: logIncomingJoinRequestSchema;
203
555
  export declare const logLeaveConvoSchema: logLeaveConvoSchema;
556
+ export declare const logLockConvoSchema: logLockConvoSchema;
557
+ export declare const logLockConvoPermanentlySchema: logLockConvoPermanentlySchema;
558
+ export declare const logMemberJoinSchema: logMemberJoinSchema;
559
+ export declare const logMemberLeaveSchema: logMemberLeaveSchema;
204
560
  export declare const logMuteConvoSchema: logMuteConvoSchema;
561
+ export declare const logOutgoingJoinRequestSchema: logOutgoingJoinRequestSchema;
562
+ export declare const logReadConvoSchema: logReadConvoSchema;
205
563
  export declare const logReadMessageSchema: logReadMessageSchema;
564
+ export declare const logRejectJoinRequestSchema: logRejectJoinRequestSchema;
565
+ export declare const logRemoveMemberSchema: logRemoveMemberSchema;
206
566
  export declare const logRemoveReactionSchema: logRemoveReactionSchema;
567
+ export declare const logUnlockConvoSchema: logUnlockConvoSchema;
207
568
  export declare const logUnmuteConvoSchema: logUnmuteConvoSchema;
208
569
  export declare const messageAndReactionViewSchema: messageAndReactionViewSchema;
209
570
  export declare const messageInputSchema: messageInputSchema;
@@ -212,28 +573,82 @@ export declare const messageViewSchema: messageViewSchema;
212
573
  export declare const messageViewSenderSchema: messageViewSenderSchema;
213
574
  export declare const reactionViewSchema: reactionViewSchema;
214
575
  export declare const reactionViewSenderSchema: reactionViewSenderSchema;
576
+ export declare const systemMessageDataAddMemberSchema: systemMessageDataAddMemberSchema;
577
+ export declare const systemMessageDataCreateJoinLinkSchema: systemMessageDataCreateJoinLinkSchema;
578
+ export declare const systemMessageDataDisableJoinLinkSchema: systemMessageDataDisableJoinLinkSchema;
579
+ export declare const systemMessageDataEditGroupSchema: systemMessageDataEditGroupSchema;
580
+ export declare const systemMessageDataEditJoinLinkSchema: systemMessageDataEditJoinLinkSchema;
581
+ export declare const systemMessageDataEnableJoinLinkSchema: systemMessageDataEnableJoinLinkSchema;
582
+ export declare const systemMessageDataLockConvoSchema: systemMessageDataLockConvoSchema;
583
+ export declare const systemMessageDataLockConvoPermanentlySchema: systemMessageDataLockConvoPermanentlySchema;
584
+ export declare const systemMessageDataMemberJoinSchema: systemMessageDataMemberJoinSchema;
585
+ export declare const systemMessageDataMemberLeaveSchema: systemMessageDataMemberLeaveSchema;
586
+ export declare const systemMessageDataRemoveMemberSchema: systemMessageDataRemoveMemberSchema;
587
+ export declare const systemMessageDataUnlockConvoSchema: systemMessageDataUnlockConvoSchema;
588
+ export declare const systemMessageViewSchema: systemMessageViewSchema;
589
+ export type ConvoKind = v.InferInput<typeof convoKindSchema>;
590
+ export type ConvoLockStatus = v.InferInput<typeof convoLockStatusSchema>;
591
+ export type ConvoStatus = v.InferInput<typeof convoStatusSchema>;
215
592
  export interface ConvoView extends v.InferInput<typeof convoViewSchema> {
216
593
  }
217
594
  export interface DeletedMessageView extends v.InferInput<typeof deletedMessageViewSchema> {
218
595
  }
596
+ export interface DirectConvo extends v.InferInput<typeof directConvoSchema> {
597
+ }
598
+ export interface GroupConvo extends v.InferInput<typeof groupConvoSchema> {
599
+ }
219
600
  export interface LogAcceptConvo extends v.InferInput<typeof logAcceptConvoSchema> {
220
601
  }
602
+ export interface LogAddMember extends v.InferInput<typeof logAddMemberSchema> {
603
+ }
221
604
  export interface LogAddReaction extends v.InferInput<typeof logAddReactionSchema> {
222
605
  }
606
+ export interface LogApproveJoinRequest extends v.InferInput<typeof logApproveJoinRequestSchema> {
607
+ }
223
608
  export interface LogBeginConvo extends v.InferInput<typeof logBeginConvoSchema> {
224
609
  }
610
+ export interface LogCreateJoinLink extends v.InferInput<typeof logCreateJoinLinkSchema> {
611
+ }
225
612
  export interface LogCreateMessage extends v.InferInput<typeof logCreateMessageSchema> {
226
613
  }
227
614
  export interface LogDeleteMessage extends v.InferInput<typeof logDeleteMessageSchema> {
228
615
  }
616
+ export interface LogDisableJoinLink extends v.InferInput<typeof logDisableJoinLinkSchema> {
617
+ }
618
+ export interface LogEditGroup extends v.InferInput<typeof logEditGroupSchema> {
619
+ }
620
+ export interface LogEditJoinLink extends v.InferInput<typeof logEditJoinLinkSchema> {
621
+ }
622
+ export interface LogEnableJoinLink extends v.InferInput<typeof logEnableJoinLinkSchema> {
623
+ }
624
+ export interface LogIncomingJoinRequest extends v.InferInput<typeof logIncomingJoinRequestSchema> {
625
+ }
229
626
  export interface LogLeaveConvo extends v.InferInput<typeof logLeaveConvoSchema> {
230
627
  }
628
+ export interface LogLockConvo extends v.InferInput<typeof logLockConvoSchema> {
629
+ }
630
+ export interface LogLockConvoPermanently extends v.InferInput<typeof logLockConvoPermanentlySchema> {
631
+ }
632
+ export interface LogMemberJoin extends v.InferInput<typeof logMemberJoinSchema> {
633
+ }
634
+ export interface LogMemberLeave extends v.InferInput<typeof logMemberLeaveSchema> {
635
+ }
231
636
  export interface LogMuteConvo extends v.InferInput<typeof logMuteConvoSchema> {
232
637
  }
638
+ export interface LogOutgoingJoinRequest extends v.InferInput<typeof logOutgoingJoinRequestSchema> {
639
+ }
640
+ export interface LogReadConvo extends v.InferInput<typeof logReadConvoSchema> {
641
+ }
233
642
  export interface LogReadMessage extends v.InferInput<typeof logReadMessageSchema> {
234
643
  }
644
+ export interface LogRejectJoinRequest extends v.InferInput<typeof logRejectJoinRequestSchema> {
645
+ }
646
+ export interface LogRemoveMember extends v.InferInput<typeof logRemoveMemberSchema> {
647
+ }
235
648
  export interface LogRemoveReaction extends v.InferInput<typeof logRemoveReactionSchema> {
236
649
  }
650
+ export interface LogUnlockConvo extends v.InferInput<typeof logUnlockConvoSchema> {
651
+ }
237
652
  export interface LogUnmuteConvo extends v.InferInput<typeof logUnmuteConvoSchema> {
238
653
  }
239
654
  export interface MessageAndReactionView extends v.InferInput<typeof messageAndReactionViewSchema> {
@@ -250,5 +665,31 @@ export interface ReactionView extends v.InferInput<typeof reactionViewSchema> {
250
665
  }
251
666
  export interface ReactionViewSender extends v.InferInput<typeof reactionViewSenderSchema> {
252
667
  }
668
+ export interface SystemMessageDataAddMember extends v.InferInput<typeof systemMessageDataAddMemberSchema> {
669
+ }
670
+ export interface SystemMessageDataCreateJoinLink extends v.InferInput<typeof systemMessageDataCreateJoinLinkSchema> {
671
+ }
672
+ export interface SystemMessageDataDisableJoinLink extends v.InferInput<typeof systemMessageDataDisableJoinLinkSchema> {
673
+ }
674
+ export interface SystemMessageDataEditGroup extends v.InferInput<typeof systemMessageDataEditGroupSchema> {
675
+ }
676
+ export interface SystemMessageDataEditJoinLink extends v.InferInput<typeof systemMessageDataEditJoinLinkSchema> {
677
+ }
678
+ export interface SystemMessageDataEnableJoinLink extends v.InferInput<typeof systemMessageDataEnableJoinLinkSchema> {
679
+ }
680
+ export interface SystemMessageDataLockConvo extends v.InferInput<typeof systemMessageDataLockConvoSchema> {
681
+ }
682
+ export interface SystemMessageDataLockConvoPermanently extends v.InferInput<typeof systemMessageDataLockConvoPermanentlySchema> {
683
+ }
684
+ export interface SystemMessageDataMemberJoin extends v.InferInput<typeof systemMessageDataMemberJoinSchema> {
685
+ }
686
+ export interface SystemMessageDataMemberLeave extends v.InferInput<typeof systemMessageDataMemberLeaveSchema> {
687
+ }
688
+ export interface SystemMessageDataRemoveMember extends v.InferInput<typeof systemMessageDataRemoveMemberSchema> {
689
+ }
690
+ export interface SystemMessageDataUnlockConvo extends v.InferInput<typeof systemMessageDataUnlockConvoSchema> {
691
+ }
692
+ export interface SystemMessageView extends v.InferInput<typeof systemMessageViewSchema> {
693
+ }
253
694
  export {};
254
695
  //# sourceMappingURL=defs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/defs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/chat/bsky/convo/defs.ts"],"names":[],"mappings":"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"}