@xmtp/node-bindings 1.5.0-dev.c1dd81d → 1.5.0-rc1
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 +2 -2
- 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
|
@@ -94,7 +94,6 @@ export declare class Conversation {
|
|
|
94
94
|
getHmacKeys(): Record<string, Array<HmacKey>>
|
|
95
95
|
debugInfo(): Promise<ConversationDebugInfo>
|
|
96
96
|
findDuplicateDms(): Promise<Array<Conversation>>
|
|
97
|
-
forkOnNextCommitGroupNameUpdate(): void
|
|
98
97
|
}
|
|
99
98
|
|
|
100
99
|
export declare class ConversationListItem {
|
|
@@ -228,7 +227,8 @@ export interface ConversationDebugInfo {
|
|
|
228
227
|
export declare const enum ConversationType {
|
|
229
228
|
Dm = 0,
|
|
230
229
|
Group = 1,
|
|
231
|
-
Sync = 2
|
|
230
|
+
Sync = 2,
|
|
231
|
+
Oneshot = 3
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
/**
|
package/dist/version.json
CHANGED