@offenedatenmodellierung/data-modelling-sdk 1.14.2 → 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,8 +1567,8 @@ 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
|
|
1571
|
-
readonly
|
|
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;
|
|
1572
1572
|
readonly wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36: (a: number, b: number, c: any) => void;
|
|
1573
1573
|
readonly wasm_bindgen__closure__destroy__he59d4bc392497fcb: (a: number, b: number) => void;
|
|
1574
1574
|
readonly wasm_bindgen__convert__closures_____invoke__h7a1f4b234d01e50d: (a: number, b: number, c: any, d: any) => void;
|
package/data_modelling_sdk.js
CHANGED
|
@@ -214,8 +214,8 @@ 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
221
|
function wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36(arg0, arg1, arg2) {
|
|
@@ -4285,18 +4285,18 @@ function __wbg_get_imports() {
|
|
|
4285
4285
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2), __wbindgen_enum_IdbTransactionMode[arg3]);
|
|
4286
4286
|
return ret;
|
|
4287
4287
|
}, arguments) };
|
|
4288
|
-
imports.wbg.__wbindgen_cast_1d017700d99254c4 = function(arg0, arg1) {
|
|
4289
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 450, function: Function { arguments: [Ref(NamedExternref("IDBVersionChangeEvent"))], shim_idx: 451, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4290
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__had1e850b6c34613d, wasm_bindgen__convert__closures________invoke__h26bd98b12329b61c);
|
|
4291
|
-
return ret;
|
|
4292
|
-
};
|
|
4293
4288
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
4294
4289
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
4295
4290
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
4296
4291
|
return ret;
|
|
4297
4292
|
};
|
|
4298
|
-
imports.wbg.
|
|
4299
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
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
|
+
};
|
|
4298
|
+
imports.wbg.__wbindgen_cast_750b0dd544a6e43a = function(arg0, arg1) {
|
|
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`.
|
|
4300
4300
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__he59d4bc392497fcb, wasm_bindgen__convert__closures_____invoke__h3aa4f50d9cb64e36);
|
|
4301
4301
|
return ret;
|
|
4302
4302
|
};
|
|
Binary file
|