@offenedatenmodellierung/data-modelling-sdk 1.14.3 → 2.0.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/data_modelling_sdk.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__h43d137d2b67da7f7: (a: number, b: number, c: any) => void;
|
|
1571
|
+
readonly wasm_bindgen__closure__destroy__hbe34a34d7e24f386: (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__h381e7f4a5af2e4e7: (a: number, b: number, c: any) => void;
|
|
1573
|
-
readonly wasm_bindgen__closure__destroy__heef4666c14039408: (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_sdk.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__h43d137d2b67da7f7(arg0, arg1, arg2) {
|
|
218
|
+
wasm.wasm_bindgen__convert__closures________invoke__h43d137d2b67da7f7(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,16 +4290,16 @@ function __wbg_get_imports() {
|
|
|
4290
4290
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
4291
4291
|
return ret;
|
|
4292
4292
|
};
|
|
4293
|
+
imports.wbg.__wbindgen_cast_4ba14fd65e5d0655 = function(arg0, arg1) {
|
|
4294
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 389, function: Function { arguments: [Ref(NamedExternref("IDBVersionChangeEvent"))], shim_idx: 390, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4295
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hbe34a34d7e24f386, wasm_bindgen__convert__closures________invoke__h43d137d2b67da7f7);
|
|
4296
|
+
return ret;
|
|
4297
|
+
};
|
|
4293
4298
|
imports.wbg.__wbindgen_cast_750b0dd544a6e43a = function(arg0, arg1) {
|
|
4294
4299
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 627, function: Function { arguments: [Externref], shim_idx: 628, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4295
4300
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__he59d4bc392497fcb, wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36);
|
|
4296
4301
|
return ret;
|
|
4297
4302
|
};
|
|
4298
|
-
imports.wbg.__wbindgen_cast_f35763093fdb4376 = function(arg0, arg1) {
|
|
4299
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 390, function: Function { arguments: [Ref(NamedExternref("IDBVersionChangeEvent"))], shim_idx: 391, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4300
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__heef4666c14039408, wasm_bindgen__convert__closures________invoke__h381e7f4a5af2e4e7);
|
|
4301
|
-
return ret;
|
|
4302
|
-
};
|
|
4303
4303
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
4304
4304
|
const table = wasm.__wbindgen_externrefs;
|
|
4305
4305
|
const offset = table.grow(4);
|
|
Binary file
|