@bitcredit/bcr-ebill-wasm 0.3.11 → 0.3.12
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/index.d.ts +8 -7
- package/index.js +17 -17
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -647,6 +647,7 @@ export interface Config {
|
|
|
647
647
|
bitcoin_network: string;
|
|
648
648
|
esplora_base_url: string;
|
|
649
649
|
nostr_relays: string[];
|
|
650
|
+
nostr_only_known_contacts: boolean | undefined;
|
|
650
651
|
job_runner_initial_delay_seconds: number;
|
|
651
652
|
job_runner_check_interval_seconds: number;
|
|
652
653
|
}
|
|
@@ -874,12 +875,12 @@ export interface InitOutput {
|
|
|
874
875
|
readonly api_company: () => number;
|
|
875
876
|
readonly api_quote: () => number;
|
|
876
877
|
readonly __wbg_quote_free: (a: number, b: number) => void;
|
|
877
|
-
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
878
|
-
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
879
878
|
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
880
|
-
readonly
|
|
881
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
879
|
+
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
882
880
|
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
881
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
882
|
+
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
883
|
+
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
883
884
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
884
885
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
885
886
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
@@ -889,9 +890,9 @@ export interface InitOutput {
|
|
|
889
890
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
890
891
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
891
892
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8272bbffa8fe9e5a: (a: number, b: number) => void;
|
|
892
|
-
readonly
|
|
893
|
-
readonly
|
|
894
|
-
readonly
|
|
893
|
+
readonly closure356_externref_shim: (a: number, b: number, c: any) => void;
|
|
894
|
+
readonly closure837_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
895
|
+
readonly closure609_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
895
896
|
readonly __wbindgen_start: () => void;
|
|
896
897
|
}
|
|
897
898
|
|
package/index.js
CHANGED
|
@@ -232,18 +232,18 @@ function __wbg_adapter_54(arg0, arg1) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
function __wbg_adapter_57(arg0, arg1, arg2) {
|
|
235
|
-
wasm.
|
|
235
|
+
wasm.closure356_externref_shim(arg0, arg1, arg2);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
function __wbg_adapter_64(arg0, arg1, arg2) {
|
|
239
|
-
const ret = wasm.
|
|
239
|
+
const ret = wasm.closure837_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
240
240
|
if (ret[1]) {
|
|
241
241
|
throw takeFromExternrefTable0(ret[0]);
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
function __wbg_adapter_248(arg0, arg1, arg2, arg3) {
|
|
246
|
-
wasm.
|
|
246
|
+
wasm.closure609_externref_shim(arg0, arg1, arg2, arg3);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/**
|
|
@@ -1930,32 +1930,32 @@ function __wbg_get_imports() {
|
|
|
1930
1930
|
const ret = false;
|
|
1931
1931
|
return ret;
|
|
1932
1932
|
};
|
|
1933
|
-
imports.wbg.
|
|
1934
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1933
|
+
imports.wbg.__wbindgen_closure_wrapper18261 = function(arg0, arg1, arg2) {
|
|
1934
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_57);
|
|
1935
1935
|
return ret;
|
|
1936
1936
|
};
|
|
1937
|
-
imports.wbg.
|
|
1938
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1937
|
+
imports.wbg.__wbindgen_closure_wrapper18302 = function(arg0, arg1, arg2) {
|
|
1938
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_54);
|
|
1939
1939
|
return ret;
|
|
1940
1940
|
};
|
|
1941
|
-
imports.wbg.
|
|
1942
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1941
|
+
imports.wbg.__wbindgen_closure_wrapper2090 = function(arg0, arg1, arg2) {
|
|
1942
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_54);
|
|
1943
1943
|
return ret;
|
|
1944
1944
|
};
|
|
1945
|
-
imports.wbg.
|
|
1946
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1945
|
+
imports.wbg.__wbindgen_closure_wrapper2781 = function(arg0, arg1, arg2) {
|
|
1946
|
+
const ret = makeMutClosure(arg0, arg1, 357, __wbg_adapter_57);
|
|
1947
1947
|
return ret;
|
|
1948
1948
|
};
|
|
1949
|
-
imports.wbg.
|
|
1950
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1949
|
+
imports.wbg.__wbindgen_closure_wrapper2892 = function(arg0, arg1, arg2) {
|
|
1950
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_54);
|
|
1951
1951
|
return ret;
|
|
1952
1952
|
};
|
|
1953
|
-
imports.wbg.
|
|
1954
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1953
|
+
imports.wbg.__wbindgen_closure_wrapper8548 = function(arg0, arg1, arg2) {
|
|
1954
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_57);
|
|
1955
1955
|
return ret;
|
|
1956
1956
|
};
|
|
1957
|
-
imports.wbg.
|
|
1958
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1957
|
+
imports.wbg.__wbindgen_closure_wrapper9564 = function(arg0, arg1, arg2) {
|
|
1958
|
+
const ret = makeMutClosure(arg0, arg1, 357, __wbg_adapter_64);
|
|
1959
1959
|
return ret;
|
|
1960
1960
|
};
|
|
1961
1961
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/index_bg.wasm
CHANGED
|
Binary file
|