@xmtp/wasm-bindings 1.11.0-nightly.20260729.ddeab1f → 1.11.0
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.js
CHANGED
|
@@ -3713,29 +3713,29 @@ function __wbg_get_imports() {
|
|
|
3713
3713
|
const ret = arg0.now();
|
|
3714
3714
|
return ret;
|
|
3715
3715
|
},
|
|
3716
|
-
|
|
3716
|
+
__wbg_on_auth_required_bee6aeed425d6f1e: function() { return handleError(function (arg0) {
|
|
3717
3717
|
const ret = arg0.on_auth_required();
|
|
3718
3718
|
return ret;
|
|
3719
3719
|
}, arguments); },
|
|
3720
|
-
|
|
3720
|
+
__wbg_on_close_117b1a3c3ba71849: function(arg0) {
|
|
3721
3721
|
arg0.on_close();
|
|
3722
3722
|
},
|
|
3723
|
-
|
|
3723
|
+
__wbg_on_consent_update_377c408ecf94c453: function(arg0, arg1) {
|
|
3724
3724
|
arg0.on_consent_update(arg1);
|
|
3725
3725
|
},
|
|
3726
|
-
|
|
3726
|
+
__wbg_on_conversation_42dbff66b43cd170: function(arg0, arg1) {
|
|
3727
3727
|
arg0.on_conversation(Conversation.__wrap(arg1));
|
|
3728
3728
|
},
|
|
3729
|
-
|
|
3729
|
+
__wbg_on_error_f3130431e950876f: function(arg0, arg1) {
|
|
3730
3730
|
arg0.on_error(arg1);
|
|
3731
3731
|
},
|
|
3732
|
-
|
|
3732
|
+
__wbg_on_message_deleted_64b4581f4cfa4f8f: function(arg0, arg1) {
|
|
3733
3733
|
arg0.on_message_deleted(arg1);
|
|
3734
3734
|
},
|
|
3735
|
-
|
|
3735
|
+
__wbg_on_message_ec023a6cdcb9c413: function(arg0, arg1) {
|
|
3736
3736
|
arg0.on_message(arg1);
|
|
3737
3737
|
},
|
|
3738
|
-
|
|
3738
|
+
__wbg_on_user_preference_update_cae5e685eb78a0ec: function(arg0, arg1, arg2) {
|
|
3739
3739
|
var v0 = getArrayJsValueFromWasm0(arg1, arg2).slice();
|
|
3740
3740
|
wasm.__wbindgen_free(arg1, arg2 * 4, 4);
|
|
3741
3741
|
arg0.on_user_preference_update(v0);
|
|
Binary file
|