@instantdb/react 0.22.99-experimental.add-user-perm-rules.20792844601.1 → 0.22.99-experimental.add-user-perm-rules.20792984656.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/Cursors.js +17 -5
- package/dist/commonjs/Cursors.js.map +1 -1
- package/dist/commonjs/InstantReactWebDatabase.js +1 -1
- package/dist/commonjs/InstantReactWebDatabase.js.map +1 -1
- package/dist/commonjs/__types__/typesTests.js +4 -4
- package/dist/commonjs/__types__/typesTests.js.map +1 -1
- package/dist/commonjs/init.js +4 -2
- package/dist/commonjs/init.js.map +1 -1
- package/dist/commonjs/next-ssr/HydrationStreamProvider.js +8 -13
- package/dist/commonjs/next-ssr/HydrationStreamProvider.js.map +1 -1
- package/dist/commonjs/next-ssr/InstantNextDatabase.js +25 -28
- package/dist/commonjs/next-ssr/InstantNextDatabase.js.map +1 -1
- package/dist/commonjs/next-ssr/InstantSuspenseProvider.js +5 -4
- package/dist/commonjs/next-ssr/InstantSuspenseProvider.js.map +1 -1
- package/dist/commonjs/next-ssr/getUserFromInstantCookie.js +3 -12
- package/dist/commonjs/next-ssr/getUserFromInstantCookie.js.map +1 -1
- package/dist/esm/Cursors.js +17 -5
- package/dist/esm/Cursors.js.map +1 -1
- package/dist/esm/InstantReactWebDatabase.js +2 -3
- package/dist/esm/InstantReactWebDatabase.js.map +1 -1
- package/dist/esm/__types__/typesTests.js +4 -4
- package/dist/esm/__types__/typesTests.js.map +1 -1
- package/dist/esm/init.js +4 -2
- package/dist/esm/init.js.map +1 -1
- package/dist/esm/next-ssr/HydrationStreamProvider.js +8 -13
- package/dist/esm/next-ssr/HydrationStreamProvider.js.map +1 -1
- package/dist/esm/next-ssr/InstantNextDatabase.js +25 -28
- package/dist/esm/next-ssr/InstantNextDatabase.js.map +1 -1
- package/dist/esm/next-ssr/InstantSuspenseProvider.js +5 -4
- package/dist/esm/next-ssr/InstantSuspenseProvider.js.map +1 -1
- package/dist/esm/next-ssr/getUserFromInstantCookie.js +3 -12
- package/dist/esm/next-ssr/getUserFromInstantCookie.js.map +1 -1
- package/dist/standalone/index.js +4103 -3825
- package/dist/standalone/index.umd.cjs +16 -16
- package/package.json +4 -4
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(function(D,C){typeof exports=="object"&&typeof module<"u"?C(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],C):(D=typeof globalThis<"u"?globalThis:D||self,C(D.instantReact={},D.React))})(this,function(D,C){"use strict";function B(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=B(t[n]);for(let i=0;i<r.length;i++)e^=r.charCodeAt(i),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 i=n[r],s=B(i);e^=parseInt(s,16),e*=16777619,e=e>>>0;const o=B(t[i]);e^=parseInt(o,16),e*=16777619,e=e>>>0}return e.toString(16)}return B(String(t))}const N={Remove:"remove",Replace:"replace",Add:"add"},Wn=Symbol.for("__MUTATIVE_PROXY_DRAFT__"),Gi=Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),ft=Symbol.iterator,re={mutable:"mutable",immutable:"immutable"},Lt={};function Ve(t,e){return t instanceof Map?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function zn(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 Ft(t){return Object.getPrototypeOf(t)===Set.prototype}function Nt(t){return Object.getPrototypeOf(t)===Map.prototype}function ie(t){var e;return(e=t.copy)!==null&&e!==void 0?e:t.original}function me(t){return!!k(t)}function k(t){return typeof t!="object"?null:t==null?void 0:t[Wn]}function Kt(t){var e;const n=k(t);return n?(e=n.copy)!==null&&e!==void 0?e:n.original:t}function ae(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,re))===re.immutable||typeof n=="function")}function Vn(t,e=[]){if(Object.hasOwnProperty.call(t,"key")){const n=t.parent.copy,r=k(pe(n,t.key));if(r!==null&&(r==null?void 0:r.original)!==t.original)return null;const i=t.parent.type===3,s=i?Array.from(t.parent.setMap.keys()).indexOf(t.key):t.key;if(!(i&&n.size>s||Ve(n,s)))return null;e.push(s)}if(t.parent)return Vn(t.parent,e);e.reverse();try{Qi(t.copy,e)}catch{return null}return e}function ve(t){return Array.isArray(t)?1:t instanceof Map?2:t instanceof Set?3:0}function pe(t,e){return ve(t)===2?t.get(e):t[e]}function qe(t,e,n){ve(t)===2?t.set(e,n):t[e]=n}function Wt(t,e){const n=k(t);return(n?ie(n):t)[e]}function ye(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}function zt(t){if(t)for(;t.finalities.revoke.length>0;)t.finalities.revoke.pop()()}function Se(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 Qi(t,e){for(let n=0;n<e.length-1;n+=1){const r=e[n];if(t=pe(ve(t)===3?Array.from(t):t,r),typeof t!="object")throw new Error(`Cannot resolve patch at '${e.join("/")}'.`)}return t}function Hi(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 Yi=Object.prototype.propertyIsEnumerable;function qn(t,e){let n;if(Array.isArray(t))return Array.prototype.concat.call(t);if(t instanceof Set){if(!Ft(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(!Nt(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,re),n!==void 0)&&n!==re.mutable){if(n===re.immutable)return Hi(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(i=>{r[i]=t[i]}),Object.getOwnPropertySymbols(t).forEach(i=>{Yi.call(t,i)&&(r[i]=t[i])}),r}else throw new Error("Please check mark() to ensure that it is a stable marker draftable function.")}function H(t){t.copy||(t.copy=qn(t.original,t.options))}function Be(t){if(!ae(t))return Kt(t);if(Array.isArray(t))return t.map(Be);if(t instanceof Map){const n=Array.from(t.entries()).map(([r,i])=>[r,Be(i)]);if(!Nt(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(Be);if(!Ft(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]=Be(t[n]);return e}function lt(t){return me(t)?Be(t):t}function fe(t){var e;t.assignedMap=(e=t.assignedMap)!==null&&e!==void 0?e:new Map,t.operated||(t.operated=!0,t.parent&&fe(t.parent))}function Bn(){throw new Error("Cannot modify frozen object")}function Ie(t,e,n,r,i){{n=n??new WeakMap,r=r??[],i=i??[];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: ~/${i.slice(0,a).map((u,d)=>{if(typeof u=="symbol")return`[${u.toString()}]`;const c=r[d];return typeof u=="object"&&(c instanceof Map||c instanceof Set)?Array.from(c.keys()).indexOf(u):u}).join("/")}`);r.push(o),i.push(e)}else r.push(o)}if(Object.isFrozen(t)||me(t)){r.pop(),i.pop();return}switch(ve(t)){case 2:for(const[a,u]of t)Ie(a,a,n,r,i),Ie(u,a,n,r,i);t.set=t.clear=t.delete=Bn;break;case 3:for(const a of t)Ie(a,a,n,r,i);t.add=t.clear=t.delete=Bn;break;case 1:Object.freeze(t);let o=0;for(const a of t)Ie(a,o,n,r,i),o+=1;break;default:Object.freeze(t),Object.keys(t).forEach(a=>{const u=t[a];Ie(u,a,n,r,i)})}r.pop(),i.pop()}function Vt(t,e){const n=ve(t);if(n===0)Reflect.ownKeys(t).forEach(r=>{e(r,t[r],t)});else if(n===1){let r=0;for(const i of t)e(r,i,t),r+=1}else t.forEach((r,i)=>e(i,r,t))}function Gn(t,e,n){if(me(t)||!ae(t,n)||e.has(t)||Object.isFrozen(t))return;const r=t instanceof Set,i=r?new Map:void 0;if(e.add(t),Vt(t,(s,o)=>{var a;if(me(o)){const u=k(o);H(u);const d=!((a=u.assignedMap)===null||a===void 0)&&a.size||u.operated?u.copy:u.original;qe(r?i:t,s,d)}else Gn(o,e,n)}),i){const s=t,o=Array.from(s);s.clear(),o.forEach(a=>{s.add(i.has(a)?i.get(a):a)})}}function Ji(t,e){const n=t.type===3?t.setMap:t.copy;t.finalities.revoke.length>1&&t.assignedMap.get(e)&&n&&Gn(pe(n,e),t.finalities.handledSet,t.options)}function qt(t){t.type===3&&t.copy&&(t.copy.clear(),t.setMap.forEach(e=>{t.copy.add(Kt(e))}))}function Bt(t,e,n,r){if(t.operated&&t.assignedMap&&t.assignedMap.size>0&&!t.finalized){if(n&&r){const s=Vn(t);s&&e(t,s,n,r)}t.finalized=!0}}function Gt(t,e,n,r){const i=k(n);i&&(i.callbacks||(i.callbacks=[]),i.callbacks.push((s,o)=>{var a;const u=t.type===3?t.setMap:t.copy;if(ye(pe(u,e),n)){let d=i.original;i.copy&&(d=i.copy),qt(t),Bt(t,r,s,o),t.options.enableAutoFreeze&&(t.options.updatedValues=(a=t.options.updatedValues)!==null&&a!==void 0?a:new WeakMap,t.options.updatedValues.set(d,i.original)),qe(u,e,d)}}),t.options.enableAutoFreeze&&i.finalities!==t.finalities&&(t.options.enableAutoFreeze=!1)),ae(n,t.options)&&t.finalities.draft.push(()=>{const s=t.type===3?t.setMap:t.copy;ye(pe(s,e),n)&&Ji(t,e)})}function Zi(t,e,n,r,i){let{original:s,assignedMap:o,options:a}=t,u=t.copy;u.length<s.length&&([s,u]=[u,s],[n,r]=[r,n]);for(let d=0;d<s.length;d+=1)if(o.get(d.toString())&&u[d]!==s[d]){const c=e.concat([d]),f=Se(c,i);n.push({op:N.Replace,path:f,value:lt(u[d])}),r.push({op:N.Replace,path:f,value:lt(s[d])})}for(let d=s.length;d<u.length;d+=1){const c=e.concat([d]),f=Se(c,i);n.push({op:N.Add,path:f,value:lt(u[d])})}if(s.length<u.length){const{arrayLengthAssignment:d=!0}=a.enablePatches;if(d){const c=e.concat(["length"]),f=Se(c,i);r.push({op:N.Replace,path:f,value:s.length})}else for(let c=u.length;s.length<c;c-=1){const f=e.concat([c-1]),l=Se(f,i);r.push({op:N.Remove,path:l})}}}function Xi({original:t,copy:e,assignedMap:n},r,i,s,o){n.forEach((a,u)=>{const d=pe(t,u),c=lt(pe(e,u)),f=a?Ve(t,u)?N.Replace:N.Add:N.Remove;if(ye(d,c)&&f===N.Replace)return;const l=r.concat(u),p=Se(l,o);i.push(f===N.Remove?{op:f,path:p}:{op:f,path:p,value:c}),s.push(f===N.Add?{op:N.Remove,path:p}:f===N.Remove?{op:N.Add,path:p,value:d}:{op:N.Replace,path:p,value:d})})}function es({original:t,copy:e},n,r,i,s){let o=0;t.forEach(a=>{if(!e.has(a)){const u=n.concat([o]),d=Se(u,s);r.push({op:N.Remove,path:d,value:a}),i.unshift({op:N.Add,path:d,value:a})}o+=1}),o=0,e.forEach(a=>{if(!t.has(a)){const u=n.concat([o]),d=Se(u,s);r.push({op:N.Add,path:d,value:a}),i.unshift({op:N.Remove,path:d,value:a})}o+=1})}function Ge(t,e,n,r){const{pathAsArray:i=!0}=t.options.enablePatches;switch(t.type){case 0:case 2:return Xi(t,e,n,r,i);case 1:return Zi(t,e,n,r,i);case 3:return es(t,e,n,r,i)}}const ht=(t,e,n=!1)=>{if(typeof t=="object"&&t!==null&&(!ae(t,e)||n))throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.")},Qt={get size(){return ie(k(this)).size},has(t){return ie(k(this)).has(t)},set(t,e){const n=k(this),r=ie(n);return(!r.has(t)||!ye(r.get(t),e))&&(H(n),fe(n),n.assignedMap.set(t,!0),n.copy.set(t,e),Gt(n,t,e,Ge)),this},delete(t){if(!this.has(t))return!1;const e=k(this);return H(e),fe(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){H(t),fe(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);ie(n).forEach((r,i)=>{t.call(e,this.get(i),i,this)})},get(t){var e,n;const r=k(this),i=ie(r).get(t),s=((n=(e=r.options).mark)===null||n===void 0?void 0:n.call(e,i,re))===re.mutable;if(r.options.strict&&ht(i,r.options,s),s||r.finalized||!ae(i,r.options)||i!==r.original.get(t))return i;const o=Lt.createDraft({original:i,parentDraft:r,key:t,finalities:r.finalities,options:r.options});return H(r),r.copy.set(t,o),o},keys(){return ie(k(this)).keys()},values(){const t=this.keys();return{[ft]:()=>this.values(),next:()=>{const e=t.next();return e.done?e:{done:!1,value:this.get(e.value)}}}},entries(){const t=this.keys();return{[ft]:()=>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]}}}},[ft](){return this.entries()}},ts=Reflect.ownKeys(Qt),Qn=(t,e,{isValuesIterator:n})=>()=>{var r,i;const s=e.next();if(s.done)return s;const o=s.value;let a=t.setMap.get(o);const u=k(a),d=((i=(r=t.options).mark)===null||i===void 0?void 0:i.call(r,a,re))===re.mutable;if(t.options.strict&&ht(o,t.options,d),!d&&!u&&ae(o,t.options)&&!t.finalized&&t.original.has(o)){const c=Lt.createDraft({original:o,parentDraft:t,key:o,finalities:t.finalities,options:t.options});t.setMap.set(o,c),a=c}else u&&(a=u.proxy);return{done:!1,value:n?a:[a,a]}},pt={get size(){return k(this).setMap.size},has(t){const e=k(this);if(e.setMap.has(t))return!0;H(e);const n=k(t);return!!(n&&e.setMap.has(n.original))},add(t){const e=k(this);return this.has(t)||(H(e),fe(e),e.assignedMap.set(t,!0),e.setMap.set(t,t),Gt(e,t,t,Ge)),this},delete(t){if(!this.has(t))return!1;const e=k(this);H(e),fe(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);H(t),fe(t);for(const e of t.original)t.assignedMap.set(e,!1);t.setMap.clear()},values(){const t=k(this);H(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.values(),next:Qn(t,e,{isValuesIterator:!0})}},entries(){const t=k(this);H(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.entries(),next:Qn(t,e,{isValuesIterator:!1})}},keys(){return this.values()},[ft](){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(pt,{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 ns=Reflect.ownKeys(pt),Hn=new WeakSet,Yn={get(t,e,n){var r,i;const s=(r=t.copy)===null||r===void 0?void 0:r[e];if(s&&Hn.has(s))return s;if(e===Wn)return t;let o;if(t.options.mark){const d=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(d,re),o===re.mutable)return t.options.strict&&ht(d,t.options,!0),d}const a=ie(t);if(a instanceof Map&&ts.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(Qt,"size").get.call(t.proxy);const d=Qt[e];if(d)return d.bind(t.proxy)}if(a instanceof Set&&ns.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(pt,"size").get.call(t.proxy);const d=pt[e];if(d)return d.bind(t.proxy)}if(!Ve(a,e)){const d=zn(a,e);return d?"value"in d?d.value:(i=d.get)===null||i===void 0?void 0:i.call(t.proxy):void 0}const u=a[e];if(t.options.strict&&ht(u,t.options),t.finalized||!ae(u,t.options))return u;if(u===Wt(t.original,e)){if(H(t),t.copy[e]=Ht({original:t.original[e],parentDraft:t,key:t.type===1?Number(e):e,finalities:t.finalities,options:t.options}),typeof o=="function"){const d=k(t.copy[e]);return H(d),fe(d),d.copy}return t.copy[e]}return u},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 i;if(t.type===1&&e!=="length"&&!(Number.isInteger(i=Number(e))&&i>=0&&(e===0||i===0||String(i)===String(e))))throw new Error("Only supports setting array indices and the 'length' property.");const s=zn(ie(t),e);if(s!=null&&s.set)return s.set.call(t.proxy,n),!0;const o=Wt(ie(t),e),a=k(o);return a&&ye(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):(ye(n,o)&&(n!==void 0||Ve(t.original,e))||(H(t),fe(t),Ve(t.original,e)&&ye(n,t.original[e])?t.assignedMap.delete(e):t.assignedMap.set(e,!0),t.copy[e]=n,Gt(t,e,n,Ge)),!0)},has(t,e){return e in ie(t)},ownKeys(t){return Reflect.ownKeys(ie(t))},getOwnPropertyDescriptor(t,e){const n=ie(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?Yn.set.call(this,t,e,void 0,t.proxy):(Wt(t.original,e)!==void 0||e in t.original?(H(t),fe(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 Ht(t){const{original:e,parentDraft:n,key:r,finalities:i,options:s}=t,o=ve(e),a={type:o,finalized:!1,parent:n,original:e,copy:null,proxy:null,finalities:i,options:s,setMap:o===3?new Map(e.entries()):void 0};(r||"key"in t)&&(a.key=r);const{proxy:u,revoke:d}=Proxy.revocable(o===1?Object.assign([],a):a,Yn);if(i.revoke.push(d),Hn.add(u),a.proxy=u,n){const c=n;c.finalities.draft.push((f,l)=>{var p,y;const b=k(u);let g=c.type===3?c.setMap:c.copy;const T=pe(g,r),_=k(T);if(_){let m=_.original;_.operated&&(m=Kt(T)),qt(_),Bt(_,Ge,f,l),c.options.enableAutoFreeze&&(c.options.updatedValues=(p=c.options.updatedValues)!==null&&p!==void 0?p:new WeakMap,c.options.updatedValues.set(m,_.original)),qe(g,r,m)}(y=b.callbacks)===null||y===void 0||y.forEach(m=>{m(f,l)})})}else{const c=k(u);c.finalities.draft.push((f,l)=>{qt(c),Bt(c,Ge,f,l)})}return u}Lt.createDraft=Ht;function rs(t,e,n,r,i){var s;const o=k(t),a=(s=o==null?void 0:o.original)!==null&&s!==void 0?s:t,u=!!e.length;if(o!=null&&o.operated)for(;o.finalities.draft.length>0;)o.finalities.draft.pop()(n,r);const d=u?e[0]:o?o.operated?o.copy:o.original:t;return o&&zt(o),i&&Ie(d,d,o==null?void 0:o.options.updatedValues),[d,n&&u?[{op:N.Replace,path:[],value:e[0]}]:n,r&&u?[{op:N.Replace,path:[],value:a}]:r]}function is(t,e){var n;const r={draft:[],revoke:[],handledSet:new WeakSet};let i,s;e.enablePatches&&(i=[],s=[]);const a=((n=e.mark)===null||n===void 0?void 0:n.call(e,t,re))===re.mutable||!ae(t,e)?t:Ht({original:t,parentDraft:null,finalities:r,options:e});return[a,(u=[])=>{const[d,c,f]=rs(a,u,i,s,e.enableAutoFreeze);return e.enablePatches?[d,c,f]:d}]}function Yt(t){const{rootDraft:e,value:n,useRawReturn:r=!1,isRoot:i=!0}=t;Vt(n,(s,o,a)=>{const u=k(o);if(u&&e&&u.finalities===e.finalities){t.isContainDraft=!0;const d=u.original;if(a instanceof Set){const c=Array.from(a);a.clear(),c.forEach(f=>a.add(s===f?d:f))}else qe(a,s,d)}else typeof o=="object"&&o!==null&&(t.value=o,t.isRoot=!1,Yt(t))}),i&&(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 Jn(t){var e;const n=k(t);if(!ae(t,n==null?void 0:n.options))return t;const r=ve(t);if(n&&!n.operated)return n.original;let i;function s(){i=r===2?Nt(t)?new Map(t):new(Object.getPrototypeOf(t)).constructor(t):r===3?Array.from(n.setMap.values()):qn(t,n==null?void 0:n.options)}if(n){n.finalized=!0;try{s()}finally{n.finalized=!1}}else i=t;if(Vt(i,(o,a)=>{if(n&&ye(pe(n.original,o),a))return;const u=Jn(a);u!==a&&(i===t&&s(),qe(i,o,u))}),r===3){const o=(e=n==null?void 0:n.original)!==null&&e!==void 0?e:i;return Ft(o)?new Set(i):new(Object.getPrototypeOf(o)).constructor(i)}return i}function Zn(t){if(!me(t))throw new Error(`current() is only used for Draft, parameter: ${t}`);return Jn(t)}const yt=(t=>function e(n,r,i){var s,o,a;if(typeof n=="function"&&typeof r!="function")return function(S,...I){return e(S,U=>n.call(this,U,...I),r)};const u=n,d=r;let c=i;if(typeof r!="function"&&(c=r),c!==void 0&&Object.prototype.toString.call(c)!=="[object Object]")throw new Error(`Invalid options: ${c}, 'options' should be an object.`);c=Object.assign(Object.assign({},t),c);const f=me(u)?Zn(u):u,l=Array.isArray(c.mark)?(S,I)=>{for(const U of c.mark){if(typeof U!="function")throw new Error(`Invalid mark: ${U}, 'mark' should be a function.`);const F=U(S,I);if(F)return F}}:c.mark,p=(s=c.enablePatches)!==null&&s!==void 0?s:!1,y=(o=c.strict)!==null&&o!==void 0?o:!1,g={enableAutoFreeze:(a=c.enableAutoFreeze)!==null&&a!==void 0?a:!1,mark:l,strict:y,enablePatches:p};if(!ae(f,g)&&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[T,_]=is(f,g);if(typeof r!="function"){if(!ae(f,g))throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");return[T,_]}let m;try{m=d(T)}catch(S){throw zt(k(T)),S}const O=S=>{const I=k(T);if(!me(S)){if(S!==void 0&&!ye(S,T)&&(I!=null&&I.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 F=S==null?void 0:S[Gi];if(F){const ct=F[0];return g.strict&&typeof S=="object"&&S!==null&&Yt({rootDraft:I,value:S,useRawReturn:!0}),_([ct])}if(S!==void 0)return typeof S=="object"&&S!==null&&Yt({rootDraft:I,value:S}),_([S])}if(S===T||S===void 0)return _([]);const U=k(S);if(g===U.options){if(U.operated)throw new Error("Cannot return a modified child draft.");return _([Zn(S)])}return _([S])};return m instanceof Promise?m.then(O,S=>{throw zt(k(T)),S}):O(m)})();Object.prototype.constructor.toString();function Xn(t,e){const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&Object.keys(t).every(i=>e.hasOwnProperty(i))}function er(t,e){return Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>e.hasOwnProperty(n)&&t[n]===e[n])}function bt(t,e){return typeof t!="object"||typeof e!="object"||t===null||e===null?t===e:Xn(t,e)?Object.keys(t).every(n=>bt(t[n],e[n])):!1}function Jt(t){if(!Qe(t))return t;const e={};for(const[n,r]of Object.entries(t))r!==void 0&&(e[n]=r);return e}function tr(t,e){if(!Qe(t)||!Qe(e))return e;const n=Object.assign({},t);for(const r of Object.keys(e)){if(e[r]===void 0)continue;if(e[r]===null){delete n[r];continue}const i=Qe(t[r])&&Qe(e[r]);n[r]=i?tr(t[r],e[r]):e[r]}return n}function Qe(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function ss(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let s=0;s<e.length-1;s++){const o=e[s];(!(o in r)||typeof r[o]!="object")&&(r[o]=typeof e[s+1]=="number"?[]:{}),r=r[o]}const i=e[e.length-1];Array.isArray(r)&&typeof i=="number"?r.splice(i,0,n):r[i]=n}function nr(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let i=0;i<e.length-1;i++){const s=e[i];(!(s in r)||typeof r[s]!="object")&&(r[s]=typeof e[i+1]=="number"?[]:{}),r=r[s]}r[e[e.length-1]]=n}function rr(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}rr(t[n],r),os(t[n])&&delete t[n]}}function os(t){return t&&Object.keys(t).length===0}const ir=/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$/,as={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 us(t){return new Date(t)}function cs(t){return new Date(t+"Z")}const ds=/^(\d+)[\./-](\d+)[\./-](\d+)$/;function fs(t){const e=t.match(ds);if(!e)return null;const[n,r,i,s]=e;return r<=0||i<=0||s<=0?null:r>999?new Date(Date.UTC(r,i-1,s,0,0,0,0)):new Date(Date.UTC(s,r-1,i,0,0,0,0))}function ls(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function hs(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function ps(t){return new Date(t)}function ys(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 bs(t){const e=/^(.+T.+)([+-])(\d{2})$/,n=t.match(e);if(n){const[,r,i,s]=n,o=`${r}${i}${s}:00`;return new Date(o)}return null}function _s(t){const e=/^(\d+)-(\d{1,2})-(\d{1,2})([ T])(.+)$/,n=t.match(e);if(n){const[,r,i,s,o,a]=n,u=i.padStart(2,"0"),d=s.padStart(2,"0"),c=`${r}-${u}-${d}T${a}`;return new Date(c)}return null}function gs(t){const[e,n]=t.split(", "),[r,i,s]=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,u,d,c]=o;return a=Number(a),u=Number(u),d=Number(d),c==="PM"&&a!==12?a+=12:c==="AM"&&a===12&&(a=0),new Date(Date.UTC(s,r-1,i,a,u,d))}function ws(t){switch(t){case"epoch":return new Date(0);case"infinity":case"-infinity":case"today":case"tomorrow":case"yesterday":return null}}function Ts(t){const e=t.match(ir);if(!e)return null;const[n]=e,r=as[n],i=new Date(t.replace(ir,"Z"));return new Date(i.getTime()-r*1e3)}const ms=[fs,hs,ys,gs,ps,cs,bs,ls,us,ws,Ts,_s];function vs(t,e){try{const n=t(e);return n instanceof Date&&!isNaN(n.getTime())?n:null}catch{return null}}function Zt(t){for(const e of ms){const n=vs(e,t);if(n)return n}return null}function Ss(t){try{const e=JSON.parse(t);return typeof e=="string"?Zt(e):null}catch{return null}}function _t(t){if(t!==void 0){if(t===null)return null;if(t instanceof Date)return t;if(typeof t=="string"){const e=Zt(t)||Ss(t)||Zt(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 Oe{constructor(e,n){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,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]=Object.assign(Object.assign({},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(en(e)){const[n,r,i]=e["forward-identity"];Z(this.blobAttrs,[r,i],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"];Z(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,i,s]=n;Z(this._forwardIdents,[i,s],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,i,s]=n;Z(this._revIdents,[i,s],e)}}return this._revIdents}toJSON(){return{attrs:this.attrs,linkIndex:this.linkIndex}}}function Os(t){return t.cardinality==="one"}function Xt(t){return t["value-type"]==="ref"}function en(t){return t["value-type"]==="blob"}function Pe(t,e){return e.reduce((n,r)=>n&&n.get(r),t)}function ue(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)&&ue(t.get(n),r)}function Z(t,e,n){let r=t;const i=e.length-1;for(let s=0;s<i;s++){const o=e[s];let a=r.get(o);a===void 0&&(a=new Map,r.set(o,a)),r=a}i>-1&&r.set(e[i],n)}function sr(t,e,n){const r=new Map,i=new Map,s=new Map;for(const o of e){let[a,u,d]=o;const c=t.getAttr(u);if(!c){console.warn("no such attr",u,a);continue}c["checked-data-type"]==="date"&&n&&(d=_t(d),o[2]=d),Xt(c)&&Z(s,[d,u,a],o),Z(r,[a,u,d],o),Z(i,[u,a,d],o)}return{eav:r,aev:i,vae:s}}function or(t){return{triples:X(t.eav,3),cardinalityInference:t.cardinalityInference,useDateObjects:t.useDateObjects,version:1}}function ar(t,e){return He(t,e.triples,e.cardinalityInference,e.useDateObjects)}function ur(t,e){if(t)return new Oe(t.attrs,t.linkIndex);if(e&&"__type"in e)return new Oe(e.attrs,e.linkIndex)}function Es(t,e){return Pe(t.eav,[e])!==void 0}function He(t,e,n,r){const i=sr(t,e,r);return i.cardinalityInference=n,i.useDateObjects=r,i}function Ye(t,e){var n,r;let i;if(Array.isArray(e[0])){const[o,a]=e[0],u=t.aev.get(o);if(!u)return null;i=(n=X(u,2).find(c=>c[2]===a))===null||n===void 0?void 0:n[0]}else i=e[0];if(!i)return null;const s=e[2];if(Array.isArray(s)&&s.length===2&&t.aev.get(s[0])){const[o,a]=s,u=t.aev.get(o);if(!u)return null;const c=(r=X(u,2).find(b=>b[2]===a))===null||r===void 0?void 0:r[0];if(!c)return null;const[f,l,p,...y]=e;return[i,l,c,...y]}else{const[o,...a]=e;return[i,...a]}}function cr(t,e,n){const r=Ye(t,n);if(!r)return;const[i,s,o]=r,a=e.getAttr(s);a&&(ue(t.eav,[i,s,o]),ue(t.aev,[s,i,o]),Xt(a)&&ue(t.vae,[o,s,i]))}let As=0;function dr(t,e,n){const[r,i,s]=n;let o;const a=Pe(t.eav,[r,i,s]);return a&&(o=a[3]),o||Date.now()*10+As++}function fr(t,e,n){var r;const i=Ye(t,n);if(!i)return;let[s,o,a]=i;const u=e.getAttr(o);if(!u)return;u["checked-data-type"]==="date"&&t.useDateObjects&&(a=_t(a));const d=Pe(t.eav,[s,o,a]),c=(r=d==null?void 0:d[3])!==null&&r!==void 0?r:dr(t,u,i),f=[s,o,a,c];Os(u)?(Z(t.eav,[s,o],new Map([[a,f]])),Z(t.aev,[o,s],new Map([[a,f]]))):(Z(t.eav,[s,o,a],f),Z(t.aev,[o,s,a],f)),Xt(u)&&Z(t.vae,[a,o,s],f)}function ks(t,e,n){var r;const i=Ye(t,n);if(!i)return;const[s,o,a]=i,u=e.getAttr(o);if(!u)return;if(!en(u))throw new Error("merge operation is not supported for links");const d=Pe(t.eav,[s,o]);if(!d)return;const c=(r=d.values().next())===null||r===void 0?void 0:r.value;if(!c)return;const f=c[2],l=tr(f,a),p=[s,o,l,dr(t,u,c)];Z(t.eav,[s,o],new Map([[l,p]])),Z(t.aev,[o,s],new Map([[l,p]]))}function tn(t,e,n){var r,i;const[s,o]=n,a=Ye(t,[s]);if(!a)return;const[u]=a,d=t.eav.get(u);if(d){for(const f of d.keys()){const l=e.getAttr(f);l&&l["on-delete-reverse"]==="cascade"&&X(d.get(f),1).forEach(([p,y,b])=>{var g;return tn(t,e,[b,(g=l["reverse-identity"])===null||g===void 0?void 0:g[1]])}),(!o||!l||((r=l["forward-identity"])===null||r===void 0?void 0:r[1])===o)&&(ue(t.aev,[f,u]),ue(t.eav,[u,f]))}d.size===0&&ue(t.eav,[u])}const c=t.vae.get(u)&&X(t.vae.get(u),2);c&&c.forEach(f=>{var l,p,y;const[b,g,T]=f,_=e.getAttr(g);(!o||!_||((l=_["reverse-identity"])===null||l===void 0?void 0:l[1])===o)&&(ue(t.eav,[b,g,T]),ue(t.aev,[g,b,T]),ue(t.vae,[T,g,b])),_&&_["on-delete"]==="cascade"&&((p=_["reverse-identity"])===null||p===void 0?void 0:p[1])===o&&tn(t,e,[b,(y=_["forward-identity"])===null||y===void 0?void 0:y[1]])}),((i=t.vae.get(u))===null||i===void 0?void 0:i.size)===0&&ue(t.vae,[u])}function lr(t,e,n){const r=sr(e,n,t.useDateObjects);Object.keys(r).forEach(i=>{t[i]=r[i]})}function js(t,[e]){t.addAttr(e)}function hr(t){return X(t.eav,3)}function Cs(t,e,[n]){if(!e.getAttr(n))return;const r=hr(t).filter(([i,s])=>s!==n);e.deleteAttr(n),lr(t,e,r)}function Is(t,e,[n]){e.getAttr(n.id)&&(e.updateAttr(n),lr(t,e,hr(t)))}function Ps(t,e,n){const[r,...i]=n;switch(r){case"add-triple":fr(t,e,i);break;case"deep-merge-triple":ks(t,e,i);break;case"retract-triple":cr(t,e,i);break;case"delete-entity":tn(t,e,i);break;case"add-attr":js(e,i);break;case"delete-attr":Cs(t,e,i);break;case"update-attr":Is(t,e,i);break;case"restore-attr":break;case"rule-params":break;default:throw new Error(`unhandled transaction action: ${r}`)}}function X(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())X(r,e-1,n);return n}function gt(t,e,n){var r;const i=[];if(n!=null&&n.hasOwnProperty("$not")){for(const o of e.keys())n.$not!==o&&i.push(e.get(o));return i}if(n!=null&&n.hasOwnProperty("$isNull")){const{attrId:o,isNull:a,reverse:u}=n.$isNull;if(u)for(const d of e.keys()){const c=t.vae.get(d),f=!c||!c.get(o);(a?f:!f)&&i.push(e.get(d))}else{const d=t.aev.get(o);for(const c of e.keys()){const f=!d||((r=d.get(c))===null||r===void 0?void 0:r.get(null))||!d.get(c);(a?f:!f)&&i.push(e.get(c))}}return i}if(n!=null&&n.$comparator)return X(e,1).filter(n.$op);const s=n.in||n.$in||[n];for(const o of s){const a=e.get(o);a&&i.push(a)}return i}function Ms(t,e,n){let r="";return t!==void 0&&(r+="e"),e!==void 0&&(r+="a"),n!==void 0&&(r+="v"),r}function Rs(t,[e,n,r]){var i,s;switch(Ms(e,n,r)){case"e":{const a=t.eav.get(e);return X(a,2)}case"ea":{const a=(i=t.eav.get(e))===null||i===void 0?void 0:i.get(n);return X(a,1)}case"eav":{const a=(s=t.eav.get(e))===null||s===void 0?void 0:s.get(n);return a?gt(t,a,r):[]}case"ev":{const a=t.eav.get(e);if(!a)return[];const u=[];for(const d of a.values())u.push(...gt(t,d,r));return u}case"a":{const a=t.aev.get(n);return X(a,2)}case"av":{const a=t.aev.get(n);if(!a)return[];const u=[];for(const d of a.values())u.push(...gt(t,d,r));return u}case"v":{const a=[];for(const u of t.eav.values())for(const d of u.values())a.push(...gt(t,d,r));return a}default:return X(t.eav,3)}}function xs(t,e,n){var r;const i={};if(!e)return i;for(const[s,o]of e.entries()){const a=(r=t.eav.get(n))===null||r===void 0?void 0:r.get(o.id),u=X(a,1);for(const d of u)i[s]=d[2]}return i}function W(t,e,n){var r;return(r=t.forwardIdents.get(e))===null||r===void 0?void 0:r.get(n)}function Ee(t,e,n){var r;return(r=t.revIdents.get(e))===null||r===void 0?void 0:r.get(n)}function Ds(t,e){return t.blobAttrs.get(e)}function pr(t,e){var n;const r=t.primaryKeys.get(e);return r||((n=t.forwardIdents.get(e))===null||n===void 0?void 0:n.get("id"))}function $s(t,e,n){const r=Ye(t,n);if(!r)return;const[i,s,o]=r;if(e.getAttr(s))return Pe(t.eav,[i,s])}function Us(t,e,n){const r=n.filter(([i,s,o,a,u])=>{if(i!=="add-triple"&&i!=="deep-merge-triple")return!0;const d=u==null?void 0:u.mode;if(d!=="create"&&d!=="update")return!0;let c=!1;const f=e.getAttr(o);if(f){const l=pr(e,f["forward-identity"][1]);c=!!$s(t,e,[s,l==null?void 0:l.id,s])}return!(d==="create"&&c||d==="update"&&!c)});return yt({store:t,attrsStore:e},i=>{r.forEach(s=>{Ps(i.store,i.attrsStore,s)})},{mark:i=>{if(i instanceof Oe)return"immutable"}})}function Ls(t){return typeof t=="string"&&t.startsWith("?")}function Fs(t,e,n){if(n.hasOwnProperty(t)){const r=n[t];return br(r,e,n)}return Object.assign(Object.assign({},n),{[t]:e})}function yr(t,e,n){return t===e?n:null}function Ns(t){switch(typeof t){case"string":return t.startsWith("?")?Fs:yr;default:return yr}}const Ks=["in","$in","$not","$isNull","$comparator"];function Ws(t){for(const e of Ks)if(t.hasOwnProperty(e))return!0;return!1}function br(t,e,n){return n?typeof t=="object"?Ws(t)?n:null:Ns(t)(t,e,n):null}function zs(t,e,n){return t.reduce((r,i,s)=>{const o=e[s];return br(i,o,r)},n)}function Vs(t,e,n){return Gs(t,e,n).map(r=>zs(e,r,n)).filter(r=>r)}function qs(t,e,n){return e.or?e.or.patterns.flatMap(r=>nn(t,r,n)):e.and?e.and.patterns.reduce((r,i)=>nn(t,i,r),n):n.flatMap(r=>Vs(t,e,r))}function nn(t,e,n=[{}]){return e.reduce((r,i)=>qs(t,i,r),n)}function rn(t,e){return Array.isArray(e)?e.map(n=>rn(t,n)):Ls(e)?t[e]:e}function Bs(t,{find:e,where:n}){return nn(t,n).map(i=>rn(i,e))}function Gs(t,e,n){return Rs(t,rn(n,e))}const Qs=/^(?:[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 Me(t){return typeof t=="string"&&Qs.test(t)}const G=[];for(let t=0;t<256;++t)G.push((t+256).toString(16).slice(1));function Hs(t,e=0){return(G[t[e+0]]+G[t[e+1]]+G[t[e+2]]+G[t[e+3]]+"-"+G[t[e+4]]+G[t[e+5]]+"-"+G[t[e+6]]+G[t[e+7]]+"-"+G[t[e+8]]+G[t[e+9]]+"-"+G[t[e+10]]+G[t[e+11]]+G[t[e+12]]+G[t[e+13]]+G[t[e+14]]+G[t[e+15]]).toLowerCase()}let sn;const Ys=new Uint8Array(16);function Js(){if(!sn){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");sn=crypto.getRandomValues.bind(crypto)}return sn(Ys)}const _r={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Zs(t,e,n){var i;if(_r.randomUUID&&!t)return _r.randomUUID();t=t||{};const r=t.random??((i=t.rng)==null?void 0:i.call(t))??Js();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,Hs(r)}function gr(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 Xs(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 eo(t,e){return Xs(gr(t),gr(e))}function V(){return Zs()}function to(t,e){return t.localeCompare(e)}function no(){let t=to;if(typeof Intl=="object"&&Intl.hasOwnProperty("Collator"))try{t=Intl.Collator("en-US").compare}catch{}return t}const ro=no();let io=0;function Je(t){return wt(`_${t}`,io++)}function wt(t,e){return`?${t}-${e}`}class Re extends Error{constructor(e){super(e),this.name="AttrNotFoundError"}}function so(t,e){const n=pr(t,e);if(!n)throw new Re(`Could not find id attr for ${e}`);return n}function wr(t,e,n,r){return[oo(t,e,n,r)]}function oo(t,e,n,r){return[t(n,r),so(e,n).id,t(n,r),t("time",r)]}function ao(t,e,n){return t.map(r=>r===e?n:r)}function Tr(t,e,n,r,i){const s=W(e,n,i),o=Ee(e,n,i),a=s||o;if(!a)throw new Re(`Could not find attr for ${[n,i]}`);if(a["value-type"]!=="ref")throw new Error(`Attr ${a.id} is not a ref`);const[u,d]=a["forward-identity"],[c,f]=a["reverse-identity"],l=r+1,p=s?[t(d,r),a.id,t(f,l),Je("time")]:[t(d,l),a.id,t(f,r),Je("time")];return[s?f:d,l,p,a,!!s]}function mr(t,e){if(typeof e!="string")return function(o){return!1};const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/%/g,".*").replace(/_/g,"."),i=new RegExp(`^${r}$`,t?void 0:"i");return function(o){return typeof o!="string"?!1:i.test(o)}}function uo(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(i){return new Date(i[2])>new Date(e.$gt)}:function(i){return i[2]>e.$gt}};if(e.hasOwnProperty("$gte"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])>=new Date(e.$gte)}:function(i){return i[2]>=e.$gte}};if(e.hasOwnProperty("$lt"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])<new Date(e.$lt)}:function(i){return i[2]<e.$lt}};if(e.hasOwnProperty("$lte"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])<=new Date(e.$lte)}:function(i){return i[2]<=e.$lte}};if(e.hasOwnProperty("$like")){const r=mr(!0,e.$like);return{$comparator:!0,$op:function(s){return r(s[2])}}}if(e.hasOwnProperty("$ilike")){const r=mr(!1,e.$ilike);return{$comparator:!0,$op:function(s){return r(s[2])}}}return e}function co(t,e,n,r,i,s){const o=W(e,n,i),a=Ee(e,n,i),u=o||a;if(!u)throw new Re(`No attr for etype = ${n} label = ${i}`);if(s!=null&&s.hasOwnProperty("$isNull")){const d=W(e,n,"id");if(!d)throw new Re(`No attr for etype = ${n} label = id`);return[t(n,r),d.id,{$isNull:{attrId:u.id,isNull:s.$isNull,reverse:!o}},Je("time")]}return o?[t(n,r),u.id,uo(u,s),Je("time")]:[s,u.id,t(n,r),Je("time")]}function fo(t,e,n,r,i){const[s,o,a]=i.reduce((u,d)=>{const[c,f,l]=u,[p,y,b]=Tr(t,e,c,f,d);return[p,y,[...l,b]]},[n,r,[]]);return[s,o,a]}function on(t,e,n,r,i,s){const o=i.slice(0,i.length-1),a=i[i.length-1],[u,d,c]=fo(t,e,n,r,o),f=co(t,e,u,d,a,s);return c.concat([f])}function lo(t,e){return e?[e].concat(t):t}function ho([t,e]){return t==="or"&&Array.isArray(e)}function po([t,e]){return t==="and"&&Array.isArray(e)}function yo(t,e,n){return(r,i)=>{const s=t(r,i);return e==s?s:`${s}-${n}`}}function vr(t,e,n,r,i,s){const o=t(r,i),a=s.map((u,d)=>{const c=yo(t,o,d);return Or(c,n,r,i,u)});return{[e]:{patterns:a,joinSym:o}}}function bo(t){const e=[];for(let n=1;n<=t.length;n++)e.push(t.slice(0,n));return e}function Sr(t,e,n,r,i){return bo(i).map(s=>on(t,e,n,r,s,{$isNull:!0}))}function Or(t,e,n,r,i){return Object.entries(i).flatMap(([s,o])=>{if(ho([s,o]))return vr(t,"or",e,n,r,o);if(po([s,o]))return vr(t,"and",e,n,r,o);if(s==="$entityIdStartsWith")return[];const a=s.split(".");if(o!=null&&o.hasOwnProperty("$ne")&&(o=Object.assign(Object.assign({},o),{$not:o.$ne}),delete o.$ne),o!=null&&o.hasOwnProperty("$not")){const u=on(t,e,n,r,a,o),d=Sr(t,e,n,r,a);return[{or:{patterns:[u,...d],joinSym:t(n,r)}}]}return o!=null&&o.hasOwnProperty("$isNull")&&o.$isNull===!0&&a.length>1?[{or:{patterns:Sr(t,e,n,r,a),joinSym:t(n,r)}}]:on(t,e,n,r,a,o)})}function _o(t,e,n,r){const i=wt;return r?Or(i,t,e,n,r).concat(wr(i,t,e,n)):wr(i,t,e,n)}function go(t,e,n){return[t(e,n),t("time",n)]}function wo(t,e,n,r,i,s){const[o,a,u,d,c]=Tr(t,e,n,r,i),f=ao(u,t(n,r),s);return[o,a,f,d,c]}function To(t,e,n,{etype:r,level:i,form:s},o){const a=Object.keys(s).filter(u=>u!=="$");return a.length?Object.entries(o).map(function([d,c]){return a.map(function(p){var y,b,g;const T=!!(e.cardinalityInference&&(!((g=(b=(y=n.linkIndex)===null||y===void 0?void 0:y[r])===null||b===void 0?void 0:b[p])===null||g===void 0)&&g.isSingular));try{const[_,m,O]=wo(t,n,r,i,p,d),S=Ar(e,n,{etype:_,level:m,form:s[p],join:O}),I=T?S[0]:S;return{[p]:I}}catch(_){if(_ instanceof Re)return{[p]:T?void 0:[]};throw _}}).reduce(function(p,y){return Object.assign(Object.assign({},p),y)},c)}):Object.values(o)}function mo(t,e,n){return n==="string"?ro(t,e):t>e?1:-1}function Ze(t,e,n,r,i){return e===r||e==null&&r==null?eo(t,n):r==null?1:e==null?-1:mo(e,r,i)}function Tt([t,e],[n,r],i){return Ze(t,e,n,r,i)}function an(t){return t==null?t:new Date(t).getTime()}function vo(t,e,n,r){var i;const[s,o,a,u]=t,d=n==="desc"?1:-1;if(((i=e["forward-identity"])===null||i===void 0?void 0:i[2])==="id")return Tt(r,[s,u],null)===d;const[c,f]=r,l=e["checked-data-type"],p=l==="date"?an(f):f,y=l==="date"?an(a):a;return Tt([c,p],[s,y],l)===d}function So(t,e){const n=e[1];return t.getAttr(n)}function Oo(t,e,n){const r=Object.keys(n)[0];return W(t,e,r)}function Eo(t,e,n,r){if(n)return So(t,n);if(r)return Oo(t,e,r)}function Ao(t,e,n){var r,i;if(!Array.isArray(n.fields))return Ds(t,e);const s=new Map;for(const o of n.fields){const a=W(t,e,o),u=(r=a==null?void 0:a["forward-identity"])===null||r===void 0?void 0:r[2];u&&en(a)&&s.set(u,a)}if(!s.has("id")){const o=W(t,e,"id"),a=(i=o==null?void 0:o["forward-identity"])===null||i===void 0?void 0:i[2];a&&s.set(a,o)}return s}function ko(t,e,{etype:n,pageInfo:r,dq:i,form:s}){var o,a;const u=(o=s==null?void 0:s.$)===null||o===void 0?void 0:o.order,d=Er(s),c=jo(s);let f=Bs(t,i);const l=r==null?void 0:r["start-cursor"],p=Eo(e,n,l,u);if(p&&((a=p==null?void 0:p["forward-identity"])===null||a===void 0?void 0:a[2])!=="id"){const g=p["checked-data-type"]==="date",T=p.id;f=f.map(([_])=>{var m,O,S,I,U;let F=(U=(I=(S=(O=(m=t.eav.get(_))===null||m===void 0?void 0:m.get(T))===null||O===void 0?void 0:O.values())===null||S===void 0?void 0:S.next())===null||I===void 0?void 0:I.value)===null||U===void 0?void 0:U[2];return g&&(F=an(F)),[_,F]})}f.sort(c==="asc"?function(T,_){return Tt(T,_,p==null?void 0:p["checked-data-type"])}:function(T,_){return Tt(_,T,p==null?void 0:p["checked-data-type"])});let y={};const b=Ao(e,n,i);for(const g of f){const[T]=g;if(y[T]||!d&&l&&p&&vo(l,p,c,g))continue;const _=xs(t,b,T);_&&(y[T]=_)}return y}function jo(t){var e;const n=(e=t.$)===null||e===void 0?void 0:e.order;return n&&n[Object.keys(n)[0]]||"asc"}function Er(t){var e,n,r;const i=(e=t.$)===null||e===void 0?void 0:e.offset,s=(n=t.$)===null||n===void 0?void 0:n.before,o=(r=t.$)===null||r===void 0?void 0:r.after;return!i&&!s&&!o}function Co(t,e,{etype:n,level:r,form:i,join:s,pageInfo:o}){var a,u,d,c,f;if(!Er(i)&&(!o||!o["start-cursor"]))return[];const l=lo(_o(e,n,r,(a=i.$)===null||a===void 0?void 0:a.where),s),p=go(wt,n,r),y=(u=i.$)===null||u===void 0?void 0:u.fields,b=ko(t,e,{etype:n,pageInfo:o,form:i,dq:{where:l,find:p,fields:y}}),g=((d=i.$)===null||d===void 0?void 0:d.limit)||((c=i.$)===null||c===void 0?void 0:c.first)||((f=i.$)===null||f===void 0?void 0:f.last);if(g!=null){r>0&&console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");const T=Object.entries(b);return T.length<=g?b:Object.fromEntries(T.slice(0,g))}return b}function Io(t,e,n){try{return Co(t,e,n)}catch(r){if(r instanceof Re)return{};throw r}}function Ar(t,e,n){const r=Io(t,e,n);return To(wt,t,e,n,r)}function Po(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 kr({store:t,attrsStore:e,pageInfo:n,aggregate:r},i){const o={data:Object.keys(i).reduce(function(u,d){return r!=null&&r[d]||d==="$$ruleParams"||(u[d]=Ar(t,e,{etype:d,form:i[d],level:0,pageInfo:n==null?void 0:n[d]})),u},{})};return n&&(o.pageInfo=Po(n)),r&&(o.aggregate=r),o}function Mo(){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 Ro=Mo();function un(t,e,n){const r={__etype:t,__ops:n};return new Proxy(r,{get:(i,s)=>{if(s==="__ops")return n;if(s==="__etype")return t;if(Ro.has(s))return(o,a)=>un(t,e,[...n,a?[s,t,e,o,a]:[s,t,e,o]])}})}function xo(t,e){return`lookup__${t}__${JSON.stringify(e)}`}function mt(t){return t.startsWith("lookup__")}function jr(t){const[e,n,...r]=t.split("__");return[n,JSON.parse(r.join("__"))]}function Do(t){return new Proxy({__etype:t},{get(e,n){if(n==="__etype")return t;const r=n;return mt(r)?un(t,jr(r),[]):un(t,r,[])}})}function cn(){return new Proxy({},{get(t,e){return Do(e)}})}const $o=cn();function Uo(t){return t.__ops}function Lo(t,e){const{attrIdMap:n,refSwapAttrIds:r}=t,i=[];for(const o of e){const a=n[o];if(a)i.push(a);else if(Array.isArray(o)&&o.length==2&&n[o[0]]){const[u,d]=o;i.push([n[u],d])}else i.push(o)}const[s]=e;if((s==="add-triple"||s==="retract-triple")&&r.has(e[2])){const o=i[1];i[1]=i[3],i[3]=o}return i}function Fo(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 No(t,e,n){return n.indexOf(".")!==-1&&!W(t,e,n)}function dn(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 Ko(t,e,n){if(!No(t,e,n))return W(t,e,n);const r=dn(n),i=W(t,e,r)||Ee(t,e,r);if(i&&i["value-type"]!=="ref")throw new Error(`${n} does not reference a valid link attribute.`);return i}function fn(t){return typeof t=="string"&&!mt(t)?null:typeof t=="string"&&mt(t)?jr(t):Fo(t)}function ee(t,e,n){const r=fn(n);if(r===null)return n;const[i,s]=r,o=Ko(t,e,i);if(!o||!o["unique?"])throw new Error(`${i} is not a unique attribute.`);return[o.id,s]}function Cr(t,e,n,r){var i;const s=ee(t,e,n);return Array.isArray(s)?[["add-triple",s,(i=W(t,e,"id"))===null||i===void 0?void 0:i.id,s]].concat(r):r}function Wo({attrsStore:t},[e,n,r]){const i=Object.entries(r).flatMap(([s,o])=>{const a=Array.isArray(o)?o:[o],u=W(t,e,s),d=Ee(t,e,s);return a.map(c=>u?["add-triple",ee(t,e,n),u.id,ee(t,u["reverse-identity"][1],c)]:["add-triple",ee(t,d["forward-identity"][1],c),d==null?void 0:d.id,ee(t,e,n)])});return Cr(t,e,n,i)}function zo({attrsStore:t},[e,n,r]){const i=Object.entries(r).flatMap(([s,o])=>{const a=Array.isArray(o)?o:[o],u=W(t,e,s),d=Ee(t,e,s);return a.map(c=>u?["retract-triple",ee(t,e,n),u.id,ee(t,u["reverse-identity"][1],c)]:["retract-triple",ee(t,d["forward-identity"][1],c),d.id,ee(t,e,n)])});return Cr(t,e,n,i)}function Vo(t,e,n,r){var i;if(Array.isArray(r)){const[s,o]=r;for(const a of t||[]){const u=a==null?void 0:a.aev.get(s);if(u){for(const[d,c,f]of X(u,2))if(f===o)return!0}}}else for(const s of t||[]){const o=s==null?void 0:s.eav.get(r);if(o){for(const a of o.keys())if(((i=e.getAttr(a))===null||i===void 0?void 0:i["forward-identity"][1])==n)return!0}}return!1}function Ir({stores:t,attrsStore:e},[n,r,i,s]){return(s==null?void 0:s.upsert)===!1?{mode:"update"}:(s==null?void 0:s.upsert)===!0?null:Vo(t,e,n,r)?{mode:"update"}:null}function qo(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,a=Jt(s),u=ee(n,r,i);return[["id",u]].concat(Object.entries(a)).map(([c,f])=>{const l=W(n,r,c);return l["checked-data-type"]==="date"&&t.useDateObjects&&(f=_t(f)),["add-triple",u,l.id,f,{mode:"create"}]})}function Bo(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,a=Jt(s),u=ee(n,r,i),d=Ir(t,[r,u,s,o]);return[["id",u]].concat(Object.entries(a)).map(([f,l])=>{const p=W(n,r,f);return p["checked-data-type"]==="date"&&t.useDateObjects&&(l=_t(l)),["add-triple",u,p.id,l,...d?[d]:[]]})}function Go({attrsStore:t},[e,n]){return[["delete-entity",ee(t,e,n),e]]}function Qo(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,a=Jt(s),u=ee(n,r,i),d=Ir(t,[r,u,s,o]),c=Object.entries(a).map(([l,p])=>{const y=W(n,r,l);return["deep-merge-triple",u,y.id,p,...d?[d]:[]]});return[["add-triple",u,W(n,r,"id").id,u,...d?[d]:[]]].concat(c)}function Ho({attrsStore:t},[e,n,r]){return[["rule-params",ee(t,e,n),e,r]]}function Yo(t){const[e,n,r,i,s]=t;if(!i)return t;const o=Object.assign({},i);return delete o.id,[e,n,r,o,...s?[s]:[]]}function Jo(t,e){const[n,...r]=Yo(e);switch(n){case"merge":return Qo(t,r);case"create":return qo(t,r);case"update":return Bo(t,r);case"link":return Wo(t,r);case"unlink":return zo(t,r);case"delete":return Go(t,r);case"ruleParams":return Ho(t,r);default:throw new Error(`unsupported action ${n}`)}}function Zo(t){switch(t){case"string":case"date":case"boolean":case"number":return t;default:return}}function Xo(t,e,n){var r,i;const s=(i=(r=t.entities[e])===null||r===void 0?void 0:r.attrs)===null||i===void 0?void 0:i[n];if(n==="id")return null;if(!s)throw new Error(`${e}.${n} does not exist in your schema`);const{unique:o,indexed:a}=s==null?void 0:s.config,u=Zo(s==null?void 0:s.valueType);return{"index?":a,"unique?":o,"checked-data-type":u}}function vt(t,e,n,r){const i=t?Xo(t,e,n):null,s=V(),a=[V(),e,n];return Object.assign(Object.assign({id:s,"forward-identity":a,"value-type":"blob",cardinality:"one","unique?":!1,"index?":!1,isUnsynced:!0},i||{}),r||{})}function ea(t,e,n){return Object.values(t.links).find(s=>s.forward.on===e&&s.forward.label===n||s.reverse.on===e&&s.reverse.label===n)}function ta(t,e,n){const r=ea(t,e,n);if(!r)throw new Error(`Couldn't find the link ${e}.${n} in your schema`);const{forward:i,reverse:s}=r;return{"forward-identity":[V(),i.on,i.label],"reverse-identity":[V(),s.on,s.label],cardinality:i.has==="one"?"one":"many","unique?":s.has==="one","on-delete":i.onDelete,"on-delete-reverse":s.onDelete}}function Pr(t,e,n,r){const i=t?ta(t,e,n):null,s=V(),o=[V(),e,n],a=[V(),n,e];return Object.assign(Object.assign({id:s,"forward-identity":o,"reverse-identity":a,"value-type":"ref",cardinality:"many","unique?":!1,"index?":!1,isUnsynced:!0},i||{}),r||{})}const na=new Set(["create","update","merge","link","unlink"]),ra=new Set(["link","unlink"]),ia=new Set(["create","update","merge"]),sa=new Set(["link","unlink","create","update","merge","delete","ruleParams"]),ln={"unique?":!0,"index?":!0},oa=Object.assign(Object.assign({},ln),{cardinality:"one"});function aa(t){const e=[],[n,r,i,s]=t;if(!sa.has(n))return e;const o=fn(i);if(o&&e.push({etype:r,lookupPair:o}),n==="link")for(const[a,u]of Object.entries(s)){const d=Array.isArray(u)?u:[u];for(const c of d){const f=fn(c);f&&e.push({etype:r,lookupPair:f,linkLabel:a})}}return e}function ua({attrsStore:t,schema:e},n){var r,i;const s=new Set,o=[],a=[];function u(y,b){return W(t,y,b)||o.find(g=>g["forward-identity"][1]===y&&g["forward-identity"][2]===b)}function d(y,b){return Ee(t,y,b)||o.find(g=>{var T,_;return((T=g["reverse-identity"])===null||T===void 0?void 0:T[1])===y&&((_=g["reverse-identity"])===null||_===void 0?void 0:_[2])===b})}function c(y){o.push(y),a.push(["add-attr",y]),s.add(y.id)}function f(y){y&&"isUnsynced"in y&&y.isUnsynced&&!s.has(y.id)&&(o.push(y),a.push(["add-attr",y]),s.add(y.id))}function l(y,b){return b.indexOf(".")!==-1&&!u(y,b)}function p(y,b){const g=u(y,b),T=d(y,b);f(g),f(T),!g&&!T&&c(Pr(e,y,b,oa))}for(const y of n)for(const{etype:b,lookupPair:g,linkLabel:T}of aa(y)){const _=g[0];if(T){p(b,T);const m=u(b,T),O=d(b,T);f(m),f(O);const S=((r=m==null?void 0:m["reverse-identity"])===null||r===void 0?void 0:r[1])||((i=O==null?void 0:O["forward-identity"])===null||i===void 0?void 0:i[1])||T;if(l(S,_))p(S,dn(_));else{const I=u(S,_);I||c(vt(e,S,_,ln)),f(I)}}else if(l(b,_))p(b,dn(_));else{const m=u(b,_);m||c(vt(e,b,_,ln)),f(m)}}for(const y of n){const[b,g,T,_]=y;if(na.has(b)){const m=u(g,"id");f(m),m||c(vt(e,g,"id",{"unique?":!0}));for(const O of Object.keys(_)){const S=u(g,O);if(f(S),ia.has(b)&&(S||c(vt(e,g,O,O==="id"?{"unique?":!0}:null))),ra.has(b)){const I=d(g,O);!S&&!I&&c(Pr(e,g,O)),f(I)}}}}if(o.length){const y=Object.assign({},t.attrs);for(const b of o)y[b.id]=b;return[new Oe(y,t.linkIndex),a]}return[t,a]}function ca(t,e){const r=(Array.isArray(e)?e:[e]).flatMap(u=>Uo(u)),[i,s]=ua(t,r),o=Object.assign(Object.assign({},t),{attrsStore:i}),a=r.flatMap(u=>Jo(o,u));return[...s,...a]}var le=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};function Mr(t,e){typeof requestIdleCallback>"u"?t():requestIdleCallback(t,{timeout:e})}const Xe="__meta";class da{constructor(e,n){}}class hn{constructor(e){var n,r;this._subs=[],this._nextSave=null,this._nextGc=null,this._pendingSaveKeys=new Set,this._loadedKeys=new Set,this._version=0,this._meta={isLoading:!0,onLoadCbs:[],value:null,error:null,attempts:0},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=(n=e.saveThrottleMs)!==null&&n!==void 0?n:100,this._idleCallbackMaxWaitMs=(r=e.idleCallbackMaxWaitMs)!==null&&r!==void 0?r:1e3,this._gcOpts=e.gc,this.currentValue={},this._loadedKeys=new Set,this._loadingKeys={},this._initMeta(),e.preloadEntryCount&&this._preloadEntries(e.preloadEntryCount)}_initMeta(){return le(this,void 0,void 0,function*(){var e,n,r;this._meta.loadingPromise&&(yield this._meta.loadingPromise);try{const i=this._persister.getItem(Xe);this._meta.loadingPromise=i;const s=yield i;this._meta.isLoading=!1,this._meta.error=null,this._meta.loadingPromise=null,this._meta.attempts=0;const o=(n=(e=this._meta.value)===null||e===void 0?void 0:e.objects)!==null&&n!==void 0?n:{},a=s??{},u=(r=a.objects)!==null&&r!==void 0?r:{};this._meta.value=Object.assign(Object.assign({},a),{objects:Object.assign(Object.assign({},o),u)})}catch(i){this._meta.error=i,this._meta.attempts++,this._meta.loadingPromise=null}})}_getMeta(){return le(this,void 0,void 0,function*(){return this._meta.value?this._meta.value:this._meta.loadingPromise?(yield this._meta.loadingPromise,this._meta.value):(this._initMeta(),yield this._meta.loadingPromise,this._meta.value)})}_refreshMeta(){return le(this,void 0,void 0,function*(){return yield this._initMeta(),this._meta.value})}_preloadEntries(e){return le(this,void 0,void 0,function*(){const n=yield this.waitForMetaToLoad();if(!n)return;const r=Object.entries(n.objects);r.sort(([i,s],[o,a])=>a.updatedAt-s.updatedAt);for(const[i]of r.slice(0,e))this._loadKey(i)})}_getFromStorage(e){return le(this,void 0,void 0,function*(){try{const n=yield 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}})}waitForKeyToLoad(e){return le(this,void 0,void 0,function*(){return this._loadedKeys.has(e)?this.currentValue[e]:(yield this._loadingKeys[e]||this._loadKey(e),this.currentValue[e])})}waitForMetaToLoad(){return le(this,void 0,void 0,function*(){return this._getMeta()})}unloadKey(e){this._loadedKeys.delete(e),delete this._loadingKeys[e],delete this.currentValue[e]}_loadKey(e){return le(this,void 0,void 0,function*(){if(this._loadedKeys.has(e)||e in this._loadingKeys)return;const n=this._getFromStorage(e);this._loadingKeys[e]=n;const r=yield n;if(delete this._loadingKeys[e],this._loadedKeys.add(e),r){const i=this._merge(e,r,this.currentValue[e]);i&&(this.currentValue[e]=i)}this.onKeyLoaded&&this.onKeyLoaded(e)})}_writeToStorage(e){var n,r;const i=[],s=e==null?void 0:e.skipGc;if(this._meta.isLoading){const p=new Promise((y,b)=>{var g;setTimeout(()=>this._enqueuePersist(e?Object.assign(Object.assign({},e),{attempts:(e.attempts||0)+1}):{attempts:1}).then(y).catch(b),10+((g=e==null?void 0:e.attempts)!==null&&g!==void 0?g:0)*1e3)});return i.push(p),Promise.all(i).then(y=>y.reduce((b,g)=>b+g,0))}const o=this._meta.value;if(!o)return Promise.resolve(0);const a=[],u=[];for(const p of this._pendingSaveKeys)p in this.currentValue?u.push(p):(a.push(p),delete o.objects[p]);for(const p of a){const y=this._persister.removeItem(p);i.push(y.then(()=>1)),this._loadedKeys.delete(p),this._pendingSaveKeys.delete(p)}const d=[],c=[[Xe,o]],f=(n=o.objects)!==null&&n!==void 0?n:{};o.objects=f;for(const p of u)if(this._loadedKeys.has(p)){const y=this.serialize(p,this.currentValue[p]);c.push([p,y]);const b=this._objectSize(y),g=(r=f[p])!==null&&r!==void 0?r:{createdAt:Date.now(),updatedAt:Date.now(),size:b};g.updatedAt=Date.now(),g.size=b,f[p]=g,this._pendingSaveKeys.delete(p)}else d.push(p);const l=this._persister.multiSet(c);i.push(l.then(()=>1));for(const p of d){const y=this._loadKey(p).then(()=>this._enqueuePersist(e));i.push(y)}return s||this.gc(),Promise.all(i).then(p=>p.reduce((y,b)=>y+b,0))}flush(){return le(this,void 0,void 0,function*(){return this._nextSave?(clearTimeout(this._nextSave),this._nextSave=null,this._writeToStorage()):void 0})}_gc(){return le(this,void 0,void 0,function*(){if(!this._gcOpts)return;const e=new Set(yield this._persister.getAllKeys());e.delete(Xe);const n=new Set(Object.keys(this.currentValue));for(const l of Object.keys(this._loadingKeys))n.add(l);for(const l of this._loadedKeys)n.add(l);const r=yield this._refreshMeta();if(!r){this._log.info("Could not gc because we were not able to load meta");return}const i=[],s={gcOpts:this._gcOpts,keys:e,sacredKeys:n,removed:[],metaRemoved:[],removedMissingCount:0,removedOldCount:0,removedThresholdCount:0,removedSizeCount:0};for(const l of e)n.has(l)||l in r.objects||(this._log.info("Lost track of key in meta",l),i.push(this._persister.removeItem(l)),s.removed.push(l),s.removedMissingCount++);const o=Date.now();for(const[l,p]of Object.entries(r.objects))!n.has(l)&&p.updatedAt<o-this._gcOpts.maxAgeMs&&(i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedOldCount++);const a=Object.entries(r.objects);a.sort(([l,p],[y,b])=>p.updatedAt-b.updatedAt);const u=a.filter(([l])=>!n.has(l));if(a.length>this._gcOpts.maxEntries)for(const[l]of u.slice(0,a.length-this._gcOpts.maxEntries))i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedThresholdCount++;const d=Object.entries(r.objects);d.sort(([l,p],[y,b])=>p.updatedAt-b.updatedAt);const c=d.filter(([l])=>!n.has(l));let f=d.reduce((l,[p,y])=>l+y.size,0);for(;f>0&&f>this._gcOpts.maxSize&&c.length;){const[[l,p]]=c.splice(0,1);f-=p.size,i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedSizeCount++}for(const l of Object.keys(r.objects))!e.has(l)&&!n.has(l)&&delete r.objects[l];return(s.removed.length||s.metaRemoved.length)&&i.push(this._enqueuePersist({skipGc:!0})),this._log.info("Completed GC",s),yield Promise.all(i),s})}gc(){this._nextGc||(this._nextGc=setTimeout(()=>{Mr(()=>{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(()=>{Mr(()=>{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]=yt(this.currentValue,e,{enablePatches:!0});for(const i of r){const s=i.path[0];s&&typeof s=="string"&&(this._pendingSaveKeys.add(s),this._loadedKeys.has(s)||this._loadKey(s))}this.currentValue=n,this._enqueuePersist();for(const i of this._subs)i(this.currentValue);return n}subscribe(e){return this._subs.push(e),e(this.currentValue),()=>{this._subs=this._subs.filter(n=>n!==e)}}}var be=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};const fa=6,la=["kv","querySubs","syncSubs"];function ha(t){return function(n){console.error("Error in IndexedDB event",{source:t,event:n})}}function pa(t){return be(this,void 0,void 0,function*(){return new Promise(e=>{const n=indexedDB.open(t);n.onerror=r=>{e(null)},n.onsuccess=r=>{const s=r.target.result;e(s)},n.onupgradeneeded=r=>{var i;(i=r.target.transaction)===null||i===void 0||i.abort(),e(null)}})})}function ya(t,e,n){return be(this,void 0,void 0,function*(){const r=typeof e=="string"?JSON.parse(e):e;if(!r)return;const i=new Set;return new Promise((s,o)=>{var a,u,d,c;const f={};for(const[y,b]of Object.entries(r)){const g=typeof b=="string"?JSON.parse(b):b;if(g.lastAccessed){const _={createdAt:g.lastAccessed,updatedAt:g.lastAccessed,size:(c=(d=(u=(a=g.result)===null||a===void 0?void 0:a.store)===null||u===void 0?void 0:u.triples)===null||d===void 0?void 0:d.length)!==null&&c!==void 0?c:0};f[y]=_}const T=n.put(g,y);i.add(T)}const l={objects:f},p=n.put(l,Xe);i.add(p);for(const y of i)y.onsuccess=()=>{i.delete(y),i.size===0&&s()},y.onerror=b=>{o(b)}})})}function Rr(t,e,n){return be(this,void 0,void 0,function*(){const r=n.put(e,t);return new Promise((i,s)=>{r.onsuccess=()=>i(),r.onerror=o=>s(o)})})}function ba(t,e){return be(this,void 0,void 0,function*(){const n=yield pa(`instant_${t}_5`);if(!n)return;const r=yield new Promise((c,f)=>{const y=n.transaction(["kv"],"readonly").objectStore("kv").openCursor();y.onerror=g=>{f(g)};const b=[];y.onsuccess=()=>{const g=y.result;if(g){const T=g.key,_=g.value;b.push([T,_]),g.continue()}else c(b)},y.onerror=g=>{f(g)}}),i=e.transaction(["kv","querySubs"],"readwrite"),s=i.objectStore("kv"),o=i.objectStore("querySubs"),a=[],u={objects:{}};for(const[c,f]of r)switch(c){case"querySubs":{const l=ya(c,f,o);a.push(l);break}default:{const l=Rr(c,f,s);a.push(l);const p={createdAt:Date.now(),updatedAt:Date.now(),size:0};u.objects[c]=p;break}}const d=Rr(Xe,u,s);a.push(d),yield Promise.all(a),yield new Promise((c,f)=>{i.oncomplete=l=>c(l),i.onerror=l=>f(l),i.onabort=l=>f(l)})})}const xr=new Map;class Dr extends da{constructor(e,n){super(e,n),this.dbName=`instant_${e}_${fa}`,this._storeName=n,this._appId=e,this._dbPromise=this._init()}_init(){return new Promise((e,n)=>{let r=!1;const i=indexedDB.open(this.dbName,1);i.onerror=s=>{n(s)},i.onsuccess=s=>{const a=s.target.result;if(r){const u=ba(this._appId,a).catch(d=>{ha("Error upgrading store from version 5 to 6.")(d)});xr.set(this.dbName,u),u.then(()=>e(a)).catch(()=>e(a))}else{const u=xr.get(this.dbName);u?u.then(()=>e(a)).catch(()=>e(a)):e(a)}},i.onupgradeneeded=s=>{r=!0,this._upgradeStore(s)}})}_upgradeStore(e){const r=e.target.result;for(const i of la)r.objectStoreNames.contains(i)||r.createObjectStore(i)}getItem(e){return be(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const a=n.transaction([this._storeName],"readonly").objectStore(this._storeName).get(e);a.onerror=u=>{i(u)},a.onsuccess=u=>{a.result?r(a.result):r(null)}})})}setItem(e,n){return be(this,void 0,void 0,function*(){const r=yield this._dbPromise;return new Promise((i,s)=>{const u=r.transaction([this._storeName],"readwrite").objectStore(this._storeName).put(n,e);u.onerror=d=>{s(d)},u.onsuccess=d=>{i()}})})}multiSet(e){return be(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const s=n.transaction([this._storeName],"readwrite"),o=s.objectStore(this._storeName),a=new Set;for(const[u,d]of e){const c=o.put(d,u);a.add(c)}for(const u of a)u.onerror=d=>{s.abort(),i(d)},u.onsuccess=d=>{a.delete(u),a.size===0&&r()}})})}removeItem(e){return be(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const a=n.transaction([this._storeName],"readwrite").objectStore(this._storeName).delete(e);a.onerror=u=>{i(u)},a.onsuccess=u=>{r()}})})}getAllKeys(){return be(this,void 0,void 0,function*(){const e=yield this._dbPromise;return new Promise((n,r)=>{const o=e.transaction([this._storeName],"readonly").objectStore(this._storeName).getAllKeys();o.onerror=a=>{r(a)},o.onsuccess=a=>{n(o.result.filter(u=>typeof u=="string"))}})})}}var _a=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};class $r{static getIsOnline(){return _a(this,void 0,void 0,function*(){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 xe extends Error{constructor(e,n){super(e),this.hint=n;const r=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,r),Error.captureStackTrace&&Error.captureStackTrace(this,xe),this.name="InstantError"}get[Symbol.toStringTag](){return"InstantError"}}var ga=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};class et extends xe{constructor(e){var n;const r=((n=e.body)===null||n===void 0?void 0:n.message)||`API Error (${e.status})`;super(r,e.body.hint);const i=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,i),Error.captureStackTrace&&Error.captureStackTrace(this,et),this.name="InstantAPIError",this.status=e.status,this.body=e.body}get[Symbol.toStringTag](){return"InstantAPIError"}}function ce(t,e){return ga(this,void 0,void 0,function*(){const n=yield fetch(t,e),r=yield n.json();return n.status===200?Promise.resolve(r):Promise.reject(new et({status:n.status,body:r}))})}var De=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};function wa({apiURI:t,appId:e,email:n}){return ce(`${t}/runtime/auth/send_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n})})}function Ta(t){return De(this,arguments,void 0,function*({apiURI:e,appId:n,email:r,code:i,refreshToken:s}){return yield ce(`${e}/runtime/auth/verify_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(Object.assign({"app-id":n,email:r,code:i},s?{"refresh-token":s}:{}))})})}function ma(t){return De(this,arguments,void 0,function*({apiURI:e,appId:n,refreshToken:r}){return yield ce(`${e}/runtime/auth/verify_refresh_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":n,"refresh-token":r})})})}function va(t){return De(this,arguments,void 0,function*({apiURI:e,appId:n}){return yield ce(`${e}/runtime/auth/sign_in_guest`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":n})})})}function Ur(t){return De(this,arguments,void 0,function*({apiURI:e,appId:n,code:r,codeVerifier:i,refreshToken:s}){return yield ce(`${e}/runtime/oauth/token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,code:r,code_verifier:i,refresh_token:s})})})}function Sa(t){return De(this,arguments,void 0,function*({apiURI:e,appId:n,nonce:r,idToken:i,clientName:s,refreshToken:o}){return yield ce(`${e}/runtime/oauth/id_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,nonce:r,id_token:i,client_name:s,refresh_token:o})})})}function Oa(t){return De(this,arguments,void 0,function*({apiURI:e,appId:n,refreshToken:r}){return yield ce(`${e}/runtime/signout`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,refresh_token:r})})})}var tt=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};function Ea(t){return tt(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,file:i,refreshToken:s,contentType:o,contentDisposition:a}){const u={app_id:n,path:r,authorization:`Bearer ${s}`,"content-type":o||i.type};return a&&(u["content-disposition"]=a),yield ce(`${e}/storage/upload`,{method:"PUT",headers:u,body:i})})}function Aa(t){return tt(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,refreshToken:i}){const{data:s}=yield ce(`${e}/storage/files?app_id=${n}&filename=${encodeURIComponent(r)}`,{method:"DELETE",headers:{"content-type":"application/json",authorization:`Bearer ${i}`}});return s})}function ka(t){return tt(this,arguments,void 0,function*({apiURI:e,appId:n,fileName:r,refreshToken:i,metadata:s={}}){const{data:o}=yield ce(`${e}/storage/signed-upload-url`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${i}`},body:JSON.stringify({app_id:n,filename:r})});return o})}function ja(t,e){return tt(this,void 0,void 0,function*(){return(yield fetch(t,{method:"PUT",body:e,headers:{"Content-Type":e.type}})).ok})}function Ca(t){return tt(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,refreshToken:i}){const{data:s}=yield ce(`${e}/storage/signed-download-url?app_id=${n}&filename=${encodeURIComponent(r)}`,{method:"GET",headers:{"content-type":"application/json",authorization:`Bearer ${i}`}});return s})}let pn=!1,Lr=!1,Fr=!1;typeof window<"u"&&typeof window.localStorage<"u"&&(pn=!!window.localStorage.getItem("devBackend"),Lr=!!window.localStorage.getItem("__instantLogging"),Fr=!!window.localStorage.getItem("__devtoolLocalDash"));function Nr(t,e){if(!e)return t;const n={};return e.forEach(r=>{n[r]=t[r]}),n}function Ia(t,e,n){var r,i;const s={peers:{}};if(e&&"user"in e?e.user:!0){const a=Nr((r=t.user)!==null&&r!==void 0?r:{},e==null?void 0:e.keys);s.user=Object.assign(Object.assign({},a),{peerId:n})}for(const a of Object.keys((i=t.peers)!==null&&i!==void 0?i:{})){const u=(e==null?void 0:e.peers)===void 0,d=Array.isArray(e==null?void 0:e.peers)&&(e==null?void 0:e.peers.includes(a));if(u||d){const c=Nr(t.peers[a],e==null?void 0:e.keys);s.peers[a]=Object.assign(Object.assign({},c),{peerId:a})}}return s}function Pa(t,e){if(t.isLoading!==e.isLoading||t.error!==e.error||(t.user||e.user)&&(!t.user||!e.user||!er(t.user,e.user))||!Xn(t.peers,e.peers))return!0;for(const r of Object.keys(t.peers))if(!er(t.peers[r],e.peers[r]))return!0;return!1}class Kr{constructor(){this.promise=new Promise((e,n)=>{this._resolve=e,this._reject=n})}resolve(e){this._resolve(e)}reject(e){this._reject(e)}}function Wr(t,e=[]){t.forEach(n=>{const{data:r}=n,{"datalog-result":i}=r,{"join-rows":s}=i;for(const o of s)for(const a of o)e.push(a);Wr(n["child-nodes"],e)})}function zr(t){const e=[];return Wr(t,e),e}function Vr(t){return Object.values(t.links).reduce((e,n)=>{var r,i,s,o;return(r=e[s=n.forward.on])!==null&&r!==void 0||(e[s]={}),e[n.forward.on][n.forward.label]={isForward:!0,isSingular:n.forward.has==="one",link:n},(i=e[o=n.reverse.on])!==null&&i!==void 0||(e[o]={}),e[n.reverse.on][n.reverse.label]={isForward:!1,isSingular:n.reverse.has==="one",link:n},e},{})}const yn="v0.22.99-experimental.add-user-perm-rules.20792844601.1";function Ma(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 Y{constructor(e,n,r,i={indexed:!1,unique:!1}){this.valueType=e,this.required=n,this.isIndexed=r,this.config=i,this.metadata={}}clientRequired(){return new Y(this.valueType,!1,this.isIndexed,this.config)}optional(){return new Y(this.valueType,!1,this.isIndexed,this.config)}unique(){return new Y(this.valueType,this.required,this.isIndexed,Object.assign(Object.assign({},this.config),{unique:!0}))}indexed(){return new Y(this.valueType,this.required,!0,Object.assign(Object.assign({},this.config),{indexed:!0}))}}class St{constructor(e,n){this.attrs=e,this.links=n}asType(){return new St(this.attrs,this.links)}}class Ot{constructor(e,n,r){this.entities=e,this.links=n,this.rooms=r}withRoomSchema(){return new Ot(this.entities,this.links,{})}}class x extends Error{constructor(e,n){const r=n?`At path '${n}': ${e}`:e;super(r),this.name="QueryValidationError"}}const qr=["where","order","limit","last","first","offset","after","before","fields","aggregate"],Ra=t=>t.valueType||"unknown",Br=(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}},xa=(t,e,n,r,i,s,o)=>{const a=s.valueType==="json",u=(d,c,f)=>{if(!Br(f,c,a))throw new x(`Invalid value for operator '${d}' on attribute '${r}' in entity '${i}'. Expected ${c}, but received: ${typeof f}`,o)};switch(t){case"in":case"$in":if(!Array.isArray(e))throw new x(`Operator '${t}' for attribute '${r}' in entity '${i}' must be an array, but received: ${typeof e}`,o);for(const d of e)u(t,n,d);break;case"$not":case"$ne":case"$gt":case"$lt":case"$gte":case"$lte":u(t,n,e);break;case"$like":case"$ilike":if(u(t,"string",e),t==="$ilike"&&!s.isIndexed)throw new x(`Operator '${t}' can only be used with indexed attributes, but '${r}' in entity '${i}' is not indexed`,o);break;case"$isNull":u(t,"boolean",e);break;default:throw new x(`Unknown operator '${t}' for attribute '${r}' in entity '${i}'`,o)}},$e=(t,e,n,r,i)=>{const s=Ra(n),o=n.valueType==="json";if(typeof t=="object"&&t!==null&&!Array.isArray(t)){if(o)return;const u=t;for(const[d,c]of Object.entries(u))xa(d,c,s,e,r,n,`${i}.${d}`)}else if(!Br(t,s,o))throw new x(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${s}, but received: ${typeof t}`,i)},Da=(t,e,n,r,i)=>{const s=t.split(".");if(s.length<2)throw new x(`Invalid dot notation path '${t}'. Must contain at least one dot.`,i);let o=n;for(let c=0;c<s.length-1;c++){const f=s[c],l=r.entities[o];if(!l)throw new x(`Entity '${o}' does not exist in schema while traversing dot notation path '${t}'.`,i);const p=l.links[f];if(!p){const y=Object.keys(l.links);throw new x(`Link '${f}' does not exist on entity '${o}' in dot notation path '${t}'. Available links: ${y.length>0?y.join(", "):"none"}`,i)}o=p.entityName}const a=s[s.length-1],u=r.entities[o];if(!u)throw new x(`Target entity '${o}' does not exist in schema for dot notation path '${t}'.`,i);if(a==="id"){if(typeof e=="string"&&!Me(e))throw new x(`Invalid value for id field in entity '${o}'. Expected a UUID, but received: ${e}`,i);$e(e,t,new Y("string",!1,!0),n,i);return}const d=u.attrs[a];if(Object.keys(u.links).includes(a)){if(typeof e=="string"&&!Me(e))throw new x(`Invalid value for link '${a}' in entity '${o}'. Expected a UUID, but received: ${e}`,i);$e(e,t,new Y("string",!1,!0),n,i);return}if(!d){const c=Object.keys(u.attrs);throw new x(`Attribute '${a}' does not exist on entity '${o}' in dot notation path '${t}'. Available attributes: ${c.length>0?c.join(", ")+", id":"id"}`,i)}$e(e,t,d,n,i)},Gr=(t,e,n,r)=>{for(const[i,s]of Object.entries(t)){if(i==="or"||i==="and"){if(Array.isArray(s))for(const d of s)typeof d=="object"&&d!==null&&Gr(d,e,n,`${r}.${i}[${d}]`);continue}if(i==="id"){$e(s,"id",new Y("string",!1,!0),e,`${r}.id`);continue}if(i.includes(".")){Da(i,s,e,n,`${r}.${i}`);continue}const o=n.entities[e];if(!o)continue;const a=o.attrs[i],u=o.links[i];if(!a&&!u){const d=Object.keys(o.attrs),c=Object.keys(o.links);throw new x(`Attribute or link '${i}' does not exist on entity '${e}'. Available attributes: ${d.length>0?d.join(", "):"none"}. Available links: ${c.length>0?c.join(", "):"none"}`,`${r}.${i}`)}if(a)$e(s,i,a,e,`${r}.${i}`);else if(u){if(typeof s=="string"&&!Me(s))throw new x(`Invalid value for link '${i}' in entity '${e}'. Expected a UUID, but received: ${s}`,`${r}.${i}`);const d=new Y("string",!1,!0);$e(s,i,d,e,`${r}.${i}`)}}},$a=(t,e,n,r,i=0)=>{for(const o of Object.keys(t))if(!qr.includes(o))throw new x(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${qr.join(", ")}. Found: ${o}`,r);const s=["offset","before","after","first","last"];for(const o of s)if(t[o]!==void 0&&i>0)throw new x(`'${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 x(`'where' clause must be an object in entity '${e}', but received: ${typeof t.where}`,r?`${r}.where`:void 0);Gr(t.where,e,n,r?`${r}.where`:"where")}},Qr=(t,e,n,r,i=0)=>{var s;if(!t||typeof t!="object")throw new x(`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 u=Object.keys(n.entities[e].links);throw new x(`Link '${o}' does not exist on entity '${e}'. Available links: ${u.length>0?u.join(", "):"none"}`,`${r}.${o}`)}const a=t[o];if(typeof a=="object"&&a!==null){const u=(s=n==null?void 0:n.entities[e].links[o])===null||s===void 0?void 0:s.entityName;u&&Qr(a,u,n,`${r}.${o}`,i+1)}}else{const a=t[o];if(typeof a!="object"||a===null)throw new x(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof a}`,`${r}.$`);$a(a,e,n,`${r}.$`,i)}},Hr=(t,e)=>{if(typeof t!="object"||t===null)throw new x(`Query must be an object, but received: ${typeof t}${t===null?" (null)":""}`);if(Array.isArray(t))throw new x(`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 x(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(typeof r!="string")throw new x(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(r!=="$$ruleParams"){if(e&&!e.entities[r]){const i=Object.keys(e.entities);throw new x(`Entity '${r}' does not exist in schema. Available entities: ${i.length>0?i.join(", "):"none"}`,r)}Qr(n[r],r,e,r,0)}}},Yr=t=>typeof t!="string"?!1:mt(t)?!0:Me(t);class se extends Error{constructor(e){super(e),this.name="TransactionValidationError"}}const Jr=t=>t.length>0?t.join(", "):"none",Ua=(t,e)=>new se(`Entity '${t}' does not exist in schema. Available entities: ${Jr(e)}`),Zr={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},La=(t,e)=>{var n,r;return t==null?!0:(r=(n=Zr[e.valueType])===null||n===void 0?void 0:n.call(Zr,t))!==null&&r!==void 0?r:!1},Xr=(t,e)=>{const n=e.entities[t];if(!n)throw Ua(t,Object.keys(e.entities));return n},bn=(t,e,n)=>{const r=Xr(t,n);if(typeof e!="object"||e===null)throw new se(`Arguments for data operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[i,s]of Object.entries(e)){if(i==="id")continue;const o=r.attrs[i];if(o&&!La(s,o))throw new se(`Invalid value for attribute '${i}' in entity '${t}'. Expected ${o.valueType}, but received: ${typeof s}`)}},ei=(t,e,n)=>{const r=Xr(t,n);if(typeof e!="object"||e===null)throw new se(`Arguments for link operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[i,s]of Object.entries(e)){if(!r.links[i]){const a=Object.keys(r.links);throw new se(`Link '${i}' does not exist on entity '${t}'. Available links: ${Jr(a)}`)}if(s!=null){if(Array.isArray(s)){for(const a of s)if(!Yr(a))throw new se(`Invalid entity ID in link '${i}' for entity '${t}'. Expected a UUID or a lookup, but received: ${a}`)}else if(!Yr(s))throw new se(`Invalid UUID in link '${i}' for entity '${t}'. Expected a UUID, but received: ${s}`)}}},Fa={create:bn,update:bn,merge:bn,link:ei,unlink:ei,delete:()=>{}},Na=(t,e)=>{if(!e)return;const[n,r,i,s]=t;if(!Array.isArray(i)&&!Me(i))throw new se(`Invalid id for entity '${r}'. Expected a UUID, but received: ${i}`);if(typeof r!="string")throw new se(`Entity name must be a string, but received: ${typeof r}`);const o=Fa[n];o&&s!==void 0&&o(r,s,e)},Ka=(t,e)=>{const n=Array.isArray(t)?t:[t];for(const r of n){if(!r||typeof r!="object")throw new se(`Transaction chunk must be an object, but received: ${typeof r}`);if(!Array.isArray(r.__ops))throw new se(`Transaction chunk must have __ops array, but received: ${typeof r.__ops}`);for(const i of r.__ops){if(!Array.isArray(i))throw new se(`Transaction operation must be an array, but received: ${typeof i}`);Na(i,e)}}};var ti=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};let ni=0;class ri{constructor(e){this.type="ws",this.id=`${this.type}_${ni++}`,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(){var e;return this.conn.readyState===((e=WebSocket.OPEN)!==null&&e!==void 0?e:1)}isConnecting(){var e;return this.conn.readyState===((e=WebSocket.CONNECTING)!==null&&e!==void 0?e:0)}send(e){return this.conn.send(JSON.stringify(e))}}class Wa{constructor(e,n){this.type="sse",this.initParams=null,this.sendQueue=[],this.closeFired=!1,this.sseInitTimeout=void 0,this.id=`${this.type}_${ni++}`,this.url=n,this.ES=e,this.conn=new e(n),this.sseInitTimeout=setTimeout(()=>{this.initParams||this.handleError()},1e4),this.conn.onmessage=r=>{const i=JSON.parse(r.data);if(Array.isArray(i))for(const s of i)this.handleMessage(s);else this.handleMessage(i)},this.conn.onerror=r=>{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}))}postMessages(e){return ti(this,void 0,void 0,function*(){var n,r,i;try{(yield fetch(this.url,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({machine_id:(n=this.initParams)===null||n===void 0?void 0:n.machineId,session_id:(r=this.initParams)===null||r===void 0?void 0:r.sessionId,sse_token:(i=this.initParams)===null||i===void 0?void 0:i.sseToken,messages:e})})).ok||this.handleError()}catch{this.handleError()}})}flushQueue(){return ti(this,void 0,void 0,function*(){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()}}var ii=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})};function za(t,e){const n=t.values;if(n){const r=ur(n.attrsStore,null);if(r){for(const i of n.entities||[])i.store.useDateObjects=e,i.store=ar(r,i.store);n.attrsStore=r}}return t}function Va(t,e){var n;if(e.values){const r=[];for(const i of(n=e.values)===null||n===void 0?void 0:n.entities){const s=or(i.store);r.push(Object.assign(Object.assign({},i),{store:s}))}return Object.assign(Object.assign({},e),{values:{attrsStore:e.values.attrsStore.toJSON(),entities:r}})}else return e}function qa(t,e,n){var r,i;const s=(r=e==null?void 0:e.state)===null||r===void 0?void 0:r.txId,o=(i=n==null?void 0:n.state)===null||i===void 0?void 0:i.txId;return s&&(!o||s>o)?e:o&&(!s||o>s)?n:e||n}function _n(t,e,n){return kr({store:e,attrsStore:n,pageInfo:null,aggregate:null},t.query).data[t.table][0]}function si(t,e,n,r){var i;const s=(i=W(n,t.table,"id"))===null||i===void 0?void 0:i.id;if(!s)return-1;const o=Pe(e.eav,[r,s,r]);return o?o[3]:-1}function oi(t,e,n){for(const{action:r,triple:i}of n)switch(r){case"added":fr(t,e,i);break;case"removed":cr(t,e,i);break}}function Ba(t,e,n){var r,i,s,o;const a={};for(const{action:u,triple:d}of n){const[c,f,l]=d,p=(i=(r=e.getAttr(f))===null||r===void 0?void 0:r["forward-identity"])===null||i===void 0?void 0:i[2];if(!p)continue;const y=(s=a[c])!==null&&s!==void 0?s:{};a[c]=y;const b=(o=y[p])!==null&&o!==void 0?o:{};switch(u){case"added":b.newValue=l;break;case"removed":b.oldValue===void 0&&(b.oldValue=l);break}y[p]=b}for(const[u,d]of Object.entries(a))for(const[c,{oldValue:f,newValue:l}]of Object.entries(d))f===l&&delete d[c];return a}function Et(t,e){return{[t.table]:e.map(n=>n.entity)}}function Ga(t,e){var n;if(t.orderFieldType)return t.orderFieldType;const r=t.orderField==="serverCreatedAt"?"number":(n=W(e(),t.table,t.orderField))===null||n===void 0?void 0:n["checked-data-type"];return t.orderFieldType=r,r}function Qa(t,e,n){const r=e;if(t.orderField==="serverCreatedAt"){n.sort(t.orderDirection==="asc"?function(o,a){return Ze(o.entity.id,o.serverCreatedAt,a.entity.id,a.serverCreatedAt,r)}:function(o,a){return Ze(a.entity.id,a.serverCreatedAt,o.entity.id,o.serverCreatedAt,r)});return}const i=t.orderField;n.sort(t.orderDirection==="asc"?function(o,a){return Ze(o.entity.id,o.entity[i],a.entity.id,a.entity[i],r)}:function(o,a){return Ze(a.entity.id,a.entity[i],o.entity.id,o.entity[i],r)})}D.SyncTableCallbackEventType=void 0,function(t){t.InitialSyncBatch="InitialSyncBatch",t.InitialSyncComplete="InitialSyncComplete",t.LoadFromStorage="LoadFromStorage",t.SyncTransaction="SyncTransaction",t.Error="Error"}(D.SyncTableCallbackEventType||(D.SyncTableCallbackEventType={}));class Ha{constructor(e,n,r,i,s,o){this.callbacks={},this.idToHash={},this.trySend=e,this.config=r,this.log=i,this.createStore=s,this.getAttrs=o,this.subs=new hn({persister:n,merge:qa,serialize:Va,parse:(a,u)=>za(u,this.config.useDateObjects),objectSize:a=>{var u;return((u=a.values)===null||u===void 0?void 0:u.entities.length)||0},logger:i,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}})}beforeUnload(){this.subs.flush()}subscribe(e,n){const r=B(e);return this.callbacks[r]=this.callbacks[r]||[],this.callbacks[r].push(n),this.initSubscription(e,r,n),i=>{this.unsubscribe(r,n,i==null?void 0:i.keepSubscription)}}unsubscribe(e,n,r){const i=(this.callbacks[e]||[]).filter(s=>s!==n);if(this.callbacks[e]=i,!i.length){delete this.callbacks[e];const s=this.subs.currentValue[e];s!=null&&s.state&&this.clearSubscriptionData(s.state.subscriptionId,!!r),r||this.subs.updateInPlace(o=>{delete o[e]})}}sendStart(e){this.trySend(V(),{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(V(),{op:"remove-sync","subscription-id":e.subscriptionId,"keep-subscription":n})}initSubscription(e,n,r){return ii(this,void 0,void 0,function*(){var i,s,o,a;yield this.subs.waitForKeyToLoad(n);const u=this.subs.currentValue[n];if(u&&u.state&&u.state.txId){this.sendResync(u,u.state,u.state.txId),!((i=u.values)===null||i===void 0)&&i.entities&&r&&r({type:D.SyncTableCallbackEventType.LoadFromStorage,data:Et(u,(s=u.values)===null||s===void 0?void 0:s.entities)});return}const d=Object.keys(e)[0],c=((a=(o=e[d])===null||o===void 0?void 0:o.$)===null||a===void 0?void 0:a.order)||{serverCreatedAt:"asc"},[f,l]=Object.entries(c)[0];this.subs.updateInPlace(p=>{p[n]={query:e,hash:n,table:d,orderDirection:l,orderField:f,createdAt:Date.now(),updatedAt:Date.now()}}),this.sendStart(e)})}flushPending(){return ii(this,void 0,void 0,function*(){for(const e of Object.keys(this.callbacks)){yield this.subs.waitForKeyToLoad(e);const n=this.subs.currentValue[e];n?yield 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,i=B(r);this.idToHash[n]=i,this.subs.updateInPlace(s=>{const o=s[i];if(!o)return this.log.error("Missing sub for hash",i,"subscription-id",n,"query",r),s;o.state={subscriptionId:n,token:e.token}})}notifyCbs(e,n){for(const r of this.callbacks[e]||[])r(n)}onSyncLoadBatch(e){var n;const r=e["subscription-id"],i=e["join-rows"],s=this.idToHash[r];if(!s){this.log.error("Missing hash for subscription",e);return}const o=[],a=this.subs.currentValue[s];if(!a){this.log.error("Missing sub for hash",s,e);return}const u=(n=a.values)!==null&&n!==void 0?n:{entities:[],attrsStore:this.getAttrs()};a.values=u;const d=u.entities;for(const c of i){const f=this.createStore(c),l=_n(a,f,u.attrsStore);d.push({store:f,entity:l,serverCreatedAt:si(a,f,u.attrsStore,l.id)}),o.push(l)}this.subs.updateInPlace(c=>{c[s]=a,c[s].updatedAt=Date.now()}),a.values&&this.notifyCbs(s,{type:D.SyncTableCallbackEventType.InitialSyncBatch,data:Et(a,a.values.entities),batch:o})}onSyncInitFinish(e){var n;const r=e["subscription-id"],i=this.idToHash[r];if(!i){this.log.error("Missing hash for subscription",e);return}this.subs.updateInPlace(o=>{const a=o[i];if(!a){this.log.error("Missing sub for hash",i,e);return}const u=a.state;if(!u)return this.log.error("Sub never set init, missing result",a,e),o;u.txId=e["tx-id"],a.updatedAt=Date.now()});const s=this.subs.currentValue[i];s&&this.notifyCbs(i,{type:D.SyncTableCallbackEventType.InitialSyncComplete,data:Et(s,((n=s.values)===null||n===void 0?void 0:n.entities)||[])})}onSyncUpdateTriples(e){var n,r,i;const s=e["subscription-id"],o=this.idToHash[s];if(!o){this.log.error("Missing hash for subscription",e);return}const a=this.subs.currentValue[o];if(!a){this.log.error("Missing sub for hash",o,e);return}const u=a.state;if(!u){this.log.error("Missing state for sub",a,e);return}for(const d of e.txes){if(u.txId&&u.txId>=d["tx-id"])continue;u.txId=d["tx-id"];const c=[],f={};for(const _ of d.changes){const m=(n=f[_.triple[0]])!==null&&n!==void 0?n:[];f[_.triple[0]]=m,m.push(_)}const l=(r=a.values)!==null&&r!==void 0?r:{entities:[],attrsStore:this.getAttrs()},p=l.entities;a.values=l;const y=[];e:for(const[_,m]of Object.entries(f))for(let O=0;O<p.length;O++){const S=p[O];if(Es(S.store,_)){oi(S.store,l.attrsStore,m);const I=_n(a,S.store,l.attrsStore),U=Ba(S.store,l.attrsStore,m)[_];I?(y.push({oldEntity:S.entity,newEntity:I,changedFields:U||{}}),S.entity=I):c.push(O),delete f[_];continue e}}const b=[];for(const[_,m]of Object.entries(f)){const O=this.createStore([]);oi(O,l.attrsStore,m);const S=_n(a,O,l.attrsStore);if(!S){this.log.error("No entity found after applying change",{sub:a,changes:m,store:O});continue}p.push({store:O,entity:S,serverCreatedAt:si(a,O,l.attrsStore,S.id)}),b.push(S)}const g=[];for(const _ of c.sort().reverse())g.push(p[_].entity),p.splice(_,1);const T=Ga(a,this.getAttrs);Qa(a,T,p),this.notifyCbs(o,{type:D.SyncTableCallbackEventType.SyncTransaction,data:Et(a,(i=a.values)===null||i===void 0?void 0:i.entities),added:b,removed:g,updated:y})}this.subs.updateInPlace(d=>{d[o]=a,d[o].updatedAt=Date.now()})}clearSubscriptionData(e,n){const r=this.idToHash[e];if(r){delete this.idToHash[e];const i=this.subs.currentValue[r];if(i.state&&this.sendRemove(i.state,n),n?this.subs.unloadKey(r):this.subs.updateInPlace(s=>{delete s[r]}),i)return i}}onStartSyncError(e){const n=B(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},i=Object.keys(e["original-event"].q)[0];this.notifyCbs(n,{type:D.SyncTableCallbackEventType.Error,data:{[i]:[]},error:r})}onResyncError(e){const n=e["original-event"]["subscription-id"],r=this.clearSubscriptionData(n,!1);r&&this.initSubscription(r.query,r.hash)}}var L=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(c){try{d(r.next(c))}catch(f){o(f)}}function u(c){try{d(r.throw(c))}catch(f){o(f)}}function d(c){c.done?s(c.value):i(c.value).then(a,u)}d((r=r.apply(t,e||[])).next())})},ai=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n};const _e={CONNECTING:"connecting",OPENED:"opened",AUTHENTICATED:"authenticated",CLOSED:"closed",ERRORED:"errored"},Ya=3e4,Ja=3e4,Za=200,Xa=1e3*60,eu={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"},gn="_instant_oauth_redirect",nt="currentUser";function tu({transportType:t,appId:e,apiURI:n,wsURI:r,EventSourceImpl:i}){if(!i)return new ri(`${r}?app_id=${e}`);switch(t){case"ws":return new ri(`${r}?app_id=${e}`);case"sse":return new Wa(i,`${n}/runtime/sse?app_id=${e}`);default:throw new Error("Unknown transport type "+t)}}function nu(){return typeof window<"u"||typeof chrome<"u"}const ui={"set-presence":!0,"set-presence-ok":!0,"refresh-presence":!0,"patch-presence":!0};function ru(t,e){var n;const r=typeof t=="string"?JSON.parse(t):t;if(!((n=r==null?void 0:r.result)===null||n===void 0)&&n.store){const i=ur(r.result.attrsStore,r.result.store);if(i){const s=r.result.store;r.result.store=ar(i,Object.assign(Object.assign({},s),{useDateObjects:e})),r.result.attrsStore=i}}return r}function iu(t,e){const{result:n}=e,i=ai(e,["result"]);if(n){const s=Object.assign(Object.assign({},n),{store:or(n.store),attrsStore:n.attrsStore.toJSON()});i.result=s}return i}function su(t,e){switch(t){case"pendingMutations":return new Map(typeof e=="string"?JSON.parse(e):e);default:return e}}function ou(t,e){switch(t){case"pendingMutations":return[...e.entries()];default:return e}}function au(t,e,n){const r=e==null?void 0:e.result,i=n==null?void 0:n.result;return r&&!i&&n&&(n.result=r),n||e}function ci(t){return[...t].sort((e,n)=>{const[r,i]=e,[s,o]=n,a=i.order||0,u=o.order||0;return a==u?r<s?-1:r>s?1:0:a-u})}class uu{constructor(e,n=Dr,r=$r,i,s){var o,a,u;if(this._isOnline=!0,this._isShutdown=!1,this.status=_e.CONNECTING,this.queryCbs={},this.queryOnceDfds={},this.authCbs=[],this.attrsCbs=[],this.mutationErrorCbs=[],this.connectionStatusCbs=[],this.mutationDeferredStore=new Map,this._reconnectTimeoutId=null,this._reconnectTimeoutMs=0,this._transportType="ws",this._wsOk=null,this._localIdPromises={},this._errorMessage=null,this._oauthCallbackResponse=null,this._linkIndex=null,this._rooms={},this._roomsPendingLeave={},this._presence={},this._broadcastQueue=[],this._broadcastSubs={},this._currentUserCached={isLoading:!0,error:void 0,user:void 0},this._beforeUnloadCbs=[],this._dataForQueryCache={},this._inFlightMutationEventIds=new Set,this._onMergeKv=(d,c,f)=>{var l,p;switch(d){case"pendingMutations":{const y=(l=c==null?void 0:c.entries())!==null&&l!==void 0?l:[],b=(p=f==null?void 0:f.entries())!==null&&p!==void 0?p:[],g=new Map([...y,...b]);return(c?this._rewriteMutationsSorted(this.attrs,c):[]).forEach(([_,m])=>{var O;!(!((O=f==null?void 0:f.pendingMutations)===null||O===void 0)&&O.has(_))&&!m["tx-id"]&&this._sendMutation(_,m)}),g}default:return f||c}},this.getPreviousResult=d=>{var c;const f=B(d);return(c=this.dataForQuery(f))===null||c===void 0?void 0:c.data},this.notifyOne=d=>{var c,f;const l=(c=this.queryCbs[d])!==null&&c!==void 0?c:[],p=(f=this._dataForQueryCache[d])===null||f===void 0?void 0:f.data,y=this.dataForQuery(d);y!=null&&y.data&&(this._dataForQueryCache[d]=y,!bt(y.data,p)&&l.forEach(b=>b.cb(y.data)))},this.notifyOneQueryOnce=d=>{var c,f;const l=(c=this.queryOnceDfds[d])!==null&&c!==void 0?c:[],p=(f=this.dataForQuery(d))===null||f===void 0?void 0:f.data;l.forEach(y=>{this._completeQueryOnce(y.q,d,y.dfd),y.dfd.resolve(p)})},this.notifyQueryError=(d,c)=>{(this.queryCbs[d]||[]).forEach(l=>l.cb({error:c}))},this.pushTx=d=>{this.config.disableValidation||Ka(d,this.config.schema);try{const c=ca({attrsStore:this.optimisticAttrs(),schema:this.config.schema,stores:Object.values(this.querySubs.currentValue).map(f=>{var l;return(l=f==null?void 0:f.result)===null||l===void 0?void 0:l.store}),useDateObjects:this.config.useDateObjects},d);return this.pushOps(c)}catch(c){return this.pushOps([],c)}},this.pushOps=(d,c)=>{const f=V(),l=[...this._pendingMutations().values()],p=Math.max(0,...l.map(g=>g.order||0))+1,y={op:"transact","tx-steps":d,created:Date.now(),error:c,order:p};this._updatePendingMutations(g=>{g.set(f,y)});const b=new Kr;return this.mutationDeferredStore.set(f,b),this._sendMutation(f,y),this.notifyAll(),b.promise},this._transportOnOpen=d=>{const c=d.target;if(this._transport!==c){this._log.info("[socket][open]",c.id,"skip; this is no longer the current transport");return}this._log.info("[socket][open]",this._transport.id),this._setStatus(_e.OPENED),this.getCurrentUser().then(f=>{var l;this._trySend(V(),{op:"init","app-id":this.config.appId,"refresh-token":(l=f.user)===null||l===void 0?void 0:l.refresh_token,versions:this.versions,"__admin-token":this.config.__adminToken})}).catch(f=>{this._log.error("[socket][error]",c.id,f)})},this._transportOnMessage=d=>{const c=d.target,f=d.message;if(this._transport!==c){this._log.info("[socket][message]",c.id,f,"skip; this is no longer the current transport");return}if(!this._wsOk&&c.type==="ws"&&(this._wsOk=!0),this._transportType="ws",Array.isArray(d.message))for(const l of d.message)this._handleReceive(c.id,l);else this._handleReceive(c.id,d.message)},this._transportOnError=d=>{const c=d.target;if(this._transport!==c){this._log.info("[socket][error]",c.id,"skip; this is no longer the current transport");return}this._log.error("[socket][error]",c.id,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)},this._transportOnClose=d=>{const c=d.target;if(this._transport!==c){this._log.info("[socket][close]",c.id,"skip; this is no longer the current transport");return}this._setStatus(_e.CLOSED);for(const f of Object.values(this._rooms))f.isConnected=!1;if(this._isShutdown){this._log.info("[socket][close]",c.id,"Reactor has been shut down and will not reconnect");return}this._log.info("[socket][close]",c.id,"schedule reconnect, ms =",this._reconnectTimeoutMs),this._scheduleReconnect()},this._EventSource=s,this.config=Object.assign(Object.assign({},eu),e),this.queryCacheLimit=(o=this.config.queryCacheLimit)!==null&&o!==void 0?o:10,this._pendingTxCleanupTimeout=(a=this.config.pendingTxCleanupTimeout)!==null&&a!==void 0?a:Ja,this._pendingMutationCleanupThreshold=(u=this.config.pendingMutationCleanupThreshold)!==null&&u!==void 0?u:Za,this._log=Ma(e.verbose||pn||Lr,()=>this._reactorStats()),this.versions=Object.assign(Object.assign({},i||{}),{"@instantdb/core":yn}),this.config.schema&&(this._linkIndex=Vr(this.config.schema)),!!nu()){if(!e.appId)throw new Error("Instant must be initialized with an appId.");if(!Me(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",d=>L(this,void 0,void 0,function*(){var c;try{if(((c=d.data)===null||c===void 0?void 0:c.type)==="auth"){const f=yield this.getCurrentUser();this.updateUser(f.user)}}catch(f){this._log.error("[error] handle broadcast channel",f)}}))),this._initStorage(n),this._syncTable=new Ha(this._trySendAuthed.bind(this),new n(this.config.appId,"syncSubs"),{useDateObjects:this.config.useDateObjects},this._log,d=>He(this.ensureAttrs(),d,this.config.enableCardinalityInference,this.config.useDateObjects),()=>this.ensureAttrs()),this._oauthCallbackResponse=this._oauthLoginInit(),this.getCurrentUser().then(d=>{this.syncUserToEndpoint(d.user)}),setInterval(()=>L(this,void 0,void 0,function*(){const d=yield this.getCurrentUser();this.syncUserToEndpoint(d.user)}),Xa),r.getIsOnline().then(d=>{this._isOnline=d,this._startSocket(),r.listen(c=>{c!==this._isOnline&&(this._log.info("[network] online =",c),this._isOnline=c,this._isOnline?this._startSocket():(this._log.info("Changing status from",this.status,"to",_e.CLOSED),this._setStatus(_e.CLOSED)))})}),typeof addEventListener<"u"&&(this._beforeUnload=this._beforeUnload.bind(this),addEventListener("beforeunload",this._beforeUnload))}}ensureAttrs(){if(!this.attrs)throw new Error("attrs have not loaded.");return this.attrs}updateSchema(e){this.config=Object.assign(Object.assign({},this.config),{schema:e,cardinalityInference:!!e}),this._linkIndex=e?Vr(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 hn({persister:new e(this.config.appId,"querySubs"),merge:au,serialize:iu,parse:(n,r)=>ru(r,this.config.useDateObjects),objectSize:n=>{var r,i,s,o;return(o=(s=(i=(r=n==null?void 0:n.result)===null||r===void 0?void 0:r.store)===null||i===void 0?void 0:i.triples)===null||s===void 0?void 0:s.length)!==null&&o!==void 0?o: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 hn({persister:new e(this.config.appId,"kv"),merge:this._onMergeKv,serialize:ou,parse:su,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(nt),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 i=this.mutationDeferredStore.get(n);this.mutationDeferredStore.delete(n);const s=e!=="error"&&e!=="timeout";if(!i&&!s&&console.error("Mutation failed",Object.assign({status:e,eventId:n},r)),!!i)if(s)i.resolve({status:e,eventId:n});else if(r!=null&&r.type){const{status:o}=r,a=ai(r,["status"]);i.reject(new et({body:a,status:o??0}))}else i.reject(new xe((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)}_flushEnqueuedRoomData(e){var n,r;const i=(r=(n=this._presence[e])===null||n===void 0?void 0:n.result)===null||r===void 0?void 0:r.user,s=this._broadcastQueue[e];if(this._broadcastQueue[e]=[],i&&this._trySetPresence(e,i),s)for(const o of s){const{topic:a,roomType:u,data:d}=o;this._tryBroadcast(e,u,a,d)}}_addQueryData(e,n,r){if(!this.attrs)throw new Error("Attrs in reactor have not been set");const i=B(e),s=this.ensureAttrs(),o=He(this.attrs,n.triples,r,this.config.useDateObjects);this.querySubs.updateInPlace(a=>{a[i]={result:{store:o,attrsStore:s,pageInfo:n.pageInfo,processedTxId:void 0,isExternal:!0},q:e}}),this._cleanupPendingMutationsQueries(),this.notifyOne(i),this.notifyOneQueryOnce(i),this._cleanupPendingMutationsTimeout()}_handleReceive(e,n){var r,i,s,o,a,u;const d=!!this.config.schema&&("cardinalityInference"in this.config?!!this.config.cardinalityInference:!0);switch(ui[n.op]||this._log.info("[receive]",e,n.op,n),n.op){case"init-ok":{this._setStatus(_e.AUTHENTICATED),this._reconnectTimeoutMs=0,this._setAttrs(n.attrs),this._flushPendingMessages(),this._sessionId=n["session-id"];for(const l of Object.keys(this._rooms)){const p=(i=(r=this._presence[l])===null||r===void 0?void 0:r.result)===null||i===void 0?void 0:i.user;this._tryJoinRoom(l,p)}break}case"add-query-exists":{this.notifyOneQueryOnce(B(n.q));break}case"add-query-ok":{const{q:l,result:p}=n,y=B(l);if(!this._hasQueryListeners()&&!this.querySubs.currentValue[y])break;const b=(o=(s=p==null?void 0:p[0])===null||s===void 0?void 0:s.data)===null||o===void 0?void 0:o["page-info"],g=(u=(a=p==null?void 0:p[0])===null||a===void 0?void 0:a.data)===null||u===void 0?void 0:u.aggregate,T=zr(p),_=this.ensureAttrs(),m=He(_,T,d,this.config.useDateObjects);this.querySubs.updateInPlace(O=>{if(!O[y]){this._log.info("Missing value in querySubs",{hash:y,q:l});return}O[y].result={store:m,attrsStore:_,pageInfo:b,aggregate:g,processedTxId:n["processed-tx-id"]}}),this._cleanupPendingMutationsQueries(),this.notifyOne(y),this.notifyOneQueryOnce(y),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"refresh-ok":{const{computations:l,attrs:p}=n,y=n["processed-tx-id"];p&&this._setAttrs(p),this._cleanupPendingMutationsTimeout();const b=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations(),y);b!==this._pendingMutations()&&this.kv.updateInPlace(_=>{_.pendingMutations=b});const g=ci(b.entries()),T=l.map(_=>{var m,O,S,I;const U=_["instaql-query"],F=_["instaql-result"],ct=B(U),Pt=zr(F),Mt=this.ensureAttrs(),Rn=He(Mt,Pt,d,this.config.useDateObjects),{store:Rt,attrsStore:he}=this._applyOptimisticUpdates(Rn,Mt,g,y),we=(O=(m=F==null?void 0:F[0])===null||m===void 0?void 0:m.data)===null||O===void 0?void 0:O["page-info"],je=(I=(S=F==null?void 0:F[0])===null||S===void 0?void 0:S.data)===null||I===void 0?void 0:I.aggregate;return{q:U,hash:ct,store:Rt,attrsStore:he,pageInfo:we,aggregate:je}});T.forEach(({hash:_,q:m,store:O,attrsStore:S,pageInfo:I,aggregate:U})=>{this.querySubs.updateInPlace(F=>{if(!F[_]){this._log.error("Missing value in querySubs",{hash:_,q:m});return}F[_].result={store:O,attrsStore:S,pageInfo:I,aggregate:U,processedTxId:y}})}),this._cleanupPendingMutationsQueries(),T.forEach(({hash:_})=>{this.notifyOne(_)});break}case"transact-ok":{const{"client-event-id":l,"tx-id":p}=n;this._inFlightMutationEventIds.delete(l);const b=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations()).get(l);if(!b)break;this._updatePendingMutations(T=>{T.set(l,Object.assign(Object.assign({},T.get(l)),{"tx-id":p,confirmed:Date.now()}))});const g=[];for(const T of b["tx-steps"])if(T[0]==="add-attr"){const _=T[1];g.push(_)}if(g.length){const T=Object.values(this.ensureAttrs().attrs);this._setAttrs([...T,...g])}this._finishTransaction("synced",l),this._cleanupPendingMutationsTimeout();break}case"patch-presence":{const l=n["room-id"];this._trySetRoomConnected(l,!0),this._patchPresencePeers(l,n.edits),this._notifyPresenceSubs(l);break}case"refresh-presence":{const l=n["room-id"];this._trySetRoomConnected(l,!0),this._setPresencePeers(l,n.data),this._notifyPresenceSubs(l);break}case"server-broadcast":{const l=n["room-id"],p=n.topic;this._trySetRoomConnected(l,!0),this._notifyBroadcastSubs(l,p,n);break}case"join-room-ok":{const l=n["room-id"];if(!this._rooms[l]){this._roomsPendingLeave[l]&&(this._tryLeaveRoom(l),delete this._roomsPendingLeave[l]);break}this._trySetRoomConnected(l,!0),this._flushEnqueuedRoomData(l);break}case"leave-room-ok":{const l=n["room-id"];this._trySetRoomConnected(l,!1);break}case"join-room-error":const c=n["room-id"],f=this._rooms[c];f&&(f.error=n.error),this._notifyPresenceSubs(c);break;case"error":this._handleReceiveError(n);break;default:this._log.info("Uknown op",n.op,n);break}}_pendingMutations(){var e;return(e=this.kv.currentValue.pendingMutations)!==null&&e!==void 0?e:new Map}_updatePendingMutations(e){this.kv.updateInPlace(n=>{var r;const i=(r=n.pendingMutations)!==null&&r!==void 0?r:new Map;n.pendingMutations=i,e(i)})}_handleMutationError(e,n,r){const i=this._pendingMutations().get(n);if(i&&(e!=="timeout"||!i["tx-id"])){this._updatePendingMutations(o=>(o.delete(n),o)),this._inFlightMutationEventIds.delete(n);const s={message:r.message,hint:r.hint};this.notifyAll(),this.notifyAttrsSubs(),this.notifyMutationErrorSubs(s),this._finishTransaction(e,n,r)}}_handleReceiveError(e){var n,r,i,s,o,a,u;console.log("error",e);const d=e["client-event-id"];this._inFlightMutationEventIds.delete(d);const c=this._pendingMutations().get(d),f={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa."};if(e.hint&&(f.hint=e.hint),c){this._handleMutationError("error",d,e);return}if(!((n=e["original-event"])===null||n===void 0)&&n.hasOwnProperty("q")&&((r=e["original-event"])===null||r===void 0?void 0:r.op)==="add-query"){const y=(i=e["original-event"])===null||i===void 0?void 0:i.q,b=B(y);this.notifyQueryError(B(y),f),this.notifyQueryOnceError(y,b,d,f);return}if(((s=e["original-event"])===null||s===void 0?void 0:s.op)==="init"){if(e.type==="record-not-found"&&((o=e.hint)===null||o===void 0?void 0:o["record-type"])==="app-user"){this.changeCurrentUser(null);return}this._setStatus(_e.ERRORED,f),this.notifyAll();return}if(((a=e["original-event"])===null||a===void 0?void 0:a.op)==="resync-table"){this._syncTable.onResyncError(e);return}if(((u=e["original-event"])===null||u===void 0?void 0:u.op)==="start-sync"){this._syncTable.onStartSyncError(e);return}const p=Object.assign({},e);delete p.message,delete p.hint,console.error(e.message,p),e.hint&&console.error(`This error comes with some debugging information. Here it is:
|
|
2
|
-
`,e.hint)}notifyQueryOnceError(e,n,r,i){var s;const o=(s=this.queryOnceDfds[n])===null||s===void 0?void 0:s.find(a=>a.eventId===r);o&&(o.dfd.reject(i),this._completeQueryOnce(e,n,o.dfd))}_setAttrs(e){this.attrs=new Oe(e.reduce((n,r)=>(n[r.id]=r,n),{}),this._linkIndex),this.notifyAttrsSubs()}_startQuerySub(e,n){const r=V();return this.querySubs.updateInPlace(i=>{i[n]=i[n]||{q:e,result:null,eventId:r},i[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){var i;this.config.disableValidation||Hr(e,this.config.schema),r&&"ruleParams"in r&&(e=Object.assign({$$ruleParams:r.ruleParams},e));const s=B(e),o=this.getPreviousResult(e);return o&&n(o),this.queryCbs[s]=(i=this.queryCbs[s])!==null&&i!==void 0?i:[],this.queryCbs[s].push({q:e,cb:n}),this._startQuerySub(e,s),()=>{this._unsubQuery(e,s,n)}}queryOnce(e,n){var r;this.config.disableValidation||Hr(e,this.config.schema),n&&"ruleParams"in n&&(e=Object.assign({$$ruleParams:n.ruleParams},e));const i=new Kr;if(!this._isOnline)return i.reject(new Error("We can't run `queryOnce`, because the device is offline.")),i.promise;if(!this.querySubs)return i.reject(new Error("We can't run `queryOnce` on the backend. Use adminAPI.query instead: https://www.instantdb.com/docs/backend#query")),i.promise;const s=B(e),o=this._startQuerySub(e,s);return this.queryOnceDfds[s]=(r=this.queryOnceDfds[s])!==null&&r!==void 0?r:[],this.queryOnceDfds[s].push({q:e,dfd:i,eventId:o}),setTimeout(()=>i.reject(new Error("Query timed out")),Ya),i.promise}_completeQueryOnce(e,n,r){this.queryOnceDfds[n]&&(this.queryOnceDfds[n]=this.queryOnceDfds[n].filter(i=>i.dfd!==r),this._cleanupQuery(e,n))}_unsubQuery(e,n,r){this.queryCbs[n]&&(this.queryCbs[n]=this.queryCbs[n].filter(i=>i.cb!==r),this._cleanupQuery(e,n))}_hasQueryListeners(e){var n,r;return!!(!((n=this.queryCbs[e])===null||n===void 0)&&n.length||!((r=this.queryOnceDfds[e])===null||r===void 0)&&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(V(),{op:"remove-query",q:e}))}_rewriteMutations(e,n,r){if(!e)return n;if(!n)return new Map;const i=c=>{const[f,l,p]=c["forward-identity"];return W(e,l,p)},s=c=>{const[f,l,p]=c["forward-identity"];return Ee(e,l,p)},o={attrIdMap:{},refSwapAttrIds:new Set};let a=!1;const u=(c,f)=>{const l=[];for(const p of c){const[y]=p;if(y==="add-attr"){const[g,T]=p,_=i(T);if(_&&T.id!==_.id){o.attrIdMap[T.id]=_.id,a=!0;continue}if(T["value-type"]==="ref"){const m=s(T);if(m){o.attrIdMap[T.id]=m.id,o.refSwapAttrIds.add(T.id),a=!0;continue}}}if(r&&f&&r>=f&&y==="add-attr"||y==="update-attr"||y==="delete-attr"){a=!0;continue}const b=a?Lo(o,p):p;l.push(b)}return a?l:c},d=new Map;for(const[c,f]of n.entries())d.set(c,Object.assign(Object.assign({},f),{"tx-steps":u(f["tx-steps"],f["tx-id"])}));return a?d:n}_rewriteMutationsSorted(e,n){return ci(this._rewriteMutations(e,n).entries())}optimisticAttrs(){var e,n;const r=[...this._pendingMutations().values()].flatMap(a=>a["tx-steps"]),i=new Set(r.filter(([a,u])=>a==="delete-attr").map(([a,u])=>u)),s=[];for(const[a,u]of r)if(a==="add-attr")s.push(u);else if(a==="update-attr"&&u.id&&(!((e=this.attrs)===null||e===void 0)&&e.getAttr(u.id))){const d=Object.assign(Object.assign({},this.attrs.getAttr(u.id)),u);s.push(d)}if(!i.size&&!s.length)return this.attrs||new Oe({},this._linkIndex);const o=Object.assign({},((n=this.attrs)===null||n===void 0?void 0:n.attrs)||{});for(const a of s)o[a.id]=a;for(const a of i)delete o[a];return new Oe(o,this._linkIndex)}dataForQuery(e,n=!0){const r=this._errorMessage;if(r)return{error:r};if(!this.querySubs||!this.kv.currentValue.pendingMutations)return;const i=this.querySubs.version(),s=this.querySubs.currentValue,o=this.kv.version(),a=this._pendingMutations(),{q:u,result:d}=s[e]||{};if(!d)return;const c=this._dataForQueryCache[e];if(c&&i===c.querySubVersion&&o===c.pendingMutationsVersion)return c;let f=d.store,l=d.attrsStore;const{pageInfo:p,aggregate:y,processedTxId:b}=d,g=this._rewriteMutationsSorted(l,a);if(n){const _=this._applyOptimisticUpdates(f,l,g,b);f=_.store,l=_.attrsStore}return{data:kr({store:f,attrsStore:l,pageInfo:p,aggregate:y},u),querySubVersion:i,pendingMutationsVersion:o}}_applyOptimisticUpdates(e,n,r,i){for(const[s,o]of r)if(!o["tx-id"]||i&&o["tx-id"]>i){const a=Us(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===void 0||e.close()}_sendMutation(e,n){if(n.error){this._handleMutationError("error",e,{message:n.error.message});return}if(this.status!==_e.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:s})=>{this._trySendAuthed(i,{op:"add-query",q:s})}),Object.values(this.queryOnceDfds).flat().forEach(({eventId:i,q:s})=>{this._trySendAuthed(i,{op:"add-query",q:s})}),this._rewriteMutationsSorted(this.ensureAttrs(),this._pendingMutations()).forEach(([i,s])=>{s["tx-id"]||this._sendMutation(i,s)}),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,i]of Array.from(n.entries()))i["tx-id"]&&i["tx-id"]<=e&&n.delete(r)})}_cleanupPendingMutationsTimeout(){if(this._pendingMutations().size<this._pendingMutationCleanupThreshold)return;const e=Date.now();this._updatePendingMutations(n=>{for(const[r,i]of Array.from(n.entries()))i.confirmed&&i.confirmed+this._pendingTxCleanupTimeout<e&&n.delete(r)})}_trySendAuthed(...e){this.status===_e.AUTHENTICATED&&this._trySend(...e)}_trySend(e,n,r){if(this._transport.isOpen()){switch(ui[n.op]||this._log.info("[send]",this._transport.id,n.op,n),n.op){case"transact":{this._inFlightMutationEventIds.add(e);break}case"init":this._inFlightMutationEventIds.clear()}this._transport.send(Object.assign({"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=tu({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())}getLocalId(e){return L(this,void 0,void 0,function*(){const n=`localToken_${e}`;if(this.kv.currentValue[n])return this.kv.currentValue[n];const r=yield this.kv.waitForKeyToLoad(n);if(r)return r;const i=V();return this.kv.updateInPlace(s=>{s[n]||(s[n]=i)}),yield this.kv.waitForKeyToLoad(n)})}_replaceUrlAfterOAuth(){if(typeof URL>"u")return;const e=new URL(window.location.href);if(e.searchParams.get(gn)){const n=e.toString();e.searchParams.delete(gn),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 i=!1;const s=o=>{var a;i||(i=!0,navigation.removeEventListener("navigate",s),!o.userInitiated&&o.navigationType==="replace"&&((a=o.destination)===null||a===void 0?void 0:a.url)===n&&history.replaceState(history.state,"",r))};navigation.addEventListener("navigate",s)}}}_oauthLoginInit(){return L(this,void 0,void 0,function*(){var e,n,r,i;if(typeof window>"u"||typeof window.location>"u"||typeof URLSearchParams>"u")return null;const s=new URLSearchParams(window.location.search);if(!s.get(gn))return null;const o=s.get("error");if(o)return this._replaceUrlAfterOAuth(),{error:{message:o}};const a=s.get("code");if(!a)return null;this._replaceUrlAfterOAuth();try{const u=yield this._getCurrentUser(),d=(u==null?void 0:u.type)==="guest",{user:c}=yield Ur({apiURI:this.config.apiURI,appId:this.config.appId,code:a,refreshToken:d?u.refresh_token:void 0});return this.setCurrentUser(c),null}catch(u){return((e=u==null?void 0:u.body)===null||e===void 0?void 0:e.type)==="record-not-found"&&((r=(n=u==null?void 0:u.body)===null||n===void 0?void 0:n.hint)===null||r===void 0?void 0:r["record-type"])==="app-oauth-code"&&(yield this._hasCurrentUser())?null:{error:{message:((i=u==null?void 0:u.body)===null||i===void 0?void 0:i.message)||"Error logging in."}}}})}_waitForOAuthCallbackResponse(){return L(this,void 0,void 0,function*(){return yield 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(i=>{r||bt(i,n)||e(i)}),()=>{r=!0,this.authCbs=this.authCbs.filter(i=>i!==e)}}getAuth(){return L(this,void 0,void 0,function*(){const{user:e,error:n}=yield this.getCurrentUser();if(n)throw new xe("Could not get current user: "+n.message);return e})}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))}setCurrentUser(e){return L(this,void 0,void 0,function*(){this.kv.updateInPlace(n=>{n[nt]=e}),yield this.kv.waitForKeyToLoad(nt)})}getCurrentUserCached(){return this._currentUserCached}_getCurrentUser(){return L(this,void 0,void 0,function*(){const e=yield this.kv.waitForKeyToLoad(nt);return typeof e=="string"?JSON.parse(e):e})}getCurrentUser(){return L(this,void 0,void 0,function*(){const e=yield this._waitForOAuthCallbackResponse();if(e!=null&&e.error){const n={error:e.error,user:void 0};return this._currentUserCached=Object.assign({isLoading:!1},n),n}try{const r={user:yield this._getCurrentUser(),error:void 0};return this._currentUserCached=Object.assign({isLoading:!1},r),r}catch(n){return{user:void 0,isLoading:!1,error:{message:(n==null?void 0:n.message)||"Error loading user"}}}})}_hasCurrentUser(){return L(this,void 0,void 0,function*(){const e=yield this.kv.waitForKeyToLoad(nt);return typeof e=="string"?JSON.parse(e)!=null:e!=null})}changeCurrentUser(e){return L(this,void 0,void 0,function*(){var n;const{user:r}=yield this.getCurrentUser();if(!bt(r,e)){yield this.setCurrentUser(e),this.updateUser(e);try{(n=this._broadcastChannel)===null||n===void 0||n.postMessage({type:"auth"})}catch(i){console.error("Error posting message to broadcast channel",i)}}})}syncUserToEndpoint(e){return L(this,void 0,void 0,function*(){if(this.config.firstPartyPath)try{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)}})}updateUser(e){this.syncUserToEndpoint(e);const n={error:void 0,user:e};this._currentUserCached=Object.assign({isLoading:!1},n),this._dataForQueryCache={},this.querySubs.updateInPlace(r=>{Object.keys(r).forEach(i=>{delete r[i].result})}),this._reconnectTimeoutMs=0,this._transport.close(),this._oauthCallbackResponse=null,this.notifyAuthSubs(n)}sendMagicCode({email:e}){return wa({apiURI:this.config.apiURI,appId:this.config.appId,email:e})}signInWithMagicCode(e){return L(this,arguments,void 0,function*({email:n,code:r}){var i;const s=yield this.getCurrentUser(),o=((i=s==null?void 0:s.user)===null||i===void 0?void 0:i.type)==="guest",a=yield Ta({apiURI:this.config.apiURI,appId:this.config.appId,email:n,code:r,refreshToken:o?s.user.refresh_token:void 0});return yield this.changeCurrentUser(a.user),a})}signInWithCustomToken(e){return L(this,void 0,void 0,function*(){const n=yield ma({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:e});return yield this.changeCurrentUser(n.user),n})}signInAsGuest(){return L(this,void 0,void 0,function*(){const e=yield va({apiURI:this.config.apiURI,appId:this.config.appId});return yield this.changeCurrentUser(e.user),e})}potentiallyInvalidateToken(e,n){var r;const i=(r=e==null?void 0:e.user)===null||r===void 0?void 0:r.refresh_token;if(!i)return;if(n.invalidateToken===!1){this._log.info("[auth-invalidate] skipped invalidateToken");return}Oa({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:i}).then(()=>{this._log.info("[auth-invalidate] completed invalidateToken")}).catch(o=>{})}signOut(e){return L(this,void 0,void 0,function*(){const n=yield this.getCurrentUser();this.potentiallyInvalidateToken(n,e),yield this.changeCurrentUser(null)})}createAuthorizationURL({clientName:e,redirectURL:n}){const{apiURI:r,appId:i}=this.config;return`${r}/runtime/oauth/start?app_id=${i}&client_name=${e}&redirect_uri=${n}`}exchangeCodeForToken(e){return L(this,arguments,void 0,function*({code:n,codeVerifier:r}){var i;const s=yield this.getCurrentUser(),o=((i=s==null?void 0:s.user)===null||i===void 0?void 0:i.type)==="guest",a=yield Ur({apiURI:this.config.apiURI,appId:this.config.appId,code:n,codeVerifier:r,refreshToken:o?s.user.refresh_token:void 0});return yield this.changeCurrentUser(a.user),a})}issuerURI(){const{apiURI:e,appId:n}=this.config;return`${e}/runtime/${n}`}signInWithIdToken(e){return L(this,arguments,void 0,function*({idToken:n,clientName:r,nonce:i}){var s;const o=yield this.getCurrentUser(),a=(s=o==null?void 0:o.user)===null||s===void 0?void 0:s.refresh_token,u=yield Sa({apiURI:this.config.apiURI,appId:this.config.appId,idToken:n,clientName:r,nonce:i,refreshToken:a});return yield this.changeCurrentUser(u.user),u})}joinRoom(e,n){let r=!1;this._rooms[e]||(r=!0,this._rooms[e]={isConnected:!1,error:void 0}),this._presence[e]=this._presence[e]||{};const i=this._presence[e].result;return n&&!i&&(this._presence[e].result=this._presence[e].result||{},this._presence[e].result.user=n,this._notifyPresenceSubs(e)),r&&this._tryJoinRoom(e,n),()=>{this._cleanupRoom(e)}}_cleanupRoom(e){var n,r,i,s;if(!(!((r=(n=this._presence[e])===null||n===void 0?void 0:n.handlers)===null||r===void 0)&&r.length)&&!Object.keys((i=this._broadcastSubs[e])!==null&&i!==void 0?i:{}).length){const o=(s=this._rooms[e])===null||s===void 0?void 0:s.isConnected;delete this._rooms[e],delete this._presence[e],delete this._broadcastSubs[e],o?this._tryLeaveRoom(e):this._roomsPendingLeave[e]=!0}}getPresence(e,n,r={}){const i=this._rooms[n],s=this._presence[n];return!i||!s||!s.result?null:Object.assign(Object.assign({},Ia(s.result,r,this._sessionId)),{isLoading:!i.isConnected,error:i.error})}publishPresence(e,n,r){const i=this._rooms[n],s=this._presence[n];if(!i||!s)return;s.result=s.result||{};const o=Object.assign(Object.assign({},s.result.user),r);s.result.user=o,i.isConnected&&(this._trySetPresence(n,o),this._notifyPresenceSubs(n))}_trySetPresence(e,n){this._trySendAuthed(V(),{op:"set-presence","room-id":e,data:n})}_tryJoinRoom(e,n){this._trySendAuthed(V(),{op:"join-room","room-id":e,data:n}),delete this._roomsPendingLeave[e]}_tryLeaveRoom(e){this._trySendAuthed(V(),{op:"leave-room","room-id":e})}_trySetRoomConnected(e,n){const r=this._rooms[e];r&&(r.isConnected=n)}subscribePresence(e,n,r,i){const s=this.joinRoom(n,r.initialPresence||r.initialData),o=Object.assign(Object.assign({},r),{roomId:n,cb:i,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,u,d;this._presence[n].handlers=(d=(u=(a=this._presence[n])===null||a===void 0?void 0:a.handlers)===null||u===void 0?void 0:u.filter(c=>c!==o))!==null&&d!==void 0?d:[],s()}}_notifyPresenceSubs(e){var n,r;(r=(n=this._presence[e])===null||n===void 0?void 0:n.handlers)===null||r===void 0||r.forEach(i=>{this._notifyPresenceSub(e,i)})}_notifyPresenceSub(e,n){const r=this.getPresence("",e,n);r&&(n.prev&&!Pa(r,n.prev)||(n.prev=r,n.cb(r)))}_patchPresencePeers(e,n){var r,i,s;const o=((i=(r=this._presence[e])===null||r===void 0?void 0:r.result)===null||i===void 0?void 0:i.peers)||{};let a=Object.fromEntries(Object.entries(o).map(([d,c])=>[d,{data:c}]));(s=this._presence[e])===null||s===void 0||s.result;const u=yt(a,d=>{for(let[c,f,l]of n)switch(f){case"+":ss(d,c,l);break;case"r":nr(d,c,l);break;case"-":rr(d,c);break}delete d[this._sessionId]});this._setPresencePeers(e,u)}_setPresencePeers(e,n){const r=Object.assign({},n);delete r[this._sessionId];const i=Object.fromEntries(Object.entries(r).map(([s,o])=>[s,o.data]));this._presence=yt(this._presence,s=>{nr(s,[e,"result","peers"],i)})}publishTopic({roomType:e,roomId:n,topic:r,data:i}){var s;const o=this._rooms[n];if(o){if(!o.isConnected){this._broadcastQueue[n]=(s=this._broadcastQueue[n])!==null&&s!==void 0?s:[],this._broadcastQueue[n].push({topic:r,roomType:e,data:i});return}this._tryBroadcast(n,e,r,i)}}_tryBroadcast(e,n,r,i){this._trySendAuthed(V(),{op:"client-broadcast","room-id":e,roomType:n,topic:r,data:i})}subscribeTopic(e,n,r){const i=this.joinRoom(e);return this._broadcastSubs[e]=this._broadcastSubs[e]||{},this._broadcastSubs[e][n]=this._broadcastSubs[e][n]||[],this._broadcastSubs[e][n].push(r),this._presence[e]=this._presence[e]||{},()=>{this._broadcastSubs[e][n]=this._broadcastSubs[e][n].filter(s=>s!==r),this._broadcastSubs[e][n].length||delete this._broadcastSubs[e][n],i()}}_notifyBroadcastSubs(e,n,r){var i,s,o;(o=(s=(i=this._broadcastSubs)===null||i===void 0?void 0:i[e])===null||s===void 0?void 0:s[n])===null||o===void 0||o.forEach(a=>{var u,d,c,f,l,p;const y=(u=r.data)===null||u===void 0?void 0:u.data,b=r.data["peer-id"]===this._sessionId?(c=(d=this._presence[e])===null||d===void 0?void 0:d.result)===null||c===void 0?void 0:c.user:(p=(l=(f=this._presence[e])===null||f===void 0?void 0:f.result)===null||l===void 0?void 0:l.peers)===null||p===void 0?void 0:p[r.data["peer-id"]];return a(y,b)})}uploadFile(e,n,r){return L(this,void 0,void 0,function*(){var i;const s=yield this.getCurrentUser(),o=(i=s==null?void 0:s.user)===null||i===void 0?void 0:i.refresh_token;return Ea(Object.assign(Object.assign({},r),{apiURI:this.config.apiURI,appId:this.config.appId,path:e,file:n,refreshToken:o}))})}deleteFile(e){return L(this,void 0,void 0,function*(){var n;const r=yield this.getCurrentUser(),i=(n=r==null?void 0:r.user)===null||n===void 0?void 0:n.refresh_token;return yield Aa({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:i})})}upload(e,n){return L(this,void 0,void 0,function*(){var r;const i=yield this.getCurrentUser(),s=(r=i==null?void 0:i.user)===null||r===void 0?void 0:r.refresh_token,o=e||n.name,a=yield ka({apiURI:this.config.apiURI,appId:this.config.appId,fileName:o,refreshToken:s});return yield ja(a,n)})}getDownloadUrl(e){return L(this,void 0,void 0,function*(){var n;const r=yield this.getCurrentUser(),i=(n=r==null?void 0:r.user)===null||n===void 0?void 0:n.refresh_token;return yield Ca({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:i})})}}function cu(t,e){return new Ot(di(t,e),e,void 0)}function du(t){return new St(t,{})}function fu(){return new Y("string",!0,!1)}function lu(){return new Y("number",!0,!1)}function hu(){return new Y("boolean",!0,!1)}function pu(){return new Y("date",!0,!1)}function yu(){return new Y("json",!0,!1)}function bu(){return new Y("json",!0,!1)}function di(t,e){var n,r,i,s;const o={fwd:{},rev:{}};for(const u of Object.values(e))(n=o.fwd)[r=u.forward.on]||(n[r]={}),(i=o.rev)[s=u.reverse.on]||(i[s]={}),o.fwd[u.forward.on][u.forward.label]={entityName:u.reverse.on,cardinality:u.forward.has},o.rev[u.reverse.on][u.reverse.label]={entityName:u.forward.on,cardinality:u.reverse.has};return Object.fromEntries(Object.entries(t).map(([u,d])=>[u,new St(d.attrs,Object.assign(Object.assign({},o.fwd[u]),o.rev[u]))]))}function _u({entities:t,links:e,rooms:n}){const r=e??{},i=n??{};return new Ot(di(t,r),r,i)}const gu={graph:cu,schema:_u,entity:du,string:fu,number:lu,boolean:hu,date:pu,json:yu,any:bu};let At;function wu(t,e){At==null||At.dispose();const n=Eu(e),r=vu(e,a),i=mu(Tu(t));function s(c){var f;c.source===i.element.contentWindow&&((f=c.data)===null||f===void 0?void 0:f.type)==="close"&&n.isVisible()&&a()}function o(c){const f=c.shiftKey&&c.ctrlKey&&c.key==="0",l=c.key==="Escape"||c.key==="Esc";(f||l&&n.isVisible())&&a()}function a(){n.isVisible()?n.element.style.display="none":(n.element.style.display="block",n.element.contains(i.element)||n.element.appendChild(i.element))}function u(){n.element.remove(),r.element.remove(),removeEventListener("keydown",o),removeEventListener("message",s)}function d(){document.body.appendChild(n.element),document.body.appendChild(r.element),addEventListener("keydown",o),addEventListener("message",s),At={dispose:u}}return d()}function Tu(t){return`${pn||Fr?"http://localhost:3000":"https://instantdb.com"}/_devtool?appId=${t}`}function mu(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 vu(t,e){const n=`
|
|
1
|
+
(function(j,k){typeof exports=="object"&&typeof module<"u"?k(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],k):(j=typeof globalThis<"u"?globalThis:j||self,k(j.instantReact={},j.React))})(this,function(j,k){"use strict";var Su=Object.defineProperty;var vu=(j,k,L)=>k in j?Su(j,k,{enumerable:!0,configurable:!0,writable:!0,value:L}):j[k]=L;var p=(j,k,L)=>vu(j,typeof k!="symbol"?k+"":k,L);function L(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=L(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=L(s);e^=parseInt(i,16),e*=16777619,e=e>>>0;const o=L(t[s]);e^=parseInt(o,16),e*=16777619,e=e>>>0}return e.toString(16)}return L(String(t))}const F={Remove:"remove",Replace:"replace",Add:"add"},Fn=Symbol.for("__MUTATIVE_PROXY_DRAFT__"),Fs=Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),ut=Symbol.iterator,re={mutable:"mutable",immutable:"immutable"},Rt={};function Ke(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 xt(t){return Object.getPrototypeOf(t)===Set.prototype}function Dt(t){return Object.getPrototypeOf(t)===Map.prototype}function se(t){var e;return(e=t.copy)!==null&&e!==void 0?e:t.original}function Te(t){return!!P(t)}function P(t){return typeof t!="object"?null:t==null?void 0:t[Fn]}function $t(t){var e;const n=P(t);return n?(e=n.copy)!==null&&e!==void 0?e:n.original:t}function ae(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,re))===re.immutable||typeof n=="function")}function Kn(t,e=[]){if(Object.hasOwnProperty.call(t,"key")){const n=t.parent.copy,r=P(pe(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||Ke(n,i)))return null;e.push(i)}if(t.parent)return Kn(t.parent,e);e.reverse();try{Ns(t.copy,e)}catch{return null}return e}function me(t){return Array.isArray(t)?1:t instanceof Map?2:t instanceof Set?3:0}function pe(t,e){return me(t)===2?t.get(e):t[e]}function We(t,e,n){me(t)===2?t.set(e,n):t[e]=n}function Ut(t,e){const n=P(t);return(n?se(n):t)[e]}function ye(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}function Lt(t){if(t)for(;t.finalities.revoke.length>0;)t.finalities.revoke.pop()()}function Se(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 Ns(t,e){for(let n=0;n<e.length-1;n+=1){const r=e[n];if(t=pe(me(t)===3?Array.from(t):t,r),typeof t!="object")throw new Error(`Cannot resolve patch at '${e.join("/")}'.`)}return t}function Ks(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 Ws=Object.prototype.propertyIsEnumerable;function Wn(t,e){let n;if(Array.isArray(t))return Array.prototype.concat.call(t);if(t instanceof Set){if(!xt(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(!Dt(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,re),n!==void 0)&&n!==re.mutable){if(n===re.immutable)return Ks(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=>{Ws.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 Q(t){t.copy||(t.copy=Wn(t.original,t.options))}function ze(t){if(!ae(t))return $t(t);if(Array.isArray(t))return t.map(ze);if(t instanceof Map){const n=Array.from(t.entries()).map(([r,s])=>[r,ze(s)]);if(!Dt(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(ze);if(!xt(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]=ze(t[n]);return e}function lt(t){return Te(t)?ze(t):t}function de(t){var e;t.assignedMap=(e=t.assignedMap)!==null&&e!==void 0?e:new Map,t.operated||(t.operated=!0,t.parent&&de(t.parent))}function zn(){throw new Error("Cannot modify frozen object")}function Ce(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)||Te(t)){r.pop(),s.pop();return}switch(me(t)){case 2:for(const[a,c]of t)Ce(a,a,n,r,s),Ce(c,a,n,r,s);t.set=t.clear=t.delete=zn;break;case 3:for(const a of t)Ce(a,a,n,r,s);t.add=t.clear=t.delete=zn;break;case 1:Object.freeze(t);let o=0;for(const a of t)Ce(a,o,n,r,s),o+=1;break;default:Object.freeze(t),Object.keys(t).forEach(a=>{const c=t[a];Ce(c,a,n,r,s)})}r.pop(),s.pop()}function Ft(t,e){const n=me(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 qn(t,e,n){if(Te(t)||!ae(t,n)||e.has(t)||Object.isFrozen(t))return;const r=t instanceof Set,s=r?new Map:void 0;if(e.add(t),Ft(t,(i,o)=>{var a;if(Te(o)){const c=P(o);Q(c);const u=!((a=c.assignedMap)===null||a===void 0)&&a.size||c.operated?c.copy:c.original;We(r?s:t,i,u)}else qn(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 zs(t,e){const n=t.type===3?t.setMap:t.copy;t.finalities.revoke.length>1&&t.assignedMap.get(e)&&n&&qn(pe(n,e),t.finalities.handledSet,t.options)}function Nt(t){t.type===3&&t.copy&&(t.copy.clear(),t.setMap.forEach(e=>{t.copy.add($t(e))}))}function Kt(t,e,n,r){if(t.operated&&t.assignedMap&&t.assignedMap.size>0&&!t.finalized){if(n&&r){const i=Kn(t);i&&e(t,i,n,r)}t.finalized=!0}}function Wt(t,e,n,r){const s=P(n);s&&(s.callbacks||(s.callbacks=[]),s.callbacks.push((i,o)=>{var a;const c=t.type===3?t.setMap:t.copy;if(ye(pe(c,e),n)){let u=s.original;s.copy&&(u=s.copy),Nt(t),Kt(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)),We(c,e,u)}}),t.options.enableAutoFreeze&&s.finalities!==t.finalities&&(t.options.enableAutoFreeze=!1)),ae(n,t.options)&&t.finalities.draft.push(()=>{const i=t.type===3?t.setMap:t.copy;ye(pe(i,e),n)&&zs(t,e)})}function qs(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=Se(l,s);n.push({op:F.Replace,path:f,value:lt(c[u])}),r.push({op:F.Replace,path:f,value:lt(i[u])})}for(let u=i.length;u<c.length;u+=1){const l=e.concat([u]),f=Se(l,s);n.push({op:F.Add,path:f,value:lt(c[u])})}if(i.length<c.length){const{arrayLengthAssignment:u=!0}=a.enablePatches;if(u){const l=e.concat(["length"]),f=Se(l,s);r.push({op:F.Replace,path:f,value:i.length})}else for(let l=c.length;i.length<l;l-=1){const f=e.concat([l-1]),h=Se(f,s);r.push({op:F.Remove,path:h})}}}function Vs({original:t,copy:e,assignedMap:n},r,s,i,o){n.forEach((a,c)=>{const u=pe(t,c),l=lt(pe(e,c)),f=a?Ke(t,c)?F.Replace:F.Add:F.Remove;if(ye(u,l)&&f===F.Replace)return;const h=r.concat(c),y=Se(h,o);s.push(f===F.Remove?{op:f,path:y}:{op:f,path:y,value:l}),i.push(f===F.Add?{op:F.Remove,path:y}:f===F.Remove?{op:F.Add,path:y,value:u}:{op:F.Replace,path:y,value:u})})}function Bs({original:t,copy:e},n,r,s,i){let o=0;t.forEach(a=>{if(!e.has(a)){const c=n.concat([o]),u=Se(c,i);r.push({op:F.Remove,path:u,value:a}),s.unshift({op:F.Add,path:u,value:a})}o+=1}),o=0,e.forEach(a=>{if(!t.has(a)){const c=n.concat([o]),u=Se(c,i);r.push({op:F.Add,path:u,value:a}),s.unshift({op:F.Remove,path:u,value:a})}o+=1})}function qe(t,e,n,r){const{pathAsArray:s=!0}=t.options.enablePatches;switch(t.type){case 0:case 2:return Vs(t,e,n,r,s);case 1:return qs(t,e,n,r,s);case 3:return Bs(t,e,n,r,s)}}const ft=(t,e,n=!1)=>{if(typeof t=="object"&&t!==null&&(!ae(t,e)||n))throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.")},zt={get size(){return se(P(this)).size},has(t){return se(P(this)).has(t)},set(t,e){const n=P(this),r=se(n);return(!r.has(t)||!ye(r.get(t),e))&&(Q(n),de(n),n.assignedMap.set(t,!0),n.copy.set(t,e),Wt(n,t,e,qe)),this},delete(t){if(!this.has(t))return!1;const e=P(this);return Q(e),de(e),e.original.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.copy.delete(t),!0},clear(){const t=P(this);if(this.size){Q(t),de(t),t.assignedMap=new Map;for(const[e]of t.original)t.assignedMap.set(e,!1);t.copy.clear()}},forEach(t,e){const n=P(this);se(n).forEach((r,s)=>{t.call(e,this.get(s),s,this)})},get(t){var e,n;const r=P(this),s=se(r).get(t),i=((n=(e=r.options).mark)===null||n===void 0?void 0:n.call(e,s,re))===re.mutable;if(r.options.strict&&ft(s,r.options,i),i||r.finalized||!ae(s,r.options)||s!==r.original.get(t))return s;const o=Rt.createDraft({original:s,parentDraft:r,key:t,finalities:r.finalities,options:r.options});return Q(r),r.copy.set(t,o),o},keys(){return se(P(this)).keys()},values(){const t=this.keys();return{[ut]:()=>this.values(),next:()=>{const e=t.next();return e.done?e:{done:!1,value:this.get(e.value)}}}},entries(){const t=this.keys();return{[ut]:()=>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]}}}},[ut](){return this.entries()}},Gs=Reflect.ownKeys(zt),Vn=(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=P(a),u=((s=(r=t.options).mark)===null||s===void 0?void 0:s.call(r,a,re))===re.mutable;if(t.options.strict&&ft(o,t.options,u),!u&&!c&&ae(o,t.options)&&!t.finalized&&t.original.has(o)){const l=Rt.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]}},dt={get size(){return P(this).setMap.size},has(t){const e=P(this);if(e.setMap.has(t))return!0;Q(e);const n=P(t);return!!(n&&e.setMap.has(n.original))},add(t){const e=P(this);return this.has(t)||(Q(e),de(e),e.assignedMap.set(t,!0),e.setMap.set(t,t),Wt(e,t,t,qe)),this},delete(t){if(!this.has(t))return!1;const e=P(this);Q(e),de(e);const n=P(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=P(this);Q(t),de(t);for(const e of t.original)t.assignedMap.set(e,!1);t.setMap.clear()},values(){const t=P(this);Q(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.values(),next:Vn(t,e,{isValuesIterator:!0})}},entries(){const t=P(this);Q(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.entries(),next:Vn(t,e,{isValuesIterator:!1})}},keys(){return this.values()},[ut](){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(dt,{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 Qs=Reflect.ownKeys(dt),Bn=new WeakSet,Gn={get(t,e,n){var r,s;const i=(r=t.copy)===null||r===void 0?void 0:r[e];if(i&&Bn.has(i))return i;if(e===Fn)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,re),o===re.mutable)return t.options.strict&&ft(u,t.options,!0),u}const a=se(t);if(a instanceof Map&&Gs.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(zt,"size").get.call(t.proxy);const u=zt[e];if(u)return u.bind(t.proxy)}if(a instanceof Set&&Qs.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(dt,"size").get.call(t.proxy);const u=dt[e];if(u)return u.bind(t.proxy)}if(!Ke(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&&ft(c,t.options),t.finalized||!ae(c,t.options))return c;if(c===Ut(t.original,e)){if(Q(t),t.copy[e]=qt({original:t.original[e],parentDraft:t,key:t.type===1?Number(e):e,finalities:t.finalities,options:t.options}),typeof o=="function"){const u=P(t.copy[e]);return Q(u),de(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(se(t),e);if(i!=null&&i.set)return i.set.call(t.proxy,n),!0;const o=Ut(se(t),e),a=P(o);return a&&ye(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):(ye(n,o)&&(n!==void 0||Ke(t.original,e))||(Q(t),de(t),Ke(t.original,e)&&ye(n,t.original[e])?t.assignedMap.delete(e):t.assignedMap.set(e,!0),t.copy[e]=n,Wt(t,e,n,qe)),!0)},has(t,e){return e in se(t)},ownKeys(t){return Reflect.ownKeys(se(t))},getOwnPropertyDescriptor(t,e){const n=se(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?Gn.set.call(this,t,e,void 0,t.proxy):(Ut(t.original,e)!==void 0||e in t.original?(Q(t),de(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 qt(t){const{original:e,parentDraft:n,key:r,finalities:s,options:i}=t,o=me(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,Gn);if(s.revoke.push(u),Bn.add(c),a.proxy=c,n){const l=n;l.finalities.draft.push((f,h)=>{var y,b;const g=P(c);let w=l.type===3?l.setMap:l.copy;const m=pe(w,r),_=P(m);if(_){let S=_.original;_.operated&&(S=$t(m)),Nt(_),Kt(_,qe,f,h),l.options.enableAutoFreeze&&(l.options.updatedValues=(y=l.options.updatedValues)!==null&&y!==void 0?y:new WeakMap,l.options.updatedValues.set(S,_.original)),We(w,r,S)}(b=g.callbacks)===null||b===void 0||b.forEach(S=>{S(f,h)})})}else{const l=P(c);l.finalities.draft.push((f,h)=>{Nt(l),Kt(l,qe,f,h)})}return c}Rt.createDraft=qt;function Hs(t,e,n,r,s){var i;const o=P(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&&Lt(o),s&&Ce(u,u,o==null?void 0:o.options.updatedValues),[u,n&&c?[{op:F.Replace,path:[],value:e[0]}]:n,r&&c?[{op:F.Replace,path:[],value:a}]:r]}function Js(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,re))===re.mutable||!ae(t,e)?t:qt({original:t,parentDraft:null,finalities:r,options:e});return[a,(c=[])=>{const[u,l,f]=Hs(a,c,s,i,e.enableAutoFreeze);return e.enablePatches?[u,l,f]:u}]}function Vt(t){const{rootDraft:e,value:n,useRawReturn:r=!1,isRoot:s=!0}=t;Ft(n,(i,o,a)=>{const c=P(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 We(a,i,u)}else typeof o=="object"&&o!==null&&(t.value=o,t.isRoot=!1,Vt(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 Qn(t){var e;const n=P(t);if(!ae(t,n==null?void 0:n.options))return t;const r=me(t);if(n&&!n.operated)return n.original;let s;function i(){s=r===2?Dt(t)?new Map(t):new(Object.getPrototypeOf(t)).constructor(t):r===3?Array.from(n.setMap.values()):Wn(t,n==null?void 0:n.options)}if(n){n.finalized=!0;try{i()}finally{n.finalized=!1}}else s=t;if(Ft(s,(o,a)=>{if(n&&ye(pe(n.original,o),a))return;const c=Qn(a);c!==a&&(s===t&&i(),We(s,o,c))}),r===3){const o=(e=n==null?void 0:n.original)!==null&&e!==void 0?e:s;return xt(o)?new Set(s):new(Object.getPrototypeOf(o)).constructor(s)}return s}function Hn(t){if(!Te(t))throw new Error(`current() is only used for Draft, parameter: ${t}`);return Qn(t)}const ht=(t=>function e(n,r,s){var i,o,a;if(typeof n=="function"&&typeof r!="function")return function(E,...x){return e(E,W=>n.call(this,W,...x),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=Te(c)?Hn(c):c,h=Array.isArray(l.mark)?(E,x)=>{for(const W of l.mark){if(typeof W!="function")throw new Error(`Invalid mark: ${W}, 'mark' should be a function.`);const J=W(E,x);if(J)return J}}:l.mark,y=(i=l.enablePatches)!==null&&i!==void 0?i:!1,b=(o=l.strict)!==null&&o!==void 0?o:!1,w={enableAutoFreeze:(a=l.enableAutoFreeze)!==null&&a!==void 0?a:!1,mark:h,strict:b,enablePatches:y};if(!ae(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[m,_]=Js(f,w);if(typeof r!="function"){if(!ae(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[m,_]}let S;try{S=u(m)}catch(E){throw Lt(P(m)),E}const O=E=>{const x=P(m);if(!Te(E)){if(E!==void 0&&!ye(E,m)&&(x!=null&&x.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 J=E==null?void 0:E[Fs];if(J){const ot=J[0];return w.strict&&typeof E=="object"&&E!==null&&Vt({rootDraft:x,value:E,useRawReturn:!0}),_([ot])}if(E!==void 0)return typeof E=="object"&&E!==null&&Vt({rootDraft:x,value:E}),_([E])}if(E===m||E===void 0)return _([]);const W=P(E);if(w===W.options){if(W.operated)throw new Error("Cannot return a modified child draft.");return _([Hn(E)])}return _([E])};return S instanceof Promise?S.then(O,E=>{throw Lt(P(m)),E}):O(S)})();Object.prototype.constructor.toString();function Jn(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 Yn(t,e){return Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>e.hasOwnProperty(n)&&t[n]===e[n])}function pt(t,e){return typeof t!="object"||typeof e!="object"||t===null||e===null?t===e:Jn(t,e)?Object.keys(t).every(n=>pt(t[n],e[n])):!1}function Bt(t){if(!Ve(t))return t;const e={};for(const[n,r]of Object.entries(t))r!==void 0&&(e[n]=r);return e}function Zn(t,e){if(!Ve(t)||!Ve(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=Ve(t[r])&&Ve(e[r]);n[r]=s?Zn(t[r],e[r]):e[r]}return n}function Ve(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Ys(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 Xn(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 er(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}er(t[n],r),Zs(t[n])&&delete t[n]}}function Zs(t){return t&&Object.keys(t).length===0}const tr=/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$/,Xs={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 ei(t){return new Date(t)}function ti(t){return new Date(t+"Z")}const ni=/^(\d+)[\./-](\d+)[\./-](\d+)$/;function ri(t){const e=t.match(ni);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 si(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function ii(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function oi(t){return new Date(t)}function ai(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 ci(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 ui(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 li(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 fi(t){switch(t){case"epoch":return new Date(0);case"infinity":case"-infinity":case"today":case"tomorrow":case"yesterday":return null}}function di(t){const e=t.match(tr);if(!e)return null;const[n]=e,r=Xs[n],s=new Date(t.replace(tr,"Z"));return new Date(s.getTime()-r*1e3)}const hi=[ri,ii,ai,li,oi,ti,ci,si,ei,fi,di,ui];function pi(t,e){try{const n=t(e);return n instanceof Date&&!isNaN(n.getTime())?n:null}catch{return null}}function Gt(t){for(const e of hi){const n=pi(e,t);if(n)return n}return null}function yi(t){try{const e=JSON.parse(t);return typeof e=="string"?Gt(e):null}catch{return null}}function yt(t){if(t!==void 0){if(t===null)return null;if(t instanceof Date)return t;if(typeof t=="string"){const e=Gt(t)||yi(t)||Gt(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 ve{constructor(e,n){p(this,"attrs");p(this,"linkIndex");p(this,"_blobAttrs",null);p(this,"_primaryKeys",null);p(this,"_forwardIdents",null);p(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(Ht(e)){const[n,r,s]=e["forward-identity"];Z(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"];Z(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;Z(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;Z(this._revIdents,[s,i],e)}}return this._revIdents}toJSON(){return{attrs:this.attrs,linkIndex:this.linkIndex}}}function bi(t){return t.cardinality==="one"}function Qt(t){return t["value-type"]==="ref"}function Ht(t){return t["value-type"]==="blob"}function Pe(t,e){return e.reduce((n,r)=>n&&n.get(r),t)}function ce(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)&&ce(t.get(n),r)}function Z(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 nr(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=yt(u),o[2]=u),Qt(l)&&Z(i,[u,c,a],o),Z(r,[a,c,u],o),Z(s,[c,a,u],o)}return{eav:r,aev:s,vae:i}}function rr(t){return{triples:X(t.eav,3),cardinalityInference:t.cardinalityInference,useDateObjects:t.useDateObjects,version:1}}function sr(t,e){return Be(t,e.triples,e.cardinalityInference,e.useDateObjects)}function ir(t,e){if(t)return new ve(t.attrs,t.linkIndex);if(e&&"__type"in e)return new ve(e.attrs,e.linkIndex)}function gi(t,e){return Pe(t.eav,[e])!==void 0}function Be(t,e,n,r){const s=nr(t,e,r);return s.cardinalityInference=n,s.useDateObjects=r,s}function Ge(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=X(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=X(c,2).find(g=>g[2]===a))==null?void 0:i[0];if(!l)return null;const[f,h,y,...b]=e;return[n,h,l,...b]}else{const[o,...a]=e;return[n,...a]}}function or(t,e,n){const r=Ge(t,n);if(!r)return;const[s,i,o]=r,a=e.getAttr(i);a&&(ce(t.eav,[s,i,o]),ce(t.aev,[i,s,o]),Qt(a)&&ce(t.vae,[o,i,s]))}let _i=0;function ar(t,e,n){const[r,s,i]=n;let o;const a=Pe(t.eav,[r,s,i]);return a&&(o=a[3]),o||Date.now()*10+_i++}function cr(t,e,n){const r=Ge(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=yt(o));const c=Pe(t.eav,[s,i,o]),u=(c==null?void 0:c[3])??ar(t,a,r),l=[s,i,o,u];bi(a)?(Z(t.eav,[s,i],new Map([[o,l]])),Z(t.aev,[i,s],new Map([[o,l]]))):(Z(t.eav,[s,i,o],l),Z(t.aev,[i,s,o],l)),Qt(a)&&Z(t.vae,[o,i,s],l)}function wi(t,e,n){var y;const r=Ge(t,n);if(!r)return;const[s,i,o]=r,a=e.getAttr(i);if(!a)return;if(!Ht(a))throw new Error("merge operation is not supported for links");const c=Pe(t.eav,[s,i]);if(!c)return;const u=(y=c.values().next())==null?void 0:y.value;if(!u)return;const l=u[2],f=Zn(l,o),h=[s,i,f,ar(t,a,u)];Z(t.eav,[s,i],new Map([[f,h]])),Z(t.aev,[i,s],new Map([[f,h]]))}function Jt(t,e,n){var u,l;const[r,s]=n,i=Ge(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"&&X(a.get(f),1).forEach(([y,b,g])=>{var w;return Jt(t,e,[g,(w=h["reverse-identity"])==null?void 0:w[1]])}),(!s||!h||((u=h["forward-identity"])==null?void 0:u[1])===s)&&(ce(t.aev,[f,o]),ce(t.eav,[o,f]))}a.size===0&&ce(t.eav,[o])}const c=t.vae.get(o)&&X(t.vae.get(o),2);c&&c.forEach(f=>{var w,m,_;const[h,y,b]=f,g=e.getAttr(y);(!s||!g||((w=g["reverse-identity"])==null?void 0:w[1])===s)&&(ce(t.eav,[h,y,b]),ce(t.aev,[y,h,b]),ce(t.vae,[b,y,h])),g&&g["on-delete"]==="cascade"&&((m=g["reverse-identity"])==null?void 0:m[1])===s&&Jt(t,e,[h,(_=g["forward-identity"])==null?void 0:_[1]])}),((l=t.vae.get(o))==null?void 0:l.size)===0&&ce(t.vae,[o])}function ur(t,e,n){const r=nr(e,n,t.useDateObjects);Object.keys(r).forEach(s=>{t[s]=r[s]})}function Ti(t,[e]){t.addAttr(e)}function lr(t){return X(t.eav,3)}function mi(t,e,[n]){if(!e.getAttr(n))return;const r=lr(t).filter(([s,i])=>i!==n);e.deleteAttr(n),ur(t,e,r)}function Si(t,e,[n]){e.getAttr(n.id)&&(e.updateAttr(n),ur(t,e,lr(t)))}function vi(t,e,n){const[r,...s]=n;switch(r){case"add-triple":cr(t,e,s);break;case"deep-merge-triple":wi(t,e,s);break;case"retract-triple":or(t,e,s);break;case"delete-entity":Jt(t,e,s);break;case"add-attr":Ti(e,s);break;case"delete-attr":mi(t,e,s);break;case"update-attr":Si(t,e,s);break;case"restore-attr":break;case"rule-params":break;default:throw new Error(`unhandled transaction action: ${r}`)}}function X(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())X(r,e-1,n);return n}function bt(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 X(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 Ei(t,e,n){let r="";return t!==void 0&&(r+="e"),e!==void 0&&(r+="a"),n!==void 0&&(r+="v"),r}function Oi(t,[e,n,r]){var i,o;switch(Ei(e,n,r)){case"e":{const a=t.eav.get(e);return X(a,2)}case"ea":{const a=(i=t.eav.get(e))==null?void 0:i.get(n);return X(a,1)}case"eav":{const a=(o=t.eav.get(e))==null?void 0:o.get(n);return a?bt(t,a,r):[]}case"ev":{const a=t.eav.get(e);if(!a)return[];const c=[];for(const u of a.values())c.push(...bt(t,u,r));return c}case"a":{const a=t.aev.get(n);return X(a,2)}case"av":{const a=t.aev.get(n);if(!a)return[];const c=[];for(const u of a.values())c.push(...bt(t,u,r));return c}case"v":{const a=[];for(const c of t.eav.values())for(const u of c.values())a.push(...bt(t,u,r));return a}default:return X(t.eav,3)}}function Ai(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=X(a,1);for(const u of c)r[i]=u[2]}return r}function K(t,e,n){var r;return(r=t.forwardIdents.get(e))==null?void 0:r.get(n)}function Ee(t,e,n){var r;return(r=t.revIdents.get(e))==null?void 0:r.get(n)}function ki(t,e){return t.blobAttrs.get(e)}function fr(t,e){var r;const n=t.primaryKeys.get(e);return n||((r=t.forwardIdents.get(e))==null?void 0:r.get("id"))}function Ci(t,e,n){const r=Ge(t,n);if(!r)return;const[s,i,o]=r;if(e.getAttr(i))return Pe(t.eav,[s,i])}function Pi(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=fr(e,f["forward-identity"][1]);l=!!Ci(t,e,[i,h==null?void 0:h.id,i])}return!(u==="create"&&l||u==="update"&&!l)});return ht({store:t,attrsStore:e},s=>{r.forEach(i=>{vi(s.store,s.attrsStore,i)})},{mark:s=>{if(s instanceof ve)return"immutable"}})}function Ii(t){return typeof t=="string"&&t.startsWith("?")}function Mi(t,e,n){if(n.hasOwnProperty(t)){const r=n[t];return hr(r,e,n)}return{...n,[t]:e}}function dr(t,e,n){return t===e?n:null}function ji(t){switch(typeof t){case"string":return t.startsWith("?")?Mi:dr;default:return dr}}const Ri=["in","$in","$not","$isNull","$comparator"];function xi(t){for(const e of Ri)if(t.hasOwnProperty(e))return!0;return!1}function hr(t,e,n){return n?typeof t=="object"?xi(t)?n:null:ji(t)(t,e,n):null}function Di(t,e,n){return t.reduce((r,s,i)=>{const o=e[i];return hr(s,o,r)},n)}function $i(t,e,n){return Fi(t,e,n).map(r=>Di(e,r,n)).filter(r=>r)}function Ui(t,e,n){return e.or?e.or.patterns.flatMap(r=>Yt(t,r,n)):e.and?e.and.patterns.reduce((r,s)=>Yt(t,s,r),n):n.flatMap(r=>$i(t,e,r))}function Yt(t,e,n=[{}]){return e.reduce((r,s)=>Ui(t,s,r),n)}function Zt(t,e){return Array.isArray(e)?e.map(n=>Zt(t,n)):Ii(e)?t[e]:e}function Li(t,{find:e,where:n}){return Yt(t,n).map(s=>Zt(s,e))}function Fi(t,e,n){return Oi(t,Zt(n,e))}const Ni=/^(?:[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 Ie(t){return typeof t=="string"&&Ni.test(t)}const B=[];for(let t=0;t<256;++t)B.push((t+256).toString(16).slice(1));function Ki(t,e=0){return(B[t[e+0]]+B[t[e+1]]+B[t[e+2]]+B[t[e+3]]+"-"+B[t[e+4]]+B[t[e+5]]+"-"+B[t[e+6]]+B[t[e+7]]+"-"+B[t[e+8]]+B[t[e+9]]+"-"+B[t[e+10]]+B[t[e+11]]+B[t[e+12]]+B[t[e+13]]+B[t[e+14]]+B[t[e+15]]).toLowerCase()}let Xt;const Wi=new Uint8Array(16);function zi(){if(!Xt){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Xt=crypto.getRandomValues.bind(crypto)}return Xt(Wi)}const pr={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function qi(t,e,n){var s;if(pr.randomUUID&&!t)return pr.randomUUID();t=t||{};const r=t.random??((s=t.rng)==null?void 0:s.call(t))??zi();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,Ki(r)}function yr(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 Vi(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 Bi(t,e){return Vi(yr(t),yr(e))}function q(){return qi()}function Gi(t,e){return t.localeCompare(e)}function Qi(){let t=Gi;if(typeof Intl=="object"&&Intl.hasOwnProperty("Collator"))try{t=Intl.Collator("en-US").compare}catch{}return t}const Hi=Qi();let Ji=0;function Qe(t){return gt(`_${t}`,Ji++)}function gt(t,e){return`?${t}-${e}`}class Me extends Error{constructor(e){super(e),this.name="AttrNotFoundError"}}function Yi(t,e){const n=fr(t,e);if(!n)throw new Me(`Could not find id attr for ${e}`);return n}function br(t,e,n,r){return[Zi(t,e,n,r)]}function Zi(t,e,n,r){return[t(n,r),Yi(e,n).id,t(n,r),t("time",r)]}function Xi(t,e,n){return t.map(r=>r===e?n:r)}function gr(t,e,n,r,s){const i=K(e,n,s),o=Ee(e,n,s),a=i||o;if(!a)throw new Me(`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,y=i?[t(u,r),a.id,t(f,h),Qe("time")]:[t(u,h),a.id,t(f,r),Qe("time")];return[i?f:u,h,y,a,!!i]}function _r(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 eo(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=_r(!0,e.$like);return{$comparator:!0,$op:function(i){return r(i[2])}}}if(e.hasOwnProperty("$ilike")){const r=_r(!1,e.$ilike);return{$comparator:!0,$op:function(i){return r(i[2])}}}return e}function to(t,e,n,r,s,i){const o=K(e,n,s),a=Ee(e,n,s),c=o||a;if(!c)throw new Me(`No attr for etype = ${n} label = ${s}`);if(i!=null&&i.hasOwnProperty("$isNull")){const u=K(e,n,"id");if(!u)throw new Me(`No attr for etype = ${n} label = id`);return[t(n,r),u.id,{$isNull:{attrId:c.id,isNull:i.$isNull,reverse:!o}},Qe("time")]}return o?[t(n,r),c.id,eo(c,i),Qe("time")]:[i,c.id,t(n,r),Qe("time")]}function no(t,e,n,r,s){const[i,o,a]=s.reduce((c,u)=>{const[l,f,h]=c,[y,b,g]=gr(t,e,l,f,u);return[y,b,[...h,g]]},[n,r,[]]);return[i,o,a]}function en(t,e,n,r,s,i){const o=s.slice(0,s.length-1),a=s[s.length-1],[c,u,l]=no(t,e,n,r,o),f=to(t,e,c,u,a,i);return l.concat([f])}function ro(t,e){return e?[e].concat(t):t}function so([t,e]){return t==="or"&&Array.isArray(e)}function io([t,e]){return t==="and"&&Array.isArray(e)}function oo(t,e,n){return(r,s)=>{const i=t(r,s);return e==i?i:`${i}-${n}`}}function wr(t,e,n,r,s,i){const o=t(r,s),a=i.map((c,u)=>{const l=oo(t,o,u);return mr(l,n,r,s,c)});return{[e]:{patterns:a,joinSym:o}}}function ao(t){const e=[];for(let n=1;n<=t.length;n++)e.push(t.slice(0,n));return e}function Tr(t,e,n,r,s){return ao(s).map(i=>en(t,e,n,r,i,{$isNull:!0}))}function mr(t,e,n,r,s){return Object.entries(s).flatMap(([i,o])=>{if(so([i,o]))return wr(t,"or",e,n,r,o);if(io([i,o]))return wr(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=en(t,e,n,r,a,o),u=Tr(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:Tr(t,e,n,r,a),joinSym:t(n,r)}}]:en(t,e,n,r,a,o)})}function co(t,e,n,r){const s=gt;return r?mr(s,t,e,n,r).concat(br(s,t,e,n)):br(s,t,e,n)}function uo(t,e,n){return[t(e,n),t("time",n)]}function lo(t,e,n,r,s,i){const[o,a,c,u,l]=gr(t,e,n,r,s),f=Xi(c,t(n,r),i);return[o,a,f,u,l]}function fo(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(y){var g,w,m;const b=!!(e.cardinalityInference&&((m=(w=(g=n.linkIndex)==null?void 0:g[r])==null?void 0:w[y])!=null&&m.isSingular));try{const[_,S,O]=lo(t,n,r,s,y,u),E=vr(e,n,{etype:_,level:S,form:i[y],join:O}),x=b?E[0]:E;return{[y]:x}}catch(_){if(_ instanceof Me)return{[y]:b?void 0:[]};throw _}}).reduce(function(y,b){return{...y,...b}},l)}):Object.values(o)}function ho(t,e,n){return n==="string"?Hi(t,e):t>e?1:-1}function He(t,e,n,r,s){return e===r||e==null&&r==null?Bi(t,n):r==null?1:e==null?-1:ho(e,r,s)}function _t([t,e],[n,r],s){return He(t,e,n,r,s)}function tn(t){return t==null?t:new Date(t).getTime()}function po(t,e,n,r){var b;const[s,i,o,a]=t,c=n==="desc"?1:-1;if(((b=e["forward-identity"])==null?void 0:b[2])==="id")return _t(r,[s,a],null)===c;const[u,l]=r,f=e["checked-data-type"],h=f==="date"?tn(l):l,y=f==="date"?tn(o):o;return _t([u,h],[s,y],f)===c}function yo(t,e){const n=e[1];return t.getAttr(n)}function bo(t,e,n){const r=Object.keys(n)[0];return K(t,e,r)}function go(t,e,n,r){if(n)return yo(t,n);if(r)return bo(t,e,r)}function _o(t,e,n){var s,i;if(!Array.isArray(n.fields))return ki(t,e);const r=new Map;for(const o of n.fields){const a=K(t,e,o),c=(s=a==null?void 0:a["forward-identity"])==null?void 0:s[2];c&&Ht(a)&&r.set(c,a)}if(!r.has("id")){const o=K(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 wo(t,e,{etype:n,pageInfo:r,dq:s,form:i}){var b,g;const o=(b=i==null?void 0:i.$)==null?void 0:b.order,a=Sr(i),c=To(i);let u=Li(t,s);const l=r==null?void 0:r["start-cursor"],f=go(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",m=f.id;u=u.map(([_])=>{var O,E,x,W,J;let S=(J=(W=(x=(E=(O=t.eav.get(_))==null?void 0:O.get(m))==null?void 0:E.values())==null?void 0:x.next())==null?void 0:W.value)==null?void 0:J[2];return w&&(S=tn(S)),[_,S]})}u.sort(c==="asc"?function(m,_){return _t(m,_,f==null?void 0:f["checked-data-type"])}:function(m,_){return _t(_,m,f==null?void 0:f["checked-data-type"])});let h={};const y=_o(e,n,s);for(const w of u){const[m]=w;if(h[m]||!a&&l&&f&&po(l,f,c,w))continue;const _=Ai(t,y,m);_&&(h[m]=_)}return h}function To(t){var n;const e=(n=t.$)==null?void 0:n.order;return e&&e[Object.keys(e)[0]]||"asc"}function Sr(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 mo(t,e,{etype:n,level:r,form:s,join:i,pageInfo:o}){var h,y,b,g,w;if(!Sr(s)&&(!o||!o["start-cursor"]))return[];const a=ro(co(e,n,r,(h=s.$)==null?void 0:h.where),i),c=uo(gt,n,r),u=(y=s.$)==null?void 0:y.fields,l=wo(t,e,{etype:n,pageInfo:o,form:s,dq:{where:a,find:c,fields:u}}),f=((b=s.$)==null?void 0:b.limit)||((g=s.$)==null?void 0:g.first)||((w=s.$)==null?void 0:w.last);if(f!=null){r>0&&console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");const m=Object.entries(l);return m.length<=f?l:Object.fromEntries(m.slice(0,f))}return l}function So(t,e,n){try{return mo(t,e,n)}catch(r){if(r instanceof Me)return{};throw r}}function vr(t,e,n){const r=So(t,e,n);return fo(gt,t,e,n,r)}function vo(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 Er({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]=vr(t,e,{etype:u,form:s[u],level:0,pageInfo:n==null?void 0:n[u]})),c},{})};return n&&(o.pageInfo=vo(n)),r&&(o.aggregate=r),o}function Eo(){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 Oo=Eo();function nn(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(Oo.has(i))return(o,a)=>nn(t,e,[...n,a?[i,t,e,o,a]:[i,t,e,o]])}})}function Ao(t,e){return`lookup__${t}__${JSON.stringify(e)}`}function wt(t){return t.startsWith("lookup__")}function Or(t){const[e,n,...r]=t.split("__");return[n,JSON.parse(r.join("__"))]}function ko(t){return new Proxy({__etype:t},{get(e,n){if(n==="__etype")return t;const r=n;return wt(r)?nn(t,Or(r),[]):nn(t,r,[])}})}function rn(){return new Proxy({},{get(t,e){return ko(e)}})}const Co=rn();function Po(t){return t.__ops}function Io(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 Mo(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 jo(t,e,n){return n.indexOf(".")!==-1&&!K(t,e,n)}function sn(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 Ro(t,e,n){if(!jo(t,e,n))return K(t,e,n);const r=sn(n),s=K(t,e,r)||Ee(t,e,r);if(s&&s["value-type"]!=="ref")throw new Error(`${n} does not reference a valid link attribute.`);return s}function on(t){return typeof t=="string"&&!wt(t)?null:typeof t=="string"&&wt(t)?Or(t):Mo(t)}function ee(t,e,n){const r=on(n);if(r===null)return n;const[s,i]=r,o=Ro(t,e,s);if(!o||!o["unique?"])throw new Error(`${s} is not a unique attribute.`);return[o.id,i]}function Ar(t,e,n,r){var o;const s=ee(t,e,n);return Array.isArray(s)?[["add-triple",s,(o=K(t,e,"id"))==null?void 0:o.id,s]].concat(r):r}function xo({attrsStore:t},[e,n,r]){const s=Object.entries(r).flatMap(([i,o])=>{const a=Array.isArray(o)?o:[o],c=K(t,e,i),u=Ee(t,e,i);return a.map(l=>c?["add-triple",ee(t,e,n),c.id,ee(t,c["reverse-identity"][1],l)]:["add-triple",ee(t,u["forward-identity"][1],l),u==null?void 0:u.id,ee(t,e,n)])});return Ar(t,e,n,s)}function Do({attrsStore:t},[e,n,r]){const s=Object.entries(r).flatMap(([i,o])=>{const a=Array.isArray(o)?o:[o],c=K(t,e,i),u=Ee(t,e,i);return a.map(l=>c?["retract-triple",ee(t,e,n),c.id,ee(t,c["reverse-identity"][1],l)]:["retract-triple",ee(t,u["forward-identity"][1],l),u.id,ee(t,e,n)])});return Ar(t,e,n,s)}function $o(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 X(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 kr({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:$o(t,e,n,r)?{mode:"update"}:null}function Uo(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=Bt(i),c=ee(n,r,s);return[["id",c]].concat(Object.entries(a)).map(([l,f])=>{const h=K(n,r,l);return h["checked-data-type"]==="date"&&t.useDateObjects&&(f=yt(f)),["add-triple",c,h.id,f,{mode:"create"}]})}function Lo(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=Bt(i),c=ee(n,r,s),u=kr(t,[r,c,i,o]);return[["id",c]].concat(Object.entries(a)).map(([f,h])=>{const y=K(n,r,f);return y["checked-data-type"]==="date"&&t.useDateObjects&&(h=yt(h)),["add-triple",c,y.id,h,...u?[u]:[]]})}function Fo({attrsStore:t},[e,n]){return[["delete-entity",ee(t,e,n),e]]}function No(t,e){const{attrsStore:n}=t,[r,s,i,o]=e,a=Bt(i),c=ee(n,r,s),u=kr(t,[r,c,i,o]),l=Object.entries(a).map(([h,y])=>{const b=K(n,r,h);return["deep-merge-triple",c,b.id,y,...u?[u]:[]]});return[["add-triple",c,K(n,r,"id").id,c,...u?[u]:[]]].concat(l)}function Ko({attrsStore:t},[e,n,r]){return[["rule-params",ee(t,e,n),e,r]]}function Wo(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 zo(t,e){const[n,...r]=Wo(e);switch(n){case"merge":return No(t,r);case"create":return Uo(t,r);case"update":return Lo(t,r);case"link":return xo(t,r);case"unlink":return Do(t,r);case"delete":return Fo(t,r);case"ruleParams":return Ko(t,r);default:throw new Error(`unsupported action ${n}`)}}function qo(t){switch(t){case"string":case"date":case"boolean":case"number":return t;default:return}}function Vo(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=qo(r==null?void 0:r.valueType);return{"index?":i,"unique?":s,"checked-data-type":o}}function Tt(t,e,n,r){const s=t?Vo(t,e,n):null,i=q(),a=[q(),e,n];return{id:i,"forward-identity":a,"value-type":"blob",cardinality:"one","unique?":!1,"index?":!1,isUnsynced:!0,...s||{},...r||{}}}function Bo(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 Go(t,e,n){const r=Bo(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":[q(),s.on,s.label],"reverse-identity":[q(),i.on,i.label],cardinality:s.has==="one"?"one":"many","unique?":i.has==="one","on-delete":s.onDelete,"on-delete-reverse":i.onDelete}}function Cr(t,e,n,r){const s=t?Go(t,e,n):null,i=q(),o=[q(),e,n],a=[q(),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 Qo=new Set(["create","update","merge","link","unlink"]),Ho=new Set(["link","unlink"]),Jo=new Set(["create","update","merge"]),Yo=new Set(["link","unlink","create","update","merge","delete","ruleParams"]),an={"unique?":!0,"index?":!0},Zo={...an,cardinality:"one"};function Xo(t){const e=[],[n,r,s,i]=t;if(!Yo.has(n))return e;const o=on(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=on(l);f&&e.push({etype:r,lookupPair:f,linkLabel:a})}}return e}function ea({attrsStore:t,schema:e},n){var h,y;const r=new Set,s=[],i=[];function o(b,g){return K(t,b,g)||s.find(w=>w["forward-identity"][1]===b&&w["forward-identity"][2]===g)}function a(b,g){return Ee(t,b,g)||s.find(w=>{var m,_;return((m=w["reverse-identity"])==null?void 0:m[1])===b&&((_=w["reverse-identity"])==null?void 0:_[2])===g})}function c(b){s.push(b),i.push(["add-attr",b]),r.add(b.id)}function u(b){b&&"isUnsynced"in b&&b.isUnsynced&&!r.has(b.id)&&(s.push(b),i.push(["add-attr",b]),r.add(b.id))}function l(b,g){return g.indexOf(".")!==-1&&!o(b,g)}function f(b,g){const w=o(b,g),m=a(b,g);u(w),u(m),!w&&!m&&c(Cr(e,b,g,Zo))}for(const b of n)for(const{etype:g,lookupPair:w,linkLabel:m}of Xo(b)){const _=w[0];if(m){f(g,m);const S=o(g,m),O=a(g,m);u(S),u(O);const E=((h=S==null?void 0:S["reverse-identity"])==null?void 0:h[1])||((y=O==null?void 0:O["forward-identity"])==null?void 0:y[1])||m;if(l(E,_))f(E,sn(_));else{const x=o(E,_);x||c(Tt(e,E,_,an)),u(x)}}else if(l(g,_))f(g,sn(_));else{const S=o(g,_);S||c(Tt(e,g,_,an)),u(S)}}for(const b of n){const[g,w,m,_]=b;if(Qo.has(g)){const S=o(w,"id");u(S),S||c(Tt(e,w,"id",{"unique?":!0}));for(const O of Object.keys(_)){const E=o(w,O);if(u(E),Jo.has(g)&&(E||c(Tt(e,w,O,O==="id"?{"unique?":!0}:null))),Ho.has(g)){const x=a(w,O);!E&&!x&&c(Cr(e,w,O)),u(x)}}}}if(s.length){const b={...t.attrs};for(const g of s)b[g.id]=g;return[new ve(b,t.linkIndex),i]}return[t,i]}function ta(t,e){const r=(Array.isArray(e)?e:[e]).flatMap(c=>Po(c)),[s,i]=ea(t,r),o={...t,attrsStore:s},a=r.flatMap(c=>zo(o,c));return[...i,...a]}function Pr(t,e){typeof requestIdleCallback>"u"?t():requestIdleCallback(t,{timeout:e})}const Je="__meta";class na{constructor(e,n){}}class cn{constructor(e){p(this,"currentValue");p(this,"_subs",[]);p(this,"_persister");p(this,"_merge");p(this,"serialize");p(this,"parse");p(this,"_saveThrottleMs");p(this,"_idleCallbackMaxWaitMs");p(this,"_nextSave",null);p(this,"_nextGc",null);p(this,"_pendingSaveKeys",new Set);p(this,"_loadedKeys",new Set);p(this,"_loadingKeys");p(this,"_objectSize");p(this,"_log");p(this,"onKeyLoaded");p(this,"_version",0);p(this,"_meta",{isLoading:!0,onLoadCbs:[],value:null,error:null,attempts:0});p(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(Je);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,y)=>{setTimeout(()=>this._enqueuePersist(e?{...e,attempts:(e.attempts||0)+1}:{attempts:1}).then(h).catch(y),10+((e==null?void 0:e.attempts)??0)*1e3)});return n.push(f),Promise.all(n).then(h=>h.reduce((y,b)=>y+b,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=[[Je,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 y=this._objectSize(h),b=u[f]??{createdAt:Date.now(),updatedAt:Date.now(),size:y};b.updatedAt=Date.now(),b.size=y,u[f]=b,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,y)=>h+y,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(Je);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,y]of Object.entries(r.objects))!n.has(h)&&y.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,y],[b,g])=>y.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,y],[b,g])=>y.updatedAt-g.updatedAt);const l=u.filter(([h])=>!n.has(h));let f=u.reduce((h,[y,b])=>h+b.size,0);for(;f>0&&f>this._gcOpts.maxSize&&l.length;){const[[h,y]]=l.splice(0,1);f-=y.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(()=>{Pr(()=>{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(()=>{Pr(()=>{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]=ht(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)}}}const ra=6,sa=["kv","querySubs","syncSubs"];function ia(t){return function(n){console.error("Error in IndexedDB event",{source:t,event:n})}}async function oa(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 aa(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[y,b]of Object.entries(r)){const g=typeof b=="string"?JSON.parse(b):b;if(g.lastAccessed){const m={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[y]=m}const w=n.put(g,y);s.add(w)}const c={objects:a},u=n.put(c,Je);s.add(u);for(const y of s)y.onsuccess=()=>{s.delete(y),s.size===0&&i()},y.onerror=b=>{o(b)}})}async function Ir(t,e,n){const r=n.put(e,t);return new Promise((s,i)=>{r.onsuccess=()=>s(),r.onerror=o=>i(o)})}async function ca(t,e){const n=await oa(`instant_${t}_5`);if(!n)return;const r=await new Promise((l,f)=>{const b=n.transaction(["kv"],"readonly").objectStore("kv").openCursor();b.onerror=w=>{f(w)};const g=[];b.onsuccess=()=>{const w=b.result;if(w){const m=w.key,_=w.value;g.push([m,_]),w.continue()}else l(g)},b.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=aa(l,f,o);a.push(h);break}default:{const h=Ir(l,f,i);a.push(h);const y={createdAt:Date.now(),updatedAt:Date.now(),size:0};c.objects[l]=y;break}}const u=Ir(Je,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 Mr=new Map;class jr extends na{constructor(n,r){super(n,r);p(this,"dbName");p(this,"_storeName");p(this,"_appId");p(this,"_prefix");p(this,"_dbPromise");this.dbName=`instant_${n}_${ra}`,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=ca(this._appId,c).catch(l=>{ia("Error upgrading store from version 5 to 6.")(l)});Mr.set(this.dbName,u),u.then(()=>n(c)).catch(()=>n(c))}else{const u=Mr.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 sa)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 Rr{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 je extends Error{constructor(n,r){super(n);p(this,"hint");this.hint=r;const s=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,s),Error.captureStackTrace&&Error.captureStackTrace(this,je),this.name="InstantError"}get[Symbol.toStringTag](){return"InstantError"}}class Ye extends je{constructor(n){var i;const r=((i=n.body)==null?void 0:i.message)||`API Error (${n.status})`;super(r,n.body.hint);p(this,"body");p(this,"status");const s=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,s),Error.captureStackTrace&&Error.captureStackTrace(this,Ye),this.name="InstantAPIError",this.status=n.status,this.body=n.body}get[Symbol.toStringTag](){return"InstantAPIError"}}async function ue(t,e){const n=await fetch(t,e),r=await n.json();return n.status===200?Promise.resolve(r):Promise.reject(new Ye({status:n.status,body:r}))}function ua({apiURI:t,appId:e,email:n}){return ue(`${t}/runtime/auth/send_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n})})}async function la({apiURI:t,appId:e,email:n,code:r,refreshToken:s}){return await ue(`${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 fa({apiURI:t,appId:e,refreshToken:n}){return await ue(`${t}/runtime/auth/verify_refresh_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,"refresh-token":n})})}async function da({apiURI:t,appId:e}){return await ue(`${t}/runtime/auth/sign_in_guest`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e})})}async function xr({apiURI:t,appId:e,code:n,codeVerifier:r,refreshToken:s}){return await ue(`${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 ha({apiURI:t,appId:e,nonce:n,idToken:r,clientName:s,refreshToken:i}){return await ue(`${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 pa({apiURI:t,appId:e,refreshToken:n}){return await ue(`${t}/runtime/signout`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:e,refresh_token:n})})}async function ya({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 ue(`${t}/storage/upload`,{method:"PUT",headers:a,body:r})}async function ba({apiURI:t,appId:e,path:n,refreshToken:r}){const{data:s}=await ue(`${t}/storage/files?app_id=${e}&filename=${encodeURIComponent(n)}`,{method:"DELETE",headers:{"content-type":"application/json",authorization:`Bearer ${r}`}});return s}async function ga({apiURI:t,appId:e,fileName:n,refreshToken:r,metadata:s={}}){const{data:i}=await ue(`${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 _a(t,e){return(await fetch(t,{method:"PUT",body:e,headers:{"Content-Type":e.type}})).ok}async function wa({apiURI:t,appId:e,path:n,refreshToken:r}){const{data:s}=await ue(`${t}/storage/signed-download-url?app_id=${e}&filename=${encodeURIComponent(n)}`,{method:"GET",headers:{"content-type":"application/json",authorization:`Bearer ${r}`}});return s}let un=!1,Dr=!1,$r=!1;typeof window<"u"&&typeof window.localStorage<"u"&&(un=!!window.localStorage.getItem("devBackend"),Dr=!!window.localStorage.getItem("__instantLogging"),$r=!!window.localStorage.getItem("__devtoolLocalDash"));function Ur(t,e){if(!e)return t;const n={};return e.forEach(r=>{n[r]=t[r]}),n}function Ta(t,e,n){const r={peers:{}};if(e&&"user"in e?e.user:!0){const i=Ur(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=Ur(t.peers[i],e==null?void 0:e.keys);r.peers[i]={...c,peerId:i}}}return r}function ma(t,e){if(t.isLoading!==e.isLoading||t.error!==e.error||(t.user||e.user)&&(!t.user||!e.user||!Yn(t.user,e.user))||!Jn(t.peers,e.peers))return!0;for(const r of Object.keys(t.peers))if(!Yn(t.peers[r],e.peers[r]))return!0;return!1}class Lr{constructor(){p(this,"promise");p(this,"_resolve");p(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 Fr(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);Fr(n["child-nodes"],e)})}function Nr(t){const e=[];return Fr(t,e),e}function Kr(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 ln="v0.22.99-experimental.add-user-perm-rules.20792984656.1";function Sa(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 H{constructor(e,n,r,s={indexed:!1,unique:!1}){p(this,"valueType");p(this,"required");p(this,"isIndexed");p(this,"config");p(this,"metadata",{});this.valueType=e,this.required=n,this.isIndexed=r,this.config=s}clientRequired(){return new H(this.valueType,!1,this.isIndexed,this.config)}optional(){return new H(this.valueType,!1,this.isIndexed,this.config)}unique(){return new H(this.valueType,this.required,this.isIndexed,{...this.config,unique:!0})}indexed(){return new H(this.valueType,this.required,!0,{...this.config,indexed:!0})}}class mt{constructor(e,n){p(this,"attrs");p(this,"links");this.attrs=e,this.links=n}asType(){return new mt(this.attrs,this.links)}}class St{constructor(e,n,r){p(this,"entities");p(this,"links");p(this,"rooms");this.entities=e,this.links=n,this.rooms=r}withRoomSchema(){return new St(this.entities,this.links,{})}}class $ extends Error{constructor(e,n){const r=n?`At path '${n}': ${e}`:e;super(r),this.name="QueryValidationError"}}const Wr=["where","order","limit","last","first","offset","after","before","fields","aggregate"],va=t=>t.valueType||"unknown",zr=(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}},Ea=(t,e,n,r,s,i,o)=>{const a=i.valueType==="json",c=(u,l,f)=>{if(!zr(f,l,a))throw new $(`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 $(`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 $(`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 $(`Unknown operator '${t}' for attribute '${r}' in entity '${s}'`,o)}},Re=(t,e,n,r,s)=>{const i=va(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))Ea(u,l,i,e,r,n,`${s}.${u}`)}else if(!zr(t,i,o))throw new $(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${i}, but received: ${typeof t}`,s)},Oa=(t,e,n,r,s)=>{const i=t.split(".");if(i.length<2)throw new $(`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 $(`Entity '${o}' does not exist in schema while traversing dot notation path '${t}'.`,s);const y=h.links[f];if(!y){const b=Object.keys(h.links);throw new $(`Link '${f}' does not exist on entity '${o}' in dot notation path '${t}'. Available links: ${b.length>0?b.join(", "):"none"}`,s)}o=y.entityName}const a=i[i.length-1],c=r.entities[o];if(!c)throw new $(`Target entity '${o}' does not exist in schema for dot notation path '${t}'.`,s);if(a==="id"){if(typeof e=="string"&&!Ie(e))throw new $(`Invalid value for id field in entity '${o}'. Expected a UUID, but received: ${e}`,s);Re(e,t,new H("string",!1,!0),n,s);return}const u=c.attrs[a];if(Object.keys(c.links).includes(a)){if(typeof e=="string"&&!Ie(e))throw new $(`Invalid value for link '${a}' in entity '${o}'. Expected a UUID, but received: ${e}`,s);Re(e,t,new H("string",!1,!0),n,s);return}if(!u){const l=Object.keys(c.attrs);throw new $(`Attribute '${a}' does not exist on entity '${o}' in dot notation path '${t}'. Available attributes: ${l.length>0?l.join(", ")+", id":"id"}`,s)}Re(e,t,u,n,s)},qr=(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&&qr(u,e,n,`${r}.${s}[${u}]`);continue}if(s==="id"){Re(i,"id",new H("string",!1,!0),e,`${r}.id`);continue}if(s.includes(".")){Oa(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 $(`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)Re(i,s,a,e,`${r}.${s}`);else if(c){if(typeof i=="string"&&!Ie(i))throw new $(`Invalid value for link '${s}' in entity '${e}'. Expected a UUID, but received: ${i}`,`${r}.${s}`);const u=new H("string",!1,!0);Re(i,s,u,e,`${r}.${s}`)}}},Aa=(t,e,n,r,s=0)=>{for(const o of Object.keys(t))if(!Wr.includes(o))throw new $(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${Wr.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 $(`'${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 $(`'where' clause must be an object in entity '${e}', but received: ${typeof t.where}`,r?`${r}.where`:void 0);qr(t.where,e,n,r?`${r}.where`:"where")}},Vr=(t,e,n,r,s=0)=>{var i;if(!t||typeof t!="object")throw new $(`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 $(`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&&Vr(a,c,n,`${r}.${o}`,s+1)}}else{const a=t[o];if(typeof a!="object"||a===null)throw new $(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof a}`,`${r}.$`);Aa(a,e,n,`${r}.$`,s)}},Br=(t,e)=>{if(typeof t!="object"||t===null)throw new $(`Query must be an object, but received: ${typeof t}${t===null?" (null)":""}`);if(Array.isArray(t))throw new $(`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 $(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(typeof r!="string")throw new $(`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 $(`Entity '${r}' does not exist in schema. Available entities: ${s.length>0?s.join(", "):"none"}`,r)}Vr(n[r],r,e,r,0)}}},Gr=t=>typeof t!="string"?!1:wt(t)?!0:Ie(t);class ie extends Error{constructor(e){super(e),this.name="TransactionValidationError"}}const Qr=t=>t.length>0?t.join(", "):"none",ka=(t,e)=>new ie(`Entity '${t}' does not exist in schema. Available entities: ${Qr(e)}`),fn={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},Ca=(t,e)=>{var n;return t==null?!0:((n=fn[e.valueType])==null?void 0:n.call(fn,t))??!1},Hr=(t,e)=>{const n=e.entities[t];if(!n)throw ka(t,Object.keys(e.entities));return n},dn=(t,e,n)=>{const r=Hr(t,n);if(typeof e!="object"||e===null)throw new ie(`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&&!Ca(i,o))throw new ie(`Invalid value for attribute '${s}' in entity '${t}'. Expected ${o.valueType}, but received: ${typeof i}`)}},Jr=(t,e,n)=>{const r=Hr(t,n);if(typeof e!="object"||e===null)throw new ie(`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 ie(`Link '${s}' does not exist on entity '${t}'. Available links: ${Qr(a)}`)}if(i!=null){if(Array.isArray(i)){for(const a of i)if(!Gr(a))throw new ie(`Invalid entity ID in link '${s}' for entity '${t}'. Expected a UUID or a lookup, but received: ${a}`)}else if(!Gr(i))throw new ie(`Invalid UUID in link '${s}' for entity '${t}'. Expected a UUID, but received: ${i}`)}}},Pa={create:dn,update:dn,merge:dn,link:Jr,unlink:Jr,delete:()=>{}},Ia=(t,e)=>{if(!e)return;const[n,r,s,i]=t;if(!Array.isArray(s)&&!Ie(s))throw new ie(`Invalid id for entity '${r}'. Expected a UUID, but received: ${s}`);if(typeof r!="string")throw new ie(`Entity name must be a string, but received: ${typeof r}`);const o=Pa[n];o&&i!==void 0&&o(r,i,e)},Ma=(t,e)=>{const n=Array.isArray(t)?t:[t];for(const r of n){if(!r||typeof r!="object")throw new ie(`Transaction chunk must be an object, but received: ${typeof r}`);if(!Array.isArray(r.__ops))throw new ie(`Transaction chunk must have __ops array, but received: ${typeof r.__ops}`);for(const s of r.__ops){if(!Array.isArray(s))throw new ie(`Transaction operation must be an array, but received: ${typeof s}`);Ia(s,e)}}};let Yr=0;class Zr{constructor(e){p(this,"type","ws");p(this,"conn");p(this,"id");p(this,"onopen");p(this,"onmessage");p(this,"onclose");p(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 ja{constructor(e,n){p(this,"type","sse");p(this,"initParams",null);p(this,"sendQueue",[]);p(this,"sendPromise");p(this,"closeFired",!1);p(this,"sseInitTimeout");p(this,"ES");p(this,"conn");p(this,"url");p(this,"id");p(this,"onopen");p(this,"onmessage");p(this,"onclose");p(this,"onerror");this.id=`${this.type}_${Yr++}`,this.url=n,this.ES=e,this.conn=new e(n),this.sseInitTimeout=setTimeout(()=>{this.initParams||this.handleError()},1e4),this.conn.onmessage=r=>{const s=JSON.parse(r.data);if(Array.isArray(s))for(const i of s)this.handleMessage(i);else this.handleMessage(s)},this.conn.onerror=r=>{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.url,{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 Ra(t,e){const n=t.values;if(n){const r=ir(n.attrsStore,null);if(r){for(const s of n.entities||[])s.store.useDateObjects=e,s.store=sr(r,s.store);n.attrsStore=r}}return t}function xa(t,e){var n;if(e.values){const r=[];for(const s of(n=e.values)==null?void 0:n.entities){const i=rr(s.store);r.push({...s,store:i})}return{...e,values:{attrsStore:e.values.attrsStore.toJSON(),entities:r}}}else return e}function Da(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 hn(t,e,n){return Er({store:e,attrsStore:n,pageInfo:null,aggregate:null},t.query).data[t.table][0]}function Xr(t,e,n,r){var o;const s=(o=K(n,t.table,"id"))==null?void 0:o.id;if(!s)return-1;const i=Pe(e.eav,[r,s,r]);return i?i[3]:-1}function es(t,e,n){for(const{action:r,triple:s}of n)switch(r){case"added":cr(t,e,s);break;case"removed":or(t,e,s);break}}function $a(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 y=h[f]??{};switch(o){case"added":y.newValue=l;break;case"removed":y.oldValue===void 0&&(y.oldValue=l);break}h[f]=y}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 vt(t,e){return{[t.table]:e.map(n=>n.entity)}}function Ua(t,e){var r;if(t.orderFieldType)return t.orderFieldType;const n=t.orderField==="serverCreatedAt"?"number":(r=K(e(),t.table,t.orderField))==null?void 0:r["checked-data-type"];return t.orderFieldType=n,n}function La(t,e,n){const r=e;if(t.orderField==="serverCreatedAt"){n.sort(t.orderDirection==="asc"?function(o,a){return He(o.entity.id,o.serverCreatedAt,a.entity.id,a.serverCreatedAt,r)}:function(o,a){return He(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 He(o.entity.id,o.entity[s],a.entity.id,a.entity[s],r)}:function(o,a){return He(a.entity.id,a.entity[s],o.entity.id,o.entity[s],r)})}j.SyncTableCallbackEventType=void 0,function(t){t.InitialSyncBatch="InitialSyncBatch",t.InitialSyncComplete="InitialSyncComplete",t.LoadFromStorage="LoadFromStorage",t.SyncTransaction="SyncTransaction",t.Error="Error"}(j.SyncTableCallbackEventType||(j.SyncTableCallbackEventType={}));class Fa{constructor(e,n,r,s,i,o){p(this,"trySend");p(this,"subs");p(this,"callbacks",{});p(this,"config");p(this,"idToHash",{});p(this,"log");p(this,"createStore");p(this,"getAttrs");this.trySend=e,this.config=r,this.log=s,this.createStore=i,this.getAttrs=o,this.subs=new cn({persister:n,merge:Da,serialize:xa,parse:(a,c)=>Ra(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=L(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(q(),{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(q(),{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:j.SyncTableCallbackEventType.LoadFromStorage,data:vt(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(y=>{y[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=L(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=hn(o,l,a.attrsStore);c.push({store:l,entity:f,serverCreatedAt:Xr(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:j.SyncTableCallbackEventType.InitialSyncBatch,data:vt(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:j.SyncTableCallbackEventType.InitialSyncComplete,data:vt(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 m=u[w.triple[0]]??[];u[w.triple[0]]=m,m.push(w)}const l=s.values??{entities:[],attrsStore:this.getAttrs()},f=l.entities;s.values=l;const h=[];e:for(const[w,m]of Object.entries(u))for(let _=0;_<f.length;_++){const S=f[_];if(gi(S.store,w)){es(S.store,l.attrsStore,m);const O=hn(s,S.store,l.attrsStore),E=$a(S.store,l.attrsStore,m)[w];O?(h.push({oldEntity:S.entity,newEntity:O,changedFields:E||{}}),S.entity=O):c.push(_),delete u[w];continue e}}const y=[];for(const[w,m]of Object.entries(u)){const _=this.createStore([]);es(_,l.attrsStore,m);const S=hn(s,_,l.attrsStore);if(!S){this.log.error("No entity found after applying change",{sub:s,changes:m,store:_});continue}f.push({store:_,entity:S,serverCreatedAt:Xr(s,_,l.attrsStore,S.id)}),y.push(S)}const b=[];for(const w of c.sort().reverse())b.push(f[w].entity),f.splice(w,1);const g=Ua(s,this.getAttrs);La(s,g,f),this.notifyCbs(r,{type:j.SyncTableCallbackEventType.SyncTransaction,data:vt(s,(o=s.values)==null?void 0:o.entities),added:y,removed:b,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=L(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:j.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)}}const be={CONNECTING:"connecting",OPENED:"opened",AUTHENTICATED:"authenticated",CLOSED:"closed",ERRORED:"errored"},Na=3e4,Ka=3e4,Wa=200,za=1e3*60,qa={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"},pn="_instant_oauth_redirect",Ze="currentUser";function Va({transportType:t,appId:e,apiURI:n,wsURI:r,EventSourceImpl:s}){if(!s)return new Zr(`${r}?app_id=${e}`);switch(t){case"ws":return new Zr(`${r}?app_id=${e}`);case"sse":return new ja(s,`${n}/runtime/sse?app_id=${e}`);default:throw new Error("Unknown transport type "+t)}}function Ba(){return typeof window<"u"||typeof chrome<"u"}const ts={"set-presence":!0,"set-presence-ok":!0,"refresh-presence":!0,"patch-presence":!0};function Ga(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=ir(n.result.attrsStore,n.result.store);if(s){const i=n.result.store;n.result.store=sr(s,{...i,useDateObjects:e}),n.result.attrsStore=s}}return n}function Qa(t,e){const{result:n,...r}=e,s=r;if(n){const i={...n,store:rr(n.store),attrsStore:n.attrsStore.toJSON()};s.result=i}return s}function Ha(t,e){switch(t){case"pendingMutations":return new Map(typeof e=="string"?JSON.parse(e):e);default:return e}}function Ja(t,e){switch(t){case"pendingMutations":return[...e.entries()];default:return e}}function Ya(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 ns(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 Za{constructor(e,n=jr,r=Rr,s,i){p(this,"attrs");p(this,"_isOnline",!0);p(this,"_isShutdown",!1);p(this,"status",be.CONNECTING);p(this,"querySubs");p(this,"kv");p(this,"_syncTable");p(this,"queryCbs",{});p(this,"queryOnceDfds",{});p(this,"authCbs",[]);p(this,"attrsCbs",[]);p(this,"mutationErrorCbs",[]);p(this,"connectionStatusCbs",[]);p(this,"config");p(this,"mutationDeferredStore",new Map);p(this,"_reconnectTimeoutId",null);p(this,"_reconnectTimeoutMs",0);p(this,"_transport");p(this,"_transportType","ws");p(this,"_EventSource");p(this,"_wsOk",null);p(this,"_localIdPromises",{});p(this,"_errorMessage",null);p(this,"_oauthCallbackResponse",null);p(this,"_linkIndex",null);p(this,"_broadcastChannel");p(this,"_rooms",{});p(this,"_roomsPendingLeave",{});p(this,"_presence",{});p(this,"_broadcastQueue",[]);p(this,"_broadcastSubs",{});p(this,"_currentUserCached",{isLoading:!0,error:void 0,user:void 0});p(this,"_beforeUnloadCbs",[]);p(this,"_dataForQueryCache",{});p(this,"_log");p(this,"_pendingTxCleanupTimeout");p(this,"_pendingMutationCleanupThreshold");p(this,"_inFlightMutationEventIds",new Set);p(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}});p(this,"getPreviousResult",e=>{var r;const n=L(e);return(r=this.dataForQuery(n))==null?void 0:r.data});p(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,!pt(s.data,r)&&n.forEach(o=>o.cb(s.data)))});p(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)})});p(this,"notifyQueryError",(e,n)=>{(this.queryCbs[e]||[]).forEach(s=>s.cb({error:n}))});p(this,"pushTx",e=>{this.config.disableValidation||Ma(e,this.config.schema);try{const n=ta({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)}});p(this,"pushOps",(e,n)=>{const r=q(),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 Lr;return this.mutationDeferredStore.set(r,a),this._sendMutation(r,o),this.notifyAll(),a.promise});p(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(be.OPENED),this.getCurrentUser().then(r=>{var s;this._trySend(q(),{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)})});p(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)});p(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)});p(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)});p(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(be.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={...qa,...e},this.queryCacheLimit=this.config.queryCacheLimit??10,this._pendingTxCleanupTimeout=this.config.pendingTxCleanupTimeout??Ka,this._pendingMutationCleanupThreshold=this.config.pendingMutationCleanupThreshold??Wa,this._log=Sa(e.verbose||un||Dr,()=>this._reactorStats()),this.versions={...s||{},"@instantdb/core":ln},this.config.schema&&(this._linkIndex=Kr(this.config.schema)),!!Ba()){if(!e.appId)throw new Error("Instant must be initialized with an appId.");if(!Ie(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();this.updateUser(c.user)}}catch(c){this._log.error("[error] handle broadcast channel",c)}})),this._initStorage(n),this._syncTable=new Fa(this._trySendAuthed.bind(this),new n(this.config.appId,"syncSubs"),{useDateObjects:this.config.useDateObjects},this._log,o=>Be(this.ensureAttrs(),o,this.config.enableCardinalityInference,this.config.useDateObjects),()=>this.ensureAttrs()),this._oauthCallbackResponse=this._oauthLoginInit(),this.getCurrentUser().then(o=>{this.syncUserToEndpoint(o.user)}),setInterval(async()=>{const o=await this.getCurrentUser();this.syncUserToEndpoint(o.user)},za),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",be.CLOSED),this._setStatus(be.CLOSED)))})}),typeof addEventListener<"u"&&(this._beforeUnload=this._beforeUnload.bind(this),addEventListener("beforeunload",this._beforeUnload))}}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?Kr(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 cn({persister:new e(this.config.appId,"querySubs"),merge:Ya,serialize:Qa,parse:(n,r)=>Ga(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 cn({persister:new e(this.config.appId,"kv"),merge:this._onMergeKv,serialize:Ja,parse:Ha,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(Ze),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 Ye({body:a,status:o??0}))}else s.reject(new je((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)}_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=L(e),i=this.ensureAttrs(),o=Be(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;const r=!!this.config.schema&&("cardinalityInference"in this.config?!!this.config.cardinalityInference:!0);switch(ts[n.op]||this._log.info("[receive]",e,n.op,n),n.op){case"init-ok":{this._setStatus(be.AUTHENTICATED),this._reconnectTimeoutMs=0,this._setAttrs(n.attrs),this._flushPendingMessages(),this._sessionId=n["session-id"];for(const h of Object.keys(this._rooms)){const y=(i=(s=this._presence[h])==null?void 0:s.result)==null?void 0:i.user;this._tryJoinRoom(h,y)}break}case"add-query-exists":{this.notifyOneQueryOnce(L(n.q));break}case"add-query-ok":{const{q:h,result:y}=n,b=L(h);if(!this._hasQueryListeners()&&!this.querySubs.currentValue[b])break;const g=(a=(o=y==null?void 0:y[0])==null?void 0:o.data)==null?void 0:a["page-info"],w=(u=(c=y==null?void 0:y[0])==null?void 0:c.data)==null?void 0:u.aggregate,m=Nr(y),_=this.ensureAttrs(),S=Be(_,m,r,this.config.useDateObjects);this.querySubs.updateInPlace(O=>{if(!O[b]){this._log.info("Missing value in querySubs",{hash:b,q:h});return}O[b].result={store:S,attrsStore:_,pageInfo:g,aggregate:w,processedTxId:n["processed-tx-id"]}}),this._cleanupPendingMutationsQueries(),this.notifyOne(b),this.notifyOneQueryOnce(b),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"refresh-ok":{const{computations:h,attrs:y}=n,b=n["processed-tx-id"];y&&this._setAttrs(y),this._cleanupPendingMutationsTimeout();const g=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations(),b);g!==this._pendingMutations()&&this.kv.updateInPlace(_=>{_.pendingMutations=g});const w=ns(g.entries()),m=h.map(_=>{var at,fe,he,we;const S=_["instaql-query"],O=_["instaql-result"],E=L(S),x=Nr(O),W=this.ensureAttrs(),J=Be(W,x,r,this.config.useDateObjects),{store:ot,attrsStore:Ct}=this._applyOptimisticUpdates(J,W,w,b),Pn=(fe=(at=O==null?void 0:O[0])==null?void 0:at.data)==null?void 0:fe["page-info"],In=(we=(he=O==null?void 0:O[0])==null?void 0:he.data)==null?void 0:we.aggregate;return{q:S,hash:E,store:ot,attrsStore:Ct,pageInfo:Pn,aggregate:In}});m.forEach(({hash:_,q:S,store:O,attrsStore:E,pageInfo:x,aggregate:W})=>{this.querySubs.updateInPlace(J=>{if(!J[_]){this._log.error("Missing value in querySubs",{hash:_,q:S});return}J[_].result={store:O,attrsStore:E,pageInfo:x,aggregate:W,processedTxId:b}})}),this._cleanupPendingMutationsQueries(),m.forEach(({hash:_})=>{this.notifyOne(_)});break}case"transact-ok":{const{"client-event-id":h,"tx-id":y}=n;this._inFlightMutationEventIds.delete(h);const g=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations()).get(h);if(!g)break;this._updatePendingMutations(m=>{m.set(h,{...m.get(h),"tx-id":y,confirmed:Date.now()})});const w=[];for(const m of g["tx-steps"])if(m[0]==="add-attr"){const _=m[1];w.push(_)}if(w.length){const m=Object.values(this.ensureAttrs().attrs);this._setAttrs([...m,...w])}this._finishTransaction("synced",h),this._cleanupPendingMutationsTimeout();break}case"patch-presence":{const h=n["room-id"];this._trySetRoomConnected(h,!0),this._patchPresencePeers(h,n.edits),this._notifyPresenceSubs(h);break}case"refresh-presence":{const h=n["room-id"];this._trySetRoomConnected(h,!0),this._setPresencePeers(h,n.data),this._notifyPresenceSubs(h);break}case"server-broadcast":{const h=n["room-id"],y=n.topic;this._trySetRoomConnected(h,!0),this._notifyBroadcastSubs(h,y,n);break}case"join-room-ok":{const h=n["room-id"];if(!this._rooms[h]){this._roomsPendingLeave[h]&&(this._tryLeaveRoom(h),delete this._roomsPendingLeave[h]);break}this._trySetRoomConnected(h,!0),this._flushEnqueuedRoomData(h);break}case"leave-room-ok":{const h=n["room-id"];this._trySetRoomConnected(h,!1);break}case"join-room-error":const l=n["room-id"],f=this._rooms[l];f&&(f.error=n.error),this._notifyPresenceSubs(l);break;case"error":this._handleReceiveError(n);break;default:this._log.info("Uknown op",n.op,n);break}}_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,y;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 b=(u=e["original-event"])==null?void 0:u.q,g=L(b);this.notifyQueryError(L(b),s),this.notifyQueryOnceError(b,g,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(be.ERRORED,s),this.notifyAll();return}if(((h=e["original-event"])==null?void 0:h.op)==="resync-table"){this._syncTable.onResyncError(e);return}if(((y=e["original-event"])==null?void 0:y.op)==="start-sync"){this._syncTable.onStartSyncError(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
|
+
`,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 ve(e.reduce((n,r)=>(n[r.id]=r,n),{}),this._linkIndex),this.notifyAttrsSubs()}_startQuerySub(e,n){const r=q();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||Br(e,this.config.schema),r&&"ruleParams"in r&&(e={$$ruleParams:r.ruleParams,...e});const s=L(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||Br(e,this.config.schema),n&&"ruleParams"in n&&(e={$$ruleParams:n.ruleParams,...e});const r=new Lr;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=L(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")),Na),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(q(),{op:"remove-query",q:e}))}_rewriteMutations(e,n,r){if(!e)return n;if(!n)return new Map;const s=l=>{const[f,h,y]=l["forward-identity"];return K(e,h,y)},i=l=>{const[f,h,y]=l["forward-identity"];return Ee(e,h,y)},o={attrIdMap:{},refSwapAttrIds:new Set};let a=!1;const c=(l,f)=>{const h=[];for(const y of l){const[b]=y;if(b==="add-attr"){const[w,m]=y,_=s(m);if(_&&m.id!==_.id){o.attrIdMap[m.id]=_.id,a=!0;continue}if(m["value-type"]==="ref"){const S=i(m);if(S){o.attrIdMap[m.id]=S.id,o.refSwapAttrIds.add(m.id),a=!0;continue}}}if(r&&f&&r>=f&&b==="add-attr"||b==="update-attr"||b==="delete-attr"){a=!0;continue}const g=a?Io(o,y):y;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 ns(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 ve({},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 ve(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:y,aggregate:b,processedTxId:g}=u,w=this._rewriteMutationsSorted(h,a);if(n){const _=this._applyOptimisticUpdates(f,h,w,g);f=_.store,h=_.attrsStore}return{data:Er({store:f,attrsStore:h,pageInfo:y,aggregate:b},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=Pi(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!==be.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(s=>this.querySubs.currentValue[s]).filter(s=>s).forEach(({eventId:s,q:i})=>{this._trySendAuthed(s,{op:"add-query",q:i})}),Object.values(this.queryOnceDfds).flat().forEach(({eventId:s,q:i})=>{this._trySendAuthed(s,{op:"add-query",q:i})}),this._rewriteMutationsSorted(this.ensureAttrs(),this._pendingMutations()).forEach(([s,i])=>{i["tx-id"]||this._sendMutation(s,i)}),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===be.AUTHENTICATED&&this._trySend(...e)}_trySend(e,n,r){if(this._transport.isOpen()){switch(ts[n.op]||this._log.info("[send]",this._transport.id,n.op,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=Va({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=q();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(pn)){const n=e.toString();e.searchParams.delete(pn),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(pn))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 xr({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||pt(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 je("Could not get current user: "+n.message);return e}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[Ze]=e}),await this.kv.waitForKeyToLoad(Ze)}getCurrentUserCached(){return this._currentUserCached}async _getCurrentUser(){const e=await this.kv.waitForKeyToLoad(Ze);return typeof e=="string"?JSON.parse(e):e}async getCurrentUser(){const e=await this._waitForOAuthCallbackResponse();if(e!=null&&e.error){const n={error:e.error,user:void 0};return this._currentUserCached={isLoading:!1,...n},n}try{const r={user:await this._getCurrentUser(),error:void 0};return this._currentUserCached={isLoading:!1,...r},r}catch(n){return{user:void 0,isLoading:!1,error:{message:(n==null?void 0:n.message)||"Error loading user"}}}}async _hasCurrentUser(){const e=await this.kv.waitForKeyToLoad(Ze);return typeof e=="string"?JSON.parse(e)!=null:e!=null}async changeCurrentUser(e){var r;const{user:n}=await this.getCurrentUser();if(!pt(n,e)){await this.setCurrentUser(e),this.updateUser(e);try{(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{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)}}updateUser(e){this.syncUserToEndpoint(e);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._reconnectTimeoutMs=0,this._transport.close(),this._oauthCallbackResponse=null,this.notifyAuthSubs(n)}sendMagicCode({email:e}){return ua({apiURI:this.config.apiURI,appId:this.config.appId,email:e})}async signInWithMagicCode({email:e,code:n}){var o;const r=await this.getCurrentUser(),s=((o=r==null?void 0:r.user)==null?void 0:o.type)==="guest",i=await la({apiURI:this.config.apiURI,appId:this.config.appId,email:e,code:n,refreshToken:s?r.user.refresh_token:void 0});return await this.changeCurrentUser(i.user),i}async signInWithCustomToken(e){const n=await fa({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:e});return await this.changeCurrentUser(n.user),n}async signInAsGuest(){const e=await da({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}pa({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;const r=await this.getCurrentUser(),s=((o=r==null?void 0:r.user)==null?void 0:o.type)==="guest",i=await xr({apiURI:this.config.apiURI,appId:this.config.appId,code:e,codeVerifier:n,refreshToken:s?r.user.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 ha({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){let r=!1;this._rooms[e]||(r=!0,this._rooms[e]={isConnected:!1,error:void 0}),this._presence[e]=this._presence[e]||{};const s=this._presence[e].result;return n&&!s&&(this._presence[e].result=this._presence[e].result||{},this._presence[e].result.user=n,this._notifyPresenceSubs(e)),r&&this._tryJoinRoom(e,n),()=>{this._cleanupRoom(e)}}_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:{...Ta(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(q(),{op:"set-presence","room-id":e,data:n})}_tryJoinRoom(e,n){this._trySendAuthed(q(),{op:"join-room","room-id":e,data:n}),delete this._roomsPendingLeave[e]}_tryLeaveRoom(e){this._trySendAuthed(q(),{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(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&&!ma(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=ht(s,u=>{for(let[l,f,h]of n)switch(f){case"+":Ys(u,l,h);break;case"r":Xn(u,l,h);break;case"-":er(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=ht(this._presence,i=>{Xn(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(q(),{op:"client-broadcast","room-id":e,roomType:n,topic:r,data:s})}subscribeTopic(e,n,r){const s=this.joinRoom(e);return this._broadcastSubs[e]=this._broadcastSubs[e]||{},this._broadcastSubs[e][n]=this._broadcastSubs[e][n]||[],this._broadcastSubs[e][n].push(r),this._presence[e]=this._presence[e]||{},()=>{this._broadcastSubs[e][n]=this._broadcastSubs[e][n].filter(i=>i!==r),this._broadcastSubs[e][n].length||delete this._broadcastSubs[e][n],s()}}_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,y,b,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=(b=(y=this._presence[e])==null?void 0:y.result)==null?void 0:b.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 ya({...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 ba({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 ga({apiURI:this.config.apiURI,appId:this.config.appId,fileName:i,refreshToken:s});return await _a(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 wa({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:r})}}function Xa(t,e){return new St(rs(t,e),e,void 0)}function ec(t){return new mt(t,{})}function tc(){return new H("string",!0,!1)}function nc(){return new H("number",!0,!1)}function rc(){return new H("boolean",!0,!1)}function sc(){return new H("date",!0,!1)}function ic(){return new H("json",!0,!1)}function oc(){return new H("json",!0,!1)}function rs(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 mt(u.attrs,{...n.fwd[c],...n.rev[c]})]))}function ac({entities:t,links:e,rooms:n}){const r=e??{},s=n??{};return new St(rs(t,r),r,s)}const cc={graph:Xa,schema:ac,entity:ec,string:tc,number:nc,boolean:rc,date:sc,json:ic,any:oc};let Et;function uc(t,e){Et==null||Et.dispose();const n=yc(e),r=dc(e,a),s=fc(lc(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),Et={dispose:c}}return u()}function lc(t){return`${un||$r?"http://localhost:3000":"https://instantdb.com"}/_devtool?appId=${t}`}function fc(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 dc(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"/>
|
|
5
5
|
<rect x="97.0973" y="91.3297" width="140" height="330" fill="white"/>
|
|
6
6
|
</svg>
|
|
7
|
-
`,r=document.createElement("button");return r.innerHTML=n,r.className="instant-devtool-toggler",Object.assign(r.style,
|
|
7
|
+
`,r=document.createElement("button");return r.innerHTML=n,r.className="instant-devtool-toggler",Object.assign(r.style,{position:"fixed",...hc(t.position),height:"32px",width:"32px",display:"flex",alignItems:"center",justifyContent:"center",zIndex:"9010",padding:"0",margin:"0",border:"none",cursor:"pointer"}),r.addEventListener("click",e),{element:r}}function hc(t){switch(t){case"bottom-left":return{bottom:"24px",left:"24px"};case"bottom-right":return{bottom:"24px",right:"24px"};case"top-right":return{top:"24px",right:"24px"};case"top-left":return{top:"24px",left:"24px"}}}function pc(t){switch(t){case"bottom-left":return{bottom:"24px",right:"24px",left:"60px",top:"72px"};case"bottom-right":return{bottom:"24px",left:"24px",right:"60px",top:"72px"};case"top-right":return{top:"24px",left:"24px",right:"60px",bottom:"72px"};case"top-left":return{top:"24px",right:"24px",left:"60px",bottom:"72px"}}}function yc(t){const e=document.createElement("div");Object.assign(e.style,{position:"fixed",...pc(t.position),display:"block",borderRadius:"4px",border:"1px #ccc solid",boxShadow:"0px 0px 8px #00000044",backgroundColor:"#eee",zIndex:"999990"}),e.style.display="none",e.className="instant-devtool-container";function n(){return e.style.display!=="none"}return{element:e,isVisible:n}}const bc={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"};function gc(){return globalThis.__instantDbSchemaHashStore=globalThis.__instantDbSchemaHashStore??new WeakMap,globalThis.__instantDbSchemaHashStore}function _c(){return globalThis.__instantDbStore=globalThis.__instantDbStore??{},globalThis.__instantDbStore}function yn(t){const e=t.__adminToken;return t.appId+"_"+(t.websocketURI||"default_ws_uri")+"_"+(t.apiURI||"default_api_uri")+"_"+(e||"client_only")+"_"+t.useDateObjects}const bn=_c(),ss=gc();class wc{constructor(e){p(this,"db");p(this,"sendMagicCode",e=>this.db.sendMagicCode(e));p(this,"signInWithMagicCode",e=>this.db.signInWithMagicCode(e));p(this,"signInWithToken",e=>this.db.signInWithCustomToken(e));p(this,"signInAsGuest",()=>this.db.signInAsGuest());p(this,"createAuthorizationURL",e=>this.db.createAuthorizationURL(e));p(this,"signInWithIdToken",e=>this.db.signInWithIdToken(e));p(this,"exchangeOAuthCode",e=>this.db.exchangeCodeForToken(e));p(this,"issuerURI",()=>this.db.issuerURI());p(this,"signOut",(e={invalidateToken:!0})=>this.db.signOut(e));this.db=e}}class Tc{constructor(e){p(this,"db");p(this,"uploadFile",(e,n,r={})=>this.db.uploadFile(e,n,r));p(this,"delete",e=>this.db.deleteFile(e));p(this,"upload",(e,n)=>this.db.upload(e,n));p(this,"put",this.upload);p(this,"getDownloadUrl",e=>this.db.getDownloadUrl(e));this.db=e}}function mc(t){return JSON.parse(JSON.stringify(t))}class Sc{constructor(e){p(this,"_reactor");p(this,"auth");p(this,"storage");p(this,"tx",rn());this._reactor=e,this.auth=new wc(this._reactor),this.storage=new Tc(this._reactor)}transact(e){return this._reactor.pushTx(e)}getLocalId(e){return this._reactor.getLocalId(e)}subscribeQuery(e,n,r){return this._reactor.subscribeQuery(e,n,r)}subscribeAuth(e){return this._reactor.subscribeAuth(e)}getAuth(){return this._reactor.getAuth()}subscribeConnectionStatus(e){return this._reactor.subscribeConnectionStatus(e)}joinRoom(e="_defaultRoomType",n="_defaultRoomId",r){return{leaveRoom:this._reactor.joinRoom(n,r==null?void 0:r.initialPresence),subscribeTopic:(i,o)=>this._reactor.subscribeTopic(n,i,o),subscribePresence:(i,o)=>this._reactor.subscribePresence(e,n,i,o),publishTopic:(i,o)=>this._reactor.publishTopic({roomType:e,roomId:n,topic:i,data:o}),publishPresence:i=>this._reactor.publishPresence(e,n,i),getPresence:i=>this._reactor.getPresence(e,n,i)}}shutdown(){delete bn[yn(this._reactor.config)],this._reactor.shutdown()}queryOnce(e,n){return this._reactor.queryOnce(e,n)}_syncTableExperimental(e,n){return this._reactor.subscribeTable(e,n)}}function is(t){if(!t)return"0";const e=ss.get(t);if(e)return e;const n=L(t);return ss.set(t,n),n}function vc(t,e){return is(t._reactor.config.schema)!==is(e)}function Ec(t,e,n,r,s){var u;const i={...t,appId:(u=t.appId)==null?void 0:u.trim(),useDateObjects:t.useDateObjects??!1},o=bn[yn(i)];if(o)return vc(o,i.schema)&&o._reactor.updateSchema(i.schema),o;const a=new Za({...bc,...i,cardinalityInference:!!i.schema},e||jr,n||Rr,{...r||{},"@instantdb/core":ln},s),c=new Sc(a);return bn[yn(i)]=c,Oc(i.appId,i.devtool),c}function Oc(t,e){if(typeof window>"u"||typeof window.location>"u"||typeof document>"u"||typeof e=="boolean"&&!e)return;const n={position:"bottom-right",allowedHosts:["localhost"],...typeof e=="object"?e:{}};n.allowedHosts.includes(window.location.hostname)&&uc(t,n)}var gn={exports:{}},Xe={};/**
|
|
8
8
|
* @license React
|
|
9
9
|
* react-jsx-runtime.production.min.js
|
|
10
10
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/var
|
|
15
|
+
*/var os;function Ac(){if(os)return Xe;os=1;var t=k,e=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,s=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function o(a,c,u){var l,f={},h=null,y=null;u!==void 0&&(h=""+u),c.key!==void 0&&(h=""+c.key),c.ref!==void 0&&(y=c.ref);for(l in c)r.call(c,l)&&!i.hasOwnProperty(l)&&(f[l]=c[l]);if(a&&a.defaultProps)for(l in c=a.defaultProps,c)f[l]===void 0&&(f[l]=c[l]);return{$$typeof:e,type:a,key:h,ref:y,props:f,_owner:s.current}}return Xe.Fragment=n,Xe.jsx=o,Xe.jsxs=o,Xe}var et={},as;function kc(){if(as)return et;as=1;var t={};/**
|
|
16
16
|
* @license React
|
|
17
17
|
* react-jsx-runtime.development.js
|
|
18
18
|
*
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
*
|
|
21
21
|
* This source code is licensed under the MIT license found in the
|
|
22
22
|
* LICENSE file in the root directory of this source tree.
|
|
23
|
-
*/return t.NODE_ENV!=="production"&&function(){var e=
|
|
24
|
-
`+
|
|
25
|
-
`),
|
|
26
|
-
`),
|
|
27
|
-
`+
|
|
23
|
+
*/return t.NODE_ENV!=="production"&&function(){var e=k,n=Symbol.for("react.element"),r=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),c=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),b=Symbol.for("react.offscreen"),g=Symbol.iterator,w="@@iterator";function m(d){if(d===null||typeof d!="object")return null;var T=g&&d[g]||d[w];return typeof T=="function"?T:null}var _=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function S(d){{for(var T=arguments.length,v=new Array(T>1?T-1:0),A=1;A<T;A++)v[A-1]=arguments[A];O("error",d,v)}}function O(d,T,v){{var A=_.ReactDebugCurrentFrame,R=A.getStackAddendum();R!==""&&(T+="%s",v=v.concat([R]));var D=v.map(function(M){return String(M)});D.unshift("Warning: "+T),Function.prototype.apply.call(console[d],console,D)}}var E=!1,x=!1,W=!1,J=!1,ot=!1,Ct;Ct=Symbol.for("react.module.reference");function Pn(d){return!!(typeof d=="string"||typeof d=="function"||d===s||d===o||ot||d===i||d===l||d===f||J||d===b||E||x||W||typeof d=="object"&&d!==null&&(d.$$typeof===y||d.$$typeof===h||d.$$typeof===a||d.$$typeof===c||d.$$typeof===u||d.$$typeof===Ct||d.getModuleId!==void 0))}function In(d,T,v){var A=d.displayName;if(A)return A;var R=T.displayName||T.name||"";return R!==""?v+"("+R+")":v}function at(d){return d.displayName||"Context"}function fe(d){if(d==null)return null;if(typeof d.tag=="number"&&S("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d;switch(d){case s:return"Fragment";case r:return"Portal";case o:return"Profiler";case i:return"StrictMode";case l:return"Suspense";case f:return"SuspenseList"}if(typeof d=="object")switch(d.$$typeof){case c:var T=d;return at(T)+".Consumer";case a:var v=d;return at(v._context)+".Provider";case u:return In(d,d.render,"ForwardRef");case h:var A=d.displayName||null;return A!==null?A:fe(d.type)||"Memo";case y:{var R=d,D=R._payload,M=R._init;try{return fe(M(D))}catch{return null}}}return null}var he=Object.assign,we=0,bs,gs,_s,ws,Ts,ms,Ss;function vs(){}vs.__reactDisabledLog=!0;function Hc(){{if(we===0){bs=console.log,gs=console.info,_s=console.warn,ws=console.error,Ts=console.group,ms=console.groupCollapsed,Ss=console.groupEnd;var d={configurable:!0,enumerable:!0,value:vs,writable:!0};Object.defineProperties(console,{info:d,log:d,warn:d,error:d,group:d,groupCollapsed:d,groupEnd:d})}we++}}function Jc(){{if(we--,we===0){var d={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:he({},d,{value:bs}),info:he({},d,{value:gs}),warn:he({},d,{value:_s}),error:he({},d,{value:ws}),group:he({},d,{value:Ts}),groupCollapsed:he({},d,{value:ms}),groupEnd:he({},d,{value:Ss})})}we<0&&S("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Mn=_.ReactCurrentDispatcher,jn;function Pt(d,T,v){{if(jn===void 0)try{throw Error()}catch(R){var A=R.stack.trim().match(/\n( *(at )?)/);jn=A&&A[1]||""}return`
|
|
24
|
+
`+jn+d}}var Rn=!1,It;{var Yc=typeof WeakMap=="function"?WeakMap:Map;It=new Yc}function Es(d,T){if(!d||Rn)return"";{var v=It.get(d);if(v!==void 0)return v}var A;Rn=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var D;D=Mn.current,Mn.current=null,Hc();try{if(T){var M=function(){throw Error()};if(Object.defineProperty(M.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(M,[])}catch(ne){A=ne}Reflect.construct(d,[],M)}else{try{M.call()}catch(ne){A=ne}d.call(M.prototype)}}else{try{throw Error()}catch(ne){A=ne}d()}}catch(ne){if(ne&&A&&typeof ne.stack=="string"){for(var I=ne.stack.split(`
|
|
25
|
+
`),Y=A.stack.split(`
|
|
26
|
+
`),N=I.length-1,z=Y.length-1;N>=1&&z>=0&&I[N]!==Y[z];)z--;for(;N>=1&&z>=0;N--,z--)if(I[N]!==Y[z]){if(N!==1||z!==1)do if(N--,z--,z<0||I[N]!==Y[z]){var oe=`
|
|
27
|
+
`+I[N].replace(" at new "," at ");return d.displayName&&oe.includes("<anonymous>")&&(oe=oe.replace("<anonymous>",d.displayName)),typeof d=="function"&&It.set(d,oe),oe}while(N>=1&&z>=0);break}}}finally{Rn=!1,Mn.current=D,Jc(),Error.prepareStackTrace=R}var Ne=d?d.displayName||d.name:"",ke=Ne?Pt(Ne):"";return typeof d=="function"&&It.set(d,ke),ke}function Zc(d,T,v){return Es(d,!1)}function Xc(d){var T=d.prototype;return!!(T&&T.isReactComponent)}function Mt(d,T,v){if(d==null)return"";if(typeof d=="function")return Es(d,Xc(d));if(typeof d=="string")return Pt(d);switch(d){case l:return Pt("Suspense");case f:return Pt("SuspenseList")}if(typeof d=="object")switch(d.$$typeof){case u:return Zc(d.render);case h:return Mt(d.type,T,v);case y:{var A=d,R=A._payload,D=A._init;try{return Mt(D(R),T,v)}catch{}}}return""}var ct=Object.prototype.hasOwnProperty,Os={},As=_.ReactDebugCurrentFrame;function jt(d){if(d){var T=d._owner,v=Mt(d.type,d._source,T?T.type:null);As.setExtraStackFrame(v)}else As.setExtraStackFrame(null)}function eu(d,T,v,A,R){{var D=Function.call.bind(ct);for(var M in d)if(D(d,M)){var I=void 0;try{if(typeof d[M]!="function"){var Y=Error((A||"React class")+": "+v+" type `"+M+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof d[M]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Y.name="Invariant Violation",Y}I=d[M](T,M,A,v,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(N){I=N}I&&!(I instanceof Error)&&(jt(R),S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",A||"React class",v,M,typeof I),jt(null)),I instanceof Error&&!(I.message in Os)&&(Os[I.message]=!0,jt(R),S("Failed %s type: %s",v,I.message),jt(null))}}}var tu=Array.isArray;function xn(d){return tu(d)}function nu(d){{var T=typeof Symbol=="function"&&Symbol.toStringTag,v=T&&d[Symbol.toStringTag]||d.constructor.name||"Object";return v}}function ru(d){try{return ks(d),!1}catch{return!0}}function ks(d){return""+d}function Cs(d){if(ru(d))return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",nu(d)),ks(d)}var Ps=_.ReactCurrentOwner,su={key:!0,ref:!0,__self:!0,__source:!0},Is,Ms;function iu(d){if(ct.call(d,"ref")){var T=Object.getOwnPropertyDescriptor(d,"ref").get;if(T&&T.isReactWarning)return!1}return d.ref!==void 0}function ou(d){if(ct.call(d,"key")){var T=Object.getOwnPropertyDescriptor(d,"key").get;if(T&&T.isReactWarning)return!1}return d.key!==void 0}function au(d,T){typeof d.ref=="string"&&Ps.current}function cu(d,T){{var v=function(){Is||(Is=!0,S("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",T))};v.isReactWarning=!0,Object.defineProperty(d,"key",{get:v,configurable:!0})}}function uu(d,T){{var v=function(){Ms||(Ms=!0,S("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",T))};v.isReactWarning=!0,Object.defineProperty(d,"ref",{get:v,configurable:!0})}}var lu=function(d,T,v,A,R,D,M){var I={$$typeof:n,type:d,key:T,ref:v,props:M,_owner:D};return I._store={},Object.defineProperty(I._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(I,"_self",{configurable:!1,enumerable:!1,writable:!1,value:A}),Object.defineProperty(I,"_source",{configurable:!1,enumerable:!1,writable:!1,value:R}),Object.freeze&&(Object.freeze(I.props),Object.freeze(I)),I};function fu(d,T,v,A,R){{var D,M={},I=null,Y=null;v!==void 0&&(Cs(v),I=""+v),ou(T)&&(Cs(T.key),I=""+T.key),iu(T)&&(Y=T.ref,au(T,R));for(D in T)ct.call(T,D)&&!su.hasOwnProperty(D)&&(M[D]=T[D]);if(d&&d.defaultProps){var N=d.defaultProps;for(D in N)M[D]===void 0&&(M[D]=N[D])}if(I||Y){var z=typeof d=="function"?d.displayName||d.name||"Unknown":d;I&&cu(M,z),Y&&uu(M,z)}return lu(d,I,Y,R,A,Ps.current,M)}}var Dn=_.ReactCurrentOwner,js=_.ReactDebugCurrentFrame;function Fe(d){if(d){var T=d._owner,v=Mt(d.type,d._source,T?T.type:null);js.setExtraStackFrame(v)}else js.setExtraStackFrame(null)}var $n;$n=!1;function Un(d){return typeof d=="object"&&d!==null&&d.$$typeof===n}function Rs(){{if(Dn.current){var d=fe(Dn.current.type);if(d)return`
|
|
28
28
|
|
|
29
|
-
Check the render method of \``+
|
|
29
|
+
Check the render method of \``+d+"`."}return""}}function du(d){return""}var xs={};function hu(d){{var T=Rs();if(!T){var v=typeof d=="string"?d:d.displayName||d.name;v&&(T=`
|
|
30
30
|
|
|
31
|
-
Check the top-level render call using <`+v+">.")}return
|
|
31
|
+
Check the top-level render call using <`+v+">.")}return T}}function Ds(d,T){{if(!d._store||d._store.validated||d.key!=null)return;d._store.validated=!0;var v=hu(T);if(xs[v])return;xs[v]=!0;var A="";d&&d._owner&&d._owner!==Dn.current&&(A=" It was passed a child from "+fe(d._owner.type)+"."),Fe(d),S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',v,A),Fe(null)}}function $s(d,T){{if(typeof d!="object")return;if(xn(d))for(var v=0;v<d.length;v++){var A=d[v];Un(A)&&Ds(A,T)}else if(Un(d))d._store&&(d._store.validated=!0);else if(d){var R=m(d);if(typeof R=="function"&&R!==d.entries)for(var D=R.call(d),M;!(M=D.next()).done;)Un(M.value)&&Ds(M.value,T)}}}function pu(d){{var T=d.type;if(T==null||typeof T=="string")return;var v;if(typeof T=="function")v=T.propTypes;else if(typeof T=="object"&&(T.$$typeof===u||T.$$typeof===h))v=T.propTypes;else return;if(v){var A=fe(T);eu(v,d.props,"prop",A,d)}else if(T.PropTypes!==void 0&&!$n){$n=!0;var R=fe(T);S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",R||"Unknown")}typeof T.getDefaultProps=="function"&&!T.getDefaultProps.isReactClassApproved&&S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function yu(d){{for(var T=Object.keys(d.props),v=0;v<T.length;v++){var A=T[v];if(A!=="children"&&A!=="key"){Fe(d),S("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",A),Fe(null);break}}d.ref!==null&&(Fe(d),S("Invalid attribute `ref` supplied to `React.Fragment`."),Fe(null))}}var Us={};function Ls(d,T,v,A,R,D){{var M=Pn(d);if(!M){var I="";(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(I+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Y=du();Y?I+=Y:I+=Rs();var N;d===null?N="null":xn(d)?N="array":d!==void 0&&d.$$typeof===n?(N="<"+(fe(d.type)||"Unknown")+" />",I=" Did you accidentally export a JSX literal instead of a component?"):N=typeof d,S("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",N,I)}var z=fu(d,T,v,R,D);if(z==null)return z;if(M){var oe=T.children;if(oe!==void 0)if(A)if(xn(oe)){for(var Ne=0;Ne<oe.length;Ne++)$s(oe[Ne],d);Object.freeze&&Object.freeze(oe)}else S("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else $s(oe,d)}if(ct.call(T,"key")){var ke=fe(d),ne=Object.keys(T).filter(function(mu){return mu!=="key"}),Ln=ne.length>0?"{key: someKey, "+ne.join(": ..., ")+": ...}":"{key: someKey}";if(!Us[ke+Ln]){var Tu=ne.length>0?"{"+ne.join(": ..., ")+": ...}":"{}";S(`A props object containing a "key" prop is being spread into JSX:
|
|
32
32
|
let props = %s;
|
|
33
33
|
<%s {...props} />
|
|
34
34
|
React keys must be passed directly to JSX without using spread:
|
|
35
35
|
let props = %s;
|
|
36
|
-
<%s key={someKey} {...props} />`,
|
|
37
|
-
`;break;case"id":a=
|
|
38
|
-
`)?
|
|
39
|
-
`,r);let o=-1;if(
|
|
40
|
-
`&&r++}}return[e,n]}class
|
|
36
|
+
<%s key={someKey} {...props} />`,Ln,ke,Tu,ke),Us[ke+Ln]=!0}}return d===s?yu(z):pu(z),z}}function bu(d,T,v){return Ls(d,T,v,!0)}function gu(d,T,v){return Ls(d,T,v,!1)}var _u=gu,wu=bu;et.Fragment=s,et.jsx=_u,et.jsxs=wu}(),et}var Cc={};Cc.NODE_ENV==="production"?gn.exports=Ac():gn.exports=kc();var G=gn.exports;const Pc={isLoading:!0,data:void 0,pageInfo:void 0,error:void 0};function cs(t){return{isLoading:!t,data:void 0,pageInfo:void 0,error:void 0,...t||{}}}function Ic(t,e,n){e&&n&&"ruleParams"in n&&(e={$$ruleParams:n.ruleParams,...e});const r=e?mc(e):null,s=L(r),i=k.useRef(cs(t._reactor.getPreviousResult(r))),o=k.useCallback(c=>(i.current=cs(t._reactor.getPreviousResult(r)),c(),r?t.subscribeQuery(r,l=>{i.current={isLoading:!l,data:void 0,pageInfo:void 0,error:void 0,...l},c()}):()=>{}),[s]);return{state:k.useSyncExternalStore(o,()=>i.current,()=>Pc),query:r}}function Mc(){const t=k.useRef(null);k.useEffect(()=>{n()},[]);function e(r,s){n(),t.current=setTimeout(s,r)}function n(){t.current&&clearTimeout(t.current)}return{set:e,clear:n}}const jc=1e3;function Rc(t,e,n){const r=k.useRef(n);r.current=n,k.useEffect(()=>t.core._reactor.subscribeTopic(t.id,e,(i,o)=>{r.current(i,o)}),[t.id,e])}function xc(t,e){return k.useEffect(()=>t.core._reactor.joinRoom(t.id),[t.id]),k.useCallback(r=>{t.core._reactor.publishTopic({roomType:t.type,roomId:t.id,topic:e,data:r})},[t.id,e])}function Dc(t,e={}){var o,a;const[n,r]=k.useState(()=>t.core._reactor.getPresence(t.type,t.id,e)??{peers:{},isLoading:!0});k.useEffect(()=>t.core._reactor.subscribePresence(t.type,t.id,e,u=>{r(u)}),[t.id,e.user,(o=e.peers)==null?void 0:o.join(),(a=e.keys)==null?void 0:a.join()]);const s=k.useCallback(c=>{t.core._reactor.publishPresence(t.type,t.id,c)},[t.type,t.id]);return k.useMemo(()=>({...n,publishPresence:s}),[n,s])}function $c(t,e,n){k.useEffect(()=>t.core._reactor.joinRoom(t.id,e),[t.id]),k.useEffect(()=>t.core._reactor.publishPresence(t.type,t.id,e),[t.type,t.id,n??JSON.stringify(e)])}function Uc(t,e,n={}){const r=Mc(),s=Oe.usePresence(t,{keys:[e]}),i=k.useMemo(()=>{const l=t._core._reactor.getPresence(t.type,t.id);return n!=null&&n.writeOnly?[]:Object.values((l==null?void 0:l.peers)??{}).filter(f=>f[e]===!0)},[n==null?void 0:n.writeOnly,s]),o=k.useCallback(l=>{t.core._reactor.publishPresence(t.type,t.id,{[e]:l}),l&&((n==null?void 0:n.timeout)===null||(n==null?void 0:n.timeout)===0||r.set((n==null?void 0:n.timeout)??jc,()=>{t.core._reactor.publishPresence(t.type,t.id,{[e]:null})}))},[t.type,t.id,e,n==null?void 0:n.timeout,r]),a=k.useCallback(l=>{const h=!((n==null?void 0:n.stopOnEnter)&&l.key==="Enter");o(h)},[n.stopOnEnter,o]),c=k.useCallback(()=>{o(!1)},[o]),u=k.useMemo(()=>({onKeyDown:a,onBlur:c}),[a,c]);return{active:i,setActive:o,inputProps:u}}const Oe={useTopicEffect:Rc,usePublishTopic:xc,usePresence:Dc,useSyncPresence:$c,useTypingIndicator:Uc};class Lc{constructor(e,n,r){p(this,"core");p(this,"_core");p(this,"type");p(this,"id");p(this,"useTopicEffect",(e,n)=>{Oe.useTopicEffect(this,e,n)});p(this,"usePublishTopic",e=>Oe.usePublishTopic(this,e));p(this,"usePresence",(e={})=>Oe.usePresence(this,e));p(this,"useSyncPresence",(e,n)=>Oe.useSyncPresence(this,e,n));p(this,"useTypingIndicator",(e,n={})=>Oe.useTypingIndicator(this,e,n));this.core=e,this._core=this.core,this.type=n,this.id=r}}const Fc={isLoading:!0,user:void 0,error:void 0};class tt{constructor(e,n){p(this,"tx",rn());p(this,"auth");p(this,"storage");p(this,"core");p(this,"_core");p(this,"getLocalId",e=>this.core.getLocalId(e));p(this,"useLocalId",e=>{const[n,r]=k.useState(null);return k.useEffect(()=>{(async()=>{const i=await this.getLocalId(e);r(i)})()},[e]),n});p(this,"rooms",Oe);p(this,"transact",e=>this.core.transact(e));p(this,"useQuery",(e,n)=>Ic(this.core,e,n).state);p(this,"useAuth",()=>this._useAuth());p(this,"useUser",()=>{const{user:e}=this.useAuth();if(!e)throw new je("useUser must be used within an auth-protected route");return e});p(this,"useConnectionStatus",()=>{const e=k.useRef(this.core._reactor.status),n=k.useCallback(s=>this.core.subscribeConnectionStatus(o=>{o!==e.current&&(e.current=o,s())}),[]);return k.useSyncExternalStore(n,()=>e.current,()=>"connecting")});p(this,"queryOnce",(e,n)=>this.core.queryOnce(e,n));p(this,"SignedIn",({children:e})=>{const n=this.useAuth();return n.isLoading||n.error||!n.user?null:G.jsx(G.Fragment,{children:e})});p(this,"SignedOut",({children:e})=>{const n=this.useAuth();return n.isLoading||n.error||n.user?null:G.jsx(G.Fragment,{children:e})});this.core=Ec(e,this.constructor.Storage,this.constructor.NetworkListener,n,this.constructor.EventSourceImpl),this._core=this.core,this.auth=this.core.auth,this.storage=this.core.storage}room(e="_defaultRoomType",n="_defaultRoomId"){return new Lc(this.core,e,n)}_useAuth(){const e=k.useRef(this.core._reactor._currentUserCached),n=k.useCallback(s=>this.core.subscribeAuth(o=>{e.current={isLoading:!1,...o},s()}),[]);return k.useSyncExternalStore(n,()=>e.current,()=>Fc)}getAuth(){return this.core.getAuth()}}p(tt,"Storage"),p(tt,"NetworkListener"),p(tt,"EventSourceImpl");class us extends Error{constructor(e,n){super(e),this.name="ParseError",this.type=n.type,this.field=n.field,this.value=n.value,this.line=n.line}}function _n(t){}function Nc(t){if(typeof t=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:e=_n,onError:n=_n,onRetry:r=_n,onComment:s}=t;let i="",o=!0,a,c="",u="";function l(g){const w=o?g.replace(/^\xEF\xBB\xBF/,""):g,[m,_]=Kc(`${i}${w}`);for(const S of m)f(S);i=_,o=!1}function f(g){if(g===""){y();return}if(g.startsWith(":")){s&&s(g.slice(g.startsWith(": ")?2:1));return}const w=g.indexOf(":");if(w!==-1){const m=g.slice(0,w),_=g[w+1]===" "?2:1,S=g.slice(w+_);h(m,S,g);return}h(g,"",g)}function h(g,w,m){switch(g){case"event":u=w;break;case"data":c=`${c}${w}
|
|
37
|
+
`;break;case"id":a=w.includes("\0")?void 0:w;break;case"retry":/^\d+$/.test(w)?r(parseInt(w,10)):n(new us(`Invalid \`retry\` value: "${w}"`,{type:"invalid-retry",value:w,line:m}));break;default:n(new us(`Unknown field "${g.length>20?`${g.slice(0,20)}…`:g}"`,{type:"unknown-field",field:g,value:w,line:m}));break}}function y(){c.length>0&&e({id:a,event:u||void 0,data:c.endsWith(`
|
|
38
|
+
`)?c.slice(0,-1):c}),a=void 0,c="",u=""}function b(g={}){i&&g.consume&&f(i),o=!0,a=void 0,c="",u="",i=""}return{feed:l,reset:b}}function Kc(t){const e=[];let n="",r=0;for(;r<t.length;){const s=t.indexOf("\r",r),i=t.indexOf(`
|
|
39
|
+
`,r);let o=-1;if(s!==-1&&i!==-1?o=Math.min(s,i):s!==-1?o=s:i!==-1&&(o=i),o===-1){n=t.slice(r);break}else{const a=t.slice(r,o);e.push(a),r=o+1,t[r-1]==="\r"&&t[r]===`
|
|
40
|
+
`&&r++}}return[e,n]}class ls extends Event{constructor(e,n){var r,s;super(e),this.code=(r=n==null?void 0:n.code)!=null?r:void 0,this.message=(s=n==null?void 0:n.message)!=null?s:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,n,r){return r(fs(this),n)}[Symbol.for("Deno.customInspect")](e,n){return e(fs(this),n)}}function Wc(t){const e=globalThis.DOMException;return typeof e=="function"?new e(t,"SyntaxError"):new SyntaxError(t)}function wn(t){return t instanceof Error?"errors"in t&&Array.isArray(t.errors)?t.errors.map(wn).join(", "):"cause"in t&&t.cause instanceof Error?`${t}: ${wn(t.cause)}`:t.message:`${t}`}function fs(t){return{type:t.type,message:t.message,code:t.code,defaultPrevented:t.defaultPrevented,cancelable:t.cancelable,timeStamp:t.timeStamp}}var ds=t=>{throw TypeError(t)},Tn=(t,e,n)=>e.has(t)||ds("Cannot "+n),C=(t,e,n)=>(Tn(t,e,"read from private field"),n?n.call(t):e.get(t)),V=(t,e,n)=>e.has(t)?ds("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),U=(t,e,n,r)=>(Tn(t,e,"write to private field"),e.set(t,n),n),ge=(t,e,n)=>(Tn(t,e,"access private method"),n),te,Ae,xe,Ot,At,nt,De,rt,_e,$e,Ue,Le,st,le,mn,Sn,vn,hs,En,On,it,An,kn;class kt extends EventTarget{constructor(e,n){var r,s;super(),V(this,le),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,V(this,te),V(this,Ae),V(this,xe),V(this,Ot),V(this,At),V(this,nt),V(this,De),V(this,rt,null),V(this,_e),V(this,$e),V(this,Ue,null),V(this,Le,null),V(this,st,null),V(this,Sn,async i=>{var o;C(this,$e).reset();const{body:a,redirected:c,status:u,headers:l}=i;if(u===204){ge(this,le,it).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?U(this,xe,new URL(i.url)):U(this,xe,void 0),u!==200){ge(this,le,it).call(this,`Non-200 status code (${u})`,u);return}if(!(l.get("content-type")||"").startsWith("text/event-stream")){ge(this,le,it).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(C(this,te)===this.CLOSED)return;U(this,te,this.OPEN);const f=new Event("open");if((o=C(this,st))==null||o.call(this,f),this.dispatchEvent(f),typeof a!="object"||!a||!("getReader"in a)){ge(this,le,it).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}const h=new TextDecoder,y=a.getReader();let b=!0;do{const{done:g,value:w}=await y.read();w&&C(this,$e).feed(h.decode(w,{stream:!g})),g&&(b=!1,C(this,$e).reset(),ge(this,le,An).call(this))}while(b)}),V(this,vn,i=>{U(this,_e,void 0),!(i.name==="AbortError"||i.type==="aborted")&&ge(this,le,An).call(this,wn(i))}),V(this,En,i=>{typeof i.id=="string"&&U(this,rt,i.id);const o=new MessageEvent(i.event||"message",{data:i.data,origin:C(this,xe)?C(this,xe).origin:C(this,Ae).origin,lastEventId:i.id||""});C(this,Le)&&(!i.event||i.event==="message")&&C(this,Le).call(this,o),this.dispatchEvent(o)}),V(this,On,i=>{U(this,nt,i)}),V(this,kn,()=>{U(this,De,void 0),C(this,te)===this.CONNECTING&&ge(this,le,mn).call(this)});try{if(e instanceof URL)U(this,Ae,e);else if(typeof e=="string")U(this,Ae,new URL(e,zc()));else throw new Error("Invalid URL")}catch{throw Wc("An invalid or illegal string was specified")}U(this,$e,Nc({onEvent:C(this,En),onRetry:C(this,On)})),U(this,te,this.CONNECTING),U(this,nt,3e3),U(this,At,(r=n==null?void 0:n.fetch)!=null?r:globalThis.fetch),U(this,Ot,(s=n==null?void 0:n.withCredentials)!=null?s:!1),ge(this,le,mn).call(this)}get readyState(){return C(this,te)}get url(){return C(this,Ae).href}get withCredentials(){return C(this,Ot)}get onerror(){return C(this,Ue)}set onerror(e){U(this,Ue,e)}get onmessage(){return C(this,Le)}set onmessage(e){U(this,Le,e)}get onopen(){return C(this,st)}set onopen(e){U(this,st,e)}addEventListener(e,n,r){const s=n;super.addEventListener(e,s,r)}removeEventListener(e,n,r){const s=n;super.removeEventListener(e,s,r)}close(){C(this,De)&&clearTimeout(C(this,De)),C(this,te)!==this.CLOSED&&(C(this,_e)&&C(this,_e).abort(),U(this,te,this.CLOSED),U(this,_e,void 0))}}te=new WeakMap,Ae=new WeakMap,xe=new WeakMap,Ot=new WeakMap,At=new WeakMap,nt=new WeakMap,De=new WeakMap,rt=new WeakMap,_e=new WeakMap,$e=new WeakMap,Ue=new WeakMap,Le=new WeakMap,st=new WeakMap,le=new WeakSet,mn=function(){U(this,te,this.CONNECTING),U(this,_e,new AbortController),C(this,At)(C(this,Ae),ge(this,le,hs).call(this)).then(C(this,Sn)).catch(C(this,vn))},Sn=new WeakMap,vn=new WeakMap,hs=function(){var t;const e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...C(this,rt)?{"Last-Event-ID":C(this,rt)}:void 0},cache:"no-store",signal:(t=C(this,_e))==null?void 0:t.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},En=new WeakMap,On=new WeakMap,it=function(t,e){var n;C(this,te)!==this.CLOSED&&U(this,te,this.CLOSED);const r=new ls("error",{code:e,message:t});(n=C(this,Ue))==null||n.call(this,r),this.dispatchEvent(r)},An=function(t,e){var n;if(C(this,te)===this.CLOSED)return;U(this,te,this.CONNECTING);const r=new ls("error",{code:e,message:t});(n=C(this,Ue))==null||n.call(this,r),this.dispatchEvent(r),U(this,De,setTimeout(C(this,kn),C(this,nt)))},kn=new WeakMap,kt.CONNECTING=0,kt.OPEN=1,kt.CLOSED=2;function zc(){const t="document"in globalThis?globalThis.document:void 0;return t&&typeof t=="object"&&"baseURI"in t&&typeof t.baseURI=="string"?t.baseURI:void 0}class Cn extends tt{}p(Cn,"EventSourceImpl",kt);function ps(t){const e={...t,useDateObjects:t.useDateObjects??!1};return new Cn(e,{"@instantdb/react":ln})}const qc=ps;function Vc({as:t="div",spaceId:e,room:n,className:r,style:s,userCursorColor:i,children:o,renderCursor:a,propagate:c,zIndex:u}){const l=e||`cursors-space-default--${String(n.type)}-${n.id}`,f=n.usePresence({keys:[l]}),h=n._core._reactor.getPresence(n.type,n.id);function y(_,S){const O=S.clientX,E=S.clientY,x=(O-_.left)/_.width*100,W=(E-_.top)/_.height*100;f.publishPresence({[l]:{x:O,y:E,xPercent:x,yPercent:W,color:i}})}function b(_){c||_.stopPropagation();const S=_.currentTarget.getBoundingClientRect();y(S,_)}function g(_){f.publishPresence({[l]:void 0})}function w(_){if(_.touches.length!==1)return;const S=_.touches[0];if(S.target instanceof Element){c||_.stopPropagation();const O=S.target.getBoundingClientRect();y(O,S)}}function m(_){f.publishPresence({[l]:void 0})}return k.createElement(t,{onMouseMove:b,onMouseOut:g,onTouchMove:w,onTouchEnd:m,className:r,style:{position:"relative",...s}},[o,G.jsx("div",{style:{...ys,...Gc,zIndex:u!==void 0?u:Qc},children:Object.entries(f.peers).map(([_,S])=>{const O=S[l];return O?G.jsx("div",{style:{...ys,transform:`translate(${O.xPercent}%, ${O.yPercent}%)`,transformOrigin:"0 0",transition:"transform 100ms"},children:a?a({color:O.color,presence:h==null?void 0:h.peers[_]}):G.jsx(Bc,{...O})},_):null})},l)])}function Bc({color:t}){const n=t||"black";return G.jsxs("svg",{style:{height:35,width:35},viewBox:"0 0 35 35",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[G.jsxs("g",{fill:"rgba(0,0,0,.2)",transform:"matrix(1, 0, 0, 1, -11.999999046325684, -8.406899452209473)",children:[G.jsx("path",{d:"m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z"}),G.jsx("path",{d:"m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z"})]}),G.jsxs("g",{fill:"white",transform:"matrix(1, 0, 0, 1, -11.999999046325684, -8.406899452209473)",children:[G.jsx("path",{d:"m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z"}),G.jsx("path",{d:"m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z"})]}),G.jsxs("g",{fill:n,transform:"matrix(1, 0, 0, 1, -11.999999046325684, -8.406899452209473)",children:[G.jsx("path",{d:"m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z"}),G.jsx("path",{d:"m13 10.814v11.188l2.969-2.866.428-.139h4.768z"})]})]})}const ys={position:"absolute",top:0,left:0,bottom:0,right:0},Gc={overflow:"hidden",pointerEvents:"none",userSelect:"none"},Qc=99999;j.Cursors=Vc,j.InstantAPIError=Ye,j.InstantReactAbstractDatabase=tt,j.InstantReactWebDatabase=Cn,j.i=cc,j.id=q,j.init=ps,j.init_experimental=qc,j.lookup=Ao,j.tx=Co,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})});
|