@offenedatenmodellierung/data-modelling-sdk 2.0.2 → 2.0.3
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/data_modelling_wasm.d.ts
CHANGED
|
@@ -1567,10 +1567,10 @@ export interface InitOutput {
|
|
|
1567
1567
|
readonly validate_pattern_exclusivity: (a: number, b: number) => [number, number, number, number];
|
|
1568
1568
|
readonly validate_table_name: (a: number, b: number) => [number, number, number, number];
|
|
1569
1569
|
readonly validate_uuid: (a: number, b: number) => [number, number, number, number];
|
|
1570
|
+
readonly wasm_bindgen__convert__closures________invoke__hed2faeb3ab5b0e39: (a: number, b: number, c: any) => void;
|
|
1571
|
+
readonly wasm_bindgen__closure__destroy__h6cea484f8d09c363: (a: number, b: number) => void;
|
|
1570
1572
|
readonly wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36: (a: number, b: number, c: any) => void;
|
|
1571
1573
|
readonly wasm_bindgen__closure__destroy__he59d4bc392497fcb: (a: number, b: number) => void;
|
|
1572
|
-
readonly wasm_bindgen__convert__closures________invoke__hbe8fc652c8f51797: (a: number, b: number, c: any) => void;
|
|
1573
|
-
readonly wasm_bindgen__closure__destroy__h9ca6c71d42ea8bad: (a: number, b: number) => void;
|
|
1574
1574
|
readonly wasm_bindgen__convert__closures_____invoke__h7a1f4b234d01e50d: (a: number, b: number, c: any, d: any) => void;
|
|
1575
1575
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
1576
1576
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/data_modelling_wasm.js
CHANGED
|
@@ -214,12 +214,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
214
214
|
|
|
215
215
|
let WASM_VECTOR_LEN = 0;
|
|
216
216
|
|
|
217
|
-
function
|
|
218
|
-
wasm.
|
|
217
|
+
function wasm_bindgen__convert__closures________invoke__hed2faeb3ab5b0e39(arg0, arg1, arg2) {
|
|
218
|
+
wasm.wasm_bindgen__convert__closures________invoke__hed2faeb3ab5b0e39(arg0, arg1, arg2);
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
function
|
|
222
|
-
wasm.
|
|
221
|
+
function wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36(arg0, arg1, arg2) {
|
|
222
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36(arg0, arg1, arg2);
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
function wasm_bindgen__convert__closures_____invoke__h7a1f4b234d01e50d(arg0, arg1, arg2, arg3) {
|
|
@@ -4290,14 +4290,14 @@ function __wbg_get_imports() {
|
|
|
4290
4290
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
4291
4291
|
return ret;
|
|
4292
4292
|
};
|
|
4293
|
-
imports.wbg.
|
|
4294
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4293
|
+
imports.wbg.__wbindgen_cast_27982910971fbe3f = function(arg0, arg1) {
|
|
4294
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 798, function: Function { arguments: [Externref], shim_idx: 799, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4295
4295
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__he59d4bc392497fcb, wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36);
|
|
4296
4296
|
return ret;
|
|
4297
4297
|
};
|
|
4298
|
-
imports.wbg.
|
|
4299
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4300
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
4298
|
+
imports.wbg.__wbindgen_cast_e5248776a143f57b = function(arg0, arg1) {
|
|
4299
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 693, function: Function { arguments: [Ref(NamedExternref("IDBVersionChangeEvent"))], shim_idx: 694, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4300
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6cea484f8d09c363, wasm_bindgen__convert__closures________invoke__hed2faeb3ab5b0e39);
|
|
4301
4301
|
return ret;
|
|
4302
4302
|
};
|
|
4303
4303
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
Binary file
|