@xmtp/node-bindings 1.4.0-dev.7f5d8e0 → 1.4.0-dev.8148c3f
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 +3 -0
- 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
|
@@ -99,6 +99,7 @@ export declare class Conversation {
|
|
|
99
99
|
export declare class ConversationListItem {
|
|
100
100
|
get conversation(): Conversation
|
|
101
101
|
get lastMessage(): Message | null
|
|
102
|
+
get isCommitLogForked(): boolean | null
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
export declare class Conversations {
|
|
@@ -217,7 +218,9 @@ export interface ConversationDebugInfo {
|
|
|
217
218
|
epoch: bigint
|
|
218
219
|
maybeForked: boolean
|
|
219
220
|
forkDetails: string
|
|
221
|
+
isCommitLogForked?: boolean
|
|
220
222
|
localCommitLog: string
|
|
223
|
+
remoteCommitLog: string
|
|
221
224
|
cursor: number
|
|
222
225
|
}
|
|
223
226
|
|
package/dist/version.json
CHANGED