@xmtp/wasm-bindings 0.0.14 → 0.0.15
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_wasm.d.ts +159 -114
- package/dist/bindings_wasm.js +685 -239
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +125 -101
- package/package.json +2 -2
|
Binary file
|
|
@@ -1,18 +1,33 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
5
|
+
export const streamcloser_end: (a: number) => void;
|
|
6
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
7
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
8
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
4
9
|
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
5
10
|
export const __wbg_get_listconversationsoptions_allowedStates: (a: number) => [number, number];
|
|
6
11
|
export const __wbg_set_listconversationsoptions_allowedStates: (a: number, b: number, c: number) => void;
|
|
12
|
+
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
13
|
+
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
7
14
|
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
8
15
|
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
9
16
|
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
10
17
|
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
11
18
|
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
12
19
|
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
20
|
+
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
21
|
+
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
22
|
+
export const __wbg_get_listconversationsoptions_includeSyncGroups: (a: number) => number;
|
|
23
|
+
export const __wbg_set_listconversationsoptions_includeSyncGroups: (a: number, b: number) => void;
|
|
13
24
|
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
14
25
|
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
15
|
-
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e:
|
|
26
|
+
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: bigint, h: number, i: bigint, j: number, k: number, l: number, m: bigint) => number;
|
|
27
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
28
|
+
export const __wbg_get_messagedisappearingsettings_in_ns: (a: number) => bigint;
|
|
29
|
+
export const __wbg_set_messagedisappearingsettings_in_ns: (a: number, b: bigint) => void;
|
|
30
|
+
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
16
31
|
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
17
32
|
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
18
33
|
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
@@ -24,22 +39,32 @@ export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [numb
|
|
|
24
39
|
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
25
40
|
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
26
41
|
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
27
|
-
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
28
|
-
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
29
42
|
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
43
|
+
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
44
|
+
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
45
|
+
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
46
|
+
export const createdmoptions_new: (a: number) => number;
|
|
30
47
|
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
31
48
|
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
32
49
|
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
33
50
|
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
34
51
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
52
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
53
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
54
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
55
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
56
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
57
|
+
export const conversationlistitem_new: (a: number, b: number) => number;
|
|
35
58
|
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
36
59
|
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
37
|
-
export const
|
|
60
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
61
|
+
export const conversations_createDm: (a: number, b: number, c: number, d: number) => any;
|
|
62
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
38
63
|
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
39
64
|
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
40
65
|
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
41
66
|
export const conversations_sync: (a: number) => any;
|
|
42
|
-
export const conversations_syncAllConversations: (a: number) => any;
|
|
67
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
43
68
|
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
44
69
|
export const conversations_listGroups: (a: number, b: number) => [number, number, number];
|
|
45
70
|
export const conversations_listDms: (a: number, b: number) => [number, number, number];
|
|
@@ -48,8 +73,93 @@ export const conversations_stream: (a: number, b: any, c: number) => [number, nu
|
|
|
48
73
|
export const conversations_streamGroups: (a: number, b: any) => [number, number, number];
|
|
49
74
|
export const conversations_streamDms: (a: number, b: any) => [number, number, number];
|
|
50
75
|
export const conversations_streamAllMessages: (a: number, b: any, c: number) => [number, number, number];
|
|
76
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
77
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
78
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
79
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
80
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
81
|
+
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number) => number;
|
|
82
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
83
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
84
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
85
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
86
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
87
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
88
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
89
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
90
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
91
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
92
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
93
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
94
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
95
|
+
export const message_new: (a: number, b: number, c: bigint, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => number;
|
|
96
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
97
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
98
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
99
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
100
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
101
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
102
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
103
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
104
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
105
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
106
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
107
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
108
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
109
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
110
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
111
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
112
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
113
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
114
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
115
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
116
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
117
|
+
export const __wbg_get_messagedisappearingsettings_from_ns: (a: number) => bigint;
|
|
118
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
119
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
120
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
121
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
122
|
+
export const __wbg_set_messagedisappearingsettings_from_ns: (a: number, b: bigint) => void;
|
|
123
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
124
|
+
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
125
|
+
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
126
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
127
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
128
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
51
129
|
export const getInboxIdForAddress: (a: number, b: number, c: number, d: number) => any;
|
|
52
130
|
export const generateInboxId: (a: number, b: number) => [number, number, number, number];
|
|
131
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
132
|
+
export const client_createInboxSignatureText: (a: number) => [number, number, number, number];
|
|
133
|
+
export const client_addWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
134
|
+
export const client_revokeWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
135
|
+
export const client_revokeAllOtherInstallationsSignatureText: (a: number) => any;
|
|
136
|
+
export const client_revokeInstallationsSignatureText: (a: number, b: number, c: number) => any;
|
|
137
|
+
export const client_addSignature: (a: number, b: number, c: any) => any;
|
|
138
|
+
export const client_addScwSignature: (a: number, b: number, c: any, d: bigint, e: number, f: bigint) => any;
|
|
139
|
+
export const client_applySignatureRequests: (a: number) => any;
|
|
140
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
141
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
142
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
143
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
144
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
145
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
146
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
147
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
148
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
149
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
150
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
151
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => any;
|
|
152
|
+
export const client_accountAddress: (a: number) => [number, number];
|
|
153
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
154
|
+
export const client_isRegistered: (a: number) => number;
|
|
155
|
+
export const client_installationId: (a: number) => [number, number];
|
|
156
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
157
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
158
|
+
export const client_registerIdentity: (a: number) => any;
|
|
159
|
+
export const client_sendHistorySyncRequest: (a: number) => any;
|
|
160
|
+
export const client_sendConsentSyncRequest: (a: number) => any;
|
|
161
|
+
export const client_findInboxIdByAddress: (a: number, b: number, c: number) => any;
|
|
162
|
+
export const client_conversations: (a: number) => number;
|
|
53
163
|
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
54
164
|
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
55
165
|
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
@@ -63,7 +173,6 @@ export const client_getConsentState: (a: number, b: number, c: number, d: number
|
|
|
63
173
|
export const conversation_consentState: (a: number) => [number, number, number];
|
|
64
174
|
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
65
175
|
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
66
|
-
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
67
176
|
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
68
177
|
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
69
178
|
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
@@ -110,69 +219,7 @@ export const conversation_addedByInboxId: (a: number) => [number, number, number
|
|
|
110
219
|
export const conversation_groupMetadata: (a: number) => any;
|
|
111
220
|
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
112
221
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
113
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
114
|
-
export const client_createInboxSignatureText: (a: number) => [number, number, number, number];
|
|
115
|
-
export const client_addWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
116
|
-
export const client_revokeWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
117
|
-
export const client_revokeAllOtherInstallationsSignatureText: (a: number) => any;
|
|
118
|
-
export const client_revokeInstallationsSignatureText: (a: number, b: number, c: number) => any;
|
|
119
|
-
export const client_addSignature: (a: number, b: number, c: any) => any;
|
|
120
|
-
export const client_addScwSignature: (a: number, b: number, c: any, d: bigint, e: number, f: bigint) => any;
|
|
121
|
-
export const client_applySignatureRequests: (a: number) => any;
|
|
122
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
123
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
124
|
-
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
125
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
126
|
-
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
127
|
-
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
128
|
-
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
129
|
-
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
130
|
-
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
131
|
-
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
132
|
-
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
133
|
-
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
134
|
-
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
135
|
-
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
136
|
-
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
137
|
-
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
138
|
-
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
139
|
-
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
140
|
-
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
141
|
-
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
142
|
-
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
143
|
-
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
144
|
-
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
145
|
-
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
146
|
-
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
147
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
148
|
-
export const streamcloser_end: (a: number) => void;
|
|
149
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
150
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
151
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
152
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
153
|
-
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
154
|
-
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
155
|
-
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
156
|
-
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
157
|
-
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
158
|
-
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
159
|
-
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
160
|
-
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
161
|
-
export const createClient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => any;
|
|
162
|
-
export const client_accountAddress: (a: number) => [number, number];
|
|
163
|
-
export const client_inboxId: (a: number) => [number, number];
|
|
164
|
-
export const client_isRegistered: (a: number) => number;
|
|
165
|
-
export const client_installationId: (a: number) => [number, number];
|
|
166
|
-
export const client_installationIdBytes: (a: number) => any;
|
|
167
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
168
|
-
export const client_registerIdentity: (a: number) => any;
|
|
169
|
-
export const client_sendHistorySyncRequest: (a: number) => any;
|
|
170
|
-
export const client_sendConsentSyncRequest: (a: number) => any;
|
|
171
|
-
export const client_findInboxIdByAddress: (a: number, b: number, c: number) => any;
|
|
172
|
-
export const client_conversations: (a: number) => number;
|
|
173
222
|
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
174
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
175
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
176
223
|
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
177
224
|
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
178
225
|
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
@@ -208,38 +255,14 @@ export const __wbg_set_inboxstate_accountAddresses: (a: number, b: number, c: nu
|
|
|
208
255
|
export const inboxstate_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
209
256
|
export const client_inboxState: (a: number, b: number) => any;
|
|
210
257
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
211
|
-
export const
|
|
212
|
-
export const
|
|
213
|
-
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
214
|
-
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
215
|
-
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
216
|
-
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
217
|
-
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
218
|
-
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
219
|
-
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
220
|
-
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number) => number;
|
|
221
|
-
export const __wbg_message_free: (a: number, b: number) => void;
|
|
222
|
-
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
223
|
-
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
224
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
225
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
226
|
-
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
227
|
-
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
228
|
-
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
229
|
-
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
230
|
-
export const __wbg_get_message_content: (a: number) => number;
|
|
231
|
-
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
232
|
-
export const __wbg_get_message_kind: (a: number) => number;
|
|
233
|
-
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
234
|
-
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
235
|
-
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
236
|
-
export const message_new: (a: number, b: number, c: bigint, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => number;
|
|
237
|
-
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
238
|
-
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
239
|
-
export const __wbg_get_inboxstate_recoveryAddress: (a: number) => [number, number];
|
|
240
|
-
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
258
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
259
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
241
260
|
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
242
261
|
export const __wbg_set_inboxstate_recoveryAddress: (a: number, b: number, c: number) => void;
|
|
262
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
263
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
264
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
265
|
+
export const __wbg_get_inboxstate_recoveryAddress: (a: number) => [number, number];
|
|
243
266
|
export const __wbg_version_free: (a: number, b: number) => void;
|
|
244
267
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
245
268
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
@@ -256,13 +279,14 @@ export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
|
256
279
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
257
280
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
258
281
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
259
|
-
export const __wbindgen_export_2: WebAssembly.Table;
|
|
260
282
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
261
283
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
262
284
|
export const __externref_table_alloc: () => number;
|
|
285
|
+
export const __wbindgen_export_5: WebAssembly.Table;
|
|
263
286
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
264
287
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
265
288
|
export const __externref_table_dealloc: (a: number) => void;
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
289
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb21f8cddfb9e179d: (a: number, b: number) => void;
|
|
290
|
+
export const closure2971_externref_shim: (a: number, b: number, c: any) => void;
|
|
291
|
+
export const closure3993_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
268
292
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/wasm-bindings",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "WASM bindings for the libXMTP rust library",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"clean:release": "rm -f ./dist/package.json",
|
|
31
31
|
"clean": "rm -rf ./dist",
|
|
32
32
|
"lint": "yarn lint:clippy && yarn lint:fmt",
|
|
33
|
-
"lint:clippy": "cargo clippy --all-features --target wasm32-unknown-unknown --no-deps -- -
|
|
33
|
+
"lint:clippy": "cargo clippy --locked --all-features --target wasm32-unknown-unknown --no-deps -- -D warnings",
|
|
34
34
|
"lint:fmt": "cargo fmt --check",
|
|
35
35
|
"prepublishOnly": "yarn build",
|
|
36
36
|
"test": "wasm-pack test --chrome --headless"
|