efiber-prisma-schema 2.0.8 → 2.0.10

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.
Files changed (59) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +2 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/prisma/generated/client.d.ts +1 -0
  6. package/dist/prisma/generated/client.js +5 -0
  7. package/dist/prisma/generated/default.d.ts +1 -0
  8. package/dist/prisma/generated/default.js +5 -0
  9. package/dist/prisma/generated/edge.js +2463 -0
  10. package/dist/prisma/generated/wasm.d.ts +1 -0
  11. package/dist/prisma/index-browser.js +2450 -0
  12. package/dist/prisma/index.d.ts +347177 -0
  13. package/dist/prisma/index.js +2484 -0
  14. package/dist/prisma/libquery_engine-darwin-arm64.dylib.node +0 -0
  15. package/dist/prisma/package.json +183 -0
  16. package/dist/prisma/query_engine_bg.js +2 -0
  17. package/dist/prisma/query_engine_bg.wasm +0 -0
  18. package/dist/prisma/runtime/edge-esm.js +35 -0
  19. package/dist/prisma/runtime/edge.js +35 -0
  20. package/dist/prisma/runtime/index-browser.d.ts +370 -0
  21. package/dist/prisma/runtime/index-browser.js +17 -0
  22. package/dist/prisma/runtime/library.d.ts +3982 -0
  23. package/dist/prisma/runtime/library.js +147 -0
  24. package/dist/prisma/runtime/react-native.js +84 -0
  25. package/dist/prisma/runtime/wasm-compiler-edge.js +85 -0
  26. package/dist/prisma/runtime/wasm-engine-edge.js +38 -0
  27. package/dist/prisma/schema.prisma +3346 -0
  28. package/dist/prisma/wasm-edge-light-loader.mjs +5 -0
  29. package/dist/prisma/wasm-worker-loader.mjs +5 -0
  30. package/dist/prisma/wasm.d.ts +1 -0
  31. package/dist/prisma/wasm.js +2470 -0
  32. package/package.json +10 -8
  33. /package/{prisma/generated → dist/prisma}/client.d.ts +0 -0
  34. /package/{prisma/generated → dist/prisma}/client.js +0 -0
  35. /package/{prisma/generated → dist/prisma}/default.d.ts +0 -0
  36. /package/{prisma/generated → dist/prisma}/default.js +0 -0
  37. /package/{prisma/generated → dist/prisma}/edge.d.ts +0 -0
  38. /package/{prisma/generated → dist/prisma}/edge.js +0 -0
  39. /package/{prisma/generated/wasm.d.ts → dist/prisma/generated/edge.d.ts} +0 -0
  40. /package/{prisma → dist/prisma}/generated/index-browser.js +0 -0
  41. /package/{prisma → dist/prisma}/generated/index.d.ts +0 -0
  42. /package/{prisma → dist/prisma}/generated/index.js +0 -0
  43. /package/{prisma → dist/prisma}/generated/libquery_engine-darwin-arm64.dylib.node +0 -0
  44. /package/{prisma → dist/prisma}/generated/package.json +0 -0
  45. /package/{prisma → dist/prisma}/generated/query_engine_bg.js +0 -0
  46. /package/{prisma → dist/prisma}/generated/query_engine_bg.wasm +0 -0
  47. /package/{prisma → dist/prisma}/generated/runtime/edge-esm.js +0 -0
  48. /package/{prisma → dist/prisma}/generated/runtime/edge.js +0 -0
  49. /package/{prisma → dist/prisma}/generated/runtime/index-browser.d.ts +0 -0
  50. /package/{prisma → dist/prisma}/generated/runtime/index-browser.js +0 -0
  51. /package/{prisma → dist/prisma}/generated/runtime/library.d.ts +0 -0
  52. /package/{prisma → dist/prisma}/generated/runtime/library.js +0 -0
  53. /package/{prisma → dist/prisma}/generated/runtime/react-native.js +0 -0
  54. /package/{prisma → dist/prisma}/generated/runtime/wasm-compiler-edge.js +0 -0
  55. /package/{prisma → dist/prisma}/generated/runtime/wasm-engine-edge.js +0 -0
  56. /package/{prisma → dist/prisma}/generated/schema.prisma +0 -0
  57. /package/{prisma → dist/prisma}/generated/wasm-edge-light-loader.mjs +0 -0
  58. /package/{prisma → dist/prisma}/generated/wasm-worker-loader.mjs +0 -0
  59. /package/{prisma → dist/prisma}/generated/wasm.js +0 -0
@@ -0,0 +1,183 @@
1
+ {
2
+ "name": "prisma-client-f2941470784776a5bda6c1fbbebeb4f23312528129b0890c5577aa918d42c215",
3
+ "main": "index.js",
4
+ "types": "index.d.ts",
5
+ "browser": "default.js",
6
+ "exports": {
7
+ "./client": {
8
+ "require": {
9
+ "node": "./index.js",
10
+ "edge-light": "./wasm.js",
11
+ "workerd": "./wasm.js",
12
+ "worker": "./wasm.js",
13
+ "browser": "./index-browser.js",
14
+ "default": "./index.js"
15
+ },
16
+ "import": {
17
+ "node": "./index.js",
18
+ "edge-light": "./wasm.js",
19
+ "workerd": "./wasm.js",
20
+ "worker": "./wasm.js",
21
+ "browser": "./index-browser.js",
22
+ "default": "./index.js"
23
+ },
24
+ "default": "./index.js"
25
+ },
26
+ "./package.json": "./package.json",
27
+ ".": {
28
+ "require": {
29
+ "node": "./index.js",
30
+ "edge-light": "./wasm.js",
31
+ "workerd": "./wasm.js",
32
+ "worker": "./wasm.js",
33
+ "browser": "./index-browser.js",
34
+ "default": "./index.js"
35
+ },
36
+ "import": {
37
+ "node": "./index.js",
38
+ "edge-light": "./wasm.js",
39
+ "workerd": "./wasm.js",
40
+ "worker": "./wasm.js",
41
+ "browser": "./index-browser.js",
42
+ "default": "./index.js"
43
+ },
44
+ "default": "./index.js"
45
+ },
46
+ "./edge": {
47
+ "types": "./edge.d.ts",
48
+ "require": "./edge.js",
49
+ "import": "./edge.js",
50
+ "default": "./edge.js"
51
+ },
52
+ "./react-native": {
53
+ "types": "./react-native.d.ts",
54
+ "require": "./react-native.js",
55
+ "import": "./react-native.js",
56
+ "default": "./react-native.js"
57
+ },
58
+ "./extension": {
59
+ "types": "./extension.d.ts",
60
+ "require": "./extension.js",
61
+ "import": "./extension.js",
62
+ "default": "./extension.js"
63
+ },
64
+ "./index-browser": {
65
+ "types": "./index.d.ts",
66
+ "require": "./index-browser.js",
67
+ "import": "./index-browser.js",
68
+ "default": "./index-browser.js"
69
+ },
70
+ "./index": {
71
+ "types": "./index.d.ts",
72
+ "require": "./index.js",
73
+ "import": "./index.js",
74
+ "default": "./index.js"
75
+ },
76
+ "./wasm": {
77
+ "types": "./wasm.d.ts",
78
+ "require": "./wasm.js",
79
+ "import": "./wasm.mjs",
80
+ "default": "./wasm.mjs"
81
+ },
82
+ "./runtime/client": {
83
+ "types": "./runtime/client.d.ts",
84
+ "node": {
85
+ "require": "./runtime/client.js",
86
+ "default": "./runtime/client.js"
87
+ },
88
+ "require": "./runtime/client.js",
89
+ "import": "./runtime/client.mjs",
90
+ "default": "./runtime/client.mjs"
91
+ },
92
+ "./runtime/library": {
93
+ "types": "./runtime/library.d.ts",
94
+ "require": "./runtime/library.js",
95
+ "import": "./runtime/library.mjs",
96
+ "default": "./runtime/library.mjs"
97
+ },
98
+ "./runtime/binary": {
99
+ "types": "./runtime/binary.d.ts",
100
+ "require": "./runtime/binary.js",
101
+ "import": "./runtime/binary.mjs",
102
+ "default": "./runtime/binary.mjs"
103
+ },
104
+ "./runtime/wasm-engine-edge": {
105
+ "types": "./runtime/wasm-engine-edge.d.ts",
106
+ "require": "./runtime/wasm-engine-edge.js",
107
+ "import": "./runtime/wasm-engine-edge.mjs",
108
+ "default": "./runtime/wasm-engine-edge.mjs"
109
+ },
110
+ "./runtime/wasm-compiler-edge": {
111
+ "types": "./runtime/wasm-compiler-edge.d.ts",
112
+ "require": "./runtime/wasm-compiler-edge.js",
113
+ "import": "./runtime/wasm-compiler-edge.mjs",
114
+ "default": "./runtime/wasm-compiler-edge.mjs"
115
+ },
116
+ "./runtime/edge": {
117
+ "types": "./runtime/edge.d.ts",
118
+ "require": "./runtime/edge.js",
119
+ "import": "./runtime/edge-esm.js",
120
+ "default": "./runtime/edge-esm.js"
121
+ },
122
+ "./runtime/react-native": {
123
+ "types": "./runtime/react-native.d.ts",
124
+ "require": "./runtime/react-native.js",
125
+ "import": "./runtime/react-native.js",
126
+ "default": "./runtime/react-native.js"
127
+ },
128
+ "./runtime/index-browser": {
129
+ "types": "./runtime/index-browser.d.ts",
130
+ "require": "./runtime/index-browser.js",
131
+ "import": "./runtime/index-browser.mjs",
132
+ "default": "./runtime/index-browser.mjs"
133
+ },
134
+ "./generator-build": {
135
+ "require": "./generator-build/index.js",
136
+ "import": "./generator-build/index.js",
137
+ "default": "./generator-build/index.js"
138
+ },
139
+ "./sql": {
140
+ "require": {
141
+ "types": "./sql.d.ts",
142
+ "node": "./sql.js",
143
+ "default": "./sql.js"
144
+ },
145
+ "import": {
146
+ "types": "./sql.d.ts",
147
+ "node": "./sql.mjs",
148
+ "default": "./sql.mjs"
149
+ },
150
+ "default": "./sql.js"
151
+ },
152
+ "./*": "./*"
153
+ },
154
+ "version": "6.19.2",
155
+ "sideEffects": false,
156
+ "imports": {
157
+ "#wasm-engine-loader": {
158
+ "edge-light": "./wasm-edge-light-loader.mjs",
159
+ "workerd": "./wasm-worker-loader.mjs",
160
+ "worker": "./wasm-worker-loader.mjs",
161
+ "default": "./wasm-worker-loader.mjs"
162
+ },
163
+ "#main-entry-point": {
164
+ "require": {
165
+ "node": "./index.js",
166
+ "edge-light": "./wasm.js",
167
+ "workerd": "./wasm.js",
168
+ "worker": "./wasm.js",
169
+ "browser": "./index-browser.js",
170
+ "default": "./index.js"
171
+ },
172
+ "import": {
173
+ "node": "./index.js",
174
+ "edge-light": "./wasm.js",
175
+ "workerd": "./wasm.js",
176
+ "worker": "./wasm.js",
177
+ "browser": "./index-browser.js",
178
+ "default": "./index.js"
179
+ },
180
+ "default": "./index.js"
181
+ }
182
+ }
183
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";var F=Object.defineProperty;var j=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var U=Object.prototype.hasOwnProperty;var L=(e,t)=>{for(var n in t)F(e,n,{get:t[n],enumerable:!0})},N=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of B(t))!U.call(e,o)&&o!==n&&F(e,o,{get:()=>t[o],enumerable:!(r=j(t,o))||r.enumerable});return e};var C=e=>N(F({},"__esModule",{value:!0}),e);var kt={};L(kt,{QueryEngine:()=>k,__wbg_Error_e83987f665cf5504:()=>J,__wbg_Number_bb48ca12f395cd08:()=>X,__wbg_String_8f0eb39a4a4c2f66:()=>Y,__wbg___wbindgen_bigint_get_as_i64_f3ebc5a755000afd:()=>K,__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68:()=>Z,__wbg___wbindgen_debug_string_df47ffb5e35e6763:()=>ee,__wbg___wbindgen_in_bb933bd9e1b3bc0f:()=>te,__wbg___wbindgen_is_bigint_cb320707dcd35f0b:()=>ne,__wbg___wbindgen_is_function_ee8a6c5833c90377:()=>re,__wbg___wbindgen_is_object_c818261d21f283a4:()=>_e,__wbg___wbindgen_is_string_fbb76cb2940daafd:()=>oe,__wbg___wbindgen_is_undefined_2d472862bd29a478:()=>ce,__wbg___wbindgen_jsval_eq_6b13ab83478b1c50:()=>ie,__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147:()=>ue,__wbg___wbindgen_number_get_a20bf9b85341449d:()=>se,__wbg___wbindgen_string_get_e4f06c90489ad01b:()=>be,__wbg___wbindgen_throw_b855445ff6a94295:()=>fe,__wbg__wbg_cb_unref_2454a539ea5790d9:()=>ae,__wbg_call_525440f72fbfc0ea:()=>ge,__wbg_call_e762c39fa8ea36bf:()=>le,__wbg_crypto_805be4ce92f1e370:()=>de,__wbg_done_2042aa2670fb1db1:()=>we,__wbg_entries_e171b586f8f6bdbf:()=>pe,__wbg_exec_fdeec61d47617356:()=>xe,__wbg_getRandomValues_f6a868620c8bab49:()=>ye,__wbg_getTime_14776bfb48a1bff9:()=>me,__wbg_get_7bed016f185add81:()=>he,__wbg_get_ece95cf6585650d9:()=>Te,__wbg_get_efcb449f58ec27c2:()=>Ae,__wbg_get_with_ref_key_1dc361bd10053bfe:()=>Se,__wbg_has_787fafc980c3ccdb:()=>Fe,__wbg_instanceof_ArrayBuffer_70beb1189ca63b38:()=>Ie,__wbg_instanceof_Map_8579b5e2ab5437c7:()=>qe,__wbg_instanceof_Promise_001fdd42afa1b7ef:()=>Ee,__wbg_instanceof_Uint8Array_20c8e73002f7af98:()=>ke,__wbg_isArray_96e0af9891d0945d:()=>Oe,__wbg_isSafeInteger_d216eda7911dde36:()=>Me,__wbg_iterator_e5822695327a3c39:()=>ve,__wbg_keys_b4d27b02ad14f4be:()=>De,__wbg_length_69bca3cb64fc8748:()=>Re,__wbg_length_cdd215e10d9dd507:()=>je,__wbg_msCrypto_2ac4d17c4748234a:()=>Be,__wbg_new_0_f9740686d739025c:()=>Ue,__wbg_new_1acc0b6eea89d040:()=>Le,__wbg_new_23fa8b12a239f036:()=>Ne,__wbg_new_3c3d849046688a66:()=>Ce,__wbg_new_5a79be3ab53b8aa5:()=>$e,__wbg_new_68651c719dcda04e:()=>Ve,__wbg_new_e17d9f43105b08be:()=>We,__wbg_new_from_slice_92f4d78ca282a2d2:()=>ze,__wbg_new_no_args_ee98eee5275000a4:()=>Pe,__wbg_new_with_length_01aa0dc35aa13543:()=>Ge,__wbg_next_020810e0ae8ebcb0:()=>Qe,__wbg_next_2c826fe5dfec6b6a:()=>He,__wbg_node_ecc8306b9857f33d:()=>Je,__wbg_now_793306c526e2e3b6:()=>Xe,__wbg_now_7fd00a794a07d388:()=>Ye,__wbg_now_b3f7572f6ef3d3a9:()=>Ke,__wbg_process_5cff2739921be718:()=>Ze,__wbg_prototypesetcall_2a6620b6922694b2:()=>et,__wbg_push_df81a39d04db858c:()=>tt,__wbg_queueMicrotask_5a8a9131f3f0b37b:()=>nt,__wbg_queueMicrotask_6d79674585219521:()=>rt,__wbg_randomFillSync_d3c85af7e31cf1f8:()=>_t,__wbg_require_0c566c6f2eef6c79:()=>ot,__wbg_resolve_caf97c30b83f7053:()=>ct,__wbg_setTimeout_5d6a1d4fc51ea450:()=>it,__wbg_set_3f1d0b984ed272ed:()=>ut,__wbg_set_907fb406c34a251d:()=>st,__wbg_set_c213c871859d6500:()=>bt,__wbg_set_c2abbebe8b9ebee1:()=>ft,__wbg_set_wasm:()=>$,__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e:()=>at,__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac:()=>gt,__wbg_static_accessor_SELF_6fdf4b64710cc91b:()=>lt,__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2:()=>dt,__wbg_subarray_480600f3d6a9f26c:()=>wt,__wbg_then_4f46f6544e6b4a28:()=>pt,__wbg_then_70d05cf780a18d77:()=>xt,__wbg_valueOf_9eee4828c11458ca:()=>yt,__wbg_value_692627309814bb8c:()=>mt,__wbg_versions_a8e5a362e1f16442:()=>ht,__wbindgen_cast_2241b6af4c4b2941:()=>Tt,__wbindgen_cast_4625c577ab2ec9ee:()=>At,__wbindgen_cast_7bf296c42657ff30:()=>St,__wbindgen_cast_9ae0607507abb057:()=>Ft,__wbindgen_cast_cb9088102bce6b30:()=>It,__wbindgen_cast_d6cd19b81560fd6e:()=>qt,__wbindgen_init_externref_table:()=>Et,debug_panic:()=>G,getBuildTimeInfo:()=>P});module.exports=C(kt);var T=()=>{};T.prototype=T;let _;function $(e){_=e}let A=null;function y(){return(A===null||A.byteLength===0)&&(A=new Uint8Array(_.memory.buffer)),A}let S=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});S.decode();const V=2146435072;let I=0;function W(e,t){return I+=t,I>=V&&(S=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),S.decode(),I=t),S.decode(y().subarray(e,e+t))}function w(e,t){return e=e>>>0,W(e,t)}let s=0;const m=new TextEncoder;"encodeInto"in m||(m.encodeInto=function(e,t){const n=m.encode(e);return t.set(n),{read:e.length,written:n.length}});function b(e,t,n){if(n===void 0){const u=m.encode(e),f=t(u.length,1)>>>0;return y().subarray(f,f+u.length).set(u),s=u.length,f}let r=e.length,o=t(r,1)>>>0;const i=y();let c=0;for(;c<r;c++){const u=e.charCodeAt(c);if(u>127)break;i[o+c]=u}if(c!==r){c!==0&&(e=e.slice(c)),o=n(o,r,r=c+e.length*3,1)>>>0;const u=y().subarray(o+c,o+r),f=m.encodeInto(e,u);c+=f.written,o=n(o,r,c,1)>>>0}return s=c,o}let p=null;function l(){return(p===null||p.buffer.detached===!0||p.buffer.detached===void 0&&p.buffer!==_.memory.buffer)&&(p=new DataView(_.memory.buffer)),p}function a(e){return e==null}function q(e){const t=typeof e;if(t=="number"||t=="boolean"||e==null)return`${e}`;if(t=="string")return`"${e}"`;if(t=="symbol"){const o=e.description;return o==null?"Symbol":`Symbol(${o})`}if(t=="function"){const o=e.name;return typeof o=="string"&&o.length>0?`Function(${o})`:"Function"}if(Array.isArray(e)){const o=e.length;let i="[";o>0&&(i+=q(e[0]));for(let c=1;c<o;c++)i+=", "+q(e[c]);return i+="]",i}const n=/\[object ([^\]]+)\]/.exec(toString.call(e));let r;if(n&&n.length>1)r=n[1];else return toString.call(e);if(r=="Object")try{return"Object("+JSON.stringify(e)+")"}catch{return"Object"}return e instanceof Error?`${e.name}: ${e.message}
2
+ ${e.stack}`:r}function x(e){const t=_.__externref_table_alloc();return _.__wbindgen_externrefs.set(t,e),t}function g(e,t){try{return e.apply(this,t)}catch(n){const r=x(n);_.__wbindgen_exn_store(r)}}function E(e,t){return e=e>>>0,y().subarray(e/1,e/1+t)}const O=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>e.dtor(e.a,e.b));function z(e,t,n,r){const o={a:e,b:t,cnt:1,dtor:n},i=(...c)=>{o.cnt++;const u=o.a;o.a=0;try{return r(u,o.b,...c)}finally{o.a=u,i._wbg_cb_unref()}};return i._wbg_cb_unref=()=>{--o.cnt===0&&(o.dtor(o.a,o.b),o.a=0,O.unregister(o))},O.register(i,o,o),i}function M(e){const t=_.__wbindgen_externrefs.get(e);return _.__externref_table_dealloc(e),t}function P(){return _.getBuildTimeInfo()}function G(e){var t=a(e)?0:b(e,_.__wbindgen_malloc,_.__wbindgen_realloc),n=s;const r=_.debug_panic(t,n);if(r[1])throw M(r[0])}function Q(e,t,n){_.wasm_bindgen__convert__closures_____invoke__ha235f3ea55a06a09(e,t,n)}function H(e,t,n,r){_.wasm_bindgen__convert__closures_____invoke__h1a2f20be69ab8911(e,t,n,r)}const v=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>_.__wbg_queryengine_free(e>>>0,1));class k{__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,v.unregister(this),t}free(){const t=this.__destroy_into_raw();_.__wbg_queryengine_free(t,0)}disconnect(t,n){const r=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),o=s,i=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),c=s;return _.queryengine_disconnect(this.__wbg_ptr,r,o,i,c)}startTransaction(t,n,r){const o=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),i=s,c=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),u=s,f=b(r,_.__wbindgen_malloc,_.__wbindgen_realloc),d=s;return _.queryengine_startTransaction(this.__wbg_ptr,o,i,c,u,f,d)}commitTransaction(t,n,r){const o=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),i=s,c=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),u=s,f=b(r,_.__wbindgen_malloc,_.__wbindgen_realloc),d=s;return _.queryengine_commitTransaction(this.__wbg_ptr,o,i,c,u,f,d)}rollbackTransaction(t,n,r){const o=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),i=s,c=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),u=s,f=b(r,_.__wbindgen_malloc,_.__wbindgen_realloc),d=s;return _.queryengine_rollbackTransaction(this.__wbg_ptr,o,i,c,u,f,d)}constructor(t,n,r){const o=_.queryengine_new(t,n,r);if(o[2])throw M(o[1]);return this.__wbg_ptr=o[0]>>>0,v.register(this,this.__wbg_ptr,this),this}query(t,n,r,o){const i=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),c=s,u=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),f=s;var d=a(r)?0:b(r,_.__wbindgen_malloc,_.__wbindgen_realloc),h=s;const D=b(o,_.__wbindgen_malloc,_.__wbindgen_realloc),R=s;return _.queryengine_query(this.__wbg_ptr,i,c,u,f,d,h,D,R)}trace(t){const n=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),r=s;return _.queryengine_trace(this.__wbg_ptr,n,r)}connect(t,n){const r=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),o=s,i=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),c=s;return _.queryengine_connect(this.__wbg_ptr,r,o,i,c)}metrics(t){const n=b(t,_.__wbindgen_malloc,_.__wbindgen_realloc),r=s;return _.queryengine_metrics(this.__wbg_ptr,n,r)}}Symbol.dispose&&(k.prototype[Symbol.dispose]=k.prototype.free);function J(e,t){return Error(w(e,t))}function X(e){return Number(e)}function Y(e,t){const n=String(t),r=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),o=s;l().setInt32(e+4*1,o,!0),l().setInt32(e+4*0,r,!0)}function K(e,t){const n=t,r=typeof n=="bigint"?n:void 0;l().setBigInt64(e+8*1,a(r)?BigInt(0):r,!0),l().setInt32(e+4*0,!a(r),!0)}function Z(e){const t=e,n=typeof t=="boolean"?t:void 0;return a(n)?16777215:n?1:0}function ee(e,t){const n=q(t),r=b(n,_.__wbindgen_malloc,_.__wbindgen_realloc),o=s;l().setInt32(e+4*1,o,!0),l().setInt32(e+4*0,r,!0)}function te(e,t){return e in t}function ne(e){return typeof e=="bigint"}function re(e){return typeof e=="function"}function _e(e){const t=e;return typeof t=="object"&&t!==null}function oe(e){return typeof e=="string"}function ce(e){return e===void 0}function ie(e,t){return e===t}function ue(e,t){return e==t}function se(e,t){const n=t,r=typeof n=="number"?n:void 0;l().setFloat64(e+8*1,a(r)?0:r,!0),l().setInt32(e+4*0,!a(r),!0)}function be(e,t){const n=t,r=typeof n=="string"?n:void 0;var o=a(r)?0:b(r,_.__wbindgen_malloc,_.__wbindgen_realloc),i=s;l().setInt32(e+4*1,i,!0),l().setInt32(e+4*0,o,!0)}function fe(e,t){throw new Error(w(e,t))}function ae(e){e._wbg_cb_unref()}function ge(){return g(function(e,t,n){return e.call(t,n)},arguments)}function le(){return g(function(e,t){return e.call(t)},arguments)}function de(e){return e.crypto}function we(e){return e.done}function pe(e){return Object.entries(e)}function xe(e,t,n){const r=e.exec(w(t,n));return a(r)?0:x(r)}function ye(){return g(function(e,t){e.getRandomValues(t)},arguments)}function me(e){return e.getTime()}function he(e,t){return e[t>>>0]}function Te(){return g(function(e,t){return e[t]},arguments)}function Ae(){return g(function(e,t){return Reflect.get(e,t)},arguments)}function Se(e,t){return e[t]}function Fe(){return g(function(e,t){return Reflect.has(e,t)},arguments)}function Ie(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t}function qe(e){let t;try{t=e instanceof Map}catch{t=!1}return t}function Ee(e){let t;try{t=e instanceof Promise}catch{t=!1}return t}function ke(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t}function Oe(e){return Array.isArray(e)}function Me(e){return Number.isSafeInteger(e)}function ve(){return Symbol.iterator}function De(e){return Object.keys(e)}function Re(e){return e.length}function je(e){return e.length}function Be(e){return e.msCrypto}function Ue(){return new Date}function Le(){return new Object}function Ne(e,t,n,r){return new RegExp(w(e,t),w(n,r))}function Ce(e,t){try{var n={a:e,b:t},r=(i,c)=>{const u=n.a;n.a=0;try{return H(u,n.b,i,c)}finally{n.a=u}};return new Promise(r)}finally{n.a=n.b=0}}function $e(e){return new Uint8Array(e)}function Ve(){return new Map}function We(){return new Array}function ze(e,t){return new Uint8Array(E(e,t))}function Pe(e,t){return new T(w(e,t))}function Ge(e){return new Uint8Array(e>>>0)}function Qe(){return g(function(e){return e.next()},arguments)}function He(e){return e.next}function Je(e){return e.node}function Xe(){return Date.now()}function Ye(e){return e.now()}function Ke(){return g(function(){return Date.now()},arguments)}function Ze(e){return e.process}function et(e,t,n){Uint8Array.prototype.set.call(E(e,t),n)}function tt(e,t){return e.push(t)}function nt(e){return e.queueMicrotask}function rt(e){queueMicrotask(e)}function _t(){return g(function(e,t){e.randomFillSync(t)},arguments)}function ot(){return g(function(){return module.require},arguments)}function ct(e){return Promise.resolve(e)}function it(e,t){return setTimeout(e,t>>>0)}function ut(e,t,n){e[t]=n}function st(e,t,n){return e.set(t,n)}function bt(e,t,n){e[t>>>0]=n}function ft(){return g(function(e,t,n){return Reflect.set(e,t,n)},arguments)}function at(){const e=typeof global>"u"?null:global;return a(e)?0:x(e)}function gt(){const e=typeof globalThis>"u"?null:globalThis;return a(e)?0:x(e)}function lt(){const e=typeof self>"u"?null:self;return a(e)?0:x(e)}function dt(){const e=typeof window>"u"?null:window;return a(e)?0:x(e)}function wt(e,t,n){return e.subarray(t>>>0,n>>>0)}function pt(e,t){return e.then(t)}function xt(e,t,n){return e.then(t,n)}function yt(e){return e.valueOf()}function mt(e){return e.value}function ht(e){return e.versions}function Tt(e,t){return w(e,t)}function At(e){return BigInt.asUintN(64,e)}function St(e,t){return z(e,t,_.wasm_bindgen__closure__destroy__hf9ae564cf31e91c2,Q)}function Ft(e){return e}function It(e,t){return E(e,t)}function qt(e){return e}function Et(){const e=_.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}0&&(module.exports={QueryEngine,__wbg_Error_e83987f665cf5504,__wbg_Number_bb48ca12f395cd08,__wbg_String_8f0eb39a4a4c2f66,__wbg___wbindgen_bigint_get_as_i64_f3ebc5a755000afd,__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68,__wbg___wbindgen_debug_string_df47ffb5e35e6763,__wbg___wbindgen_in_bb933bd9e1b3bc0f,__wbg___wbindgen_is_bigint_cb320707dcd35f0b,__wbg___wbindgen_is_function_ee8a6c5833c90377,__wbg___wbindgen_is_object_c818261d21f283a4,__wbg___wbindgen_is_string_fbb76cb2940daafd,__wbg___wbindgen_is_undefined_2d472862bd29a478,__wbg___wbindgen_jsval_eq_6b13ab83478b1c50,__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147,__wbg___wbindgen_number_get_a20bf9b85341449d,__wbg___wbindgen_string_get_e4f06c90489ad01b,__wbg___wbindgen_throw_b855445ff6a94295,__wbg__wbg_cb_unref_2454a539ea5790d9,__wbg_call_525440f72fbfc0ea,__wbg_call_e762c39fa8ea36bf,__wbg_crypto_805be4ce92f1e370,__wbg_done_2042aa2670fb1db1,__wbg_entries_e171b586f8f6bdbf,__wbg_exec_fdeec61d47617356,__wbg_getRandomValues_f6a868620c8bab49,__wbg_getTime_14776bfb48a1bff9,__wbg_get_7bed016f185add81,__wbg_get_ece95cf6585650d9,__wbg_get_efcb449f58ec27c2,__wbg_get_with_ref_key_1dc361bd10053bfe,__wbg_has_787fafc980c3ccdb,__wbg_instanceof_ArrayBuffer_70beb1189ca63b38,__wbg_instanceof_Map_8579b5e2ab5437c7,__wbg_instanceof_Promise_001fdd42afa1b7ef,__wbg_instanceof_Uint8Array_20c8e73002f7af98,__wbg_isArray_96e0af9891d0945d,__wbg_isSafeInteger_d216eda7911dde36,__wbg_iterator_e5822695327a3c39,__wbg_keys_b4d27b02ad14f4be,__wbg_length_69bca3cb64fc8748,__wbg_length_cdd215e10d9dd507,__wbg_msCrypto_2ac4d17c4748234a,__wbg_new_0_f9740686d739025c,__wbg_new_1acc0b6eea89d040,__wbg_new_23fa8b12a239f036,__wbg_new_3c3d849046688a66,__wbg_new_5a79be3ab53b8aa5,__wbg_new_68651c719dcda04e,__wbg_new_e17d9f43105b08be,__wbg_new_from_slice_92f4d78ca282a2d2,__wbg_new_no_args_ee98eee5275000a4,__wbg_new_with_length_01aa0dc35aa13543,__wbg_next_020810e0ae8ebcb0,__wbg_next_2c826fe5dfec6b6a,__wbg_node_ecc8306b9857f33d,__wbg_now_793306c526e2e3b6,__wbg_now_7fd00a794a07d388,__wbg_now_b3f7572f6ef3d3a9,__wbg_process_5cff2739921be718,__wbg_prototypesetcall_2a6620b6922694b2,__wbg_push_df81a39d04db858c,__wbg_queueMicrotask_5a8a9131f3f0b37b,__wbg_queueMicrotask_6d79674585219521,__wbg_randomFillSync_d3c85af7e31cf1f8,__wbg_require_0c566c6f2eef6c79,__wbg_resolve_caf97c30b83f7053,__wbg_setTimeout_5d6a1d4fc51ea450,__wbg_set_3f1d0b984ed272ed,__wbg_set_907fb406c34a251d,__wbg_set_c213c871859d6500,__wbg_set_c2abbebe8b9ebee1,__wbg_set_wasm,__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e,__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac,__wbg_static_accessor_SELF_6fdf4b64710cc91b,__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2,__wbg_subarray_480600f3d6a9f26c,__wbg_then_4f46f6544e6b4a28,__wbg_then_70d05cf780a18d77,__wbg_valueOf_9eee4828c11458ca,__wbg_value_692627309814bb8c,__wbg_versions_a8e5a362e1f16442,__wbindgen_cast_2241b6af4c4b2941,__wbindgen_cast_4625c577ab2ec9ee,__wbindgen_cast_7bf296c42657ff30,__wbindgen_cast_9ae0607507abb057,__wbindgen_cast_cb9088102bce6b30,__wbindgen_cast_d6cd19b81560fd6e,__wbindgen_init_externref_table,debug_panic,getBuildTimeInfo});
Binary file