@instantdb/solidjs 0.22.163 → 0.22.164

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.
@@ -1,17 +1,17 @@
1
1
 
2
- > @instantdb/solidjs@0.22.163 build /home/runner/work/instant/instant/client/packages/solidjs
2
+ > @instantdb/solidjs@0.22.164 build /home/runner/work/instant/instant/client/packages/solidjs
3
3
  > rm -rf dist; npm run build:tshy && npm run build:standalone && npm run check-exports
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
6
  npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
7
7
 
8
- > @instantdb/solidjs@0.22.163 build:tshy
8
+ > @instantdb/solidjs@0.22.164 build:tshy
9
9
  > tshy
10
10
 
11
11
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
12
12
  npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
13
13
 
14
- > @instantdb/solidjs@0.22.163 build:standalone
14
+ > @instantdb/solidjs@0.22.164 build:standalone
15
15
  > vite build
16
16
 
17
17
  vite v5.4.14 building for production...
@@ -19,17 +19,17 @@ transforming...
19
19
  ✓ 69 modules transformed.
20
20
  rendering chunks...
21
21
  computing gzip size...
22
- dist/standalone/index.umd.cjs 152.44 kB │ gzip: 46.37 kB
23
- dist/standalone/index.js 231.23 kB │ gzip: 59.84 kB
24
- ✓ built in 1.93s
22
+ dist/standalone/index.umd.cjs 152.51 kB │ gzip: 46.39 kB
23
+ dist/standalone/index.js 231.31 kB │ gzip: 59.86 kB
24
+ ✓ built in 1.83s
25
25
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
26
26
  npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
27
27
 
28
- > @instantdb/solidjs@0.22.163 check-exports
28
+ > @instantdb/solidjs@0.22.164 check-exports
29
29
  > attw --pack .
30
30
 
31
31
 
32
- @instantdb/solidjs v0.22.163
32
+ @instantdb/solidjs v0.22.164
33
33
 
34
34
  Build tools:
35
35
  - @arethetypeswrong/cli@^0.17.4
@@ -3489,7 +3489,7 @@ function An(t) {
3489
3489
  }, e;
3490
3490
  }, {});
3491
3491
  }
3492
- const Xt = "v0.22.163";
3492
+ const Xt = "v0.22.164";
3493
3493
  function wo(t, e) {
3494
3494
  return {
3495
3495
  info: t ? (...n) => console.info(...n, e()) : () => {
@@ -3587,7 +3587,9 @@ const On = [
3587
3587
  "first",
3588
3588
  "offset",
3589
3589
  "after",
3590
+ "afterInclusive",
3590
3591
  "before",
3592
+ "beforeInclusive",
3591
3593
  "fields",
3592
3594
  "aggregate"
3593
3595
  ], _o = (t) => t.valueType || "unknown", yr = (t, e, n = !1) => {
@@ -3725,7 +3727,9 @@ const On = [
3725
3727
  // 'limit', // only supported client side
3726
3728
  "offset",
3727
3729
  "before",
3730
+ "beforeInclusive",
3728
3731
  "after",
3732
+ "afterInclusive",
3729
3733
  "first",
3730
3734
  "last"
3731
3735
  ];
@@ -1,4 +1,4 @@
1
- (function(C,E){typeof exports=="object"&&typeof module<"u"?E(exports):typeof define=="function"&&define.amd?define(["exports"],E):(C=typeof globalThis<"u"?globalThis:C||self,E(C.instantSolidjs={}))})(this,function(C){"use strict";var Va=Object.defineProperty;var Qa=(C,E,P)=>E in C?Va(C,E,{enumerable:!0,configurable:!0,writable:!0,value:P}):C[E]=P;var d=(C,E,P)=>Qa(C,typeof E!="symbol"?E+"":E,P);function E(t){if(typeof t=="number")return(Math.abs(t*2654435761)>>>0).toString(16);if(typeof t=="boolean")return t?"1":"0";if(t===null)return"null";if(t===void 0)return"undefined";if(typeof t=="string"){let e=2166136261;for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24),e=e>>>0;return e.toString(16)}if(Array.isArray(t)){let e=2166136261;for(let n=0;n<t.length;n++){e^=(n+1)*2654435761;const r=E(t[n]);for(let s=0;s<r.length;s++)e^=r.charCodeAt(s),e*=16777619,e=e>>>0}return e.toString(16)}if(typeof t=="object"){let e=2166136261;const n=Object.keys(t).sort();for(let r=0;r<n.length;r++){const s=n[r],i=E(s);e^=parseInt(i,16),e*=16777619,e=e>>>0;const o=E(t[s]);e^=parseInt(o,16),e*=16777619,e=e>>>0}return e.toString(16)}return E(String(t))}const P={Remove:"remove",Replace:"replace",Add:"add"},tn=Symbol.for("__MUTATIVE_PROXY_DRAFT__"),$r=Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),qe=Symbol.iterator,G={mutable:"mutable",immutable:"immutable"},pt={};function Pe(t,e){return t instanceof Map?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function nn(t,e){if(e in t){let n=Reflect.getPrototypeOf(t);for(;n;){const r=Reflect.getOwnPropertyDescriptor(n,e);if(r)return r;n=Reflect.getPrototypeOf(n)}}}function yt(t){return Object.getPrototypeOf(t)===Set.prototype}function bt(t){return Object.getPrototypeOf(t)===Map.prototype}function H(t){var e;return(e=t.copy)!==null&&e!==void 0?e:t.original}function ye(t){return!!k(t)}function k(t){return typeof t!="object"?null:t==null?void 0:t[tn]}function gt(t){var e;const n=k(t);return n?(e=n.copy)!==null&&e!==void 0?e:n.original:t}function X(t,e){if(!t||typeof t!="object")return!1;let n;return Object.getPrototypeOf(t)===Object.prototype||Array.isArray(t)||t instanceof Map||t instanceof Set||!!(e!=null&&e.mark)&&((n=e.mark(t,G))===G.immutable||typeof n=="function")}function rn(t,e=[]){if(Object.hasOwnProperty.call(t,"key")){const n=t.parent.copy,r=k(ce(n,t.key));if(r!==null&&(r==null?void 0:r.original)!==t.original)return null;const s=t.parent.type===3,i=s?Array.from(t.parent.setMap.keys()).indexOf(t.key):t.key;if(!(s&&n.size>i||Pe(n,i)))return null;e.push(i)}if(t.parent)return rn(t.parent,e);e.reverse();try{Rr(t.copy,e)}catch{return null}return e}function be(t){return Array.isArray(t)?1:t instanceof Map?2:t instanceof Set?3:0}function ce(t,e){return be(t)===2?t.get(e):t[e]}function Me(t,e,n){be(t)===2?t.set(e,n):t[e]=n}function wt(t,e){const n=k(t);return(n?H(n):t)[e]}function ue(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}function _t(t){if(t)for(;t.finalities.revoke.length>0;)t.finalities.revoke.pop()()}function ge(t,e){return e?t:[""].concat(t).map(n=>{const r=`${n}`;return r.indexOf("/")===-1&&r.indexOf("~")===-1?r:r.replace(/~/g,"~0").replace(/\//g,"~1")}).join("/")}function Rr(t,e){for(let n=0;n<e.length-1;n+=1){const r=e[n];if(t=ce(be(t)===3?Array.from(t):t,r),typeof t!="object")throw new Error(`Cannot resolve patch at '${e.join("/")}'.`)}return t}function xr(t){const e=Object.create(Object.getPrototypeOf(t));return Reflect.ownKeys(t).forEach(n=>{let r=Reflect.getOwnPropertyDescriptor(t,n);if(r.enumerable&&r.configurable&&r.writable){e[n]=t[n];return}r.writable||(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(r={configurable:!0,writable:!0,enumerable:r.enumerable,value:t[n]}),Reflect.defineProperty(e,n,r)}),e}const Ur=Object.prototype.propertyIsEnumerable;function sn(t,e){let n;if(Array.isArray(t))return Array.prototype.concat.call(t);if(t instanceof Set){if(!yt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t.values())}return Set.prototype.difference?Set.prototype.difference.call(t,new Set):new Set(t.values())}else if(t instanceof Map){if(!bt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t)}return new Map(t)}else if(e!=null&&e.mark&&(n=e.mark(t,G),n!==void 0)&&n!==G.mutable){if(n===G.immutable)return xr(t);if(typeof n=="function"){if(e.enablePatches||e.enableAutoFreeze)throw new Error("You can't use mark and patches or auto freeze together.");return n()}throw new Error(`Unsupported mark result: ${n}`)}else if(typeof t=="object"&&Object.getPrototypeOf(t)===Object.prototype){const r={};return Object.keys(t).forEach(s=>{r[s]=t[s]}),Object.getOwnPropertySymbols(t).forEach(s=>{Ur.call(t,s)&&(r[s]=t[s])}),r}else throw new Error("Please check mark() to ensure that it is a stable marker draftable function.")}function N(t){t.copy||(t.copy=sn(t.original,t.options))}function je(t){if(!X(t))return gt(t);if(Array.isArray(t))return t.map(je);if(t instanceof Map){const n=Array.from(t.entries()).map(([r,s])=>[r,je(s)]);if(!bt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Map(n)}if(t instanceof Set){const n=Array.from(t).map(je);if(!yt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Set(n)}const e=Object.create(Object.getPrototypeOf(t));for(const n in t)e[n]=je(t[n]);return e}function ze(t){return ye(t)?je(t):t}function se(t){var e;t.assignedMap=(e=t.assignedMap)!==null&&e!==void 0?e:new Map,t.operated||(t.operated=!0,t.parent&&se(t.parent))}function on(){throw new Error("Cannot modify frozen object")}function Se(t,e,n,r,s){{n=n??new WeakMap,r=r??[],s=s??[];const o=n.has(t)?n.get(t):t;if(r.length>0){const a=r.indexOf(o);if(o&&typeof o=="object"&&a!==-1)throw r[0]===o?new Error("Forbids circular reference"):new Error(`Forbids circular reference: ~/${s.slice(0,a).map((c,u)=>{if(typeof c=="symbol")return`[${c.toString()}]`;const l=r[u];return typeof c=="object"&&(l instanceof Map||l instanceof Set)?Array.from(l.keys()).indexOf(c):c}).join("/")}`);r.push(o),s.push(e)}else r.push(o)}if(Object.isFrozen(t)||ye(t)){r.pop(),s.pop();return}switch(be(t)){case 2:for(const[a,c]of t)Se(a,a,n,r,s),Se(c,a,n,r,s);t.set=t.clear=t.delete=on;break;case 3:for(const a of t)Se(a,a,n,r,s);t.add=t.clear=t.delete=on;break;case 1:Object.freeze(t);let o=0;for(const a of t)Se(a,o,n,r,s),o+=1;break;default:Object.freeze(t),Object.keys(t).forEach(a=>{const c=t[a];Se(c,a,n,r,s)})}r.pop(),s.pop()}function mt(t,e){const n=be(t);if(n===0)Reflect.ownKeys(t).forEach(r=>{e(r,t[r],t)});else if(n===1){let r=0;for(const s of t)e(r,s,t),r+=1}else t.forEach((r,s)=>e(s,r,t))}function an(t,e,n){if(ye(t)||!X(t,n)||e.has(t)||Object.isFrozen(t))return;const r=t instanceof Set,s=r?new Map:void 0;if(e.add(t),mt(t,(i,o)=>{var a;if(ye(o)){const c=k(o);N(c);const u=!((a=c.assignedMap)===null||a===void 0)&&a.size||c.operated?c.copy:c.original;Me(r?s:t,i,u)}else an(o,e,n)}),s){const i=t,o=Array.from(i);i.clear(),o.forEach(a=>{i.add(s.has(a)?s.get(a):a)})}}function Lr(t,e){const n=t.type===3?t.setMap:t.copy;t.finalities.revoke.length>1&&t.assignedMap.get(e)&&n&&an(ce(n,e),t.finalities.handledSet,t.options)}function Tt(t){t.type===3&&t.copy&&(t.copy.clear(),t.setMap.forEach(e=>{t.copy.add(gt(e))}))}function St(t,e,n,r){if(t.operated&&t.assignedMap&&t.assignedMap.size>0&&!t.finalized){if(n&&r){const i=rn(t);i&&e(t,i,n,r)}t.finalized=!0}}function vt(t,e,n,r){const s=k(n);s&&(s.callbacks||(s.callbacks=[]),s.callbacks.push((i,o)=>{var a;const c=t.type===3?t.setMap:t.copy;if(ue(ce(c,e),n)){let u=s.original;s.copy&&(u=s.copy),Tt(t),St(t,r,i,o),t.options.enableAutoFreeze&&(t.options.updatedValues=(a=t.options.updatedValues)!==null&&a!==void 0?a:new WeakMap,t.options.updatedValues.set(u,s.original)),Me(c,e,u)}}),t.options.enableAutoFreeze&&s.finalities!==t.finalities&&(t.options.enableAutoFreeze=!1)),X(n,t.options)&&t.finalities.draft.push(()=>{const i=t.type===3?t.setMap:t.copy;ue(ce(i,e),n)&&Lr(t,e)})}function Fr(t,e,n,r,s){let{original:i,assignedMap:o,options:a}=t,c=t.copy;c.length<i.length&&([i,c]=[c,i],[n,r]=[r,n]);for(let u=0;u<i.length;u+=1)if(o.get(u.toString())&&c[u]!==i[u]){const l=e.concat([u]),f=ge(l,s);n.push({op:P.Replace,path:f,value:ze(c[u])}),r.push({op:P.Replace,path:f,value:ze(i[u])})}for(let u=i.length;u<c.length;u+=1){const l=e.concat([u]),f=ge(l,s);n.push({op:P.Add,path:f,value:ze(c[u])})}if(i.length<c.length){const{arrayLengthAssignment:u=!0}=a.enablePatches;if(u){const l=e.concat(["length"]),f=ge(l,s);r.push({op:P.Replace,path:f,value:i.length})}else for(let l=c.length;i.length<l;l-=1){const f=e.concat([l-1]),h=ge(f,s);r.push({op:P.Remove,path:h})}}}function Nr({original:t,copy:e,assignedMap:n},r,s,i,o){n.forEach((a,c)=>{const u=ce(t,c),l=ze(ce(e,c)),f=a?Pe(t,c)?P.Replace:P.Add:P.Remove;if(ue(u,l)&&f===P.Replace)return;const h=r.concat(c),p=ge(h,o);s.push(f===P.Remove?{op:f,path:p}:{op:f,path:p,value:l}),i.push(f===P.Add?{op:P.Remove,path:p}:f===P.Remove?{op:P.Add,path:p,value:u}:{op:P.Replace,path:p,value:u})})}function Kr({original:t,copy:e},n,r,s,i){let o=0;t.forEach(a=>{if(!e.has(a)){const c=n.concat([o]),u=ge(c,i);r.push({op:P.Remove,path:u,value:a}),s.unshift({op:P.Add,path:u,value:a})}o+=1}),o=0,e.forEach(a=>{if(!t.has(a)){const c=n.concat([o]),u=ge(c,i);r.push({op:P.Add,path:u,value:a}),s.unshift({op:P.Remove,path:u,value:a})}o+=1})}function De(t,e,n,r){const{pathAsArray:s=!0}=t.options.enablePatches;switch(t.type){case 0:case 2:return Nr(t,e,n,r,s);case 1:return Fr(t,e,n,r,s);case 3:return Kr(t,e,n,r,s)}}const We=(t,e,n=!1)=>{if(typeof t=="object"&&t!==null&&(!X(t,e)||n))throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.")},At={get size(){return H(k(this)).size},has(t){return H(k(this)).has(t)},set(t,e){const n=k(this),r=H(n);return(!r.has(t)||!ue(r.get(t),e))&&(N(n),se(n),n.assignedMap.set(t,!0),n.copy.set(t,e),vt(n,t,e,De)),this},delete(t){if(!this.has(t))return!1;const e=k(this);return N(e),se(e),e.original.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.copy.delete(t),!0},clear(){const t=k(this);if(this.size){N(t),se(t),t.assignedMap=new Map;for(const[e]of t.original)t.assignedMap.set(e,!1);t.copy.clear()}},forEach(t,e){const n=k(this);H(n).forEach((r,s)=>{t.call(e,this.get(s),s,this)})},get(t){var e,n;const r=k(this),s=H(r).get(t),i=((n=(e=r.options).mark)===null||n===void 0?void 0:n.call(e,s,G))===G.mutable;if(r.options.strict&&We(s,r.options,i),i||r.finalized||!X(s,r.options)||s!==r.original.get(t))return s;const o=pt.createDraft({original:s,parentDraft:r,key:t,finalities:r.finalities,options:r.options});return N(r),r.copy.set(t,o),o},keys(){return H(k(this)).keys()},values(){const t=this.keys();return{[qe]:()=>this.values(),next:()=>{const e=t.next();return e.done?e:{done:!1,value:this.get(e.value)}}}},entries(){const t=this.keys();return{[qe]:()=>this.entries(),next:()=>{const e=t.next();if(e.done)return e;const n=this.get(e.value);return{done:!1,value:[e.value,n]}}}},[qe](){return this.entries()}},qr=Reflect.ownKeys(At),cn=(t,e,{isValuesIterator:n})=>()=>{var r,s;const i=e.next();if(i.done)return i;const o=i.value;let a=t.setMap.get(o);const c=k(a),u=((s=(r=t.options).mark)===null||s===void 0?void 0:s.call(r,a,G))===G.mutable;if(t.options.strict&&We(o,t.options,u),!u&&!c&&X(o,t.options)&&!t.finalized&&t.original.has(o)){const l=pt.createDraft({original:o,parentDraft:t,key:o,finalities:t.finalities,options:t.options});t.setMap.set(o,l),a=l}else c&&(a=c.proxy);return{done:!1,value:n?a:[a,a]}},Ve={get size(){return k(this).setMap.size},has(t){const e=k(this);if(e.setMap.has(t))return!0;N(e);const n=k(t);return!!(n&&e.setMap.has(n.original))},add(t){const e=k(this);return this.has(t)||(N(e),se(e),e.assignedMap.set(t,!0),e.setMap.set(t,t),vt(e,t,t,De)),this},delete(t){if(!this.has(t))return!1;const e=k(this);N(e),se(e);const n=k(t);return n&&e.setMap.has(n.original)?(e.assignedMap.set(n.original,!1),e.setMap.delete(n.original)):(!n&&e.setMap.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.setMap.delete(t))},clear(){if(!this.size)return;const t=k(this);N(t),se(t);for(const e of t.original)t.assignedMap.set(e,!1);t.setMap.clear()},values(){const t=k(this);N(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.values(),next:cn(t,e,{isValuesIterator:!0})}},entries(){const t=k(this);N(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.entries(),next:cn(t,e,{isValuesIterator:!1})}},keys(){return this.values()},[qe](){return this.values()},forEach(t,e){const n=this.values();let r=n.next();for(;!r.done;)t.call(e,r.value,r.value,this),r=n.next()}};Set.prototype.difference&&Object.assign(Ve,{intersection(t){return Set.prototype.intersection.call(new Set(this.values()),t)},union(t){return Set.prototype.union.call(new Set(this.values()),t)},difference(t){return Set.prototype.difference.call(new Set(this.values()),t)},symmetricDifference(t){return Set.prototype.symmetricDifference.call(new Set(this.values()),t)},isSubsetOf(t){return Set.prototype.isSubsetOf.call(new Set(this.values()),t)},isSupersetOf(t){return Set.prototype.isSupersetOf.call(new Set(this.values()),t)},isDisjointFrom(t){return Set.prototype.isDisjointFrom.call(new Set(this.values()),t)}});const zr=Reflect.ownKeys(Ve),un=new WeakSet,ln={get(t,e,n){var r,s;const i=(r=t.copy)===null||r===void 0?void 0:r[e];if(i&&un.has(i))return i;if(e===tn)return t;let o;if(t.options.mark){const u=e==="size"&&(t.original instanceof Map||t.original instanceof Set)?Reflect.get(t.original,e):Reflect.get(t.original,e,n);if(o=t.options.mark(u,G),o===G.mutable)return t.options.strict&&We(u,t.options,!0),u}const a=H(t);if(a instanceof Map&&qr.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(At,"size").get.call(t.proxy);const u=At[e];if(u)return u.bind(t.proxy)}if(a instanceof Set&&zr.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(Ve,"size").get.call(t.proxy);const u=Ve[e];if(u)return u.bind(t.proxy)}if(!Pe(a,e)){const u=nn(a,e);return u?"value"in u?u.value:(s=u.get)===null||s===void 0?void 0:s.call(t.proxy):void 0}const c=a[e];if(t.options.strict&&We(c,t.options),t.finalized||!X(c,t.options))return c;if(c===wt(t.original,e)){if(N(t),t.copy[e]=kt({original:t.original[e],parentDraft:t,key:t.type===1?Number(e):e,finalities:t.finalities,options:t.options}),typeof o=="function"){const u=k(t.copy[e]);return N(u),se(u),u.copy}return t.copy[e]}return c},set(t,e,n){var r;if(t.type===3||t.type===2)throw new Error("Map/Set draft does not support any property assignment.");let s;if(t.type===1&&e!=="length"&&!(Number.isInteger(s=Number(e))&&s>=0&&(e===0||s===0||String(s)===String(e))))throw new Error("Only supports setting array indices and the 'length' property.");const i=nn(H(t),e);if(i!=null&&i.set)return i.set.call(t.proxy,n),!0;const o=wt(H(t),e),a=k(o);return a&&ue(a.original,n)?(t.copy[e]=n,t.assignedMap=(r=t.assignedMap)!==null&&r!==void 0?r:new Map,t.assignedMap.set(e,!1),!0):(ue(n,o)&&(n!==void 0||Pe(t.original,e))||(N(t),se(t),Pe(t.original,e)&&ue(n,t.original[e])?t.assignedMap.delete(e):t.assignedMap.set(e,!0),t.copy[e]=n,vt(t,e,n,De)),!0)},has(t,e){return e in H(t)},ownKeys(t){return Reflect.ownKeys(H(t))},getOwnPropertyDescriptor(t,e){const n=H(t),r=Reflect.getOwnPropertyDescriptor(n,e);return r&&{writable:!0,configurable:t.type!==1||e!=="length",enumerable:r.enumerable,value:n[e]}},getPrototypeOf(t){return Reflect.getPrototypeOf(t.original)},setPrototypeOf(){throw new Error("Cannot call 'setPrototypeOf()' on drafts")},defineProperty(){throw new Error("Cannot call 'defineProperty()' on drafts")},deleteProperty(t,e){var n;return t.type===1?ln.set.call(this,t,e,void 0,t.proxy):(wt(t.original,e)!==void 0||e in t.original?(N(t),se(t),t.assignedMap.set(e,!1)):(t.assignedMap=(n=t.assignedMap)!==null&&n!==void 0?n:new Map,t.assignedMap.delete(e)),t.copy&&delete t.copy[e],!0)}};function kt(t){const{original:e,parentDraft:n,key:r,finalities:s,options:i}=t,o=be(e),a={type:o,finalized:!1,parent:n,original:e,copy:null,proxy:null,finalities:s,options:i,setMap:o===3?new Map(e.entries()):void 0};(r||"key"in t)&&(a.key=r);const{proxy:c,revoke:u}=Proxy.revocable(o===1?Object.assign([],a):a,ln);if(s.revoke.push(u),un.add(c),a.proxy=c,n){const l=n;l.finalities.draft.push((f,h)=>{var p,y;const g=k(c);let w=l.type===3?l.setMap:l.copy;const _=ce(w,r),b=k(_);if(b){let m=b.original;b.operated&&(m=gt(_)),Tt(b),St(b,De,f,h),l.options.enableAutoFreeze&&(l.options.updatedValues=(p=l.options.updatedValues)!==null&&p!==void 0?p:new WeakMap,l.options.updatedValues.set(m,b.original)),Me(w,r,m)}(y=g.callbacks)===null||y===void 0||y.forEach(m=>{m(f,h)})})}else{const l=k(c);l.finalities.draft.push((f,h)=>{Tt(l),St(l,De,f,h)})}return c}pt.createDraft=kt;function Wr(t,e,n,r,s){var i;const o=k(t),a=(i=o==null?void 0:o.original)!==null&&i!==void 0?i:t,c=!!e.length;if(o!=null&&o.operated)for(;o.finalities.draft.length>0;)o.finalities.draft.pop()(n,r);const u=c?e[0]:o?o.operated?o.copy:o.original:t;return o&&_t(o),s&&Se(u,u,o==null?void 0:o.options.updatedValues),[u,n&&c?[{op:P.Replace,path:[],value:e[0]}]:n,r&&c?[{op:P.Replace,path:[],value:a}]:r]}function Vr(t,e){var n;const r={draft:[],revoke:[],handledSet:new WeakSet};let s,i;e.enablePatches&&(s=[],i=[]);const a=((n=e.mark)===null||n===void 0?void 0:n.call(e,t,G))===G.mutable||!X(t,e)?t:kt({original:t,parentDraft:null,finalities:r,options:e});return[a,(c=[])=>{const[u,l,f]=Wr(a,c,s,i,e.enableAutoFreeze);return e.enablePatches?[u,l,f]:u}]}function Ot(t){const{rootDraft:e,value:n,useRawReturn:r=!1,isRoot:s=!0}=t;mt(n,(i,o,a)=>{const c=k(o);if(c&&e&&c.finalities===e.finalities){t.isContainDraft=!0;const u=c.original;if(a instanceof Set){const l=Array.from(a);a.clear(),l.forEach(f=>a.add(i===f?u:f))}else Me(a,i,u)}else typeof o=="object"&&o!==null&&(t.value=o,t.isRoot=!1,Ot(t))}),s&&(t.isContainDraft||console.warn("The return value does not contain any draft, please use 'rawReturn()' to wrap the return value to improve performance."),r&&console.warn("The return value contains drafts, please don't use 'rawReturn()' to wrap the return value."))}function fn(t){var e;const n=k(t);if(!X(t,n==null?void 0:n.options))return t;const r=be(t);if(n&&!n.operated)return n.original;let s;function i(){s=r===2?bt(t)?new Map(t):new(Object.getPrototypeOf(t)).constructor(t):r===3?Array.from(n.setMap.values()):sn(t,n==null?void 0:n.options)}if(n){n.finalized=!0;try{i()}finally{n.finalized=!1}}else s=t;if(mt(s,(o,a)=>{if(n&&ue(ce(n.original,o),a))return;const c=fn(a);c!==a&&(s===t&&i(),Me(s,o,c))}),r===3){const o=(e=n==null?void 0:n.original)!==null&&e!==void 0?e:s;return yt(o)?new Set(s):new(Object.getPrototypeOf(o)).constructor(s)}return s}function dn(t){if(!ye(t))throw new Error(`current() is only used for Draft, parameter: ${t}`);return fn(t)}const Qe=(t=>function e(n,r,s){var i,o,a;if(typeof n=="function"&&typeof r!="function")return function(T,...v){return e(T,I=>n.call(this,I,...v),r)};const c=n,u=r;let l=s;if(typeof r!="function"&&(l=r),l!==void 0&&Object.prototype.toString.call(l)!=="[object Object]")throw new Error(`Invalid options: ${l}, 'options' should be an object.`);l=Object.assign(Object.assign({},t),l);const f=ye(c)?dn(c):c,h=Array.isArray(l.mark)?(T,v)=>{for(const I of l.mark){if(typeof I!="function")throw new Error(`Invalid mark: ${I}, 'mark' should be a function.`);const D=I(T,v);if(D)return D}}:l.mark,p=(i=l.enablePatches)!==null&&i!==void 0?i:!1,y=(o=l.strict)!==null&&o!==void 0?o:!1,w={enableAutoFreeze:(a=l.enableAutoFreeze)!==null&&a!==void 0?a:!1,mark:h,strict:y,enablePatches:p};if(!X(f,w)&&typeof f=="object"&&f!==null)throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");const[_,b]=Vr(f,w);if(typeof r!="function"){if(!X(f,w))throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");return[_,b]}let m;try{m=u(_)}catch(T){throw _t(k(_)),T}const A=T=>{const v=k(_);if(!ye(T)){if(T!==void 0&&!ue(T,_)&&(v!=null&&v.operated))throw new Error("Either the value is returned as a new non-draft value, or only the draft is modified without returning any value.");const D=T==null?void 0:T[$r];if(D){const U=D[0];return w.strict&&typeof T=="object"&&T!==null&&Ot({rootDraft:v,value:T,useRawReturn:!0}),b([U])}if(T!==void 0)return typeof T=="object"&&T!==null&&Ot({rootDraft:v,value:T}),b([T])}if(T===_||T===void 0)return b([]);const I=k(T);if(w===I.options){if(I.operated)throw new Error("Cannot return a modified child draft.");return b([dn(T)])}return b([T])};return m instanceof Promise?m.then(A,T=>{throw _t(k(_)),T}):A(m)})();Object.prototype.constructor.toString();function hn(t,e){const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&Object.keys(t).every(s=>e.hasOwnProperty(s))}function pn(t,e){return Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>e.hasOwnProperty(n)&&t[n]===e[n])}function Be(t,e){return typeof t!="object"||typeof e!="object"||t===null||e===null?t===e:hn(t,e)?Object.keys(t).every(n=>Be(t[n],e[n])):!1}function It(t){if(!$e(t))return t;const e={};for(const[n,r]of Object.entries(t))r!==void 0&&(e[n]=r);return e}function yn(t,e){if(!$e(t)||!$e(e))return e;const n={...t};for(const r of Object.keys(e)){if(e[r]===void 0)continue;if(e[r]===null){delete n[r];continue}const s=$e(t[r])&&$e(e[r]);n[r]=s?yn(t[r],e[r]):e[r]}return n}function $e(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Qr(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let i=0;i<e.length-1;i++){const o=e[i];(!(o in r)||typeof r[o]!="object")&&(r[o]=typeof e[i+1]=="number"?[]:{}),r=r[o]}const s=e[e.length-1];Array.isArray(r)&&typeof s=="number"?r.splice(s,0,n):r[s]=n}function bn(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let s=0;s<e.length-1;s++){const i=e[s];(!(i in r)||typeof r[i]!="object")&&(r[i]=typeof e[s+1]=="number"?[]:{}),r=r[i]}r[e[e.length-1]]=n}function gn(t,e){if(!t||e.length===0)return;const[n,...r]=e;if(n in t){if(r.length===0){Array.isArray(t)?t.splice(n,1):delete t[n];return}gn(t[n],r),Br(t[n])&&delete t[n]}}function Br(t){return t&&Object.keys(t).length===0}const wn=/ZULU|YEKT|YEKST|YAPT|YAKT|YAKST|XJT|WGT|WGST|WFT|WETDST|WET|WDT|WAT|WAST|WAKT|WADT|VUT|VOLT|VLAT|VLAST|VET|UZT|UZST|UYT|UYST|UTC|UT|ULAT|ULAST|UCT|TVT|TRUT|TOT|TMT|TKT|TJT|TFT|TAHT|SGT|SCT|SAST|SADT|RET|PYT|PYST|PWT|PST|PONT|PMST|PMDT|PKT|PKST|PHT|PGT|PETT|PETST|PET|PDT|OMST|OMSST|NZT|NZST|NZDT|NUT|NST|NPT|NOVT|NOVST|NFT|NDT|MYT|MVT|MUT|MUST|MST|MSK|MSD|MPT|MMT|MHT|MEZ|METDST|MET|MESZ|MEST|MDT|MAWT|MART|MAGT|MAGST|LKT|LINT|LIGT|LHST|LHDT|KST|KRAT|KRAST|KOST|KGT|KGST|KDT|JST|JAYT|IST|IRT|IRKT|IRKST|IOT|IDT|ICT|HST|HKT|GYT|GMT|GILT|GFT|GET|GEST|GAMT|GALT|FNT|FNST|FKT|FKST|FJT|FJST|FET|EST|EGT|EGST|EETDST|EET|EEST|EDT|EAT|EAST|EASST|DDUT|DAVT|CXT|CST|COT|CLT|CLST|CKT|CHUT|CHAST|CHADT|CETDST|CET|CEST|CDT|CCT|CAST|CADT|BTT|BST|BRT|BRST|BRA|BOT|BORT|BNT|BDT|BDST|AZT|AZST|AZOT|AZOST|AWST|AWSST|AST|ART|ARST|ANAT|ANAST|AMT|AMST|ALMT|ALMST|AKST|AKDT|AFT|AEST|AESST|AEDT|ADT|ACWST|ACT|ACST|ACSST|ACDT$/,Gr={ZULU:0,YEKT:18e3,YEKST:21600,YAPT:36e3,YAKT:32400,YAKST:32400,XJT:21600,WGT:-10800,WGST:-7200,WFT:43200,WETDST:3600,WET:0,WDT:32400,WAT:3600,WAST:25200,WAKT:43200,WADT:28800,VUT:39600,VOLT:10800,VLAT:36e3,VLAST:36e3,VET:-14400,UZT:18e3,UZST:21600,UYT:-10800,UYST:-7200,UTC:0,UT:0,ULAT:28800,ULAST:32400,UCT:0,TVT:43200,TRUT:36e3,TOT:46800,TMT:18e3,TKT:46800,TJT:18e3,TFT:18e3,TAHT:-36e3,SGT:28800,SCT:14400,SAST:7200,SADT:37800,RET:14400,PYT:-14400,PYST:-10800,PWT:32400,PST:-28800,PONT:39600,PMST:-10800,PMDT:-7200,PKT:18e3,PKST:21600,PHT:28800,PGT:36e3,PETT:43200,PETST:43200,PET:-18e3,PDT:-25200,OMST:21600,OMSST:21600,NZT:43200,NZST:43200,NZDT:46800,NUT:-39600,NST:-12600,NPT:20700,NOVT:25200,NOVST:25200,NFT:-12600,NDT:-9e3,MYT:28800,MVT:18e3,MUT:14400,MUST:18e3,MST:-25200,MSK:10800,MSD:14400,MPT:36e3,MMT:23400,MHT:43200,MEZ:3600,METDST:7200,MET:3600,MESZ:7200,MEST:7200,MDT:-21600,MAWT:18e3,MART:-34200,MAGT:39600,MAGST:39600,LKT:19800,LINT:50400,LIGT:36e3,LHST:37800,LHDT:37800,KST:32400,KRAT:25200,KRAST:25200,KOST:39600,KGT:21600,KGST:21600,KDT:36e3,JST:32400,JAYT:32400,IST:7200,IRT:12600,IRKT:28800,IRKST:28800,IOT:21600,IDT:10800,ICT:25200,HST:-36e3,HKT:28800,GYT:-14400,GMT:0,GILT:43200,GFT:-10800,GET:14400,GEST:14400,GAMT:-32400,GALT:-21600,FNT:-7200,FNST:-3600,FKT:-10800,FKST:-10800,FJT:43200,FJST:46800,FET:10800,EST:-18e3,EGT:-3600,EGST:0,EETDST:10800,EET:7200,EEST:10800,EDT:-14400,EAT:10800,EAST:-21600,EASST:-21600,DDUT:36e3,DAVT:25200,CXT:25200,CST:-21600,COT:-18e3,CLT:-14400,CLST:-10800,CKT:-36e3,CHUT:36e3,CHAST:45900,CHADT:49500,CETDST:7200,CET:3600,CEST:7200,CDT:-18e3,CCT:28800,CAST:34200,CADT:37800,BTT:21600,BST:3600,BRT:-10800,BRST:-7200,BRA:-10800,BOT:-14400,BORT:28800,BNT:28800,BDT:21600,BDST:7200,AZT:14400,AZST:14400,AZOT:-3600,AZOST:0,AWST:28800,AWSST:32400,AST:-14400,ART:-10800,ARST:-10800,ANAT:43200,ANAST:43200,AMT:-14400,AMST:14400,ALMT:21600,ALMST:25200,AKST:-32400,AKDT:-28800,AFT:16200,AEST:36e3,AESST:39600,AEDT:39600,ADT:-10800,ACWST:31500,ACT:-18e3,ACST:34200,ACSST:37800,ACDT:37800};function Hr(t){return new Date(t)}function Jr(t){return new Date(t+"Z")}const Yr=/^(\d+)[\./-](\d+)[\./-](\d+)$/;function Zr(t){const e=t.match(Yr);if(!e)return null;const[n,r,s,i]=e;return r<=0||s<=0||i<=0?null:r>999?new Date(Date.UTC(r,s-1,i,0,0,0,0)):new Date(Date.UTC(i,r-1,s,0,0,0,0))}function Xr(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function es(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function ts(t){return new Date(t)}function ns(t){const e=/^(\w{3}) (\w{3}) (\d{2}) (\d{4})$/;if(!t.match(e))throw new Error(`Unable to parse \`${t}\` as a date.`);const r=new Date(t+" UTC");return new Date(Date.UTC(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate(),0,0,0,0))}function rs(t){const e=/^(.+T.+)([+-])(\d{2})$/,n=t.match(e);if(n){const[,r,s,i]=n,o=`${r}${s}${i}:00`;return new Date(o)}return null}function ss(t){const e=/^(\d+)-(\d{1,2})-(\d{1,2})([ T])(.+)$/,n=t.match(e);if(n){const[,r,s,i,o,a]=n,c=s.padStart(2,"0"),u=i.padStart(2,"0"),l=`${r}-${c}-${u}T${a}`;return new Date(l)}return null}function is(t){const[e,n]=t.split(", "),[r,s,i]=e.split("/").map(Number),o=n.match(/(\d{1,2}):(\d{2}):(\d{2}) (AM|PM)/);if(!o)throw new Error(`Unable to parse time from: ${t}`);let[,a,c,u,l]=o;return a=Number(a),c=Number(c),u=Number(u),l==="PM"&&a!==12?a+=12:l==="AM"&&a===12&&(a=0),new Date(Date.UTC(i,r-1,s,a,c,u))}function os(t){switch(t){case"epoch":return new Date(0);case"infinity":case"-infinity":case"today":case"tomorrow":case"yesterday":return null}}function as(t){const e=t.match(wn);if(!e)return null;const[n]=e,r=Gr[n],s=new Date(t.replace(wn,"Z"));return new Date(s.getTime()-r*1e3)}const cs=[Zr,es,ns,is,ts,Jr,rs,Xr,Hr,os,as,ss];function us(t,e){try{const n=t(e);return n instanceof Date&&!isNaN(n.getTime())?n:null}catch{return null}}function Ct(t){for(const e of cs){const n=us(e,t);if(n)return n}return null}function ls(t){try{const e=JSON.parse(t);return typeof e=="string"?Ct(e):null}catch{return null}}function Ge(t){if(t!==void 0){if(t===null)return null;if(t instanceof Date)return t;if(typeof t=="string"){const e=Ct(t)||ls(t)||Ct(t.trim());if(!e)throw new Error(`Unable to parse \`${t}\` as a date.`);return e}else if(typeof t=="number")return new Date(t);throw new Error(`Invalid date value \`${t}\`. Expected a date, number, or string, got type ${typeof t}.`)}}class we{constructor(e,n){d(this,"attrs");d(this,"linkIndex");d(this,"_blobAttrs",null);d(this,"_primaryKeys",null);d(this,"_forwardIdents",null);d(this,"_revIdents",null);this.attrs=e,this.linkIndex=n}resetAttrIndexes(){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,this._revIdents=null}addAttr(e){this.attrs[e.id]=e,this.resetAttrIndexes()}deleteAttr(e){delete this.attrs[e],this.resetAttrIndexes()}updateAttr(e){const n=this.attrs[e.id];n&&(this.attrs[e.id]={...n,...e},this.resetAttrIndexes())}getAttr(e){return this.attrs[e]}get blobAttrs(){if(this._blobAttrs)return this._blobAttrs;this._blobAttrs=new Map;for(const e of Object.values(this.attrs))if(Pt(e)){const[n,r,s]=e["forward-identity"];W(this.blobAttrs,[r,s],e)}return this._blobAttrs}get primaryKeys(){if(this._primaryKeys)return this._primaryKeys;this._primaryKeys=new Map;for(const e of Object.values(this.attrs))if(e["primary?"]){const[n,r]=e["forward-identity"];W(this._primaryKeys,[r],e)}return this._primaryKeys}get forwardIdents(){if(this._forwardIdents)return this._forwardIdents;this._forwardIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["forward-identity"],[r,s,i]=n;W(this._forwardIdents,[s,i],e)}return this._forwardIdents}get revIdents(){if(this._revIdents)return this._revIdents;this._revIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["reverse-identity"];if(n){const[r,s,i]=n;W(this._revIdents,[s,i],e)}}return this._revIdents}toJSON(){return{attrs:this.attrs,linkIndex:this.linkIndex}}}function fs(t){return t.cardinality==="one"}function Et(t){return t["value-type"]==="ref"}function Pt(t){return t["value-type"]==="blob"}function ve(t,e){return e.reduce((n,r)=>n&&n.get(r),t)}function ee(t,e){if(e.length===0)throw new Error("path must have at least one element");if(e.length===1){t.delete(e[0]);return}const[n,...r]=e;t.has(n)&&ee(t.get(n),r)}function W(t,e,n){let r=t;const s=e.length-1;for(let i=0;i<s;i++){const o=e[i];let a=r.get(o);a===void 0&&(a=new Map,r.set(o,a)),r=a}s>-1&&r.set(e[s],n)}function _n(t,e,n){const r=new Map,s=new Map,i=new Map;for(const o of e){let[a,c,u]=o;const l=t.getAttr(c);if(!l){console.warn("no such attr",c,a);continue}l["checked-data-type"]==="date"&&n&&(u=Ge(u),o[2]=u),Et(l)&&W(i,[u,c,a],o),W(r,[a,c,u],o),W(s,[c,a,u],o)}return{eav:r,aev:s,vae:i}}function mn(t){return{triples:V(t.eav,3),cardinalityInference:t.cardinalityInference,useDateObjects:t.useDateObjects,version:1}}function Tn(t,e){return Re(t,e.triples,e.cardinalityInference,e.useDateObjects)}function Sn(t,e){if(t)return new we(t.attrs,t.linkIndex);if(e&&"__type"in e)return new we(e.attrs,e.linkIndex)}function ds(t,e){return ve(t.eav,[e])!==void 0}function Re(t,e,n,r){const s=_n(t,e,r);return s.cardinalityInference=n,s.useDateObjects=r,s}function xe(t,e){var s,i;let n;if(Array.isArray(e[0])){const[o,a]=e[0],c=t.aev.get(o);if(!c)return null;n=(s=V(c,2).find(l=>l[2]===a))==null?void 0:s[0]}else n=e[0];if(!n)return null;const r=e[2];if(Array.isArray(r)&&r.length===2&&t.aev.get(r[0])){const[o,a]=r,c=t.aev.get(o);if(!c)return null;const l=(i=V(c,2).find(g=>g[2]===a))==null?void 0:i[0];if(!l)return null;const[f,h,p,...y]=e;return[n,h,l,...y]}else{const[o,...a]=e;return[n,...a]}}function vn(t,e,n){const r=xe(t,n);if(!r)return;const[s,i,o]=r,a=e.getAttr(i);a&&(ee(t.eav,[s,i,o]),ee(t.aev,[i,s,o]),Et(a)&&ee(t.vae,[o,i,s]))}let hs=0;function An(t,e,n){const[r,s,i]=n;let o;const a=ve(t.eav,[r,s,i]);return a&&(o=a[3]),o||Date.now()*10+hs++}function kn(t,e,n){const r=xe(t,n);if(!r)return;let[s,i,o]=r;const a=e.getAttr(i);if(!a)return;a["checked-data-type"]==="date"&&t.useDateObjects&&(o=Ge(o));const c=ve(t.eav,[s,i,o]),u=(c==null?void 0:c[3])??An(t,a,r),l=[s,i,o,u];fs(a)?(W(t.eav,[s,i],new Map([[o,l]])),W(t.aev,[i,s],new Map([[o,l]]))):(W(t.eav,[s,i,o],l),W(t.aev,[i,s,o],l)),Et(a)&&W(t.vae,[o,i,s],l)}function ps(t,e,n){var p;const r=xe(t,n);if(!r)return;const[s,i,o]=r,a=e.getAttr(i);if(!a)return;if(!Pt(a))throw new Error("merge operation is not supported for links");const c=ve(t.eav,[s,i]);if(!c)return;const u=(p=c.values().next())==null?void 0:p.value;if(!u)return;const l=u[2],f=yn(l,o),h=[s,i,f,An(t,a,u)];W(t.eav,[s,i],new Map([[f,h]])),W(t.aev,[i,s],new Map([[f,h]]))}function Mt(t,e,n){var u,l;const[r,s]=n,i=xe(t,[r]);if(!i)return;const[o]=i,a=t.eav.get(o);if(a){for(const f of a.keys()){const h=e.getAttr(f);h&&h["on-delete-reverse"]==="cascade"&&V(a.get(f),1).forEach(([p,y,g])=>{var w;return Mt(t,e,[g,(w=h["reverse-identity"])==null?void 0:w[1]])}),(!s||!h||((u=h["forward-identity"])==null?void 0:u[1])===s)&&(ee(t.aev,[f,o]),ee(t.eav,[o,f]))}a.size===0&&ee(t.eav,[o])}const c=t.vae.get(o)&&V(t.vae.get(o),2);c&&c.forEach(f=>{var w,_,b;const[h,p,y]=f,g=e.getAttr(p);(!s||!g||((w=g["reverse-identity"])==null?void 0:w[1])===s)&&(ee(t.eav,[h,p,y]),ee(t.aev,[p,h,y]),ee(t.vae,[y,p,h])),g&&g["on-delete"]==="cascade"&&((_=g["reverse-identity"])==null?void 0:_[1])===s&&Mt(t,e,[h,(b=g["forward-identity"])==null?void 0:b[1]])}),((l=t.vae.get(o))==null?void 0:l.size)===0&&ee(t.vae,[o])}function On(t,e,n){const r=_n(e,n,t.useDateObjects);Object.keys(r).forEach(s=>{t[s]=r[s]})}function ys(t,[e]){t.addAttr(e)}function In(t){return V(t.eav,3)}function bs(t,e,[n]){if(!e.getAttr(n))return;const r=In(t).filter(([s,i])=>i!==n);e.deleteAttr(n),On(t,e,r)}function gs(t,e,[n]){e.getAttr(n.id)&&(e.updateAttr(n),On(t,e,In(t)))}function ws(t,e,n){const[r,...s]=n;switch(r){case"add-triple":kn(t,e,s);break;case"deep-merge-triple":ps(t,e,s);break;case"retract-triple":vn(t,e,s);break;case"delete-entity":Mt(t,e,s);break;case"add-attr":ys(e,s);break;case"delete-attr":bs(t,e,s);break;case"update-attr":gs(t,e,s);break;case"restore-attr":break;case"rule-params":break;default:throw new Error(`unhandled transaction action: ${r}`)}}function V(t,e,n=[]){if(!t||e===0)return n;if(e===1){for(const r of t.values())n.push(r);return n}for(const r of t.values())V(r,e-1,n);return n}function He(t,e,n){var i;const r=[];if(n!=null&&n.hasOwnProperty("$not")){for(const o of e.keys())n.$not!==o&&r.push(e.get(o));return r}if(n!=null&&n.hasOwnProperty("$isNull")){const{attrId:o,isNull:a,reverse:c}=n.$isNull;if(c)for(const u of e.keys()){const l=t.vae.get(u),f=!l||!l.get(o);(a?f:!f)&&r.push(e.get(u))}else{const u=t.aev.get(o);for(const l of e.keys()){const f=!u||((i=u.get(l))==null?void 0:i.get(null))||!u.get(l);(a?f:!f)&&r.push(e.get(l))}}return r}if(n!=null&&n.$comparator)return V(e,1).filter(n.$op);const s=n.in||n.$in||[n];for(const o of s){const a=e.get(o);a&&r.push(a)}return r}function _s(t,e,n){let r="";return t!==void 0&&(r+="e"),e!==void 0&&(r+="a"),n!==void 0&&(r+="v"),r}function ms(t,[e,n,r]){var i,o;switch(_s(e,n,r)){case"e":{const a=t.eav.get(e);return V(a,2)}case"ea":{const a=(i=t.eav.get(e))==null?void 0:i.get(n);return V(a,1)}case"eav":{const a=(o=t.eav.get(e))==null?void 0:o.get(n);return a?He(t,a,r):[]}case"ev":{const a=t.eav.get(e);if(!a)return[];const c=[];for(const u of a.values())c.push(...He(t,u,r));return c}case"a":{const a=t.aev.get(n);return V(a,2)}case"av":{const a=t.aev.get(n);if(!a)return[];const c=[];for(const u of a.values())c.push(...He(t,u,r));return c}case"v":{const a=[];for(const c of t.eav.values())for(const u of c.values())a.push(...He(t,u,r));return a}default:return V(t.eav,3)}}function Ts(t,e,n){var s;const r={};if(!e)return r;for(const[i,o]of e.entries()){const a=(s=t.eav.get(n))==null?void 0:s.get(o.id),c=V(a,1);for(const u of c)r[i]=u[2]}return r}function $(t,e,n){var r;return(r=t.forwardIdents.get(e))==null?void 0:r.get(n)}function _e(t,e,n){var r;return(r=t.revIdents.get(e))==null?void 0:r.get(n)}function Ss(t,e){return t.blobAttrs.get(e)}function Cn(t,e){var r;const n=t.primaryKeys.get(e);return n||((r=t.forwardIdents.get(e))==null?void 0:r.get("id"))}function vs(t,e,n){const r=xe(t,n);if(!r)return;const[s,i,o]=r;if(e.getAttr(i))return ve(t.eav,[s,i])}function As(t,e,n){const r=n.filter(([s,i,o,a,c])=>{if(s!=="add-triple"&&s!=="deep-merge-triple")return!0;const u=c==null?void 0:c.mode;if(u!=="create"&&u!=="update")return!0;let l=!1;const f=e.getAttr(o);if(f){const h=Cn(e,f["forward-identity"][1]);l=!!vs(t,e,[i,h==null?void 0:h.id,i])}return!(u==="create"&&l||u==="update"&&!l)});return Qe({store:t,attrsStore:e},s=>{r.forEach(i=>{ws(s.store,s.attrsStore,i)})},{mark:s=>{if(s instanceof we)return"immutable"}})}function ks(t){return typeof t=="string"&&t.startsWith("?")}function Os(t,e,n){if(n.hasOwnProperty(t)){const r=n[t];return Pn(r,e,n)}return{...n,[t]:e}}function En(t,e,n){return t===e?n:null}function Is(t){switch(typeof t){case"string":return t.startsWith("?")?Os:En;default:return En}}const Cs=["in","$in","$not","$isNull","$comparator"];function Es(t){for(const e of Cs)if(t.hasOwnProperty(e))return!0;return!1}function Pn(t,e,n){return n?typeof t=="object"?Es(t)?n:null:Is(t)(t,e,n):null}function Ps(t,e,n){return t.reduce((r,s,i)=>{const o=e[i];return Pn(s,o,r)},n)}function Ms(t,e,n){return $s(t,e,n).map(r=>Ps(e,r,n)).filter(r=>r)}function js(t,e,n){return e.or?e.or.patterns.flatMap(r=>jt(t,r,n)):e.and?e.and.patterns.reduce((r,s)=>jt(t,s,r),n):n.flatMap(r=>Ms(t,e,r))}function jt(t,e,n=[{}]){return e.reduce((r,s)=>js(t,s,r),n)}function Dt(t,e){return Array.isArray(e)?e.map(n=>Dt(t,n)):ks(e)?t[e]:e}function Ds(t,{find:e,where:n}){return jt(t,n).map(s=>Dt(s,e))}function $s(t,e,n){return ms(t,Dt(n,e))}const Rs=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;function Ae(t){return typeof t=="string"&&Rs.test(t)}const R=[];for(let t=0;t<256;++t)R.push((t+256).toString(16).slice(1));function xs(t,e=0){return(R[t[e+0]]+R[t[e+1]]+R[t[e+2]]+R[t[e+3]]+"-"+R[t[e+4]]+R[t[e+5]]+"-"+R[t[e+6]]+R[t[e+7]]+"-"+R[t[e+8]]+R[t[e+9]]+"-"+R[t[e+10]]+R[t[e+11]]+R[t[e+12]]+R[t[e+13]]+R[t[e+14]]+R[t[e+15]]).toLowerCase()}let $t;const Us=new Uint8Array(16);function Ls(){if(!$t){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");$t=crypto.getRandomValues.bind(crypto)}return $t(Us)}const Mn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Fs(t,e,n){var s;if(Mn.randomUUID&&!t)return Mn.randomUUID();t=t||{};const r=t.random??((s=t.rng)==null?void 0:s.call(t))??Ls();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,xs(r)}function jn(t){const e=t.replace(/-/g,""),n=[];for(let r=0;r<e.length;r+=2)n.push(parseInt(e.substring(r,r+2),16));return n}function Ns(t,e){for(let n=0;n<t.length;n++){if(t[n]<e[n])return-1;if(t[n]>e[n])return 1}return 0}function Ks(t,e){return Ns(jn(t),jn(e))}function j(){return Fs()}function qs(t,e){return t.localeCompare(e)}function zs(){let t=qs;if(typeof Intl=="object"&&Intl.hasOwnProperty("Collator"))try{t=Intl.Collator("en-US").compare}catch{}return t}const Ws=zs();let Vs=!0,Qs=0;function Ue(t){return Je(`_${t}`,Qs++)}function Je(t,e){return`?${t}-${e}`}class ke extends Error{constructor(e){super(e),this.name="AttrNotFoundError"}}function Bs(t,e){const n=Cn(t,e);if(!n)throw new ke(`Could not find id attr for ${e}`);return n}function Dn(t,e,n,r){return[Gs(t,e,n,r)]}function Gs(t,e,n,r){return[t(n,r),Bs(e,n).id,t(n,r),t("time",r)]}function Hs(t,e,n){return t.map(r=>r===e?n:r)}function $n(t,e,n,r,s){const i=$(e,n,s),o=_e(e,n,s),a=i||o;if(!a)throw new ke(`Could not find attr for ${[n,s]}`);if(a["value-type"]!=="ref")throw new Error(`Attr ${a.id} is not a ref`);const[c,u]=a["forward-identity"],[l,f]=a["reverse-identity"],h=r+1,p=i?[t(u,r),a.id,t(f,h),Ue("time")]:[t(u,h),a.id,t(f,r),Ue("time")];return[i?f:u,h,p,a,!!i]}function Rn(t,e){if(typeof e!="string")return function(o){return!1};const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/%/g,".*").replace(/_/g,"."),s=new RegExp(`^${r}$`,t?void 0:"i");return function(o){return typeof o!="string"?!1:s.test(o)}}function Js(t,e){if(typeof e!="object"||e.hasOwnProperty("$in")||e.hasOwnProperty("in"))return e;const n=t["checked-data-type"]==="date";if(e.hasOwnProperty("$gt"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])>new Date(e.$gt)}:function(s){return s[2]>e.$gt}};if(e.hasOwnProperty("$gte"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])>=new Date(e.$gte)}:function(s){return s[2]>=e.$gte}};if(e.hasOwnProperty("$lt"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])<new Date(e.$lt)}:function(s){return s[2]<e.$lt}};if(e.hasOwnProperty("$lte"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])<=new Date(e.$lte)}:function(s){return s[2]<=e.$lte}};if(e.hasOwnProperty("$like")){const r=Rn(!0,e.$like);return{$comparator:!0,$op:function(i){return r(i[2])}}}if(e.hasOwnProperty("$ilike")){const r=Rn(!1,e.$ilike);return{$comparator:!0,$op:function(i){return r(i[2])}}}return e}function Ys(t,e,n,r,s,i){const o=$(e,n,s),a=_e(e,n,s),c=o||a;if(!c)throw new ke(`No attr for etype = ${n} label = ${s}`);if(i!=null&&i.hasOwnProperty("$isNull")){const u=$(e,n,"id");if(!u)throw new ke(`No attr for etype = ${n} label = id`);return[t(n,r),u.id,{$isNull:{attrId:c.id,isNull:i.$isNull,reverse:!o}},Ue("time")]}return o?[t(n,r),c.id,Js(c,i),Ue("time")]:[i,c.id,t(n,r),Ue("time")]}function Zs(t,e,n,r,s){const[i,o,a]=s.reduce((c,u)=>{const[l,f,h]=c,[p,y,g]=$n(t,e,l,f,u);return[p,y,[...h,g]]},[n,r,[]]);return[i,o,a]}function Rt(t,e,n,r,s,i){const o=s.slice(0,s.length-1),a=s[s.length-1],[c,u,l]=Zs(t,e,n,r,o),f=Ys(t,e,c,u,a,i);return l.concat([f])}function Xs(t,e){return e?[e].concat(t):t}function ei([t,e]){return t==="or"&&Array.isArray(e)}function ti([t,e]){return t==="and"&&Array.isArray(e)}function ni(t,e,n){return(r,s)=>{const i=t(r,s);return e==i?i:`${i}-${n}`}}function xn(t,e,n,r,s,i){const o=t(r,s),a=i.map((c,u)=>{const l=ni(t,o,u);return Ln(l,n,r,s,c)});return{[e]:{patterns:a,joinSym:o}}}function ri(t){const e=[];for(let n=1;n<=t.length;n++)e.push(t.slice(0,n));return e}function Un(t,e,n,r,s){return ri(s).map(i=>Rt(t,e,n,r,i,{$isNull:!0}))}function Ln(t,e,n,r,s){return Object.entries(s).flatMap(([i,o])=>{if(ei([i,o]))return xn(t,"or",e,n,r,o);if(ti([i,o]))return xn(t,"and",e,n,r,o);if(i==="$entityIdStartsWith")return[];const a=i.split(".");if(o!=null&&o.hasOwnProperty("$ne")&&(o={...o,$not:o.$ne},delete o.$ne),o!=null&&o.hasOwnProperty("$not")){const c=Rt(t,e,n,r,a,o),u=Un(t,e,n,r,a);return[{or:{patterns:[c,...u],joinSym:t(n,r)}}]}return o!=null&&o.hasOwnProperty("$isNull")&&o.$isNull===!0&&a.length>1?[{or:{patterns:Un(t,e,n,r,a),joinSym:t(n,r)}}]:Rt(t,e,n,r,a,o)})}function si(t,e,n,r){const s=Je;return r?Ln(s,t,e,n,r).concat(Dn(s,t,e,n)):Dn(s,t,e,n)}function ii(t,e,n){return[t(e,n),t("time",n)]}function oi(t,e,n,r,s,i){const[o,a,c,u,l]=$n(t,e,n,r,s),f=Hs(c,t(n,r),i);return[o,a,f,u,l]}function ai(t,e,n,{etype:r,level:s,form:i},o){const a=Object.keys(i).filter(c=>c!=="$");return a.length?Object.entries(o).map(function([u,l]){return a.map(function(p){var g,w,_;const y=!!(e.cardinalityInference&&((_=(w=(g=n.linkIndex)==null?void 0:g[r])==null?void 0:w[p])!=null&&_.isSingular));try{const[b,m,A]=oi(t,n,r,s,p,u),T=Nn(e,n,{etype:b,level:m,form:i[p],join:A}),v=y?T[0]:T;return{[p]:v}}catch(b){if(b instanceof ke)return{[p]:y?void 0:[]};throw b}}).reduce(function(p,y){return{...p,...y}},l)}):Object.values(o)}function ci(t,e,n){return n==="string"?Ws(t,e):t>e?1:-1}function Le(t,e,n,r,s){return e===r||e==null&&r==null?Ks(t,n):r==null?1:e==null?-1:ci(e,r,s)}function Ye([t,e],[n,r],s){return Le(t,e,n,r,s)}function xt(t){return t==null?t:new Date(t).getTime()}function ui(t,e,n,r){var y;const[s,i,o,a]=t,c=n==="desc"?1:-1;if(((y=e["forward-identity"])==null?void 0:y[2])==="id")return Ye(r,[s,a],null)===c;const[u,l]=r,f=e["checked-data-type"],h=f==="date"?xt(l):l,p=f==="date"?xt(o):o;return Ye([u,h],[s,p],f)===c}function li(t,e){const n=e[1];return t.getAttr(n)}function fi(t,e,n){const r=Object.keys(n)[0];return $(t,e,r)}function di(t,e,n,r){if(n)return li(t,n);if(r)return fi(t,e,r)}function hi(t,e,n){var s,i;if(!Array.isArray(n.fields))return Ss(t,e);const r=new Map;for(const o of n.fields){const a=$(t,e,o),c=(s=a==null?void 0:a["forward-identity"])==null?void 0:s[2];c&&Pt(a)&&r.set(c,a)}if(!r.has("id")){const o=$(t,e,"id"),a=(i=o==null?void 0:o["forward-identity"])==null?void 0:i[2];a&&r.set(a,o)}return r}function pi(t,e,{etype:n,pageInfo:r,dq:s,form:i}){var y,g;const o=(y=i==null?void 0:i.$)==null?void 0:y.order,a=Fn(i),c=yi(i);let u=Ds(t,s);const l=r==null?void 0:r["start-cursor"],f=di(e,n,l,o);if(f&&((g=f==null?void 0:f["forward-identity"])==null?void 0:g[2])!=="id"){const w=f["checked-data-type"]==="date",_=f.id;u=u.map(([b])=>{var A,T,v,I,D;let m=(D=(I=(v=(T=(A=t.eav.get(b))==null?void 0:A.get(_))==null?void 0:T.values())==null?void 0:v.next())==null?void 0:I.value)==null?void 0:D[2];return w&&(m=xt(m)),[b,m]})}u.sort(c==="asc"?function(_,b){return Ye(_,b,f==null?void 0:f["checked-data-type"])}:function(_,b){return Ye(b,_,f==null?void 0:f["checked-data-type"])});let h={};const p=hi(e,n,s);for(const w of u){const[_]=w;if(h[_]||!a&&l&&f&&ui(l,f,c,w))continue;const b=Ts(t,p,_);b&&(h[_]=b)}return h}function yi(t){var n;const e=(n=t.$)==null?void 0:n.order;return e&&e[Object.keys(e)[0]]||"asc"}function Fn(t){var s,i,o;const e=(s=t.$)==null?void 0:s.offset,n=(i=t.$)==null?void 0:i.before,r=(o=t.$)==null?void 0:o.after;return!e&&!n&&!r}function bi(t,e,{etype:n,level:r,form:s,join:i,pageInfo:o}){var h,p,y,g,w;if(!Fn(s)&&(!o||!o["start-cursor"]))return[];const a=Xs(si(e,n,r,(h=s.$)==null?void 0:h.where),i),c=ii(Je,n,r),u=(p=s.$)==null?void 0:p.fields,l=pi(t,e,{etype:n,pageInfo:o,form:s,dq:{where:a,find:c,fields:u}}),f=((y=s.$)==null?void 0:y.limit)||((g=s.$)==null?void 0:g.first)||((w=s.$)==null?void 0:w.last);if(f!=null){r>0&&Vs&&console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");const _=Object.entries(l);return _.length<=f?l:Object.fromEntries(_.slice(0,f))}return l}function gi(t,e,n){try{return bi(t,e,n)}catch(r){if(r instanceof ke)return{};throw r}}function Nn(t,e,n){const r=gi(t,e,n);return ai(Je,t,e,n,r)}function wi(t){const e={};for(const[n,r]of Object.entries(t))e[n]={startCursor:r["start-cursor"],endCursor:r["end-cursor"],hasNextPage:r["has-next-page?"],hasPreviousPage:r["has-previous-page?"]};return e}function Kn({store:t,attrsStore:e,pageInfo:n,aggregate:r},s){const o={data:Object.keys(s).reduce(function(c,u){return r!=null&&r[u]||u==="$$ruleParams"||(c[u]=Nn(t,e,{etype:u,form:s[u],level:0,pageInfo:n==null?void 0:n[u]})),c},{})};return n&&(o.pageInfo=wi(n)),r&&(o.aggregate=r),o}function _i(){const e={__etype:1,__ops:1,create:1,update:1,link:1,unlink:1,delete:1,merge:1,ruleParams:1};return new Set(Object.keys(e))}const mi=_i();function Ze(t,e,n){const r={__etype:t,__ops:n};return new Proxy(r,{get:(s,i)=>{if(i==="__ops")return n;if(i==="__etype")return t;if(mi.has(i))return(o,a)=>Ze(t,e,[...n,a?[i,t,e,o,a]:[i,t,e,o]])}})}function qn(t,e){return`lookup__${t}__${JSON.stringify(e)}`}function Xe(t){return t.startsWith("lookup__")}function Ut(t){const[e,n,...r]=t.split("__");return[n,JSON.parse(r.join("__"))]}function Ti(t){return new Proxy({__etype:t},{get(e,n){if(n==="lookup")return(s,i)=>Ze(t,Ut(qn(s,i)),[]);if(n==="__etype")return t;const r=n;return Xe(r)?Ze(t,Ut(r),[]):Ze(t,r,[])}})}function Lt(){return new Proxy({},{get(t,e){return Ti(e)}})}const Si=Lt();function vi(t){return t.__ops}function Ai(t,e){const{attrIdMap:n,refSwapAttrIds:r}=t,s=[];for(const o of e){const a=n[o];if(a)s.push(a);else if(Array.isArray(o)&&o.length==2&&n[o[0]]){const[c,u]=o;s.push([n[c],u])}else s.push(o)}const[i]=e;if((i==="add-triple"||i==="retract-triple")&&r.has(e[2])){const o=s[1];s[1]=s[3],s[3]=o}return s}function ki(t){if(Array.isArray(t))return t;const e=Object.entries(t);if(e.length!==1)throw new Error("lookup must be an object with a single unique attr and value.");return e[0]}function Oi(t,e,n){return n.indexOf(".")!==-1&&!$(t,e,n)}function Ft(t){const[e,n,...r]=t.split(".");if(r.length>0||n!=="id")throw new Error(`${t} is not a valid lookup attribute.`);return e}function Ii(t,e,n){if(!Oi(t,e,n))return $(t,e,n);const r=Ft(n),s=$(t,e,r)||_e(t,e,r);if(s&&s["value-type"]!=="ref")throw new Error(`${n} does not reference a valid link attribute.`);return s}function Nt(t){return typeof t=="string"&&!Xe(t)?null:typeof t=="string"&&Xe(t)?Ut(t):ki(t)}function Q(t,e,n){const r=Nt(n);if(r===null)return n;const[s,i]=r,o=Ii(t,e,s);if(!o||!o["unique?"])throw new Error(`${s} is not a unique attribute.`);return[o.id,i]}function zn(t,e,n,r){var o;const s=Q(t,e,n);return Array.isArray(s)?[["add-triple",s,(o=$(t,e,"id"))==null?void 0:o.id,s]].concat(r):r}function Ci({attrsStore:t},[e,n,r]){const s=Object.entries(r).flatMap(([i,o])=>{const a=Array.isArray(o)?o:[o],c=$(t,e,i),u=_e(t,e,i);return a.map(l=>c?["add-triple",Q(t,e,n),c.id,Q(t,c["reverse-identity"][1],l)]:["add-triple",Q(t,u["forward-identity"][1],l),u==null?void 0:u.id,Q(t,e,n)])});return zn(t,e,n,s)}function Ei({attrsStore:t},[e,n,r]){const s=Object.entries(r).flatMap(([i,o])=>{const a=Array.isArray(o)?o:[o],c=$(t,e,i),u=_e(t,e,i);return a.map(l=>c?["retract-triple",Q(t,e,n),c.id,Q(t,c["reverse-identity"][1],l)]:["retract-triple",Q(t,u["forward-identity"][1],l),u.id,Q(t,e,n)])});return zn(t,e,n,s)}function Pi(t,e,n,r){var s;if(Array.isArray(r)){const[i,o]=r;for(const a of t||[]){const c=a==null?void 0:a.aev.get(i);if(c){for(const[u,l,f]of V(c,2))if(f===o)return!0}}}else for(const i of t||[]){const o=i==null?void 0:i.eav.get(r);if(o){for(const a of o.keys())if(((s=e.getAttr(a))==null?void 0:s["forward-identity"][1])==n)return!0}}return!1}function Wn({stores:t,attrsStore:e},[n,r,s,i]){return(i==null?void 0:i.upsert)===!1?{mode:"update"}:(i==null?void 0:i.upsert)===!0?null:Pi(t,e,n,r)?{mode:"update"}:null}function Mi(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=It(i),c=Q(n,r,s);return[["id",c]].concat(Object.entries(a)).map(([l,f])=>{const h=$(n,r,l);return h["checked-data-type"]==="date"&&t.useDateObjects&&(f=Ge(f)),["add-triple",c,h.id,f,{mode:"create"}]})}function ji(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=It(i),c=Q(n,r,s),u=Wn(t,[r,c,i,o]);return[["id",c]].concat(Object.entries(a)).map(([f,h])=>{const p=$(n,r,f);return p["checked-data-type"]==="date"&&t.useDateObjects&&(h=Ge(h)),["add-triple",c,p.id,h,...u?[u]:[]]})}function Di({attrsStore:t},[e,n]){return[["delete-entity",Q(t,e,n),e]]}function $i(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=It(i),c=Q(n,r,s),u=Wn(t,[r,c,i,o]),l=Object.entries(a).map(([h,p])=>{const y=$(n,r,h);return["deep-merge-triple",c,y.id,p,...u?[u]:[]]});return[["add-triple",c,$(n,r,"id").id,c,...u?[u]:[]]].concat(l)}function Ri({attrsStore:t},[e,n,r]){return[["rule-params",Q(t,e,n),e,r]]}function xi(t){const[e,n,r,s,i]=t;if(!s)return t;const o={...s};return delete o.id,[e,n,r,o,...i?[i]:[]]}function Ui(t,e){const[n,...r]=xi(e);switch(n){case"merge":return $i(t,r);case"create":return Mi(t,r);case"update":return ji(t,r);case"link":return Ci(t,r);case"unlink":return Ei(t,r);case"delete":return Di(t,r);case"ruleParams":return Ri(t,r);default:throw new Error(`unsupported action ${n}`)}}function Li(t){switch(t){case"string":case"date":case"boolean":case"number":return t;default:return}}function Fi(t,e,n){var a,c;const r=(c=(a=t.entities[e])==null?void 0:a.attrs)==null?void 0:c[n];if(n==="id")return null;if(!r)throw new Error(`${e}.${n} does not exist in your schema`);const{unique:s,indexed:i}=r==null?void 0:r.config,o=Li(r==null?void 0:r.valueType);return{"index?":i,"unique?":s,"checked-data-type":o}}function et(t,e,n,r){const s=t?Fi(t,e,n):null,i=j(),a=[j(),e,n];return{id:i,"forward-identity":a,"value-type":"blob",cardinality:"one","unique?":!1,"index?":!1,isUnsynced:!0,...s||{},...r||{}}}function Ni(t,e,n){return Object.values(t.links).find(i=>i.forward.on===e&&i.forward.label===n||i.reverse.on===e&&i.reverse.label===n)}function Ki(t,e,n){const r=Ni(t,e,n);if(!r)throw new Error(`Couldn't find the link ${e}.${n} in your schema`);const{forward:s,reverse:i}=r;return{"forward-identity":[j(),s.on,s.label],"reverse-identity":[j(),i.on,i.label],cardinality:s.has==="one"?"one":"many","unique?":i.has==="one","on-delete":s.onDelete,"on-delete-reverse":i.onDelete}}function Vn(t,e,n,r){const s=t?Ki(t,e,n):null,i=j(),o=[j(),e,n],a=[j(),n,e];return{id:i,"forward-identity":o,"reverse-identity":a,"value-type":"ref",cardinality:"many","unique?":!1,"index?":!1,isUnsynced:!0,...s||{},...r||{}}}const qi=new Set(["create","update","merge","link","unlink"]),zi=new Set(["link","unlink"]),Wi=new Set(["create","update","merge"]),Vi=new Set(["link","unlink","create","update","merge","delete","ruleParams"]),Kt={"unique?":!0,"index?":!0},Qi={...Kt,cardinality:"one"};function Bi(t){const e=[],[n,r,s,i]=t;if(!Vi.has(n))return e;const o=Nt(s);if(o&&e.push({etype:r,lookupPair:o}),n==="link")for(const[a,c]of Object.entries(i)){const u=Array.isArray(c)?c:[c];for(const l of u){const f=Nt(l);f&&e.push({etype:r,lookupPair:f,linkLabel:a})}}return e}function Gi({attrsStore:t,schema:e},n){var h,p;const r=new Set,s=[],i=[];function o(y,g){return $(t,y,g)||s.find(w=>w["forward-identity"][1]===y&&w["forward-identity"][2]===g)}function a(y,g){return _e(t,y,g)||s.find(w=>{var _,b;return((_=w["reverse-identity"])==null?void 0:_[1])===y&&((b=w["reverse-identity"])==null?void 0:b[2])===g})}function c(y){s.push(y),i.push(["add-attr",y]),r.add(y.id)}function u(y){y&&"isUnsynced"in y&&y.isUnsynced&&!r.has(y.id)&&(s.push(y),i.push(["add-attr",y]),r.add(y.id))}function l(y,g){return g.indexOf(".")!==-1&&!o(y,g)}function f(y,g){const w=o(y,g),_=a(y,g);u(w),u(_),!w&&!_&&c(Vn(e,y,g,Qi))}for(const y of n)for(const{etype:g,lookupPair:w,linkLabel:_}of Bi(y)){const b=w[0];if(_){f(g,_);const m=o(g,_),A=a(g,_);u(m),u(A);const T=((h=m==null?void 0:m["reverse-identity"])==null?void 0:h[1])||((p=A==null?void 0:A["forward-identity"])==null?void 0:p[1])||_;if(l(T,b))f(T,Ft(b));else{const v=o(T,b);v||c(et(e,T,b,Kt)),u(v)}}else if(l(g,b))f(g,Ft(b));else{const m=o(g,b);m||c(et(e,g,b,Kt)),u(m)}}for(const y of n){const[g,w,_,b]=y;if(qi.has(g)){const m=o(w,"id");u(m),m||c(et(e,w,"id",{"unique?":!0}));for(const A of Object.keys(b)){const T=o(w,A);if(u(T),Wi.has(g)&&(T||c(et(e,w,A,A==="id"?{"unique?":!0}:null))),zi.has(g)){const v=a(w,A);!T&&!v&&c(Vn(e,w,A)),u(v)}}}}if(s.length){const y={...t.attrs};for(const g of s)y[g.id]=g;return[new we(y,t.linkIndex),i]}return[t,i]}function Hi(t,e){const r=(Array.isArray(e)?e:[e]).flatMap(c=>vi(c)),[s,i]=Gi(t,r),o={...t,attrsStore:s},a=r.flatMap(c=>Ui(o,c));return[...i,...a]}function Qn(t,e){typeof requestIdleCallback>"u"?t():requestIdleCallback(t,{timeout:e})}const Oe="__meta";class Bn{constructor(e,n){}}class qt{constructor(e){d(this,"currentValue");d(this,"_subs",[]);d(this,"_persister");d(this,"_merge");d(this,"serialize");d(this,"parse");d(this,"_saveThrottleMs");d(this,"_idleCallbackMaxWaitMs");d(this,"_nextSave",null);d(this,"_nextGc",null);d(this,"_pendingSaveKeys",new Set);d(this,"_loadedKeys",new Set);d(this,"_loadingKeys");d(this,"_objectSize");d(this,"_log");d(this,"onKeyLoaded");d(this,"_version",0);d(this,"_meta",{isLoading:!0,onLoadCbs:[],value:null,error:null,attempts:0});d(this,"_gcOpts");this._persister=e.persister,this._merge=e.merge,this.serialize=e.serialize,this.parse=e.parse,this._objectSize=e.objectSize,this._log=e.logger,this._saveThrottleMs=e.saveThrottleMs??100,this._idleCallbackMaxWaitMs=e.idleCallbackMaxWaitMs??1e3,this._gcOpts=e.gc,this.currentValue={},this._loadedKeys=new Set,this._loadingKeys={},this._initMeta(),e.preloadEntryCount&&this._preloadEntries(e.preloadEntryCount)}async _initMeta(){var e;this._meta.loadingPromise&&await this._meta.loadingPromise;try{const n=this._persister.getItem(Oe);this._meta.loadingPromise=n;const r=await n;this._meta.isLoading=!1,this._meta.error=null,this._meta.loadingPromise=null,this._meta.attempts=0;const s=((e=this._meta.value)==null?void 0:e.objects)??{},i=r??{},o=i.objects??{};this._meta.value={...i,objects:{...s,...o}}}catch(n){this._meta.error=n,this._meta.attempts++,this._meta.loadingPromise=null}}async _getMeta(){return this._meta.value?this._meta.value:this._meta.loadingPromise?(await this._meta.loadingPromise,this._meta.value):(this._initMeta(),await this._meta.loadingPromise,this._meta.value)}async _refreshMeta(){return await this._initMeta(),this._meta.value}async _preloadEntries(e){const n=await this.waitForMetaToLoad();if(!n)return;const r=Object.entries(n.objects);r.sort(([s,i],[o,a])=>a.updatedAt-i.updatedAt);for(const[s]of r.slice(0,e))this._loadKey(s)}async _getFromStorage(e){try{const n=await this._persister.getItem(e);return n&&this.parse(e,n)}catch(n){return console.error(`Unable to read from storage for key=${e}`,n),null}}async waitForKeyToLoad(e){return this._loadedKeys.has(e)?this.currentValue[e]:(await(this._loadingKeys[e]||this._loadKey(e)),this.currentValue[e])}async waitForMetaToLoad(){return this._getMeta()}unloadKey(e){this._loadedKeys.delete(e),delete this._loadingKeys[e],delete this.currentValue[e]}async _loadKey(e){if(this._loadedKeys.has(e)||e in this._loadingKeys)return;const n=this._getFromStorage(e);this._loadingKeys[e]=n;const r=await n;if(delete this._loadingKeys[e],this._loadedKeys.add(e),r){const s=this._merge(e,r,this.currentValue[e]);s&&(this.currentValue[e]=s)}this.onKeyLoaded&&this.onKeyLoaded(e)}_writeToStorage(e){const n=[],r=e==null?void 0:e.skipGc;if(this._meta.isLoading){const f=new Promise((h,p)=>{setTimeout(()=>this._enqueuePersist(e?{...e,attempts:(e.attempts||0)+1}:{attempts:1}).then(h).catch(p),10+((e==null?void 0:e.attempts)??0)*1e3)});return n.push(f),Promise.all(n).then(h=>h.reduce((p,y)=>p+y,0))}const s=this._meta.value;if(!s)return Promise.resolve(0);const i=[],o=[];for(const f of this._pendingSaveKeys)f in this.currentValue?o.push(f):(i.push(f),delete s.objects[f]);for(const f of i){const h=this._persister.removeItem(f);n.push(h.then(()=>1)),this._loadedKeys.delete(f),this._pendingSaveKeys.delete(f)}const a=[],c=[[Oe,s]],u=s.objects??{};s.objects=u;for(const f of o)if(this._loadedKeys.has(f)){const h=this.serialize(f,this.currentValue[f]);c.push([f,h]);const p=this._objectSize(h),y=u[f]??{createdAt:Date.now(),updatedAt:Date.now(),size:p};y.updatedAt=Date.now(),y.size=p,u[f]=y,this._pendingSaveKeys.delete(f)}else a.push(f);const l=this._persister.multiSet(c);n.push(l.then(()=>1));for(const f of a){const h=this._loadKey(f).then(()=>this._enqueuePersist(e));n.push(h)}return r||this.gc(),Promise.all(n).then(f=>f.reduce((h,p)=>h+p,0))}async flush(){return this._nextSave?(clearTimeout(this._nextSave),this._nextSave=null,this._writeToStorage()):void 0}async _gc(){if(!this._gcOpts)return;const e=new Set(await this._persister.getAllKeys());e.delete(Oe);const n=new Set(Object.keys(this.currentValue));for(const h of Object.keys(this._loadingKeys))n.add(h);for(const h of this._loadedKeys)n.add(h);const r=await this._refreshMeta();if(!r){this._log.info("Could not gc because we were not able to load meta");return}const s=[],i={gcOpts:this._gcOpts,keys:e,sacredKeys:n,removed:[],metaRemoved:[],removedMissingCount:0,removedOldCount:0,removedThresholdCount:0,removedSizeCount:0};for(const h of e)n.has(h)||h in r.objects||(this._log.info("Lost track of key in meta",h),s.push(this._persister.removeItem(h)),i.removed.push(h),i.removedMissingCount++);const o=Date.now();for(const[h,p]of Object.entries(r.objects))!n.has(h)&&p.updatedAt<o-this._gcOpts.maxAgeMs&&(s.push(this._persister.removeItem(h)),delete r.objects[h],i.removed.push(h),i.removedOldCount++);const a=Object.entries(r.objects);a.sort(([h,p],[y,g])=>p.updatedAt-g.updatedAt);const c=a.filter(([h])=>!n.has(h));if(a.length>this._gcOpts.maxEntries)for(const[h]of c.slice(0,a.length-this._gcOpts.maxEntries))s.push(this._persister.removeItem(h)),delete r.objects[h],i.removed.push(h),i.removedThresholdCount++;const u=Object.entries(r.objects);u.sort(([h,p],[y,g])=>p.updatedAt-g.updatedAt);const l=u.filter(([h])=>!n.has(h));let f=u.reduce((h,[p,y])=>h+y.size,0);for(;f>0&&f>this._gcOpts.maxSize&&l.length;){const[[h,p]]=l.splice(0,1);f-=p.size,s.push(this._persister.removeItem(h)),delete r.objects[h],i.removed.push(h),i.removedSizeCount++}for(const h of Object.keys(r.objects))!e.has(h)&&!n.has(h)&&delete r.objects[h];return(i.removed.length||i.metaRemoved.length)&&s.push(this._enqueuePersist({skipGc:!0})),this._log.info("Completed GC",i),await Promise.all(s),i}gc(){this._nextGc||(this._nextGc=setTimeout(()=>{Qn(()=>{this._nextGc=null,this._gc()},30*1e3)},1e3*60+Math.random()*500))}_enqueuePersist(e){return new Promise((n,r)=>{if(this._nextSave){n(0);return}this._nextSave=setTimeout(()=>{Qn(()=>{this._nextSave=null,this._writeToStorage(e).then(n).catch(r)},this._idleCallbackMaxWaitMs)},this._saveThrottleMs)})}version(){return this._version}updateInPlace(e){this._version++;const[n,r]=Qe(this.currentValue,e,{enablePatches:!0});for(const s of r){const i=s.path[0];i&&typeof i=="string"&&(this._pendingSaveKeys.add(i),this._loadedKeys.has(i)||this._loadKey(i))}this.currentValue=n,this._enqueuePersist();for(const s of this._subs)s(this.currentValue);return n}subscribe(e){return this._subs.push(e),e(this.currentValue),()=>{this._subs=this._subs.filter(n=>n!==e)}}async clearUnloadedKeys(){let e=!1;for(const n of await this._persister.getAllKeys())n===Oe||n in this.currentValue||(this._pendingSaveKeys.add(n),e=!0);e&&await this._enqueuePersist()}}const Ji=6,Yi=["kv","querySubs","syncSubs"];function Zi(t){return function(n){console.error("Error in IndexedDB event",{source:t,event:n})}}async function Xi(t){return new Promise(e=>{const n=indexedDB.open(t);n.onerror=r=>{e(null)},n.onsuccess=r=>{const i=r.target.result;e(i)},n.onupgradeneeded=r=>{var i;(i=r.target.transaction)==null||i.abort(),e(null)}})}async function eo(t,e,n){const r=typeof e=="string"?JSON.parse(e):e;if(!r)return;const s=new Set;return new Promise((i,o)=>{var l,f,h;const a={};for(const[p,y]of Object.entries(r)){const g=typeof y=="string"?JSON.parse(y):y;if(g.lastAccessed){const _={createdAt:g.lastAccessed,updatedAt:g.lastAccessed,size:((h=(f=(l=g.result)==null?void 0:l.store)==null?void 0:f.triples)==null?void 0:h.length)??0};a[p]=_}const w=n.put(g,p);s.add(w)}const c={objects:a},u=n.put(c,Oe);s.add(u);for(const p of s)p.onsuccess=()=>{s.delete(p),s.size===0&&i()},p.onerror=y=>{o(y)}})}async function Gn(t,e,n){const r=n.put(e,t);return new Promise((s,i)=>{r.onsuccess=()=>s(),r.onerror=o=>i(o)})}async function to(t,e){const n=await Xi(`instant_${t}_5`);if(!n)return;const r=await new Promise((l,f)=>{const y=n.transaction(["kv"],"readonly").objectStore("kv").openCursor();y.onerror=w=>{f(w)};const g=[];y.onsuccess=()=>{const w=y.result;if(w){const _=w.key,b=w.value;g.push([_,b]),w.continue()}else l(g)},y.onerror=w=>{f(w)}}),s=e.transaction(["kv","querySubs"],"readwrite"),i=s.objectStore("kv"),o=s.objectStore("querySubs"),a=[],c={objects:{}};for(const[l,f]of r)switch(l){case"querySubs":{const h=eo(l,f,o);a.push(h);break}default:{const h=Gn(l,f,i);a.push(h);const p={createdAt:Date.now(),updatedAt:Date.now(),size:0};c.objects[l]=p;break}}const u=Gn(Oe,c,i);a.push(u),await Promise.all(a),await new Promise((l,f)=>{s.oncomplete=h=>l(h),s.onerror=h=>f(h),s.onabort=h=>f(h)})}const Hn=new Map;class Jn extends Bn{constructor(n,r){super(n,r);d(this,"dbName");d(this,"_storeName");d(this,"_appId");d(this,"_prefix");d(this,"_dbPromise");this.dbName=`instant_${n}_${Ji}`,this._storeName=r,this._appId=n,this._dbPromise=this._init()}_init(){return new Promise((n,r)=>{let s=!1;const i=indexedDB.open(this.dbName,1);i.onerror=o=>{r(o)},i.onsuccess=o=>{const c=o.target.result;if(s){const u=to(this._appId,c).catch(l=>{Zi("Error upgrading store from version 5 to 6.")(l)});Hn.set(this.dbName,u),u.then(()=>n(c)).catch(()=>n(c))}else{const u=Hn.get(this.dbName);u?u.then(()=>n(c)).catch(()=>n(c)):n(c)}},i.onupgradeneeded=o=>{s=!0,this._upgradeStore(o)}})}_upgradeStore(n){const s=n.target.result;for(const i of Yi)s.objectStoreNames.contains(i)||s.createObjectStore(i)}async getItem(n){const r=await this._dbPromise;return new Promise((s,i)=>{const c=r.transaction([this._storeName],"readonly").objectStore(this._storeName).get(n);c.onerror=u=>{i(u)},c.onsuccess=u=>{c.result?s(c.result):s(null)}})}async setItem(n,r){const s=await this._dbPromise;return new Promise((i,o)=>{const u=s.transaction([this._storeName],"readwrite").objectStore(this._storeName).put(r,n);u.onerror=l=>{o(l)},u.onsuccess=l=>{i()}})}async multiSet(n){const r=await this._dbPromise;return new Promise((s,i)=>{const o=r.transaction([this._storeName],"readwrite"),a=o.objectStore(this._storeName),c=new Set;for(const[u,l]of n){const f=a.put(l,u);c.add(f)}for(const u of c)u.onerror=l=>{o.abort(),i(l)},u.onsuccess=l=>{c.delete(u),c.size===0&&s()}})}async removeItem(n){const r=await this._dbPromise;return new Promise((s,i)=>{const c=r.transaction([this._storeName],"readwrite").objectStore(this._storeName).delete(n);c.onerror=u=>{i(u)},c.onsuccess=u=>{s()}})}async getAllKeys(){const n=await this._dbPromise;return new Promise((r,s)=>{const a=n.transaction([this._storeName],"readonly").objectStore(this._storeName).getAllKeys();a.onerror=c=>{s(c)},a.onsuccess=c=>{r(a.result.filter(u=>typeof u=="string"))}})}}class Yn{static async getIsOnline(){return navigator.onLine}static listen(e){const n=()=>{e(!0)},r=()=>{e(!1)};return addEventListener("online",n),addEventListener("offline",r),()=>{removeEventListener("online",n),removeEventListener("offline",r)}}}class K extends Error{constructor(n,r,s){super(n);d(this,"hint");d(this,"traceId");this.hint=r,s&&(this.traceId=s);const i=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,i),Error.captureStackTrace&&Error.captureStackTrace(this,K),this.name="InstantError"}get[Symbol.toStringTag](){return"InstantError"}}class Fe extends K{constructor(n){var i;const r=((i=n.body)==null?void 0:i.message)||`API Error (${n.status})`;super(r,n.body.hint,n.body["trace-id"]);d(this,"body");d(this,"status");const s=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,s),Error.captureStackTrace&&Error.captureStackTrace(this,Fe),this.name="InstantAPIError",this.status=n.status,this.body=n.body}get[Symbol.toStringTag](){return"InstantAPIError"}}async function te(t,e){const n=await fetch(t,e),r=await n.json();return n.status===200?Promise.resolve(r):Promise.reject(new Fe({status:n.status,body:r}))}function no({apiURI:t,appId:e,email:n}){return te(`${t}/runtime/auth/send_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n})})}async function ro({apiURI:t,appId:e,email:n,code:r,refreshToken:s}){return await te(`${t}/runtime/auth/verify_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n,code:r,...s?{"refresh-token":s}:{}})})}async function so({apiURI:t,appId:e,refreshToken:n}){return await te(`${t}/runtime/auth/verify_refresh_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,"refresh-token":n})})}async function io({apiURI:t,appId:e}){return await te(`${t}/runtime/auth/sign_in_guest`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e})})}async function Zn({apiURI:t,appId:e,code:n,codeVerifier:r,refreshToken:s}){return await te(`${t}/runtime/oauth/token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,code:n,code_verifier:r,refresh_token:s})})}async function oo({apiURI:t,appId:e,nonce:n,idToken:r,clientName:s,refreshToken:i}){return await te(`${t}/runtime/oauth/id_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,nonce:n,id_token:r,client_name:s,refresh_token:i})})}async function ao({apiURI:t,appId:e,refreshToken:n}){return await te(`${t}/runtime/signout`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,refresh_token:n})})}async function co({apiURI:t,appId:e,path:n,file:r,refreshToken:s,contentType:i,contentDisposition:o}){const a={app_id:e,path:n,authorization:`Bearer ${s}`,"content-type":i||r.type};return o&&(a["content-disposition"]=o),await te(`${t}/storage/upload`,{method:"PUT",headers:a,body:r})}async function uo({apiURI:t,appId:e,path:n,refreshToken:r}){const{data:s}=await te(`${t}/storage/files?app_id=${e}&filename=${encodeURIComponent(n)}`,{method:"DELETE",headers:{"content-type":"application/json",authorization:`Bearer ${r}`}});return s}async function lo({apiURI:t,appId:e,fileName:n,refreshToken:r,metadata:s={}}){const{data:i}=await te(`${t}/storage/signed-upload-url`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${r}`},body:JSON.stringify({app_id:e,filename:n})});return i}async function fo(t,e){return(await fetch(t,{method:"PUT",body:e,headers:{"Content-Type":e.type}})).ok}async function ho({apiURI:t,appId:e,path:n,refreshToken:r}){const{data:s}=await te(`${t}/storage/signed-download-url?app_id=${e}&filename=${encodeURIComponent(n)}`,{method:"GET",headers:{"content-type":"application/json",authorization:`Bearer ${r}`}});return s}let zt=!1,Xn=!1,er=!1;typeof window<"u"&&typeof window.localStorage<"u"&&(zt=!!window.localStorage.getItem("devBackend"),Xn=!!window.localStorage.getItem("__instantLogging"),er=!!window.localStorage.getItem("__devtoolLocalDash"));function tr(t,e){if(!e)return t;const n={};return e.forEach(r=>{n[r]=t[r]}),n}function po(t,e,n){const r={peers:{}};if(e&&"user"in e?e.user:!0){const i=tr(t.user??{},e==null?void 0:e.keys);r.user={...i,peerId:n}}for(const i of Object.keys(t.peers??{})){const o=(e==null?void 0:e.peers)===void 0,a=Array.isArray(e==null?void 0:e.peers)&&(e==null?void 0:e.peers.includes(i));if(o||a){const c=tr(t.peers[i],e==null?void 0:e.keys);r.peers[i]={...c,peerId:i}}}return r}function yo(t,e){if(t.isLoading!==e.isLoading||t.error!==e.error||(t.user||e.user)&&(!t.user||!e.user||!pn(t.user,e.user))||!hn(t.peers,e.peers))return!0;for(const r of Object.keys(t.peers))if(!pn(t.peers[r],e.peers[r]))return!0;return!1}class nr{constructor(){d(this,"promise");d(this,"_resolve");d(this,"_reject");this.promise=new Promise((e,n)=>{this._resolve=e,this._reject=n})}resolve(e){this._resolve(e)}reject(e){this._reject(e)}}function rr(t,e=[]){t.forEach(n=>{const{data:r}=n,{"datalog-result":s}=r,{"join-rows":i}=s;for(const o of i)for(const a of o)e.push(a);rr(n["child-nodes"],e)})}function sr(t){const e=[];return rr(t,e),e}function ir(t){return Object.values(t.links).reduce((e,n)=>{var r,s;return e[r=n.forward.on]??(e[r]={}),e[n.forward.on][n.forward.label]={isForward:!0,isSingular:n.forward.has==="one",link:n},e[s=n.reverse.on]??(e[s]={}),e[n.reverse.on][n.reverse.label]={isForward:!1,isSingular:n.reverse.has==="one",link:n},e},{})}const Wt="v0.22.163";function bo(t,e){return{info:t?(...n)=>console.info(...n,e()):()=>{},debug:t?(...n)=>console.debug(...n,e()):()=>{},error:t?(...n)=>console.error(...n,e()):()=>{}}}class q{constructor(e,n,r,s={indexed:!1,unique:!1}){d(this,"valueType");d(this,"required");d(this,"isIndexed");d(this,"config");d(this,"metadata",{});this.valueType=e,this.required=n,this.isIndexed=r,this.config=s}clientRequired(){return new q(this.valueType,!1,this.isIndexed,this.config)}optional(){return new q(this.valueType,!1,this.isIndexed,this.config)}unique(){return new q(this.valueType,this.required,this.isIndexed,{...this.config,unique:!0})}indexed(){return new q(this.valueType,this.required,!0,{...this.config,indexed:!0})}}class tt{constructor(e,n){d(this,"attrs");d(this,"links");this.attrs=e,this.links=n}asType(){return new tt(this.attrs,this.links)}}class nt{constructor(e,n,r){d(this,"entities");d(this,"links");d(this,"rooms");this.entities=e,this.links=n,this.rooms=r}withRoomSchema(){return new nt(this.entities,this.links,{})}}class M extends Error{constructor(e,n){const r=n?`At path '${n}': ${e}`:e;super(r),this.name="QueryValidationError"}}const or=["where","order","limit","last","first","offset","after","before","fields","aggregate"],go=t=>t.valueType||"unknown",ar=(t,e,n=!1)=>{if(n||t==null)return!0;switch(e){case"string":return typeof t=="string";case"number":return typeof t=="number"&&!isNaN(t);case"boolean":return typeof t=="boolean";case"date":return t instanceof Date||typeof t=="string"||typeof t=="number";default:return!0}},wo=(t,e,n,r,s,i,o)=>{const a=i.valueType==="json",c=(u,l,f)=>{if(!ar(f,l,a))throw new M(`Invalid value for operator '${u}' on attribute '${r}' in entity '${s}'. Expected ${l}, but received: ${typeof f}`,o)};switch(t){case"in":case"$in":if(!Array.isArray(e))throw new M(`Operator '${t}' for attribute '${r}' in entity '${s}' must be an array, but received: ${typeof e}`,o);for(const u of e)c(t,n,u);break;case"$not":case"$ne":case"$gt":case"$lt":case"$gte":case"$lte":c(t,n,e);break;case"$like":case"$ilike":if(c(t,"string",e),t==="$ilike"&&!i.isIndexed)throw new M(`Operator '${t}' can only be used with indexed attributes, but '${r}' in entity '${s}' is not indexed`,o);break;case"$isNull":c(t,"boolean",e);break;default:throw new M(`Unknown operator '${t}' for attribute '${r}' in entity '${s}'`,o)}},Ie=(t,e,n,r,s)=>{const i=go(n),o=n.valueType==="json";if(typeof t=="object"&&t!==null&&!Array.isArray(t)){if(o)return;const c=t;for(const[u,l]of Object.entries(c))wo(u,l,i,e,r,n,`${s}.${u}`)}else if(!ar(t,i,o))throw new M(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${i}, but received: ${typeof t}`,s)},_o=(t,e,n,r,s)=>{const i=t.split(".");if(i.length<2)throw new M(`Invalid dot notation path '${t}'. Must contain at least one dot.`,s);let o=n;for(let l=0;l<i.length-1;l++){const f=i[l],h=r.entities[o];if(!h)throw new M(`Entity '${o}' does not exist in schema while traversing dot notation path '${t}'.`,s);const p=h.links[f];if(!p){const y=Object.keys(h.links);throw new M(`Link '${f}' does not exist on entity '${o}' in dot notation path '${t}'. Available links: ${y.length>0?y.join(", "):"none"}`,s)}o=p.entityName}const a=i[i.length-1],c=r.entities[o];if(!c)throw new M(`Target entity '${o}' does not exist in schema for dot notation path '${t}'.`,s);if(a==="id"){if(typeof e=="string"&&!Ae(e))throw new M(`Invalid value for id field in entity '${o}'. Expected a UUID, but received: ${e}`,s);Ie(e,t,new q("string",!1,!0),n,s);return}const u=c.attrs[a];if(Object.keys(c.links).includes(a)){if(typeof e=="string"&&!Ae(e))throw new M(`Invalid value for link '${a}' in entity '${o}'. Expected a UUID, but received: ${e}`,s);Ie(e,t,new q("string",!1,!0),n,s);return}if(!u){const l=Object.keys(c.attrs);throw new M(`Attribute '${a}' does not exist on entity '${o}' in dot notation path '${t}'. Available attributes: ${l.length>0?l.join(", ")+", id":"id"}`,s)}Ie(e,t,u,n,s)},cr=(t,e,n,r)=>{for(const[s,i]of Object.entries(t)){if(s==="or"||s==="and"){if(Array.isArray(i))for(const u of i)typeof u=="object"&&u!==null&&cr(u,e,n,`${r}.${s}[${u}]`);continue}if(s==="id"){Ie(i,"id",new q("string",!1,!0),e,`${r}.id`);continue}if(s.includes(".")){_o(s,i,e,n,`${r}.${s}`);continue}const o=n.entities[e];if(!o)continue;const a=o.attrs[s],c=o.links[s];if(!a&&!c){const u=Object.keys(o.attrs),l=Object.keys(o.links);throw new M(`Attribute or link '${s}' does not exist on entity '${e}'. Available attributes: ${u.length>0?u.join(", "):"none"}. Available links: ${l.length>0?l.join(", "):"none"}`,`${r}.${s}`)}if(a)Ie(i,s,a,e,`${r}.${s}`);else if(c){if(typeof i=="string"&&!Ae(i))throw new M(`Invalid value for link '${s}' in entity '${e}'. Expected a UUID, but received: ${i}`,`${r}.${s}`);const u=new q("string",!1,!0);Ie(i,s,u,e,`${r}.${s}`)}}},mo=(t,e,n,r,s=0)=>{for(const o of Object.keys(t))if(!or.includes(o))throw new M(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${or.join(", ")}. Found: ${o}`,r);const i=["offset","before","after","first","last"];for(const o of i)if(t[o]!==void 0&&s>0)throw new M(`'${o}' can only be used on top-level namespaces. It cannot be used in nested queries.`,r);if(t.where&&n){if(typeof t.where!="object"||t.where===null)throw new M(`'where' clause must be an object in entity '${e}', but received: ${typeof t.where}`,r?`${r}.where`:void 0);cr(t.where,e,n,r?`${r}.where`:"where")}},ur=(t,e,n,r,s=0)=>{var i;if(!t||typeof t!="object")throw new M(`Query part for entity '${e}' must be an object, but received: ${typeof t}`,r);for(const o of Object.keys(t))if(o!=="$"){if(n&&!(o in n.entities[e].links)){const c=Object.keys(n.entities[e].links);throw new M(`Link '${o}' does not exist on entity '${e}'. Available links: ${c.length>0?c.join(", "):"none"}`,`${r}.${o}`)}const a=t[o];if(typeof a=="object"&&a!==null){const c=(i=n==null?void 0:n.entities[e].links[o])==null?void 0:i.entityName;c&&ur(a,c,n,`${r}.${o}`,s+1)}}else{const a=t[o];if(typeof a!="object"||a===null)throw new M(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof a}`,`${r}.$`);mo(a,e,n,`${r}.$`,s)}},lr=(t,e)=>{if(typeof t!="object"||t===null)throw new M(`Query must be an object, but received: ${typeof t}${t===null?" (null)":""}`);if(Array.isArray(t))throw new M(`Query must be an object, but received: ${typeof t}`);const n=t;for(const r of Object.keys(n)){if(Array.isArray(t[r]))throw new M(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(typeof r!="string")throw new M(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(r!=="$$ruleParams"){if(e&&!e.entities[r]){const s=Object.keys(e.entities);throw new M(`Entity '${r}' does not exist in schema. Available entities: ${s.length>0?s.join(", "):"none"}`,r)}ur(n[r],r,e,r,0)}}},fr=t=>typeof t!="string"?!1:Xe(t)?!0:Ae(t);class Y extends Error{constructor(e){super(e),this.name="TransactionValidationError"}}const dr=t=>t.length>0?t.join(", "):"none",To=(t,e)=>new Y(`Entity '${t}' does not exist in schema. Available entities: ${dr(e)}`),Vt={string:t=>typeof t=="string",number:t=>typeof t=="number"&&!isNaN(t),boolean:t=>typeof t=="boolean",date:t=>t instanceof Date||typeof t=="string"||typeof t=="number",json:()=>!0},So=(t,e)=>{var n;return t==null?!0:((n=Vt[e.valueType])==null?void 0:n.call(Vt,t))??!1},hr=(t,e)=>{const n=e.entities[t];if(!n)throw To(t,Object.keys(e.entities));return n},Qt=(t,e,n)=>{const r=hr(t,n);if(typeof e!="object"||e===null)throw new Y(`Arguments for data operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[s,i]of Object.entries(e)){if(s==="id")continue;const o=r.attrs[s];if(o&&!So(i,o))throw new Y(`Invalid value for attribute '${s}' in entity '${t}'. Expected ${o.valueType}, but received: ${typeof i}`)}},pr=(t,e,n)=>{const r=hr(t,n);if(typeof e!="object"||e===null)throw new Y(`Arguments for link operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[s,i]of Object.entries(e)){if(!r.links[s]){const a=Object.keys(r.links);throw new Y(`Link '${s}' does not exist on entity '${t}'. Available links: ${dr(a)}`)}if(i!=null){if(Array.isArray(i)){for(const a of i)if(!fr(a))throw new Y(`Invalid entity ID in link '${s}' for entity '${t}'. Expected a UUID or a lookup, but received: ${a}`)}else if(!fr(i))throw new Y(`Invalid UUID in link '${s}' for entity '${t}'. Expected a UUID, but received: ${i}`)}}},vo={create:Qt,update:Qt,merge:Qt,link:pr,unlink:pr,delete:()=>{}},Ao=(t,e)=>{if(!e)return;const[n,r,s,i]=t;if(!Array.isArray(s)&&!Ae(s))throw new Y(`Invalid id for entity '${r}'. Expected a UUID, but received: ${s}`);if(typeof r!="string")throw new Y(`Entity name must be a string, but received: ${typeof r}`);const o=vo[n];o&&i!==void 0&&o(r,i,e)},ko=(t,e)=>{const n=Array.isArray(t)?t:[t];for(const r of n){if(!r||typeof r!="object")throw new Y(`Transaction chunk must be an object, but received: ${typeof r}`);if(!Array.isArray(r.__ops))throw new Y(`Transaction chunk must have __ops array, but received: ${typeof r.__ops}`);for(const s of r.__ops){if(!Array.isArray(s))throw new Y(`Transaction operation must be an array, but received: ${typeof s}`);Ao(s,e)}}};let yr=0;class br{constructor(e){d(this,"type","ws");d(this,"conn");d(this,"id");d(this,"onopen");d(this,"onmessage");d(this,"onclose");d(this,"onerror");this.id=`${this.type}_${yr++}`,this.conn=new WebSocket(e),this.conn.onopen=n=>{this.onopen&&this.onopen({target:this})},this.conn.onmessage=n=>{this.onmessage&&this.onmessage({target:this,message:JSON.parse(n.data.toString())})},this.conn.onclose=n=>{this.onclose&&this.onclose({target:this})},this.conn.onerror=n=>{this.onerror&&this.onerror({target:this})}}close(){this.conn.close()}isOpen(){return this.conn.readyState===(WebSocket.OPEN??1)}isConnecting(){return this.conn.readyState===(WebSocket.CONNECTING??0)}send(e){return this.conn.send(JSON.stringify(e))}}class Oo{constructor(e,n,r){d(this,"type","sse");d(this,"initParams",null);d(this,"sendQueue",[]);d(this,"sendPromise");d(this,"closeFired",!1);d(this,"sseInitTimeout");d(this,"ES");d(this,"messageUrl");d(this,"conn");d(this,"url");d(this,"id");d(this,"onopen");d(this,"onmessage");d(this,"onclose");d(this,"onerror");this.id=`${this.type}_${yr++}`,this.url=n,this.messageUrl=r||this.url,this.ES=e,this.conn=new e(n),this.sseInitTimeout=setTimeout(()=>{this.initParams||this.handleError()},1e4),this.conn.onmessage=s=>{const i=JSON.parse(s.data);if(Array.isArray(i))for(const o of i)this.handleMessage(o);else this.handleMessage(i)},this.conn.onerror=s=>{this.handleError()}}handleMessage(e){if(e.op==="sse-init"){this.initParams={machineId:e["machine-id"],sessionId:e["session-id"],sseToken:e["sse-token"]},this.onopen&&this.onopen({target:this}),clearTimeout(this.sseInitTimeout);return}this.onmessage&&this.onmessage({target:this,message:e})}handleError(){try{this.onerror&&this.onerror({target:this})}finally{this.handleClose()}}handleClose(){this.conn.close(),this.onclose&&!this.closeFired&&(this.closeFired=!0,this.onclose({target:this}))}async postMessages(e){var n,r,s;try{(await fetch(this.messageUrl,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({machine_id:(n=this.initParams)==null?void 0:n.machineId,session_id:(r=this.initParams)==null?void 0:r.sessionId,sse_token:(s=this.initParams)==null?void 0:s.sseToken,messages:e})})).ok||this.handleError()}catch{this.handleError()}}async flushQueue(){if(this.sendPromise||!this.sendQueue.length)return;const e=this.sendQueue;this.sendQueue=[];const n=this.postMessages(e);this.sendPromise=n,n.then(()=>{this.sendPromise=null,this.flushQueue()})}send(e){if(!this.isOpen()||!this.initParams)throw this.isConnecting()?new Error("Failed to execute 'send' on 'EventSource': Still in CONNECTING state."):this.conn.readyState===this.ES.CLOSED?new Error("EventSource is already in CLOSING or CLOSED state."):new Error("EventSource is in invalid state.");this.sendQueue.push(e),this.flushQueue()}isOpen(){return this.conn.readyState===this.ES.OPEN&&this.initParams!==null}isConnecting(){return this.conn.readyState===this.ES.CONNECTING||this.conn.readyState===this.ES.OPEN&&this.initParams===null}close(){this.handleClose()}}function Io(t,e){const n=t.values;if(n){const r=Sn(n.attrsStore,null);if(r){for(const s of n.entities||[])s.store.useDateObjects=e,s.store=Tn(r,s.store);n.attrsStore=r}}return t}function Co(t,e){var n;if(e.values){const r=[];for(const s of(n=e.values)==null?void 0:n.entities){const i=mn(s.store);r.push({...s,store:i})}return{...e,values:{attrsStore:e.values.attrsStore.toJSON(),entities:r}}}else return e}function Eo(t,e,n){var i,o;const r=(i=e==null?void 0:e.state)==null?void 0:i.txId,s=(o=n==null?void 0:n.state)==null?void 0:o.txId;return r&&(!s||r>s)?e:s&&(!r||s>r)?n:e||n}function Bt(t,e,n){return Kn({store:e,attrsStore:n,pageInfo:null,aggregate:null},t.query).data[t.table][0]}function gr(t,e,n,r){var o;const s=(o=$(n,t.table,"id"))==null?void 0:o.id;if(!s)return-1;const i=ve(e.eav,[r,s,r]);return i?i[3]:-1}function wr(t,e,n){for(const{action:r,triple:s}of n)switch(r){case"added":kn(t,e,s);break;case"removed":vn(t,e,s);break}}function Po(t,e,n){var s,i;const r={};for(const{action:o,triple:a}of n){const[c,u,l]=a,f=(i=(s=e.getAttr(u))==null?void 0:s["forward-identity"])==null?void 0:i[2];if(!f)continue;const h=r[c]??{};r[c]=h;const p=h[f]??{};switch(o){case"added":p.newValue=l;break;case"removed":p.oldValue===void 0&&(p.oldValue=l);break}h[f]=p}for(const[o,a]of Object.entries(r))for(const[c,{oldValue:u,newValue:l}]of Object.entries(a))u===l&&delete a[c];return r}function rt(t,e){return{[t.table]:e.map(n=>n.entity)}}function Mo(t,e){var r;if(t.orderFieldType)return t.orderFieldType;const n=t.orderField==="serverCreatedAt"?"number":(r=$(e(),t.table,t.orderField))==null?void 0:r["checked-data-type"];return t.orderFieldType=n,n}function jo(t,e,n){const r=e;if(t.orderField==="serverCreatedAt"){n.sort(t.orderDirection==="asc"?function(o,a){return Le(o.entity.id,o.serverCreatedAt,a.entity.id,a.serverCreatedAt,r)}:function(o,a){return Le(a.entity.id,a.serverCreatedAt,o.entity.id,o.serverCreatedAt,r)});return}const s=t.orderField;n.sort(t.orderDirection==="asc"?function(o,a){return Le(o.entity.id,o.entity[s],a.entity.id,a.entity[s],r)}:function(o,a){return Le(a.entity.id,a.entity[s],o.entity.id,o.entity[s],r)})}C.SyncTableCallbackEventType=void 0,function(t){t.InitialSyncBatch="InitialSyncBatch",t.InitialSyncComplete="InitialSyncComplete",t.LoadFromStorage="LoadFromStorage",t.SyncTransaction="SyncTransaction",t.Error="Error"}(C.SyncTableCallbackEventType||(C.SyncTableCallbackEventType={}));class Do{constructor(e,n,r,s,i,o){d(this,"trySend");d(this,"subs");d(this,"callbacks",{});d(this,"config");d(this,"idToHash",{});d(this,"log");d(this,"createStore");d(this,"getAttrs");this.trySend=e,this.config=r,this.log=s,this.createStore=i,this.getAttrs=o,this.subs=new qt({persister:n,merge:Eo,serialize:Co,parse:(a,c)=>Io(c,this.config.useDateObjects),objectSize:a=>{var c;return((c=a.values)==null?void 0:c.entities.length)||0},logger:s,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}})}beforeUnload(){this.subs.flush()}subscribe(e,n){const r=E(e);return this.callbacks[r]=this.callbacks[r]||[],this.callbacks[r].push(n),this.initSubscription(e,r,n),s=>{this.unsubscribe(r,n,s==null?void 0:s.keepSubscription)}}unsubscribe(e,n,r){const s=(this.callbacks[e]||[]).filter(i=>i!==n);if(this.callbacks[e]=s,!s.length){delete this.callbacks[e];const i=this.subs.currentValue[e];i!=null&&i.state&&this.clearSubscriptionData(i.state.subscriptionId,!!r),r||this.subs.updateInPlace(o=>{delete o[e]})}}sendStart(e){this.trySend(j(),{op:"start-sync",q:e})}sendResync(e,n,r){this.idToHash[n.subscriptionId]=e.hash,this.trySend(n.subscriptionId,{op:"resync-table","subscription-id":n.subscriptionId,"tx-id":r,token:n.token})}sendRemove(e,n){this.trySend(j(),{op:"remove-sync","subscription-id":e.subscriptionId,"keep-subscription":n})}async initSubscription(e,n,r){var u,l,f,h;await this.subs.waitForKeyToLoad(n);const s=this.subs.currentValue[n];if(s&&s.state&&s.state.txId){this.sendResync(s,s.state,s.state.txId),(u=s.values)!=null&&u.entities&&r&&r({type:C.SyncTableCallbackEventType.LoadFromStorage,data:rt(s,(l=s.values)==null?void 0:l.entities)});return}const i=Object.keys(e)[0],o=((h=(f=e[i])==null?void 0:f.$)==null?void 0:h.order)||{serverCreatedAt:"asc"},[a,c]=Object.entries(o)[0];this.subs.updateInPlace(p=>{p[n]={query:e,hash:n,table:i,orderDirection:c,orderField:a,createdAt:Date.now(),updatedAt:Date.now()}}),this.sendStart(e)}async flushPending(){for(const e of Object.keys(this.callbacks)){await this.subs.waitForKeyToLoad(e);const n=this.subs.currentValue[e];n?await this.initSubscription(n.query,n.hash):this.log.error("Missing sub for hash in flushPending",e)}}onStartSyncOk(e){const n=e["subscription-id"],r=e.q,s=E(r);this.idToHash[n]=s,this.subs.updateInPlace(i=>{const o=i[s];if(!o)return this.log.error("Missing sub for hash",s,"subscription-id",n,"query",r),i;o.state={subscriptionId:n,token:e.token}})}notifyCbs(e,n){for(const r of this.callbacks[e]||[])r(n)}onSyncLoadBatch(e){const n=e["subscription-id"],r=e["join-rows"],s=this.idToHash[n];if(!s){this.log.error("Missing hash for subscription",e);return}const i=[],o=this.subs.currentValue[s];if(!o){this.log.error("Missing sub for hash",s,e);return}const a=o.values??{entities:[],attrsStore:this.getAttrs()};o.values=a;const c=a.entities;for(const u of r){const l=this.createStore(u),f=Bt(o,l,a.attrsStore);c.push({store:l,entity:f,serverCreatedAt:gr(o,l,a.attrsStore,f.id)}),i.push(f)}this.subs.updateInPlace(u=>{u[s]=o,u[s].updatedAt=Date.now()}),o.values&&this.notifyCbs(s,{type:C.SyncTableCallbackEventType.InitialSyncBatch,data:rt(o,o.values.entities),batch:i})}onSyncInitFinish(e){var i;const n=e["subscription-id"],r=this.idToHash[n];if(!r){this.log.error("Missing hash for subscription",e);return}this.subs.updateInPlace(o=>{const a=o[r];if(!a){this.log.error("Missing sub for hash",r,e);return}const c=a.state;if(!c)return this.log.error("Sub never set init, missing result",a,e),o;c.txId=e["tx-id"],a.updatedAt=Date.now()});const s=this.subs.currentValue[r];s&&this.notifyCbs(r,{type:C.SyncTableCallbackEventType.InitialSyncComplete,data:rt(s,((i=s.values)==null?void 0:i.entities)||[])})}onSyncUpdateTriples(e){var o;const n=e["subscription-id"],r=this.idToHash[n];if(!r){this.log.error("Missing hash for subscription",e);return}const s=this.subs.currentValue[r];if(!s){this.log.error("Missing sub for hash",r,e);return}const i=s.state;if(!i){this.log.error("Missing state for sub",s,e);return}for(const a of e.txes){if(i.txId&&i.txId>=a["tx-id"])continue;i.txId=a["tx-id"];const c=[],u={};for(const w of a.changes){const _=u[w.triple[0]]??[];u[w.triple[0]]=_,_.push(w)}const l=s.values??{entities:[],attrsStore:this.getAttrs()},f=l.entities;s.values=l;const h=[];e:for(const[w,_]of Object.entries(u))for(let b=0;b<f.length;b++){const m=f[b];if(ds(m.store,w)){wr(m.store,l.attrsStore,_);const A=Bt(s,m.store,l.attrsStore),T=Po(m.store,l.attrsStore,_)[w];A?(h.push({oldEntity:m.entity,newEntity:A,changedFields:T||{}}),m.entity=A):c.push(b),delete u[w];continue e}}const p=[];for(const[w,_]of Object.entries(u)){const b=this.createStore([]);wr(b,l.attrsStore,_);const m=Bt(s,b,l.attrsStore);if(!m){this.log.error("No entity found after applying change",{sub:s,changes:_,store:b});continue}f.push({store:b,entity:m,serverCreatedAt:gr(s,b,l.attrsStore,m.id)}),p.push(m)}const y=[];for(const w of c.sort().reverse())y.push(f[w].entity),f.splice(w,1);const g=Mo(s,this.getAttrs);jo(s,g,f),this.notifyCbs(r,{type:C.SyncTableCallbackEventType.SyncTransaction,data:rt(s,(o=s.values)==null?void 0:o.entities),added:p,removed:y,updated:h})}this.subs.updateInPlace(a=>{a[r]=s,a[r].updatedAt=Date.now()})}clearSubscriptionData(e,n){const r=this.idToHash[e];if(r){delete this.idToHash[e];const s=this.subs.currentValue[r];if(s.state&&this.sendRemove(s.state,n),n?this.subs.unloadKey(r):this.subs.updateInPlace(i=>{delete i[r]}),s)return s}}onStartSyncError(e){const n=E(e["original-event"].q),r={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa.",status:e.status,type:e.type,hint:e.hint},s=Object.keys(e["original-event"].q)[0];this.notifyCbs(n,{type:C.SyncTableCallbackEventType.Error,data:{[s]:[]},error:r})}onResyncError(e){const n=e["original-event"]["subscription-id"],r=this.clearSubscriptionData(n,!1);r&&this.initSubscription(r.query,r.hash)}}function $o({WStream:t,opts:e,startStream:n,appendStream:r,registerStream:s}){const i=e.clientId;let o=null,a=null,c=null;const u=j();let l=!1,f=!1;const h=[],p=[],y=[];let g=!1,w=0,_=0;const b=[],m=new TextEncoder;function A(){f=!0;for(const S of h)S(a??void 0)}function T(S){return h.push(S),f&&S(a??void 0),()=>{const O=h.indexOf(S);O!==-1&&h.splice(O,1)}}function v(S){return y.push(S),()=>{const O=y.indexOf(S);O!==-1&&y.splice(O,1)}}e.waitUntil&&e.waitUntil(new Promise(S=>{y.push(S)}));function I(){for(const S of y)try{S()}catch{}}function D(S){return p.push(S),o&&S(o),()=>{const O=p.indexOf(S);O!==-1&&p.splice(O,1)}}function U(S){o=S;for(const O of p)O(o)}function he(){g=!0}function Ke(S){let O=w,z=0,B=0;for(const{byteLen:re}of b){const pe=O+re;if(pe>S)break;O=pe,z++,B+=re}z>0&&(w+=B,_-=B,b.splice(0,z))}function J(S,O){a=O,A(),S.error(O),I()}async function ne(){const S=await n({clientId:i,reconnectToken:u,ruleParams:e.ruleParams});switch(S.type){case"ok":{const{streamId:O,offset:z}=S;o=O,Ke(z),b.length&&r({streamId:O,chunks:b.map(B=>B.chunk),offset:w}),g=!1;break}case"disconnect":{he();break}case"error":{c&&J(c,S.error);break}}}function Z(){he(),ne()}function oe({offset:S,done:O}){Ke(S),O&&(l=!0,I())}function ae(S){return l?(J(S,new K("Stream has been closed.")),null):o||(J(S,new K("Stream has not been initialized.")),null)}async function Ee(S){c=S;let O=!0,z=0;for(;O;){let B=Date.now()+Math.min(15e3,500*(z-1));O=!1;const re=await n({clientId:e.clientId,reconnectToken:u,ruleParams:e.ruleParams});switch(re.type){case"ok":{const{streamId:pe,offset:en}=re;if(en!==0){const Te=new K("Write stream is corrupted");J(S,Te);return}U(pe),s(pe,{onDisconnect:he,onFlush:oe,onConnectionReconnect:ne,onAppendFailed:Z}),g=!1;return}case"disconnect":{O=!0,he(),z++,await new Promise(pe=>{setTimeout(pe,Math.max(0,B-Date.now()))});break}case"error":{J(S,re.error);return}}}}class Wa extends t{constructor(O,z){super(O,z)}async streamId(){return o||new Promise((O,z)=>{const B=[],re=()=>{for(const Te of B)Te()},pe=Te=>{O(Te),re()},en=Te=>{z(Te||new K("Stream is closed.")),re()};B.push(D(pe)),B.push(T(en))})}}return{stream:new Wa({async start(S){try{await Ee(S)}catch(O){J(S,O)}},write(S,O){const z=ae(O);if(z){const B=m.encode(S).length;b.push({chunk:S,byteLen:B});const re=w+_;_+=B,g||r({streamId:z,chunks:[S],offset:re})}},close(){o?r({streamId:o,chunks:[],offset:w+_,isDone:!0}):I(),A()},abort(S){o?r({streamId:o,chunks:[],offset:w+_,isDone:!0,abortReason:S}):I(),A()}}),addCompleteCb:v,closed(){return f}}}class Ro{constructor(){d(this,"items",[]);d(this,"resolvers",[]);d(this,"isClosed",!1)}push(e){if(this.isClosed)return;const n=this.resolvers.shift();n?n({value:e,done:!1}):this.items.push(e)}close(){for(this.isClosed=!0;this.resolvers.length>0;)this.resolvers.shift()({value:void 0,done:!0})}async*[Symbol.asyncIterator](){for(;;)if(this.items.length>0)yield this.items.shift();else{if(this.isClosed)return;{const{value:e,done:n}=await new Promise(r=>{this.resolvers.push(r)});if(n||!e)return;yield e}}}}function xo({RStream:t,opts:e,startStream:n,cancelStream:r}){let s=e.byteOffset||0,i=!1;const o=new TextDecoder("utf-8"),a=new TextEncoder;let c,u=!1;const l=[];function f(){u=!0;for(const b of l)b()}function h(b){return l.push(b),()=>{const m=l.indexOf(b);m!==-1&&l.splice(m,1)}}function p(b,m){b.error(m),f()}let y=0;async function g(b,m){c=j();const A={...b||{},eventId:c};for await(const T of n(A)){if(i)return;if(T.type==="reconnect")return{retry:!0};if(T.type==="error"){p(m,T.error);return}if(T.offset>s){p(m,new K("Stream is corrupted.")),i=!0;return}let v=s-T.offset;if(T.files&&T.files.length){const I=new AbortController;let D=fetch(T.files[0].url,{signal:I.signal});for(let U=0;U<T.files.length;U++){const he=T.files[U+1],J=await D;if(he&&(D=fetch(he.url,{signal:I.signal})),!J.ok){if(y++,y>10){p(m,new K("Unable to process stream."));return}return{retry:!0}}if(J.body){const ne=J.body.getReader();try{for(;;){const{done:Z,value:oe}=await ne.read();if(Z)break;if(i){I.abort();return}let ae=oe;if(v>0&&(ae=oe.subarray(v),v-=oe.length-ae.length),!ae.length)continue;s+=ae.length;const Ee=o.decode(ae);m.enqueue(Ee)}}finally{ne.releaseLock()}}else{const ne=await J.arrayBuffer();let Z=ne;if(i){I.abort();return}if(v>0&&(Z=new Uint8Array(ne).subarray(v),v-=ne.byteLength-Z.length),!Z.byteLength)continue;s+=Z.byteLength;const oe=o.decode(Z);m.enqueue(oe)}}}if(y=0,T.content){let I=T.content,D=a.encode(T.content);if(v>0){const U=D.subarray(v);if(v-=D.length-U.length,!U.length)continue;D=U,I=o.decode(U)}s+=D.length,m.enqueue(I)}}}async function w(b){let m=!0,A=0;for(;m;){m=!1;let T=Date.now()+Math.min(15e3,500*(A-1));const v=await g({...e,offset:s},b);v!=null&&v.retry&&(m=!0,A++,T<Date.now()-3e5&&(A=0),await new Promise(I=>{setTimeout(I,Math.max(0,T-Date.now()))}))}!i&&!u&&(b.close(),f())}return{stream:new t({start(b){w(b)},cancel(b){i=!0,c&&r({eventId:c}),f()}}),addCloseCb:h,closed(){return u}}}class Uo{constructor({WStream:e,RStream:n,trySend:r,log:s}){d(this,"trySend");d(this,"WStream");d(this,"RStream");d(this,"writeStreams",{});d(this,"startWriteStreamCbs",{});d(this,"readStreamIterators",{});d(this,"log");d(this,"activeStreams",new Set);this.WStream=e,this.RStream=n,this.trySend=r,this.log=s}createWriteStream(e){const{stream:n,addCompleteCb:r}=$o({WStream:this.WStream,startStream:this.startWriteStream.bind(this),appendStream:this.appendStream.bind(this),registerStream:this.registerWriteStream.bind(this),opts:e});return this.activeStreams.add(n),r(()=>{this.activeStreams.delete(n)}),n}createReadStream(e){const{stream:n,addCloseCb:r}=xo({RStream:this.RStream,opts:e,startStream:this.startReadStream.bind(this),cancelStream:this.cancelReadStream.bind(this)});return this.activeStreams.add(n),r(()=>{this.activeStreams.delete(n)}),n}startWriteStream(e){const n=j();let r=null;const s=new Promise(o=>{r=o});this.startWriteStreamCbs[n]=r;const i={op:"start-stream","client-id":e.clientId,"reconnect-token":e.reconnectToken};return e.ruleParams&&(i["rule-params"]=e.ruleParams),this.trySend(n,i),s}registerWriteStream(e,n){this.writeStreams[e]=n}appendStream({streamId:e,chunks:n,isDone:r,offset:s,abortReason:i}){const o={op:"append-stream","stream-id":e,chunks:n,offset:s,done:!!r};i&&(o["abort-reason"]=i),this.trySend(j(),o)}onAppendFailed(e){const n=this.writeStreams[e["stream-id"]];n&&n.onAppendFailed()}onStartStreamOk(e){const n=this.startWriteStreamCbs[e["client-event-id"]];if(!n){this.log.info("No stream for start-stream-ok",e);return}n({type:"ok",streamId:e["stream-id"],offset:e.offset}),delete this.startWriteStreamCbs[e["client-event-id"]]}onStreamFlushed(e){const n=e["stream-id"],r=this.writeStreams[n];if(!r){this.log.info("No stream cbs for stream-flushed",e);return}r.onFlush({offset:e.offset,done:e.done}),e.done&&delete this.writeStreams[n]}startReadStream({eventId:e,clientId:n,streamId:r,offset:s,ruleParams:i}){const o={op:"subscribe-stream"};if(!r&&!n)throw new Error("Must provide one of streamId or clientId to subscribe to the stream.");r&&(o["stream-id"]=r),n&&(o["client-id"]=n),s&&(o.offset=s),i&&(o["rule-params"]=i);const a=new Ro;return this.readStreamIterators[e]=a,this.trySend(e,o),a}cancelReadStream({eventId:e}){const n={op:"unsubscribe-stream","subscribe-event-id":e};this.trySend(j(),n),delete this.readStreamIterators[e]}onStreamAppend(e){var s;const n=e["client-event-id"],r=this.readStreamIterators[n];if(!r){this.log.info("No iterator for read stream",e);return}if(e.error){e.retry?r.push({type:"reconnect"}):r.push({type:"error",error:new K(e.error)}),r.close(),delete this.readStreamIterators[n];return}((s=e.files)!=null&&s.length||e.content)&&r.push({type:"append",offset:e.offset,files:e.files,content:e.content}),e.done&&(r.close(),delete this.readStreamIterators[n])}onConnectionStatusChange(e){for(const n of Object.values(this.startWriteStreamCbs))n({type:"disconnect"});if(this.startWriteStreamCbs={},e!==ie.AUTHENTICATED)for(const{onDisconnect:n}of Object.values(this.writeStreams))n();else{for(const{onConnectionReconnect:n}of Object.values(this.writeStreams))n();for(const n of Object.values(this.readStreamIterators))n.push({type:"reconnect"}),n.close();this.readStreamIterators={}}}onRecieveError(e){const n=e["original-event"];switch(n.op){case"append-stream":{const r=n["stream-id"],s=this.writeStreams[r];s==null||s.onAppendFailed();break}case"start-stream":{const r=e["client-event-id"],s=this.startWriteStreamCbs[r];s&&(s({type:"error",error:new K(e.message||"Unknown error",e.hint)}),delete this.startWriteStreamCbs[r]);break}case"subscribe-stream":{const r=e["client-event-id"],s=this.readStreamIterators[r];s&&(s.push({type:"error",error:new K(e.message||"Unknown error",e.hint)}),s.close(),delete this.readStreamIterators[r]);break}}}hasActiveStreams(){return this.activeStreams.size>0}}const ie={CONNECTING:"connecting",OPENED:"opened",AUTHENTICATED:"authenticated",CLOSED:"closed",ERRORED:"errored"},Lo=3e4,Fo=3e4,No=200,Ko=1e3*60,qo={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"},Gt="_instant_oauth_redirect",Ce="currentUser";function zo({transportType:t,appId:e,apiURI:n,wsURI:r,EventSourceImpl:s}){if(!s)return new br(`${r}?app_id=${e}`);switch(t){case"ws":return new br(`${r}?app_id=${e}`);case"sse":return new Oo(s,`${n}/runtime/sse?app_id=${e}`);default:throw new Error("Unknown transport type "+t)}}function Wo(){return typeof window<"u"||typeof chrome<"u"}const _r={"set-presence":!0,"set-presence-ok":!0,"refresh-presence":!0,"patch-presence":!0};function Vo(t,e){var r;const n=typeof t=="string"?JSON.parse(t):t;if((r=n==null?void 0:n.result)!=null&&r.store){const s=Sn(n.result.attrsStore,n.result.store);if(s){const i=n.result.store;n.result.store=Tn(s,{...i,useDateObjects:e}),n.result.attrsStore=s}}return n}function Qo(t,e){const{result:n,...r}=e,s=r;if(n){const i={...n,store:mn(n.store),attrsStore:n.attrsStore.toJSON()};s.result=i}return s}function Bo(t,e){switch(t){case"pendingMutations":return new Map(typeof e=="string"?JSON.parse(e):e);default:return e}}function Go(t,e){switch(t){case"pendingMutations":return[...e.entries()];default:return e}}function Ho(t,e,n){const r=e==null?void 0:e.result,s=n==null?void 0:n.result;return r&&!s&&n&&(n.result=r),n||e}function Ht(t){return[...t].sort((e,n)=>{const[r,s]=e,[i,o]=n,a=s.order||0,c=o.order||0;return a==c?r<i?-1:r>i?1:0:a-c})}class Jo{constructor(e,n=Jn,r=Yn,s,i){d(this,"attrs");d(this,"_isOnline",!0);d(this,"_isShutdown",!1);d(this,"status",ie.CONNECTING);d(this,"querySubs");d(this,"kv");d(this,"_syncTable");d(this,"_instantStream");d(this,"queryCbs",{});d(this,"queryOnceDfds",{});d(this,"authCbs",[]);d(this,"attrsCbs",[]);d(this,"mutationErrorCbs",[]);d(this,"connectionStatusCbs",[]);d(this,"config");d(this,"mutationDeferredStore",new Map);d(this,"_reconnectTimeoutId",null);d(this,"_reconnectTimeoutMs",0);d(this,"_transport");d(this,"_transportType","ws");d(this,"_EventSource");d(this,"_wsOk",null);d(this,"_localIdPromises",{});d(this,"_errorMessage",null);d(this,"_oauthCallbackResponse",null);d(this,"_linkIndex",null);d(this,"_broadcastChannel");d(this,"_rooms",{});d(this,"_roomsPendingLeave",{});d(this,"_presence",{});d(this,"_broadcastQueue",[]);d(this,"_broadcastSubs",{});d(this,"_currentUserCached",{isLoading:!0,error:void 0,user:void 0});d(this,"_beforeUnloadCbs",[]);d(this,"_dataForQueryCache",{});d(this,"_log");d(this,"_pendingTxCleanupTimeout");d(this,"_pendingMutationCleanupThreshold");d(this,"_inFlightMutationEventIds",new Set);d(this,"_frameworkClient",null);d(this,"_onMergeKv",(e,n,r)=>{switch(e){case"pendingMutations":{const s=(n==null?void 0:n.entries())??[],i=(r==null?void 0:r.entries())??[],o=new Map([...s,...i]);return(n?this._rewriteMutationsSorted(this.attrs,n):[]).forEach(([c,u])=>{var l;!((l=r==null?void 0:r.pendingMutations)!=null&&l.has(c))&&!u["tx-id"]&&this._sendMutation(c,u)}),o}default:return r||n}});d(this,"getPreviousResult",e=>{var r;const n=E(e);return(r=this.dataForQuery(n))==null?void 0:r.data});d(this,"notifyOne",e=>{var i;const n=this.queryCbs[e]??[],r=(i=this._dataForQueryCache[e])==null?void 0:i.data,s=this.dataForQuery(e);s!=null&&s.data&&(this._dataForQueryCache[e]=s,!Be(s.data,r)&&n.forEach(o=>o.cb(s.data)))});d(this,"notifyOneQueryOnce",e=>{var s;const n=this.queryOnceDfds[e]??[],r=(s=this.dataForQuery(e))==null?void 0:s.data;n.forEach(i=>{this._completeQueryOnce(i.q,e,i.dfd),i.dfd.resolve(r)})});d(this,"notifyQueryError",(e,n)=>{(this.queryCbs[e]||[]).forEach(s=>s.cb({error:n}))});d(this,"pushTx",e=>{this.config.disableValidation||ko(e,this.config.schema);try{const n=Hi({attrsStore:this.optimisticAttrs(),schema:this.config.schema,stores:Object.values(this.querySubs.currentValue).map(r=>{var s;return(s=r==null?void 0:r.result)==null?void 0:s.store}),useDateObjects:this.config.useDateObjects},e);return this.pushOps(n)}catch(n){return this.pushOps([],n)}});d(this,"pushOps",(e,n)=>{const r=j(),s=[...this._pendingMutations().values()],i=Math.max(0,...s.map(c=>c.order||0))+1,o={op:"transact","tx-steps":e,created:Date.now(),error:n,order:i};this._updatePendingMutations(c=>{c.set(r,o)});const a=new nr;return this.mutationDeferredStore.set(r,a),this._sendMutation(r,o),this.notifyAll(),a.promise});d(this,"_transportOnOpen",e=>{const n=e.target;if(this._transport!==n){this._log.info("[socket][open]",n.id,"skip; this is no longer the current transport");return}this._log.info("[socket][open]",this._transport.id),this._setStatus(ie.OPENED),this.getCurrentUser().then(r=>{var s;this._trySend(j(),{op:"init","app-id":this.config.appId,"refresh-token":(s=r.user)==null?void 0:s.refresh_token,versions:this.versions,"__admin-token":this.config.__adminToken})}).catch(r=>{this._log.error("[socket][error]",n.id,r)})});d(this,"_transportOnMessage",e=>{const n=e.target,r=e.message;if(this._transport!==n){this._log.info("[socket][message]",n.id,r,"skip; this is no longer the current transport");return}if(!this._wsOk&&n.type==="ws"&&(this._wsOk=!0),this._transportType="ws",Array.isArray(e.message))for(const s of e.message)this._handleReceive(n.id,s);else this._handleReceive(n.id,e.message)});d(this,"_transportOnError",e=>{const n=e.target;if(this._transport!==n){this._log.info("[socket][error]",n.id,"skip; this is no longer the current transport");return}this._log.error("[socket][error]",n.id,e)});d(this,"_scheduleReconnect",()=>{!this._wsOk&&this._transportType!=="sse"&&(this._transportType="sse",this._reconnectTimeoutMs=0),setTimeout(()=>{if(this._reconnectTimeoutMs=Math.min(this._reconnectTimeoutMs+1e3,1e4),!this._isOnline){this._log.info("[socket][close]",this._transport.id,"we are offline, no need to start socket");return}this._startSocket()},this._reconnectTimeoutMs)});d(this,"_transportOnClose",e=>{const n=e.target;if(this._transport!==n){this._log.info("[socket][close]",n.id,"skip; this is no longer the current transport");return}this._setStatus(ie.CLOSED);for(const r of Object.values(this._rooms))r.isConnected=!1;if(this._isShutdown){this._log.info("[socket][close]",n.id,"Reactor has been shut down and will not reconnect");return}this._log.info("[socket][close]",n.id,"schedule reconnect, ms =",this._reconnectTimeoutMs),this._scheduleReconnect()});if(this._EventSource=i,this.config={...qo,...e},this.queryCacheLimit=this.config.queryCacheLimit??10,this._pendingTxCleanupTimeout=this.config.pendingTxCleanupTimeout??Fo,this._pendingMutationCleanupThreshold=this.config.pendingMutationCleanupThreshold??No,this._log=bo(e.verbose||zt||Xn,()=>this._reactorStats()),this.versions={...s||{},"@instantdb/core":Wt},this.config.schema&&(this._linkIndex=ir(this.config.schema)),!!Wo()){if(!e.appId)throw new Error("Instant must be initialized with an appId.");if(!Ae(e.appId))throw new Error(`Instant must be initialized with a valid appId. \`${e.appId}\` is not a valid uuid.`);typeof BroadcastChannel=="function"&&(this._broadcastChannel=new BroadcastChannel("@instantdb"),this._broadcastChannel.addEventListener("message",async o=>{var a;try{if(((a=o.data)==null?void 0:a.type)==="auth"){const c=await this.getCurrentUser({forceReadFromStorage:!0});await this.updateUser(c.user).catch(u=>{this._log.error("[error] update user",u)})}}catch(c){this._log.error("[error] handle broadcast channel",c)}})),this._initStorage(n),this._syncTable=new Do(this._trySendAuthed.bind(this),new n(this.config.appId,"syncSubs"),{useDateObjects:this.config.useDateObjects},this._log,o=>Re(this.ensureAttrs(),o,this.config.enableCardinalityInference,this.config.useDateObjects),()=>this.ensureAttrs()),this._instantStream=new Uo({WStream:this.config.WritableStream||WritableStream,RStream:this.config.ReadableStream||ReadableStream,trySend:this._trySendAuthed.bind(this),log:this._log}),this._oauthCallbackResponse=this._oauthLoginInit(),this.getCurrentUser().then(o=>{this.syncUserToEndpoint(o.user)}),setInterval(async()=>{const o=await this.getCurrentUser();this.syncUserToEndpoint(o.user)},Ko),r.getIsOnline().then(o=>{this._isOnline=o,this._startSocket(),r.listen(a=>{a!==this._isOnline&&(this._log.info("[network] online =",a),this._isOnline=a,this._isOnline?this._startSocket():(this._log.info("Changing status from",this.status,"to",ie.CLOSED),this._setStatus(ie.CLOSED)))})}),typeof addEventListener<"u"&&(this._beforeUnload=this._beforeUnload.bind(this),addEventListener("beforeunload",this._beforeUnload))}}getFrameworkClient(){return this._frameworkClient}setFrameworkClient(e){this._frameworkClient=e}ensureAttrs(){if(!this.attrs)throw new Error("attrs have not loaded.");return this.attrs}updateSchema(e){this.config={...this.config,schema:e,cardinalityInference:!!e},this._linkIndex=e?ir(this.config.schema):null}_reactorStats(){return{inFlightMutationCount:this._inFlightMutationEventIds.size,storedMutationCount:this._pendingMutations().size,transportType:this._transportType}}_onQuerySubLoaded(e){this.kv.waitForKeyToLoad("pendingMutations").then(()=>this.notifyOne(e))}_initStorage(e){this.querySubs=new qt({persister:new e(this.config.appId,"querySubs"),merge:Ho,serialize:Qo,parse:(n,r)=>Vo(r,this.config.useDateObjects),objectSize:n=>{var r,s,i;return((i=(s=(r=n==null?void 0:n.result)==null?void 0:r.store)==null?void 0:s.triples)==null?void 0:i.length)??0},logger:this._log,preloadEntryCount:10,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}}),this.querySubs.onKeyLoaded=n=>this._onQuerySubLoaded(n),this.kv=new qt({persister:new e(this.config.appId,"kv"),merge:this._onMergeKv,serialize:Go,parse:Bo,objectSize:()=>0,logger:this._log,saveThrottleMs:100,idleCallbackMaxWaitMs:100,gc:null}),this.kv.onKeyLoaded=n=>{n==="pendingMutations"&&this.notifyAll()},this.kv.waitForKeyToLoad("pendingMutations"),this.kv.waitForKeyToLoad(Ce),this._beforeUnloadCbs.push(()=>{this.kv.flush(),this.querySubs.flush()})}_beforeUnload(){for(const e of this._beforeUnloadCbs)e();this._syncTable.beforeUnload()}_finishTransaction(e,n,r){const s=this.mutationDeferredStore.get(n);this.mutationDeferredStore.delete(n);const i=e!=="error"&&e!=="timeout";if(!s&&!i&&console.error("Mutation failed",{status:e,eventId:n,...r}),!!s)if(i)s.resolve({status:e,eventId:n});else if(r!=null&&r.type){const{status:o,...a}=r;s.reject(new Fe({body:a,status:o??0}))}else s.reject(new K((r==null?void 0:r.message)||"Unknown error",r==null?void 0:r.hint))}_setStatus(e,n){this.status=e,this._errorMessage=n,this.notifyConnectionStatusSubs(e),this._instantStream.onConnectionStatusChange(e)}_flushEnqueuedRoomData(e){var s,i;const n=(i=(s=this._presence[e])==null?void 0:s.result)==null?void 0:i.user,r=this._broadcastQueue[e];if(this._broadcastQueue[e]=[],n&&this._trySetPresence(e,n),r)for(const o of r){const{topic:a,roomType:c,data:u}=o;this._tryBroadcast(e,c,a,u)}}_addQueryData(e,n,r){if(!this.attrs)throw new Error("Attrs in reactor have not been set");const s=E(e),i=this.ensureAttrs(),o=Re(this.attrs,n.triples,r,this.config.useDateObjects);this.querySubs.updateInPlace(a=>{a[s]={result:{store:o,attrsStore:i,pageInfo:n.pageInfo,processedTxId:void 0,isExternal:!0},q:e}}),this._cleanupPendingMutationsQueries(),this.notifyOne(s),this.notifyOneQueryOnce(s),this._cleanupPendingMutationsTimeout()}_handleReceive(e,n){var s,i,o,a,c,u,l;const r=!!this.config.schema&&("cardinalityInference"in this.config?!!this.config.cardinalityInference:!0);switch(_r[n.op]||this._log.info("[receive]",e,n.op,n),n.op){case"init-ok":{this._setStatus(ie.AUTHENTICATED),this._reconnectTimeoutMs=0,this._setAttrs(n.attrs),this._flushPendingMessages(),this._sessionId=n["session-id"];for(const p of Object.keys(this._rooms)){const y=(i=(s=this._presence[p])==null?void 0:s.result)==null?void 0:i.user,g=(o=this._rooms[p])==null?void 0:o.roomType;this._tryJoinRoom(g,p,y)}break}case"add-query-exists":{this.notifyOneQueryOnce(E(n.q));break}case"add-query-ok":{const{q:p,result:y}=n,g=E(p);if(!this._hasQueryListeners()&&!this.querySubs.currentValue[g])break;const w=(c=(a=y==null?void 0:y[0])==null?void 0:a.data)==null?void 0:c["page-info"],_=(l=(u=y==null?void 0:y[0])==null?void 0:u.data)==null?void 0:l.aggregate,b=sr(y),m=this.ensureAttrs(),A=Re(m,b,r,this.config.useDateObjects);this.querySubs.updateInPlace(T=>{if(!T[g]){this._log.info("Missing value in querySubs",{hash:g,q:p});return}T[g].result={store:A,attrsStore:m,pageInfo:w,aggregate:_,processedTxId:n["processed-tx-id"]}}),this._cleanupPendingMutationsQueries(),this.notifyOne(g),this.notifyOneQueryOnce(g),this._cleanupPendingMutationsTimeout();break}case"start-sync-ok":{this._syncTable.onStartSyncOk(n);break}case"sync-load-batch":{this._syncTable.onSyncLoadBatch(n);break}case"sync-init-finish":{this._syncTable.onSyncInitFinish(n);break}case"sync-update-triples":{this._syncTable.onSyncUpdateTriples(n);break}case"start-stream-ok":{this._instantStream.onStartStreamOk(n);break}case"stream-flushed":{this._instantStream.onStreamFlushed(n);break}case"append-failed":{this._instantStream.onAppendFailed(n);break}case"stream-append":{this._instantStream.onStreamAppend(n);break}case"refresh-ok":{const{computations:p,attrs:y}=n,g=n["processed-tx-id"];y&&this._setAttrs(y),this._cleanupPendingMutationsTimeout();const w=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations(),g);w!==this._pendingMutations()&&this.kv.updateInPlace(m=>{m.pendingMutations=w});const _=Ht(w.entries()),b=p.map(m=>{var Z,oe,ae,Ee;const A=m["instaql-query"],T=m["instaql-result"],v=E(A),I=sr(T),D=this.ensureAttrs(),U=Re(D,I,r,this.config.useDateObjects),{store:he,attrsStore:Ke}=this._applyOptimisticUpdates(U,D,_,g),J=(oe=(Z=T==null?void 0:T[0])==null?void 0:Z.data)==null?void 0:oe["page-info"],ne=(Ee=(ae=T==null?void 0:T[0])==null?void 0:ae.data)==null?void 0:Ee.aggregate;return{q:A,hash:v,store:he,attrsStore:Ke,pageInfo:J,aggregate:ne}});b.forEach(({hash:m,q:A,store:T,attrsStore:v,pageInfo:I,aggregate:D})=>{this.querySubs.updateInPlace(U=>{if(!U[m]){this._log.error("Missing value in querySubs",{hash:m,q:A});return}U[m].result={store:T,attrsStore:v,pageInfo:I,aggregate:D,processedTxId:g}})}),this._cleanupPendingMutationsQueries(),b.forEach(({hash:m})=>{this.notifyOne(m)});break}case"transact-ok":{const{"client-event-id":p,"tx-id":y}=n;this._inFlightMutationEventIds.delete(p);const w=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations()).get(p);if(!w)break;this._updatePendingMutations(b=>{b.set(p,{...b.get(p),"tx-id":y,confirmed:Date.now()})});const _=[];for(const b of w["tx-steps"])if(b[0]==="add-attr"){const m=b[1];_.push(m)}if(_.length){const b=Object.values(this.ensureAttrs().attrs);this._setAttrs([...b,..._])}this._finishTransaction("synced",p),this._cleanupPendingMutationsTimeout();break}case"patch-presence":{const p=n["room-id"];this._trySetRoomConnected(p,!0),this._patchPresencePeers(p,n.edits),this._notifyPresenceSubs(p);break}case"refresh-presence":{const p=n["room-id"];this._trySetRoomConnected(p,!0),this._setPresencePeers(p,n.data),this._notifyPresenceSubs(p);break}case"server-broadcast":{const p=n["room-id"],y=n.topic;this._trySetRoomConnected(p,!0),this._notifyBroadcastSubs(p,y,n);break}case"join-room-ok":{const p=n["room-id"];if(!this._rooms[p]){this._roomsPendingLeave[p]&&(this._tryLeaveRoom(p),delete this._roomsPendingLeave[p]);break}this._trySetRoomConnected(p,!0),this._flushEnqueuedRoomData(p);break}case"leave-room-ok":{const p=n["room-id"];this._trySetRoomConnected(p,!1);break}case"join-room-error":const f=n["room-id"],h=this._rooms[f];h&&(h.error=n.error),this._notifyPresenceSubs(f);break;case"error":this._handleReceiveError(n);break;default:this._log.info("Unknown op",n.op,n);break}}createWriteStream(e){return this._instantStream.createWriteStream(e)}createReadStream(e){return this._instantStream.createReadStream(e)}_pendingMutations(){return this.kv.currentValue.pendingMutations??new Map}_updatePendingMutations(e){this.kv.updateInPlace(n=>{const r=n.pendingMutations??new Map;n.pendingMutations=r,e(r)})}_handleMutationError(e,n,r){const s=this._pendingMutations().get(n);if(s&&(e!=="timeout"||!s["tx-id"])){this._updatePendingMutations(o=>(o.delete(n),o)),this._inFlightMutationEventIds.delete(n);const i={message:r.message,hint:r.hint};this.notifyAll(),this.notifyAttrsSubs(),this.notifyMutationErrorSubs(i),this._finishTransaction(e,n,r)}}_handleReceiveError(e){var a,c,u,l,f,h;console.log("error",e);const n=e["client-event-id"];this._inFlightMutationEventIds.delete(n);const r=this._pendingMutations().get(n),s={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa."};if(e.hint&&(s.hint=e.hint),r){this._handleMutationError("error",n,e);return}if((a=e["original-event"])!=null&&a.hasOwnProperty("q")&&((c=e["original-event"])==null?void 0:c.op)==="add-query"){const p=(u=e["original-event"])==null?void 0:u.q,y=E(p);this.notifyQueryError(E(p),s),this.notifyQueryOnceError(p,y,n,s);return}if(((l=e["original-event"])==null?void 0:l.op)==="init"){if(e.type==="record-not-found"&&((f=e.hint)==null?void 0:f["record-type"])==="app-user"){this.changeCurrentUser(null);return}this._setStatus(ie.ERRORED,s),this.notifyAll();return}switch((h=e["original-event"])==null?void 0:h.op){case"resync-table":{this._syncTable.onResyncError(e);return}case"start-sync":{this._syncTable.onStartSyncError(e);return}case"start-stream":case"append-stream":case"subscribe-stream":case"unsubscribe-stream":{this._instantStream.onRecieveError(e);return}}const o={...e};delete o.message,delete o.hint,console.error(e.message,o),e.hint&&console.error(`This error comes with some debugging information. Here it is:
1
+ (function(C,E){typeof exports=="object"&&typeof module<"u"?E(exports):typeof define=="function"&&define.amd?define(["exports"],E):(C=typeof globalThis<"u"?globalThis:C||self,E(C.instantSolidjs={}))})(this,function(C){"use strict";var Va=Object.defineProperty;var Qa=(C,E,P)=>E in C?Va(C,E,{enumerable:!0,configurable:!0,writable:!0,value:P}):C[E]=P;var d=(C,E,P)=>Qa(C,typeof E!="symbol"?E+"":E,P);function E(t){if(typeof t=="number")return(Math.abs(t*2654435761)>>>0).toString(16);if(typeof t=="boolean")return t?"1":"0";if(t===null)return"null";if(t===void 0)return"undefined";if(typeof t=="string"){let e=2166136261;for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24),e=e>>>0;return e.toString(16)}if(Array.isArray(t)){let e=2166136261;for(let n=0;n<t.length;n++){e^=(n+1)*2654435761;const r=E(t[n]);for(let s=0;s<r.length;s++)e^=r.charCodeAt(s),e*=16777619,e=e>>>0}return e.toString(16)}if(typeof t=="object"){let e=2166136261;const n=Object.keys(t).sort();for(let r=0;r<n.length;r++){const s=n[r],i=E(s);e^=parseInt(i,16),e*=16777619,e=e>>>0;const o=E(t[s]);e^=parseInt(o,16),e*=16777619,e=e>>>0}return e.toString(16)}return E(String(t))}const P={Remove:"remove",Replace:"replace",Add:"add"},tn=Symbol.for("__MUTATIVE_PROXY_DRAFT__"),$r=Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),qe=Symbol.iterator,G={mutable:"mutable",immutable:"immutable"},pt={};function Pe(t,e){return t instanceof Map?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function nn(t,e){if(e in t){let n=Reflect.getPrototypeOf(t);for(;n;){const r=Reflect.getOwnPropertyDescriptor(n,e);if(r)return r;n=Reflect.getPrototypeOf(n)}}}function yt(t){return Object.getPrototypeOf(t)===Set.prototype}function bt(t){return Object.getPrototypeOf(t)===Map.prototype}function H(t){var e;return(e=t.copy)!==null&&e!==void 0?e:t.original}function ye(t){return!!k(t)}function k(t){return typeof t!="object"?null:t==null?void 0:t[tn]}function gt(t){var e;const n=k(t);return n?(e=n.copy)!==null&&e!==void 0?e:n.original:t}function X(t,e){if(!t||typeof t!="object")return!1;let n;return Object.getPrototypeOf(t)===Object.prototype||Array.isArray(t)||t instanceof Map||t instanceof Set||!!(e!=null&&e.mark)&&((n=e.mark(t,G))===G.immutable||typeof n=="function")}function rn(t,e=[]){if(Object.hasOwnProperty.call(t,"key")){const n=t.parent.copy,r=k(ce(n,t.key));if(r!==null&&(r==null?void 0:r.original)!==t.original)return null;const s=t.parent.type===3,i=s?Array.from(t.parent.setMap.keys()).indexOf(t.key):t.key;if(!(s&&n.size>i||Pe(n,i)))return null;e.push(i)}if(t.parent)return rn(t.parent,e);e.reverse();try{Rr(t.copy,e)}catch{return null}return e}function be(t){return Array.isArray(t)?1:t instanceof Map?2:t instanceof Set?3:0}function ce(t,e){return be(t)===2?t.get(e):t[e]}function Me(t,e,n){be(t)===2?t.set(e,n):t[e]=n}function wt(t,e){const n=k(t);return(n?H(n):t)[e]}function ue(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}function _t(t){if(t)for(;t.finalities.revoke.length>0;)t.finalities.revoke.pop()()}function ge(t,e){return e?t:[""].concat(t).map(n=>{const r=`${n}`;return r.indexOf("/")===-1&&r.indexOf("~")===-1?r:r.replace(/~/g,"~0").replace(/\//g,"~1")}).join("/")}function Rr(t,e){for(let n=0;n<e.length-1;n+=1){const r=e[n];if(t=ce(be(t)===3?Array.from(t):t,r),typeof t!="object")throw new Error(`Cannot resolve patch at '${e.join("/")}'.`)}return t}function xr(t){const e=Object.create(Object.getPrototypeOf(t));return Reflect.ownKeys(t).forEach(n=>{let r=Reflect.getOwnPropertyDescriptor(t,n);if(r.enumerable&&r.configurable&&r.writable){e[n]=t[n];return}r.writable||(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(r={configurable:!0,writable:!0,enumerable:r.enumerable,value:t[n]}),Reflect.defineProperty(e,n,r)}),e}const Ur=Object.prototype.propertyIsEnumerable;function sn(t,e){let n;if(Array.isArray(t))return Array.prototype.concat.call(t);if(t instanceof Set){if(!yt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t.values())}return Set.prototype.difference?Set.prototype.difference.call(t,new Set):new Set(t.values())}else if(t instanceof Map){if(!bt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t)}return new Map(t)}else if(e!=null&&e.mark&&(n=e.mark(t,G),n!==void 0)&&n!==G.mutable){if(n===G.immutable)return xr(t);if(typeof n=="function"){if(e.enablePatches||e.enableAutoFreeze)throw new Error("You can't use mark and patches or auto freeze together.");return n()}throw new Error(`Unsupported mark result: ${n}`)}else if(typeof t=="object"&&Object.getPrototypeOf(t)===Object.prototype){const r={};return Object.keys(t).forEach(s=>{r[s]=t[s]}),Object.getOwnPropertySymbols(t).forEach(s=>{Ur.call(t,s)&&(r[s]=t[s])}),r}else throw new Error("Please check mark() to ensure that it is a stable marker draftable function.")}function N(t){t.copy||(t.copy=sn(t.original,t.options))}function je(t){if(!X(t))return gt(t);if(Array.isArray(t))return t.map(je);if(t instanceof Map){const n=Array.from(t.entries()).map(([r,s])=>[r,je(s)]);if(!bt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Map(n)}if(t instanceof Set){const n=Array.from(t).map(je);if(!yt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Set(n)}const e=Object.create(Object.getPrototypeOf(t));for(const n in t)e[n]=je(t[n]);return e}function ze(t){return ye(t)?je(t):t}function se(t){var e;t.assignedMap=(e=t.assignedMap)!==null&&e!==void 0?e:new Map,t.operated||(t.operated=!0,t.parent&&se(t.parent))}function on(){throw new Error("Cannot modify frozen object")}function Se(t,e,n,r,s){{n=n??new WeakMap,r=r??[],s=s??[];const o=n.has(t)?n.get(t):t;if(r.length>0){const a=r.indexOf(o);if(o&&typeof o=="object"&&a!==-1)throw r[0]===o?new Error("Forbids circular reference"):new Error(`Forbids circular reference: ~/${s.slice(0,a).map((c,u)=>{if(typeof c=="symbol")return`[${c.toString()}]`;const l=r[u];return typeof c=="object"&&(l instanceof Map||l instanceof Set)?Array.from(l.keys()).indexOf(c):c}).join("/")}`);r.push(o),s.push(e)}else r.push(o)}if(Object.isFrozen(t)||ye(t)){r.pop(),s.pop();return}switch(be(t)){case 2:for(const[a,c]of t)Se(a,a,n,r,s),Se(c,a,n,r,s);t.set=t.clear=t.delete=on;break;case 3:for(const a of t)Se(a,a,n,r,s);t.add=t.clear=t.delete=on;break;case 1:Object.freeze(t);let o=0;for(const a of t)Se(a,o,n,r,s),o+=1;break;default:Object.freeze(t),Object.keys(t).forEach(a=>{const c=t[a];Se(c,a,n,r,s)})}r.pop(),s.pop()}function mt(t,e){const n=be(t);if(n===0)Reflect.ownKeys(t).forEach(r=>{e(r,t[r],t)});else if(n===1){let r=0;for(const s of t)e(r,s,t),r+=1}else t.forEach((r,s)=>e(s,r,t))}function an(t,e,n){if(ye(t)||!X(t,n)||e.has(t)||Object.isFrozen(t))return;const r=t instanceof Set,s=r?new Map:void 0;if(e.add(t),mt(t,(i,o)=>{var a;if(ye(o)){const c=k(o);N(c);const u=!((a=c.assignedMap)===null||a===void 0)&&a.size||c.operated?c.copy:c.original;Me(r?s:t,i,u)}else an(o,e,n)}),s){const i=t,o=Array.from(i);i.clear(),o.forEach(a=>{i.add(s.has(a)?s.get(a):a)})}}function Lr(t,e){const n=t.type===3?t.setMap:t.copy;t.finalities.revoke.length>1&&t.assignedMap.get(e)&&n&&an(ce(n,e),t.finalities.handledSet,t.options)}function Tt(t){t.type===3&&t.copy&&(t.copy.clear(),t.setMap.forEach(e=>{t.copy.add(gt(e))}))}function St(t,e,n,r){if(t.operated&&t.assignedMap&&t.assignedMap.size>0&&!t.finalized){if(n&&r){const i=rn(t);i&&e(t,i,n,r)}t.finalized=!0}}function vt(t,e,n,r){const s=k(n);s&&(s.callbacks||(s.callbacks=[]),s.callbacks.push((i,o)=>{var a;const c=t.type===3?t.setMap:t.copy;if(ue(ce(c,e),n)){let u=s.original;s.copy&&(u=s.copy),Tt(t),St(t,r,i,o),t.options.enableAutoFreeze&&(t.options.updatedValues=(a=t.options.updatedValues)!==null&&a!==void 0?a:new WeakMap,t.options.updatedValues.set(u,s.original)),Me(c,e,u)}}),t.options.enableAutoFreeze&&s.finalities!==t.finalities&&(t.options.enableAutoFreeze=!1)),X(n,t.options)&&t.finalities.draft.push(()=>{const i=t.type===3?t.setMap:t.copy;ue(ce(i,e),n)&&Lr(t,e)})}function Fr(t,e,n,r,s){let{original:i,assignedMap:o,options:a}=t,c=t.copy;c.length<i.length&&([i,c]=[c,i],[n,r]=[r,n]);for(let u=0;u<i.length;u+=1)if(o.get(u.toString())&&c[u]!==i[u]){const l=e.concat([u]),f=ge(l,s);n.push({op:P.Replace,path:f,value:ze(c[u])}),r.push({op:P.Replace,path:f,value:ze(i[u])})}for(let u=i.length;u<c.length;u+=1){const l=e.concat([u]),f=ge(l,s);n.push({op:P.Add,path:f,value:ze(c[u])})}if(i.length<c.length){const{arrayLengthAssignment:u=!0}=a.enablePatches;if(u){const l=e.concat(["length"]),f=ge(l,s);r.push({op:P.Replace,path:f,value:i.length})}else for(let l=c.length;i.length<l;l-=1){const f=e.concat([l-1]),h=ge(f,s);r.push({op:P.Remove,path:h})}}}function Nr({original:t,copy:e,assignedMap:n},r,s,i,o){n.forEach((a,c)=>{const u=ce(t,c),l=ze(ce(e,c)),f=a?Pe(t,c)?P.Replace:P.Add:P.Remove;if(ue(u,l)&&f===P.Replace)return;const h=r.concat(c),p=ge(h,o);s.push(f===P.Remove?{op:f,path:p}:{op:f,path:p,value:l}),i.push(f===P.Add?{op:P.Remove,path:p}:f===P.Remove?{op:P.Add,path:p,value:u}:{op:P.Replace,path:p,value:u})})}function Kr({original:t,copy:e},n,r,s,i){let o=0;t.forEach(a=>{if(!e.has(a)){const c=n.concat([o]),u=ge(c,i);r.push({op:P.Remove,path:u,value:a}),s.unshift({op:P.Add,path:u,value:a})}o+=1}),o=0,e.forEach(a=>{if(!t.has(a)){const c=n.concat([o]),u=ge(c,i);r.push({op:P.Add,path:u,value:a}),s.unshift({op:P.Remove,path:u,value:a})}o+=1})}function De(t,e,n,r){const{pathAsArray:s=!0}=t.options.enablePatches;switch(t.type){case 0:case 2:return Nr(t,e,n,r,s);case 1:return Fr(t,e,n,r,s);case 3:return Kr(t,e,n,r,s)}}const We=(t,e,n=!1)=>{if(typeof t=="object"&&t!==null&&(!X(t,e)||n))throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.")},At={get size(){return H(k(this)).size},has(t){return H(k(this)).has(t)},set(t,e){const n=k(this),r=H(n);return(!r.has(t)||!ue(r.get(t),e))&&(N(n),se(n),n.assignedMap.set(t,!0),n.copy.set(t,e),vt(n,t,e,De)),this},delete(t){if(!this.has(t))return!1;const e=k(this);return N(e),se(e),e.original.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.copy.delete(t),!0},clear(){const t=k(this);if(this.size){N(t),se(t),t.assignedMap=new Map;for(const[e]of t.original)t.assignedMap.set(e,!1);t.copy.clear()}},forEach(t,e){const n=k(this);H(n).forEach((r,s)=>{t.call(e,this.get(s),s,this)})},get(t){var e,n;const r=k(this),s=H(r).get(t),i=((n=(e=r.options).mark)===null||n===void 0?void 0:n.call(e,s,G))===G.mutable;if(r.options.strict&&We(s,r.options,i),i||r.finalized||!X(s,r.options)||s!==r.original.get(t))return s;const o=pt.createDraft({original:s,parentDraft:r,key:t,finalities:r.finalities,options:r.options});return N(r),r.copy.set(t,o),o},keys(){return H(k(this)).keys()},values(){const t=this.keys();return{[qe]:()=>this.values(),next:()=>{const e=t.next();return e.done?e:{done:!1,value:this.get(e.value)}}}},entries(){const t=this.keys();return{[qe]:()=>this.entries(),next:()=>{const e=t.next();if(e.done)return e;const n=this.get(e.value);return{done:!1,value:[e.value,n]}}}},[qe](){return this.entries()}},qr=Reflect.ownKeys(At),cn=(t,e,{isValuesIterator:n})=>()=>{var r,s;const i=e.next();if(i.done)return i;const o=i.value;let a=t.setMap.get(o);const c=k(a),u=((s=(r=t.options).mark)===null||s===void 0?void 0:s.call(r,a,G))===G.mutable;if(t.options.strict&&We(o,t.options,u),!u&&!c&&X(o,t.options)&&!t.finalized&&t.original.has(o)){const l=pt.createDraft({original:o,parentDraft:t,key:o,finalities:t.finalities,options:t.options});t.setMap.set(o,l),a=l}else c&&(a=c.proxy);return{done:!1,value:n?a:[a,a]}},Ve={get size(){return k(this).setMap.size},has(t){const e=k(this);if(e.setMap.has(t))return!0;N(e);const n=k(t);return!!(n&&e.setMap.has(n.original))},add(t){const e=k(this);return this.has(t)||(N(e),se(e),e.assignedMap.set(t,!0),e.setMap.set(t,t),vt(e,t,t,De)),this},delete(t){if(!this.has(t))return!1;const e=k(this);N(e),se(e);const n=k(t);return n&&e.setMap.has(n.original)?(e.assignedMap.set(n.original,!1),e.setMap.delete(n.original)):(!n&&e.setMap.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.setMap.delete(t))},clear(){if(!this.size)return;const t=k(this);N(t),se(t);for(const e of t.original)t.assignedMap.set(e,!1);t.setMap.clear()},values(){const t=k(this);N(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.values(),next:cn(t,e,{isValuesIterator:!0})}},entries(){const t=k(this);N(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.entries(),next:cn(t,e,{isValuesIterator:!1})}},keys(){return this.values()},[qe](){return this.values()},forEach(t,e){const n=this.values();let r=n.next();for(;!r.done;)t.call(e,r.value,r.value,this),r=n.next()}};Set.prototype.difference&&Object.assign(Ve,{intersection(t){return Set.prototype.intersection.call(new Set(this.values()),t)},union(t){return Set.prototype.union.call(new Set(this.values()),t)},difference(t){return Set.prototype.difference.call(new Set(this.values()),t)},symmetricDifference(t){return Set.prototype.symmetricDifference.call(new Set(this.values()),t)},isSubsetOf(t){return Set.prototype.isSubsetOf.call(new Set(this.values()),t)},isSupersetOf(t){return Set.prototype.isSupersetOf.call(new Set(this.values()),t)},isDisjointFrom(t){return Set.prototype.isDisjointFrom.call(new Set(this.values()),t)}});const zr=Reflect.ownKeys(Ve),un=new WeakSet,ln={get(t,e,n){var r,s;const i=(r=t.copy)===null||r===void 0?void 0:r[e];if(i&&un.has(i))return i;if(e===tn)return t;let o;if(t.options.mark){const u=e==="size"&&(t.original instanceof Map||t.original instanceof Set)?Reflect.get(t.original,e):Reflect.get(t.original,e,n);if(o=t.options.mark(u,G),o===G.mutable)return t.options.strict&&We(u,t.options,!0),u}const a=H(t);if(a instanceof Map&&qr.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(At,"size").get.call(t.proxy);const u=At[e];if(u)return u.bind(t.proxy)}if(a instanceof Set&&zr.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(Ve,"size").get.call(t.proxy);const u=Ve[e];if(u)return u.bind(t.proxy)}if(!Pe(a,e)){const u=nn(a,e);return u?"value"in u?u.value:(s=u.get)===null||s===void 0?void 0:s.call(t.proxy):void 0}const c=a[e];if(t.options.strict&&We(c,t.options),t.finalized||!X(c,t.options))return c;if(c===wt(t.original,e)){if(N(t),t.copy[e]=kt({original:t.original[e],parentDraft:t,key:t.type===1?Number(e):e,finalities:t.finalities,options:t.options}),typeof o=="function"){const u=k(t.copy[e]);return N(u),se(u),u.copy}return t.copy[e]}return c},set(t,e,n){var r;if(t.type===3||t.type===2)throw new Error("Map/Set draft does not support any property assignment.");let s;if(t.type===1&&e!=="length"&&!(Number.isInteger(s=Number(e))&&s>=0&&(e===0||s===0||String(s)===String(e))))throw new Error("Only supports setting array indices and the 'length' property.");const i=nn(H(t),e);if(i!=null&&i.set)return i.set.call(t.proxy,n),!0;const o=wt(H(t),e),a=k(o);return a&&ue(a.original,n)?(t.copy[e]=n,t.assignedMap=(r=t.assignedMap)!==null&&r!==void 0?r:new Map,t.assignedMap.set(e,!1),!0):(ue(n,o)&&(n!==void 0||Pe(t.original,e))||(N(t),se(t),Pe(t.original,e)&&ue(n,t.original[e])?t.assignedMap.delete(e):t.assignedMap.set(e,!0),t.copy[e]=n,vt(t,e,n,De)),!0)},has(t,e){return e in H(t)},ownKeys(t){return Reflect.ownKeys(H(t))},getOwnPropertyDescriptor(t,e){const n=H(t),r=Reflect.getOwnPropertyDescriptor(n,e);return r&&{writable:!0,configurable:t.type!==1||e!=="length",enumerable:r.enumerable,value:n[e]}},getPrototypeOf(t){return Reflect.getPrototypeOf(t.original)},setPrototypeOf(){throw new Error("Cannot call 'setPrototypeOf()' on drafts")},defineProperty(){throw new Error("Cannot call 'defineProperty()' on drafts")},deleteProperty(t,e){var n;return t.type===1?ln.set.call(this,t,e,void 0,t.proxy):(wt(t.original,e)!==void 0||e in t.original?(N(t),se(t),t.assignedMap.set(e,!1)):(t.assignedMap=(n=t.assignedMap)!==null&&n!==void 0?n:new Map,t.assignedMap.delete(e)),t.copy&&delete t.copy[e],!0)}};function kt(t){const{original:e,parentDraft:n,key:r,finalities:s,options:i}=t,o=be(e),a={type:o,finalized:!1,parent:n,original:e,copy:null,proxy:null,finalities:s,options:i,setMap:o===3?new Map(e.entries()):void 0};(r||"key"in t)&&(a.key=r);const{proxy:c,revoke:u}=Proxy.revocable(o===1?Object.assign([],a):a,ln);if(s.revoke.push(u),un.add(c),a.proxy=c,n){const l=n;l.finalities.draft.push((f,h)=>{var p,y;const g=k(c);let w=l.type===3?l.setMap:l.copy;const _=ce(w,r),b=k(_);if(b){let m=b.original;b.operated&&(m=gt(_)),Tt(b),St(b,De,f,h),l.options.enableAutoFreeze&&(l.options.updatedValues=(p=l.options.updatedValues)!==null&&p!==void 0?p:new WeakMap,l.options.updatedValues.set(m,b.original)),Me(w,r,m)}(y=g.callbacks)===null||y===void 0||y.forEach(m=>{m(f,h)})})}else{const l=k(c);l.finalities.draft.push((f,h)=>{Tt(l),St(l,De,f,h)})}return c}pt.createDraft=kt;function Wr(t,e,n,r,s){var i;const o=k(t),a=(i=o==null?void 0:o.original)!==null&&i!==void 0?i:t,c=!!e.length;if(o!=null&&o.operated)for(;o.finalities.draft.length>0;)o.finalities.draft.pop()(n,r);const u=c?e[0]:o?o.operated?o.copy:o.original:t;return o&&_t(o),s&&Se(u,u,o==null?void 0:o.options.updatedValues),[u,n&&c?[{op:P.Replace,path:[],value:e[0]}]:n,r&&c?[{op:P.Replace,path:[],value:a}]:r]}function Vr(t,e){var n;const r={draft:[],revoke:[],handledSet:new WeakSet};let s,i;e.enablePatches&&(s=[],i=[]);const a=((n=e.mark)===null||n===void 0?void 0:n.call(e,t,G))===G.mutable||!X(t,e)?t:kt({original:t,parentDraft:null,finalities:r,options:e});return[a,(c=[])=>{const[u,l,f]=Wr(a,c,s,i,e.enableAutoFreeze);return e.enablePatches?[u,l,f]:u}]}function Ot(t){const{rootDraft:e,value:n,useRawReturn:r=!1,isRoot:s=!0}=t;mt(n,(i,o,a)=>{const c=k(o);if(c&&e&&c.finalities===e.finalities){t.isContainDraft=!0;const u=c.original;if(a instanceof Set){const l=Array.from(a);a.clear(),l.forEach(f=>a.add(i===f?u:f))}else Me(a,i,u)}else typeof o=="object"&&o!==null&&(t.value=o,t.isRoot=!1,Ot(t))}),s&&(t.isContainDraft||console.warn("The return value does not contain any draft, please use 'rawReturn()' to wrap the return value to improve performance."),r&&console.warn("The return value contains drafts, please don't use 'rawReturn()' to wrap the return value."))}function fn(t){var e;const n=k(t);if(!X(t,n==null?void 0:n.options))return t;const r=be(t);if(n&&!n.operated)return n.original;let s;function i(){s=r===2?bt(t)?new Map(t):new(Object.getPrototypeOf(t)).constructor(t):r===3?Array.from(n.setMap.values()):sn(t,n==null?void 0:n.options)}if(n){n.finalized=!0;try{i()}finally{n.finalized=!1}}else s=t;if(mt(s,(o,a)=>{if(n&&ue(ce(n.original,o),a))return;const c=fn(a);c!==a&&(s===t&&i(),Me(s,o,c))}),r===3){const o=(e=n==null?void 0:n.original)!==null&&e!==void 0?e:s;return yt(o)?new Set(s):new(Object.getPrototypeOf(o)).constructor(s)}return s}function dn(t){if(!ye(t))throw new Error(`current() is only used for Draft, parameter: ${t}`);return fn(t)}const Qe=(t=>function e(n,r,s){var i,o,a;if(typeof n=="function"&&typeof r!="function")return function(T,...v){return e(T,I=>n.call(this,I,...v),r)};const c=n,u=r;let l=s;if(typeof r!="function"&&(l=r),l!==void 0&&Object.prototype.toString.call(l)!=="[object Object]")throw new Error(`Invalid options: ${l}, 'options' should be an object.`);l=Object.assign(Object.assign({},t),l);const f=ye(c)?dn(c):c,h=Array.isArray(l.mark)?(T,v)=>{for(const I of l.mark){if(typeof I!="function")throw new Error(`Invalid mark: ${I}, 'mark' should be a function.`);const D=I(T,v);if(D)return D}}:l.mark,p=(i=l.enablePatches)!==null&&i!==void 0?i:!1,y=(o=l.strict)!==null&&o!==void 0?o:!1,w={enableAutoFreeze:(a=l.enableAutoFreeze)!==null&&a!==void 0?a:!1,mark:h,strict:y,enablePatches:p};if(!X(f,w)&&typeof f=="object"&&f!==null)throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");const[_,b]=Vr(f,w);if(typeof r!="function"){if(!X(f,w))throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");return[_,b]}let m;try{m=u(_)}catch(T){throw _t(k(_)),T}const A=T=>{const v=k(_);if(!ye(T)){if(T!==void 0&&!ue(T,_)&&(v!=null&&v.operated))throw new Error("Either the value is returned as a new non-draft value, or only the draft is modified without returning any value.");const D=T==null?void 0:T[$r];if(D){const U=D[0];return w.strict&&typeof T=="object"&&T!==null&&Ot({rootDraft:v,value:T,useRawReturn:!0}),b([U])}if(T!==void 0)return typeof T=="object"&&T!==null&&Ot({rootDraft:v,value:T}),b([T])}if(T===_||T===void 0)return b([]);const I=k(T);if(w===I.options){if(I.operated)throw new Error("Cannot return a modified child draft.");return b([dn(T)])}return b([T])};return m instanceof Promise?m.then(A,T=>{throw _t(k(_)),T}):A(m)})();Object.prototype.constructor.toString();function hn(t,e){const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&Object.keys(t).every(s=>e.hasOwnProperty(s))}function pn(t,e){return Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>e.hasOwnProperty(n)&&t[n]===e[n])}function Be(t,e){return typeof t!="object"||typeof e!="object"||t===null||e===null?t===e:hn(t,e)?Object.keys(t).every(n=>Be(t[n],e[n])):!1}function It(t){if(!$e(t))return t;const e={};for(const[n,r]of Object.entries(t))r!==void 0&&(e[n]=r);return e}function yn(t,e){if(!$e(t)||!$e(e))return e;const n={...t};for(const r of Object.keys(e)){if(e[r]===void 0)continue;if(e[r]===null){delete n[r];continue}const s=$e(t[r])&&$e(e[r]);n[r]=s?yn(t[r],e[r]):e[r]}return n}function $e(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Qr(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let i=0;i<e.length-1;i++){const o=e[i];(!(o in r)||typeof r[o]!="object")&&(r[o]=typeof e[i+1]=="number"?[]:{}),r=r[o]}const s=e[e.length-1];Array.isArray(r)&&typeof s=="number"?r.splice(s,0,n):r[s]=n}function bn(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let s=0;s<e.length-1;s++){const i=e[s];(!(i in r)||typeof r[i]!="object")&&(r[i]=typeof e[s+1]=="number"?[]:{}),r=r[i]}r[e[e.length-1]]=n}function gn(t,e){if(!t||e.length===0)return;const[n,...r]=e;if(n in t){if(r.length===0){Array.isArray(t)?t.splice(n,1):delete t[n];return}gn(t[n],r),Br(t[n])&&delete t[n]}}function Br(t){return t&&Object.keys(t).length===0}const wn=/ZULU|YEKT|YEKST|YAPT|YAKT|YAKST|XJT|WGT|WGST|WFT|WETDST|WET|WDT|WAT|WAST|WAKT|WADT|VUT|VOLT|VLAT|VLAST|VET|UZT|UZST|UYT|UYST|UTC|UT|ULAT|ULAST|UCT|TVT|TRUT|TOT|TMT|TKT|TJT|TFT|TAHT|SGT|SCT|SAST|SADT|RET|PYT|PYST|PWT|PST|PONT|PMST|PMDT|PKT|PKST|PHT|PGT|PETT|PETST|PET|PDT|OMST|OMSST|NZT|NZST|NZDT|NUT|NST|NPT|NOVT|NOVST|NFT|NDT|MYT|MVT|MUT|MUST|MST|MSK|MSD|MPT|MMT|MHT|MEZ|METDST|MET|MESZ|MEST|MDT|MAWT|MART|MAGT|MAGST|LKT|LINT|LIGT|LHST|LHDT|KST|KRAT|KRAST|KOST|KGT|KGST|KDT|JST|JAYT|IST|IRT|IRKT|IRKST|IOT|IDT|ICT|HST|HKT|GYT|GMT|GILT|GFT|GET|GEST|GAMT|GALT|FNT|FNST|FKT|FKST|FJT|FJST|FET|EST|EGT|EGST|EETDST|EET|EEST|EDT|EAT|EAST|EASST|DDUT|DAVT|CXT|CST|COT|CLT|CLST|CKT|CHUT|CHAST|CHADT|CETDST|CET|CEST|CDT|CCT|CAST|CADT|BTT|BST|BRT|BRST|BRA|BOT|BORT|BNT|BDT|BDST|AZT|AZST|AZOT|AZOST|AWST|AWSST|AST|ART|ARST|ANAT|ANAST|AMT|AMST|ALMT|ALMST|AKST|AKDT|AFT|AEST|AESST|AEDT|ADT|ACWST|ACT|ACST|ACSST|ACDT$/,Gr={ZULU:0,YEKT:18e3,YEKST:21600,YAPT:36e3,YAKT:32400,YAKST:32400,XJT:21600,WGT:-10800,WGST:-7200,WFT:43200,WETDST:3600,WET:0,WDT:32400,WAT:3600,WAST:25200,WAKT:43200,WADT:28800,VUT:39600,VOLT:10800,VLAT:36e3,VLAST:36e3,VET:-14400,UZT:18e3,UZST:21600,UYT:-10800,UYST:-7200,UTC:0,UT:0,ULAT:28800,ULAST:32400,UCT:0,TVT:43200,TRUT:36e3,TOT:46800,TMT:18e3,TKT:46800,TJT:18e3,TFT:18e3,TAHT:-36e3,SGT:28800,SCT:14400,SAST:7200,SADT:37800,RET:14400,PYT:-14400,PYST:-10800,PWT:32400,PST:-28800,PONT:39600,PMST:-10800,PMDT:-7200,PKT:18e3,PKST:21600,PHT:28800,PGT:36e3,PETT:43200,PETST:43200,PET:-18e3,PDT:-25200,OMST:21600,OMSST:21600,NZT:43200,NZST:43200,NZDT:46800,NUT:-39600,NST:-12600,NPT:20700,NOVT:25200,NOVST:25200,NFT:-12600,NDT:-9e3,MYT:28800,MVT:18e3,MUT:14400,MUST:18e3,MST:-25200,MSK:10800,MSD:14400,MPT:36e3,MMT:23400,MHT:43200,MEZ:3600,METDST:7200,MET:3600,MESZ:7200,MEST:7200,MDT:-21600,MAWT:18e3,MART:-34200,MAGT:39600,MAGST:39600,LKT:19800,LINT:50400,LIGT:36e3,LHST:37800,LHDT:37800,KST:32400,KRAT:25200,KRAST:25200,KOST:39600,KGT:21600,KGST:21600,KDT:36e3,JST:32400,JAYT:32400,IST:7200,IRT:12600,IRKT:28800,IRKST:28800,IOT:21600,IDT:10800,ICT:25200,HST:-36e3,HKT:28800,GYT:-14400,GMT:0,GILT:43200,GFT:-10800,GET:14400,GEST:14400,GAMT:-32400,GALT:-21600,FNT:-7200,FNST:-3600,FKT:-10800,FKST:-10800,FJT:43200,FJST:46800,FET:10800,EST:-18e3,EGT:-3600,EGST:0,EETDST:10800,EET:7200,EEST:10800,EDT:-14400,EAT:10800,EAST:-21600,EASST:-21600,DDUT:36e3,DAVT:25200,CXT:25200,CST:-21600,COT:-18e3,CLT:-14400,CLST:-10800,CKT:-36e3,CHUT:36e3,CHAST:45900,CHADT:49500,CETDST:7200,CET:3600,CEST:7200,CDT:-18e3,CCT:28800,CAST:34200,CADT:37800,BTT:21600,BST:3600,BRT:-10800,BRST:-7200,BRA:-10800,BOT:-14400,BORT:28800,BNT:28800,BDT:21600,BDST:7200,AZT:14400,AZST:14400,AZOT:-3600,AZOST:0,AWST:28800,AWSST:32400,AST:-14400,ART:-10800,ARST:-10800,ANAT:43200,ANAST:43200,AMT:-14400,AMST:14400,ALMT:21600,ALMST:25200,AKST:-32400,AKDT:-28800,AFT:16200,AEST:36e3,AESST:39600,AEDT:39600,ADT:-10800,ACWST:31500,ACT:-18e3,ACST:34200,ACSST:37800,ACDT:37800};function Hr(t){return new Date(t)}function Jr(t){return new Date(t+"Z")}const Yr=/^(\d+)[\./-](\d+)[\./-](\d+)$/;function Zr(t){const e=t.match(Yr);if(!e)return null;const[n,r,s,i]=e;return r<=0||s<=0||i<=0?null:r>999?new Date(Date.UTC(r,s-1,i,0,0,0,0)):new Date(Date.UTC(i,r-1,s,0,0,0,0))}function Xr(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function es(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function ts(t){return new Date(t)}function ns(t){const e=/^(\w{3}) (\w{3}) (\d{2}) (\d{4})$/;if(!t.match(e))throw new Error(`Unable to parse \`${t}\` as a date.`);const r=new Date(t+" UTC");return new Date(Date.UTC(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate(),0,0,0,0))}function rs(t){const e=/^(.+T.+)([+-])(\d{2})$/,n=t.match(e);if(n){const[,r,s,i]=n,o=`${r}${s}${i}:00`;return new Date(o)}return null}function ss(t){const e=/^(\d+)-(\d{1,2})-(\d{1,2})([ T])(.+)$/,n=t.match(e);if(n){const[,r,s,i,o,a]=n,c=s.padStart(2,"0"),u=i.padStart(2,"0"),l=`${r}-${c}-${u}T${a}`;return new Date(l)}return null}function is(t){const[e,n]=t.split(", "),[r,s,i]=e.split("/").map(Number),o=n.match(/(\d{1,2}):(\d{2}):(\d{2}) (AM|PM)/);if(!o)throw new Error(`Unable to parse time from: ${t}`);let[,a,c,u,l]=o;return a=Number(a),c=Number(c),u=Number(u),l==="PM"&&a!==12?a+=12:l==="AM"&&a===12&&(a=0),new Date(Date.UTC(i,r-1,s,a,c,u))}function os(t){switch(t){case"epoch":return new Date(0);case"infinity":case"-infinity":case"today":case"tomorrow":case"yesterday":return null}}function as(t){const e=t.match(wn);if(!e)return null;const[n]=e,r=Gr[n],s=new Date(t.replace(wn,"Z"));return new Date(s.getTime()-r*1e3)}const cs=[Zr,es,ns,is,ts,Jr,rs,Xr,Hr,os,as,ss];function us(t,e){try{const n=t(e);return n instanceof Date&&!isNaN(n.getTime())?n:null}catch{return null}}function Ct(t){for(const e of cs){const n=us(e,t);if(n)return n}return null}function ls(t){try{const e=JSON.parse(t);return typeof e=="string"?Ct(e):null}catch{return null}}function Ge(t){if(t!==void 0){if(t===null)return null;if(t instanceof Date)return t;if(typeof t=="string"){const e=Ct(t)||ls(t)||Ct(t.trim());if(!e)throw new Error(`Unable to parse \`${t}\` as a date.`);return e}else if(typeof t=="number")return new Date(t);throw new Error(`Invalid date value \`${t}\`. Expected a date, number, or string, got type ${typeof t}.`)}}class we{constructor(e,n){d(this,"attrs");d(this,"linkIndex");d(this,"_blobAttrs",null);d(this,"_primaryKeys",null);d(this,"_forwardIdents",null);d(this,"_revIdents",null);this.attrs=e,this.linkIndex=n}resetAttrIndexes(){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,this._revIdents=null}addAttr(e){this.attrs[e.id]=e,this.resetAttrIndexes()}deleteAttr(e){delete this.attrs[e],this.resetAttrIndexes()}updateAttr(e){const n=this.attrs[e.id];n&&(this.attrs[e.id]={...n,...e},this.resetAttrIndexes())}getAttr(e){return this.attrs[e]}get blobAttrs(){if(this._blobAttrs)return this._blobAttrs;this._blobAttrs=new Map;for(const e of Object.values(this.attrs))if(Pt(e)){const[n,r,s]=e["forward-identity"];W(this.blobAttrs,[r,s],e)}return this._blobAttrs}get primaryKeys(){if(this._primaryKeys)return this._primaryKeys;this._primaryKeys=new Map;for(const e of Object.values(this.attrs))if(e["primary?"]){const[n,r]=e["forward-identity"];W(this._primaryKeys,[r],e)}return this._primaryKeys}get forwardIdents(){if(this._forwardIdents)return this._forwardIdents;this._forwardIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["forward-identity"],[r,s,i]=n;W(this._forwardIdents,[s,i],e)}return this._forwardIdents}get revIdents(){if(this._revIdents)return this._revIdents;this._revIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["reverse-identity"];if(n){const[r,s,i]=n;W(this._revIdents,[s,i],e)}}return this._revIdents}toJSON(){return{attrs:this.attrs,linkIndex:this.linkIndex}}}function fs(t){return t.cardinality==="one"}function Et(t){return t["value-type"]==="ref"}function Pt(t){return t["value-type"]==="blob"}function ve(t,e){return e.reduce((n,r)=>n&&n.get(r),t)}function ee(t,e){if(e.length===0)throw new Error("path must have at least one element");if(e.length===1){t.delete(e[0]);return}const[n,...r]=e;t.has(n)&&ee(t.get(n),r)}function W(t,e,n){let r=t;const s=e.length-1;for(let i=0;i<s;i++){const o=e[i];let a=r.get(o);a===void 0&&(a=new Map,r.set(o,a)),r=a}s>-1&&r.set(e[s],n)}function _n(t,e,n){const r=new Map,s=new Map,i=new Map;for(const o of e){let[a,c,u]=o;const l=t.getAttr(c);if(!l){console.warn("no such attr",c,a);continue}l["checked-data-type"]==="date"&&n&&(u=Ge(u),o[2]=u),Et(l)&&W(i,[u,c,a],o),W(r,[a,c,u],o),W(s,[c,a,u],o)}return{eav:r,aev:s,vae:i}}function mn(t){return{triples:V(t.eav,3),cardinalityInference:t.cardinalityInference,useDateObjects:t.useDateObjects,version:1}}function Tn(t,e){return Re(t,e.triples,e.cardinalityInference,e.useDateObjects)}function Sn(t,e){if(t)return new we(t.attrs,t.linkIndex);if(e&&"__type"in e)return new we(e.attrs,e.linkIndex)}function ds(t,e){return ve(t.eav,[e])!==void 0}function Re(t,e,n,r){const s=_n(t,e,r);return s.cardinalityInference=n,s.useDateObjects=r,s}function xe(t,e){var s,i;let n;if(Array.isArray(e[0])){const[o,a]=e[0],c=t.aev.get(o);if(!c)return null;n=(s=V(c,2).find(l=>l[2]===a))==null?void 0:s[0]}else n=e[0];if(!n)return null;const r=e[2];if(Array.isArray(r)&&r.length===2&&t.aev.get(r[0])){const[o,a]=r,c=t.aev.get(o);if(!c)return null;const l=(i=V(c,2).find(g=>g[2]===a))==null?void 0:i[0];if(!l)return null;const[f,h,p,...y]=e;return[n,h,l,...y]}else{const[o,...a]=e;return[n,...a]}}function vn(t,e,n){const r=xe(t,n);if(!r)return;const[s,i,o]=r,a=e.getAttr(i);a&&(ee(t.eav,[s,i,o]),ee(t.aev,[i,s,o]),Et(a)&&ee(t.vae,[o,i,s]))}let hs=0;function An(t,e,n){const[r,s,i]=n;let o;const a=ve(t.eav,[r,s,i]);return a&&(o=a[3]),o||Date.now()*10+hs++}function kn(t,e,n){const r=xe(t,n);if(!r)return;let[s,i,o]=r;const a=e.getAttr(i);if(!a)return;a["checked-data-type"]==="date"&&t.useDateObjects&&(o=Ge(o));const c=ve(t.eav,[s,i,o]),u=(c==null?void 0:c[3])??An(t,a,r),l=[s,i,o,u];fs(a)?(W(t.eav,[s,i],new Map([[o,l]])),W(t.aev,[i,s],new Map([[o,l]]))):(W(t.eav,[s,i,o],l),W(t.aev,[i,s,o],l)),Et(a)&&W(t.vae,[o,i,s],l)}function ps(t,e,n){var p;const r=xe(t,n);if(!r)return;const[s,i,o]=r,a=e.getAttr(i);if(!a)return;if(!Pt(a))throw new Error("merge operation is not supported for links");const c=ve(t.eav,[s,i]);if(!c)return;const u=(p=c.values().next())==null?void 0:p.value;if(!u)return;const l=u[2],f=yn(l,o),h=[s,i,f,An(t,a,u)];W(t.eav,[s,i],new Map([[f,h]])),W(t.aev,[i,s],new Map([[f,h]]))}function Mt(t,e,n){var u,l;const[r,s]=n,i=xe(t,[r]);if(!i)return;const[o]=i,a=t.eav.get(o);if(a){for(const f of a.keys()){const h=e.getAttr(f);h&&h["on-delete-reverse"]==="cascade"&&V(a.get(f),1).forEach(([p,y,g])=>{var w;return Mt(t,e,[g,(w=h["reverse-identity"])==null?void 0:w[1]])}),(!s||!h||((u=h["forward-identity"])==null?void 0:u[1])===s)&&(ee(t.aev,[f,o]),ee(t.eav,[o,f]))}a.size===0&&ee(t.eav,[o])}const c=t.vae.get(o)&&V(t.vae.get(o),2);c&&c.forEach(f=>{var w,_,b;const[h,p,y]=f,g=e.getAttr(p);(!s||!g||((w=g["reverse-identity"])==null?void 0:w[1])===s)&&(ee(t.eav,[h,p,y]),ee(t.aev,[p,h,y]),ee(t.vae,[y,p,h])),g&&g["on-delete"]==="cascade"&&((_=g["reverse-identity"])==null?void 0:_[1])===s&&Mt(t,e,[h,(b=g["forward-identity"])==null?void 0:b[1]])}),((l=t.vae.get(o))==null?void 0:l.size)===0&&ee(t.vae,[o])}function On(t,e,n){const r=_n(e,n,t.useDateObjects);Object.keys(r).forEach(s=>{t[s]=r[s]})}function ys(t,[e]){t.addAttr(e)}function In(t){return V(t.eav,3)}function bs(t,e,[n]){if(!e.getAttr(n))return;const r=In(t).filter(([s,i])=>i!==n);e.deleteAttr(n),On(t,e,r)}function gs(t,e,[n]){e.getAttr(n.id)&&(e.updateAttr(n),On(t,e,In(t)))}function ws(t,e,n){const[r,...s]=n;switch(r){case"add-triple":kn(t,e,s);break;case"deep-merge-triple":ps(t,e,s);break;case"retract-triple":vn(t,e,s);break;case"delete-entity":Mt(t,e,s);break;case"add-attr":ys(e,s);break;case"delete-attr":bs(t,e,s);break;case"update-attr":gs(t,e,s);break;case"restore-attr":break;case"rule-params":break;default:throw new Error(`unhandled transaction action: ${r}`)}}function V(t,e,n=[]){if(!t||e===0)return n;if(e===1){for(const r of t.values())n.push(r);return n}for(const r of t.values())V(r,e-1,n);return n}function He(t,e,n){var i;const r=[];if(n!=null&&n.hasOwnProperty("$not")){for(const o of e.keys())n.$not!==o&&r.push(e.get(o));return r}if(n!=null&&n.hasOwnProperty("$isNull")){const{attrId:o,isNull:a,reverse:c}=n.$isNull;if(c)for(const u of e.keys()){const l=t.vae.get(u),f=!l||!l.get(o);(a?f:!f)&&r.push(e.get(u))}else{const u=t.aev.get(o);for(const l of e.keys()){const f=!u||((i=u.get(l))==null?void 0:i.get(null))||!u.get(l);(a?f:!f)&&r.push(e.get(l))}}return r}if(n!=null&&n.$comparator)return V(e,1).filter(n.$op);const s=n.in||n.$in||[n];for(const o of s){const a=e.get(o);a&&r.push(a)}return r}function _s(t,e,n){let r="";return t!==void 0&&(r+="e"),e!==void 0&&(r+="a"),n!==void 0&&(r+="v"),r}function ms(t,[e,n,r]){var i,o;switch(_s(e,n,r)){case"e":{const a=t.eav.get(e);return V(a,2)}case"ea":{const a=(i=t.eav.get(e))==null?void 0:i.get(n);return V(a,1)}case"eav":{const a=(o=t.eav.get(e))==null?void 0:o.get(n);return a?He(t,a,r):[]}case"ev":{const a=t.eav.get(e);if(!a)return[];const c=[];for(const u of a.values())c.push(...He(t,u,r));return c}case"a":{const a=t.aev.get(n);return V(a,2)}case"av":{const a=t.aev.get(n);if(!a)return[];const c=[];for(const u of a.values())c.push(...He(t,u,r));return c}case"v":{const a=[];for(const c of t.eav.values())for(const u of c.values())a.push(...He(t,u,r));return a}default:return V(t.eav,3)}}function Ts(t,e,n){var s;const r={};if(!e)return r;for(const[i,o]of e.entries()){const a=(s=t.eav.get(n))==null?void 0:s.get(o.id),c=V(a,1);for(const u of c)r[i]=u[2]}return r}function $(t,e,n){var r;return(r=t.forwardIdents.get(e))==null?void 0:r.get(n)}function _e(t,e,n){var r;return(r=t.revIdents.get(e))==null?void 0:r.get(n)}function Ss(t,e){return t.blobAttrs.get(e)}function Cn(t,e){var r;const n=t.primaryKeys.get(e);return n||((r=t.forwardIdents.get(e))==null?void 0:r.get("id"))}function vs(t,e,n){const r=xe(t,n);if(!r)return;const[s,i,o]=r;if(e.getAttr(i))return ve(t.eav,[s,i])}function As(t,e,n){const r=n.filter(([s,i,o,a,c])=>{if(s!=="add-triple"&&s!=="deep-merge-triple")return!0;const u=c==null?void 0:c.mode;if(u!=="create"&&u!=="update")return!0;let l=!1;const f=e.getAttr(o);if(f){const h=Cn(e,f["forward-identity"][1]);l=!!vs(t,e,[i,h==null?void 0:h.id,i])}return!(u==="create"&&l||u==="update"&&!l)});return Qe({store:t,attrsStore:e},s=>{r.forEach(i=>{ws(s.store,s.attrsStore,i)})},{mark:s=>{if(s instanceof we)return"immutable"}})}function ks(t){return typeof t=="string"&&t.startsWith("?")}function Os(t,e,n){if(n.hasOwnProperty(t)){const r=n[t];return Pn(r,e,n)}return{...n,[t]:e}}function En(t,e,n){return t===e?n:null}function Is(t){switch(typeof t){case"string":return t.startsWith("?")?Os:En;default:return En}}const Cs=["in","$in","$not","$isNull","$comparator"];function Es(t){for(const e of Cs)if(t.hasOwnProperty(e))return!0;return!1}function Pn(t,e,n){return n?typeof t=="object"?Es(t)?n:null:Is(t)(t,e,n):null}function Ps(t,e,n){return t.reduce((r,s,i)=>{const o=e[i];return Pn(s,o,r)},n)}function Ms(t,e,n){return $s(t,e,n).map(r=>Ps(e,r,n)).filter(r=>r)}function js(t,e,n){return e.or?e.or.patterns.flatMap(r=>jt(t,r,n)):e.and?e.and.patterns.reduce((r,s)=>jt(t,s,r),n):n.flatMap(r=>Ms(t,e,r))}function jt(t,e,n=[{}]){return e.reduce((r,s)=>js(t,s,r),n)}function Dt(t,e){return Array.isArray(e)?e.map(n=>Dt(t,n)):ks(e)?t[e]:e}function Ds(t,{find:e,where:n}){return jt(t,n).map(s=>Dt(s,e))}function $s(t,e,n){return ms(t,Dt(n,e))}const Rs=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;function Ae(t){return typeof t=="string"&&Rs.test(t)}const R=[];for(let t=0;t<256;++t)R.push((t+256).toString(16).slice(1));function xs(t,e=0){return(R[t[e+0]]+R[t[e+1]]+R[t[e+2]]+R[t[e+3]]+"-"+R[t[e+4]]+R[t[e+5]]+"-"+R[t[e+6]]+R[t[e+7]]+"-"+R[t[e+8]]+R[t[e+9]]+"-"+R[t[e+10]]+R[t[e+11]]+R[t[e+12]]+R[t[e+13]]+R[t[e+14]]+R[t[e+15]]).toLowerCase()}let $t;const Us=new Uint8Array(16);function Ls(){if(!$t){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");$t=crypto.getRandomValues.bind(crypto)}return $t(Us)}const Mn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Fs(t,e,n){var s;if(Mn.randomUUID&&!t)return Mn.randomUUID();t=t||{};const r=t.random??((s=t.rng)==null?void 0:s.call(t))??Ls();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,xs(r)}function jn(t){const e=t.replace(/-/g,""),n=[];for(let r=0;r<e.length;r+=2)n.push(parseInt(e.substring(r,r+2),16));return n}function Ns(t,e){for(let n=0;n<t.length;n++){if(t[n]<e[n])return-1;if(t[n]>e[n])return 1}return 0}function Ks(t,e){return Ns(jn(t),jn(e))}function j(){return Fs()}function qs(t,e){return t.localeCompare(e)}function zs(){let t=qs;if(typeof Intl=="object"&&Intl.hasOwnProperty("Collator"))try{t=Intl.Collator("en-US").compare}catch{}return t}const Ws=zs();let Vs=!0,Qs=0;function Ue(t){return Je(`_${t}`,Qs++)}function Je(t,e){return`?${t}-${e}`}class ke extends Error{constructor(e){super(e),this.name="AttrNotFoundError"}}function Bs(t,e){const n=Cn(t,e);if(!n)throw new ke(`Could not find id attr for ${e}`);return n}function Dn(t,e,n,r){return[Gs(t,e,n,r)]}function Gs(t,e,n,r){return[t(n,r),Bs(e,n).id,t(n,r),t("time",r)]}function Hs(t,e,n){return t.map(r=>r===e?n:r)}function $n(t,e,n,r,s){const i=$(e,n,s),o=_e(e,n,s),a=i||o;if(!a)throw new ke(`Could not find attr for ${[n,s]}`);if(a["value-type"]!=="ref")throw new Error(`Attr ${a.id} is not a ref`);const[c,u]=a["forward-identity"],[l,f]=a["reverse-identity"],h=r+1,p=i?[t(u,r),a.id,t(f,h),Ue("time")]:[t(u,h),a.id,t(f,r),Ue("time")];return[i?f:u,h,p,a,!!i]}function Rn(t,e){if(typeof e!="string")return function(o){return!1};const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/%/g,".*").replace(/_/g,"."),s=new RegExp(`^${r}$`,t?void 0:"i");return function(o){return typeof o!="string"?!1:s.test(o)}}function Js(t,e){if(typeof e!="object"||e.hasOwnProperty("$in")||e.hasOwnProperty("in"))return e;const n=t["checked-data-type"]==="date";if(e.hasOwnProperty("$gt"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])>new Date(e.$gt)}:function(s){return s[2]>e.$gt}};if(e.hasOwnProperty("$gte"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])>=new Date(e.$gte)}:function(s){return s[2]>=e.$gte}};if(e.hasOwnProperty("$lt"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])<new Date(e.$lt)}:function(s){return s[2]<e.$lt}};if(e.hasOwnProperty("$lte"))return{$comparator:!0,$op:n?function(s){return new Date(s[2])<=new Date(e.$lte)}:function(s){return s[2]<=e.$lte}};if(e.hasOwnProperty("$like")){const r=Rn(!0,e.$like);return{$comparator:!0,$op:function(i){return r(i[2])}}}if(e.hasOwnProperty("$ilike")){const r=Rn(!1,e.$ilike);return{$comparator:!0,$op:function(i){return r(i[2])}}}return e}function Ys(t,e,n,r,s,i){const o=$(e,n,s),a=_e(e,n,s),c=o||a;if(!c)throw new ke(`No attr for etype = ${n} label = ${s}`);if(i!=null&&i.hasOwnProperty("$isNull")){const u=$(e,n,"id");if(!u)throw new ke(`No attr for etype = ${n} label = id`);return[t(n,r),u.id,{$isNull:{attrId:c.id,isNull:i.$isNull,reverse:!o}},Ue("time")]}return o?[t(n,r),c.id,Js(c,i),Ue("time")]:[i,c.id,t(n,r),Ue("time")]}function Zs(t,e,n,r,s){const[i,o,a]=s.reduce((c,u)=>{const[l,f,h]=c,[p,y,g]=$n(t,e,l,f,u);return[p,y,[...h,g]]},[n,r,[]]);return[i,o,a]}function Rt(t,e,n,r,s,i){const o=s.slice(0,s.length-1),a=s[s.length-1],[c,u,l]=Zs(t,e,n,r,o),f=Ys(t,e,c,u,a,i);return l.concat([f])}function Xs(t,e){return e?[e].concat(t):t}function ei([t,e]){return t==="or"&&Array.isArray(e)}function ti([t,e]){return t==="and"&&Array.isArray(e)}function ni(t,e,n){return(r,s)=>{const i=t(r,s);return e==i?i:`${i}-${n}`}}function xn(t,e,n,r,s,i){const o=t(r,s),a=i.map((c,u)=>{const l=ni(t,o,u);return Ln(l,n,r,s,c)});return{[e]:{patterns:a,joinSym:o}}}function ri(t){const e=[];for(let n=1;n<=t.length;n++)e.push(t.slice(0,n));return e}function Un(t,e,n,r,s){return ri(s).map(i=>Rt(t,e,n,r,i,{$isNull:!0}))}function Ln(t,e,n,r,s){return Object.entries(s).flatMap(([i,o])=>{if(ei([i,o]))return xn(t,"or",e,n,r,o);if(ti([i,o]))return xn(t,"and",e,n,r,o);if(i==="$entityIdStartsWith")return[];const a=i.split(".");if(o!=null&&o.hasOwnProperty("$ne")&&(o={...o,$not:o.$ne},delete o.$ne),o!=null&&o.hasOwnProperty("$not")){const c=Rt(t,e,n,r,a,o),u=Un(t,e,n,r,a);return[{or:{patterns:[c,...u],joinSym:t(n,r)}}]}return o!=null&&o.hasOwnProperty("$isNull")&&o.$isNull===!0&&a.length>1?[{or:{patterns:Un(t,e,n,r,a),joinSym:t(n,r)}}]:Rt(t,e,n,r,a,o)})}function si(t,e,n,r){const s=Je;return r?Ln(s,t,e,n,r).concat(Dn(s,t,e,n)):Dn(s,t,e,n)}function ii(t,e,n){return[t(e,n),t("time",n)]}function oi(t,e,n,r,s,i){const[o,a,c,u,l]=$n(t,e,n,r,s),f=Hs(c,t(n,r),i);return[o,a,f,u,l]}function ai(t,e,n,{etype:r,level:s,form:i},o){const a=Object.keys(i).filter(c=>c!=="$");return a.length?Object.entries(o).map(function([u,l]){return a.map(function(p){var g,w,_;const y=!!(e.cardinalityInference&&((_=(w=(g=n.linkIndex)==null?void 0:g[r])==null?void 0:w[p])!=null&&_.isSingular));try{const[b,m,A]=oi(t,n,r,s,p,u),T=Nn(e,n,{etype:b,level:m,form:i[p],join:A}),v=y?T[0]:T;return{[p]:v}}catch(b){if(b instanceof ke)return{[p]:y?void 0:[]};throw b}}).reduce(function(p,y){return{...p,...y}},l)}):Object.values(o)}function ci(t,e,n){return n==="string"?Ws(t,e):t>e?1:-1}function Le(t,e,n,r,s){return e===r||e==null&&r==null?Ks(t,n):r==null?1:e==null?-1:ci(e,r,s)}function Ye([t,e],[n,r],s){return Le(t,e,n,r,s)}function xt(t){return t==null?t:new Date(t).getTime()}function ui(t,e,n,r){var y;const[s,i,o,a]=t,c=n==="desc"?1:-1;if(((y=e["forward-identity"])==null?void 0:y[2])==="id")return Ye(r,[s,a],null)===c;const[u,l]=r,f=e["checked-data-type"],h=f==="date"?xt(l):l,p=f==="date"?xt(o):o;return Ye([u,h],[s,p],f)===c}function li(t,e){const n=e[1];return t.getAttr(n)}function fi(t,e,n){const r=Object.keys(n)[0];return $(t,e,r)}function di(t,e,n,r){if(n)return li(t,n);if(r)return fi(t,e,r)}function hi(t,e,n){var s,i;if(!Array.isArray(n.fields))return Ss(t,e);const r=new Map;for(const o of n.fields){const a=$(t,e,o),c=(s=a==null?void 0:a["forward-identity"])==null?void 0:s[2];c&&Pt(a)&&r.set(c,a)}if(!r.has("id")){const o=$(t,e,"id"),a=(i=o==null?void 0:o["forward-identity"])==null?void 0:i[2];a&&r.set(a,o)}return r}function pi(t,e,{etype:n,pageInfo:r,dq:s,form:i}){var y,g;const o=(y=i==null?void 0:i.$)==null?void 0:y.order,a=Fn(i),c=yi(i);let u=Ds(t,s);const l=r==null?void 0:r["start-cursor"],f=di(e,n,l,o);if(f&&((g=f==null?void 0:f["forward-identity"])==null?void 0:g[2])!=="id"){const w=f["checked-data-type"]==="date",_=f.id;u=u.map(([b])=>{var A,T,v,I,D;let m=(D=(I=(v=(T=(A=t.eav.get(b))==null?void 0:A.get(_))==null?void 0:T.values())==null?void 0:v.next())==null?void 0:I.value)==null?void 0:D[2];return w&&(m=xt(m)),[b,m]})}u.sort(c==="asc"?function(_,b){return Ye(_,b,f==null?void 0:f["checked-data-type"])}:function(_,b){return Ye(b,_,f==null?void 0:f["checked-data-type"])});let h={};const p=hi(e,n,s);for(const w of u){const[_]=w;if(h[_]||!a&&l&&f&&ui(l,f,c,w))continue;const b=Ts(t,p,_);b&&(h[_]=b)}return h}function yi(t){var n;const e=(n=t.$)==null?void 0:n.order;return e&&e[Object.keys(e)[0]]||"asc"}function Fn(t){var s,i,o;const e=(s=t.$)==null?void 0:s.offset,n=(i=t.$)==null?void 0:i.before,r=(o=t.$)==null?void 0:o.after;return!e&&!n&&!r}function bi(t,e,{etype:n,level:r,form:s,join:i,pageInfo:o}){var h,p,y,g,w;if(!Fn(s)&&(!o||!o["start-cursor"]))return[];const a=Xs(si(e,n,r,(h=s.$)==null?void 0:h.where),i),c=ii(Je,n,r),u=(p=s.$)==null?void 0:p.fields,l=pi(t,e,{etype:n,pageInfo:o,form:s,dq:{where:a,find:c,fields:u}}),f=((y=s.$)==null?void 0:y.limit)||((g=s.$)==null?void 0:g.first)||((w=s.$)==null?void 0:w.last);if(f!=null){r>0&&Vs&&console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");const _=Object.entries(l);return _.length<=f?l:Object.fromEntries(_.slice(0,f))}return l}function gi(t,e,n){try{return bi(t,e,n)}catch(r){if(r instanceof ke)return{};throw r}}function Nn(t,e,n){const r=gi(t,e,n);return ai(Je,t,e,n,r)}function wi(t){const e={};for(const[n,r]of Object.entries(t))e[n]={startCursor:r["start-cursor"],endCursor:r["end-cursor"],hasNextPage:r["has-next-page?"],hasPreviousPage:r["has-previous-page?"]};return e}function Kn({store:t,attrsStore:e,pageInfo:n,aggregate:r},s){const o={data:Object.keys(s).reduce(function(c,u){return r!=null&&r[u]||u==="$$ruleParams"||(c[u]=Nn(t,e,{etype:u,form:s[u],level:0,pageInfo:n==null?void 0:n[u]})),c},{})};return n&&(o.pageInfo=wi(n)),r&&(o.aggregate=r),o}function _i(){const e={__etype:1,__ops:1,create:1,update:1,link:1,unlink:1,delete:1,merge:1,ruleParams:1};return new Set(Object.keys(e))}const mi=_i();function Ze(t,e,n){const r={__etype:t,__ops:n};return new Proxy(r,{get:(s,i)=>{if(i==="__ops")return n;if(i==="__etype")return t;if(mi.has(i))return(o,a)=>Ze(t,e,[...n,a?[i,t,e,o,a]:[i,t,e,o]])}})}function qn(t,e){return`lookup__${t}__${JSON.stringify(e)}`}function Xe(t){return t.startsWith("lookup__")}function Ut(t){const[e,n,...r]=t.split("__");return[n,JSON.parse(r.join("__"))]}function Ti(t){return new Proxy({__etype:t},{get(e,n){if(n==="lookup")return(s,i)=>Ze(t,Ut(qn(s,i)),[]);if(n==="__etype")return t;const r=n;return Xe(r)?Ze(t,Ut(r),[]):Ze(t,r,[])}})}function Lt(){return new Proxy({},{get(t,e){return Ti(e)}})}const Si=Lt();function vi(t){return t.__ops}function Ai(t,e){const{attrIdMap:n,refSwapAttrIds:r}=t,s=[];for(const o of e){const a=n[o];if(a)s.push(a);else if(Array.isArray(o)&&o.length==2&&n[o[0]]){const[c,u]=o;s.push([n[c],u])}else s.push(o)}const[i]=e;if((i==="add-triple"||i==="retract-triple")&&r.has(e[2])){const o=s[1];s[1]=s[3],s[3]=o}return s}function ki(t){if(Array.isArray(t))return t;const e=Object.entries(t);if(e.length!==1)throw new Error("lookup must be an object with a single unique attr and value.");return e[0]}function Oi(t,e,n){return n.indexOf(".")!==-1&&!$(t,e,n)}function Ft(t){const[e,n,...r]=t.split(".");if(r.length>0||n!=="id")throw new Error(`${t} is not a valid lookup attribute.`);return e}function Ii(t,e,n){if(!Oi(t,e,n))return $(t,e,n);const r=Ft(n),s=$(t,e,r)||_e(t,e,r);if(s&&s["value-type"]!=="ref")throw new Error(`${n} does not reference a valid link attribute.`);return s}function Nt(t){return typeof t=="string"&&!Xe(t)?null:typeof t=="string"&&Xe(t)?Ut(t):ki(t)}function Q(t,e,n){const r=Nt(n);if(r===null)return n;const[s,i]=r,o=Ii(t,e,s);if(!o||!o["unique?"])throw new Error(`${s} is not a unique attribute.`);return[o.id,i]}function zn(t,e,n,r){var o;const s=Q(t,e,n);return Array.isArray(s)?[["add-triple",s,(o=$(t,e,"id"))==null?void 0:o.id,s]].concat(r):r}function Ci({attrsStore:t},[e,n,r]){const s=Object.entries(r).flatMap(([i,o])=>{const a=Array.isArray(o)?o:[o],c=$(t,e,i),u=_e(t,e,i);return a.map(l=>c?["add-triple",Q(t,e,n),c.id,Q(t,c["reverse-identity"][1],l)]:["add-triple",Q(t,u["forward-identity"][1],l),u==null?void 0:u.id,Q(t,e,n)])});return zn(t,e,n,s)}function Ei({attrsStore:t},[e,n,r]){const s=Object.entries(r).flatMap(([i,o])=>{const a=Array.isArray(o)?o:[o],c=$(t,e,i),u=_e(t,e,i);return a.map(l=>c?["retract-triple",Q(t,e,n),c.id,Q(t,c["reverse-identity"][1],l)]:["retract-triple",Q(t,u["forward-identity"][1],l),u.id,Q(t,e,n)])});return zn(t,e,n,s)}function Pi(t,e,n,r){var s;if(Array.isArray(r)){const[i,o]=r;for(const a of t||[]){const c=a==null?void 0:a.aev.get(i);if(c){for(const[u,l,f]of V(c,2))if(f===o)return!0}}}else for(const i of t||[]){const o=i==null?void 0:i.eav.get(r);if(o){for(const a of o.keys())if(((s=e.getAttr(a))==null?void 0:s["forward-identity"][1])==n)return!0}}return!1}function Wn({stores:t,attrsStore:e},[n,r,s,i]){return(i==null?void 0:i.upsert)===!1?{mode:"update"}:(i==null?void 0:i.upsert)===!0?null:Pi(t,e,n,r)?{mode:"update"}:null}function Mi(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=It(i),c=Q(n,r,s);return[["id",c]].concat(Object.entries(a)).map(([l,f])=>{const h=$(n,r,l);return h["checked-data-type"]==="date"&&t.useDateObjects&&(f=Ge(f)),["add-triple",c,h.id,f,{mode:"create"}]})}function ji(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=It(i),c=Q(n,r,s),u=Wn(t,[r,c,i,o]);return[["id",c]].concat(Object.entries(a)).map(([f,h])=>{const p=$(n,r,f);return p["checked-data-type"]==="date"&&t.useDateObjects&&(h=Ge(h)),["add-triple",c,p.id,h,...u?[u]:[]]})}function Di({attrsStore:t},[e,n]){return[["delete-entity",Q(t,e,n),e]]}function $i(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=It(i),c=Q(n,r,s),u=Wn(t,[r,c,i,o]),l=Object.entries(a).map(([h,p])=>{const y=$(n,r,h);return["deep-merge-triple",c,y.id,p,...u?[u]:[]]});return[["add-triple",c,$(n,r,"id").id,c,...u?[u]:[]]].concat(l)}function Ri({attrsStore:t},[e,n,r]){return[["rule-params",Q(t,e,n),e,r]]}function xi(t){const[e,n,r,s,i]=t;if(!s)return t;const o={...s};return delete o.id,[e,n,r,o,...i?[i]:[]]}function Ui(t,e){const[n,...r]=xi(e);switch(n){case"merge":return $i(t,r);case"create":return Mi(t,r);case"update":return ji(t,r);case"link":return Ci(t,r);case"unlink":return Ei(t,r);case"delete":return Di(t,r);case"ruleParams":return Ri(t,r);default:throw new Error(`unsupported action ${n}`)}}function Li(t){switch(t){case"string":case"date":case"boolean":case"number":return t;default:return}}function Fi(t,e,n){var a,c;const r=(c=(a=t.entities[e])==null?void 0:a.attrs)==null?void 0:c[n];if(n==="id")return null;if(!r)throw new Error(`${e}.${n} does not exist in your schema`);const{unique:s,indexed:i}=r==null?void 0:r.config,o=Li(r==null?void 0:r.valueType);return{"index?":i,"unique?":s,"checked-data-type":o}}function et(t,e,n,r){const s=t?Fi(t,e,n):null,i=j(),a=[j(),e,n];return{id:i,"forward-identity":a,"value-type":"blob",cardinality:"one","unique?":!1,"index?":!1,isUnsynced:!0,...s||{},...r||{}}}function Ni(t,e,n){return Object.values(t.links).find(i=>i.forward.on===e&&i.forward.label===n||i.reverse.on===e&&i.reverse.label===n)}function Ki(t,e,n){const r=Ni(t,e,n);if(!r)throw new Error(`Couldn't find the link ${e}.${n} in your schema`);const{forward:s,reverse:i}=r;return{"forward-identity":[j(),s.on,s.label],"reverse-identity":[j(),i.on,i.label],cardinality:s.has==="one"?"one":"many","unique?":i.has==="one","on-delete":s.onDelete,"on-delete-reverse":i.onDelete}}function Vn(t,e,n,r){const s=t?Ki(t,e,n):null,i=j(),o=[j(),e,n],a=[j(),n,e];return{id:i,"forward-identity":o,"reverse-identity":a,"value-type":"ref",cardinality:"many","unique?":!1,"index?":!1,isUnsynced:!0,...s||{},...r||{}}}const qi=new Set(["create","update","merge","link","unlink"]),zi=new Set(["link","unlink"]),Wi=new Set(["create","update","merge"]),Vi=new Set(["link","unlink","create","update","merge","delete","ruleParams"]),Kt={"unique?":!0,"index?":!0},Qi={...Kt,cardinality:"one"};function Bi(t){const e=[],[n,r,s,i]=t;if(!Vi.has(n))return e;const o=Nt(s);if(o&&e.push({etype:r,lookupPair:o}),n==="link")for(const[a,c]of Object.entries(i)){const u=Array.isArray(c)?c:[c];for(const l of u){const f=Nt(l);f&&e.push({etype:r,lookupPair:f,linkLabel:a})}}return e}function Gi({attrsStore:t,schema:e},n){var h,p;const r=new Set,s=[],i=[];function o(y,g){return $(t,y,g)||s.find(w=>w["forward-identity"][1]===y&&w["forward-identity"][2]===g)}function a(y,g){return _e(t,y,g)||s.find(w=>{var _,b;return((_=w["reverse-identity"])==null?void 0:_[1])===y&&((b=w["reverse-identity"])==null?void 0:b[2])===g})}function c(y){s.push(y),i.push(["add-attr",y]),r.add(y.id)}function u(y){y&&"isUnsynced"in y&&y.isUnsynced&&!r.has(y.id)&&(s.push(y),i.push(["add-attr",y]),r.add(y.id))}function l(y,g){return g.indexOf(".")!==-1&&!o(y,g)}function f(y,g){const w=o(y,g),_=a(y,g);u(w),u(_),!w&&!_&&c(Vn(e,y,g,Qi))}for(const y of n)for(const{etype:g,lookupPair:w,linkLabel:_}of Bi(y)){const b=w[0];if(_){f(g,_);const m=o(g,_),A=a(g,_);u(m),u(A);const T=((h=m==null?void 0:m["reverse-identity"])==null?void 0:h[1])||((p=A==null?void 0:A["forward-identity"])==null?void 0:p[1])||_;if(l(T,b))f(T,Ft(b));else{const v=o(T,b);v||c(et(e,T,b,Kt)),u(v)}}else if(l(g,b))f(g,Ft(b));else{const m=o(g,b);m||c(et(e,g,b,Kt)),u(m)}}for(const y of n){const[g,w,_,b]=y;if(qi.has(g)){const m=o(w,"id");u(m),m||c(et(e,w,"id",{"unique?":!0}));for(const A of Object.keys(b)){const T=o(w,A);if(u(T),Wi.has(g)&&(T||c(et(e,w,A,A==="id"?{"unique?":!0}:null))),zi.has(g)){const v=a(w,A);!T&&!v&&c(Vn(e,w,A)),u(v)}}}}if(s.length){const y={...t.attrs};for(const g of s)y[g.id]=g;return[new we(y,t.linkIndex),i]}return[t,i]}function Hi(t,e){const r=(Array.isArray(e)?e:[e]).flatMap(c=>vi(c)),[s,i]=Gi(t,r),o={...t,attrsStore:s},a=r.flatMap(c=>Ui(o,c));return[...i,...a]}function Qn(t,e){typeof requestIdleCallback>"u"?t():requestIdleCallback(t,{timeout:e})}const Oe="__meta";class Bn{constructor(e,n){}}class qt{constructor(e){d(this,"currentValue");d(this,"_subs",[]);d(this,"_persister");d(this,"_merge");d(this,"serialize");d(this,"parse");d(this,"_saveThrottleMs");d(this,"_idleCallbackMaxWaitMs");d(this,"_nextSave",null);d(this,"_nextGc",null);d(this,"_pendingSaveKeys",new Set);d(this,"_loadedKeys",new Set);d(this,"_loadingKeys");d(this,"_objectSize");d(this,"_log");d(this,"onKeyLoaded");d(this,"_version",0);d(this,"_meta",{isLoading:!0,onLoadCbs:[],value:null,error:null,attempts:0});d(this,"_gcOpts");this._persister=e.persister,this._merge=e.merge,this.serialize=e.serialize,this.parse=e.parse,this._objectSize=e.objectSize,this._log=e.logger,this._saveThrottleMs=e.saveThrottleMs??100,this._idleCallbackMaxWaitMs=e.idleCallbackMaxWaitMs??1e3,this._gcOpts=e.gc,this.currentValue={},this._loadedKeys=new Set,this._loadingKeys={},this._initMeta(),e.preloadEntryCount&&this._preloadEntries(e.preloadEntryCount)}async _initMeta(){var e;this._meta.loadingPromise&&await this._meta.loadingPromise;try{const n=this._persister.getItem(Oe);this._meta.loadingPromise=n;const r=await n;this._meta.isLoading=!1,this._meta.error=null,this._meta.loadingPromise=null,this._meta.attempts=0;const s=((e=this._meta.value)==null?void 0:e.objects)??{},i=r??{},o=i.objects??{};this._meta.value={...i,objects:{...s,...o}}}catch(n){this._meta.error=n,this._meta.attempts++,this._meta.loadingPromise=null}}async _getMeta(){return this._meta.value?this._meta.value:this._meta.loadingPromise?(await this._meta.loadingPromise,this._meta.value):(this._initMeta(),await this._meta.loadingPromise,this._meta.value)}async _refreshMeta(){return await this._initMeta(),this._meta.value}async _preloadEntries(e){const n=await this.waitForMetaToLoad();if(!n)return;const r=Object.entries(n.objects);r.sort(([s,i],[o,a])=>a.updatedAt-i.updatedAt);for(const[s]of r.slice(0,e))this._loadKey(s)}async _getFromStorage(e){try{const n=await this._persister.getItem(e);return n&&this.parse(e,n)}catch(n){return console.error(`Unable to read from storage for key=${e}`,n),null}}async waitForKeyToLoad(e){return this._loadedKeys.has(e)?this.currentValue[e]:(await(this._loadingKeys[e]||this._loadKey(e)),this.currentValue[e])}async waitForMetaToLoad(){return this._getMeta()}unloadKey(e){this._loadedKeys.delete(e),delete this._loadingKeys[e],delete this.currentValue[e]}async _loadKey(e){if(this._loadedKeys.has(e)||e in this._loadingKeys)return;const n=this._getFromStorage(e);this._loadingKeys[e]=n;const r=await n;if(delete this._loadingKeys[e],this._loadedKeys.add(e),r){const s=this._merge(e,r,this.currentValue[e]);s&&(this.currentValue[e]=s)}this.onKeyLoaded&&this.onKeyLoaded(e)}_writeToStorage(e){const n=[],r=e==null?void 0:e.skipGc;if(this._meta.isLoading){const f=new Promise((h,p)=>{setTimeout(()=>this._enqueuePersist(e?{...e,attempts:(e.attempts||0)+1}:{attempts:1}).then(h).catch(p),10+((e==null?void 0:e.attempts)??0)*1e3)});return n.push(f),Promise.all(n).then(h=>h.reduce((p,y)=>p+y,0))}const s=this._meta.value;if(!s)return Promise.resolve(0);const i=[],o=[];for(const f of this._pendingSaveKeys)f in this.currentValue?o.push(f):(i.push(f),delete s.objects[f]);for(const f of i){const h=this._persister.removeItem(f);n.push(h.then(()=>1)),this._loadedKeys.delete(f),this._pendingSaveKeys.delete(f)}const a=[],c=[[Oe,s]],u=s.objects??{};s.objects=u;for(const f of o)if(this._loadedKeys.has(f)){const h=this.serialize(f,this.currentValue[f]);c.push([f,h]);const p=this._objectSize(h),y=u[f]??{createdAt:Date.now(),updatedAt:Date.now(),size:p};y.updatedAt=Date.now(),y.size=p,u[f]=y,this._pendingSaveKeys.delete(f)}else a.push(f);const l=this._persister.multiSet(c);n.push(l.then(()=>1));for(const f of a){const h=this._loadKey(f).then(()=>this._enqueuePersist(e));n.push(h)}return r||this.gc(),Promise.all(n).then(f=>f.reduce((h,p)=>h+p,0))}async flush(){return this._nextSave?(clearTimeout(this._nextSave),this._nextSave=null,this._writeToStorage()):void 0}async _gc(){if(!this._gcOpts)return;const e=new Set(await this._persister.getAllKeys());e.delete(Oe);const n=new Set(Object.keys(this.currentValue));for(const h of Object.keys(this._loadingKeys))n.add(h);for(const h of this._loadedKeys)n.add(h);const r=await this._refreshMeta();if(!r){this._log.info("Could not gc because we were not able to load meta");return}const s=[],i={gcOpts:this._gcOpts,keys:e,sacredKeys:n,removed:[],metaRemoved:[],removedMissingCount:0,removedOldCount:0,removedThresholdCount:0,removedSizeCount:0};for(const h of e)n.has(h)||h in r.objects||(this._log.info("Lost track of key in meta",h),s.push(this._persister.removeItem(h)),i.removed.push(h),i.removedMissingCount++);const o=Date.now();for(const[h,p]of Object.entries(r.objects))!n.has(h)&&p.updatedAt<o-this._gcOpts.maxAgeMs&&(s.push(this._persister.removeItem(h)),delete r.objects[h],i.removed.push(h),i.removedOldCount++);const a=Object.entries(r.objects);a.sort(([h,p],[y,g])=>p.updatedAt-g.updatedAt);const c=a.filter(([h])=>!n.has(h));if(a.length>this._gcOpts.maxEntries)for(const[h]of c.slice(0,a.length-this._gcOpts.maxEntries))s.push(this._persister.removeItem(h)),delete r.objects[h],i.removed.push(h),i.removedThresholdCount++;const u=Object.entries(r.objects);u.sort(([h,p],[y,g])=>p.updatedAt-g.updatedAt);const l=u.filter(([h])=>!n.has(h));let f=u.reduce((h,[p,y])=>h+y.size,0);for(;f>0&&f>this._gcOpts.maxSize&&l.length;){const[[h,p]]=l.splice(0,1);f-=p.size,s.push(this._persister.removeItem(h)),delete r.objects[h],i.removed.push(h),i.removedSizeCount++}for(const h of Object.keys(r.objects))!e.has(h)&&!n.has(h)&&delete r.objects[h];return(i.removed.length||i.metaRemoved.length)&&s.push(this._enqueuePersist({skipGc:!0})),this._log.info("Completed GC",i),await Promise.all(s),i}gc(){this._nextGc||(this._nextGc=setTimeout(()=>{Qn(()=>{this._nextGc=null,this._gc()},30*1e3)},1e3*60+Math.random()*500))}_enqueuePersist(e){return new Promise((n,r)=>{if(this._nextSave){n(0);return}this._nextSave=setTimeout(()=>{Qn(()=>{this._nextSave=null,this._writeToStorage(e).then(n).catch(r)},this._idleCallbackMaxWaitMs)},this._saveThrottleMs)})}version(){return this._version}updateInPlace(e){this._version++;const[n,r]=Qe(this.currentValue,e,{enablePatches:!0});for(const s of r){const i=s.path[0];i&&typeof i=="string"&&(this._pendingSaveKeys.add(i),this._loadedKeys.has(i)||this._loadKey(i))}this.currentValue=n,this._enqueuePersist();for(const s of this._subs)s(this.currentValue);return n}subscribe(e){return this._subs.push(e),e(this.currentValue),()=>{this._subs=this._subs.filter(n=>n!==e)}}async clearUnloadedKeys(){let e=!1;for(const n of await this._persister.getAllKeys())n===Oe||n in this.currentValue||(this._pendingSaveKeys.add(n),e=!0);e&&await this._enqueuePersist()}}const Ji=6,Yi=["kv","querySubs","syncSubs"];function Zi(t){return function(n){console.error("Error in IndexedDB event",{source:t,event:n})}}async function Xi(t){return new Promise(e=>{const n=indexedDB.open(t);n.onerror=r=>{e(null)},n.onsuccess=r=>{const i=r.target.result;e(i)},n.onupgradeneeded=r=>{var i;(i=r.target.transaction)==null||i.abort(),e(null)}})}async function eo(t,e,n){const r=typeof e=="string"?JSON.parse(e):e;if(!r)return;const s=new Set;return new Promise((i,o)=>{var l,f,h;const a={};for(const[p,y]of Object.entries(r)){const g=typeof y=="string"?JSON.parse(y):y;if(g.lastAccessed){const _={createdAt:g.lastAccessed,updatedAt:g.lastAccessed,size:((h=(f=(l=g.result)==null?void 0:l.store)==null?void 0:f.triples)==null?void 0:h.length)??0};a[p]=_}const w=n.put(g,p);s.add(w)}const c={objects:a},u=n.put(c,Oe);s.add(u);for(const p of s)p.onsuccess=()=>{s.delete(p),s.size===0&&i()},p.onerror=y=>{o(y)}})}async function Gn(t,e,n){const r=n.put(e,t);return new Promise((s,i)=>{r.onsuccess=()=>s(),r.onerror=o=>i(o)})}async function to(t,e){const n=await Xi(`instant_${t}_5`);if(!n)return;const r=await new Promise((l,f)=>{const y=n.transaction(["kv"],"readonly").objectStore("kv").openCursor();y.onerror=w=>{f(w)};const g=[];y.onsuccess=()=>{const w=y.result;if(w){const _=w.key,b=w.value;g.push([_,b]),w.continue()}else l(g)},y.onerror=w=>{f(w)}}),s=e.transaction(["kv","querySubs"],"readwrite"),i=s.objectStore("kv"),o=s.objectStore("querySubs"),a=[],c={objects:{}};for(const[l,f]of r)switch(l){case"querySubs":{const h=eo(l,f,o);a.push(h);break}default:{const h=Gn(l,f,i);a.push(h);const p={createdAt:Date.now(),updatedAt:Date.now(),size:0};c.objects[l]=p;break}}const u=Gn(Oe,c,i);a.push(u),await Promise.all(a),await new Promise((l,f)=>{s.oncomplete=h=>l(h),s.onerror=h=>f(h),s.onabort=h=>f(h)})}const Hn=new Map;class Jn extends Bn{constructor(n,r){super(n,r);d(this,"dbName");d(this,"_storeName");d(this,"_appId");d(this,"_prefix");d(this,"_dbPromise");this.dbName=`instant_${n}_${Ji}`,this._storeName=r,this._appId=n,this._dbPromise=this._init()}_init(){return new Promise((n,r)=>{let s=!1;const i=indexedDB.open(this.dbName,1);i.onerror=o=>{r(o)},i.onsuccess=o=>{const c=o.target.result;if(s){const u=to(this._appId,c).catch(l=>{Zi("Error upgrading store from version 5 to 6.")(l)});Hn.set(this.dbName,u),u.then(()=>n(c)).catch(()=>n(c))}else{const u=Hn.get(this.dbName);u?u.then(()=>n(c)).catch(()=>n(c)):n(c)}},i.onupgradeneeded=o=>{s=!0,this._upgradeStore(o)}})}_upgradeStore(n){const s=n.target.result;for(const i of Yi)s.objectStoreNames.contains(i)||s.createObjectStore(i)}async getItem(n){const r=await this._dbPromise;return new Promise((s,i)=>{const c=r.transaction([this._storeName],"readonly").objectStore(this._storeName).get(n);c.onerror=u=>{i(u)},c.onsuccess=u=>{c.result?s(c.result):s(null)}})}async setItem(n,r){const s=await this._dbPromise;return new Promise((i,o)=>{const u=s.transaction([this._storeName],"readwrite").objectStore(this._storeName).put(r,n);u.onerror=l=>{o(l)},u.onsuccess=l=>{i()}})}async multiSet(n){const r=await this._dbPromise;return new Promise((s,i)=>{const o=r.transaction([this._storeName],"readwrite"),a=o.objectStore(this._storeName),c=new Set;for(const[u,l]of n){const f=a.put(l,u);c.add(f)}for(const u of c)u.onerror=l=>{o.abort(),i(l)},u.onsuccess=l=>{c.delete(u),c.size===0&&s()}})}async removeItem(n){const r=await this._dbPromise;return new Promise((s,i)=>{const c=r.transaction([this._storeName],"readwrite").objectStore(this._storeName).delete(n);c.onerror=u=>{i(u)},c.onsuccess=u=>{s()}})}async getAllKeys(){const n=await this._dbPromise;return new Promise((r,s)=>{const a=n.transaction([this._storeName],"readonly").objectStore(this._storeName).getAllKeys();a.onerror=c=>{s(c)},a.onsuccess=c=>{r(a.result.filter(u=>typeof u=="string"))}})}}class Yn{static async getIsOnline(){return navigator.onLine}static listen(e){const n=()=>{e(!0)},r=()=>{e(!1)};return addEventListener("online",n),addEventListener("offline",r),()=>{removeEventListener("online",n),removeEventListener("offline",r)}}}class K extends Error{constructor(n,r,s){super(n);d(this,"hint");d(this,"traceId");this.hint=r,s&&(this.traceId=s);const i=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,i),Error.captureStackTrace&&Error.captureStackTrace(this,K),this.name="InstantError"}get[Symbol.toStringTag](){return"InstantError"}}class Fe extends K{constructor(n){var i;const r=((i=n.body)==null?void 0:i.message)||`API Error (${n.status})`;super(r,n.body.hint,n.body["trace-id"]);d(this,"body");d(this,"status");const s=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,s),Error.captureStackTrace&&Error.captureStackTrace(this,Fe),this.name="InstantAPIError",this.status=n.status,this.body=n.body}get[Symbol.toStringTag](){return"InstantAPIError"}}async function te(t,e){const n=await fetch(t,e),r=await n.json();return n.status===200?Promise.resolve(r):Promise.reject(new Fe({status:n.status,body:r}))}function no({apiURI:t,appId:e,email:n}){return te(`${t}/runtime/auth/send_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n})})}async function ro({apiURI:t,appId:e,email:n,code:r,refreshToken:s}){return await te(`${t}/runtime/auth/verify_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n,code:r,...s?{"refresh-token":s}:{}})})}async function so({apiURI:t,appId:e,refreshToken:n}){return await te(`${t}/runtime/auth/verify_refresh_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,"refresh-token":n})})}async function io({apiURI:t,appId:e}){return await te(`${t}/runtime/auth/sign_in_guest`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e})})}async function Zn({apiURI:t,appId:e,code:n,codeVerifier:r,refreshToken:s}){return await te(`${t}/runtime/oauth/token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,code:n,code_verifier:r,refresh_token:s})})}async function oo({apiURI:t,appId:e,nonce:n,idToken:r,clientName:s,refreshToken:i}){return await te(`${t}/runtime/oauth/id_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,nonce:n,id_token:r,client_name:s,refresh_token:i})})}async function ao({apiURI:t,appId:e,refreshToken:n}){return await te(`${t}/runtime/signout`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,refresh_token:n})})}async function co({apiURI:t,appId:e,path:n,file:r,refreshToken:s,contentType:i,contentDisposition:o}){const a={app_id:e,path:n,authorization:`Bearer ${s}`,"content-type":i||r.type};return o&&(a["content-disposition"]=o),await te(`${t}/storage/upload`,{method:"PUT",headers:a,body:r})}async function uo({apiURI:t,appId:e,path:n,refreshToken:r}){const{data:s}=await te(`${t}/storage/files?app_id=${e}&filename=${encodeURIComponent(n)}`,{method:"DELETE",headers:{"content-type":"application/json",authorization:`Bearer ${r}`}});return s}async function lo({apiURI:t,appId:e,fileName:n,refreshToken:r,metadata:s={}}){const{data:i}=await te(`${t}/storage/signed-upload-url`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${r}`},body:JSON.stringify({app_id:e,filename:n})});return i}async function fo(t,e){return(await fetch(t,{method:"PUT",body:e,headers:{"Content-Type":e.type}})).ok}async function ho({apiURI:t,appId:e,path:n,refreshToken:r}){const{data:s}=await te(`${t}/storage/signed-download-url?app_id=${e}&filename=${encodeURIComponent(n)}`,{method:"GET",headers:{"content-type":"application/json",authorization:`Bearer ${r}`}});return s}let zt=!1,Xn=!1,er=!1;typeof window<"u"&&typeof window.localStorage<"u"&&(zt=!!window.localStorage.getItem("devBackend"),Xn=!!window.localStorage.getItem("__instantLogging"),er=!!window.localStorage.getItem("__devtoolLocalDash"));function tr(t,e){if(!e)return t;const n={};return e.forEach(r=>{n[r]=t[r]}),n}function po(t,e,n){const r={peers:{}};if(e&&"user"in e?e.user:!0){const i=tr(t.user??{},e==null?void 0:e.keys);r.user={...i,peerId:n}}for(const i of Object.keys(t.peers??{})){const o=(e==null?void 0:e.peers)===void 0,a=Array.isArray(e==null?void 0:e.peers)&&(e==null?void 0:e.peers.includes(i));if(o||a){const c=tr(t.peers[i],e==null?void 0:e.keys);r.peers[i]={...c,peerId:i}}}return r}function yo(t,e){if(t.isLoading!==e.isLoading||t.error!==e.error||(t.user||e.user)&&(!t.user||!e.user||!pn(t.user,e.user))||!hn(t.peers,e.peers))return!0;for(const r of Object.keys(t.peers))if(!pn(t.peers[r],e.peers[r]))return!0;return!1}class nr{constructor(){d(this,"promise");d(this,"_resolve");d(this,"_reject");this.promise=new Promise((e,n)=>{this._resolve=e,this._reject=n})}resolve(e){this._resolve(e)}reject(e){this._reject(e)}}function rr(t,e=[]){t.forEach(n=>{const{data:r}=n,{"datalog-result":s}=r,{"join-rows":i}=s;for(const o of i)for(const a of o)e.push(a);rr(n["child-nodes"],e)})}function sr(t){const e=[];return rr(t,e),e}function ir(t){return Object.values(t.links).reduce((e,n)=>{var r,s;return e[r=n.forward.on]??(e[r]={}),e[n.forward.on][n.forward.label]={isForward:!0,isSingular:n.forward.has==="one",link:n},e[s=n.reverse.on]??(e[s]={}),e[n.reverse.on][n.reverse.label]={isForward:!1,isSingular:n.reverse.has==="one",link:n},e},{})}const Wt="v0.22.164";function bo(t,e){return{info:t?(...n)=>console.info(...n,e()):()=>{},debug:t?(...n)=>console.debug(...n,e()):()=>{},error:t?(...n)=>console.error(...n,e()):()=>{}}}class q{constructor(e,n,r,s={indexed:!1,unique:!1}){d(this,"valueType");d(this,"required");d(this,"isIndexed");d(this,"config");d(this,"metadata",{});this.valueType=e,this.required=n,this.isIndexed=r,this.config=s}clientRequired(){return new q(this.valueType,!1,this.isIndexed,this.config)}optional(){return new q(this.valueType,!1,this.isIndexed,this.config)}unique(){return new q(this.valueType,this.required,this.isIndexed,{...this.config,unique:!0})}indexed(){return new q(this.valueType,this.required,!0,{...this.config,indexed:!0})}}class tt{constructor(e,n){d(this,"attrs");d(this,"links");this.attrs=e,this.links=n}asType(){return new tt(this.attrs,this.links)}}class nt{constructor(e,n,r){d(this,"entities");d(this,"links");d(this,"rooms");this.entities=e,this.links=n,this.rooms=r}withRoomSchema(){return new nt(this.entities,this.links,{})}}class M extends Error{constructor(e,n){const r=n?`At path '${n}': ${e}`:e;super(r),this.name="QueryValidationError"}}const or=["where","order","limit","last","first","offset","after","afterInclusive","before","beforeInclusive","fields","aggregate"],go=t=>t.valueType||"unknown",ar=(t,e,n=!1)=>{if(n||t==null)return!0;switch(e){case"string":return typeof t=="string";case"number":return typeof t=="number"&&!isNaN(t);case"boolean":return typeof t=="boolean";case"date":return t instanceof Date||typeof t=="string"||typeof t=="number";default:return!0}},wo=(t,e,n,r,s,i,o)=>{const a=i.valueType==="json",c=(u,l,f)=>{if(!ar(f,l,a))throw new M(`Invalid value for operator '${u}' on attribute '${r}' in entity '${s}'. Expected ${l}, but received: ${typeof f}`,o)};switch(t){case"in":case"$in":if(!Array.isArray(e))throw new M(`Operator '${t}' for attribute '${r}' in entity '${s}' must be an array, but received: ${typeof e}`,o);for(const u of e)c(t,n,u);break;case"$not":case"$ne":case"$gt":case"$lt":case"$gte":case"$lte":c(t,n,e);break;case"$like":case"$ilike":if(c(t,"string",e),t==="$ilike"&&!i.isIndexed)throw new M(`Operator '${t}' can only be used with indexed attributes, but '${r}' in entity '${s}' is not indexed`,o);break;case"$isNull":c(t,"boolean",e);break;default:throw new M(`Unknown operator '${t}' for attribute '${r}' in entity '${s}'`,o)}},Ie=(t,e,n,r,s)=>{const i=go(n),o=n.valueType==="json";if(typeof t=="object"&&t!==null&&!Array.isArray(t)){if(o)return;const c=t;for(const[u,l]of Object.entries(c))wo(u,l,i,e,r,n,`${s}.${u}`)}else if(!ar(t,i,o))throw new M(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${i}, but received: ${typeof t}`,s)},_o=(t,e,n,r,s)=>{const i=t.split(".");if(i.length<2)throw new M(`Invalid dot notation path '${t}'. Must contain at least one dot.`,s);let o=n;for(let l=0;l<i.length-1;l++){const f=i[l],h=r.entities[o];if(!h)throw new M(`Entity '${o}' does not exist in schema while traversing dot notation path '${t}'.`,s);const p=h.links[f];if(!p){const y=Object.keys(h.links);throw new M(`Link '${f}' does not exist on entity '${o}' in dot notation path '${t}'. Available links: ${y.length>0?y.join(", "):"none"}`,s)}o=p.entityName}const a=i[i.length-1],c=r.entities[o];if(!c)throw new M(`Target entity '${o}' does not exist in schema for dot notation path '${t}'.`,s);if(a==="id"){if(typeof e=="string"&&!Ae(e))throw new M(`Invalid value for id field in entity '${o}'. Expected a UUID, but received: ${e}`,s);Ie(e,t,new q("string",!1,!0),n,s);return}const u=c.attrs[a];if(Object.keys(c.links).includes(a)){if(typeof e=="string"&&!Ae(e))throw new M(`Invalid value for link '${a}' in entity '${o}'. Expected a UUID, but received: ${e}`,s);Ie(e,t,new q("string",!1,!0),n,s);return}if(!u){const l=Object.keys(c.attrs);throw new M(`Attribute '${a}' does not exist on entity '${o}' in dot notation path '${t}'. Available attributes: ${l.length>0?l.join(", ")+", id":"id"}`,s)}Ie(e,t,u,n,s)},cr=(t,e,n,r)=>{for(const[s,i]of Object.entries(t)){if(s==="or"||s==="and"){if(Array.isArray(i))for(const u of i)typeof u=="object"&&u!==null&&cr(u,e,n,`${r}.${s}[${u}]`);continue}if(s==="id"){Ie(i,"id",new q("string",!1,!0),e,`${r}.id`);continue}if(s.includes(".")){_o(s,i,e,n,`${r}.${s}`);continue}const o=n.entities[e];if(!o)continue;const a=o.attrs[s],c=o.links[s];if(!a&&!c){const u=Object.keys(o.attrs),l=Object.keys(o.links);throw new M(`Attribute or link '${s}' does not exist on entity '${e}'. Available attributes: ${u.length>0?u.join(", "):"none"}. Available links: ${l.length>0?l.join(", "):"none"}`,`${r}.${s}`)}if(a)Ie(i,s,a,e,`${r}.${s}`);else if(c){if(typeof i=="string"&&!Ae(i))throw new M(`Invalid value for link '${s}' in entity '${e}'. Expected a UUID, but received: ${i}`,`${r}.${s}`);const u=new q("string",!1,!0);Ie(i,s,u,e,`${r}.${s}`)}}},mo=(t,e,n,r,s=0)=>{for(const o of Object.keys(t))if(!or.includes(o))throw new M(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${or.join(", ")}. Found: ${o}`,r);const i=["offset","before","beforeInclusive","after","afterInclusive","first","last"];for(const o of i)if(t[o]!==void 0&&s>0)throw new M(`'${o}' can only be used on top-level namespaces. It cannot be used in nested queries.`,r);if(t.where&&n){if(typeof t.where!="object"||t.where===null)throw new M(`'where' clause must be an object in entity '${e}', but received: ${typeof t.where}`,r?`${r}.where`:void 0);cr(t.where,e,n,r?`${r}.where`:"where")}},ur=(t,e,n,r,s=0)=>{var i;if(!t||typeof t!="object")throw new M(`Query part for entity '${e}' must be an object, but received: ${typeof t}`,r);for(const o of Object.keys(t))if(o!=="$"){if(n&&!(o in n.entities[e].links)){const c=Object.keys(n.entities[e].links);throw new M(`Link '${o}' does not exist on entity '${e}'. Available links: ${c.length>0?c.join(", "):"none"}`,`${r}.${o}`)}const a=t[o];if(typeof a=="object"&&a!==null){const c=(i=n==null?void 0:n.entities[e].links[o])==null?void 0:i.entityName;c&&ur(a,c,n,`${r}.${o}`,s+1)}}else{const a=t[o];if(typeof a!="object"||a===null)throw new M(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof a}`,`${r}.$`);mo(a,e,n,`${r}.$`,s)}},lr=(t,e)=>{if(typeof t!="object"||t===null)throw new M(`Query must be an object, but received: ${typeof t}${t===null?" (null)":""}`);if(Array.isArray(t))throw new M(`Query must be an object, but received: ${typeof t}`);const n=t;for(const r of Object.keys(n)){if(Array.isArray(t[r]))throw new M(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(typeof r!="string")throw new M(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(r!=="$$ruleParams"){if(e&&!e.entities[r]){const s=Object.keys(e.entities);throw new M(`Entity '${r}' does not exist in schema. Available entities: ${s.length>0?s.join(", "):"none"}`,r)}ur(n[r],r,e,r,0)}}},fr=t=>typeof t!="string"?!1:Xe(t)?!0:Ae(t);class Y extends Error{constructor(e){super(e),this.name="TransactionValidationError"}}const dr=t=>t.length>0?t.join(", "):"none",To=(t,e)=>new Y(`Entity '${t}' does not exist in schema. Available entities: ${dr(e)}`),Vt={string:t=>typeof t=="string",number:t=>typeof t=="number"&&!isNaN(t),boolean:t=>typeof t=="boolean",date:t=>t instanceof Date||typeof t=="string"||typeof t=="number",json:()=>!0},So=(t,e)=>{var n;return t==null?!0:((n=Vt[e.valueType])==null?void 0:n.call(Vt,t))??!1},hr=(t,e)=>{const n=e.entities[t];if(!n)throw To(t,Object.keys(e.entities));return n},Qt=(t,e,n)=>{const r=hr(t,n);if(typeof e!="object"||e===null)throw new Y(`Arguments for data operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[s,i]of Object.entries(e)){if(s==="id")continue;const o=r.attrs[s];if(o&&!So(i,o))throw new Y(`Invalid value for attribute '${s}' in entity '${t}'. Expected ${o.valueType}, but received: ${typeof i}`)}},pr=(t,e,n)=>{const r=hr(t,n);if(typeof e!="object"||e===null)throw new Y(`Arguments for link operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[s,i]of Object.entries(e)){if(!r.links[s]){const a=Object.keys(r.links);throw new Y(`Link '${s}' does not exist on entity '${t}'. Available links: ${dr(a)}`)}if(i!=null){if(Array.isArray(i)){for(const a of i)if(!fr(a))throw new Y(`Invalid entity ID in link '${s}' for entity '${t}'. Expected a UUID or a lookup, but received: ${a}`)}else if(!fr(i))throw new Y(`Invalid UUID in link '${s}' for entity '${t}'. Expected a UUID, but received: ${i}`)}}},vo={create:Qt,update:Qt,merge:Qt,link:pr,unlink:pr,delete:()=>{}},Ao=(t,e)=>{if(!e)return;const[n,r,s,i]=t;if(!Array.isArray(s)&&!Ae(s))throw new Y(`Invalid id for entity '${r}'. Expected a UUID, but received: ${s}`);if(typeof r!="string")throw new Y(`Entity name must be a string, but received: ${typeof r}`);const o=vo[n];o&&i!==void 0&&o(r,i,e)},ko=(t,e)=>{const n=Array.isArray(t)?t:[t];for(const r of n){if(!r||typeof r!="object")throw new Y(`Transaction chunk must be an object, but received: ${typeof r}`);if(!Array.isArray(r.__ops))throw new Y(`Transaction chunk must have __ops array, but received: ${typeof r.__ops}`);for(const s of r.__ops){if(!Array.isArray(s))throw new Y(`Transaction operation must be an array, but received: ${typeof s}`);Ao(s,e)}}};let yr=0;class br{constructor(e){d(this,"type","ws");d(this,"conn");d(this,"id");d(this,"onopen");d(this,"onmessage");d(this,"onclose");d(this,"onerror");this.id=`${this.type}_${yr++}`,this.conn=new WebSocket(e),this.conn.onopen=n=>{this.onopen&&this.onopen({target:this})},this.conn.onmessage=n=>{this.onmessage&&this.onmessage({target:this,message:JSON.parse(n.data.toString())})},this.conn.onclose=n=>{this.onclose&&this.onclose({target:this})},this.conn.onerror=n=>{this.onerror&&this.onerror({target:this})}}close(){this.conn.close()}isOpen(){return this.conn.readyState===(WebSocket.OPEN??1)}isConnecting(){return this.conn.readyState===(WebSocket.CONNECTING??0)}send(e){return this.conn.send(JSON.stringify(e))}}class Oo{constructor(e,n,r){d(this,"type","sse");d(this,"initParams",null);d(this,"sendQueue",[]);d(this,"sendPromise");d(this,"closeFired",!1);d(this,"sseInitTimeout");d(this,"ES");d(this,"messageUrl");d(this,"conn");d(this,"url");d(this,"id");d(this,"onopen");d(this,"onmessage");d(this,"onclose");d(this,"onerror");this.id=`${this.type}_${yr++}`,this.url=n,this.messageUrl=r||this.url,this.ES=e,this.conn=new e(n),this.sseInitTimeout=setTimeout(()=>{this.initParams||this.handleError()},1e4),this.conn.onmessage=s=>{const i=JSON.parse(s.data);if(Array.isArray(i))for(const o of i)this.handleMessage(o);else this.handleMessage(i)},this.conn.onerror=s=>{this.handleError()}}handleMessage(e){if(e.op==="sse-init"){this.initParams={machineId:e["machine-id"],sessionId:e["session-id"],sseToken:e["sse-token"]},this.onopen&&this.onopen({target:this}),clearTimeout(this.sseInitTimeout);return}this.onmessage&&this.onmessage({target:this,message:e})}handleError(){try{this.onerror&&this.onerror({target:this})}finally{this.handleClose()}}handleClose(){this.conn.close(),this.onclose&&!this.closeFired&&(this.closeFired=!0,this.onclose({target:this}))}async postMessages(e){var n,r,s;try{(await fetch(this.messageUrl,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({machine_id:(n=this.initParams)==null?void 0:n.machineId,session_id:(r=this.initParams)==null?void 0:r.sessionId,sse_token:(s=this.initParams)==null?void 0:s.sseToken,messages:e})})).ok||this.handleError()}catch{this.handleError()}}async flushQueue(){if(this.sendPromise||!this.sendQueue.length)return;const e=this.sendQueue;this.sendQueue=[];const n=this.postMessages(e);this.sendPromise=n,n.then(()=>{this.sendPromise=null,this.flushQueue()})}send(e){if(!this.isOpen()||!this.initParams)throw this.isConnecting()?new Error("Failed to execute 'send' on 'EventSource': Still in CONNECTING state."):this.conn.readyState===this.ES.CLOSED?new Error("EventSource is already in CLOSING or CLOSED state."):new Error("EventSource is in invalid state.");this.sendQueue.push(e),this.flushQueue()}isOpen(){return this.conn.readyState===this.ES.OPEN&&this.initParams!==null}isConnecting(){return this.conn.readyState===this.ES.CONNECTING||this.conn.readyState===this.ES.OPEN&&this.initParams===null}close(){this.handleClose()}}function Io(t,e){const n=t.values;if(n){const r=Sn(n.attrsStore,null);if(r){for(const s of n.entities||[])s.store.useDateObjects=e,s.store=Tn(r,s.store);n.attrsStore=r}}return t}function Co(t,e){var n;if(e.values){const r=[];for(const s of(n=e.values)==null?void 0:n.entities){const i=mn(s.store);r.push({...s,store:i})}return{...e,values:{attrsStore:e.values.attrsStore.toJSON(),entities:r}}}else return e}function Eo(t,e,n){var i,o;const r=(i=e==null?void 0:e.state)==null?void 0:i.txId,s=(o=n==null?void 0:n.state)==null?void 0:o.txId;return r&&(!s||r>s)?e:s&&(!r||s>r)?n:e||n}function Bt(t,e,n){return Kn({store:e,attrsStore:n,pageInfo:null,aggregate:null},t.query).data[t.table][0]}function gr(t,e,n,r){var o;const s=(o=$(n,t.table,"id"))==null?void 0:o.id;if(!s)return-1;const i=ve(e.eav,[r,s,r]);return i?i[3]:-1}function wr(t,e,n){for(const{action:r,triple:s}of n)switch(r){case"added":kn(t,e,s);break;case"removed":vn(t,e,s);break}}function Po(t,e,n){var s,i;const r={};for(const{action:o,triple:a}of n){const[c,u,l]=a,f=(i=(s=e.getAttr(u))==null?void 0:s["forward-identity"])==null?void 0:i[2];if(!f)continue;const h=r[c]??{};r[c]=h;const p=h[f]??{};switch(o){case"added":p.newValue=l;break;case"removed":p.oldValue===void 0&&(p.oldValue=l);break}h[f]=p}for(const[o,a]of Object.entries(r))for(const[c,{oldValue:u,newValue:l}]of Object.entries(a))u===l&&delete a[c];return r}function rt(t,e){return{[t.table]:e.map(n=>n.entity)}}function Mo(t,e){var r;if(t.orderFieldType)return t.orderFieldType;const n=t.orderField==="serverCreatedAt"?"number":(r=$(e(),t.table,t.orderField))==null?void 0:r["checked-data-type"];return t.orderFieldType=n,n}function jo(t,e,n){const r=e;if(t.orderField==="serverCreatedAt"){n.sort(t.orderDirection==="asc"?function(o,a){return Le(o.entity.id,o.serverCreatedAt,a.entity.id,a.serverCreatedAt,r)}:function(o,a){return Le(a.entity.id,a.serverCreatedAt,o.entity.id,o.serverCreatedAt,r)});return}const s=t.orderField;n.sort(t.orderDirection==="asc"?function(o,a){return Le(o.entity.id,o.entity[s],a.entity.id,a.entity[s],r)}:function(o,a){return Le(a.entity.id,a.entity[s],o.entity.id,o.entity[s],r)})}C.SyncTableCallbackEventType=void 0,function(t){t.InitialSyncBatch="InitialSyncBatch",t.InitialSyncComplete="InitialSyncComplete",t.LoadFromStorage="LoadFromStorage",t.SyncTransaction="SyncTransaction",t.Error="Error"}(C.SyncTableCallbackEventType||(C.SyncTableCallbackEventType={}));class Do{constructor(e,n,r,s,i,o){d(this,"trySend");d(this,"subs");d(this,"callbacks",{});d(this,"config");d(this,"idToHash",{});d(this,"log");d(this,"createStore");d(this,"getAttrs");this.trySend=e,this.config=r,this.log=s,this.createStore=i,this.getAttrs=o,this.subs=new qt({persister:n,merge:Eo,serialize:Co,parse:(a,c)=>Io(c,this.config.useDateObjects),objectSize:a=>{var c;return((c=a.values)==null?void 0:c.entities.length)||0},logger:s,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}})}beforeUnload(){this.subs.flush()}subscribe(e,n){const r=E(e);return this.callbacks[r]=this.callbacks[r]||[],this.callbacks[r].push(n),this.initSubscription(e,r,n),s=>{this.unsubscribe(r,n,s==null?void 0:s.keepSubscription)}}unsubscribe(e,n,r){const s=(this.callbacks[e]||[]).filter(i=>i!==n);if(this.callbacks[e]=s,!s.length){delete this.callbacks[e];const i=this.subs.currentValue[e];i!=null&&i.state&&this.clearSubscriptionData(i.state.subscriptionId,!!r),r||this.subs.updateInPlace(o=>{delete o[e]})}}sendStart(e){this.trySend(j(),{op:"start-sync",q:e})}sendResync(e,n,r){this.idToHash[n.subscriptionId]=e.hash,this.trySend(n.subscriptionId,{op:"resync-table","subscription-id":n.subscriptionId,"tx-id":r,token:n.token})}sendRemove(e,n){this.trySend(j(),{op:"remove-sync","subscription-id":e.subscriptionId,"keep-subscription":n})}async initSubscription(e,n,r){var u,l,f,h;await this.subs.waitForKeyToLoad(n);const s=this.subs.currentValue[n];if(s&&s.state&&s.state.txId){this.sendResync(s,s.state,s.state.txId),(u=s.values)!=null&&u.entities&&r&&r({type:C.SyncTableCallbackEventType.LoadFromStorage,data:rt(s,(l=s.values)==null?void 0:l.entities)});return}const i=Object.keys(e)[0],o=((h=(f=e[i])==null?void 0:f.$)==null?void 0:h.order)||{serverCreatedAt:"asc"},[a,c]=Object.entries(o)[0];this.subs.updateInPlace(p=>{p[n]={query:e,hash:n,table:i,orderDirection:c,orderField:a,createdAt:Date.now(),updatedAt:Date.now()}}),this.sendStart(e)}async flushPending(){for(const e of Object.keys(this.callbacks)){await this.subs.waitForKeyToLoad(e);const n=this.subs.currentValue[e];n?await this.initSubscription(n.query,n.hash):this.log.error("Missing sub for hash in flushPending",e)}}onStartSyncOk(e){const n=e["subscription-id"],r=e.q,s=E(r);this.idToHash[n]=s,this.subs.updateInPlace(i=>{const o=i[s];if(!o)return this.log.error("Missing sub for hash",s,"subscription-id",n,"query",r),i;o.state={subscriptionId:n,token:e.token}})}notifyCbs(e,n){for(const r of this.callbacks[e]||[])r(n)}onSyncLoadBatch(e){const n=e["subscription-id"],r=e["join-rows"],s=this.idToHash[n];if(!s){this.log.error("Missing hash for subscription",e);return}const i=[],o=this.subs.currentValue[s];if(!o){this.log.error("Missing sub for hash",s,e);return}const a=o.values??{entities:[],attrsStore:this.getAttrs()};o.values=a;const c=a.entities;for(const u of r){const l=this.createStore(u),f=Bt(o,l,a.attrsStore);c.push({store:l,entity:f,serverCreatedAt:gr(o,l,a.attrsStore,f.id)}),i.push(f)}this.subs.updateInPlace(u=>{u[s]=o,u[s].updatedAt=Date.now()}),o.values&&this.notifyCbs(s,{type:C.SyncTableCallbackEventType.InitialSyncBatch,data:rt(o,o.values.entities),batch:i})}onSyncInitFinish(e){var i;const n=e["subscription-id"],r=this.idToHash[n];if(!r){this.log.error("Missing hash for subscription",e);return}this.subs.updateInPlace(o=>{const a=o[r];if(!a){this.log.error("Missing sub for hash",r,e);return}const c=a.state;if(!c)return this.log.error("Sub never set init, missing result",a,e),o;c.txId=e["tx-id"],a.updatedAt=Date.now()});const s=this.subs.currentValue[r];s&&this.notifyCbs(r,{type:C.SyncTableCallbackEventType.InitialSyncComplete,data:rt(s,((i=s.values)==null?void 0:i.entities)||[])})}onSyncUpdateTriples(e){var o;const n=e["subscription-id"],r=this.idToHash[n];if(!r){this.log.error("Missing hash for subscription",e);return}const s=this.subs.currentValue[r];if(!s){this.log.error("Missing sub for hash",r,e);return}const i=s.state;if(!i){this.log.error("Missing state for sub",s,e);return}for(const a of e.txes){if(i.txId&&i.txId>=a["tx-id"])continue;i.txId=a["tx-id"];const c=[],u={};for(const w of a.changes){const _=u[w.triple[0]]??[];u[w.triple[0]]=_,_.push(w)}const l=s.values??{entities:[],attrsStore:this.getAttrs()},f=l.entities;s.values=l;const h=[];e:for(const[w,_]of Object.entries(u))for(let b=0;b<f.length;b++){const m=f[b];if(ds(m.store,w)){wr(m.store,l.attrsStore,_);const A=Bt(s,m.store,l.attrsStore),T=Po(m.store,l.attrsStore,_)[w];A?(h.push({oldEntity:m.entity,newEntity:A,changedFields:T||{}}),m.entity=A):c.push(b),delete u[w];continue e}}const p=[];for(const[w,_]of Object.entries(u)){const b=this.createStore([]);wr(b,l.attrsStore,_);const m=Bt(s,b,l.attrsStore);if(!m){this.log.error("No entity found after applying change",{sub:s,changes:_,store:b});continue}f.push({store:b,entity:m,serverCreatedAt:gr(s,b,l.attrsStore,m.id)}),p.push(m)}const y=[];for(const w of c.sort().reverse())y.push(f[w].entity),f.splice(w,1);const g=Mo(s,this.getAttrs);jo(s,g,f),this.notifyCbs(r,{type:C.SyncTableCallbackEventType.SyncTransaction,data:rt(s,(o=s.values)==null?void 0:o.entities),added:p,removed:y,updated:h})}this.subs.updateInPlace(a=>{a[r]=s,a[r].updatedAt=Date.now()})}clearSubscriptionData(e,n){const r=this.idToHash[e];if(r){delete this.idToHash[e];const s=this.subs.currentValue[r];if(s.state&&this.sendRemove(s.state,n),n?this.subs.unloadKey(r):this.subs.updateInPlace(i=>{delete i[r]}),s)return s}}onStartSyncError(e){const n=E(e["original-event"].q),r={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa.",status:e.status,type:e.type,hint:e.hint},s=Object.keys(e["original-event"].q)[0];this.notifyCbs(n,{type:C.SyncTableCallbackEventType.Error,data:{[s]:[]},error:r})}onResyncError(e){const n=e["original-event"]["subscription-id"],r=this.clearSubscriptionData(n,!1);r&&this.initSubscription(r.query,r.hash)}}function $o({WStream:t,opts:e,startStream:n,appendStream:r,registerStream:s}){const i=e.clientId;let o=null,a=null,c=null;const u=j();let l=!1,f=!1;const h=[],p=[],y=[];let g=!1,w=0,_=0;const b=[],m=new TextEncoder;function A(){f=!0;for(const S of h)S(a??void 0)}function T(S){return h.push(S),f&&S(a??void 0),()=>{const O=h.indexOf(S);O!==-1&&h.splice(O,1)}}function v(S){return y.push(S),()=>{const O=y.indexOf(S);O!==-1&&y.splice(O,1)}}e.waitUntil&&e.waitUntil(new Promise(S=>{y.push(S)}));function I(){for(const S of y)try{S()}catch{}}function D(S){return p.push(S),o&&S(o),()=>{const O=p.indexOf(S);O!==-1&&p.splice(O,1)}}function U(S){o=S;for(const O of p)O(o)}function he(){g=!0}function Ke(S){let O=w,z=0,B=0;for(const{byteLen:re}of b){const pe=O+re;if(pe>S)break;O=pe,z++,B+=re}z>0&&(w+=B,_-=B,b.splice(0,z))}function J(S,O){a=O,A(),S.error(O),I()}async function ne(){const S=await n({clientId:i,reconnectToken:u,ruleParams:e.ruleParams});switch(S.type){case"ok":{const{streamId:O,offset:z}=S;o=O,Ke(z),b.length&&r({streamId:O,chunks:b.map(B=>B.chunk),offset:w}),g=!1;break}case"disconnect":{he();break}case"error":{c&&J(c,S.error);break}}}function Z(){he(),ne()}function oe({offset:S,done:O}){Ke(S),O&&(l=!0,I())}function ae(S){return l?(J(S,new K("Stream has been closed.")),null):o||(J(S,new K("Stream has not been initialized.")),null)}async function Ee(S){c=S;let O=!0,z=0;for(;O;){let B=Date.now()+Math.min(15e3,500*(z-1));O=!1;const re=await n({clientId:e.clientId,reconnectToken:u,ruleParams:e.ruleParams});switch(re.type){case"ok":{const{streamId:pe,offset:en}=re;if(en!==0){const Te=new K("Write stream is corrupted");J(S,Te);return}U(pe),s(pe,{onDisconnect:he,onFlush:oe,onConnectionReconnect:ne,onAppendFailed:Z}),g=!1;return}case"disconnect":{O=!0,he(),z++,await new Promise(pe=>{setTimeout(pe,Math.max(0,B-Date.now()))});break}case"error":{J(S,re.error);return}}}}class Wa extends t{constructor(O,z){super(O,z)}async streamId(){return o||new Promise((O,z)=>{const B=[],re=()=>{for(const Te of B)Te()},pe=Te=>{O(Te),re()},en=Te=>{z(Te||new K("Stream is closed.")),re()};B.push(D(pe)),B.push(T(en))})}}return{stream:new Wa({async start(S){try{await Ee(S)}catch(O){J(S,O)}},write(S,O){const z=ae(O);if(z){const B=m.encode(S).length;b.push({chunk:S,byteLen:B});const re=w+_;_+=B,g||r({streamId:z,chunks:[S],offset:re})}},close(){o?r({streamId:o,chunks:[],offset:w+_,isDone:!0}):I(),A()},abort(S){o?r({streamId:o,chunks:[],offset:w+_,isDone:!0,abortReason:S}):I(),A()}}),addCompleteCb:v,closed(){return f}}}class Ro{constructor(){d(this,"items",[]);d(this,"resolvers",[]);d(this,"isClosed",!1)}push(e){if(this.isClosed)return;const n=this.resolvers.shift();n?n({value:e,done:!1}):this.items.push(e)}close(){for(this.isClosed=!0;this.resolvers.length>0;)this.resolvers.shift()({value:void 0,done:!0})}async*[Symbol.asyncIterator](){for(;;)if(this.items.length>0)yield this.items.shift();else{if(this.isClosed)return;{const{value:e,done:n}=await new Promise(r=>{this.resolvers.push(r)});if(n||!e)return;yield e}}}}function xo({RStream:t,opts:e,startStream:n,cancelStream:r}){let s=e.byteOffset||0,i=!1;const o=new TextDecoder("utf-8"),a=new TextEncoder;let c,u=!1;const l=[];function f(){u=!0;for(const b of l)b()}function h(b){return l.push(b),()=>{const m=l.indexOf(b);m!==-1&&l.splice(m,1)}}function p(b,m){b.error(m),f()}let y=0;async function g(b,m){c=j();const A={...b||{},eventId:c};for await(const T of n(A)){if(i)return;if(T.type==="reconnect")return{retry:!0};if(T.type==="error"){p(m,T.error);return}if(T.offset>s){p(m,new K("Stream is corrupted.")),i=!0;return}let v=s-T.offset;if(T.files&&T.files.length){const I=new AbortController;let D=fetch(T.files[0].url,{signal:I.signal});for(let U=0;U<T.files.length;U++){const he=T.files[U+1],J=await D;if(he&&(D=fetch(he.url,{signal:I.signal})),!J.ok){if(y++,y>10){p(m,new K("Unable to process stream."));return}return{retry:!0}}if(J.body){const ne=J.body.getReader();try{for(;;){const{done:Z,value:oe}=await ne.read();if(Z)break;if(i){I.abort();return}let ae=oe;if(v>0&&(ae=oe.subarray(v),v-=oe.length-ae.length),!ae.length)continue;s+=ae.length;const Ee=o.decode(ae);m.enqueue(Ee)}}finally{ne.releaseLock()}}else{const ne=await J.arrayBuffer();let Z=ne;if(i){I.abort();return}if(v>0&&(Z=new Uint8Array(ne).subarray(v),v-=ne.byteLength-Z.length),!Z.byteLength)continue;s+=Z.byteLength;const oe=o.decode(Z);m.enqueue(oe)}}}if(y=0,T.content){let I=T.content,D=a.encode(T.content);if(v>0){const U=D.subarray(v);if(v-=D.length-U.length,!U.length)continue;D=U,I=o.decode(U)}s+=D.length,m.enqueue(I)}}}async function w(b){let m=!0,A=0;for(;m;){m=!1;let T=Date.now()+Math.min(15e3,500*(A-1));const v=await g({...e,offset:s},b);v!=null&&v.retry&&(m=!0,A++,T<Date.now()-3e5&&(A=0),await new Promise(I=>{setTimeout(I,Math.max(0,T-Date.now()))}))}!i&&!u&&(b.close(),f())}return{stream:new t({start(b){w(b)},cancel(b){i=!0,c&&r({eventId:c}),f()}}),addCloseCb:h,closed(){return u}}}class Uo{constructor({WStream:e,RStream:n,trySend:r,log:s}){d(this,"trySend");d(this,"WStream");d(this,"RStream");d(this,"writeStreams",{});d(this,"startWriteStreamCbs",{});d(this,"readStreamIterators",{});d(this,"log");d(this,"activeStreams",new Set);this.WStream=e,this.RStream=n,this.trySend=r,this.log=s}createWriteStream(e){const{stream:n,addCompleteCb:r}=$o({WStream:this.WStream,startStream:this.startWriteStream.bind(this),appendStream:this.appendStream.bind(this),registerStream:this.registerWriteStream.bind(this),opts:e});return this.activeStreams.add(n),r(()=>{this.activeStreams.delete(n)}),n}createReadStream(e){const{stream:n,addCloseCb:r}=xo({RStream:this.RStream,opts:e,startStream:this.startReadStream.bind(this),cancelStream:this.cancelReadStream.bind(this)});return this.activeStreams.add(n),r(()=>{this.activeStreams.delete(n)}),n}startWriteStream(e){const n=j();let r=null;const s=new Promise(o=>{r=o});this.startWriteStreamCbs[n]=r;const i={op:"start-stream","client-id":e.clientId,"reconnect-token":e.reconnectToken};return e.ruleParams&&(i["rule-params"]=e.ruleParams),this.trySend(n,i),s}registerWriteStream(e,n){this.writeStreams[e]=n}appendStream({streamId:e,chunks:n,isDone:r,offset:s,abortReason:i}){const o={op:"append-stream","stream-id":e,chunks:n,offset:s,done:!!r};i&&(o["abort-reason"]=i),this.trySend(j(),o)}onAppendFailed(e){const n=this.writeStreams[e["stream-id"]];n&&n.onAppendFailed()}onStartStreamOk(e){const n=this.startWriteStreamCbs[e["client-event-id"]];if(!n){this.log.info("No stream for start-stream-ok",e);return}n({type:"ok",streamId:e["stream-id"],offset:e.offset}),delete this.startWriteStreamCbs[e["client-event-id"]]}onStreamFlushed(e){const n=e["stream-id"],r=this.writeStreams[n];if(!r){this.log.info("No stream cbs for stream-flushed",e);return}r.onFlush({offset:e.offset,done:e.done}),e.done&&delete this.writeStreams[n]}startReadStream({eventId:e,clientId:n,streamId:r,offset:s,ruleParams:i}){const o={op:"subscribe-stream"};if(!r&&!n)throw new Error("Must provide one of streamId or clientId to subscribe to the stream.");r&&(o["stream-id"]=r),n&&(o["client-id"]=n),s&&(o.offset=s),i&&(o["rule-params"]=i);const a=new Ro;return this.readStreamIterators[e]=a,this.trySend(e,o),a}cancelReadStream({eventId:e}){const n={op:"unsubscribe-stream","subscribe-event-id":e};this.trySend(j(),n),delete this.readStreamIterators[e]}onStreamAppend(e){var s;const n=e["client-event-id"],r=this.readStreamIterators[n];if(!r){this.log.info("No iterator for read stream",e);return}if(e.error){e.retry?r.push({type:"reconnect"}):r.push({type:"error",error:new K(e.error)}),r.close(),delete this.readStreamIterators[n];return}((s=e.files)!=null&&s.length||e.content)&&r.push({type:"append",offset:e.offset,files:e.files,content:e.content}),e.done&&(r.close(),delete this.readStreamIterators[n])}onConnectionStatusChange(e){for(const n of Object.values(this.startWriteStreamCbs))n({type:"disconnect"});if(this.startWriteStreamCbs={},e!==ie.AUTHENTICATED)for(const{onDisconnect:n}of Object.values(this.writeStreams))n();else{for(const{onConnectionReconnect:n}of Object.values(this.writeStreams))n();for(const n of Object.values(this.readStreamIterators))n.push({type:"reconnect"}),n.close();this.readStreamIterators={}}}onRecieveError(e){const n=e["original-event"];switch(n.op){case"append-stream":{const r=n["stream-id"],s=this.writeStreams[r];s==null||s.onAppendFailed();break}case"start-stream":{const r=e["client-event-id"],s=this.startWriteStreamCbs[r];s&&(s({type:"error",error:new K(e.message||"Unknown error",e.hint)}),delete this.startWriteStreamCbs[r]);break}case"subscribe-stream":{const r=e["client-event-id"],s=this.readStreamIterators[r];s&&(s.push({type:"error",error:new K(e.message||"Unknown error",e.hint)}),s.close(),delete this.readStreamIterators[r]);break}}}hasActiveStreams(){return this.activeStreams.size>0}}const ie={CONNECTING:"connecting",OPENED:"opened",AUTHENTICATED:"authenticated",CLOSED:"closed",ERRORED:"errored"},Lo=3e4,Fo=3e4,No=200,Ko=1e3*60,qo={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"},Gt="_instant_oauth_redirect",Ce="currentUser";function zo({transportType:t,appId:e,apiURI:n,wsURI:r,EventSourceImpl:s}){if(!s)return new br(`${r}?app_id=${e}`);switch(t){case"ws":return new br(`${r}?app_id=${e}`);case"sse":return new Oo(s,`${n}/runtime/sse?app_id=${e}`);default:throw new Error("Unknown transport type "+t)}}function Wo(){return typeof window<"u"||typeof chrome<"u"}const _r={"set-presence":!0,"set-presence-ok":!0,"refresh-presence":!0,"patch-presence":!0};function Vo(t,e){var r;const n=typeof t=="string"?JSON.parse(t):t;if((r=n==null?void 0:n.result)!=null&&r.store){const s=Sn(n.result.attrsStore,n.result.store);if(s){const i=n.result.store;n.result.store=Tn(s,{...i,useDateObjects:e}),n.result.attrsStore=s}}return n}function Qo(t,e){const{result:n,...r}=e,s=r;if(n){const i={...n,store:mn(n.store),attrsStore:n.attrsStore.toJSON()};s.result=i}return s}function Bo(t,e){switch(t){case"pendingMutations":return new Map(typeof e=="string"?JSON.parse(e):e);default:return e}}function Go(t,e){switch(t){case"pendingMutations":return[...e.entries()];default:return e}}function Ho(t,e,n){const r=e==null?void 0:e.result,s=n==null?void 0:n.result;return r&&!s&&n&&(n.result=r),n||e}function Ht(t){return[...t].sort((e,n)=>{const[r,s]=e,[i,o]=n,a=s.order||0,c=o.order||0;return a==c?r<i?-1:r>i?1:0:a-c})}class Jo{constructor(e,n=Jn,r=Yn,s,i){d(this,"attrs");d(this,"_isOnline",!0);d(this,"_isShutdown",!1);d(this,"status",ie.CONNECTING);d(this,"querySubs");d(this,"kv");d(this,"_syncTable");d(this,"_instantStream");d(this,"queryCbs",{});d(this,"queryOnceDfds",{});d(this,"authCbs",[]);d(this,"attrsCbs",[]);d(this,"mutationErrorCbs",[]);d(this,"connectionStatusCbs",[]);d(this,"config");d(this,"mutationDeferredStore",new Map);d(this,"_reconnectTimeoutId",null);d(this,"_reconnectTimeoutMs",0);d(this,"_transport");d(this,"_transportType","ws");d(this,"_EventSource");d(this,"_wsOk",null);d(this,"_localIdPromises",{});d(this,"_errorMessage",null);d(this,"_oauthCallbackResponse",null);d(this,"_linkIndex",null);d(this,"_broadcastChannel");d(this,"_rooms",{});d(this,"_roomsPendingLeave",{});d(this,"_presence",{});d(this,"_broadcastQueue",[]);d(this,"_broadcastSubs",{});d(this,"_currentUserCached",{isLoading:!0,error:void 0,user:void 0});d(this,"_beforeUnloadCbs",[]);d(this,"_dataForQueryCache",{});d(this,"_log");d(this,"_pendingTxCleanupTimeout");d(this,"_pendingMutationCleanupThreshold");d(this,"_inFlightMutationEventIds",new Set);d(this,"_frameworkClient",null);d(this,"_onMergeKv",(e,n,r)=>{switch(e){case"pendingMutations":{const s=(n==null?void 0:n.entries())??[],i=(r==null?void 0:r.entries())??[],o=new Map([...s,...i]);return(n?this._rewriteMutationsSorted(this.attrs,n):[]).forEach(([c,u])=>{var l;!((l=r==null?void 0:r.pendingMutations)!=null&&l.has(c))&&!u["tx-id"]&&this._sendMutation(c,u)}),o}default:return r||n}});d(this,"getPreviousResult",e=>{var r;const n=E(e);return(r=this.dataForQuery(n))==null?void 0:r.data});d(this,"notifyOne",e=>{var i;const n=this.queryCbs[e]??[],r=(i=this._dataForQueryCache[e])==null?void 0:i.data,s=this.dataForQuery(e);s!=null&&s.data&&(this._dataForQueryCache[e]=s,!Be(s.data,r)&&n.forEach(o=>o.cb(s.data)))});d(this,"notifyOneQueryOnce",e=>{var s;const n=this.queryOnceDfds[e]??[],r=(s=this.dataForQuery(e))==null?void 0:s.data;n.forEach(i=>{this._completeQueryOnce(i.q,e,i.dfd),i.dfd.resolve(r)})});d(this,"notifyQueryError",(e,n)=>{(this.queryCbs[e]||[]).forEach(s=>s.cb({error:n}))});d(this,"pushTx",e=>{this.config.disableValidation||ko(e,this.config.schema);try{const n=Hi({attrsStore:this.optimisticAttrs(),schema:this.config.schema,stores:Object.values(this.querySubs.currentValue).map(r=>{var s;return(s=r==null?void 0:r.result)==null?void 0:s.store}),useDateObjects:this.config.useDateObjects},e);return this.pushOps(n)}catch(n){return this.pushOps([],n)}});d(this,"pushOps",(e,n)=>{const r=j(),s=[...this._pendingMutations().values()],i=Math.max(0,...s.map(c=>c.order||0))+1,o={op:"transact","tx-steps":e,created:Date.now(),error:n,order:i};this._updatePendingMutations(c=>{c.set(r,o)});const a=new nr;return this.mutationDeferredStore.set(r,a),this._sendMutation(r,o),this.notifyAll(),a.promise});d(this,"_transportOnOpen",e=>{const n=e.target;if(this._transport!==n){this._log.info("[socket][open]",n.id,"skip; this is no longer the current transport");return}this._log.info("[socket][open]",this._transport.id),this._setStatus(ie.OPENED),this.getCurrentUser().then(r=>{var s;this._trySend(j(),{op:"init","app-id":this.config.appId,"refresh-token":(s=r.user)==null?void 0:s.refresh_token,versions:this.versions,"__admin-token":this.config.__adminToken})}).catch(r=>{this._log.error("[socket][error]",n.id,r)})});d(this,"_transportOnMessage",e=>{const n=e.target,r=e.message;if(this._transport!==n){this._log.info("[socket][message]",n.id,r,"skip; this is no longer the current transport");return}if(!this._wsOk&&n.type==="ws"&&(this._wsOk=!0),this._transportType="ws",Array.isArray(e.message))for(const s of e.message)this._handleReceive(n.id,s);else this._handleReceive(n.id,e.message)});d(this,"_transportOnError",e=>{const n=e.target;if(this._transport!==n){this._log.info("[socket][error]",n.id,"skip; this is no longer the current transport");return}this._log.error("[socket][error]",n.id,e)});d(this,"_scheduleReconnect",()=>{!this._wsOk&&this._transportType!=="sse"&&(this._transportType="sse",this._reconnectTimeoutMs=0),setTimeout(()=>{if(this._reconnectTimeoutMs=Math.min(this._reconnectTimeoutMs+1e3,1e4),!this._isOnline){this._log.info("[socket][close]",this._transport.id,"we are offline, no need to start socket");return}this._startSocket()},this._reconnectTimeoutMs)});d(this,"_transportOnClose",e=>{const n=e.target;if(this._transport!==n){this._log.info("[socket][close]",n.id,"skip; this is no longer the current transport");return}this._setStatus(ie.CLOSED);for(const r of Object.values(this._rooms))r.isConnected=!1;if(this._isShutdown){this._log.info("[socket][close]",n.id,"Reactor has been shut down and will not reconnect");return}this._log.info("[socket][close]",n.id,"schedule reconnect, ms =",this._reconnectTimeoutMs),this._scheduleReconnect()});if(this._EventSource=i,this.config={...qo,...e},this.queryCacheLimit=this.config.queryCacheLimit??10,this._pendingTxCleanupTimeout=this.config.pendingTxCleanupTimeout??Fo,this._pendingMutationCleanupThreshold=this.config.pendingMutationCleanupThreshold??No,this._log=bo(e.verbose||zt||Xn,()=>this._reactorStats()),this.versions={...s||{},"@instantdb/core":Wt},this.config.schema&&(this._linkIndex=ir(this.config.schema)),!!Wo()){if(!e.appId)throw new Error("Instant must be initialized with an appId.");if(!Ae(e.appId))throw new Error(`Instant must be initialized with a valid appId. \`${e.appId}\` is not a valid uuid.`);typeof BroadcastChannel=="function"&&(this._broadcastChannel=new BroadcastChannel("@instantdb"),this._broadcastChannel.addEventListener("message",async o=>{var a;try{if(((a=o.data)==null?void 0:a.type)==="auth"){const c=await this.getCurrentUser({forceReadFromStorage:!0});await this.updateUser(c.user).catch(u=>{this._log.error("[error] update user",u)})}}catch(c){this._log.error("[error] handle broadcast channel",c)}})),this._initStorage(n),this._syncTable=new Do(this._trySendAuthed.bind(this),new n(this.config.appId,"syncSubs"),{useDateObjects:this.config.useDateObjects},this._log,o=>Re(this.ensureAttrs(),o,this.config.enableCardinalityInference,this.config.useDateObjects),()=>this.ensureAttrs()),this._instantStream=new Uo({WStream:this.config.WritableStream||WritableStream,RStream:this.config.ReadableStream||ReadableStream,trySend:this._trySendAuthed.bind(this),log:this._log}),this._oauthCallbackResponse=this._oauthLoginInit(),this.getCurrentUser().then(o=>{this.syncUserToEndpoint(o.user)}),setInterval(async()=>{const o=await this.getCurrentUser();this.syncUserToEndpoint(o.user)},Ko),r.getIsOnline().then(o=>{this._isOnline=o,this._startSocket(),r.listen(a=>{a!==this._isOnline&&(this._log.info("[network] online =",a),this._isOnline=a,this._isOnline?this._startSocket():(this._log.info("Changing status from",this.status,"to",ie.CLOSED),this._setStatus(ie.CLOSED)))})}),typeof addEventListener<"u"&&(this._beforeUnload=this._beforeUnload.bind(this),addEventListener("beforeunload",this._beforeUnload))}}getFrameworkClient(){return this._frameworkClient}setFrameworkClient(e){this._frameworkClient=e}ensureAttrs(){if(!this.attrs)throw new Error("attrs have not loaded.");return this.attrs}updateSchema(e){this.config={...this.config,schema:e,cardinalityInference:!!e},this._linkIndex=e?ir(this.config.schema):null}_reactorStats(){return{inFlightMutationCount:this._inFlightMutationEventIds.size,storedMutationCount:this._pendingMutations().size,transportType:this._transportType}}_onQuerySubLoaded(e){this.kv.waitForKeyToLoad("pendingMutations").then(()=>this.notifyOne(e))}_initStorage(e){this.querySubs=new qt({persister:new e(this.config.appId,"querySubs"),merge:Ho,serialize:Qo,parse:(n,r)=>Vo(r,this.config.useDateObjects),objectSize:n=>{var r,s,i;return((i=(s=(r=n==null?void 0:n.result)==null?void 0:r.store)==null?void 0:s.triples)==null?void 0:i.length)??0},logger:this._log,preloadEntryCount:10,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}}),this.querySubs.onKeyLoaded=n=>this._onQuerySubLoaded(n),this.kv=new qt({persister:new e(this.config.appId,"kv"),merge:this._onMergeKv,serialize:Go,parse:Bo,objectSize:()=>0,logger:this._log,saveThrottleMs:100,idleCallbackMaxWaitMs:100,gc:null}),this.kv.onKeyLoaded=n=>{n==="pendingMutations"&&this.notifyAll()},this.kv.waitForKeyToLoad("pendingMutations"),this.kv.waitForKeyToLoad(Ce),this._beforeUnloadCbs.push(()=>{this.kv.flush(),this.querySubs.flush()})}_beforeUnload(){for(const e of this._beforeUnloadCbs)e();this._syncTable.beforeUnload()}_finishTransaction(e,n,r){const s=this.mutationDeferredStore.get(n);this.mutationDeferredStore.delete(n);const i=e!=="error"&&e!=="timeout";if(!s&&!i&&console.error("Mutation failed",{status:e,eventId:n,...r}),!!s)if(i)s.resolve({status:e,eventId:n});else if(r!=null&&r.type){const{status:o,...a}=r;s.reject(new Fe({body:a,status:o??0}))}else s.reject(new K((r==null?void 0:r.message)||"Unknown error",r==null?void 0:r.hint))}_setStatus(e,n){this.status=e,this._errorMessage=n,this.notifyConnectionStatusSubs(e),this._instantStream.onConnectionStatusChange(e)}_flushEnqueuedRoomData(e){var s,i;const n=(i=(s=this._presence[e])==null?void 0:s.result)==null?void 0:i.user,r=this._broadcastQueue[e];if(this._broadcastQueue[e]=[],n&&this._trySetPresence(e,n),r)for(const o of r){const{topic:a,roomType:c,data:u}=o;this._tryBroadcast(e,c,a,u)}}_addQueryData(e,n,r){if(!this.attrs)throw new Error("Attrs in reactor have not been set");const s=E(e),i=this.ensureAttrs(),o=Re(this.attrs,n.triples,r,this.config.useDateObjects);this.querySubs.updateInPlace(a=>{a[s]={result:{store:o,attrsStore:i,pageInfo:n.pageInfo,processedTxId:void 0,isExternal:!0},q:e}}),this._cleanupPendingMutationsQueries(),this.notifyOne(s),this.notifyOneQueryOnce(s),this._cleanupPendingMutationsTimeout()}_handleReceive(e,n){var s,i,o,a,c,u,l;const r=!!this.config.schema&&("cardinalityInference"in this.config?!!this.config.cardinalityInference:!0);switch(_r[n.op]||this._log.info("[receive]",e,n.op,n),n.op){case"init-ok":{this._setStatus(ie.AUTHENTICATED),this._reconnectTimeoutMs=0,this._setAttrs(n.attrs),this._flushPendingMessages(),this._sessionId=n["session-id"];for(const p of Object.keys(this._rooms)){const y=(i=(s=this._presence[p])==null?void 0:s.result)==null?void 0:i.user,g=(o=this._rooms[p])==null?void 0:o.roomType;this._tryJoinRoom(g,p,y)}break}case"add-query-exists":{this.notifyOneQueryOnce(E(n.q));break}case"add-query-ok":{const{q:p,result:y}=n,g=E(p);if(!this._hasQueryListeners()&&!this.querySubs.currentValue[g])break;const w=(c=(a=y==null?void 0:y[0])==null?void 0:a.data)==null?void 0:c["page-info"],_=(l=(u=y==null?void 0:y[0])==null?void 0:u.data)==null?void 0:l.aggregate,b=sr(y),m=this.ensureAttrs(),A=Re(m,b,r,this.config.useDateObjects);this.querySubs.updateInPlace(T=>{if(!T[g]){this._log.info("Missing value in querySubs",{hash:g,q:p});return}T[g].result={store:A,attrsStore:m,pageInfo:w,aggregate:_,processedTxId:n["processed-tx-id"]}}),this._cleanupPendingMutationsQueries(),this.notifyOne(g),this.notifyOneQueryOnce(g),this._cleanupPendingMutationsTimeout();break}case"start-sync-ok":{this._syncTable.onStartSyncOk(n);break}case"sync-load-batch":{this._syncTable.onSyncLoadBatch(n);break}case"sync-init-finish":{this._syncTable.onSyncInitFinish(n);break}case"sync-update-triples":{this._syncTable.onSyncUpdateTriples(n);break}case"start-stream-ok":{this._instantStream.onStartStreamOk(n);break}case"stream-flushed":{this._instantStream.onStreamFlushed(n);break}case"append-failed":{this._instantStream.onAppendFailed(n);break}case"stream-append":{this._instantStream.onStreamAppend(n);break}case"refresh-ok":{const{computations:p,attrs:y}=n,g=n["processed-tx-id"];y&&this._setAttrs(y),this._cleanupPendingMutationsTimeout();const w=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations(),g);w!==this._pendingMutations()&&this.kv.updateInPlace(m=>{m.pendingMutations=w});const _=Ht(w.entries()),b=p.map(m=>{var Z,oe,ae,Ee;const A=m["instaql-query"],T=m["instaql-result"],v=E(A),I=sr(T),D=this.ensureAttrs(),U=Re(D,I,r,this.config.useDateObjects),{store:he,attrsStore:Ke}=this._applyOptimisticUpdates(U,D,_,g),J=(oe=(Z=T==null?void 0:T[0])==null?void 0:Z.data)==null?void 0:oe["page-info"],ne=(Ee=(ae=T==null?void 0:T[0])==null?void 0:ae.data)==null?void 0:Ee.aggregate;return{q:A,hash:v,store:he,attrsStore:Ke,pageInfo:J,aggregate:ne}});b.forEach(({hash:m,q:A,store:T,attrsStore:v,pageInfo:I,aggregate:D})=>{this.querySubs.updateInPlace(U=>{if(!U[m]){this._log.error("Missing value in querySubs",{hash:m,q:A});return}U[m].result={store:T,attrsStore:v,pageInfo:I,aggregate:D,processedTxId:g}})}),this._cleanupPendingMutationsQueries(),b.forEach(({hash:m})=>{this.notifyOne(m)});break}case"transact-ok":{const{"client-event-id":p,"tx-id":y}=n;this._inFlightMutationEventIds.delete(p);const w=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations()).get(p);if(!w)break;this._updatePendingMutations(b=>{b.set(p,{...b.get(p),"tx-id":y,confirmed:Date.now()})});const _=[];for(const b of w["tx-steps"])if(b[0]==="add-attr"){const m=b[1];_.push(m)}if(_.length){const b=Object.values(this.ensureAttrs().attrs);this._setAttrs([...b,..._])}this._finishTransaction("synced",p),this._cleanupPendingMutationsTimeout();break}case"patch-presence":{const p=n["room-id"];this._trySetRoomConnected(p,!0),this._patchPresencePeers(p,n.edits),this._notifyPresenceSubs(p);break}case"refresh-presence":{const p=n["room-id"];this._trySetRoomConnected(p,!0),this._setPresencePeers(p,n.data),this._notifyPresenceSubs(p);break}case"server-broadcast":{const p=n["room-id"],y=n.topic;this._trySetRoomConnected(p,!0),this._notifyBroadcastSubs(p,y,n);break}case"join-room-ok":{const p=n["room-id"];if(!this._rooms[p]){this._roomsPendingLeave[p]&&(this._tryLeaveRoom(p),delete this._roomsPendingLeave[p]);break}this._trySetRoomConnected(p,!0),this._flushEnqueuedRoomData(p);break}case"leave-room-ok":{const p=n["room-id"];this._trySetRoomConnected(p,!1);break}case"join-room-error":const f=n["room-id"],h=this._rooms[f];h&&(h.error=n.error),this._notifyPresenceSubs(f);break;case"error":this._handleReceiveError(n);break;default:this._log.info("Unknown op",n.op,n);break}}createWriteStream(e){return this._instantStream.createWriteStream(e)}createReadStream(e){return this._instantStream.createReadStream(e)}_pendingMutations(){return this.kv.currentValue.pendingMutations??new Map}_updatePendingMutations(e){this.kv.updateInPlace(n=>{const r=n.pendingMutations??new Map;n.pendingMutations=r,e(r)})}_handleMutationError(e,n,r){const s=this._pendingMutations().get(n);if(s&&(e!=="timeout"||!s["tx-id"])){this._updatePendingMutations(o=>(o.delete(n),o)),this._inFlightMutationEventIds.delete(n);const i={message:r.message,hint:r.hint};this.notifyAll(),this.notifyAttrsSubs(),this.notifyMutationErrorSubs(i),this._finishTransaction(e,n,r)}}_handleReceiveError(e){var a,c,u,l,f,h;console.log("error",e);const n=e["client-event-id"];this._inFlightMutationEventIds.delete(n);const r=this._pendingMutations().get(n),s={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa."};if(e.hint&&(s.hint=e.hint),r){this._handleMutationError("error",n,e);return}if((a=e["original-event"])!=null&&a.hasOwnProperty("q")&&((c=e["original-event"])==null?void 0:c.op)==="add-query"){const p=(u=e["original-event"])==null?void 0:u.q,y=E(p);this.notifyQueryError(E(p),s),this.notifyQueryOnceError(p,y,n,s);return}if(((l=e["original-event"])==null?void 0:l.op)==="init"){if(e.type==="record-not-found"&&((f=e.hint)==null?void 0:f["record-type"])==="app-user"){this.changeCurrentUser(null);return}this._setStatus(ie.ERRORED,s),this.notifyAll();return}switch((h=e["original-event"])==null?void 0:h.op){case"resync-table":{this._syncTable.onResyncError(e);return}case"start-sync":{this._syncTable.onStartSyncError(e);return}case"start-stream":case"append-stream":case"subscribe-stream":case"unsubscribe-stream":{this._instantStream.onRecieveError(e);return}}const o={...e};delete o.message,delete o.hint,console.error(e.message,o),e.hint&&console.error(`This error comes with some debugging information. Here it is:
2
2
  `,e.hint)}notifyQueryOnceError(e,n,r,s){var o;const i=(o=this.queryOnceDfds[n])==null?void 0:o.find(a=>a.eventId===r);i&&(i.dfd.reject(s),this._completeQueryOnce(e,n,i.dfd))}_setAttrs(e){this.attrs=new we(e.reduce((n,r)=>(n[r.id]=r,n),{}),this._linkIndex),this.notifyAttrsSubs()}_startQuerySub(e,n){const r=j();return this.querySubs.updateInPlace(s=>{s[n]=s[n]||{q:e,result:null,eventId:r},s[n].lastAccessed=Date.now()}),this._trySendAuthed(r,{op:"add-query",q:e}),r}subscribeTable(e,n){return this._syncTable.subscribe(e,n)}subscribeQuery(e,n,r){this.config.disableValidation||lr(e,this.config.schema),r&&"ruleParams"in r&&(e={$$ruleParams:r.ruleParams,...e});const s=E(e),i=this.getPreviousResult(e);return i&&n(i),this.queryCbs[s]=this.queryCbs[s]??[],this.queryCbs[s].push({q:e,cb:n}),this._startQuerySub(e,s),()=>{this._unsubQuery(e,s,n)}}queryOnce(e,n){this.config.disableValidation||lr(e,this.config.schema),n&&"ruleParams"in n&&(e={$$ruleParams:n.ruleParams,...e});const r=new nr;if(!this._isOnline)return r.reject(new Error("We can't run `queryOnce`, because the device is offline.")),r.promise;if(!this.querySubs)return r.reject(new Error("We can't run `queryOnce` on the backend. Use adminAPI.query instead: https://www.instantdb.com/docs/backend#query")),r.promise;const s=E(e),i=this._startQuerySub(e,s);return this.queryOnceDfds[s]=this.queryOnceDfds[s]??[],this.queryOnceDfds[s].push({q:e,dfd:r,eventId:i}),setTimeout(()=>r.reject(new Error("Query timed out")),Lo),r.promise}_completeQueryOnce(e,n,r){this.queryOnceDfds[n]&&(this.queryOnceDfds[n]=this.queryOnceDfds[n].filter(s=>s.dfd!==r),this._cleanupQuery(e,n))}_unsubQuery(e,n,r){this.queryCbs[n]&&(this.queryCbs[n]=this.queryCbs[n].filter(s=>s.cb!==r),this._cleanupQuery(e,n))}_hasQueryListeners(e){var n,r;return!!((n=this.queryCbs[e])!=null&&n.length||(r=this.queryOnceDfds[e])!=null&&r.length)}_cleanupQuery(e,n){this._hasQueryListeners(n)||(delete this.queryCbs[n],delete this.queryOnceDfds[n],delete this._dataForQueryCache[n],this.querySubs.unloadKey(n),this._trySendAuthed(j(),{op:"remove-query",q:e}))}_rewriteMutations(e,n,r){if(!e)return n;if(!n)return new Map;const s=l=>{const[f,h,p]=l["forward-identity"];return $(e,h,p)},i=l=>{const[f,h,p]=l["forward-identity"];return _e(e,h,p)},o={attrIdMap:{},refSwapAttrIds:new Set};let a=!1;const c=(l,f)=>{const h=[];for(const p of l){const[y]=p;if(y==="add-attr"){const[w,_]=p,b=s(_);if(b&&_.id!==b.id){o.attrIdMap[_.id]=b.id,a=!0;continue}if(_["value-type"]==="ref"){const m=i(_);if(m){o.attrIdMap[_.id]=m.id,o.refSwapAttrIds.add(_.id),a=!0;continue}}}if(r&&f&&r>=f&&y==="add-attr"||y==="update-attr"||y==="delete-attr"){a=!0;continue}const g=a?Ai(o,p):p;h.push(g)}return a?h:l},u=new Map;for(const[l,f]of n.entries())u.set(l,{...f,"tx-steps":c(f["tx-steps"],f["tx-id"])});return a?u:n}_rewriteMutationsSorted(e,n){return Ht(this._rewriteMutations(e,n).entries())}optimisticAttrs(){var i,o;const e=[...this._pendingMutations().values()].flatMap(a=>a["tx-steps"]),n=new Set(e.filter(([a,c])=>a==="delete-attr").map(([a,c])=>c)),r=[];for(const[a,c]of e)if(a==="add-attr")r.push(c);else if(a==="update-attr"&&c.id&&((i=this.attrs)!=null&&i.getAttr(c.id))){const u={...this.attrs.getAttr(c.id),...c};r.push(u)}if(!n.size&&!r.length)return this.attrs||new we({},this._linkIndex);const s={...((o=this.attrs)==null?void 0:o.attrs)||{}};for(const a of r)s[a.id]=a;for(const a of n)delete s[a];return new we(s,this._linkIndex)}dataForQuery(e,n=!0){const r=this._errorMessage;if(r)return{error:r};if(!this.querySubs||!this.kv.currentValue.pendingMutations)return;const s=this.querySubs.version(),i=this.querySubs.currentValue,o=this.kv.version(),a=this._pendingMutations(),{q:c,result:u}=i[e]||{};if(!u)return;const l=this._dataForQueryCache[e];if(l&&s===l.querySubVersion&&o===l.pendingMutationsVersion)return l;let f=u.store,h=u.attrsStore;const{pageInfo:p,aggregate:y,processedTxId:g}=u,w=this._rewriteMutationsSorted(h,a);if(n){const b=this._applyOptimisticUpdates(f,h,w,g);f=b.store,h=b.attrsStore}return{data:Kn({store:f,attrsStore:h,pageInfo:p,aggregate:y},c),querySubVersion:s,pendingMutationsVersion:o}}_applyOptimisticUpdates(e,n,r,s){for(const[i,o]of r)if(!o["tx-id"]||s&&o["tx-id"]>s){const a=As(e,n,o["tx-steps"]);e=a.store,n=a.attrsStore}return{store:e,attrsStore:n}}notifyAll(){Object.keys(this.queryCbs).forEach(e=>{this.querySubs.waitForKeyToLoad(e).then(()=>this.notifyOne(e)).catch(()=>this.notifyOne(e))})}loadedNotifyAll(){this.kv.waitForKeyToLoad("pendingMutations").then(()=>this.notifyAll()).catch(()=>this.notifyAll())}shutdown(){var e;this._log.info("[shutdown]",this.config.appId),this._isShutdown=!0,(e=this._transport)==null||e.close()}_sendMutation(e,n){if(n.error){this._handleMutationError("error",e,{message:n.error.message});return}if(this.status!==ie.AUTHENTICATED){this._finishTransaction("enqueued",e);return}const r=Math.max(6e3,Math.min(this._inFlightMutationEventIds.size+1,this._pendingMutations().size+1)*6e3);this._isOnline?(this._trySend(e,n),setTimeout(()=>{this._isOnline&&this._handleMutationError("timeout",e,{message:"transaction timed out"})},r)):this._finishTransaction("enqueued",e)}_flushPendingMessages(){Object.keys(this.queryCbs).map(i=>this.querySubs.currentValue[i]).filter(i=>i).forEach(({eventId:i,q:o})=>{this._trySendAuthed(i,{op:"add-query",q:o})}),Object.values(this.queryOnceDfds).flat().forEach(({eventId:i,q:o})=>{this._trySendAuthed(i,{op:"add-query",q:o})});const r=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations());r!==this._pendingMutations()&&this.kv.updateInPlace(i=>{i.pendingMutations=r}),Ht(r.entries()).forEach(([i,o])=>{o["tx-id"]||this._sendMutation(i,o)}),this._syncTable.flushPending()}_cleanupPendingMutationsQueries(){let e=Number.MAX_SAFE_INTEGER;for(const{result:n}of Object.values(this.querySubs.currentValue))n!=null&&n.processedTxId&&(e=Math.min(e,n==null?void 0:n.processedTxId));this._updatePendingMutations(n=>{for(const[r,s]of Array.from(n.entries()))s["tx-id"]&&s["tx-id"]<=e&&n.delete(r)})}_cleanupPendingMutationsTimeout(){if(this._pendingMutations().size<this._pendingMutationCleanupThreshold)return;const e=Date.now();this._updatePendingMutations(n=>{for(const[r,s]of Array.from(n.entries()))s.confirmed&&s.confirmed+this._pendingTxCleanupTimeout<e&&n.delete(r)})}_trySendAuthed(...e){this.status===ie.AUTHENTICATED&&this._trySend(...e)}_trySend(e,n,r){if(this._transport.isOpen()){switch(_r[n.op]||this._log.info("[send]",this._transport.id,n.op,{"client-event-id":e,...n}),n.op){case"transact":{this._inFlightMutationEventIds.add(e);break}case"init":this._inFlightMutationEventIds.clear()}this._transport.send({"client-event-id":e,...n})}}_startSocket(){if(this._wsOk=null,this._isShutdown){this._log.info("[socket][start]",this.config.appId,"Reactor has been shut down and will not start a new socket");return}if(this._transport&&this._transport.isConnecting()){this._log.info("[socket][start]",this._transport.id,"maintained as current transport, we were still in a connecting state");return}const e=this._transport;this._transport=zo({transportType:this._transportType,appId:this.config.appId,apiURI:this.config.apiURI,wsURI:this.config.websocketURI,EventSourceImpl:this._EventSource}),this._transport.onopen=this._transportOnOpen,this._transport.onmessage=this._transportOnMessage,this._transport.onclose=this._transportOnClose,this._transport.onerror=this._transportOnError,this._log.info("[socket][start]",this._transport.id),e!=null&&e.isOpen()&&(this._log.info("[socket][start]",this._transport.id,"close previous transport id = ",e.id),e.close())}async getLocalId(e){const n=`localToken_${e}`;if(this.kv.currentValue[n])return this.kv.currentValue[n];const r=await this.kv.waitForKeyToLoad(n);if(r)return r;const s=j();return this.kv.updateInPlace(i=>{i[n]||(i[n]=s)}),await this.kv.waitForKeyToLoad(n)}_replaceUrlAfterOAuth(){if(typeof URL>"u")return;const e=new URL(window.location.href);if(e.searchParams.get(Gt)){const n=e.toString();e.searchParams.delete(Gt),e.searchParams.delete("code"),e.searchParams.delete("error");const r=e.pathname+(e.searchParams.size?"?"+e.searchParams:"")+e.hash;if(history.replaceState(history.state,"",r),typeof navigation=="object"&&typeof navigation.addEventListener=="function"&&typeof navigation.removeEventListener=="function"){let s=!1;const i=o=>{var a;s||(s=!0,navigation.removeEventListener("navigate",i),!o.userInitiated&&o.navigationType==="replace"&&((a=o.destination)==null?void 0:a.url)===n&&history.replaceState(history.state,"",r))};navigation.addEventListener("navigate",i)}}}async _oauthLoginInit(){var s,i,o,a;if(typeof window>"u"||typeof window.location>"u"||typeof URLSearchParams>"u")return null;const e=new URLSearchParams(window.location.search);if(!e.get(Gt))return null;const n=e.get("error");if(n)return this._replaceUrlAfterOAuth(),{error:{message:n}};const r=e.get("code");if(!r)return null;this._replaceUrlAfterOAuth();try{const c=await this._getCurrentUser(),u=(c==null?void 0:c.type)==="guest",{user:l}=await Zn({apiURI:this.config.apiURI,appId:this.config.appId,code:r,refreshToken:u?c.refresh_token:void 0});return this.setCurrentUser(l),null}catch(c){return((s=c==null?void 0:c.body)==null?void 0:s.type)==="record-not-found"&&((o=(i=c==null?void 0:c.body)==null?void 0:i.hint)==null?void 0:o["record-type"])==="app-oauth-code"&&await this._hasCurrentUser()?null:{error:{message:((a=c==null?void 0:c.body)==null?void 0:a.message)||"Error logging in."}}}}async _waitForOAuthCallbackResponse(){return await this._oauthCallbackResponse}__subscribeMutationErrors(e){return this.mutationErrorCbs.push(e),()=>{this.mutationErrorCbs=this.mutationErrorCbs.filter(n=>n!==e)}}subscribeAuth(e){this.authCbs.push(e);const n=this._currentUserCached;n.isLoading||e(this._currentUserCached);let r=!1;return this.getCurrentUser().then(s=>{r||Be(s,n)||e(s)}),()=>{r=!0,this.authCbs=this.authCbs.filter(s=>s!==e)}}async getAuth(){const{user:e,error:n}=await this.getCurrentUser();if(n)throw new K("Could not get current user: "+n.message);return e??null}subscribeConnectionStatus(e){return this.connectionStatusCbs.push(e),()=>{this.connectionStatusCbs=this.connectionStatusCbs.filter(n=>n!==e)}}subscribeAttrs(e){return this.attrsCbs.push(e),this.attrs&&e(this.attrs.attrs),()=>{this.attrsCbs=this.attrsCbs.filter(n=>n!==e)}}notifyAuthSubs(e){this.authCbs.forEach(n=>n(e))}notifyMutationErrorSubs(e){this.mutationErrorCbs.forEach(n=>n(e))}notifyAttrsSubs(){if(!this.attrs)return;const e=this.optimisticAttrs();this.attrsCbs.forEach(n=>n(e.attrs))}notifyConnectionStatusSubs(e){this.connectionStatusCbs.forEach(n=>n(e))}async setCurrentUser(e){this.kv.updateInPlace(n=>{n[Ce]=e}),await this.kv.waitForKeyToLoad(Ce)}getCurrentUserCached(){return this._currentUserCached}async _getCurrentUser(e){e!=null&&e.forceReadFromStorage&&await this.kv.unloadKey(Ce);const n=await this.kv.waitForKeyToLoad(Ce);return typeof n=="string"?JSON.parse(n):n}async getCurrentUser(e){const n=await this._waitForOAuthCallbackResponse();if(n!=null&&n.error){const r={error:n.error,user:void 0};return this._currentUserCached={isLoading:!1,...r},this._currentUserCached}try{const s={user:await this._getCurrentUser(e),error:void 0};return this._currentUserCached={isLoading:!1,...s},this._currentUserCached}catch(r){return{user:void 0,isLoading:!1,error:{message:(r==null?void 0:r.message)||"Error loading user"}}}}async _hasCurrentUser(){const e=await this.kv.waitForKeyToLoad(Ce);return typeof e=="string"?JSON.parse(e)!=null:e!=null}async changeCurrentUser(e){var r;const{user:n}=await this.getCurrentUser();if(!Be(n,e)){this._frameworkClient=null,await this.setCurrentUser(e),await this.updateUser(e);try{await this.kv.flush(),(r=this._broadcastChannel)==null||r.postMessage({type:"auth"})}catch(s){console.error("Error posting message to broadcast channel",s)}}}async syncUserToEndpoint(e){if(this.config.firstPartyPath)try{await fetch(this.config.firstPartyPath+"/",{method:"POST",body:JSON.stringify({type:"sync-user",appId:this.config.appId,user:e}),headers:{"Content-Type":"application/json"}})}catch(n){this._log.error("Error syncing user with external endpoint",n)}}async updateUser(e){try{await this.syncUserToEndpoint(e)}catch(r){this._log.error("Error syncing user with external endpoint",r)}const n={error:void 0,user:e};this._currentUserCached={isLoading:!1,...n},this._dataForQueryCache={},this.querySubs.updateInPlace(r=>{Object.keys(r).forEach(s=>{delete r[s].result})}),this.querySubs.clearUnloadedKeys(),this._updatePendingMutations(r=>{for(const[s,i]of r.entries())this.mutationDeferredStore.get(s)&&this._finishTransaction("error",s,{message:"User changed while transaction was in progress.",type:"user-changed"});r.clear()}),this._reconnectTimeoutMs=0,this._transport.close(),this._oauthCallbackResponse=null,this.notifyAuthSubs(n)}sendMagicCode({email:e}){return no({apiURI:this.config.apiURI,appId:this.config.appId,email:e})}async signInWithMagicCode({email:e,code:n}){var o,a;const r=await this.getCurrentUser(),s=((o=r==null?void 0:r.user)==null?void 0:o.type)==="guest",i=await ro({apiURI:this.config.apiURI,appId:this.config.appId,email:e,code:n,refreshToken:s?(a=r==null?void 0:r.user)==null?void 0:a.refresh_token:void 0});return await this.changeCurrentUser(i.user),i}async signInWithCustomToken(e){const n=await so({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:e});return await this.changeCurrentUser(n.user),n}async signInAsGuest(){const e=await io({apiURI:this.config.apiURI,appId:this.config.appId});return await this.changeCurrentUser(e.user),e}potentiallyInvalidateToken(e,n){var i;const r=(i=e==null?void 0:e.user)==null?void 0:i.refresh_token;if(!r)return;if(n.invalidateToken===!1){this._log.info("[auth-invalidate] skipped invalidateToken");return}ao({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:r}).then(()=>{this._log.info("[auth-invalidate] completed invalidateToken")}).catch(o=>{})}async signOut(e){const n=await this.getCurrentUser();this.potentiallyInvalidateToken(n,e),await this.changeCurrentUser(null)}createAuthorizationURL({clientName:e,redirectURL:n}){const{apiURI:r,appId:s}=this.config;return`${r}/runtime/oauth/start?app_id=${s}&client_name=${e}&redirect_uri=${n}`}async exchangeCodeForToken({code:e,codeVerifier:n}){var o,a;const r=await this.getCurrentUser(),s=((o=r==null?void 0:r.user)==null?void 0:o.type)==="guest",i=await Zn({apiURI:this.config.apiURI,appId:this.config.appId,code:e,codeVerifier:n,refreshToken:s?(a=r==null?void 0:r.user)==null?void 0:a.refresh_token:void 0});return await this.changeCurrentUser(i.user),i}issuerURI(){const{apiURI:e,appId:n}=this.config;return`${e}/runtime/${n}`}async signInWithIdToken({idToken:e,clientName:n,nonce:r}){var a;const s=await this.getCurrentUser(),i=(a=s==null?void 0:s.user)==null?void 0:a.refresh_token,o=await oo({apiURI:this.config.apiURI,appId:this.config.appId,idToken:e,clientName:n,nonce:r,refreshToken:i});return await this.changeCurrentUser(o.user),o}joinRoom(e,n,r){let s=!1;this._rooms[n]||(s=!0,this._rooms[n]={roomType:e,isConnected:!1,error:void 0}),this._presence[n]=this._presence[n]||{};const i=this._presence[n].result;return r&&!i&&(this._presence[n].result=this._presence[n].result||{},this._presence[n].result.user=r,this._notifyPresenceSubs(n)),s&&this._tryJoinRoom(e,n,r),()=>{this._cleanupRoom(n)}}_cleanupRoom(e){var n,r,s;if(!((r=(n=this._presence[e])==null?void 0:n.handlers)!=null&&r.length)&&!Object.keys(this._broadcastSubs[e]??{}).length){const i=(s=this._rooms[e])==null?void 0:s.isConnected;delete this._rooms[e],delete this._presence[e],delete this._broadcastSubs[e],i?this._tryLeaveRoom(e):this._roomsPendingLeave[e]=!0}}getPresence(e,n,r={}){const s=this._rooms[n],i=this._presence[n];return!s||!i||!i.result?null:{...po(i.result,r,this._sessionId),isLoading:!s.isConnected,error:s.error}}publishPresence(e,n,r){const s=this._rooms[n],i=this._presence[n];if(!s||!i)return;i.result=i.result||{};const o={...i.result.user,...r};i.result.user=o,s.isConnected&&(this._trySetPresence(n,o),this._notifyPresenceSubs(n))}_trySetPresence(e,n){this._trySendAuthed(j(),{op:"set-presence","room-id":e,data:n})}_tryJoinRoom(e,n,r){this._trySendAuthed(j(),{op:"join-room","room-type":e,"room-id":n,data:r}),delete this._roomsPendingLeave[n]}_tryLeaveRoom(e){this._trySendAuthed(j(),{op:"leave-room","room-id":e})}_trySetRoomConnected(e,n){const r=this._rooms[e];r&&(r.isConnected=n)}subscribePresence(e,n,r,s){const i=this.joinRoom(e,n,r.initialPresence||r.initialData),o={...r,roomId:n,cb:s,prev:null};return this._presence[n]=this._presence[n]||{},this._presence[n].handlers=this._presence[n].handlers||[],this._presence[n].handlers.push(o),this._notifyPresenceSub(n,o),()=>{var a,c;this._presence[n].handlers=((c=(a=this._presence[n])==null?void 0:a.handlers)==null?void 0:c.filter(u=>u!==o))??[],i()}}_notifyPresenceSubs(e){var n,r;(r=(n=this._presence[e])==null?void 0:n.handlers)==null||r.forEach(s=>{this._notifyPresenceSub(e,s)})}_notifyPresenceSub(e,n){const r=this.getPresence("",e,n);r&&(n.prev&&!yo(r,n.prev)||(n.prev=r,n.cb(r)))}_patchPresencePeers(e,n){var o,a,c;const r=((a=(o=this._presence[e])==null?void 0:o.result)==null?void 0:a.peers)||{};let s=Object.fromEntries(Object.entries(r).map(([u,l])=>[u,{data:l}]));(c=this._presence[e])==null||c.result;const i=Qe(s,u=>{for(let[l,f,h]of n)switch(f){case"+":Qr(u,l,h);break;case"r":bn(u,l,h);break;case"-":gn(u,l);break}delete u[this._sessionId]});this._setPresencePeers(e,i)}_setPresencePeers(e,n){const r={...n};delete r[this._sessionId];const s=Object.fromEntries(Object.entries(r).map(([i,o])=>[i,o.data]));this._presence=Qe(this._presence,i=>{bn(i,[e,"result","peers"],s)})}publishTopic({roomType:e,roomId:n,topic:r,data:s}){const i=this._rooms[n];if(i){if(!i.isConnected){this._broadcastQueue[n]=this._broadcastQueue[n]??[],this._broadcastQueue[n].push({topic:r,roomType:e,data:s});return}this._tryBroadcast(n,e,r,s)}}_tryBroadcast(e,n,r,s){this._trySendAuthed(j(),{op:"client-broadcast","room-id":e,roomType:n,topic:r,data:s})}subscribeTopic(e,n,r,s){const i=this.joinRoom(e,n);return this._broadcastSubs[n]=this._broadcastSubs[n]||{},this._broadcastSubs[n][r]=this._broadcastSubs[n][r]||[],this._broadcastSubs[n][r].push(s),this._presence[n]=this._presence[n]||{},()=>{this._broadcastSubs[n][r]=this._broadcastSubs[n][r].filter(o=>o!==s),this._broadcastSubs[n][r].length||delete this._broadcastSubs[n][r],i()}}_notifyBroadcastSubs(e,n,r){var s,i,o;(o=(i=(s=this._broadcastSubs)==null?void 0:s[e])==null?void 0:i[n])==null||o.forEach(a=>{var l,f,h,p,y,g;const c=(l=r.data)==null?void 0:l.data,u=r.data["peer-id"]===this._sessionId?(h=(f=this._presence[e])==null?void 0:f.result)==null?void 0:h.user:(g=(y=(p=this._presence[e])==null?void 0:p.result)==null?void 0:y.peers)==null?void 0:g[r.data["peer-id"]];return a(c,u)})}async uploadFile(e,n,r){var o;const s=await this.getCurrentUser(),i=(o=s==null?void 0:s.user)==null?void 0:o.refresh_token;return co({...r,apiURI:this.config.apiURI,appId:this.config.appId,path:e,file:n,refreshToken:i})}async deleteFile(e){var i;const n=await this.getCurrentUser(),r=(i=n==null?void 0:n.user)==null?void 0:i.refresh_token;return await uo({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:r})}async upload(e,n){var c;const r=await this.getCurrentUser(),s=(c=r==null?void 0:r.user)==null?void 0:c.refresh_token,i=e||n.name,o=await lo({apiURI:this.config.apiURI,appId:this.config.appId,fileName:i,refreshToken:s});return await fo(o,n)}async getDownloadUrl(e){var i;const n=await this.getCurrentUser(),r=(i=n==null?void 0:n.user)==null?void 0:i.refresh_token;return await ho({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:r})}}function Yo(t,e){return new nt(mr(t,e),e,void 0)}function Zo(t){return new tt(t,{})}function Xo(){return new q("string",!0,!1)}function ea(){return new q("number",!0,!1)}function ta(){return new q("boolean",!0,!1)}function na(){return new q("date",!0,!1)}function ra(){return new q("json",!0,!1)}function sa(){return new q("json",!0,!1)}function mr(t,e){var s,i,o,a;const n={fwd:{},rev:{}};for(const c of Object.values(e))(s=n.fwd)[i=c.forward.on]||(s[i]={}),(o=n.rev)[a=c.reverse.on]||(o[a]={}),n.fwd[c.forward.on][c.forward.label]={entityName:c.reverse.on,cardinality:c.forward.has},n.rev[c.reverse.on][c.reverse.label]={entityName:c.forward.on,cardinality:c.reverse.has};return Object.fromEntries(Object.entries(t).map(([c,u])=>[c,new tt(u.attrs,{...n.fwd[c],...n.rev[c]})]))}function ia({entities:t,links:e,rooms:n}){const r=e??{},s=n??{};return new nt(mr(t,r),r,s)}const oa={graph:Yo,schema:ia,entity:Zo,string:Xo,number:ea,boolean:ta,date:na,json:ra,any:sa};let st;function aa(t,e){st==null||st.dispose();const n=ha(e),r=la(e,a),s=ua(ca(t));function i(l){var f;l.source===s.element.contentWindow&&((f=l.data)==null?void 0:f.type)==="close"&&n.isVisible()&&a()}function o(l){const f=l.shiftKey&&l.ctrlKey&&l.key==="0",h=l.key==="Escape"||l.key==="Esc";(f||h&&n.isVisible())&&a()}function a(){n.isVisible()?n.element.style.display="none":(n.element.style.display="block",n.element.contains(s.element)||n.element.appendChild(s.element))}function c(){n.element.remove(),r.element.remove(),removeEventListener("keydown",o),removeEventListener("message",i)}function u(){document.body.appendChild(n.element),document.body.appendChild(r.element),addEventListener("keydown",o),addEventListener("message",i),st={dispose:c}}return u()}function ca(t){return`${zt||er?"http://localhost:3000":"https://instantdb.com"}/_devtool?appId=${t}`}function ua(t){const e=document.createElement("iframe");return e.src=t,e.className="instant-devtool-iframe",Object.assign(e.style,{width:"100%",height:"100%",backgroundColor:"white",border:"none"}),{element:e}}function la(t,e){const n=`
3
3
  <svg width="32" height="32" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
4
4
  <rect width="512" height="512" fill="black"/>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@instantdb/solidjs",
3
3
  "type": "module",
4
- "version": "0.22.163",
4
+ "version": "0.22.164",
5
5
  "description": "SolidJS client for InstantDB",
6
6
  "repository": {
7
7
  "type": "git",
@@ -45,8 +45,8 @@
45
45
  "solid-js": ">=1.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@instantdb/core": "0.22.163",
49
- "@instantdb/version": "0.22.163"
48
+ "@instantdb/core": "0.22.164",
49
+ "@instantdb/version": "0.22.164"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "echo \"Error: no test specified\" && exit 1",