@offenedatenmodellierung/data-modelling-sdk 2.0.1 → 2.0.2
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__h3a38c88429272a08: (a: number, b: number, c: any) => void;
|
|
1571
|
-
readonly wasm_bindgen__closure__destroy__hfbdcbbea127fe218: (a: number, b: number) => void;
|
|
1572
1570
|
readonly wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36: (a: number, b: number, c: any) => void;
|
|
1573
1571
|
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,14 +214,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
214
214
|
|
|
215
215
|
let WASM_VECTOR_LEN = 0;
|
|
216
216
|
|
|
217
|
-
function wasm_bindgen__convert__closures________invoke__h3a38c88429272a08(arg0, arg1, arg2) {
|
|
218
|
-
wasm.wasm_bindgen__convert__closures________invoke__h3a38c88429272a08(arg0, arg1, arg2);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
217
|
function wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36(arg0, arg1, arg2) {
|
|
222
218
|
wasm.wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36(arg0, arg1, arg2);
|
|
223
219
|
}
|
|
224
220
|
|
|
221
|
+
function wasm_bindgen__convert__closures________invoke__hbe8fc652c8f51797(arg0, arg1, arg2) {
|
|
222
|
+
wasm.wasm_bindgen__convert__closures________invoke__hbe8fc652c8f51797(arg0, arg1, arg2);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
225
|
function wasm_bindgen__convert__closures_____invoke__h7a1f4b234d01e50d(arg0, arg1, arg2, arg3) {
|
|
226
226
|
wasm.wasm_bindgen__convert__closures_____invoke__h7a1f4b234d01e50d(arg0, arg1, arg2, arg3);
|
|
227
227
|
}
|
|
@@ -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_6c6895a8a6f94c5c = function(arg0, arg1) {
|
|
4294
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 828, function: Function { arguments: [Externref], shim_idx: 829, 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_f5d9650027df5ef6 = function(arg0, arg1) {
|
|
4299
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 804, function: Function { arguments: [Ref(NamedExternref("IDBVersionChangeEvent"))], shim_idx: 805, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4300
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9ca6c71d42ea8bad, wasm_bindgen__convert__closures________invoke__hbe8fc652c8f51797);
|
|
4301
4301
|
return ret;
|
|
4302
4302
|
};
|
|
4303
4303
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
Binary file
|