@xmtp/node-bindings 1.6.0-dev.e545a64 → 1.6.1-rc2
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.
- package/dist/bindings_node.darwin-arm64.node +0 -0
- package/dist/bindings_node.darwin-x64.node +0 -0
- package/dist/bindings_node.linux-arm64-gnu.node +0 -0
- package/dist/bindings_node.linux-arm64-musl.node +0 -0
- package/dist/bindings_node.linux-x64-gnu.node +0 -0
- package/dist/bindings_node.linux-x64-musl.node +0 -0
- package/dist/bindings_node.win32-x64-msvc.node +0 -0
- package/dist/index.d.ts +11 -9
- package/dist/version.json +3 -3
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -239,14 +239,15 @@ export declare const enum ConsentState {
|
|
|
239
239
|
export declare const enum ContentType {
|
|
240
240
|
Unknown = 0,
|
|
241
241
|
Text = 1,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
242
|
+
LeaveRequest = 2,
|
|
243
|
+
GroupMembershipChange = 3,
|
|
244
|
+
GroupUpdated = 4,
|
|
245
|
+
Reaction = 5,
|
|
246
|
+
ReadReceipt = 6,
|
|
247
|
+
Reply = 7,
|
|
248
|
+
Attachment = 8,
|
|
249
|
+
RemoteAttachment = 9,
|
|
250
|
+
TransactionReference = 10
|
|
250
251
|
}
|
|
251
252
|
|
|
252
253
|
export interface ContentTypeId {
|
|
@@ -340,7 +341,8 @@ export declare const enum GroupMembershipState {
|
|
|
340
341
|
Allowed = 0,
|
|
341
342
|
Rejected = 1,
|
|
342
343
|
Pending = 2,
|
|
343
|
-
Restored = 3
|
|
344
|
+
Restored = 3,
|
|
345
|
+
PendingRemove = 4
|
|
344
346
|
}
|
|
345
347
|
|
|
346
348
|
export declare const enum GroupMessageKind {
|
package/dist/version.json
CHANGED