@blitznocode/blitz-orm 0.11.16 → 0.11.17
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/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -100,26 +100,26 @@ ${o}`}).join(`
|
|
|
100
100
|
DEFINE FUNCTION fn::as_array($var: option<array<record>|record>) {
|
|
101
101
|
RETURN (type::is::array($var) AND $var) OR [$var]
|
|
102
102
|
};
|
|
103
|
-
`,yr=e=>Ei(e);var gr=async(e,t,r)=>await(async()=>{let i=(await Promise.all([...r.typeDB||[]].map(async([c])=>[c,await hr(c,e,t,r)]))).map(c=>[c[0],c[1]]),o=(await Promise.all([...r.surrealDB||[]].map(async([c])=>[c,yr(t)]))).map(c=>[c[0],c[1]]);return {typeDB:Object.fromEntries(i),surrealDB:Object.fromEntries(o)}})();var ie=Symbol.for("queryPath"),tt=Symbol.for("stepPrint"),Ie=Symbol.for("edgeType"),be=Symbol.for("edgeSchema"),Ne=Symbol.for("dbNode"),Mt=Symbol.for("isTransformed"),rt=Symbol.for("parent"),oe=Symbol.for("fieldSchema"),we=Symbol.for("sharedMetadata"),Le=Symbol.for("suqlMetadata");var Er={typeDB:{mutation:{splitArray$Ids:!0,requiresParseBQL:!0}},surrealDB:{mutation:{splitArray$Ids:!1,requiresParseBQL:!1}}};var Br=({linkField:e,originalRelation:t,withExtensionsSchema:r,linkMode:n})=>{if(e.isVirtual)return `$this.${e.path}.id`;let s=r.relations[e.relation].subTypes||[],i=[e.relation,...s],a=`<-\u27E8${t}_${e.plays}\u27E9<-(\u27E8${i.join("\u27E9,\u27E8")}\u27E9)`;if(e.target==="relation"){if(n==="edges")return a;if(n==="refs")return e.cardinality==="MANY"?`$parent.[\`${e.path}\`]`:`$parent.\`${e.path}\``;throw new Error("Unsupported linkMode")}else if(e.target==="role"){let[o]=e.oppositeLinkFieldsPlayedBy,c=r.entities[o.thing]?.subTypes||r.relations[o.thing]?.subTypes||[],p=[o.thing,...c],u=`->\u27E8${t}_${o.plays}\u27E9->(\u27E8${p.join("\u27E9,\u27E8")}\u27E9)`;return n==="edges"?`${a}${u}`:n==="refs"?e.cardinality==="MANY"?`$parent.[\`${o.plays}\`]`:`$parent.\`${o.plays}\``:`${a}${u}`}else throw new Error("Unsupported linkField target")};var Tr=(e,t,r)=>r?t:`${e}\xB7${t}`;var Mr=(e,t)=>Object.values(Object.fromEntries(Object.entries(e).filter(([r,n])=>t(r,n))))[0],ce=(e,t)=>{let r=Reflect.ownKeys(e).map(n=>[n,e[n]]);return Object.fromEntries(r.filter(([n,s])=>{let[i,a]=tryit(()=>t(n,s))();return i?!1:a}))},Sr=(e,t)=>{let r=[],n=produce(e,i=>traverse(i,({key:a,value:o,meta:c})=>{if(c.depth===2&&(a&&(o.dataFields=o.dataFields?.map(p=>({...p,...o.idFields?.includes(p.path)?{isIdField:!0}:{isIdField:!1},cardinality:p.cardinality||"ONE",dbPath:"dbPath"in p?p.dbPath:Tr(a,p.path,p.shared)}))),o.extends)){if(!o.defaultDBConnector.as)throw new Error(`[Schema] ${a} is extending a thing but missing the "as" property in its defaultDBConnector. Path:${c.nodePath}`);let p=i.entities[o.extends]||i.relations[o.extends],u=[o.extends,...p.allExtends||[]];if(o.allExtends=u,u.forEach(d=>{if(i.entities[d])i.entities[d].subTypes=[a,...i.entities[d].subTypes||[]];else if(i.relations[d])i.relations[d].subTypes=[a,...i.relations[d].subTypes||[]];else throw new Error(`[Schema] ${a} is extending a thing that does not exist in the schema: ${d}`)}),o.idFields=p.idFields?Array.from(new Set((o.idFields||[]).concat(p.idFields))):o.idFields,o.dataFields=p.dataFields?(o.dataFields||[]).concat(p.dataFields.map(d=>{let l=o.extends,f=e.entities[l]||e.relations[l];for(;!f.dataFields?.find(h=>h.path===d.path);)l="extends"in f?f.extends:void 0,f=e.entities[l]||e.relations[l];return {...d,inherited:!0,dbPath:"dbPath"in d?d.dbPath:Tr(l,d.path,d.shared),[we]:{inheritanceOrigin:d[we]?.inheritanceOrigin||o.extends}}})):o.dataFields,"roles"in p){let d=o,l=p;if(l.roles){let f=mapEntries(l.roles,(h,$)=>[h,{...$,inherited:!0,[we]:{inheritanceOrigin:$[we]?.inheritanceOrigin||o.extends}}]);d.roles={...d.roles||{},...f};}}o.linkFields=p.linkFields?(o.linkFields||[]).concat(p.linkFields.map(d=>({...d,inherited:!0,[we]:{inheritanceOrigin:d[we]?.inheritanceOrigin||o.extends}}))):o.linkFields,p?.hooks?.pre&&(o.hooks=o.hooks||{},o.hooks.pre=o.hooks.pre||[],o.hooks.pre=[...p?.hooks?.pre||[],...o?.hooks?.pre||[]]);}},{traversalType:"breadth-first"}));return traverse(e,({key:i,value:a,meta:o})=>{if(i==="linkFields"){let p=(()=>{if(!o.nodePath)throw new Error("No path");let[d,l]=o.nodePath.split(".");return {thing:l,thingType:d==="entities"?"entity":d==="relations"?"relation":""}})(),u=Array.isArray(a)?a.map(d=>({...d,...p})):[{...a,...p}];r.push(...u);}}),produce(n,i=>traverse(i,({value:a,key:o,meta:c})=>{if(c.depth===2&&a.idFields&&!a.id){a.name=o;let p=()=>{if(c.nodePath?.split(".")[0]==="entities")return "entity";if(c.nodePath?.split(".")[0]==="relations")return "relation";throw new Error("Unsupported node attributes")};a.thingType=p();let u=Object.keys(t).find(d=>t[d]?.get(a.defaultDBConnector.id));if(a.db=u,a.dbContext=Er[u],a.dbProviderConfig=u==="surrealDB"?t[u]?.get(a.defaultDBConnector.id)?.providerConfig:void 0,a.computedFields=[],a.virtualFields=[],a.requiredFields=[],a.enumFields=[],a.fnValidatedFields=[],"linkFields"in a&&a.linkFields){let d=a;d.linkFields?.forEach(l=>{l.fieldType="linkField";let f=n.relations[l.relation];if(!l.isVirtual){if(!f)throw new Error(`The relation ${l.relation} does not exist in the schema`);if(f.roles?.[l.plays]===void 0)throw new Error(`The role ${l.plays} is not defined in the relation ${l.relation} (linkField: ${l.path})`)}if(l.target==="relation"){if(l.isVirtual)throw new Error(`[Schema] Virtual linkFields can't target a relation. Thing: "${d.name}" LinkField: "${l.path}. Path:${c.nodePath}."`);l.$things=[l.relation,...f.subTypes||[]],l.oppositeLinkFieldsPlayedBy=[{plays:l.path,thing:l.relation,thingType:"relation"}];}if(l.target==="role"){if(l.oppositeLinkFieldsPlayedBy=r.filter(h=>h.relation===l.relation&&h.plays!==l.plays&&h.target==="role"),l.oppositeLinkFieldsPlayedBy.length===0)throw new Error(`[Schema] LinkFields require to have at least one opposite linkField playing an opposite role. Thing: "${d.name}" LinkField: "${l.path}. Path:${c.nodePath}."`);l.pathToRelation=d.linkFields?.find(h=>h.target==="relation"&&h.relation===l.relation)?.path??l.relation.toLocaleLowerCase(),l.$things=[...new Set(l.oppositeLinkFieldsPlayedBy.flatMap(h=>[h.thing,...v(n,h.thing)?.subTypes||[]]))],l.oppositeLinkFieldsPlayedBy.length>1&&console.warn(`[Schema] LinkField ${l.path} in ${d.name} has multiple candidates ${l.oppositeLinkFieldsPlayedBy.map(h=>h.thing).join(",")} and this is not yet supported. Please target a single one using targetRoles with a single role`);}if(a.db==="surrealDB"){let h=f?.roles?.[l.plays][we]?.inheritanceOrigin??l.relation,$=Br({linkField:l,originalRelation:h,withExtensionsSchema:n,linkMode:a.dbProviderConfig.linkMode});l[Le]={queryPath:$};}});}if("roles"in a){let d=a;Object.entries(d.roles).forEach(([l,f])=>{f.fieldType="roleField";let h=r.filter(y=>y.relation===o&&y.plays===l)||[];f.playedBy=h.map(y=>({...y,pathToRelation:y.target==="relation"?y.path:d.linkFields?.find(R=>R.target==="relation"&&R.relation===o&&R.plays===l)?.path??y.relation.toLocaleLowerCase()}));let $=r.filter(y=>y.target==="relation"&&y.plays===l&&d.allExtends?.includes(y.relation));f.impactedLinkFields=$,f.path=l;let g=[...new Set(h.flatMap(y=>[...v(n,y.thing).subTypes||[],y.thing]).flat().filter(Boolean))];f.$things=g;let m=f[we]?.inheritanceOrigin||a.name,F=g.flatMap(y=>{let L=v(e,y)?.subTypes||[];return [y,...L]}),b=()=>{if(a.dbProviderConfig.linkMode==="edges")return `->\`${m}_${l}\`->(\`${F.join("`,`")}\`)`;if(a.dbProviderConfig.linkMode==="refs"){if(f.cardinality==="MANY")return `$parent.[\`${l}\`]`;if(f.cardinality==="ONE")return `$parent.\`${l}\``}throw new Error("Unsupported linkMode")};if(a.db==="surrealDB"){let y=b();f[Le]={queryPath:y};}});}}if(a&&typeof a=="object"&&"playedBy"in a){let p=[...new Set(a.playedBy.map(u=>u.thing))];if(p.length>1&&console.warn(`[Schema] roleFields can be only played by one thing. Role: ${o}, path:${c.nodePath}, played by: ${p.join(", ")}`),a.playedBy.length===0)throw new Error(`[Schema] roleFields should be played at least by one thing. Role: ${o}, path:${c.nodePath}`)}if(c.depth===4){let[p,u]=c.nodePath?.split(".")||[],d=i[p][u];!isArray(a)&&typeof a=="object"&&(a.validations&&(a.validations.required&&d.requiredFields.push(a.path),a.validations.enum&&d.enumFields.push(a.path),a.validations.fn&&d.fnValidatedFields.push(a.path)),a.default?a.isVirtual?d.virtualFields.push(a.path):d.computedFields.push(a.path):a.isVirtual&&d.virtualFields.push(a.path));}}))},v=(e,t)=>{if(t in e.entities)return e.entities[t];if(t in e.relations)return e.relations[t];throw new Error(`${t} is not defined in the schema`)},N=(e,t)=>{if(!t)throw new Error("[Internal] No node for getCurrentSchema");if(t.$thing){if(t.$thingType==="entity"){if(!(t.$thing in e.entities))throw new Error(`Missing entity '${t.$thing}' in the schema`);return e.entities[t.$thing]}if(t.$thingType==="relation"){if(!(t.$thing in e.relations))throw new Error(`Missing relation '${t.$thing}' in the schema`);return e.relations[t.$thing]}if(t.$thing in e.entities&&t.$thing in e.relations)throw new Error(`Ambiguous $thing ${t.$thing}`);if(t.$thing in e.entities)return e.entities[t.$thing];if(t.$thing in e.relations)return e.relations[t.$thing];throw new Error(`Wrong schema or query for ${JSON.stringify(t,null,2)}`)}if(t.$entity){if(!(t.$entity in e.entities))throw new Error(`Missing entity '${t.$entity}' in the schema`);return e.entities[t.$entity]}if(t.$relation){if(!(t.$relation in e.relations))throw new Error(`Missing relation '${t.$relation}' in the schema`);return e.relations[t.$relation]}throw new Error(`Wrong schema or query for ${JSON.stringify(t,null,2)}`)},it=(e,t)=>{let r=e.dataFields?.find(i=>i.path===t);if(e.idFields?.includes(t)){if(!r)throw new Error(`Field ${t} is an idField but not a dataField in schema`);return ["idField",r]}if(r)return ["dataField",r];let n=e.linkFields?.find(i=>i.path===t);if(n)return ["linkField",n];let s="roles"in e?e.roles[t]:void 0;if(s)return ["roleField",s];throw new Error(`Field ${t} not found in schema, Defined in $filter`)},ot=(e,t)=>{let r=N(e,t);if(r?.idFields?.length&&r?.idFields?.length>1)throw new Error(`Multiple ids not yet enabled / composite ids: ${r?.idFields}`);let[n]=r.idFields;return n},Lr=(e,t)=>{let r=e.$thing||e.$entity||e.$relation;if(!r)throw new Error("[Internal] No thing found");if(e.$entity)return "entity";if(e.$relation)return "relation";if(t.entities[r])return "entity";if(t.relations[r])return "relation";throw new Error("No thing found")},Qt=(e,t,r)=>{let n=N(e,t),s=n.linkFields?.find(o=>o.path===r);if(s)return s;let i=n.dataFields?.find(o=>o.path===r);if(i)return i;let a="roles"in n?n.roles?.[r]:void 0;if(a)return a;throw new Error(`Field ${r} not found in schema`)},Rt=(e,t,r)=>Qt(e,t,r)?.cardinality,de=(e,t)=>{let r=e.dataFields?.map(h=>h.path)||[],n=e.linkFields?.map(h=>h.path)||[],s="roles"in e?listify(e.roles,h=>h):[],i=[...r||[],...n||[],...s||[]],o=[...["$entity","$op","$id","$tempId","$bzId","$relation","$parentKey","$filter","$fields","$excludedFields","$thing","$thingType"],...i];if(!t)return {fields:i,dataFields:r,roleFields:s,linkFields:n};let c=t.$fields?t.$fields.map(h=>{if(typeof h=="string"){if(h.startsWith("$")||h.startsWith("%"))return;if(!i.includes(h))throw new Error(`Field ${h} not found in the schema`);return h}if("$path"in h&&typeof h.$path=="string")return h.$path;throw new Error("[Wrong format] Wrongly structured query")}):listify(t,h=>{if(!(h.startsWith("$")||h.startsWith("%"))){if(!i.includes(h))throw new Error(`[Schema] Field ${h} not found in the schema`);return h}}).filter(h=>h!==void 0),p=t.$filter?listify(t.$filter,h=>h.toString().startsWith("$")?void 0:h.toString()).filter(h=>h&&r?.includes(h)):[],u=t.$filter?listify(t.$filter,h=>h.toString().startsWith("$")?void 0:h.toString()).filter(h=>h&&[...s||[],...n||[]].includes(h)):[],d=[...c,...p].filter(h=>!h?.startsWith("%")).filter(h=>!o.includes(h)).filter(h=>h),l=t.$filter?ce(t.$filter,(h,$)=>p.includes(h)):{},f=t.$filter?ce(t.$filter,(h,$)=>u.includes(h)):{};return {fields:i,dataFields:r,roleFields:s,linkFields:n,usedFields:c,usedLinkFields:n.filter(h=>c.includes(h)),usedRoleFields:s.filter(h=>c.includes(h)),usedDataFields:r.filter(h=>c.includes(h)),unidentifiedFields:d,...p.length?{localFilters:l}:{},...u.length?{nestedFilters:f}:{}}};var Qr=e=>{if(typeof e!="string")throw new Error("capitalizeFirstLetter: string is not a string");return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()},Rr=(e,t,r)=>{let s=(r.nodePath||"").split("."),i=isArray(t)?s.slice(0,-2).join("."):s.slice(0,-1).join(".");return t?getNodeByPath(e,i):{}},Qe=e=>Reflect.ownKeys(e).filter(t=>typeof t=="symbol").reduce((t,r)=>(t[r]=e[r],t),{});var st=e=>isObject(e)&&("$entity"in e||"$relation"in e||"$thing"in e),Te=e=>{if(Array.isArray(e))return e.map(t=>current(t));if(e&&typeof e=="object"){let t=isDraft(e)?current(e):e,r={};return Object.entries(t).forEach(([n,s])=>{r[n]=isDraft(s)?current(s):s;}),r}else return e},he=(e,t)=>{if(e===void 0)throw new Error("Value is undefined");return e},M=(e,t)=>{let r="";for(let n=0;n<t;n++)r+=" ";return `${r}${e}`},Ae=e=>customAlphabet("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz",21)();var xe=(e,t)=>{if(t.fieldType==="linkField"){let r=t.oppositeLinkFieldsPlayedBy;if(r?.length!==1)throw new Error(`[Internal] Field ${e} should have a single player`);if(!r?.length)throw new Error(`[Internal] Field ${e} should have a player`);return r}else if(t.fieldType==="roleField"){if([...new Set(t.playedBy?.map(r=>r.thing))].length!==1)throw new Error(`[Internal] Field ${e} should have a single player`);if(!t.playedBy?.length)throw new Error(`[Internal] Field ${e} should have a player`);return t.playedBy}else throw new Error(`[Internal] Field ${e} is not a linkField or roleField`)};var Cr=(e,t,r)=>{let n=isArray(e[t])?e[t]:[e[t]];if(!n.every(s=>typeof s=="object"))if(n.every(s=>typeof s=="string")){let s=xe(t,r),[i]=s,a=e.$op==="create"?"link":"replace",o=i.thing,c=i.thingType,p={$op:a,$thing:o,$thingType:c},u=n.filter(l=>l.startsWith("_:")),d=n.filter(l=>!l.startsWith("_:"));u.length&&!d.length?e[t]=u.map(l=>({...p,$tempId:l,$bzId:l})):u.length&&d.length?e[t]=[...u.map(l=>({...p,$tempId:l,$bzId:l})),{...p,$id:d,$bzId:`S_${nanoid()}`}]:e[t]={...p,$id:e[t],$bzId:`S_${nanoid()}`};}else throw new Error(`[Mutation Error] Replace can only be used with a single id or an array of ids. (Field: ${t} Nodes: ${JSON.stringify(n)} Parent: ${JSON.stringify(e,null,2)})`)};var Oe=(e,t,r)=>{let n=N(r,t),{usedDataFields:s}=de(n,t);if(t.$op){if(t.$op==="create"&&t.$id)throw new Error("[Wrong format] Can't write to computed field $id. Try writing to the id field directly.");if(["unlink","delete","update"].includes(t.$op)&&e.$op==="create")throw new Error(`[Wrong format] Cannot ${t.$op} under a create`);if(t.$op==="delete"&&s.length>0)throw new Error("[Wrong format] Cannot update on deletion");if(["unlink","link"].includes(t.$op)&&s.length>0)throw new Error("[Unsupported] Can't update fields on Link / Unlink");return t.$op}};var at=(e,t,r)=>{let n=N(r,t),{usedFields:s}=de(n,t);return t.$op?(Oe(e,t,r),t.$op):t.$id||t.$filter?s.length>0?(Oe(e,{...t,$op:"update"},r),"update"):(Oe(e,{...t,$op:"link"},r),"link"):t.$tempId?s.length>0?(Oe(e,{...t,$op:"create"},r),"create"):(Oe(e,{...t,$op:"create"},r),"link"):(Oe(e,{...t,$op:"create"},r),"create")};var Ar=(e,t)=>{let n=(isArray(e.$root)?e.$root:[e.$root]).map(s=>{let i=at(s,s,t);return {...{...s.$thing?{}:{$thing:s.$entity||s.$relation},...s.$thingType?{}:{$thingType:Lr(s,t)},...s.$op?{}:{$op:i},...s.$bzId?{}:{$bzId:`R_${Ae()}`}},...s}});e.$root=isArray(e.$root)?n:n[0];};var lt=(e,t)=>{let r=t[tt];return isSet(r)?r.has("clean")?(Reflect.set(t,tt,r.add("clean")),!0):!1:(Reflect.set(t,tt,new Set(["clean"])),!0)};var Or=(e,t,r)=>{if(lt("split_ids",e)){let n=(isArray(e[t])?e[t]:[e[t]]).flatMap(s=>{if(isObject(s)&&"$id"in s&&isArray(s.$id)){let i=s;if(N(r,i),!i.$bzId)throw new Error("[Internal Error] No bzId found");return i.$id.map((a,o)=>({...Te(i),$id:a,$bzId:`${i.$bzId}_${o}`,...Qe(i)}))}return s});(n.length>0&&isArray(e[t])?e[t]:[e[t]].length)&&(e[t]=n);}};var qr=(e,t,r,n)=>{let s=(isArray(e[t])?e[t]:[e[t]]).map(i=>{let a=xe(t,r),[o]=a,c=at(e,{...i,$thing:o.thing,$thingType:o.thingType},n),u=i.$bzId?i.$bzId:i.$tempId?i.$tempId:i.$id&&!isArray(i.$id)?`SN_ONE_${o.thing}_${i.$id}`:i.$id&&isArray(i.$id)?`SN_MANY_${o.thing}_${Ae()}`:`SM_${Ae()}`;if(!r)throw new Error(`[Internal] No fieldSchema found in ${JSON.stringify(r)}`);return {...i,[be]:r,$thing:o.thing,$thingType:o.thingType,$op:c,$bzId:u}});e[t]=isArray(e[t])?s:s[0];};var Pi=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,ki=/(\s*async\s*|\s*function\s*|\s*\(\s*|\s*\)\s*=>|\s*\)\s*\{)/,Pr=e=>{let r=e.toString().replace(Pi,"").trim().split("=>")[0].split("{")[0].replace(ki,"").trim(),n=r.substring(r.indexOf("(")+1,r.lastIndexOf(")")).trim();return n?(n.match(/(\{[^}]*\}|[^,]+)/g)||[]).flatMap(i=>i.includes("{")&&i.includes("}")?(i.replace(/^\{|\}$/g,"").match(/(?:[^,"']+|"[^"]*"|'[^']*')+/g)||[]).map(o=>o.split(":")[0].trim().replace(/['"[\]]/g,"")):i.trim()).filter(Boolean):[]};var je=({currentThing:e,fieldSchema:t,mandatoryDependencies:r=!1})=>{if(!t||!t.default||!("fn"in t.default||"value"in t.default))throw new Error(`[Internal] Virtual field: No field schema found, or wrongly configured. Field: ${JSON.stringify(t,null,3)}`);if(t.default.type==="value")return t.default.value;if(r){let{fn:n}=t.default,i=Pr(n).filter(a=>!(a in e));if(i.length)throw new Error(`Virtual field: Missing arguments ${i.join(", ")}`)}if(!t.default.fn)throw new Error("[Schema] No fn in default field schema");if("default"in t){if(t.default.type==="value")return t.default.value;if(t.default.type==="fn")return t.default.fn(e);throw new Error("[Schema] No default field definition")}};var kr=(e,t,r)=>{let n=e[t];if(n)return (isArray(n)?n:[n]).forEach(s=>{let i=N(r,s),{unidentifiedFields:a}=de(i,s),{computedFields:o,virtualFields:c}=i,p=listify(s,(l,f)=>f!==void 0?l:void 0),u=p.filter(l=>c?.includes(l));if(u.length>0)throw new Error(`Virtual fields can't be sent to DB: "${u.join(",")}"`);if(o.filter(l=>!p.includes(l)).forEach(l=>{let f=i.dataFields?.find(F=>F.path===l),$=i.linkFields?.find(F=>F.path===l)?.oppositeLinkFieldsPlayedBy[0],g="roles"in i?Mr(i.roles,(F,b)=>F===l):void 0,m=f||$||g;if(!m)throw new Error(`no field Def for ${l}`);if(s.$op==="create"&&!s[l]){let F=je({currentThing:s,fieldSchema:m,mandatoryDependencies:!0});s[l]=F;}}),a.length>0)throw new Error(`Unknown fields: [${a.join(",")}] in ${JSON.stringify(s)}`)}),e};var dt=(e,t)=>{let r=N(t,e).hooks;if(r?.pre){let n=`on${Qr(e.$op)}`;return r.pre.filter(a=>!a.triggers||a.triggers[n]?.()).flatMap(a=>a.actions)}return []};var xr=(e,t,r,n)=>{(isArray(e[t])?e[t]:[e[t]]).forEach(i=>{if("$thing"in i){if(i.$fields)return i;let{requiredFields:a,enumFields:o,fnValidatedFields:c,dataFields:p}=N(r,i);if("$op"in i&&i.$op==="create"&&a.forEach(u=>{if(!(u in i))throw new Error(`[Validations] Required field "${u}" is missing.`)}),("$op"in i&&i.$op==="update"||i.$op==="create")&&o.forEach(u=>{if(u in i){let d=p?.find(l=>l.path===u)?.validations?.enum;if(!d)throw new Error(`[Validations] Enum field "${u}" is missing enum options.`);if(isArray(i[u]))i[u].some(l=>{if(!d.includes(l))throw new Error(`[Validations] Option "${l}" is not a valid option for field "${u}".`)});else if(d&&!d.includes(i[u]))throw new Error(`[Validations] Option "${i[u]}" is not a valid option for field "${u}".`)}}),("$op"in i&&i.$op==="update"||i.$op==="create")&&c.forEach(u=>{if(u in i)try{let d=p?.find(l=>l.path===u)?.validations?.fn;if(!d)throw new Error("Missing validation function.");if(!d(i[u]))throw new Error("Failed validation function.")}catch(d){throw new Error(`[Validations:attribute:${u}] ${d.message}`)}}),isObject(i)&&"$thing"in i){let u=i.$thing,d=i,l=clone(Te(e)),f=clone(Te(d)),h=n.mutation?.context||{},$=clone(Te(i[Ne]||{}));dt(d,r).forEach(m=>{if(m.type==="validate"){if(m.severity!=="error")return;try{let F=m.fn(f,l,h,$);if(F===!1)throw new Error(`${m.message}.`);if(F!==!0)throw new Error("Validation function's output is not a boolean value.")}catch(F){throw new Error(`[Validations:thing:${u}] ${F.message}`)}}});}}});};var _r=(e,t,r,n)=>{let s=(isArray(e[t])?e[t]:[e[t]]).map(i=>{if(st(i)){if(i.$fields||i[Mt])return i;let a=dt(i,r).filter(d=>d.type==="transform"),o=clone(Te(e)),c=clone(Te(i)),p=n.mutation?.context||{},u=clone(Te(i[Ne]||i.$dbNode));return a.forEach(d=>{let l=d.fn(c,o,p,u||{});Object.keys(l).length!==0&&(i={...c,...l,...Qe(i),[Mt]:!0});}),i}});e[t]=isArray(e[t])?s:s[0];};var Ur=(e,t,r)=>{let n=xe(t,r),[s]=n;e[t]={$thing:s.thing,$thingType:s.thingType,$op:"unlink",$bzId:`U_${v4()}`,[be]:r};};var _e=e=>{if(Array.isArray(e)){for(let t of e)if(_e(t))return !0;return !1}if(e.$fields)return !0;for(let t in e){if(t.startsWith("$"))continue;let r=e[t];if(r&&typeof r=="object"&&_e(e[t]))return !0}return !1};var Wr=(e,t)=>{for(let s of e)if(!("$entity"in s)&&!("$relation"in s)&&(!("$thing"in s)||!("$thingType"in s)))throw new Error("No entity specified in query");let r=Array.isArray(e)?e:[e];return produce(r,s=>traverse(s,i=>{let{value:a,meta:o}=i,c=a;if(isObject(c)){if(c.$id){if(o.nodePath?.includes(".$filter"))return;let p=c.$entity||c.$relation?c:{[`$${c.$thingType}`]:c.$thing},u=N(t,p);if(!u?.name)throw new Error(`Schema not found for ${c.$thing}`);if(c.$path=u.name,Array.isArray(c.$id)||(c.$filterByUnique=!0),u?.idFields?.length!==1)throw new Error("Multiple ids not yet enabled / composite ids")}else if("$entity"in c||"$relation"in c||"$thing"in c){let p=N(t,c);if(!p?.name)throw new Error(`Schema not found for ${c.$thing}`);c.$path=p.name;}if(c.$entity?(c.$thing=c.$entity,c.$thingType="entity",delete c.$entity):c.$relation&&(c.$thing=c.$relation,c.$thingType="relation",delete c.$relation),isObject(c)&&"$thing"in c&&c.$thing){let p=c.$entity||c.$relation?c:{[`$${c.$thingType}`]:c.$thing};c[ie]=o.nodePath;let u=N(t,p);if(c.$filter&&(Object.keys(c.$filter).length===0?c.$filter=void 0:(c.$filter=Re(c.$filter,c.$thing,t),c.$filterByUnique=Ot(c.$filter,u))),c.$fields){c.$fields.some(f=>u?.idFields?.includes(f?.$path||f))||(c.$fields=[...c.$fields,...Array.isArray(u.idFields)?u.idFields:[]],c.$idNotIncluded=!0);let l=c.$fields?.flatMap(f=>{let h=Vr(f,u,t);return Array.isArray(h)?h:[h]}).filter(Boolean);c.$fields=l;}else {let l=At(u)?.flatMap(f=>{let h=Vr(f,u,t);return Array.isArray(h)?h:[h]}).filter(Boolean);c.$fields=l;}c.$excludedFields&&(c.$fields=c.$fields.filter(d=>ut(u,d)?!0:!c.$excludedFields.includes(d.$path)));}}}))},At=e=>{let t=e.dataFields?.map(i=>i.path)||[],r=e.linkFields?.map(i=>i.path)||[],n=Object.keys(e.roles||{})||[];return [...t,...r,...n]},Ot=(e,t)=>Object.keys(e||{}).some(n=>{let s=e[n];if(s!==null&&typeof s<"u"){let i=t.idFields?.includes(n),a=t.dataFields?.some(p=>(p.dbPath===n||p.path===n)&&p?.validations?.unique),o=n==="$id"&&!Array.isArray(s);if(i||a||o){if(typeof s!="object"||s===null||Array.isArray(s))return !Array.isArray(s);{let p=Object.keys(s);if(p.length===1&&p[0]==="$eq"){let u=s.$eq;if(typeof u!="object"||u===null||!Array.isArray(u))return !0}return !1}}}return !1}),ut=(e,t)=>typeof t=="string"?e.idFields?.includes(t):e.idFields?.includes(t.$path),Wi=e=>{let{field:t,fieldStr:r,$justId:n,dbPath:s,isVirtual:i,fieldSchema:a}=e;return {$path:r,$dbPath:s,$thingType:"attribute",$as:t.$as||r,$var:r,$fieldType:"data",$justId:n,$id:t.$id,$isVirtual:i,[oe]:a}},zi=e=>{let{field:t,fieldStr:r,linkField:n,$justId:s,dbPath:i,schema:a,fieldSchema:o}=e,{target:c,oppositeLinkFieldsPlayedBy:p}=n;return p.map(u=>{let d=c==="role"?u.thingType:"relation",l=c==="role"?u.thing:n.relation,f={[`$${d}`]:l},h=N(a,f),$=t?.$fields?.filter(F=>ut(h,F)).length===0,g=[];if(typeof t!="string")if(t.$fields)if($){let F=h.idFields||[];g=[...t.$fields,...F];}else g=t.$fields;else g=At(h);else g=["id"];t.$excludedFields&&(g=g.filter(F=>ut(h,F)?!0:!t.$excludedFields.includes(F.$path)));let m=t.$id||t.$filter?{...t.$id?{$id:t.$id}:{},...t.$filter}:void 0;return {$thingType:d,$plays:n.plays,$playedBy:{...u,oppositeLinkFieldsPlayedBy:void 0},$path:u.path,$dbPath:i,$as:t.$as||r,$var:r,$thing:l,$fields:g,$excludedFields:t.$excludedFields,$fieldType:"link",$target:c,$intermediary:u.relation,$justId:s,$id:t.$id,$filter:m,$idNotIncluded:$,$filterByUnique:Ot(t.$filter,h),$sort:t.$sort,$offset:t.$offset,$limit:t.$limit,[oe]:o}})},Hi=e=>{let{field:t,fieldStr:r,roleField:n,$justId:s,dbPath:i,schema:a,fieldSchema:o}=e;return n.playedBy.map(c=>{let{thing:p,thingType:u,relation:d}=c,l={[`$${u}`]:p},f=N(a,l),h=t?.$fields?.filter(m=>f?.idFields?.includes(m)||f?.idFields?.includes(m.$path)).length===0,$=[];if(typeof t!="string")if(t.$fields)if(h){let m=f.idFields||[];$=[...t.$fields,...m];}else $=t.$fields;else $=At(f);else $=["id"];t.$excludedFields&&($=$.filter(m=>ut(f,m)?!0:!t.$excludedFields.includes(m.$path)));let g=t.$id||t.$filter?{...t.$id?{$id:t.$id}:{},...t.$filter}:void 0;return {$thingType:u,$path:r,$dbPath:i,$as:t.$as||r,$var:r,$thing:p,$fields:$,$excludedFields:t.$excludedFields,$fieldType:"role",$intermediary:d,$justId:s,$id:t.$id,$filter:g,$idNotIncluded:h,$filterByUnique:Ot(t.$filter,f),$playedBy:{...c,oppositeLinkFieldsPlayedBy:void 0},$sort:t.$sort,$offset:t.$offset,$limit:t.$limit,[oe]:o}})},Vr=(e,t,r)=>{let n=typeof e=="string"?e:e.$path,s=typeof e=="string",i=t.dataFields?.find(c=>c.path===n),a=t.linkFields?.find(c=>c.path===n),o=t.roles?.[n];if(i){let c=!!i.isVirtual&&!!i.default;return Wi({field:e,fieldStr:n,$justId:s,dbPath:i.dbPath,isVirtual:c,fieldSchema:i})}else {if(a)return zi({field:e,fieldStr:n,linkField:a,$justId:s,dbPath:a.path,schema:r,fieldSchema:a});if(o)return Hi({field:e,fieldStr:n,roleField:o,$justId:s,dbPath:n,schema:r,fieldSchema:o})}return null},Re=(e,t,r)=>{if(e==null)return e;let n=isArray(e),i=(n?e:[e]).map(a=>Object.keys(a).reduce((p,u)=>{let d=a[u],l=isArray(d)?d:[d];if(u.startsWith("$"))if(["$id","$thing"].includes(u))p[u]=d;else if(["$not","$or","$and"].includes(u))p[u]=Re(d,t,r);else if(["$eq","$in","$exists"].includes(u))p[u]=d;else throw new Error(`[Internal] Unknown filter operator ${u}`);else {let f=t in r.entities?r.entities[t]:r.relations[t],[h,$]=it(f,u);if(h==="idField")p[u]=d;else if(h==="dataField")isObject(d)||isArray(d)&&d.some(isObject)?p[u]=isArray(d)?{$or:Re(d,t,r)}:Re(d,t,r):isArray(d)?p[u]={$in:d}:p[u]={$eq:d};else if(h==="linkField"||h==="roleField"){let g=$,[m]=g.$things;l.every(F=>typeof F=="string")?p[u]={$id:l,$thing:m}:l.every(F=>isObject(F))&&(p[u]=isArray(d)?{$or:Re(d,m,r)}:Re(d,m,r));}else throw new Error(`Field ${u} not found in schema of ${t}`)}return p},{}));return n?i.length===1?i[0]:{$or:i}:i[0]};var me="0.11.16";var Xi=(e,t)=>{if(e[t]===void 0&&delete e[t],t==="$tempId")if(lt("set_tempId",e))if(e.$tempId?.startsWith("_:")){let r=e.$tempId.substring(2);e.$tempId=r,e.$bzId=r;}else throw new Error('[Wrong format] TempIds must start with "_:"');else throw new Error("[Internal] TempId already modified");t==="$filter"&&e.$filter&&Object.keys(e.$filter).length===0&&(e.$filter=void 0);},Zi=(e,t)=>{},Pt=(e,t,r)=>{let n={$rootWrap:{$root:e}},s=_e(Array.isArray(e)?e:[e]),i=produce(n,a=>traverse(a,({value:o,parent:c,key:p,meta:u})=>{if(!(!c||!p)&&isObject(o)){let d=u.nodePath?.split(".")||[];if(!("$root"in o)){if(!("$thing"in o||"$entity"in o||"$relation"in o)){let h=["$fields","$dbNode","$filter"],$=d[d.length-1],g=d[d.length-2];if(p==="$root")throw new Error("Root things must specify $entity or $relation");if(!h.includes($)&&!h.includes(g))throw new Error(`[Internal] This object has not been initiated with a $thing: ${JSON.stringify(isDraft(o)?current(o):o)}`)}}let l=o,f=d.includes("$filter");"$filter"in l&&l.$filter&&(l.$filter=Re(l.$filter,l.$thing,t)),Object.keys(l).forEach(h=>{if(Xi(l,h),h!=="$root"&&f||h!=="$root"&&(h.startsWith("$")||h.startsWith("%")))return;let $=h!=="$root"?Qt(t,l,h):{fieldType:"rootField"};if(!$)throw new Error(`[Internal] Field ${h} not found in schema`);if("contentType"in $)return Zi();if(["rootField","linkField","roleField"].includes($.fieldType)){if(["linkField","roleField"].includes($.fieldType)&&(l[h]===null?Ur(l,h,$):Cr(l,h,$)),$.fieldType==="rootField"){if(!("$root"in l))throw new Error(`[Internal] Field ${h} is a rootField but the object is not a root`);Ar(l,t);}let g=isArray(l[h])?l[h]:[l[h]],m=d.slice(1).join(".");g.forEach(b=>{if(b){if($?.cardinality==="ONE"&&!b.$op&&!b.$id&&!b.$filter&&!b.$tempId&&l.$op!=="create")throw new Error(`Please specify if it is a create or an update. Path: ${m}.${h}`);if(b.$tempId&&!(b.$op===void 0||b.$op==="link"||b.$op==="create"||b.$op==="update"))throw new Error(`Invalid op ${b.$op} for tempId. TempIds can be created, or when created in another part of the same mutation. In the future maybe we can use them to catch stuff in the DB as well and group them under the same tempId.`)}}),["linkField","roleField"].includes($.fieldType)&&qr(l,h,$,t),Or(l,h,t),["rootField","linkField","roleField"].includes($.fieldType)&&kr(l,h,t),(isArray(l[h])?l[h]:[l[h]]).forEach(b=>{let y=N(t,b),{unidentifiedFields:R,usedLinkFields:L,usedFields:D,fields:C}=de(y,b);if(D.forEach(_=>{if(!C.includes(_))throw new Error(`[Schema] Field ${_} not found in the schema`)}),R.length>0)throw new Error(`Unknown fields: [${R.join(",")}] in ${JSON.stringify(o)}`);if(L.length>1){let _=y.linkFields?.filter(J=>L.includes(J.path));_?.some((J,ue)=>_.some((K,I)=>{if(ue!==I&&J.target!==K.target&&J.relation===K.relation)throw new Error("[Wrong format]: Can't use a link field with target === 'role' and another with target === 'relation' in the same mutation.")}));}}),s||(_r(l,h,t,r),xr(l,h,t,r));}});}}));return r.mutation?.debugger&&console.log(`enrichedBQLMutation[${me}]`,JSON.stringify(i)),isArray(i.$rootWrap.$root),i.$rootWrap.$root};var zr=e=>{let t=({value:r})=>(r&&typeof r=="object"&&"$id"in r&&(Object.keys(r).filter(i=>i.startsWith("$")).forEach(i=>delete r[i]),Object.keys(r).filter(i=>typeof i=="symbol").forEach(i=>delete r[i])),r);return produce(e,r=>traverse(r,t))};var Jr=async(e,t)=>{let r=u=>{let d=[],l=[],f=m=>{if(m.$id)return m.$id;let F=N(t,m),{idFields:b}=F;if(!b)throw new Error(`no idFields: ${JSON.stringify(m)}`);let[y]=b;if(!y)throw new Error(`no idField: ${JSON.stringify(m)}`);let R=F.dataFields?.find(C=>C.path===y),L=je({currentThing:m,fieldSchema:R,mandatoryDependencies:!0}),D=m[y]||m.$id||L;if(!D)throw new Error(`no idValue: ${JSON.stringify(m)}`);return D},h=m=>{if(m.$op==="create"){let F=f(m);if(d.find(b=>b.$id===F&&b.$op==="create"))throw new Error(`Duplicate id ${F} for node ${JSON.stringify(m)}`);d.push({...m,$id:F});return}m.$tempId&&m.$op==="match"||d.push(m);},$=m=>{if(m.$op==="create"){let F=f(m);if(d.find(b=>b.$id===F&&b.$op==="create"))throw new Error(`Duplicate id ${F} for edge ${JSON.stringify(m)}`);l.push({...m,$id:F});return}l.push(m);};return traverse(u,({value:m,parent:F,meta:b})=>{if(!isObject(m))return;let y=m;if(!b.nodePath?.includes(".$filter")&&y.$thing){if(!y.$op)throw new Error(`Operation should be defined at this step ${JSON.stringify(y)}`);if(!y.$bzId)throw new Error("[internal error] BzId not found");let R=N(t,y),{dataFields:L,roleFields:D,linkFields:C,usedFields:_}=de(R,y),J=()=>{if(y.$op==="create"||y.$op==="delete")return y.$op;if(y.$op==="update"){let I=_.filter(B=>L?.includes(B)),k=_.filter(B=>D?.includes(B)),E=_.filter(B=>C?.includes(B));if(I.length>0)return "update";if(k.length>0||E.length>0)return "match";throw new Error(`No fields on an $op:"update" for node ${JSON.stringify(y)}`)}return "match"},ue={...y.$id&&{$id:y.$id},...y.$tempId&&{$tempId:y.$tempId},...y.$filter&&{$filter:y.$filter},$thing:y.$thing,...y.$thingType&&{$thingType:y.$thingType},...shake(pick(y,L||[""])),$op:J(),$bzId:y.$bzId};h(ue);let K=y[be];if(K?.fieldType==="linkField"){if((y.$op==="link"||y.$op==="unlink")&&(y.$id||y.$filter)){if(y.$tempId)throw new Error("can't specify a existing and a new element at once. Use an id/filter or a tempId");d.push({...y,$op:"match"});}let I=K.relation===y.$thing,k=I?y.$bzId:`LT_${v4()}`,B=Rr(u,F,b).$bzId;if(!B)throw new Error("No parent id found");let T=()=>y.$op==="delete"?I?"match":"delete":y.$op==="unlink"?I?"unlink":"delete":y.$op==="link"||y.$op==="create"?I?"link":"create":y.$op==="replace"?"replace":"match",S=N(t,{$thing:K.relation,$thingType:"relation"});if(!Object.keys(S.roles).includes(K.plays))throw new Error(`[Wrong format] Field ${K.plays} is not a role of relation ${K.relation}`);let Q={$bzId:k,$thing:K.relation,$thingType:"relation",...y.$tempId?{$tempId:y.$tempId}:{},$op:T(),...I?{}:{[K.path]:y.$bzId},[K.plays]:B,[be]:K,[Ie]:"linkField"};$(Q),(y.$op==="unlink"||T()==="unlink")&&I&&$({$thing:K.relation,$thingType:"relation",$bzId:k,$op:"match",[K.plays]:B,[be]:K,[Ie]:"linkField"});}if(y.$thingType==="relation"){let I=ce(y,(B,T)=>D.includes(B)),k=mapEntries(I,(B,T)=>isArray(T)?[B,T]:isObject(T)?[B,T.$bzId]:[B,T]),E=ce(m,(B,T)=>B.startsWith("$")||B.startsWith("Symbol"));if(Object.keys(I).filter(B=>!B.startsWith("$")).length>0){if(y.$op==="create"||y.$op==="delete"){let B=()=>{if(y.$op==="create")return "link";if(y.$op==="delete")return "match";throw new Error("Unsupported parent of edge op")},T=N(t,y).roles,S=mapEntries(k,(Q,A)=>{let U=T[Q]?.cardinality;if(!U)throw new Error(`Role ${Q} not found in schema`);if(Array.isArray(A)){if(U==="ONE"){if(A.length>1)throw new Error(`[Error] Role ${Q} is not a MANY relation`);return [Q,A[0].$bzId||A[0]]}return [Q,A.map(q=>q.$bzId||q)]}return [Q,A.$bzId||A]}),w={...E,$thing:y.$thing,$thingType:"relation",$op:B(),...S,$bzId:y.$bzId,[Ie]:"roleField"};$(w);return}if(y.$op==="match"||y.$op==="update"&&Object.keys(I).length>0){let B=0;Object.entries(I).forEach(([T,S])=>{let w=isArray(S)?S:[S],Q=A=>A==="create"||A==="replace"?"link":A;w.forEach(A=>{if(!A)return;let U=Q(A.$op);if(U==="replace")throw new Error("Not supported yet: replace on roleFields");if(U==="unlink"&&B>0)throw B+=1,new Error("Not supported yet: Cannot unlink more than one role at a time, please split into two mutations");let q={...E,$thing:y.$thing,$thingType:"relation",$op:U==="delete"?"unlink":U,[T]:A.$bzId,$bzId:y.$bzId,[Ie]:"roleField"};$(q);});});}}}}}),[d,l]},[n,s]=r(e),i=n.reduce((u,d)=>{if(!d.$bzId)return [...u,d];let l=u.findIndex(f=>f.$bzId===d.$bzId);if(l===-1)return [...u,d];if(u[l].$op==="create"&&d.$op==="match")return u;if(u[l].$op==="match"&&(d.$op==="create"||d.$op==="match"))return [...u.slice(0,l),d,...u.slice(l+1)];if(u[l].$op==="update"&&d.$op==="update")return [...u.slice(0,l),{...u[l],...d},...u.slice(l+1)];if(u[l].$op==="update"&&d.$op==="match"||u[l].$op==="match"&&d.$op==="update")return [...u.slice(0,l),{...u[l],...d,$op:"update"},...u.slice(l+1)];if(u[l].$op==="delete"&&d.$op==="delete"){if(JSON.stringify(u[l].$filter)===JSON.stringify(d.$filter))return u;throw new Error(`[Wrong format] Can't delete the same thing with different filters. Existing: ${u[l].$filter}. Current: ${d.$filter}`)}throw new Error(`[Wrong format] Wrong operation combination for $tempId/$id "${d.$tempId||d.$id}". Existing: ${u[l].$op}. Current: ${d.$op}`)},[]),a=s.reduce((u,d)=>{let l=u.find(f=>(f.$id&&f.$id===d.$id||f.$bzId&&f.$bzId===d.$bzId)&&f.$thing===d.$thing&&f.$op===d.$op);if(l){let f={...l};return Object.keys(d).forEach($=>{if(typeof $=="symbol"||$.startsWith("$"))return;let g=l[$],m=d[$];Array.isArray(g)&&Array.isArray(m)?f[$]=Array.from(new Set([...g,...m])):!Array.isArray(g)&&Array.isArray(m)?g!==void 0?f[$]=Array.from(new Set([g,...m])):f[$]=m:Array.isArray(g)&&!Array.isArray(m)?m!==void 0&&(f[$]=Array.from(new Set([...g,m]))):g!==null&&m!==null&&g!==void 0&&m!==void 0?f[$]=Array.from(new Set([g,m])):g==null&&(f[$]=m);}),[...u.filter($=>!(($.$id&&$.$id===d.$id||$.$bzId&&$.$bzId===d.$bzId)&&$.$thing===d.$thing&&$.$op===d.$op)),f]}return [...u,d]},[]);i.forEach(u=>{if((u.$thingType==="relation"||"relation"in u)&&a.filter(d=>d.$bzId===u.$bzId||d.$tempId&&d.$tempId===u.$tempId).length===0){if(u.$op==="delete"||u.$op==="match"||u.$op==="update")return;throw new Error(`[Wrong format] Can't create a relation without any player. Node: ${JSON.stringify(zr(u))}`)}});let o=[...i,...a],c=new Set(o.filter(u=>u.$tempId).map(u=>u.$tempId)),p=Array.from(c).filter(u=>!o.some(d=>d.$tempId===u&&d.$op==="create"));if(p.length>0)throw new Error(`Can't link a $tempId that has not been created in the current mutation: ${p.join(", ")}`);return {mergedThings:i,mergedEdges:a}};var Ve={};function re(e){return {enumerable:!0,value:e}}function Yr(e){return {enumerable:!0,writable:!0,value:e}}var so=()=>!0,Gr=()=>({}),Zr=e=>e,ao=(e,t,r,n)=>e.apply(r,n)&&t.apply(r,n),lo=(e,t,r,[n,s])=>t.call(r,e.call(r,n,s),s),De=(e,t)=>Object.freeze(Object.create(e,t));function Xr(e,t,r){return e.reduce((n,s)=>function(...i){return r(n,s,this,i)},t)}function en(e){return De(this,{fn:re(e)})}var tn={},x=en.bind(tn);var rn={},kt=en.bind(rn);function ht(e,t){return t.filter(r=>e.isPrototypeOf(r))}function nn(e,t,...r){let n=Xr(ht(rn,r).map(i=>i.fn),so,ao),s=Xr(ht(tn,r).map(i=>i.fn),Zr,lo);return De(this,{from:re(e),to:re(t),guards:re(n),reducers:re(s)})}var on={},sn={},j=nn.bind(on);nn.bind(sn,null);function co(e,t,r){return xt(t,e,r,this.immediates)||e}function an(e){let t=new Map;for(let r of e)t.has(r.from)||t.set(r.from,[]),t.get(r.from).push(r);return t}var uo={enter:Zr};function se(...e){let t=ht(on,e),r=ht(sn,e),n={final:re(e.length===0),transitions:re(an(t))};return r.length&&(n.immediates=re(r),n.enter=re(co)),De(uo,n)}var ho={enter(e,t,r){let n=this.fn.call(t,t.context,r);return Nt.isPrototypeOf(n)?De(ln,{machine:re(n),transitions:re(this.transitions)}).enter(e,t,r):(n.then(s=>t.send({type:"done",data:s})).catch(s=>t.send({type:"error",error:s})),e)}},ln={enter(e,t,r){if(t.child=fe(this.machine,n=>{t.onChange(n),t.child==n&&n.machine.state.value.final&&(delete t.child,t.send({type:"done",data:n.context}));},t.context,r),t.child.machine.state.value.final){let n=t.child.context;return delete t.child,xt(t,e,{type:"done",data:n},this.transitions.get("done"))}return e}};function z(e,...t){let r=re(an(t));return Nt.isPrototypeOf(e)?De(ln,{machine:re(e),transitions:r}):De(ho,{fn:re(e),transitions:r})}var Nt={get state(){return {name:this.current,value:this.states[this.current]}}};function ye(e,t,r=Gr){return typeof e!="string"&&(r=t||Gr,t=e,e=Object.keys(t)[0]),Ve._create&&Ve._create(e,t),De(Nt,{context:re(r),current:re(e),states:re(t)})}function xt(e,t,r,n){let{context:s}=e;for(let{to:i,guards:a,reducers:o}of n)if(a(s,r)){e.context=o.call(e,s,r);let c=t.original||t,p=De(c,{current:re(i),original:{value:c}});Ve._onEnter&&Ve._onEnter(t,i,e.context,s,r);let u=p.state.value;return e.machine=p,e.onChange(e),u.enter(p,e,r)}}function po(e,t){let r=t.type||t,{machine:n}=e,{value:s,name:i}=n.state;return s.transitions.has(r)?xt(e,n,t,s.transitions.get(r))||n:(Ve._send&&Ve._send(r,i),n)}var fo={send(e){po(this,e);}};function fe(e,t,r,n){let s=Object.create(fo,{machine:Yr(e),context:Yr(e.context(r,n)),onChange:re(t)});return s.send=s.send.bind(s),s.machine=s.machine.state.value.enter(s.machine,s,n),s}var hn=(e,t)=>{if(!t)return;let r=mo(t);return yo(r,e.query)},mo=e=>produce(e,t=>traverse(t,({value:r})=>{isObject(r);})),yo=(e,t)=>produce(e,r=>traverse(r,({value:n})=>{if(isObject(n)){let s=n;Object.keys(s).forEach(i=>{(s[i]===void 0||s[i]===null||isArray(s[i])&&s[i].length===0)&&(t?.returnNulls?s[i]=null:delete s[i]),s[i]===void 0&&delete s[i];}),Object.getOwnPropertySymbols(s).forEach(i=>{delete s[i];}),t?.noMetadata===!0&&Object.keys(s).forEach(i=>{i.startsWith("$")&&delete s[i];});}}));var pn=async(e,t,r)=>r?(i=>produce(i,a=>traverse(a,({value:o})=>{if(isObject(o)){let c=o;if(!c.$thing)return;if(c.$thing){let p=N(e,c),{virtualFields:u}=p,d=c[ie];if(!d)throw new Error("[Internal] QueryPath is missing");let l=getNodeByPath(t,d),f=l.$fields.map($=>$.$path),h=l.$excludedFields;u.forEach($=>{if(h?.includes($)||f.length>0&&!f.includes($))return;let g=p.dataFields?.find(m=>m.path===$);if(g?.default){let m=je({currentThing:c,fieldSchema:g,mandatoryDependencies:!0});c[$]=m;}else if(c[$]===void 0)throw new Error(`[Internal] Virtual field: No db value found for virtual field: ${$}`)}),h&&h.forEach($=>{if(typeof $!="string")throw new Error("[Internal] ExcludedField is not a string");delete c[$];});}}})))(r):void 0;var ve={$eq:"$=",$not:"$!",$or:"$OR",$and:"$AND",$in:"$IN",$id:"record::id(id)",$exists:"$exists"},ge=(e,t,r)=>{if(e==null)return e;let n=isArray(e),i=(n?e:[e]).map(a=>{let c=Object.keys(a).reduce((p,u)=>{let d=a[u];if(u.startsWith("$")){if(["$or","$and","$not"].includes(u))return {...p,[u]:void 0,[ve[u]]:ge(d,t,r)};if(u==="$id")return {...p,$id:void 0,[ve[u]]:{$IN:isArray(d)?d:[d]}};if(u==="$thing")return p;if(u==="$exists")return {...p,$exists:void 0,[ve[u]]:d};if(u==="$eq")return {...p,$eq:void 0,[ve[u]]:d};if(u==="$in")return {...p,$in:void 0,[ve[u]]:d};throw new Error(`Unknown filter operator ${u}`)}let l=t in r.entities?r.entities[t]:r.relations[t],[f,h]=it(l,u);if(f==="idField"){if(l.idFields.length>1)throw new Error("Multiple id fields not supported");return {...p,"record::id(id)":{$IN:isArray(d)?d:[d]}}}if(f==="dataField")return {...p,[u]:ge(d,t,r)};if(f==="linkField"||f==="roleField"){let g=h[Le].queryPath;return {...p,[g]:ge(d,t,r)}}throw new Error(`Field ${u} not found in schema, Defined in $filter`)},{});return shake(c)});return n?i:i[0]},pe=e=>{if(e==null)return "";let t=Object.entries(e),r=[];return t.forEach(([n,s])=>{if(["$OR","$AND","$!"].includes(n)){let i=n.replace("$",""),a=Array.isArray(s)?s.map(o=>pe(o)):[pe(s)];i==="!"?r.push(`!(${a.join(" AND ")})`):r.push(`(${a.join(` ${i} `)})`);return}if(isObject(s))if(n.includes("<-")||n.includes("->")){let i=pe(s);r.push(`${n}[WHERE ${i}]`);}else if(n.startsWith("$parent.[")){let i=pe(s),a=n.replace("$parent.","").replace(/^\[(.*)\]$/,"$1");r.push(`fn::as_array(${a})[WHERE id && ${i}]`);}else if(n.startsWith("$parent")){let i=pe(s),a=n.replace("$parent.","");r.push(`fn::as_array(${a})[WHERE id && ${i}]`);}else {if(n.startsWith("$"))throw new Error(`Invalid key ${n}`);{let i=Object.keys(s);if(i.length===1&&i[0].startsWith("$")){let[a]=i,o=s[a];if(a==="$exists")if(o===!0)r.push(`${n} IS NOT NONE`);else if(o===!1)r.push(`${n} IS NONE`);else throw new Error(`Invalid value for $exists: ${o}`);else {let c=a.replace("$","");if(Array.isArray(o))r.push(`${n} ${c} [${o.map(p=>p===null?"NONE":`'${p}'`).join(", ")}]`);else if(isObject(o)){let p=pe(o);r.push(`${n} ${c} ${p}`);}else r.push(`${n} ${c} ${o===null?"NONE":`'${o}'`}`);}}else throw new Error(`Invalid key ${n}`)}}else if(Array.isArray(s)){let i=n.startsWith("$")?n.replace("$",""):"IN";r.push(`${n} ${i} [${s.map(a=>a===null?"NONE":`'${a}'`).join(", ")}]`);}else {let i=n.startsWith("$")?n.replace("$",""):"=";r.push(`${n} ${i} ${s===null?"NONE":`'${s}'`}`);}}),r.join(" AND ")},We=e=>`ORDER BY ${e.map(r=>{if(typeof r=="string")return r;let{field:n,desc:s}=r;return `${n}${s?" DESC":" ASC"}`}).join(", ")}`;var $n=e=>{let{queries:t,schema:r}=e;return t.map(n=>wo({query:n,schema:r}))},wo=e=>{let{query:t,schema:r}=e,{$thing:n,$fields:s,$filter:i,$offset:a,$limit:o,$sort:c}=t;if(s.length===0)return null;let p=[];p.push("SELECT");let u=_t({parentQuery:t,queries:s,level:1,schema:r});u&&p.push(u);let d=r.entities[n]||r.relations[n];if(!d)throw new Error(`Schema for ${n} not found`);let f=(d.subTypes?[n,...d.subTypes]:[n]).map(h=>ee(h));if(t.$id)if(typeof t.$id=="string")p.push(`FROM ${f.map(h=>`${h}:\u27E8${t.$id}\u27E9`).join(",")}`);else if(isArray(t.$id)){let h=t.$id,$=f.flatMap(g=>h?.map(m=>`${g}:\u27E8${m}\u27E9`));p.push(`FROM ${$.join(",")}`);}else throw new Error("Invalid $id");else p.push(`FROM ${f.join(",")}`);if(i){let h=ge(i,n,r),$=pe(h);p.push(`WHERE ${$}`);}return c&&p.push(We(c)),typeof o=="number"&&p.push(`LIMIT ${o}`),typeof a=="number"&&p.push(`START ${a}`),p.join(`
|
|
104
|
-
`)},_t=e=>{let{queries:t,schema:r,level:n,parentQuery:s}=e,i=[],a=s[
|
|
105
|
-
`)},Mo=e=>{let{query:t,schema:r,level:n}=e;return t.$fieldType==="data"?So({query:t,level:n}):t.$fieldType==="link"?Lo({query:t,level:n,schema:r}):t.$fieldType==="role"?Qo({query:t,level:n,schema:r}):null},So=e=>{let{query:t,level:r}=e;return t.$isVirtual?null:t.$path==="id"?M(`record::id(${t.$path}) AS ${t.$as}`,r):t.$path===t.$as?M(`\`${t.$path}\``,r):M(`\`${t.$path}\` AS \`${t.$as}\``,r)},Lo=e=>{let{query:t,schema:r,level:n}=e,{$fields:s,$filter:i,$offset:a,$limit:o,$sort:c}=t;if(s.length===0)return null;let p=[];p.push(M("(",n));let u=n+1;p.push(M("SELECT",u));let d=_t({parentQuery:t,queries:s,level:u+1,schema:r});d&&p.push(d);let l=t[
|
|
106
|
-
`)},Qo=e=>{let{query:t,schema:r,level:n}=e;if(t.$fields.length===0)return null;let s=[];s.push(M("(",n));let i=n+1;s.push(M("SELECT",i));let a=i+1,o=_t({parentQuery:t,queries:t.$fields,level:a,schema:r});o&&s.push(o);let c=t[
|
|
107
|
-
`)};var mn=async e=>{let{client:t,queries:r,config:n}=e,s=`
|
|
103
|
+
`,yr=e=>Ei(e);var gr=async(e,t,r)=>await(async()=>{let i=(await Promise.all([...r.typeDB||[]].map(async([c])=>[c,await hr(c,e,t,r)]))).map(c=>[c[0],c[1]]),o=(await Promise.all([...r.surrealDB||[]].map(async([c])=>[c,yr(t)]))).map(c=>[c[0],c[1]]);return {typeDB:Object.fromEntries(i),surrealDB:Object.fromEntries(o)}})();var oe=Symbol.for("queryPath"),tt=Symbol.for("stepPrint"),Ie=Symbol.for("edgeType"),be=Symbol.for("edgeSchema"),Ne=Symbol.for("dbNode"),Mt=Symbol.for("isTransformed"),rt=Symbol.for("parent"),se=Symbol.for("fieldSchema"),we=Symbol.for("sharedMetadata"),Le=Symbol.for("suqlMetadata");var Er={typeDB:{mutation:{splitArray$Ids:!0,requiresParseBQL:!0}},surrealDB:{mutation:{splitArray$Ids:!1,requiresParseBQL:!1}}};var Br=({linkField:e,originalRelation:t,withExtensionsSchema:r,linkMode:n})=>{if(e.isVirtual)return `$this.${e.path}.id`;let s=r.relations[e.relation].subTypes||[],i=[e.relation,...s],a=`<-\u27E8${t}_${e.plays}\u27E9<-(\u27E8${i.join("\u27E9,\u27E8")}\u27E9)`;if(e.target==="relation"){if(n==="edges")return a;if(n==="refs")return e.cardinality==="MANY"?`$parent.[\`${e.path}\`]`:`$parent.\`${e.path}\``;throw new Error("Unsupported linkMode")}else if(e.target==="role"){let[o]=e.oppositeLinkFieldsPlayedBy,c=r.entities[o.thing]?.subTypes||r.relations[o.thing]?.subTypes||[],p=[o.thing,...c],u=`->\u27E8${t}_${o.plays}\u27E9->(\u27E8${p.join("\u27E9,\u27E8")}\u27E9)`;return n==="edges"?`${a}${u}`:n==="refs"?e.cardinality==="MANY"?`$parent.[\`${o.plays}\`]`:`$parent.\`${o.plays}\``:`${a}${u}`}else throw new Error("Unsupported linkField target")};var Tr=(e,t,r)=>r?t:`${e}\xB7${t}`;var Mr=(e,t)=>Object.values(Object.fromEntries(Object.entries(e).filter(([r,n])=>t(r,n))))[0],de=(e,t)=>{let r=Reflect.ownKeys(e).map(n=>[n,e[n]]);return Object.fromEntries(r.filter(([n,s])=>{let[i,a]=tryit(()=>t(n,s))();return i?!1:a}))},Sr=(e,t)=>{let r=[],n=produce(e,i=>traverse(i,({key:a,value:o,meta:c})=>{if(c.depth===2&&(a&&(o.dataFields=o.dataFields?.map(p=>({...p,...o.idFields?.includes(p.path)?{isIdField:!0}:{isIdField:!1},cardinality:p.cardinality||"ONE",dbPath:"dbPath"in p?p.dbPath:Tr(a,p.path,p.shared)}))),o.extends)){if(!o.defaultDBConnector.as)throw new Error(`[Schema] ${a} is extending a thing but missing the "as" property in its defaultDBConnector. Path:${c.nodePath}`);let p=i.entities[o.extends]||i.relations[o.extends],u=[o.extends,...p.allExtends||[]];if(o.allExtends=u,u.forEach(d=>{if(i.entities[d])i.entities[d].subTypes=[a,...i.entities[d].subTypes||[]];else if(i.relations[d])i.relations[d].subTypes=[a,...i.relations[d].subTypes||[]];else throw new Error(`[Schema] ${a} is extending a thing that does not exist in the schema: ${d}`)}),o.idFields=p.idFields?Array.from(new Set((o.idFields||[]).concat(p.idFields))):o.idFields,o.dataFields=p.dataFields?(o.dataFields||[]).concat(p.dataFields.map(d=>{let l=o.extends,f=e.entities[l]||e.relations[l];for(;!f.dataFields?.find(h=>h.path===d.path);)l="extends"in f?f.extends:void 0,f=e.entities[l]||e.relations[l];return {...d,inherited:!0,dbPath:"dbPath"in d?d.dbPath:Tr(l,d.path,d.shared),[we]:{inheritanceOrigin:d[we]?.inheritanceOrigin||o.extends}}})):o.dataFields,"roles"in p){let d=o,l=p;if(l.roles){let f=mapEntries(l.roles,(h,$)=>[h,{...$,inherited:!0,[we]:{inheritanceOrigin:$[we]?.inheritanceOrigin||o.extends}}]);d.roles={...d.roles||{},...f};}}o.linkFields=p.linkFields?(o.linkFields||[]).concat(p.linkFields.map(d=>({...d,inherited:!0,[we]:{inheritanceOrigin:d[we]?.inheritanceOrigin||o.extends}}))):o.linkFields,p?.hooks?.pre&&(o.hooks=o.hooks||{},o.hooks.pre=o.hooks.pre||[],o.hooks.pre=[...p?.hooks?.pre||[],...o?.hooks?.pre||[]]);}},{traversalType:"breadth-first"}));return traverse(e,({key:i,value:a,meta:o})=>{if(i==="linkFields"){let p=(()=>{if(!o.nodePath)throw new Error("No path");let[d,l]=o.nodePath.split(".");return {thing:l,thingType:d==="entities"?"entity":d==="relations"?"relation":""}})(),u=Array.isArray(a)?a.map(d=>({...d,...p})):[{...a,...p}];r.push(...u);}}),produce(n,i=>traverse(i,({value:a,key:o,meta:c})=>{if(c.depth===2&&a.idFields&&!a.id){a.name=o;let p=()=>{if(c.nodePath?.split(".")[0]==="entities")return "entity";if(c.nodePath?.split(".")[0]==="relations")return "relation";throw new Error("Unsupported node attributes")};a.thingType=p();let u=Object.keys(t).find(d=>t[d]?.get(a.defaultDBConnector.id));if(a.db=u,a.dbContext=Er[u],a.dbProviderConfig=u==="surrealDB"?t[u]?.get(a.defaultDBConnector.id)?.providerConfig:void 0,a.computedFields=[],a.virtualFields=[],a.requiredFields=[],a.enumFields=[],a.fnValidatedFields=[],"linkFields"in a&&a.linkFields){let d=a;d.linkFields?.forEach(l=>{l.fieldType="linkField";let f=n.relations[l.relation];if(!l.isVirtual){if(!f)throw new Error(`The relation ${l.relation} does not exist in the schema`);if(f.roles?.[l.plays]===void 0)throw new Error(`The role ${l.plays} is not defined in the relation ${l.relation} (linkField: ${l.path})`)}if(l.target==="relation"){if(l.isVirtual)throw new Error(`[Schema] Virtual linkFields can't target a relation. Thing: "${d.name}" LinkField: "${l.path}. Path:${c.nodePath}."`);l.$things=[l.relation,...f.subTypes||[]],l.oppositeLinkFieldsPlayedBy=[{plays:l.path,thing:l.relation,thingType:"relation"}];}if(l.target==="role"){if(l.oppositeLinkFieldsPlayedBy=r.filter(h=>h.relation===l.relation&&h.plays!==l.plays&&h.target==="role"),l.oppositeLinkFieldsPlayedBy.length===0)throw new Error(`[Schema] LinkFields require to have at least one opposite linkField playing an opposite role. Thing: "${d.name}" LinkField: "${l.path}. Path:${c.nodePath}."`);l.pathToRelation=d.linkFields?.find(h=>h.target==="relation"&&h.relation===l.relation)?.path??l.relation.toLocaleLowerCase(),l.$things=[...new Set(l.oppositeLinkFieldsPlayedBy.flatMap(h=>[h.thing,...v(n,h.thing)?.subTypes||[]]))],l.oppositeLinkFieldsPlayedBy.length>1&&console.warn(`[Schema] LinkField ${l.path} in ${d.name} has multiple candidates ${l.oppositeLinkFieldsPlayedBy.map(h=>h.thing).join(",")} and this is not yet supported. Please target a single one using targetRoles with a single role`);}if(a.db==="surrealDB"){let h=f?.roles?.[l.plays][we]?.inheritanceOrigin??l.relation,$=Br({linkField:l,originalRelation:h,withExtensionsSchema:n,linkMode:a.dbProviderConfig.linkMode});l[Le]={queryPath:$};}});}if("roles"in a){let d=a;Object.entries(d.roles).forEach(([l,f])=>{f.fieldType="roleField";let h=r.filter(y=>y.relation===o&&y.plays===l)||[];f.playedBy=h.map(y=>({...y,pathToRelation:y.target==="relation"?y.path:d.linkFields?.find(R=>R.target==="relation"&&R.relation===o&&R.plays===l)?.path??y.relation.toLocaleLowerCase()}));let $=r.filter(y=>y.target==="relation"&&y.plays===l&&d.allExtends?.includes(y.relation));f.impactedLinkFields=$,f.path=l;let g=[...new Set(h.flatMap(y=>[...v(n,y.thing).subTypes||[],y.thing]).flat().filter(Boolean))];f.$things=g;let m=f[we]?.inheritanceOrigin||a.name,F=g.flatMap(y=>{let L=v(e,y)?.subTypes||[];return [y,...L]}),b=()=>{if(a.dbProviderConfig.linkMode==="edges")return `->\`${m}_${l}\`->(\`${F.join("`,`")}\`)`;if(a.dbProviderConfig.linkMode==="refs"){if(f.cardinality==="MANY")return `$parent.[\`${l}\`]`;if(f.cardinality==="ONE")return `$parent.\`${l}\``}throw new Error("Unsupported linkMode")};if(a.db==="surrealDB"){let y=b();f[Le]={queryPath:y};}});}}if(a&&typeof a=="object"&&"playedBy"in a){let p=[...new Set(a.playedBy.map(u=>u.thing))];if(p.length>1&&console.warn(`[Schema] roleFields can be only played by one thing. Role: ${o}, path:${c.nodePath}, played by: ${p.join(", ")}`),a.playedBy.length===0)throw new Error(`[Schema] roleFields should be played at least by one thing. Role: ${o}, path:${c.nodePath}`)}if(c.depth===4){let[p,u]=c.nodePath?.split(".")||[],d=i[p][u];!isArray(a)&&typeof a=="object"&&(a.validations&&(a.validations.required&&d.requiredFields.push(a.path),a.validations.enum&&d.enumFields.push(a.path),a.validations.fn&&d.fnValidatedFields.push(a.path)),a.default?a.isVirtual?d.virtualFields.push(a.path):d.computedFields.push(a.path):a.isVirtual&&d.virtualFields.push(a.path));}}))},v=(e,t)=>{if(t in e.entities)return e.entities[t];if(t in e.relations)return e.relations[t];throw new Error(`${t} is not defined in the schema`)},N=(e,t)=>{if(!t)throw new Error("[Internal] No node for getCurrentSchema");if(t.$thing){if(t.$thingType==="entity"){if(!(t.$thing in e.entities))throw new Error(`Missing entity '${t.$thing}' in the schema`);return e.entities[t.$thing]}if(t.$thingType==="relation"){if(!(t.$thing in e.relations))throw new Error(`Missing relation '${t.$thing}' in the schema`);return e.relations[t.$thing]}if(t.$thing in e.entities&&t.$thing in e.relations)throw new Error(`Ambiguous $thing ${t.$thing}`);if(t.$thing in e.entities)return e.entities[t.$thing];if(t.$thing in e.relations)return e.relations[t.$thing];throw new Error(`Wrong schema or query for ${JSON.stringify(t,null,2)}`)}if(t.$entity){if(!(t.$entity in e.entities))throw new Error(`Missing entity '${t.$entity}' in the schema`);return e.entities[t.$entity]}if(t.$relation){if(!(t.$relation in e.relations))throw new Error(`Missing relation '${t.$relation}' in the schema`);return e.relations[t.$relation]}throw new Error(`Wrong schema or query for ${JSON.stringify(t,null,2)}`)},it=(e,t)=>{let r=e.dataFields?.find(i=>i.path===t);if(e.idFields?.includes(t)){if(!r)throw new Error(`Field ${t} is an idField but not a dataField in schema`);return ["idField",r]}if(r)return ["dataField",r];let n=e.linkFields?.find(i=>i.path===t);if(n)return ["linkField",n];let s="roles"in e?e.roles[t]:void 0;if(s)return ["roleField",s];throw new Error(`Field ${t} not found in schema, Defined in $filter`)},ot=(e,t)=>{let r=N(e,t);if(r?.idFields?.length&&r?.idFields?.length>1)throw new Error(`Multiple ids not yet enabled / composite ids: ${r?.idFields}`);let[n]=r.idFields;return n},Lr=(e,t)=>{let r=e.$thing||e.$entity||e.$relation;if(!r)throw new Error("[Internal] No thing found");if(e.$entity)return "entity";if(e.$relation)return "relation";if(t.entities[r])return "entity";if(t.relations[r])return "relation";throw new Error("No thing found")},Qt=(e,t,r)=>{let n=N(e,t),s=n.linkFields?.find(o=>o.path===r);if(s)return s;let i=n.dataFields?.find(o=>o.path===r);if(i)return i;let a="roles"in n?n.roles?.[r]:void 0;if(a)return a;throw new Error(`Field ${r} not found in schema`)},Rt=(e,t,r)=>Qt(e,t,r)?.cardinality,ue=(e,t)=>{let r=e.dataFields?.map(h=>h.path)||[],n=e.linkFields?.map(h=>h.path)||[],s="roles"in e?listify(e.roles,h=>h):[],i=[...r||[],...n||[],...s||[]],o=[...["$entity","$op","$id","$tempId","$bzId","$relation","$parentKey","$filter","$fields","$excludedFields","$thing","$thingType"],...i];if(!t)return {fields:i,dataFields:r,roleFields:s,linkFields:n};let c=t.$fields?t.$fields.map(h=>{if(typeof h=="string"){if(h.startsWith("$")||h.startsWith("%"))return;if(!i.includes(h))throw new Error(`Field ${h} not found in the schema`);return h}if("$path"in h&&typeof h.$path=="string")return h.$path;throw new Error("[Wrong format] Wrongly structured query")}):listify(t,h=>{if(!(h.startsWith("$")||h.startsWith("%"))){if(!i.includes(h))throw new Error(`[Schema] Field ${h} not found in the schema`);return h}}).filter(h=>h!==void 0),p=t.$filter?listify(t.$filter,h=>h.toString().startsWith("$")?void 0:h.toString()).filter(h=>h&&r?.includes(h)):[],u=t.$filter?listify(t.$filter,h=>h.toString().startsWith("$")?void 0:h.toString()).filter(h=>h&&[...s||[],...n||[]].includes(h)):[],d=[...c,...p].filter(h=>!h?.startsWith("%")).filter(h=>!o.includes(h)).filter(h=>h),l=t.$filter?de(t.$filter,(h,$)=>p.includes(h)):{},f=t.$filter?de(t.$filter,(h,$)=>u.includes(h)):{};return {fields:i,dataFields:r,roleFields:s,linkFields:n,usedFields:c,usedLinkFields:n.filter(h=>c.includes(h)),usedRoleFields:s.filter(h=>c.includes(h)),usedDataFields:r.filter(h=>c.includes(h)),unidentifiedFields:d,...p.length?{localFilters:l}:{},...u.length?{nestedFilters:f}:{}}};var Qr=e=>{if(typeof e!="string")throw new Error("capitalizeFirstLetter: string is not a string");return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()},Rr=(e,t,r)=>{let s=(r.nodePath||"").split("."),i=isArray(t)?s.slice(0,-2).join("."):s.slice(0,-1).join(".");return t?getNodeByPath(e,i):{}},Qe=e=>Reflect.ownKeys(e).filter(t=>typeof t=="symbol").reduce((t,r)=>(t[r]=e[r],t),{});var st=e=>isObject(e)&&("$entity"in e||"$relation"in e||"$thing"in e),Te=e=>{if(Array.isArray(e))return e.map(t=>current(t));if(e&&typeof e=="object"){let t=isDraft(e)?current(e):e,r={};return Object.entries(t).forEach(([n,s])=>{r[n]=isDraft(s)?current(s):s;}),r}else return e},pe=(e,t)=>{if(e===void 0)throw new Error("Value is undefined");return e},M=(e,t)=>{let r="";for(let n=0;n<t;n++)r+=" ";return `${r}${e}`},Ae=e=>customAlphabet("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz",21)();var xe=(e,t)=>{if(t.fieldType==="linkField"){let r=t.oppositeLinkFieldsPlayedBy;if(r?.length!==1)throw new Error(`[Internal] Field ${e} should have a single player`);if(!r?.length)throw new Error(`[Internal] Field ${e} should have a player`);return r}else if(t.fieldType==="roleField"){if([...new Set(t.playedBy?.map(r=>r.thing))].length!==1)throw new Error(`[Internal] Field ${e} should have a single player`);if(!t.playedBy?.length)throw new Error(`[Internal] Field ${e} should have a player`);return t.playedBy}else throw new Error(`[Internal] Field ${e} is not a linkField or roleField`)};var Cr=(e,t,r)=>{let n=isArray(e[t])?e[t]:[e[t]];if(!n.every(s=>typeof s=="object"))if(n.every(s=>typeof s=="string")){let s=xe(t,r),[i]=s,a=e.$op==="create"?"link":"replace",o=i.thing,c=i.thingType,p={$op:a,$thing:o,$thingType:c},u=n.filter(l=>l.startsWith("_:")),d=n.filter(l=>!l.startsWith("_:"));u.length&&!d.length?e[t]=u.map(l=>({...p,$tempId:l,$bzId:l})):u.length&&d.length?e[t]=[...u.map(l=>({...p,$tempId:l,$bzId:l})),{...p,$id:d,$bzId:`S_${nanoid()}`}]:e[t]={...p,$id:e[t],$bzId:`S_${nanoid()}`};}else throw new Error(`[Mutation Error] Replace can only be used with a single id or an array of ids. (Field: ${t} Nodes: ${JSON.stringify(n)} Parent: ${JSON.stringify(e,null,2)})`)};var Oe=(e,t,r)=>{let n=N(r,t),{usedDataFields:s}=ue(n,t);if(t.$op){if(t.$op==="create"&&t.$id)throw new Error("[Wrong format] Can't write to computed field $id. Try writing to the id field directly.");if(["unlink","delete","update"].includes(t.$op)&&e.$op==="create")throw new Error(`[Wrong format] Cannot ${t.$op} under a create`);if(t.$op==="delete"&&s.length>0)throw new Error("[Wrong format] Cannot update on deletion");if(["unlink","link"].includes(t.$op)&&s.length>0)throw new Error("[Unsupported] Can't update fields on Link / Unlink");return t.$op}};var at=(e,t,r)=>{let n=N(r,t),{usedFields:s}=ue(n,t);return t.$op?(Oe(e,t,r),t.$op):t.$id||t.$filter?s.length>0?(Oe(e,{...t,$op:"update"},r),"update"):(Oe(e,{...t,$op:"link"},r),"link"):t.$tempId?s.length>0?(Oe(e,{...t,$op:"create"},r),"create"):(Oe(e,{...t,$op:"create"},r),"link"):(Oe(e,{...t,$op:"create"},r),"create")};var Ar=(e,t)=>{let n=(isArray(e.$root)?e.$root:[e.$root]).map(s=>{let i=at(s,s,t);return {...{...s.$thing?{}:{$thing:s.$entity||s.$relation},...s.$thingType?{}:{$thingType:Lr(s,t)},...s.$op?{}:{$op:i},...s.$bzId?{}:{$bzId:`R_${Ae()}`}},...s}});e.$root=isArray(e.$root)?n:n[0];};var lt=(e,t)=>{let r=t[tt];return isSet(r)?r.has("clean")?(Reflect.set(t,tt,r.add("clean")),!0):!1:(Reflect.set(t,tt,new Set(["clean"])),!0)};var Or=(e,t,r)=>{if(lt("split_ids",e)){let n=(isArray(e[t])?e[t]:[e[t]]).flatMap(s=>{if(isObject(s)&&"$id"in s&&isArray(s.$id)){let i=s;if(N(r,i),!i.$bzId)throw new Error("[Internal Error] No bzId found");return i.$id.map((a,o)=>({...Te(i),$id:a,$bzId:`${i.$bzId}_${o}`,...Qe(i)}))}return s});(n.length>0&&isArray(e[t])?e[t]:[e[t]].length)&&(e[t]=n);}};var qr=(e,t,r,n)=>{let s=(isArray(e[t])?e[t]:[e[t]]).map(i=>{let a=xe(t,r),[o]=a,c=at(e,{...i,$thing:o.thing,$thingType:o.thingType},n),u=i.$bzId?i.$bzId:i.$tempId?i.$tempId:i.$id&&!isArray(i.$id)?`SN_ONE_${o.thing}_${i.$id}`:i.$id&&isArray(i.$id)?`SN_MANY_${o.thing}_${Ae()}`:`SM_${Ae()}`;if(!r)throw new Error(`[Internal] No fieldSchema found in ${JSON.stringify(r)}`);return {...i,[be]:r,$thing:o.thing,$thingType:o.thingType,$op:c,$bzId:u}});e[t]=isArray(e[t])?s:s[0];};var ki=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,Pi=/(\s*async\s*|\s*function\s*|\s*\(\s*|\s*\)\s*=>|\s*\)\s*\{)/,kr=e=>{let r=e.toString().replace(ki,"").trim().split("=>")[0].split("{")[0].replace(Pi,"").trim(),n=r.substring(r.indexOf("(")+1,r.lastIndexOf(")")).trim();return n?(n.match(/(\{[^}]*\}|[^,]+)/g)||[]).flatMap(i=>i.includes("{")&&i.includes("}")?(i.replace(/^\{|\}$/g,"").match(/(?:[^,"']+|"[^"]*"|'[^']*')+/g)||[]).map(o=>o.split(":")[0].trim().replace(/['"[\]]/g,"")):i.trim()).filter(Boolean):[]};var je=({currentThing:e,fieldSchema:t,mandatoryDependencies:r=!1})=>{if(!t||!t.default||!("fn"in t.default||"value"in t.default))throw new Error(`[Internal] Virtual field: No field schema found, or wrongly configured. Field: ${JSON.stringify(t,null,3)}`);if(t.default.type==="value")return t.default.value;if(r){let{fn:n}=t.default,i=kr(n).filter(a=>!(a in e));if(i.length)throw new Error(`Virtual field: Missing arguments ${i.join(", ")}`)}if(!t.default.fn)throw new Error("[Schema] No fn in default field schema");if("default"in t){if(t.default.type==="value")return t.default.value;if(t.default.type==="fn")return t.default.fn(e);throw new Error("[Schema] No default field definition")}};var Pr=(e,t,r)=>{let n=e[t];if(n)return (isArray(n)?n:[n]).forEach(s=>{let i=N(r,s),{unidentifiedFields:a}=ue(i,s),{computedFields:o,virtualFields:c}=i,p=listify(s,(l,f)=>f!==void 0?l:void 0),u=p.filter(l=>c?.includes(l));if(u.length>0)throw new Error(`Virtual fields can't be sent to DB: "${u.join(",")}"`);if(o.filter(l=>!p.includes(l)).forEach(l=>{let f=i.dataFields?.find(F=>F.path===l),$=i.linkFields?.find(F=>F.path===l)?.oppositeLinkFieldsPlayedBy[0],g="roles"in i?Mr(i.roles,(F,b)=>F===l):void 0,m=f||$||g;if(!m)throw new Error(`no field Def for ${l}`);if(s.$op==="create"&&!s[l]){let F=je({currentThing:s,fieldSchema:m,mandatoryDependencies:!0});s[l]=F;}}),a.length>0)throw new Error(`Unknown fields: [${a.join(",")}] in ${JSON.stringify(s)}`)}),e};var dt=(e,t)=>{let r=N(t,e).hooks;if(r?.pre){let n=`on${Qr(e.$op)}`;return r.pre.filter(a=>!a.triggers||a.triggers[n]?.()).flatMap(a=>a.actions)}return []};var xr=(e,t,r,n)=>{(isArray(e[t])?e[t]:[e[t]]).forEach(i=>{if("$thing"in i){if(i.$fields)return i;let{requiredFields:a,enumFields:o,fnValidatedFields:c,dataFields:p}=N(r,i);if("$op"in i&&i.$op==="create"&&a.forEach(u=>{if(!(u in i))throw new Error(`[Validations] Required field "${u}" is missing.`)}),("$op"in i&&i.$op==="update"||i.$op==="create")&&o.forEach(u=>{if(u in i){let d=p?.find(l=>l.path===u)?.validations?.enum;if(!d)throw new Error(`[Validations] Enum field "${u}" is missing enum options.`);if(isArray(i[u]))i[u].some(l=>{if(!d.includes(l))throw new Error(`[Validations] Option "${l}" is not a valid option for field "${u}".`)});else if(d&&!d.includes(i[u]))throw new Error(`[Validations] Option "${i[u]}" is not a valid option for field "${u}".`)}}),("$op"in i&&i.$op==="update"||i.$op==="create")&&c.forEach(u=>{if(u in i)try{let d=p?.find(l=>l.path===u)?.validations?.fn;if(!d)throw new Error("Missing validation function.");if(!d(i[u]))throw new Error("Failed validation function.")}catch(d){throw new Error(`[Validations:attribute:${u}] ${d.message}`)}}),isObject(i)&&"$thing"in i){let u=i.$thing,d=i,l=clone(Te(e)),f=clone(Te(d)),h=n.mutation?.context||{},$=clone(Te(i[Ne]||{}));dt(d,r).forEach(m=>{if(m.type==="validate"){if(m.severity!=="error")return;try{let F=m.fn(f,l,h,$);if(F===!1)throw new Error(`${m.message}.`);if(F!==!0)throw new Error("Validation function's output is not a boolean value.")}catch(F){throw new Error(`[Validations:thing:${u}] ${F.message}`)}}});}}});};var _r=(e,t,r,n)=>{let s=(isArray(e[t])?e[t]:[e[t]]).map(i=>{if(st(i)){if(i.$fields||i[Mt])return i;let a=dt(i,r).filter(d=>d.type==="transform"),o=clone(Te(e)),c=clone(Te(i)),p=n.mutation?.context||{},u=clone(Te(i[Ne]||i.$dbNode));return a.forEach(d=>{let l=d.fn(c,o,p,u||{});Object.keys(l).length!==0&&(i={...c,...l,...Qe(i),[Mt]:!0});}),i}});e[t]=isArray(e[t])?s:s[0];};var Ur=(e,t,r)=>{let n=xe(t,r),[s]=n;e[t]={$thing:s.thing,$thingType:s.thingType,$op:"unlink",$bzId:`U_${v4()}`,[be]:r};};var _e=e=>{if(Array.isArray(e)){for(let t of e)if(_e(t))return !0;return !1}if(e.$fields)return !0;for(let t in e){if(t.startsWith("$"))continue;let r=e[t];if(r&&typeof r=="object"&&_e(e[t]))return !0}return !1};var Wr=(e,t)=>{for(let s of e)if(!("$entity"in s)&&!("$relation"in s)&&(!("$thing"in s)||!("$thingType"in s)))throw new Error("No entity specified in query");let r=Array.isArray(e)?e:[e];return produce(r,s=>traverse(s,i=>{let{value:a,meta:o}=i,c=a;if(isObject(c)){if(c.$id){if(o.nodePath?.includes(".$filter"))return;let p=c.$entity||c.$relation?c:{[`$${c.$thingType}`]:c.$thing},u=N(t,p);if(!u?.name)throw new Error(`Schema not found for ${c.$thing}`);if(c.$path=u.name,Array.isArray(c.$id)||(c.$filterByUnique=!0),u?.idFields?.length!==1)throw new Error("Multiple ids not yet enabled / composite ids")}else if("$entity"in c||"$relation"in c||"$thing"in c){let p=N(t,c);if(!p?.name)throw new Error(`Schema not found for ${c.$thing}`);c.$path=p.name;}if(c.$entity?(c.$thing=c.$entity,c.$thingType="entity",delete c.$entity):c.$relation&&(c.$thing=c.$relation,c.$thingType="relation",delete c.$relation),isObject(c)&&"$thing"in c&&c.$thing){let p=c.$entity||c.$relation?c:{[`$${c.$thingType}`]:c.$thing};c[oe]=o.nodePath;let u=N(t,p);if(c.$filter&&(Object.keys(c.$filter).length===0?c.$filter=void 0:(c.$filter=Re(c.$filter,c.$thing,t),c.$filterByUnique=Ot(c.$filter,u))),c.$fields){c.$fields.some(f=>u?.idFields?.includes(f?.$path||f))||(c.$fields=[...c.$fields,...Array.isArray(u.idFields)?u.idFields:[]],c.$idNotIncluded=!0);let l=c.$fields?.flatMap(f=>{let h=Vr(f,u,t);return Array.isArray(h)?h:[h]}).filter(Boolean);c.$fields=l;}else {let l=At(u)?.flatMap(f=>{let h=Vr(f,u,t);return Array.isArray(h)?h:[h]}).filter(Boolean);c.$fields=l;}c.$excludedFields&&(c.$fields=c.$fields.filter(d=>ut(u,d)?!0:!c.$excludedFields.includes(d.$path)));}}}))},At=e=>{let t=e.dataFields?.map(i=>i.path)||[],r=e.linkFields?.map(i=>i.path)||[],n=Object.keys(e.roles||{})||[];return [...t,...r,...n]},Ot=(e,t)=>Object.keys(e||{}).some(n=>{let s=e[n];if(s!==null&&typeof s<"u"){let i=t.idFields?.includes(n),a=t.dataFields?.some(p=>(p.dbPath===n||p.path===n)&&p?.validations?.unique),o=n==="$id"&&!Array.isArray(s);if(i||a||o){if(typeof s!="object"||s===null||Array.isArray(s))return !Array.isArray(s);{let p=Object.keys(s);if(p.length===1&&p[0]==="$eq"){let u=s.$eq;if(typeof u!="object"||u===null||!Array.isArray(u))return !0}return !1}}}return !1}),ut=(e,t)=>typeof t=="string"?e.idFields?.includes(t):e.idFields?.includes(t.$path),Wi=e=>{let{field:t,fieldStr:r,$justId:n,dbPath:s,isVirtual:i,fieldSchema:a}=e;return {$path:r,$dbPath:s,$thingType:"attribute",$as:t.$as||r,$var:r,$fieldType:"data",$justId:n,$id:t.$id,$isVirtual:i,[se]:a}},zi=e=>{let{field:t,fieldStr:r,linkField:n,$justId:s,dbPath:i,schema:a,fieldSchema:o}=e,{target:c,oppositeLinkFieldsPlayedBy:p}=n;return p.map(u=>{let d=c==="role"?u.thingType:"relation",l=c==="role"?u.thing:n.relation,f={[`$${d}`]:l},h=N(a,f),$=t?.$fields?.filter(F=>ut(h,F)).length===0,g=[];if(typeof t!="string")if(t.$fields)if($){let F=h.idFields||[];g=[...t.$fields,...F];}else g=t.$fields;else g=At(h);else g=["id"];t.$excludedFields&&(g=g.filter(F=>ut(h,F)?!0:!t.$excludedFields.includes(F.$path)));let m=t.$id||t.$filter?{...t.$id?{$id:t.$id}:{},...t.$filter}:void 0;return {$thingType:d,$plays:n.plays,$playedBy:{...u,oppositeLinkFieldsPlayedBy:void 0},$path:u.path,$dbPath:i,$as:t.$as||r,$var:r,$thing:l,$fields:g,$excludedFields:t.$excludedFields,$fieldType:"link",$target:c,$intermediary:u.relation,$justId:s,$id:t.$id,$filter:m,$idNotIncluded:$,$filterByUnique:Ot(t.$filter,h),$sort:t.$sort,$offset:t.$offset,$limit:t.$limit,[se]:o}})},Hi=e=>{let{field:t,fieldStr:r,roleField:n,$justId:s,dbPath:i,schema:a,fieldSchema:o}=e;return n.playedBy.map(c=>{let{thing:p,thingType:u,relation:d}=c,l={[`$${u}`]:p},f=N(a,l),h=t?.$fields?.filter(m=>f?.idFields?.includes(m)||f?.idFields?.includes(m.$path)).length===0,$=[];if(typeof t!="string")if(t.$fields)if(h){let m=f.idFields||[];$=[...t.$fields,...m];}else $=t.$fields;else $=At(f);else $=["id"];t.$excludedFields&&($=$.filter(m=>ut(f,m)?!0:!t.$excludedFields.includes(m.$path)));let g=t.$id||t.$filter?{...t.$id?{$id:t.$id}:{},...t.$filter}:void 0;return {$thingType:u,$path:r,$dbPath:i,$as:t.$as||r,$var:r,$thing:p,$fields:$,$excludedFields:t.$excludedFields,$fieldType:"role",$intermediary:d,$justId:s,$id:t.$id,$filter:g,$idNotIncluded:h,$filterByUnique:Ot(t.$filter,f),$playedBy:{...c,oppositeLinkFieldsPlayedBy:void 0},$sort:t.$sort,$offset:t.$offset,$limit:t.$limit,[se]:o}})},Vr=(e,t,r)=>{let n=typeof e=="string"?e:e.$path,s=typeof e=="string",i=t.dataFields?.find(c=>c.path===n),a=t.linkFields?.find(c=>c.path===n),o=t.roles?.[n];if(i){let c=!!i.isVirtual&&!!i.default;return Wi({field:e,fieldStr:n,$justId:s,dbPath:i.dbPath,isVirtual:c,fieldSchema:i})}else {if(a)return zi({field:e,fieldStr:n,linkField:a,$justId:s,dbPath:a.path,schema:r,fieldSchema:a});if(o)return Hi({field:e,fieldStr:n,roleField:o,$justId:s,dbPath:n,schema:r,fieldSchema:o})}return null},Re=(e,t,r)=>{if(e==null)return e;let n=isArray(e),i=(n?e:[e]).map(a=>Object.keys(a).reduce((p,u)=>{let d=a[u],l=isArray(d)?d:[d];if(u.startsWith("$"))if(["$id","$thing"].includes(u))p[u]=d;else if(["$not","$or","$and"].includes(u))p[u]=Re(d,t,r);else if(["$eq","$in","$exists"].includes(u))p[u]=d;else throw new Error(`[Internal] Unknown filter operator ${u}`);else {let f=t in r.entities?r.entities[t]:r.relations[t],[h,$]=it(f,u);if(h==="idField")p[u]=d;else if(h==="dataField")isObject(d)||isArray(d)&&d.some(isObject)?p[u]=isArray(d)?{$or:Re(d,t,r)}:Re(d,t,r):isArray(d)?p[u]={$in:d}:p[u]={$eq:d};else if(h==="linkField"||h==="roleField"){let g=$,[m]=g.$things;l.every(F=>typeof F=="string")?p[u]={$id:l,$thing:m}:l.every(F=>isObject(F))&&(p[u]=isArray(d)?{$or:Re(d,m,r)}:Re(d,m,r));}else throw new Error(`Field ${u} not found in schema of ${t}`)}return p},{}));return n?i.length===1?i[0]:{$or:i}:i[0]};var Xi=(e,t)=>{if(e[t]===void 0&&delete e[t],t==="$tempId")if(lt("set_tempId",e))if(e.$tempId?.startsWith("_:")){let r=e.$tempId.substring(2);e.$tempId=r,e.$bzId=r;}else throw new Error('[Wrong format] TempIds must start with "_:"');else throw new Error("[Internal] TempId already modified");t==="$filter"&&e.$filter&&Object.keys(e.$filter).length===0&&(e.$filter=void 0);},Zi=(e,t)=>{},kt=(e,t,r)=>{let n={$rootWrap:{$root:e}},s=_e(Array.isArray(e)?e:[e]),i=produce(n,a=>traverse(a,({value:o,parent:c,key:p,meta:u})=>{if(!(!c||!p)&&isObject(o)){let d=u.nodePath?.split(".")||[];if(!("$root"in o)){if(!("$thing"in o||"$entity"in o||"$relation"in o)){let h=["$fields","$dbNode","$filter"],$=d[d.length-1],g=d[d.length-2];if(p==="$root")throw new Error("Root things must specify $entity or $relation");if(!h.includes($)&&!h.includes(g))throw new Error(`[Internal] This object has not been initiated with a $thing: ${JSON.stringify(isDraft(o)?current(o):o)}`)}}let l=o,f=d.includes("$filter");"$filter"in l&&l.$filter&&(l.$filter=Re(l.$filter,l.$thing,t)),Object.keys(l).forEach(h=>{if(Xi(l,h),h!=="$root"&&f||h!=="$root"&&(h.startsWith("$")||h.startsWith("%")))return;let $=h!=="$root"?Qt(t,l,h):{fieldType:"rootField"};if(!$)throw new Error(`[Internal] Field ${h} not found in schema`);if("contentType"in $)return Zi();if(["rootField","linkField","roleField"].includes($.fieldType)){if(["linkField","roleField"].includes($.fieldType)&&(l[h]===null?Ur(l,h,$):Cr(l,h,$)),$.fieldType==="rootField"){if(!("$root"in l))throw new Error(`[Internal] Field ${h} is a rootField but the object is not a root`);Ar(l,t);}let g=isArray(l[h])?l[h]:[l[h]],m=d.slice(1).join(".");g.forEach(b=>{if(b){if($?.cardinality==="ONE"&&!b.$op&&!b.$id&&!b.$filter&&!b.$tempId&&l.$op!=="create")throw new Error(`Please specify if it is a create or an update. Path: ${m}.${h}`);if(b.$tempId&&!(b.$op===void 0||b.$op==="link"||b.$op==="create"||b.$op==="update"))throw new Error(`Invalid op ${b.$op} for tempId. TempIds can be created, or when created in another part of the same mutation. In the future maybe we can use them to catch stuff in the DB as well and group them under the same tempId.`)}}),["linkField","roleField"].includes($.fieldType)&&qr(l,h,$,t),Or(l,h,t),["rootField","linkField","roleField"].includes($.fieldType)&&Pr(l,h,t),(isArray(l[h])?l[h]:[l[h]]).forEach(b=>{let y=N(t,b),{unidentifiedFields:R,usedLinkFields:L,usedFields:D,fields:C}=ue(y,b);if(D.forEach(_=>{if(!C.includes(_))throw new Error(`[Schema] Field ${_} not found in the schema`)}),R.length>0)throw new Error(`Unknown fields: [${R.join(",")}] in ${JSON.stringify(o)}`);if(L.length>1){let _=y.linkFields?.filter(J=>L.includes(J.path));_?.some((J,he)=>_.some((K,I)=>{if(he!==I&&J.target!==K.target&&J.relation===K.relation)throw new Error("[Wrong format]: Can't use a link field with target === 'role' and another with target === 'relation' in the same mutation.")}));}}),s||(_r(l,h,t,r),xr(l,h,t,r));}});}}));return isArray(i.$rootWrap.$root),i.$rootWrap.$root};var zr=e=>{let t=({value:r})=>(r&&typeof r=="object"&&"$id"in r&&(Object.keys(r).filter(i=>i.startsWith("$")).forEach(i=>delete r[i]),Object.keys(r).filter(i=>typeof i=="symbol").forEach(i=>delete r[i])),r);return produce(e,r=>traverse(r,t))};var Jr=async(e,t)=>{let r=u=>{let d=[],l=[],f=m=>{if(m.$id)return m.$id;let F=N(t,m),{idFields:b}=F;if(!b)throw new Error(`no idFields: ${JSON.stringify(m)}`);let[y]=b;if(!y)throw new Error(`no idField: ${JSON.stringify(m)}`);let R=F.dataFields?.find(C=>C.path===y),L=je({currentThing:m,fieldSchema:R,mandatoryDependencies:!0}),D=m[y]||m.$id||L;if(!D)throw new Error(`no idValue: ${JSON.stringify(m)}`);return D},h=m=>{if(m.$op==="create"){let F=f(m);if(d.find(b=>b.$id===F&&b.$op==="create"))throw new Error(`Duplicate id ${F} for node ${JSON.stringify(m)}`);d.push({...m,$id:F});return}m.$tempId&&m.$op==="match"||d.push(m);},$=m=>{if(m.$op==="create"){let F=f(m);if(d.find(b=>b.$id===F&&b.$op==="create"))throw new Error(`Duplicate id ${F} for edge ${JSON.stringify(m)}`);l.push({...m,$id:F});return}l.push(m);};return traverse(u,({value:m,parent:F,meta:b})=>{if(!isObject(m))return;let y=m;if(!b.nodePath?.includes(".$filter")&&y.$thing){if(!y.$op)throw new Error(`Operation should be defined at this step ${JSON.stringify(y)}`);if(!y.$bzId)throw new Error("[internal error] BzId not found");let R=N(t,y),{dataFields:L,roleFields:D,linkFields:C,usedFields:_}=ue(R,y),J=()=>{if(y.$op==="create"||y.$op==="delete")return y.$op;if(y.$op==="update"){let I=_.filter(B=>L?.includes(B)),P=_.filter(B=>D?.includes(B)),E=_.filter(B=>C?.includes(B));if(I.length>0)return "update";if(P.length>0||E.length>0)return "match";throw new Error(`No fields on an $op:"update" for node ${JSON.stringify(y)}`)}return "match"},he={...y.$id&&{$id:y.$id},...y.$tempId&&{$tempId:y.$tempId},...y.$filter&&{$filter:y.$filter},$thing:y.$thing,...y.$thingType&&{$thingType:y.$thingType},...shake(pick(y,L||[""])),$op:J(),$bzId:y.$bzId};h(he);let K=y[be];if(K?.fieldType==="linkField"){if((y.$op==="link"||y.$op==="unlink")&&(y.$id||y.$filter)){if(y.$tempId)throw new Error("can't specify a existing and a new element at once. Use an id/filter or a tempId");d.push({...y,$op:"match"});}let I=K.relation===y.$thing,P=I?y.$bzId:`LT_${v4()}`,B=Rr(u,F,b).$bzId;if(!B)throw new Error("No parent id found");let T=()=>y.$op==="delete"?I?"match":"delete":y.$op==="unlink"?I?"unlink":"delete":y.$op==="link"||y.$op==="create"?I?"link":"create":y.$op==="replace"?"replace":"match",S=N(t,{$thing:K.relation,$thingType:"relation"});if(!Object.keys(S.roles).includes(K.plays))throw new Error(`[Wrong format] Field ${K.plays} is not a role of relation ${K.relation}`);let Q={$bzId:P,$thing:K.relation,$thingType:"relation",...y.$tempId?{$tempId:y.$tempId}:{},$op:T(),...I?{}:{[K.path]:y.$bzId},[K.plays]:B,[be]:K,[Ie]:"linkField"};$(Q),(y.$op==="unlink"||T()==="unlink")&&I&&$({$thing:K.relation,$thingType:"relation",$bzId:P,$op:"match",[K.plays]:B,[be]:K,[Ie]:"linkField"});}if(y.$thingType==="relation"){let I=de(y,(B,T)=>D.includes(B)),P=mapEntries(I,(B,T)=>isArray(T)?[B,T]:isObject(T)?[B,T.$bzId]:[B,T]),E=de(m,(B,T)=>B.startsWith("$")||B.startsWith("Symbol"));if(Object.keys(I).filter(B=>!B.startsWith("$")).length>0){if(y.$op==="create"||y.$op==="delete"){let B=()=>{if(y.$op==="create")return "link";if(y.$op==="delete")return "match";throw new Error("Unsupported parent of edge op")},T=N(t,y).roles,S=mapEntries(P,(Q,A)=>{let U=T[Q]?.cardinality;if(!U)throw new Error(`Role ${Q} not found in schema`);if(Array.isArray(A)){if(U==="ONE"){if(A.length>1)throw new Error(`[Error] Role ${Q} is not a MANY relation`);return [Q,A[0].$bzId||A[0]]}return [Q,A.map(q=>q.$bzId||q)]}return [Q,A.$bzId||A]}),w={...E,$thing:y.$thing,$thingType:"relation",$op:B(),...S,$bzId:y.$bzId,[Ie]:"roleField"};$(w);return}if(y.$op==="match"||y.$op==="update"&&Object.keys(I).length>0){let B=0;Object.entries(I).forEach(([T,S])=>{let w=isArray(S)?S:[S],Q=A=>A==="create"||A==="replace"?"link":A;w.forEach(A=>{if(!A)return;let U=Q(A.$op);if(U==="replace")throw new Error("Not supported yet: replace on roleFields");if(U==="unlink"&&B>0)throw B+=1,new Error("Not supported yet: Cannot unlink more than one role at a time, please split into two mutations");let q={...E,$thing:y.$thing,$thingType:"relation",$op:U==="delete"?"unlink":U,[T]:A.$bzId,$bzId:y.$bzId,[Ie]:"roleField"};$(q);});});}}}}}),[d,l]},[n,s]=r(e),i=n.reduce((u,d)=>{if(!d.$bzId)return [...u,d];let l=u.findIndex(f=>f.$bzId===d.$bzId);if(l===-1)return [...u,d];if(u[l].$op==="create"&&d.$op==="match")return u;if(u[l].$op==="match"&&(d.$op==="create"||d.$op==="match"))return [...u.slice(0,l),d,...u.slice(l+1)];if(u[l].$op==="update"&&d.$op==="update")return [...u.slice(0,l),{...u[l],...d},...u.slice(l+1)];if(u[l].$op==="update"&&d.$op==="match"||u[l].$op==="match"&&d.$op==="update")return [...u.slice(0,l),{...u[l],...d,$op:"update"},...u.slice(l+1)];if(u[l].$op==="delete"&&d.$op==="delete"){if(JSON.stringify(u[l].$filter)===JSON.stringify(d.$filter))return u;throw new Error(`[Wrong format] Can't delete the same thing with different filters. Existing: ${u[l].$filter}. Current: ${d.$filter}`)}throw new Error(`[Wrong format] Wrong operation combination for $tempId/$id "${d.$tempId||d.$id}". Existing: ${u[l].$op}. Current: ${d.$op}`)},[]),a=s.reduce((u,d)=>{let l=u.find(f=>(f.$id&&f.$id===d.$id||f.$bzId&&f.$bzId===d.$bzId)&&f.$thing===d.$thing&&f.$op===d.$op);if(l){let f={...l};return Object.keys(d).forEach($=>{if(typeof $=="symbol"||$.startsWith("$"))return;let g=l[$],m=d[$];Array.isArray(g)&&Array.isArray(m)?f[$]=Array.from(new Set([...g,...m])):!Array.isArray(g)&&Array.isArray(m)?g!==void 0?f[$]=Array.from(new Set([g,...m])):f[$]=m:Array.isArray(g)&&!Array.isArray(m)?m!==void 0&&(f[$]=Array.from(new Set([...g,m]))):g!==null&&m!==null&&g!==void 0&&m!==void 0?f[$]=Array.from(new Set([g,m])):g==null&&(f[$]=m);}),[...u.filter($=>!(($.$id&&$.$id===d.$id||$.$bzId&&$.$bzId===d.$bzId)&&$.$thing===d.$thing&&$.$op===d.$op)),f]}return [...u,d]},[]);i.forEach(u=>{if((u.$thingType==="relation"||"relation"in u)&&a.filter(d=>d.$bzId===u.$bzId||d.$tempId&&d.$tempId===u.$tempId).length===0){if(u.$op==="delete"||u.$op==="match"||u.$op==="update")return;throw new Error(`[Wrong format] Can't create a relation without any player. Node: ${JSON.stringify(zr(u))}`)}});let o=[...i,...a],c=new Set(o.filter(u=>u.$tempId).map(u=>u.$tempId)),p=Array.from(c).filter(u=>!o.some(d=>d.$tempId===u&&d.$op==="create"));if(p.length>0)throw new Error(`Can't link a $tempId that has not been created in the current mutation: ${p.join(", ")}`);return {mergedThings:i,mergedEdges:a}};var Ve={};function re(e){return {enumerable:!0,value:e}}function Yr(e){return {enumerable:!0,writable:!0,value:e}}var so=()=>!0,Gr=()=>({}),Zr=e=>e,ao=(e,t,r,n)=>e.apply(r,n)&&t.apply(r,n),lo=(e,t,r,[n,s])=>t.call(r,e.call(r,n,s),s),De=(e,t)=>Object.freeze(Object.create(e,t));function Xr(e,t,r){return e.reduce((n,s)=>function(...i){return r(n,s,this,i)},t)}function en(e){return De(this,{fn:re(e)})}var tn={},x=en.bind(tn);var rn={},Pt=en.bind(rn);function ht(e,t){return t.filter(r=>e.isPrototypeOf(r))}function nn(e,t,...r){let n=Xr(ht(rn,r).map(i=>i.fn),so,ao),s=Xr(ht(tn,r).map(i=>i.fn),Zr,lo);return De(this,{from:re(e),to:re(t),guards:re(n),reducers:re(s)})}var on={},sn={},j=nn.bind(on);nn.bind(sn,null);function co(e,t,r){return xt(t,e,r,this.immediates)||e}function an(e){let t=new Map;for(let r of e)t.has(r.from)||t.set(r.from,[]),t.get(r.from).push(r);return t}var uo={enter:Zr};function ae(...e){let t=ht(on,e),r=ht(sn,e),n={final:re(e.length===0),transitions:re(an(t))};return r.length&&(n.immediates=re(r),n.enter=re(co)),De(uo,n)}var ho={enter(e,t,r){let n=this.fn.call(t,t.context,r);return Nt.isPrototypeOf(n)?De(ln,{machine:re(n),transitions:re(this.transitions)}).enter(e,t,r):(n.then(s=>t.send({type:"done",data:s})).catch(s=>t.send({type:"error",error:s})),e)}},ln={enter(e,t,r){if(t.child=$e(this.machine,n=>{t.onChange(n),t.child==n&&n.machine.state.value.final&&(delete t.child,t.send({type:"done",data:n.context}));},t.context,r),t.child.machine.state.value.final){let n=t.child.context;return delete t.child,xt(t,e,{type:"done",data:n},this.transitions.get("done"))}return e}};function z(e,...t){let r=re(an(t));return Nt.isPrototypeOf(e)?De(ln,{machine:re(e),transitions:r}):De(ho,{fn:re(e),transitions:r})}var Nt={get state(){return {name:this.current,value:this.states[this.current]}}};function ye(e,t,r=Gr){return typeof e!="string"&&(r=t||Gr,t=e,e=Object.keys(t)[0]),Ve._create&&Ve._create(e,t),De(Nt,{context:re(r),current:re(e),states:re(t)})}function xt(e,t,r,n){let{context:s}=e;for(let{to:i,guards:a,reducers:o}of n)if(a(s,r)){e.context=o.call(e,s,r);let c=t.original||t,p=De(c,{current:re(i),original:{value:c}});Ve._onEnter&&Ve._onEnter(t,i,e.context,s,r);let u=p.state.value;return e.machine=p,e.onChange(e),u.enter(p,e,r)}}function po(e,t){let r=t.type||t,{machine:n}=e,{value:s,name:i}=n.state;return s.transitions.has(r)?xt(e,n,t,s.transitions.get(r))||n:(Ve._send&&Ve._send(r,i),n)}var fo={send(e){po(this,e);}};function $e(e,t,r,n){let s=Object.create(fo,{machine:Yr(e),context:Yr(e.context(r,n)),onChange:re(t)});return s.send=s.send.bind(s),s.machine=s.machine.state.value.enter(s.machine,s,n),s}var hn=(e,t)=>{if(!t)return;let r=mo(t);return yo(r,e.query)},mo=e=>produce(e,t=>traverse(t,({value:r})=>{isObject(r);})),yo=(e,t)=>produce(e,r=>traverse(r,({value:n})=>{if(isObject(n)){let s=n;Object.keys(s).forEach(i=>{(s[i]===void 0||s[i]===null||isArray(s[i])&&s[i].length===0)&&(t?.returnNulls?s[i]=null:delete s[i]),s[i]===void 0&&delete s[i];}),Object.getOwnPropertySymbols(s).forEach(i=>{delete s[i];}),t?.noMetadata===!0&&Object.keys(s).forEach(i=>{i.startsWith("$")&&delete s[i];});}}));var pn=async(e,t,r)=>r?(i=>produce(i,a=>traverse(a,({value:o})=>{if(isObject(o)){let c=o;if(!c.$thing)return;if(c.$thing){let p=N(e,c),{virtualFields:u}=p,d=c[oe];if(!d)throw new Error("[Internal] QueryPath is missing");let l=getNodeByPath(t,d),f=l.$fields.map($=>$.$path),h=l.$excludedFields;u.forEach($=>{if(h?.includes($)||f.length>0&&!f.includes($))return;let g=p.dataFields?.find(m=>m.path===$);if(g?.default){let m=je({currentThing:c,fieldSchema:g,mandatoryDependencies:!0});c[$]=m;}else if(c[$]===void 0)throw new Error(`[Internal] Virtual field: No db value found for virtual field: ${$}`)}),h&&h.forEach($=>{if(typeof $!="string")throw new Error("[Internal] ExcludedField is not a string");delete c[$];});}}})))(r):void 0;var ve={$eq:"$=",$not:"$!",$or:"$OR",$and:"$AND",$in:"$IN",$id:"record::id(id)",$exists:"$exists"},ge=(e,t,r)=>{if(e==null)return e;let n=isArray(e),i=(n?e:[e]).map(a=>{let c=Object.keys(a).reduce((p,u)=>{let d=a[u];if(u.startsWith("$")){if(["$or","$and","$not"].includes(u))return {...p,[u]:void 0,[ve[u]]:ge(d,t,r)};if(u==="$id")return {...p,$id:void 0,[ve[u]]:{$IN:isArray(d)?d:[d]}};if(u==="$thing")return p;if(u==="$exists")return {...p,$exists:void 0,[ve[u]]:d};if(u==="$eq")return {...p,$eq:void 0,[ve[u]]:d};if(u==="$in")return {...p,$in:void 0,[ve[u]]:d};throw new Error(`Unknown filter operator ${u}`)}let l=t in r.entities?r.entities[t]:r.relations[t],[f,h]=it(l,u);if(f==="idField"){if(l.idFields.length>1)throw new Error("Multiple id fields not supported");return {...p,"record::id(id)":{$IN:isArray(d)?d:[d]}}}if(f==="dataField")return {...p,[u]:ge(d,t,r)};if(f==="linkField"||f==="roleField"){let g=h[Le].queryPath;return {...p,[g]:ge(d,t,r)}}throw new Error(`Field ${u} not found in schema, Defined in $filter`)},{});return shake(c)});return n?i:i[0]},fe=e=>{if(e==null)return "";let t=Object.entries(e),r=[];return t.forEach(([n,s])=>{if(["$OR","$AND","$!"].includes(n)){let i=n.replace("$",""),a=Array.isArray(s)?s.map(o=>fe(o)):[fe(s)];i==="!"?r.push(`!(${a.join(" AND ")})`):r.push(`(${a.join(` ${i} `)})`);return}if(isObject(s))if(n.includes("<-")||n.includes("->")){let i=fe(s);r.push(`${n}[WHERE ${i}]`);}else if(n.startsWith("$parent.[")){let i=fe(s),a=n.replace("$parent.","").replace(/^\[(.*)\]$/,"$1");r.push(`fn::as_array(${a})[WHERE id && ${i}]`);}else if(n.startsWith("$parent")){let i=fe(s),a=n.replace("$parent.","");r.push(`fn::as_array(${a})[WHERE id && ${i}]`);}else {if(n.startsWith("$"))throw new Error(`Invalid key ${n}`);{let i=Object.keys(s);if(i.length===1&&i[0].startsWith("$")){let[a]=i,o=s[a];if(a==="$exists")if(o===!0)r.push(`${n} IS NOT NONE`);else if(o===!1)r.push(`${n} IS NONE`);else throw new Error(`Invalid value for $exists: ${o}`);else {let c=a.replace("$","");if(Array.isArray(o))r.push(`${n} ${c} [${o.map(p=>p===null?"NONE":`'${p}'`).join(", ")}]`);else if(isObject(o)){let p=fe(o);r.push(`${n} ${c} ${p}`);}else r.push(`${n} ${c} ${o===null?"NONE":`'${o}'`}`);}}else throw new Error(`Invalid key ${n}`)}}else if(Array.isArray(s)){let i=n.startsWith("$")?n.replace("$",""):"IN";r.push(`${n} ${i} [${s.map(a=>a===null?"NONE":`'${a}'`).join(", ")}]`);}else {let i=n.startsWith("$")?n.replace("$",""):"=";r.push(`${n} ${i} ${s===null?"NONE":`'${s}'`}`);}}),r.join(" AND ")},We=e=>`ORDER BY ${e.map(r=>{if(typeof r=="string")return r;let{field:n,desc:s}=r;return `${n}${s?" DESC":" ASC"}`}).join(", ")}`;var $n=e=>{let{queries:t,schema:r}=e;return t.map(n=>wo({query:n,schema:r}))},wo=e=>{let{query:t,schema:r}=e,{$thing:n,$fields:s,$filter:i,$offset:a,$limit:o,$sort:c}=t;if(s.length===0)return null;let p=[];p.push("SELECT");let u=_t({parentQuery:t,queries:s,level:1,schema:r});u&&p.push(u);let d=r.entities[n]||r.relations[n];if(!d)throw new Error(`Schema for ${n} not found`);let f=(d.subTypes?[n,...d.subTypes]:[n]).map(h=>ee(h));if(t.$id)if(typeof t.$id=="string")p.push(`FROM ${f.map(h=>`${h}:\u27E8${t.$id}\u27E9`).join(",")}`);else if(isArray(t.$id)){let h=t.$id,$=f.flatMap(g=>h?.map(m=>`${g}:\u27E8${m}\u27E9`));p.push(`FROM ${$.join(",")}`);}else throw new Error("Invalid $id");else p.push(`FROM ${f.join(",")}`);if(i){let h=ge(i,n,r),$=fe(h);p.push(`WHERE ${$}`);}return c&&p.push(We(c)),typeof o=="number"&&p.push(`LIMIT ${o}`),typeof a=="number"&&p.push(`START ${a}`),p.join(`
|
|
104
|
+
`)},_t=e=>{let{queries:t,schema:r,level:n,parentQuery:s}=e,i=[],a=s[oe];return i.push(M(`"${a}" as \`$$queryPath\``,n)),i.push(M("record::id(id) as `$id`",n)),i.push(M("record::tb(id) as `$thing`",n)),t.forEach(o=>{let c=Mo({query:o,level:n,schema:r});c&&i.push(c);}),i.length===0?null:i.join(`,
|
|
105
|
+
`)},Mo=e=>{let{query:t,schema:r,level:n}=e;return t.$fieldType==="data"?So({query:t,level:n}):t.$fieldType==="link"?Lo({query:t,level:n,schema:r}):t.$fieldType==="role"?Qo({query:t,level:n,schema:r}):null},So=e=>{let{query:t,level:r}=e;return t.$isVirtual?null:t.$path==="id"?M(`record::id(${t.$path}) AS ${t.$as}`,r):t.$path===t.$as?M(`\`${t.$path}\``,r):M(`\`${t.$path}\` AS \`${t.$as}\``,r)},Lo=e=>{let{query:t,schema:r,level:n}=e,{$fields:s,$filter:i,$offset:a,$limit:o,$sort:c}=t;if(s.length===0)return null;let p=[];p.push(M("(",n));let u=n+1;p.push(M("SELECT",u));let d=_t({parentQuery:t,queries:s,level:u+1,schema:r});d&&p.push(d);let l=t[se][Le].queryPath;if(p.push(M(`FROM ${l}`,u)),i){let f=ge(i,t.$thing,r),h=fe(f);p.push(`WHERE ${h}`);}return c&&p.push(M(We(c),u)),typeof o=="number"&&p.push(M(`LIMIT ${o}`,u)),typeof a=="number"&&p.push(M(`START ${a}`,u)),p.push(M(`) AS \`${t.$as}\``,n)),p.join(`
|
|
106
|
+
`)},Qo=e=>{let{query:t,schema:r,level:n}=e;if(t.$fields.length===0)return null;let s=[];s.push(M("(",n));let i=n+1;s.push(M("SELECT",i));let a=i+1,o=_t({parentQuery:t,queries:t.$fields,level:a,schema:r});o&&s.push(o);let c=t[se][Le].queryPath;if(s.push(M(`FROM ${c}`,i)),t.$filter){let p=ge(t.$filter,t.$playedBy.thing,r),u=fe(p);s.push(`WHERE ${u}`);}return s.push(M(`) AS \`${t.$as}\``,n)),s.join(`
|
|
107
|
+
`)};var ne="0.11.17";var mn=async e=>{let{client:t,queries:r,config:n}=e,s=`
|
|
108
108
|
BEGIN TRANSACTION;
|
|
109
109
|
${r.join(";")};
|
|
110
110
|
COMMIT TRANSACTION;
|
|
111
|
-
`;return n.query?.debugger&&console.log(`batchedQuery[${
|
|
112
|
-
`),$=Io(t,p),g=i?`WHERE id AND (${
|
|
113
|
-
`),o=`FROM $parent.\`${r[
|
|
111
|
+
`;return n.query?.debugger&&console.log(`batchedQuery[${ne}]`,JSON.stringify({batchedQuery:s})),await t.query(s)};var gn=e=>{let{res:t,queries:r}=e;return t.map((s,i)=>En(r[i],s))},En=(e,t)=>{if(isArray(t)){if(t.length===0)return null;if(e.$filterByUnique){if(t.length>1)throw new Error("Multiple results found for unique query");return Ut(e,t[0])}if(t.length>=1)return t.map(r=>Ut(e,r))}else throw new Error("res is unexpectedly not an array")},Ut=(e,t)=>{let r={[oe]:t.$$queryPath,$id:t.$id,$thing:pr(t.$thing),$thingType:e.$thingType};return e.$fields.forEach(n=>{let s=n.$as,i=t[s];n.$path==="id"&&e.$idNotIncluded||(r[s]=Do(n,i));}),r},Do=(e,t)=>{if(t==null||isArray(t)&&t.length===0)return null;if(e.$fieldType==="data"){let{contentType:r}=e[se];return e[se].cardinality==="ONE"&&yn(t,r),yn(t,r)??null}return e.$justId?e.$filterByUnique||e[se].cardinality==="ONE"?t[0]?.id??null:t?.map(r=>r.id)??[]:e.$filterByUnique||e[se].cardinality==="ONE"?Ut(e,t[0]):En(e,t)},yn=(e,t)=>{let r=isArray(e)?e:[e];if(t==="DATE"){let n=r.map(s=>new Date(s).toISOString());return isArray(e)?n:n[0]}if(t==="FLEX"){let n=r.map(s=>isDate(s)?new Date(s).toISOString():s);return isArray(e)?n:n[0]}return e};var Bn=e=>{let{queries:t,schema:r}=e;return t.map(n=>Co({query:n,schema:r}))},Co=e=>{let{query:t,schema:r}=e,{$thing:n,$fields:s,$filter:i,$offset:a,$limit:o,$sort:c}=t;if(s.length===0)return null;let p=r.entities[n]||r.relations[n];if(!p)throw new Error(`Schema for ${n} not found`);let u=t[oe],d=Fn(u),l=bn(s.filter(y=>y.$fieldType==="data")),f=Tn(s.filter(y=>y.$fieldType==="link"||y.$fieldType==="role"),r),h=[...d,...l,...f].join(`,
|
|
112
|
+
`),$=Io(t,p),g=i?`WHERE id AND (${fe(ge(i,n,r))})`:"WHERE id",m=c?We(c):"",F=typeof o=="number"?`LIMIT ${o}`:"",b=typeof a=="number"?`START ${a}`:"";return `SELECT ${h} ${$} ${g} ${m} ${F} ${b}`},Io=(e,t)=>{let n=(t.subTypes?[e.$thing,...t.subTypes]:[e.$thing]).map(a=>ee(a)),s=(a,o)=>`${a}:\`${o}\``,i=a=>n.flatMap(o=>a.map(c=>s(o,c))).join(",");if(!e.$id)return `FROM ${n.join(",")}`;if(typeof e.$id=="string")return `FROM ${i([e.$id])}`;if(Array.isArray(e.$id))return `FROM ${i(e.$id)}`;throw new Error("Invalid $id")},Fn=e=>[`"${e}" as \`$$queryPath\``,"record::id(id) as `$id`","record::tb(id) as `$thing`"],bn=e=>e.map(t=>t.$path==="id"?`record::id(${t.$path}) AS ${t.$as}`:t.$path===t.$as?`\`${t.$path}\``:`\`${t.$path}\` AS \`${t.$as}\``),Tn=(e,t)=>e.map(r=>{let n=Fn(r[oe]),s=bn(r.$fields.filter(l=>l.$fieldType==="data")),i=Tn(r.$fields.filter(l=>l.$fieldType==="link"||l.$fieldType==="role"),t),a=[...n,...s,...i].join(`,
|
|
113
|
+
`),o=`FROM $parent.\`${r[se].path}\`[*]`,c=r.$filter&&Object.keys(r.$filter).length>0?`WHERE id AND(${fe(ge(r.$filter,r.$thing,t))})`:"WHERE id",p=r.$sort?We(r.$sort):"",u=typeof r.$limit=="number"?`LIMIT ${r.$limit}`:"",d=typeof r.$offset=="number"?`START ${r.$offset}`:"";return `( SELECT ${a} ${o} ${c} ${p} ${u} ${d} ) AS \`${r.$as}\``}).filter(r=>r);var Vt=j("error","error",x((e,t)=>({...e,error:t.error}))),Ao=ye("build",{build:z(async e=>{let{linkMode:t}=e.config.dbConnectors.find(r=>r.provider==="surrealDB").providerConfig;if(t==="edges")return $n({queries:e.bql.queries,schema:e.schema});if(t==="refs")return Bn({queries:e.bql.queries,schema:e.schema})},j("done","run",x((e,t)=>({...e,surql:{...e.surql,queries:t.data}}))),Vt),run:z(async e=>mn({client:e.client,queries:pe(e.surql.queries),config:e.config}),j("done","parse",x((e,t)=>({...e,surql:{...e.surql,res:t.data}}))),Vt),parse:z(async e=>gn({res:pe(e.surql.res),queries:e.bql.queries,schema:e.schema,config:e.config}),j("done","success",x((e,t)=>({...e,bql:{...e.bql,res:t.data}}))),Vt),success:ae(),error:ae()},e=>e),Oo=async e=>new Promise((t,r)=>{$e(Ao,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),wn=async(e,t,r,n)=>Oo({bql:{queries:e},surql:{},schema:t,config:r,client:n,error:null});var pt=e=>{let{$filter:t,$var:r,$thing:n,schema:s,depth:i}=e,a=No(t,v(s,n)),{$not:o,...c}=a,p=[];if(zt(o)){let d=Wt(o,r,n,s,i,!0);p.push(...d);}else if(o!==void 0)throw new Error("$not must be a PositiveFilter object");let u=Wt(c,r,n,s,i,!1);return p.push(...u),p.join(`
|
|
114
114
|
`)},Wt=(e,t,r,n,s,i)=>{let a=v(n,r),o=[];for(let[c,p]of Object.entries(e)){if(c.startsWith("$")){let l=c.toLowerCase();if(l==="$and"||l==="$or"){let h=(isArray(p)?p:[p]).map(g=>{if(zt(g))return Wt(g,t,r,n,s+1,i).join(`
|
|
115
115
|
`);throw new Error(`Invalid subfilter in ${l}: ${JSON.stringify(g)}`)}),$=h.join(l==="$and"?`
|
|
116
|
-
`:" } or { ");l==="$or"&&h.length>1?o.push(M(`{ ${$} };`,s)):o.push(M($,s));continue}continue}if(a.dataFields?.find(l=>l.dbPath===c||l.path===c)){let l=qo(c,p,t,s,i);o.push(...l);continue}let d=a.linkFields?.find(l=>l.path===c);if(d){let l=
|
|
116
|
+
`:" } or { ");l==="$or"&&h.length>1?o.push(M(`{ ${$} };`,s)):o.push(M($,s));continue}continue}if(a.dataFields?.find(l=>l.dbPath===c||l.path===c)){let l=qo(c,p,t,s,i);o.push(...l);continue}let d=a.linkFields?.find(l=>l.path===c);if(d){let l=ko(d,p,t,n,s,i);o.push(...l);continue}if(a.thingType==="relation"){let l=a.roles[c];if(l){let f=Po(l,p,t,r,n,s,i);o.push(...f);continue}}throw new Error(`"${r}" does not have property "${c}"`)}return o},qo=(e,t,r,n,s)=>{let i=[];if(isObject(t)&&!isArray(t))for(let[a,o]of Object.entries(t)){let c=a.toLowerCase(),p="";switch(c){case"$eq":p=`$${r} has ${e} ${me(o)};`;break;case"$ne":p=`not { $${r} has ${e} ${me(o)}; };`;break;case"$in":{if(!isArray(o))throw new Error("Value for $in operator must be an array");let u=o.map(d=>`$${r} has ${e} ${me(d)};`);p=Ge(u),s&&(p=`not { ${p} };`);break}case"$nin":if(!isArray(o))throw new Error("Value for $nin operator must be an array");for(let u of o){let d=`not { $${r} has ${e} ${me(u)}; };`;i.push(M(d,n));}continue;case"$exists":if(o===!0)p=`$${r} has ${e} $${e}_${v4()};`;else if(o===!1)p=`not { $${r} has ${e} $${e}_${v4()}; };`;else throw new Error(`Invalid value for $exists: ${o}`);break;default:throw new Error(`Unsupported operator "${a}" for data field "${e}"`)}s&&(p=`not { ${p} };`),i.push(M(p,n));}else if(isArray(t)){let a=t.map(c=>`$${r} has ${e} ${me(c)};`),o=Ge(a);o&&(s&&(o=`not { ${o} };`),i.push(M(o,n)));}else {let a=`$${r} has ${e} ${me(t)};`;s&&(a=`not { ${a} };`),i.push(M(a,n));}return i},ko=(e,t,r,n,s,i)=>{let a=[],[o]=e.oppositeLinkFieldsPlayedBy,p=v(n,o.thing).idFields?.[0];if(!p)throw new Error(`"${o.thing}" does not have an id field`);let u=`${o.thing}_${v4()}`,d="";if(e.target==="relation")if(t===null)d=i?`(${e.plays}: $${r}) isa ${e.relation};`:`not { (${e.plays}: $${r}) isa ${e.relation}; };`;else if(isArray(t)){let l=t.map(f=>`(${e.plays}: $${r}) isa ${e.relation}, has ${p} ${me(f)};`);d=Ge(l),i&&(d=`not { ${d} };`);}else d=`(${e.plays}: $${r}) isa ${e.relation}, has ${p} ${me(t)};`,i&&(d=`not { ${d} };`);else if(t===null)d=i?`$${u} isa ${o.thing}; (${e.plays}: $${r}, ${o.plays}: $${u}) isa ${e.relation};`:`not { $${u} isa ${o.thing}; (${e.plays}: $${r}, ${o.plays}: $${u}) isa ${e.relation}; };`;else if(isArray(t)){let l=t.map(f=>`$${u} isa ${o.thing}, has ${p} ${me(f)}; (${e.plays}: $${r}, ${o.plays}: $${u}) isa ${e.relation};`);d=Ge(l),i&&(d=`not { ${d} };`);}else d=`$${u} isa ${o.thing}, has ${p} ${me(t)}; (${e.plays}: $${r}, ${o.plays}: $${u}) isa ${e.relation};`,i&&(d=`not { ${d} };`);return a.push(M(d,s)),a},Po=(e,t,r,n,s,i,a)=>{let o=[],[c]=e.playedBy||[],u=v(s,c.thing).idFields?.[0];if(!u)throw new Error(`"${c.thing}" does not have an id field`);let d=`${c.thing}_${v4()}`,l=v4(),f=`${r}_${l}`;o.push(M(`$${f} isa ${n};`,i));let h="";if(t===null)h=`$${f} (${c.plays}: ${d});`,a?o.push(M(h,i)):o.push(M(`not { ${h} };`,i));else if(isArray(t)){let $=t.map(g=>`$${d} isa ${c.thing}, has ${u} ${me(g)}; $${f} (${c.plays}: $${d});`);h=Ge($),a?o.push(M(`not { ${h} };`,i)):o.push(M(h,i));}else h=`$${d} isa ${c.thing}, has ${u} ${me(t)}; $${f} (${c.plays}: $${d});`,a?o.push(M(`not { ${h} };`,i)):o.push(M(h,i));return o.push(M(`$${r} is $${f};`,i)),o},Ge=e=>{if(e.length>1)return `{ ${e.join(" } or { ")} };`;if(e.length===1)return e[0];throw new Error("No alternatives provided to joinAlt")},me=e=>{if(typeof e=="string")return `'${e}'`;if(typeof e=="number"||typeof e=="boolean")return `${e}`;if(e instanceof Date)return `'${e.toISOString().replace("Z","")}'`;if(isObject(e)){if("$id"in e){let t=e.$id;return isArray(t)?`like "^(${t.join("|")})$"`:me(t)}throw new Error("Cannot serialize complex object values in filter")}throw new Error(`Unsupported value type: ${typeof e}`)},No=(e,t)=>{let r={};if(t.dataFields?.forEach(a=>{a.path!==a.dbPath&&(r[a.path]=a.dbPath);}),Object.keys(r).length===0)return e;let{$not:n,...s}=e,i=Mn(s,r);return n&&zt(n)&&(i.$not=Mn(n,r)),i},Mn=(e,t)=>{let r={};return Object.entries(e).forEach(([n,s])=>{let i=t[n]||n;r[i]=s;}),r},zt=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);var Ht="___",Ln=async e=>{let{queries:t,schema:r}=e;return t.map(n=>xo({query:n,schema:r}))},xo=e=>{let{query:t,schema:r}=e,{$path:n,$thing:s,$filter:i,$fields:a,$sort:o,$offset:c,$limit:p,$id:u}=t;if(!n)throw new Error("Path is not defined");let d=[],l=t[oe];if(d.push("match"),d.push(`$${n} isa ${s};`),i||u){let $=ot(r,t),g={...i,...u?{[$]:u}:{}},m=pt({$filter:g,$var:n,$thing:s,schema:r,depth:0});d.push(`
|
|
117
117
|
${m}`);}let f=Yt({schema:r,$thing:s,$var:n,$sort:o,depth:0});f&&d.push(f.match);let h=`M_${v4()}`;if(d.push(`?queryPath${h} = "${l}";`),d.push("fetch"),d.push(`?queryPath${h} as "queryPath";`),a){let $=a.filter(F=>F.$fieldType==="data");$&&$.length>0&&d.push(...Kt($,n,0));let g=a.filter(F=>F.$fieldType==="link");g&&g.length>0&&d.push(...Jt(g,n,n,0,r));let m=a.filter(F=>F.$fieldType==="role");m&&m.length>0&&d.push(...vt(m,n,n,0,r));}return f&&d.push(f.sort),typeof c=="number"&&d.push(`
|
|
118
118
|
offset ${c};`),typeof p=="number"&&d.push(`
|
|
119
119
|
limit ${p};`),d.join(`
|
|
120
|
-
`)},Kt=(e,t,r)=>{let n=[],s=[],i=[];for(let u=0;u<e.length;u++)e[u].$isVirtual||n.push(e[u].$dbPath),e[u][
|
|
121
|
-
?queryPath${R} = "${m}";`,i)),a.push(M("fetch",i)),a.push(M(`?queryPath${R} as "queryPath";`,i));let L=c?.filter(_=>_.$fieldType==="data");L&&L.length>0&&a.push(...Kt(L,b,i));let D=c?.filter(_=>_.$fieldType==="link");D&&D.length>0&&a.push(...Jt(D,b,`${t}.${o.$var}`,i,s));let C=c?.filter(_=>_.$fieldType==="role");C&&C.length>0&&a.push(...vt(C,b,`${t}.${o.$var}`,i,s));}y&&a.push(y.sort),typeof $=="number"&&a.push(M(`offset ${$};`,i)),typeof g=="number"&&a.push(M(`limit ${g};`,i)),a.push(M("};",n));}return a},Jt=(e,t,r,n,s)=>{let i=n+1,a=[];for(let o of e){let{$fields:c,$as:p,$justId:u,$idNotIncluded:d,$filterByUnique:l,$playedBy:f,$thing:h,$sort:$,$offset:g,$limit:m}=o,F=o[ie],b=`$metadata:{as:${p},justId:${u?"T":"F"},idNotIncluded:${d},filterByUnique:${l}}`;a.push(M(`"${r}.${b}.${o.$var}": {`,n)),a.push(M("match",i));let y=`${t}${Ht}${o.$var}`;if(a.push(M(`$${y} isa ${o.$thing};`,i)),o.$filter||o.$id){let L=ot(s,o),D=o.$id?{[L]:o.$id}:{},C={...o.$filter,...D};a.push(pt({$filter:C,$var:y,$thing:o.$thing,schema:s,depth:i}));}let R=Yt({schema:s,$thing:h,$var:y,$sort:$,depth:i});if(R&&a.push(R.match),o.$target==="role"?a.push(M(`$${t}_intermediary (${o.$plays}: $${t}, ${f.plays}: $${y}) isa ${o.$intermediary};`,i)):a.push(M(`$${y} (${o.$plays}: $${t});`,i)),c){let L=`M_${v4()}`;a.push(M(`?queryPath${L} = "${F}";`,i)),a.push(M("fetch",i)),a.push(M(`?queryPath${L} as "queryPath";`,i));let D=c?.filter(J=>J.$fieldType==="data");D&&D.length>0&&a.push(...Kt(D,y,i));let C=c?.filter(J=>J.$fieldType==="link");C&&C.length>0&&a.push(...Jt(C,y,`${t}.${o.$var}`,i,s));let _=c?.filter(J=>J.$fieldType==="role");_&&_.length>0&&a.push(...vt(_,y,`${t}.${o.$var}`,i,s));}R&&a.push(R.sort),typeof g=="number"&&a.push(M(`offset ${g};`,i)),typeof m=="number"&&a.push(M(`limit ${m};`,i)),a.push(M("};",n));}return a},jo=e=>typeof e=="string"?{field:e,desc:!1}:{...e,desc:e.desc??!1},Yt=e=>{let{$var:t,$thing:r,schema:n,$sort:s,depth:i}=e,a=v(n,r),o=[],c=[];if(s?.forEach(p=>{let u=jo(p),d=a.dataFields?.find(h=>h.path===u.field);if(!d)throw new Error(`"${r}" does not have data field "${u.field}"`);let l=`${u.field}_${v4()}`;o.push(M("{",i)),o.push(M(`$${t} has ${d.dbPath} $${l}_1;`,i+1)),o.push(M("not {",i+1)),o.push(M(`$${t} has ${d.dbPath} $${l}_2;`,i+2)),o.push(M(`$${l}_2 < $${l}_1;`,i+2)),o.push(M("};",i+1)),o.push(M(`?${l}_ = $${l}_1;`,i+1)),o.push(M("} or {",i)),o.push(M(`not { $${t} has ${d.dbPath} $${l}_1; };`,i+1)),o.push(M(`?${l}_ = "~";`,i+1)),o.push(M("};",i)),o.push(M(`?${l} = ?${l}_;`,i));let f=u.desc?"desc":"asc";c.push(`?${l} ${f}`);}),o.length!==0)return {match:o.join(""),sort:M(`sort ${c.join(", ")};`,i)}};var Rn=async e=>{let{enrichedBqlQuery:t,rawBqlRequest:r,schema:n,config:s,rawTqlRes:i}=e;if(t){if(!i)throw new Error("TQL query not executed")}else throw new Error("BQL request not enriched");return i.map((a,o)=>{let c=r[o],p=t[o];return Uo(a,c,p,n,s)})},Uo=(e,t,r,n,s)=>e.length===0?null:r.$filterByUnique?Qn(e[0],t,n,s):e.map(i=>Qn(i,t,n,s)),Qn=(e,t,r,n)=>{let{dataFields:s,currentSchema:i,linkFields:a,roleFields:o,schemaValue:c}=Gt(e,r),p=Xt(s,i,n),u=er(a,r,n),d=Zt(o,r,n),l=t?.$fields?.every(h=>!i?.idFields?.includes(typeof h=="string"?h:h.$path));return {...u,...d,...c,...!n.query?.noMetadata&&t.$id?{$id:Array.isArray(t.$id)?p.id:t.$id}:{},...l?Object.fromEntries(Object.entries(p).filter(([h])=>!i?.idFields?.includes(h))):p}},Gt=(e,t)=>{let r=Object.keys(e),n=r.find(f=>f.endsWith(".$dataFields")),s=r.filter(f=>f.endsWith(".$multiVal"));if(!n)throw new Error("No dataFields");s?.length>0&&s.forEach(f=>{let h=f.replace(/\.\$multiVal$/,""),$=e[f][0][h].attribute;e[n][h]=$;});let i=e[n],a=n.split(".")[n.split(".").length-2];if(i.$metaData=a,i.length===0)throw new Error("No dataFields");let o=i.type,c={$thing:o.label,$thingType:o.root,[ie]:e.queryPath.value},p={[`$${c.$thingType}`]:c.$thing},u=N(t,p),d=r.filter(f=>{let h=he(f.split(".").pop());return !f.endsWith(".$dataFields")&&u.linkFields?.some($=>$.path===h)}).map(f=>{let h=he(f.split(".").pop()),$=he(u.linkFields?.find(g=>g.path===h));return {$linkFields:e[f],$key:h,$metaData:f.split(".")[f.split(".").length-2],$cardinality:$.cardinality}}),l=r.filter(f=>{let h=f.split(".").pop();return h&&!f.endsWith(".$dataFields")&&u.thingType==="relation"&&u.roles?.[h]}).map(f=>{let h=he(f.split(".").pop());return {$roleFields:e[f],$key:h,$metaData:f.split(".")[f.split(".").length-2],$cardinality:u.roles[h].cardinality}});return {dataFields:i,schemaValue:c,currentSchema:u,linkFields:d,roleFields:l}},Xt=(e,t,r)=>{let{$metaData:n}=e,{as:s}=Vo(n),i=Object.entries(e).filter(([a])=>a!=="type"&&!a.startsWith("$")).map(([a,o])=>{let c=t.dataFields?.find(l=>l.path===a||l.dbPath===a),p=a==="id",u=Array.isArray(s)?s.find(l=>l[a])?.[a]:a,d;if(c?.cardinality==="ONE"){if(d=o[0]?o[0].value:r.query?.returnNulls?null:void 0,c.contentType==="DATE"||c.contentType==="FLEX"&&o[0].type.value_type==="datetime"?d=d&&`${d}Z`:c.contentType==="JSON"&&(d=d&&JSON.parse(d)),p)return [[u,d],["$id",d]].filter(([l,f])=>f!==void 0)}else if(c?.cardinality==="MANY"){if(!isArray(o))throw new Error("Typedb fetch has changed its format");if(o.length===0)return r.query?.returnNulls?[[u,null]]:[];c.contentType==="DATE"?d=o.map(l=>`${l.value}Z`):c.contentType==="FLEX"?d=o.map(l=>l.type.value_type==="datetime"?`${l.value}Z`:l.value):c.contentType==="JSON"?d=o.map(l=>l.value&&JSON.parse(l.value)):d=o.map(l=>l.value);}return [[u,d]].filter(([l,f])=>f!==void 0)}).flat();return Object.fromEntries([...i])},Zt=(e,t,r)=>{let n={};return e.forEach(s=>{let{$roleFields:i,$metaData:a,$cardinality:o}=s,{as:c,justId:p,idNotIncluded:u,filterByUnique:d}=Dn(a);if(c===null)return;let l=i.map(f=>{let{dataFields:h,currentSchema:$,linkFields:g,roleFields:m,schemaValue:F}=Gt(f,t),b=Xt(h,$,r);if(p==="T")return b.id;{let y=er(g,t,r),R=Zt(m,t,r),L={...b};return u==="true"&&$?.idFields?.forEach(D=>delete L[D]),{...L,...y,...R,...F}}});l.length>0?n[c]=o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls&&(n[c]=null);}),n},er=(e,t,r)=>{let n={};return e.forEach(s=>{let{$linkFields:i,$metaData:a,$cardinality:o}=s,{as:c,justId:p,idNotIncluded:u,filterByUnique:d}=Dn(a);if(c===null)return;let l=i.map(f=>{let{dataFields:h,currentSchema:$,linkFields:g,roleFields:m,schemaValue:F}=Gt(f,t),b=Xt(h,$,r);if(p==="T")return b.id;{let y=er(g,t,r),R=Zt(m,t,r),L={...b};return u==="true"&&$.idFields?.forEach(D=>delete L[D]),{...L,...y,...R,...F}}});n[c]=l.length>0?o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls?null:void 0;}),n},Dn=e=>{let t=/as:([a-zA-Z0-9_\-·]+)/,r=/justId:([a-zA-Z0-9_\-·]+)/,n=/idNotIncluded:([a-zA-Z0-9_\-·]+)/,s=/filterByUnique:([a-zA-Z0-9_\-·]+)/,i=e.match(t),a=e.match(r),o=e.match(n),c=e.match(s);return {as:i?i[1]:null,justId:a?a[1]:null,idNotIncluded:o?o[1]:null,filterByUnique:c?c[1]:null}},Vo=e=>{try{let r=(s=>{let i=s.replace("$metadata:","");return i=i.replace(/([a-zA-Z0-9_\-·]+)(?=:)/g,'"$1"'),i=i.replace(/:(\s*)([a-zA-Z0-9_\-·]+)/g,(a,o,c)=>/^{.*}$/.test(c)?`:${c}`:`:${o}"${c}"`),i=i.replace(/\[([^\]]+)\]/g,(a,o)=>`[${o.split(",").map(c=>c.trim().startsWith("{")&&c.trim().endsWith("}")?c.trim():`"${c.trim()}"`).join(",")}]`),i})(e);return JSON.parse(r)}catch(t){return console.error(t),{as:[]}}};var $t=async(e,t)=>{let r=t.dbConnectors[0].id,n=e.typeDB?.get(r)?.session,s=e.typeDB?.get(r)?.client;if(!n||!n.isOpen()){if(!s)throw new Error("Client not found");n=await s.session(t.dbConnectors[0].dbName,SessionType.DATA),e.typeDB?.set(r,{client:s,session:n});}return {client:s,session:n}};var Cn=async e=>{let{tqlRequest:t,dbHandles:r,config:n}=e,s=new TypeDBOptions;s.infer=!0;let{session:i}=await $t(r,n),a=await i.transaction(TransactionType.READ,s),[o,c]=await tryit(parallel)(t.length,t,async p=>await a.query.fetch(p).collect());if(o){await a.rollback();let p=o;throw new Error(`Error running TQL query: ${p.errors}`)}return await a.close(),c};var Jo=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,Yo=(e,t)=>t.data?{...e,tql:{...e.tql,queries:t.data}}:e,Go=(e,t)=>t.data?{...e,tql:{...e.tql,res:t.data}}:e,tr=j("error","error",x((e,t)=>({...e,error:t.error}))),Xo=ye("build",{build:z(async e=>Ln({queries:e.bql.queries,schema:e.schema}),j("done","run",x(Yo)),tr),run:z(async e=>Cn({dbHandles:e.handles,tqlRequest:he(e.tql.queries),config:e.config}),j("done","parse",x(Go)),tr),parse:z(async e=>Rn({rawBqlRequest:e.bql.raw,enrichedBqlQuery:e.bql.queries,schema:e.schema,config:e.config,rawTqlRes:he(e.tql.res)}),j("done","success",x(Jo)),tr),success:se(),error:se()},e=>e),Zo=async e=>new Promise((t,r)=>{fe(Xo,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),In=async(e,t,r,n,s)=>Zo({bql:{raw:e,queries:t},tql:{},schema:r,config:n,handles:s,error:null});var es=(e,t)=>t.data?{...e,bql:{...e.bql,queries:t.data}}:e,rr=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,mt=j("error","error",x((e,t)=>({...e,error:t.error}))),ts=ye("enrich",{enrich:z(async e=>(e.config.query?.debugger&&console.log(`originalBQLQuery[${me}]`,JSON.stringify(e.bql.raw)),Wr(e.bql.raw,e.schema)),j("done","adapter",x(es)),mt),adapter:z(async e=>{let t={};e.bql.queries?.forEach((o,c)=>{let p=e.bql.raw[c],u=v(e.schema,o.$thing),{id:d}=u.defaultDBConnector;if(u.db==="typeDB"){if(!t[d]){let f=e.handles.typeDB?.get(d)?.client;if(!f)throw new Error(`TypeDB client with id "${u.defaultDBConnector.id}" does not exist`);t[d]={db:"typeDB",client:f,rawBql:[],bqlQueries:[],indices:[]};}}else if(u.db==="surrealDB"){if(!t[d]){let f=e.handles.surrealDB?.get(d)?.client;if(!f)throw new Error(`SurrealDB client with id "${u.defaultDBConnector.id}" does not exist`);t[d]={db:"surrealDB",client:f,rawBql:[],bqlQueries:[],indices:[]};}}else throw new Error(`Unsupported DB "${u.db}"`);let l=t[d];l.rawBql.push(p),l.bqlQueries.push(o),l.indices.push(c);});let r=Object.values(t),n=r.map(o=>{if(o.db==="typeDB")return In(o.rawBql,o.bqlQueries,e.schema,e.config,e.handles);if(o.db==="surrealDB")return wn(o.bqlQueries,e.schema,e.config,o.client);throw new Error(`Unsupported DB "${JSON.stringify(o,null,2)}"`)}),s=await Promise.all(n),i=r.flatMap((o,c)=>{let p=s[c];return o.indices.map((u,d)=>({index:u,result:p[d]}))});return i.sort((o,c)=>o.index<c.index?-1:o.index>c.index?1:0),i.map(({result:o})=>o)},j("done","postHooks",x(rr)),mt),postHooks:z(async e=>pn(e.schema,he(e.bql.queries),he(e.bql.res)),j("done","clean",x(rr)),mt),clean:z(async e=>hn(e.config,he(e.bql.res)),j("done","success",x(rr)),mt),success:se(),error:se()},e=>e),rs=async e=>new Promise((t,r)=>{fe(ts,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),ze=async(e,t,r,n)=>rs({bql:{raw:e},schema:t,config:r,handles:n,error:null});var nr="___",is=Symbol.for("grandChildOfCreate"),An=async(e,t,r,n)=>{let s=["$eq","$ne","$in","$nin","$gt","$gte","$lt","$lte","$exists"],i=(E,B)=>Object.keys(E).filter(T=>!T.startsWith("$")&&!s.includes(T)&&E[T]!==void 0?B?!N(t,E).dataFields?.find(w=>w.path===T):!0:!1);if(!e)throw new Error("[BQLE-M-PQ-1] No blocks found");if(r.mutation?.preQuery===!1)return;let a=[];if(traverse(e,({parent:E,key:B,value:T})=>{E&&B&&!B.includes("$")&&!s.includes(B)&&isObject(E)?(Array.isArray(E[B])?E[B]:[E[B]]).forEach(w=>{if(isObject(w)){if(E.$op!=="create")a.includes(w.$op)||a.push(w.$op);else if(w.$op==="delete"||w.$op==="unlink")throw new Error(`Cannot ${w.$op} under a create`)}}):!E&&isObject(T)&&(a.includes(T.$op)||a.push(T.$op));}),!a.includes("delete")&&!a.includes("unlink")&&!a.includes("replace")&&!a.includes("update")&&!a.includes("link"))return;let c=(E=>{let B=(T,S)=>{let w=[],Q={},A=["$op","$bzId","$parentKey"],U=["$relation","$entity","$id",...A];for(let q in T)if(!A.includes(q)&&!(U.includes(q)&&!S))if(!q.includes("$")&&(isObject(T[q])||Array.isArray(T[q]))){let Z=os(T[q]);if(Array.isArray(Z)&&Z.length>0)Z.forEach(Fe=>{let Ee={$path:q,...B(Fe),...Fe.$filter&&{$as:Fe.$bzId}};w.find(Y=>Y.$path===Ee.$path&&!Y.$filter)||(w=[...w,Ee]);});else {let Fe={$path:q,...B(Z),...!Z.$filter&&{$as:Z.$bzId}};w=[...w,Fe];}}else Q[q]=T[q];return {...Q,$fields:w}};return E.map(T=>B(T,!0))})(Array.isArray(e)?e:[e]),u=(await ze(c,t,{...r,query:{...r.query,returnNulls:!0}},n)).bql.res,d=(E,B)=>{let T=E.$id||E.id||E.$bzId;if(E.$objectPath){let{$objectPath:S}=E,w=S?.beforePath||"root",Q=Array.isArray(S.ids)?`[${S.ids}]`:S.ids;return {beforePath:`${w}.${Q}___${S.key}`,ids:T,key:B}}else return {beforePath:"root",ids:T,key:B}},l=(E,B)=>{let T=E?.beforePath||"root";if(typeof T!="string")throw new Error("[PQ]objectPathToKey: root is not a string");let S=(Array.isArray(E?.ids)?`[${E?.ids}]`:E?.ids);return `${T}.${S}___${E?.key}`},f=E=>{if(E.includes("[")&&E.includes("]")){let[B,T,S]=E.split(/[[\]]/);return T.split(",").map(Q=>`${B}${Q}${S}`)}else return [E]},h={};(E=>produce(E,B=>traverse(B,({key:T,parent:S})=>{if(S&&T&&S.$id&&!T.includes("$")){let w=d(S,T),Q=l(w);if(Array.isArray(S[T])){let A=[];S[T].forEach(U=>{isObject(U)?(U.$objectPath=w,A.push(U.$id.toString())):U&&A.push(U.toString());}),h[Q]={$objectPath:w,$ids:A};}else {let A=S[T];isObject(A)?(h[Q]={$objectPath:w,$ids:[A.$id.toString()]},A.$objectPath=w):A?h[Q]={$objectPath:w,$ids:[A.toString()]}:A===null&&(h[Q]=null);}}})))(u||{});let g=E=>produce(E,B=>traverse(B,({key:T,value:S,parent:w})=>{w&&T&&!T.includes("$")&&(Array.isArray(S)||isObject(S))&&!Array.isArray(w)&&(Array.isArray(w[T])?w[T].forEach(Q=>{typeof Q!="string"&&(Q.$objectPath=d(w,T),Q.$parentIsCreate=w.$op==="create",Q[is]=w.$parentIsCreate||w[Symbol.for("grandChildOfCreate")]);}):isObject(w[T])&&(w[T].$parentIsCreate=w.$op==="create",w[T][Symbol.for("grandChildOfCreate")]=w.$parentIsCreate||w[Symbol.for("grandChildOfCreate")],w[T].$objectPath=d(w,T)));})),m=g(e),F=E=>{let B=[];return E.forEach(S=>{if(!S.$id&&!S.id&&!S.$tempId)if(S.$filter){let w=l({...S.$objectPath,key:S.$bzId}),Q=h[w];Q&&(Array.isArray(Q.$ids)?Q.$ids:[Q.$ids]).forEach(U=>{let q={...S,$id:U,$bzId:`T4_${v4()}`,$filterBzId:S.$bzId};B.push(q);});}else {let w=l(S.$objectPath),Q=h[w];Q?Q?.$ids?.forEach(A=>{let U={...S,$id:A,$bzId:`T4_${v4()}`};B.push(U);}):B.push(S);}else B.push(S);}),B.map(S=>{let w={...S};return i(w,!0).forEach(Q=>{let A=Array.isArray(w[Q])?w[Q]:[w[Q]],U=F(A);w[Q]=U;}),w})},b=F(Array.isArray(m)?m:[m]),y=g(b),L=(E=>{let B=T=>{let S=Y=>{let X=[],H=[],P=[];return Y.forEach(V=>{let ne=i(V,!0);if(ne.length>0){let O=!1;ne.forEach(W=>{(Array.isArray(V[W])?V[W]:[V[W]]).filter(te=>!te.$id&&!te.id&&typeof V=="object").length&&(O=!0);}),O?X.push(V):H.push(V);}else V.$id?P.push({...V,$bzId:V.$tempId||V.$bzId}):P.push({...V,$bzId:V.$tempId||`PQ1_${v4()}`});}),{operationWithMultiples:X,operationWithoutMultiples:H,otherOps:P}},{operationWithMultiples:w,operationWithoutMultiples:Q,otherOps:A}=S(T),U=Y=>{let H=(()=>{let W={};for(let ae in Y){let G=N(t,Y);!ae.startsWith("$")&&G.dataFields?.find(te=>te.path===ae)&&(W[ae]=Y[ae]);}return W})(),P=Object.keys(Y),V=i(Y,!0),ne=[],O=(W,ae)=>{if(W===V.length){let te={...ae};P.forEach(le=>{le.startsWith("$")&&(te[le]=Y[le]);}),ne.push({...te,...H});return}let G={...ae,[V[W]]:Y[V[W]],...Qe(ae),...H};O(W+1,G),O(W+1,ae);};return O(0,{...Qe(Y)}),ne},q=[];return w.forEach(Y=>{let X=U(Y),H=[];X.forEach(P=>{let V=i(P,!0);if(P.$op==="create")H.push(P);else if(P.$id){let ne=l(P.$objectPath),O=[];if(V.forEach(W=>{let ae=`${ne.includes("undefined")?"root":ne}.${P.$id}${nr}${W}`,G=h[ae];P[W].filter(le=>le.$op==="unlink"||le.$op==="delete"||le.$op==="update").length>0?G?.$ids&&O.push({key:W,ids:G.$ids}):O.push({key:W,ids:[""]});}),O.length===V.length&&!H.find(W=>W.$id===P.$id))H.push(P);else {let W={...P,$bzId:P.$tempId||`T4_${v4()}`};V.forEach(G=>{let te=P[G].filter(le=>le.$id);te.length>0?W[G]=te:W[G]=void 0;}),i(W,!0).length>0&&H.push(W);}}else if(P.$objectPath){let ne=l(P.$objectPath),O=h[ne]?.$ids||[];O.forEach(W=>{let ae=[];V.forEach(G=>{let te=`${ne}.${W}${nr}${G}`,le=h[te];le&&ae.push({key:G,ids:le.$ids});}),V.length===0?O.filter(te=>!H.find(le=>le.$id===te)).forEach(te=>{H.push({...P,$id:te,$bzId:P.$tempId||`PQT2_${v4()}`});}):ae.length===V.length&&!H.find(G=>G.$id===W)&&(V.forEach(G=>{let te=`${l(P.$objectPath)}.${W}${nr}${G}`,le=h[te]?.$ids||[],di=P[G].find(ke=>!ke.$id),ur=[...le.map(ke=>({...di,$id:ke,$objectPath:{beforePath:P.$objectPath.beforePath,ids:ke,key:G}})),...P[G].filter(ke=>ke.$id)];ur.length>0&&(P[G]=ur);}),H.push({...P,$id:W,$bzId:P.$tempId||`PQ3_${v4()}`}));});}else H.push(P);}),H.forEach(P=>{q.push(P);});}),[...q,...Q,...A].filter(Y=>i(Y).length>0?!0:Y.$op!=="update").map(Y=>{let X={...Y};return i(X,!0).forEach(H=>{let P=Array.isArray(X[H])?X[H]:[X[H]],V=B(P);X[H]=V;}),X})};return B(E)})(Array.isArray(y)?y:[y]),D=E=>E.map(B=>{let T=i(B,!0),S={...B};return T.forEach(w=>{let Q=Array.isArray(B[w])?B[w]:[B[w]],A=[],U=[],q=[],Z={},Fe=Rt(t,B,w);Q.filter(O=>O).forEach(O=>{O.$op==="replace"&&O.$id?(Z=O,Array.isArray(O.$id)?U=[...U,...O.$id]:U.push(O.$id)):O.$op==="create"&&Fe==="ONE"&&O.id?(Z=O,Array.isArray(O.id)?q=[...U,...O.id]:q.push(O.id)):A.push(O);});let Ee=l(Z.$objectPath),X=f(Ee).map(O=>h[O]),H=[];X.filter(O=>O!=null).forEach(O=>{H=[...H,...O?.$ids||[]];});let P=H.filter(O=>!U.includes(O)),V=U.filter(O=>!H.includes(O)),ne=Qe(Z);P.length>0&&A.push({...Z,$op:"unlink",$id:P,$bzId:Z.$tempId||`T4_${v4()}`,id:void 0,...ne}),V.length>0&&V.forEach(O=>{A.push({...Z,$op:"link",$id:O,$bzId:Z.$tempId||`T5_${v4()}`,...ne});}),q.length>0&&q.forEach(O=>{A.push({...Z,$op:"create",id:O,$bzId:Z.$tempId||`T6_${v4()}`,...ne});}),S[w]=D(A);}),S}),C=g(D(g(L)));(E=>produce(E,B=>traverse(B,T=>{let{key:S,value:w,parent:Q,meta:A}=T;S&&Q&&!S?.includes("$")&&S!=="$filter"&&!A.nodePath?.includes(".$filter.")&&(Array.isArray(w)||isObject(w))&&!Array.isArray(Q)&&(Array.isArray(w)?w:[w]).forEach(q=>{let Z=q.$filter?{...q.$objectPath,key:q.$filterBzId}:q.$objectPath,Fe=l(Z),Ee=h[Fe],Y=(P,V)=>P.every(ne=>V.includes(ne)),X=q.$id?Array.isArray(q.$id)?Y(q.$id,Ee&&Ee.$ids?Ee.$ids:[]):Ee?.$ids?.includes(q.$id):Ee,H=Rt(t,Q,q.$objectPath.key);if(q.$op==="link"&&X&&H==="ONE")throw new Error(`[BQLE-Q-M-2] Cannot link on:"${l(q.$objectPath)}" because it is already occupied.`);if(q.$op)switch(q.$op){case"delete":if(!X&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot delete $id:"${q.$id}" because it is not linked to $id:"${Q.$id}"`);break;case"update":if(!X&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot update $id:"${q.$id}" because it is not linked to $id:"${Q.$id}"`);break;case"unlink":if(!X&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot unlink $id:"${q.$id}" because it is not linked to $id:"${Q.$id}"`);break;case"link":if(X)throw new Error(`[BQLE-Q-M-2] Cannot link $id:"${q.$id}" because it is already linked to $id:"${Q.$id}"`);break;}});})))(C);let ue=(E=>produce(E,B=>traverse(B,T=>{let{value:S,meta:w}=T;isObject(S)&&(S[Symbol.for("path")]=w.nodePath,delete S.$objectPath,delete S.$parentIsCreate);})))(C);return [...Array.isArray(ue)?ue:[ue]].sort((E,B)=>E.$op==="create"&&B.$op!=="create"?-1:E.$op!=="create"&&B.$op==="create"?1:0)},os=e=>isObject(e)&&!isArray(e)&&"$eq"in e?e.$eq:e;var On=(e,t)=>produce(e,n=>gt(t,n)),gt=(e,t,r)=>{if(typeof t=="string")return;if(Array.isArray(t)){t.forEach(s=>gt(e,s,r));return}let n=v(e,r||t.$entity||t.$relation||t.$thing);Object.entries(t).forEach(([s])=>{s.startsWith("$")||as(e,t,s,n);});},as=(e,t,r,n)=>{let s=t[r];if(!s)return;let i=n.dataFields?.find(o=>o.path===r);if(i){i.contentType==="JSON"&&s!=null&&(t[r]=JSON.stringify(s));return}let a=n.linkFields?.find(o=>o.path===r);if(a){let o=a.oppositeLinkFieldsPlayedBy[0]?.thing;gt(e,s,o);return}if(n.thingType==="relation"){let o=n.roles[r];if(!o)throw new Error(`[Schema] Role ${r} in ${n.name} is not defined`);let[c]=o.playedBy||[];if(!c)throw new Error(`Role ${o.path} in ${n} is not played by anything`);gt(e,s,c.thing);}};var Nn=async(e,t,r,n)=>{let s=Array.isArray(e)?e:[e],i=s.map(c=>ir(c,!0)),o=(await ze(i,t,r,n)).bql.res;return s.map((c,p)=>{let u=v(t,c.$thing);return jn({mut:c,node:o[p],schema:t,thing:u})})},xn=new Set(["$op","$bzId","$parentKey"]),cs=new Set(["$relation","$entity","$id",...xn]),ir=(e,t)=>{let r={};e.$fields?.forEach(s=>{typeof s=="string"?r[s]=s:r[s.$path]=s;});let n={};for(let s in e){if(xn.has(s)||cs.has(s)&&!t)continue;let i=e[s];s.startsWith("$")?n[s]=i:Array.isArray(i)?i[0]&&typeof i[0]=="object"&&(r[s]={$path:s,...ir(i[0],!1)}):isObject(i)&&(r[s]={$path:s,...ir(i,!1)});}return n.$fields=Object.values(r),n},jn=e=>{let{mut:t,node:r,schema:n,thing:s}=e,i=Un(s),a=us(r);if(Array.isArray(t))return t.map(c=>{let p=a[c.$id];return p?qn({mut:c,node:p,schema:n,thing:s,...i}):c});let o=a[t.$id];return qn({mut:t,node:o,schema:n,thing:s,...i})},qn=e=>{let{mut:t,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}=e,{$fields:c,...p}=t;if(!r)return p;let u=_n({$fields:t.$fields,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}),d={...p,[Ne]:u};for(let l in t){if(l.startsWith("$"))continue;let f=t[l];if(i[l]||!f||typeof f!="object"){d[l]=f;continue}let $=a[l]?.oppositeLinkFieldsPlayedBy?.[0]?.thing||o[l]?.playedBy?.[0]?.thing;if(!$)throw new Error(`"${s.name}" does not have field "${l}"`);let g=v(n,$);d[l]=jn({mut:f,schema:n,node:r[l],thing:g});}return d},_n=e=>{let{$fields:t,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}=e,c=t||ds(s),p={$id:r.$id};return c.forEach(u=>{let d=typeof u!="string",l=d?u.$path:u,f=r[l];if(i[l]){p[l]=f;return}let $=a[l]?.oppositeLinkFieldsPlayedBy?.[0]?.thing||o[l]?.playedBy?.[0]?.thing;if(!$)throw new Error(`"${s.name}" does not have field "${l}"`);if(!d){f&&(p[l]=Array.isArray(f)?f.map(Pn):Pn(f));return}let g=v(n,$),m=Un(g);p[l]=Array.isArray(f)?f.map(F=>kn({...m,$fields:u.$fields,value:F,schema:n,thing:g})):kn({...m,$fields:u.$fields,value:f,schema:n,thing:g});}),p},ds=e=>{let t=[];return e.dataFields?.forEach(r=>{t.push(r.path);}),e.linkFields?.forEach(r=>{t.push(r.path);}),e.thingType==="relation"&&t.push(...Object.keys(e.roles)),t},Pn=e=>{if(typeof e=="string")return e;if(!e||typeof e!="object")throw new Error(`"${JSON.stringify(e)}" is neither an id nor an object with prop "$id"`);if(typeof e.$id!="string")throw new Error(`"${JSON.stringify(e)}" is does not have prop "$id"`);return e.$id},kn=e=>{let{value:t}=e;if(!t||typeof t!="object"||!t.$id)throw new Error(`"${JSON.stringify(e)}" is neither an id nor an object with prop "$id"`);return _n({...e,node:t})},Un=e=>{let t=Object.fromEntries(e.dataFields?.map(s=>[s.path,s])||[]),r=Object.fromEntries(e.linkFields?.map(s=>[s.path,s])||[]),n=e.thingType==="relation"?e.roles||{}:{};return {dataFieldMap:t,linkFieldMap:r,roleFieldMap:n}},us=e=>{if(!Array.isArray(e))return e&&typeof e=="object"&&e.$id?{[e.$id]:e}:{};let t={};return e.forEach(r=>{!r||typeof r!="object"||!r.$id||(t[r.$id]=r);}),t};var or=e=>{if(isDate(e))return {type:"datetime",value:e.toISOString().replace("Z","")};if(typeof e=="string")return {type:"string",value:`"${e}"`};if(typeof e=="number")return e%1!==0?{type:"double",value:e}:{type:"long",value:e};if(typeof e=="boolean")return {type:"boolean",value:e};throw new Error(`Unsupported type ${typeof e}`)};var Wn=async(e,t,r)=>{if(!e&&!t||!e.length&&!t.length)throw new Error("TQL request error, no things");if(!r)throw new Error("No schema provided");let n=l=>{let f=l.$op,h=`$${l.$bzId}`,$=N(r,l),{idFields:g,defaultDBConnector:m}=$,F=m?.path||l.$thing,b=l.$id,y=g?.[0],R=listify(l,(I,k)=>{if(I.startsWith("$")||I.startsWith("%")||I===y||k===void 0||k===null)return "";let E=$.dataFields?.find(S=>S.path===I);if(!E?.path)return "";let T=E.dbPath;if(["TEXT","ID","EMAIL","JSON"].includes(E.contentType))return `has ${T} '${k}'`;if(["NUMBER","BOOLEAN"].includes(E.contentType))return `has ${T} ${k}`;if(E.contentType==="DATE"){if(Number.isNaN(k.valueOf()))throw new Error("Invalid format, Nan Date");return k instanceof Date?`has ${T} ${k.toISOString().replace("Z","")}`:`has ${T} ${new Date(k).toISOString().replace("Z","")}`}if(E.contentType==="FLEX"){let S=`bza${Ae()}`,w=isArray(k)?k.map(Q=>or(Q)):or(k);if(Array.isArray(w))throw new Error("Array in FLEX fields not supported yet");return `has ${T} $${S}; $${S} '${S}' isa ${T}, has ${w.type}Attribute ${w.value}`}throw new Error(`Unsupported contentType ${E.contentType}`)}).filter(I=>I),L=`${h}-atts`,D=listify(l,I=>{if(I.startsWith("$")||I.startsWith("%")||I===y)return "";let k=$.dataFields?.find(T=>T.path===I);if(!k?.path)return "";let B=k.dbPath;return `{${L} isa ${B};}`}).filter(I=>I),C=isArray(b)?`like '${b.join("|")}'`:`'${b}'`,_=b?[`has ${y} ${C}`]:[],J=[..._,...R].filter(I=>I).join(","),ue=()=>{if(f==="delete"||f==="unlink"||f==="match")return `${h} isa ${[F,..._].filter(I=>I).join(",")};`;if(f==="update"){if(!D.length)throw new Error("update without attributes");return `${h} isa ${[F,..._].filter(I=>I).join(",")}, has ${L};
|
|
122
|
-
${D.join(" or ")};`}return ""},K=()=>f==="update"||f==="link"||f==="match"?`${h} isa ${[F,..._].filter(I=>I).join(",")};`:"";if(st(l))return {op:f,deletionMatch:
|
|
120
|
+
`)},Kt=(e,t,r)=>{let n=[],s=[],i=[];for(let u=0;u<e.length;u++)e[u].$isVirtual||n.push(e[u].$dbPath),e[u][se].contentType==="FLEX"&&i.push({path:e[u][se].dbPath}),s.push(`{${e[u].$dbPath}:${e[u].$as}}`);let a=n.join(", "),c=`$metadata:{as:[${s.join(",")}]}`,p=[M(`$${t} as "${t}.${c}.$dataFields": ${a};`,r)];return i.length>0&&i.forEach(u=>{p.push(M(`"${u.path}.$multiVal": {match $${t} has ${u.path} $${u.path}; fetch $${u.path}: attribute;};`,r));}),p},vt=(e,t,r,n,s)=>{let i=n+1,a=[];for(let o of e){let{$fields:c,$as:p,$justId:u,$idNotIncluded:d,$filterByUnique:l,$thing:f,$sort:h,$offset:$,$limit:g}=o,m=o[oe],F=`$metadata:{as:${p},justId:${u?"T":"F"},idNotIncluded:${d},filterByUnique:${l}}`;a.push(M(`"${r}.${F}.${o.$var}": {`,n)),a.push(M("match",i));let b=`${t}${Ht}${o.$var}`;if(a.push(M(`$${b} isa ${o.$thing};`,i)),a.push(M(`$${t} (${o.$var}: $${t}${Ht}${o.$var}) isa ${o.$intermediary};`,i)),o.$filter||o.$id){let R=ot(s,o),L=o.$id?{[R]:o.$id}:{},D={...o.$filter,...L};a.push(pt({$filter:D,$var:b,$thing:o.$thing,schema:s,depth:i}));}let y=Yt({schema:s,$thing:f,$var:b,$sort:h,depth:i});if(y&&a.push(y.match),c){let R=`M_${v4()}`;a.push(M(`
|
|
121
|
+
?queryPath${R} = "${m}";`,i)),a.push(M("fetch",i)),a.push(M(`?queryPath${R} as "queryPath";`,i));let L=c?.filter(_=>_.$fieldType==="data");L&&L.length>0&&a.push(...Kt(L,b,i));let D=c?.filter(_=>_.$fieldType==="link");D&&D.length>0&&a.push(...Jt(D,b,`${t}.${o.$var}`,i,s));let C=c?.filter(_=>_.$fieldType==="role");C&&C.length>0&&a.push(...vt(C,b,`${t}.${o.$var}`,i,s));}y&&a.push(y.sort),typeof $=="number"&&a.push(M(`offset ${$};`,i)),typeof g=="number"&&a.push(M(`limit ${g};`,i)),a.push(M("};",n));}return a},Jt=(e,t,r,n,s)=>{let i=n+1,a=[];for(let o of e){let{$fields:c,$as:p,$justId:u,$idNotIncluded:d,$filterByUnique:l,$playedBy:f,$thing:h,$sort:$,$offset:g,$limit:m}=o,F=o[oe],b=`$metadata:{as:${p},justId:${u?"T":"F"},idNotIncluded:${d},filterByUnique:${l}}`;a.push(M(`"${r}.${b}.${o.$var}": {`,n)),a.push(M("match",i));let y=`${t}${Ht}${o.$var}`;if(a.push(M(`$${y} isa ${o.$thing};`,i)),o.$filter||o.$id){let L=ot(s,o),D=o.$id?{[L]:o.$id}:{},C={...o.$filter,...D};a.push(pt({$filter:C,$var:y,$thing:o.$thing,schema:s,depth:i}));}let R=Yt({schema:s,$thing:h,$var:y,$sort:$,depth:i});if(R&&a.push(R.match),o.$target==="role"?a.push(M(`$${t}_intermediary (${o.$plays}: $${t}, ${f.plays}: $${y}) isa ${o.$intermediary};`,i)):a.push(M(`$${y} (${o.$plays}: $${t});`,i)),c){let L=`M_${v4()}`;a.push(M(`?queryPath${L} = "${F}";`,i)),a.push(M("fetch",i)),a.push(M(`?queryPath${L} as "queryPath";`,i));let D=c?.filter(J=>J.$fieldType==="data");D&&D.length>0&&a.push(...Kt(D,y,i));let C=c?.filter(J=>J.$fieldType==="link");C&&C.length>0&&a.push(...Jt(C,y,`${t}.${o.$var}`,i,s));let _=c?.filter(J=>J.$fieldType==="role");_&&_.length>0&&a.push(...vt(_,y,`${t}.${o.$var}`,i,s));}R&&a.push(R.sort),typeof g=="number"&&a.push(M(`offset ${g};`,i)),typeof m=="number"&&a.push(M(`limit ${m};`,i)),a.push(M("};",n));}return a},jo=e=>typeof e=="string"?{field:e,desc:!1}:{...e,desc:e.desc??!1},Yt=e=>{let{$var:t,$thing:r,schema:n,$sort:s,depth:i}=e,a=v(n,r),o=[],c=[];if(s?.forEach(p=>{let u=jo(p),d=a.dataFields?.find(h=>h.path===u.field);if(!d)throw new Error(`"${r}" does not have data field "${u.field}"`);let l=`${u.field}_${v4()}`;o.push(M("{",i)),o.push(M(`$${t} has ${d.dbPath} $${l}_1;`,i+1)),o.push(M("not {",i+1)),o.push(M(`$${t} has ${d.dbPath} $${l}_2;`,i+2)),o.push(M(`$${l}_2 < $${l}_1;`,i+2)),o.push(M("};",i+1)),o.push(M(`?${l}_ = $${l}_1;`,i+1)),o.push(M("} or {",i)),o.push(M(`not { $${t} has ${d.dbPath} $${l}_1; };`,i+1)),o.push(M(`?${l}_ = "~";`,i+1)),o.push(M("};",i)),o.push(M(`?${l} = ?${l}_;`,i));let f=u.desc?"desc":"asc";c.push(`?${l} ${f}`);}),o.length!==0)return {match:o.join(""),sort:M(`sort ${c.join(", ")};`,i)}};var Rn=async e=>{let{enrichedBqlQuery:t,rawBqlRequest:r,schema:n,config:s,rawTqlRes:i}=e;if(t){if(!i)throw new Error("TQL query not executed")}else throw new Error("BQL request not enriched");return i.map((a,o)=>{let c=r[o],p=t[o];return Uo(a,c,p,n,s)})},Uo=(e,t,r,n,s)=>e.length===0?null:r.$filterByUnique?Qn(e[0],t,n,s):e.map(i=>Qn(i,t,n,s)),Qn=(e,t,r,n)=>{let{dataFields:s,currentSchema:i,linkFields:a,roleFields:o,schemaValue:c}=Gt(e,r),p=Xt(s,i,n),u=er(a,r,n),d=Zt(o,r,n),l=t?.$fields?.every(h=>!i?.idFields?.includes(typeof h=="string"?h:h.$path));return {...u,...d,...c,...!n.query?.noMetadata&&t.$id?{$id:Array.isArray(t.$id)?p.id:t.$id}:{},...l?Object.fromEntries(Object.entries(p).filter(([h])=>!i?.idFields?.includes(h))):p}},Gt=(e,t)=>{let r=Object.keys(e),n=r.find(f=>f.endsWith(".$dataFields")),s=r.filter(f=>f.endsWith(".$multiVal"));if(!n)throw new Error("No dataFields");s?.length>0&&s.forEach(f=>{let h=f.replace(/\.\$multiVal$/,""),$=e[f][0][h].attribute;e[n][h]=$;});let i=e[n],a=n.split(".")[n.split(".").length-2];if(i.$metaData=a,i.length===0)throw new Error("No dataFields");let o=i.type,c={$thing:o.label,$thingType:o.root,[oe]:e.queryPath.value},p={[`$${c.$thingType}`]:c.$thing},u=N(t,p),d=r.filter(f=>{let h=pe(f.split(".").pop());return !f.endsWith(".$dataFields")&&u.linkFields?.some($=>$.path===h)}).map(f=>{let h=pe(f.split(".").pop()),$=pe(u.linkFields?.find(g=>g.path===h));return {$linkFields:e[f],$key:h,$metaData:f.split(".")[f.split(".").length-2],$cardinality:$.cardinality}}),l=r.filter(f=>{let h=f.split(".").pop();return h&&!f.endsWith(".$dataFields")&&u.thingType==="relation"&&u.roles?.[h]}).map(f=>{let h=pe(f.split(".").pop());return {$roleFields:e[f],$key:h,$metaData:f.split(".")[f.split(".").length-2],$cardinality:u.roles[h].cardinality}});return {dataFields:i,schemaValue:c,currentSchema:u,linkFields:d,roleFields:l}},Xt=(e,t,r)=>{let{$metaData:n}=e,{as:s}=Vo(n),i=Object.entries(e).filter(([a])=>a!=="type"&&!a.startsWith("$")).map(([a,o])=>{let c=t.dataFields?.find(l=>l.path===a||l.dbPath===a),p=a==="id",u=Array.isArray(s)?s.find(l=>l[a])?.[a]:a,d;if(c?.cardinality==="ONE"){if(d=o[0]?o[0].value:r.query?.returnNulls?null:void 0,c.contentType==="DATE"||c.contentType==="FLEX"&&o[0].type.value_type==="datetime"?d=d&&`${d}Z`:c.contentType==="JSON"&&(d=d&&JSON.parse(d)),p)return [[u,d],["$id",d]].filter(([l,f])=>f!==void 0)}else if(c?.cardinality==="MANY"){if(!isArray(o))throw new Error("Typedb fetch has changed its format");if(o.length===0)return r.query?.returnNulls?[[u,null]]:[];c.contentType==="DATE"?d=o.map(l=>`${l.value}Z`):c.contentType==="FLEX"?d=o.map(l=>l.type.value_type==="datetime"?`${l.value}Z`:l.value):c.contentType==="JSON"?d=o.map(l=>l.value&&JSON.parse(l.value)):d=o.map(l=>l.value);}return [[u,d]].filter(([l,f])=>f!==void 0)}).flat();return Object.fromEntries([...i])},Zt=(e,t,r)=>{let n={};return e.forEach(s=>{let{$roleFields:i,$metaData:a,$cardinality:o}=s,{as:c,justId:p,idNotIncluded:u,filterByUnique:d}=Dn(a);if(c===null)return;let l=i.map(f=>{let{dataFields:h,currentSchema:$,linkFields:g,roleFields:m,schemaValue:F}=Gt(f,t),b=Xt(h,$,r);if(p==="T")return b.id;{let y=er(g,t,r),R=Zt(m,t,r),L={...b};return u==="true"&&$?.idFields?.forEach(D=>delete L[D]),{...L,...y,...R,...F}}});l.length>0?n[c]=o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls&&(n[c]=null);}),n},er=(e,t,r)=>{let n={};return e.forEach(s=>{let{$linkFields:i,$metaData:a,$cardinality:o}=s,{as:c,justId:p,idNotIncluded:u,filterByUnique:d}=Dn(a);if(c===null)return;let l=i.map(f=>{let{dataFields:h,currentSchema:$,linkFields:g,roleFields:m,schemaValue:F}=Gt(f,t),b=Xt(h,$,r);if(p==="T")return b.id;{let y=er(g,t,r),R=Zt(m,t,r),L={...b};return u==="true"&&$.idFields?.forEach(D=>delete L[D]),{...L,...y,...R,...F}}});n[c]=l.length>0?o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls?null:void 0;}),n},Dn=e=>{let t=/as:([a-zA-Z0-9_\-·]+)/,r=/justId:([a-zA-Z0-9_\-·]+)/,n=/idNotIncluded:([a-zA-Z0-9_\-·]+)/,s=/filterByUnique:([a-zA-Z0-9_\-·]+)/,i=e.match(t),a=e.match(r),o=e.match(n),c=e.match(s);return {as:i?i[1]:null,justId:a?a[1]:null,idNotIncluded:o?o[1]:null,filterByUnique:c?c[1]:null}},Vo=e=>{try{let r=(s=>{let i=s.replace("$metadata:","");return i=i.replace(/([a-zA-Z0-9_\-·]+)(?=:)/g,'"$1"'),i=i.replace(/:(\s*)([a-zA-Z0-9_\-·]+)/g,(a,o,c)=>/^{.*}$/.test(c)?`:${c}`:`:${o}"${c}"`),i=i.replace(/\[([^\]]+)\]/g,(a,o)=>`[${o.split(",").map(c=>c.trim().startsWith("{")&&c.trim().endsWith("}")?c.trim():`"${c.trim()}"`).join(",")}]`),i})(e);return JSON.parse(r)}catch(t){return console.error(t),{as:[]}}};var $t=async(e,t)=>{let r=t.dbConnectors[0].id,n=e.typeDB?.get(r)?.session,s=e.typeDB?.get(r)?.client;if(!n||!n.isOpen()){if(!s)throw new Error("Client not found");n=await s.session(t.dbConnectors[0].dbName,SessionType.DATA),e.typeDB?.set(r,{client:s,session:n});}return {client:s,session:n}};var Cn=async e=>{let{tqlRequest:t,dbHandles:r,config:n}=e,s=new TypeDBOptions;s.infer=!0;let{session:i}=await $t(r,n),a=await i.transaction(TransactionType.READ,s),[o,c]=await tryit(parallel)(t.length,t,async p=>await a.query.fetch(p).collect());if(o){await a.rollback();let p=o;throw new Error(`Error running TQL query: ${p.errors}`)}return await a.close(),c};var Jo=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,Yo=(e,t)=>t.data?{...e,tql:{...e.tql,queries:t.data}}:e,Go=(e,t)=>t.data?{...e,tql:{...e.tql,res:t.data}}:e,tr=j("error","error",x((e,t)=>({...e,error:t.error}))),Xo=ye("build",{build:z(async e=>Ln({queries:e.bql.queries,schema:e.schema}),j("done","run",x(Yo)),tr),run:z(async e=>Cn({dbHandles:e.handles,tqlRequest:pe(e.tql.queries),config:e.config}),j("done","parse",x(Go)),tr),parse:z(async e=>Rn({rawBqlRequest:e.bql.raw,enrichedBqlQuery:e.bql.queries,schema:e.schema,config:e.config,rawTqlRes:pe(e.tql.res)}),j("done","success",x(Jo)),tr),success:ae(),error:ae()},e=>e),Zo=async e=>new Promise((t,r)=>{$e(Xo,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),In=async(e,t,r,n,s)=>Zo({bql:{raw:e,queries:t},tql:{},schema:r,config:n,handles:s,error:null});var es=(e,t)=>t.data?{...e,bql:{...e.bql,queries:t.data}}:e,rr=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,mt=j("error","error",x((e,t)=>({...e,error:t.error}))),ts=ye("enrich",{enrich:z(async e=>(e.config.query?.debugger&&console.log(`originalBQLQuery[${ne}]`,JSON.stringify(e.bql.raw)),Wr(e.bql.raw,e.schema)),j("done","adapter",x(es)),mt),adapter:z(async e=>{let t={};e.bql.queries?.forEach((o,c)=>{let p=e.bql.raw[c],u=v(e.schema,o.$thing),{id:d}=u.defaultDBConnector;if(u.db==="typeDB"){if(!t[d]){let f=e.handles.typeDB?.get(d)?.client;if(!f)throw new Error(`TypeDB client with id "${u.defaultDBConnector.id}" does not exist`);t[d]={db:"typeDB",client:f,rawBql:[],bqlQueries:[],indices:[]};}}else if(u.db==="surrealDB"){if(!t[d]){let f=e.handles.surrealDB?.get(d)?.client;if(!f)throw new Error(`SurrealDB client with id "${u.defaultDBConnector.id}" does not exist`);t[d]={db:"surrealDB",client:f,rawBql:[],bqlQueries:[],indices:[]};}}else throw new Error(`Unsupported DB "${u.db}"`);let l=t[d];l.rawBql.push(p),l.bqlQueries.push(o),l.indices.push(c);});let r=Object.values(t),n=r.map(o=>{if(o.db==="typeDB")return In(o.rawBql,o.bqlQueries,e.schema,e.config,e.handles);if(o.db==="surrealDB")return wn(o.bqlQueries,e.schema,e.config,o.client);throw new Error(`Unsupported DB "${JSON.stringify(o,null,2)}"`)}),s=await Promise.all(n),i=r.flatMap((o,c)=>{let p=s[c];return o.indices.map((u,d)=>({index:u,result:p[d]}))});return i.sort((o,c)=>o.index<c.index?-1:o.index>c.index?1:0),i.map(({result:o})=>o)},j("done","postHooks",x(rr)),mt),postHooks:z(async e=>pn(e.schema,pe(e.bql.queries),pe(e.bql.res)),j("done","clean",x(rr)),mt),clean:z(async e=>hn(e.config,pe(e.bql.res)),j("done","success",x(rr)),mt),success:ae(),error:ae()},e=>e),rs=async e=>new Promise((t,r)=>{$e(ts,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),ze=async(e,t,r,n)=>rs({bql:{raw:e},schema:t,config:r,handles:n,error:null});var nr="___",is=Symbol.for("grandChildOfCreate"),An=async(e,t,r,n)=>{let s=["$eq","$ne","$in","$nin","$gt","$gte","$lt","$lte","$exists"],i=(E,B)=>Object.keys(E).filter(T=>!T.startsWith("$")&&!s.includes(T)&&E[T]!==void 0?B?!N(t,E).dataFields?.find(w=>w.path===T):!0:!1);if(!e)throw new Error("[BQLE-M-PQ-1] No blocks found");if(r.mutation?.preQuery===!1)return;let a=[];if(traverse(e,({parent:E,key:B,value:T})=>{E&&B&&!B.includes("$")&&!s.includes(B)&&isObject(E)?(Array.isArray(E[B])?E[B]:[E[B]]).forEach(w=>{if(isObject(w)){if(E.$op!=="create")a.includes(w.$op)||a.push(w.$op);else if(w.$op==="delete"||w.$op==="unlink")throw new Error(`Cannot ${w.$op} under a create`)}}):!E&&isObject(T)&&(a.includes(T.$op)||a.push(T.$op));}),!a.includes("delete")&&!a.includes("unlink")&&!a.includes("replace")&&!a.includes("update")&&!a.includes("link"))return;let c=(E=>{let B=(T,S)=>{let w=[],Q={},A=["$op","$bzId","$parentKey"],U=["$relation","$entity","$id",...A];for(let q in T)if(!A.includes(q)&&!(U.includes(q)&&!S))if(!q.includes("$")&&(isObject(T[q])||Array.isArray(T[q]))){let Z=os(T[q]);if(Array.isArray(Z)&&Z.length>0)Z.forEach(Fe=>{let Ee={$path:q,...B(Fe),...Fe.$filter&&{$as:Fe.$bzId}};w.find(Y=>Y.$path===Ee.$path&&!Y.$filter)||(w=[...w,Ee]);});else {let Fe={$path:q,...B(Z),...!Z.$filter&&{$as:Z.$bzId}};w=[...w,Fe];}}else Q[q]=T[q];return {...Q,$fields:w}};return E.map(T=>B(T,!0))})(Array.isArray(e)?e:[e]),u=(await ze(c,t,{...r,query:{...r.query,returnNulls:!0}},n)).bql.res,d=(E,B)=>{let T=E.$id||E.id||E.$bzId;if(E.$objectPath){let{$objectPath:S}=E,w=S?.beforePath||"root",Q=Array.isArray(S.ids)?`[${S.ids}]`:S.ids;return {beforePath:`${w}.${Q}___${S.key}`,ids:T,key:B}}else return {beforePath:"root",ids:T,key:B}},l=(E,B)=>{let T=E?.beforePath||"root";if(typeof T!="string")throw new Error("[PQ]objectPathToKey: root is not a string");let S=(Array.isArray(E?.ids)?`[${E?.ids}]`:E?.ids);return `${T}.${S}___${E?.key}`},f=E=>{if(E.includes("[")&&E.includes("]")){let[B,T,S]=E.split(/[[\]]/);return T.split(",").map(Q=>`${B}${Q}${S}`)}else return [E]},h={};(E=>produce(E,B=>traverse(B,({key:T,parent:S})=>{if(S&&T&&S.$id&&!T.includes("$")){let w=d(S,T),Q=l(w);if(Array.isArray(S[T])){let A=[];S[T].forEach(U=>{isObject(U)?(U.$objectPath=w,A.push(U.$id.toString())):U&&A.push(U.toString());}),h[Q]={$objectPath:w,$ids:A};}else {let A=S[T];isObject(A)?(h[Q]={$objectPath:w,$ids:[A.$id.toString()]},A.$objectPath=w):A?h[Q]={$objectPath:w,$ids:[A.toString()]}:A===null&&(h[Q]=null);}}})))(u||{});let g=E=>produce(E,B=>traverse(B,({key:T,value:S,parent:w})=>{w&&T&&!T.includes("$")&&(Array.isArray(S)||isObject(S))&&!Array.isArray(w)&&(Array.isArray(w[T])?w[T].forEach(Q=>{typeof Q!="string"&&(Q.$objectPath=d(w,T),Q.$parentIsCreate=w.$op==="create",Q[is]=w.$parentIsCreate||w[Symbol.for("grandChildOfCreate")]);}):isObject(w[T])&&(w[T].$parentIsCreate=w.$op==="create",w[T][Symbol.for("grandChildOfCreate")]=w.$parentIsCreate||w[Symbol.for("grandChildOfCreate")],w[T].$objectPath=d(w,T)));})),m=g(e),F=E=>{let B=[];return E.forEach(S=>{if(!S.$id&&!S.id&&!S.$tempId)if(S.$filter){let w=l({...S.$objectPath,key:S.$bzId}),Q=h[w];Q&&(Array.isArray(Q.$ids)?Q.$ids:[Q.$ids]).forEach(U=>{let q={...S,$id:U,$bzId:`T4_${v4()}`,$filterBzId:S.$bzId};B.push(q);});}else {let w=l(S.$objectPath),Q=h[w];Q?Q?.$ids?.forEach(A=>{let U={...S,$id:A,$bzId:`T4_${v4()}`};B.push(U);}):B.push(S);}else B.push(S);}),B.map(S=>{let w={...S};return i(w,!0).forEach(Q=>{let A=Array.isArray(w[Q])?w[Q]:[w[Q]],U=F(A);w[Q]=U;}),w})},b=F(Array.isArray(m)?m:[m]),y=g(b),L=(E=>{let B=T=>{let S=Y=>{let X=[],H=[],k=[];return Y.forEach(V=>{let ie=i(V,!0);if(ie.length>0){let O=!1;ie.forEach(W=>{(Array.isArray(V[W])?V[W]:[V[W]]).filter(te=>!te.$id&&!te.id&&typeof V=="object").length&&(O=!0);}),O?X.push(V):H.push(V);}else V.$id?k.push({...V,$bzId:V.$tempId||V.$bzId}):k.push({...V,$bzId:V.$tempId||`PQ1_${v4()}`});}),{operationWithMultiples:X,operationWithoutMultiples:H,otherOps:k}},{operationWithMultiples:w,operationWithoutMultiples:Q,otherOps:A}=S(T),U=Y=>{let H=(()=>{let W={};for(let le in Y){let G=N(t,Y);!le.startsWith("$")&&G.dataFields?.find(te=>te.path===le)&&(W[le]=Y[le]);}return W})(),k=Object.keys(Y),V=i(Y,!0),ie=[],O=(W,le)=>{if(W===V.length){let te={...le};k.forEach(ce=>{ce.startsWith("$")&&(te[ce]=Y[ce]);}),ie.push({...te,...H});return}let G={...le,[V[W]]:Y[V[W]],...Qe(le),...H};O(W+1,G),O(W+1,le);};return O(0,{...Qe(Y)}),ie},q=[];return w.forEach(Y=>{let X=U(Y),H=[];X.forEach(k=>{let V=i(k,!0);if(k.$op==="create")H.push(k);else if(k.$id){let ie=l(k.$objectPath),O=[];if(V.forEach(W=>{let le=`${ie.includes("undefined")?"root":ie}.${k.$id}${nr}${W}`,G=h[le];k[W].filter(ce=>ce.$op==="unlink"||ce.$op==="delete"||ce.$op==="update").length>0?G?.$ids&&O.push({key:W,ids:G.$ids}):O.push({key:W,ids:[""]});}),O.length===V.length&&!H.find(W=>W.$id===k.$id))H.push(k);else {let W={...k,$bzId:k.$tempId||`T4_${v4()}`};V.forEach(G=>{let te=k[G].filter(ce=>ce.$id);te.length>0?W[G]=te:W[G]=void 0;}),i(W,!0).length>0&&H.push(W);}}else if(k.$objectPath){let ie=l(k.$objectPath),O=h[ie]?.$ids||[];O.forEach(W=>{let le=[];V.forEach(G=>{let te=`${ie}.${W}${nr}${G}`,ce=h[te];ce&&le.push({key:G,ids:ce.$ids});}),V.length===0?O.filter(te=>!H.find(ce=>ce.$id===te)).forEach(te=>{H.push({...k,$id:te,$bzId:k.$tempId||`PQT2_${v4()}`});}):le.length===V.length&&!H.find(G=>G.$id===W)&&(V.forEach(G=>{let te=`${l(k.$objectPath)}.${W}${nr}${G}`,ce=h[te]?.$ids||[],di=k[G].find(Pe=>!Pe.$id),ur=[...ce.map(Pe=>({...di,$id:Pe,$objectPath:{beforePath:k.$objectPath.beforePath,ids:Pe,key:G}})),...k[G].filter(Pe=>Pe.$id)];ur.length>0&&(k[G]=ur);}),H.push({...k,$id:W,$bzId:k.$tempId||`PQ3_${v4()}`}));});}else H.push(k);}),H.forEach(k=>{q.push(k);});}),[...q,...Q,...A].filter(Y=>i(Y).length>0?!0:Y.$op!=="update").map(Y=>{let X={...Y};return i(X,!0).forEach(H=>{let k=Array.isArray(X[H])?X[H]:[X[H]],V=B(k);X[H]=V;}),X})};return B(E)})(Array.isArray(y)?y:[y]),D=E=>E.map(B=>{let T=i(B,!0),S={...B};return T.forEach(w=>{let Q=Array.isArray(B[w])?B[w]:[B[w]],A=[],U=[],q=[],Z={},Fe=Rt(t,B,w);Q.filter(O=>O).forEach(O=>{O.$op==="replace"&&O.$id?(Z=O,Array.isArray(O.$id)?U=[...U,...O.$id]:U.push(O.$id)):O.$op==="create"&&Fe==="ONE"&&O.id?(Z=O,Array.isArray(O.id)?q=[...U,...O.id]:q.push(O.id)):A.push(O);});let Ee=l(Z.$objectPath),X=f(Ee).map(O=>h[O]),H=[];X.filter(O=>O!=null).forEach(O=>{H=[...H,...O?.$ids||[]];});let k=H.filter(O=>!U.includes(O)),V=U.filter(O=>!H.includes(O)),ie=Qe(Z);k.length>0&&A.push({...Z,$op:"unlink",$id:k,$bzId:Z.$tempId||`T4_${v4()}`,id:void 0,...ie}),V.length>0&&V.forEach(O=>{A.push({...Z,$op:"link",$id:O,$bzId:Z.$tempId||`T5_${v4()}`,...ie});}),q.length>0&&q.forEach(O=>{A.push({...Z,$op:"create",id:O,$bzId:Z.$tempId||`T6_${v4()}`,...ie});}),S[w]=D(A);}),S}),C=g(D(g(L)));(E=>produce(E,B=>traverse(B,T=>{let{key:S,value:w,parent:Q,meta:A}=T;S&&Q&&!S?.includes("$")&&S!=="$filter"&&!A.nodePath?.includes(".$filter.")&&(Array.isArray(w)||isObject(w))&&!Array.isArray(Q)&&(Array.isArray(w)?w:[w]).forEach(q=>{let Z=q.$filter?{...q.$objectPath,key:q.$filterBzId}:q.$objectPath,Fe=l(Z),Ee=h[Fe],Y=(k,V)=>k.every(ie=>V.includes(ie)),X=q.$id?Array.isArray(q.$id)?Y(q.$id,Ee&&Ee.$ids?Ee.$ids:[]):Ee?.$ids?.includes(q.$id):Ee,H=Rt(t,Q,q.$objectPath.key);if(q.$op==="link"&&X&&H==="ONE")throw new Error(`[BQLE-Q-M-2] Cannot link on:"${l(q.$objectPath)}" because it is already occupied.`);if(q.$op)switch(q.$op){case"delete":if(!X&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot delete $id:"${q.$id}" because it is not linked to $id:"${Q.$id}"`);break;case"update":if(!X&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot update $id:"${q.$id}" because it is not linked to $id:"${Q.$id}"`);break;case"unlink":if(!X&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot unlink $id:"${q.$id}" because it is not linked to $id:"${Q.$id}"`);break;case"link":if(X)throw new Error(`[BQLE-Q-M-2] Cannot link $id:"${q.$id}" because it is already linked to $id:"${Q.$id}"`);break;}});})))(C);let he=(E=>produce(E,B=>traverse(B,T=>{let{value:S,meta:w}=T;isObject(S)&&(S[Symbol.for("path")]=w.nodePath,delete S.$objectPath,delete S.$parentIsCreate);})))(C);return [...Array.isArray(he)?he:[he]].sort((E,B)=>E.$op==="create"&&B.$op!=="create"?-1:E.$op!=="create"&&B.$op==="create"?1:0)},os=e=>isObject(e)&&!isArray(e)&&"$eq"in e?e.$eq:e;var On=(e,t)=>produce(e,n=>gt(t,n)),gt=(e,t,r)=>{if(typeof t=="string")return;if(Array.isArray(t)){t.forEach(s=>gt(e,s,r));return}let n=v(e,r||t.$entity||t.$relation||t.$thing);Object.entries(t).forEach(([s])=>{s.startsWith("$")||as(e,t,s,n);});},as=(e,t,r,n)=>{let s=t[r];if(!s)return;let i=n.dataFields?.find(o=>o.path===r);if(i){i.contentType==="JSON"&&s!=null&&(t[r]=JSON.stringify(s));return}let a=n.linkFields?.find(o=>o.path===r);if(a){let o=a.oppositeLinkFieldsPlayedBy[0]?.thing;gt(e,s,o);return}if(n.thingType==="relation"){let o=n.roles[r];if(!o)throw new Error(`[Schema] Role ${r} in ${n.name} is not defined`);let[c]=o.playedBy||[];if(!c)throw new Error(`Role ${o.path} in ${n} is not played by anything`);gt(e,s,c.thing);}};var Nn=async(e,t,r,n)=>{let s=Array.isArray(e)?e:[e],i=s.map(c=>ir(c,!0)),o=(await ze(i,t,r,n)).bql.res;return s.map((c,p)=>{let u=v(t,c.$thing);return jn({mut:c,node:o[p],schema:t,thing:u})})},xn=new Set(["$op","$bzId","$parentKey"]),cs=new Set(["$relation","$entity","$id",...xn]),ir=(e,t)=>{let r={};e.$fields?.forEach(s=>{typeof s=="string"?r[s]=s:r[s.$path]=s;});let n={};for(let s in e){if(xn.has(s)||cs.has(s)&&!t)continue;let i=e[s];s.startsWith("$")?n[s]=i:Array.isArray(i)?i[0]&&typeof i[0]=="object"&&(r[s]={$path:s,...ir(i[0],!1)}):isObject(i)&&(r[s]={$path:s,...ir(i,!1)});}return n.$fields=Object.values(r),n},jn=e=>{let{mut:t,node:r,schema:n,thing:s}=e,i=Un(s),a=us(r);if(Array.isArray(t))return t.map(c=>{let p=a[c.$id];return p?qn({mut:c,node:p,schema:n,thing:s,...i}):c});let o=a[t.$id];return qn({mut:t,node:o,schema:n,thing:s,...i})},qn=e=>{let{mut:t,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}=e,{$fields:c,...p}=t;if(!r)return p;let u=_n({$fields:t.$fields,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}),d={...p,[Ne]:u};for(let l in t){if(l.startsWith("$"))continue;let f=t[l];if(i[l]||!f||typeof f!="object"){d[l]=f;continue}let $=a[l]?.oppositeLinkFieldsPlayedBy?.[0]?.thing||o[l]?.playedBy?.[0]?.thing;if(!$)throw new Error(`"${s.name}" does not have field "${l}"`);let g=v(n,$);d[l]=jn({mut:f,schema:n,node:r[l],thing:g});}return d},_n=e=>{let{$fields:t,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}=e,c=t||ds(s),p={$id:r.$id};return c.forEach(u=>{let d=typeof u!="string",l=d?u.$path:u,f=r[l];if(i[l]){p[l]=f;return}let $=a[l]?.oppositeLinkFieldsPlayedBy?.[0]?.thing||o[l]?.playedBy?.[0]?.thing;if(!$)throw new Error(`"${s.name}" does not have field "${l}"`);if(!d){f&&(p[l]=Array.isArray(f)?f.map(kn):kn(f));return}let g=v(n,$),m=Un(g);p[l]=Array.isArray(f)?f.map(F=>Pn({...m,$fields:u.$fields,value:F,schema:n,thing:g})):Pn({...m,$fields:u.$fields,value:f,schema:n,thing:g});}),p},ds=e=>{let t=[];return e.dataFields?.forEach(r=>{t.push(r.path);}),e.linkFields?.forEach(r=>{t.push(r.path);}),e.thingType==="relation"&&t.push(...Object.keys(e.roles)),t},kn=e=>{if(typeof e=="string")return e;if(!e||typeof e!="object")throw new Error(`"${JSON.stringify(e)}" is neither an id nor an object with prop "$id"`);if(typeof e.$id!="string")throw new Error(`"${JSON.stringify(e)}" is does not have prop "$id"`);return e.$id},Pn=e=>{let{value:t}=e;if(!t||typeof t!="object"||!t.$id)throw new Error(`"${JSON.stringify(e)}" is neither an id nor an object with prop "$id"`);return _n({...e,node:t})},Un=e=>{let t=Object.fromEntries(e.dataFields?.map(s=>[s.path,s])||[]),r=Object.fromEntries(e.linkFields?.map(s=>[s.path,s])||[]),n=e.thingType==="relation"?e.roles||{}:{};return {dataFieldMap:t,linkFieldMap:r,roleFieldMap:n}},us=e=>{if(!Array.isArray(e))return e&&typeof e=="object"&&e.$id?{[e.$id]:e}:{};let t={};return e.forEach(r=>{!r||typeof r!="object"||!r.$id||(t[r.$id]=r);}),t};var or=e=>{if(isDate(e))return {type:"datetime",value:e.toISOString().replace("Z","")};if(typeof e=="string")return {type:"string",value:`"${e}"`};if(typeof e=="number")return e%1!==0?{type:"double",value:e}:{type:"long",value:e};if(typeof e=="boolean")return {type:"boolean",value:e};throw new Error(`Unsupported type ${typeof e}`)};var Wn=async(e,t,r)=>{if(!e&&!t||!e.length&&!t.length)throw new Error("TQL request error, no things");if(!r)throw new Error("No schema provided");let n=l=>{let f=l.$op,h=`$${l.$bzId}`,$=N(r,l),{idFields:g,defaultDBConnector:m}=$,F=m?.path||l.$thing,b=l.$id,y=g?.[0],R=listify(l,(I,P)=>{if(I.startsWith("$")||I.startsWith("%")||I===y||P===void 0||P===null)return "";let E=$.dataFields?.find(S=>S.path===I);if(!E?.path)return "";let T=E.dbPath;if(["TEXT","ID","EMAIL","JSON"].includes(E.contentType))return `has ${T} '${P}'`;if(["NUMBER","BOOLEAN"].includes(E.contentType))return `has ${T} ${P}`;if(E.contentType==="DATE"){if(Number.isNaN(P.valueOf()))throw new Error("Invalid format, Nan Date");return P instanceof Date?`has ${T} ${P.toISOString().replace("Z","")}`:`has ${T} ${new Date(P).toISOString().replace("Z","")}`}if(E.contentType==="FLEX"){let S=`bza${Ae()}`,w=isArray(P)?P.map(Q=>or(Q)):or(P);if(Array.isArray(w))throw new Error("Array in FLEX fields not supported yet");return `has ${T} $${S}; $${S} '${S}' isa ${T}, has ${w.type}Attribute ${w.value}`}throw new Error(`Unsupported contentType ${E.contentType}`)}).filter(I=>I),L=`${h}-atts`,D=listify(l,I=>{if(I.startsWith("$")||I.startsWith("%")||I===y)return "";let P=$.dataFields?.find(T=>T.path===I);if(!P?.path)return "";let B=P.dbPath;return `{${L} isa ${B};}`}).filter(I=>I),C=isArray(b)?`like '${b.join("|")}'`:`'${b}'`,_=b?[`has ${y} ${C}`]:[],J=[..._,...R].filter(I=>I).join(","),he=()=>{if(f==="delete"||f==="unlink"||f==="match")return `${h} isa ${[F,..._].filter(I=>I).join(",")};`;if(f==="update"){if(!D.length)throw new Error("update without attributes");return `${h} isa ${[F,..._].filter(I=>I).join(",")}, has ${L};
|
|
122
|
+
${D.join(" or ")};`}return ""},K=()=>f==="update"||f==="link"||f==="match"?`${h} isa ${[F,..._].filter(I=>I).join(",")};`:"";if(st(l))return {op:f,deletionMatch:he(),insertionMatch:K(),insertion:f==="create"?`${h} isa ${[F,J].filter(I=>I).join(",")};`:f==="update"&&R.length?`${h} ${R.join(",")};`:"",deletion:f==="delete"?`${h} isa ${F};`:f==="update"&&D.length?`${h} has ${L};`:""};throw new Error("in attributes")},s=l=>{let f=l.$op,h=N(r,l),$=`$${l.$bzId}`,g=l.$id,m=h.defaultDBConnector?.path||l.$thing,F="roles"in h?listify(h.roles,P=>P):[],b="roles"in h?mapEntries(h.roles,(P,E)=>[P,E.dbConnector?.path||P]):{},y=listify(l,(P,E)=>{if(!F.includes(P))return null;if(!("roles"in h))throw new Error("This should have roles! ");let B=b[P];return Array.isArray(E)?E.map(T=>({path:B,id:T})):{path:B,id:E}}).filter(P=>P).flat(),R=y.map(P=>{if(!P?.path)throw new Error("Object without path");return `${P.path}: $${P.id}`}),L=y.length>0?`( ${R.join(" , ")} )`:"",D=l[Ie];if(!D)throw new Error("[internal error] Symbol edgeType not defined");let C=L?`${$} ${L} ${D==="linkField"||f==="delete"||f==="unlink"?`isa ${m}`:""}`:"",_=`${$} ${D==="linkField"||f==="delete"?`isa ${m}`:""}`,J=()=>C?f==="link"?`${C};`:f==="create"?`${C}, has id '${g}';`:"":"",he=()=>C&&f==="match"?`${C};`:"",K=()=>C?f==="delete"?`${C};`:f==="match"?`${C};`:"":"",I=()=>C?f==="delete"?`${_};`:f==="unlink"?`${$} ${L};`:"":"";return {deletionMatch:K(),insertionMatch:he(),deletion:I(),insertion:J(),op:""}},i=(l,f)=>{let h=f==="edges"?s:n;if(Array.isArray(l))return l.map(y=>{let{preDeletionBatch:R,insertionMatch:L,deletionMatch:D,insertion:C,deletion:_}=h(y);return shake({preDeletionBatch:R,insertionMatch:L,deletionMatch:D,insertion:C,deletion:_},J=>!J)}).filter(y=>y);let{preDeletionBatch:$,insertionMatch:g,deletionMatch:m,insertion:F,deletion:b}=h(l);return shake({preDeletionBatch:$,insertionMatch:g,deletionMatch:m,insertion:F,deletion:b},y=>!y)},a=i(e),o=Array.isArray(a)?a:[a],c=i(t,"edges"),p=Array.isArray(c)?c:[c],u=[...o,...p];return shake({insertionMatches:u.map(l=>l.insertionMatch).join(" ").trim(),deletionMatches:u.map(l=>l.deletionMatch).join(" ").trim(),insertions:u.map(l=>l.insertion).join(" ").trim(),deletions:u.map(l=>l.deletion).join(" ").trim()},l=>!l)};var zn=async(e,t,r,n,s)=>{let i=[...t,...r],a=i.map(o=>{let c=e.insertions?.find(d=>d.get(`${o.$bzId}`))?.get(`${o.$bzId}`),p=o.$thing||o.$relation||o.$entity,u=p?v(n,p):void 0;if(o.$op==="create"||o.$op==="update"||o.$op==="link"){if(o.$op!=="update"&&!c&&o.$id)return {$id:o.$id,$error:"Does not exist or it's not linked to the parent"};let d=c?.asThing().iid,l=Object.entries(o).filter(([h,$])=>!h.startsWith("$")).reduce((h,[$,g])=>{if(u?.dataFields?.find(F=>F.path===$)?.contentType==="JSON")return h[$]=JSON.parse(g),h;if(o.$thingType==="relation"){let F=i.filter(b=>b.$id&&b.$bzId===g);return F.length===1?(h[$]=F[0].$id,h):(h[$]=g,h)}return h[$]=g,h},{});if(s.mutation?.noMetadata)return l;let f=o.$tempId&&!o.$tempId.startsWith("_:")?{$tempId:`_:${o.$tempId}`}:{};return {$dbId:d,...o,...l,[o.path]:o.$id,...f}}if(o.$op==="delete"||o.$op==="unlink")return o;if(o.$op!=="match")throw new Error(`Unsupported op ${o.$op}`)}).filter(o=>o);return clone(a)};var Hn=async(e,t,r)=>{if(!e)throw new Error("TQL request not built");if(!(e.deletions&&e.deletionMatches||e.insertions))throw new Error("TQL request error, no things");let{session:n}=await $t(t,r),s=await n.transaction(TransactionType.WRITE),i=e.deletionMatches&&e.deletions&&`match ${e.deletionMatches} delete ${e.deletions}`,a=e.insertions&&`${e.insertionMatches?`match ${e.insertionMatches}`:""} insert ${e.insertions}`;try{i&&await s.query.delete(i);let o=a&&s.query.insert(a),c=o?await o.collect():void 0;return await s.commit(),{insertions:c}}catch(o){throw new Error(`Transaction failed: ${o.message}`)}finally{await s.close();}};var ms=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),ys=(e,t)=>({...e,tql:{...e.tql,mutation:t.data}}),gs=(e,t)=>({...e,tql:{...e.tql,res:t.data}}),ar=j("error","error",x((e,t)=>({...e,error:t.error}))),Es=ye("buildMutation",{buildMutation:z(async e=>Wn(e.bql.things,e.bql.edges,e.schema),j("done","runMutation",x(ys)),ar),runMutation:z(async e=>Hn(e.tql.mutation,e.handles,e.config),j("done","parseMutation",x(gs)),ar),parseMutation:z(async e=>zn(e.tql.res,e.bql.things,e.bql.edges,e.schema,e.config),j("done","success",x(ms)),ar),success:ae(),error:ae()},e=>e),Bs=async e=>new Promise((t,r)=>{$e(Es,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),Kn=async(e,t,r,n,s,i,a)=>Bs({bql:{raw:e,enriched:t,things:r,edges:n,flat:{things:[],edges:[],arcs:[]},res:[]},tql:{},schema:s,config:i,handles:a,error:null});var vn=async(e,t)=>{let r=a=>{let{$filter:o,$thing:c,$bzId:p,$op:u,$id:d,$tempId:l}=a,f=v(t,c),{usedDataFields:h}=ue(f,a),{idFields:$}=f,g=d||a[$[0]],m=(a[be]?.$things||[c]).map(ee),F=de(a,E=>E.startsWith("$")),b=de(a,E=>!E.startsWith("$")),y=JSON.stringify(b),R=Object.entries(F).map(([E,B])=>E=="$tempId"?`'$tempId': '_:${B}'`:`'${E}': '${B}'`).join(","),L=a[rt],D=h.filter(E=>!$.includes(E)).map(E=>{let B=f.dataFields?.find(S=>S.path===E||S.dbPath===E);if(!B)throw new Error(`Data field schema not found for ${E}`);let T=a[E];return T===null?`${E} = NONE`:`${E} = ${Ze(T,B.contentType)}`}).filter(Boolean),C=`$\u27E8${l||p}\u27E9`,_=L?.bzId?`array::flatten($\u27E8${L.bzId}\u27E9.\u27E8${L.edgeField}\u27E9 || []).filter(|$v| $v != NONE).len`:g?isArray(g)?m.flatMap(E=>g.map(B=>`${E}:\u27E8${B}\u27E9`)).join(", "):m.map(E=>`${E}:\u27E8${g}\u27E9`).join(", "):!0,J=(()=>{if(L?.bzId){let E=`array::flatten($\u27E8${L.bzId}\u27E9.\u27E8${L.edgeField}\u27E9 || []).filter(|$v| $v != NONE)`;return g?isArray(g)?`${E}[? $this.id() IN [${g.map(B=>`'${B}'`).join(", ")}] ]`:`${E}[? $this.id() IN ['${g}'] ]`:E}else return g?isArray(g)?m.flatMap(E=>g.map(B=>`${E}:\u27E8${B}\u27E9`)).join(", "):m.map(E=>`${E}:\u27E8${g}\u27E9`).join(", "):m.join(", ")})(),he=o?`WHERE ${fe(ge(o,c,t))}`:"",K=D.length>0?`SET ${D.join(", ")}`:"",I=`VALUE (CREATE ONLY Delta SET input = ${y}, meta = {${R}, "$sid": $parent.id, "$id": record::id($parent.id)}, after = $after, before = $before RETURN VALUE $parent.id )`,P="BEFORE";if(["link","unlink","replace"].includes(u))throw new Error("Edge ops don't belong to things");if(a.$op==="match")return l?"":`LET ${C} = (SELECT VALUE id FROM ${J} ${he});`;if(a.$op==="create"){if(isArray(g))throw new Error("Cannot create multiple things at once");let E=ee(c);return `LET ${C} = (CREATE ONLY ${E}:\u27E8${g}\u27E9 ${K} RETURN ${I});`}if(a.$op==="update")return `LET ${C} = IF (${_}) THEN (UPDATE ${J} ${K} ${he} RETURN ${I}) END;`;if(a.$op==="delete")return `LET ${C} = IF (${_}) THEN (DELETE ${J} ${he} RETURN ${P}) END;`;throw new Error(`Unsupported operation ${a.$op}`)},n=a=>{let{$thing:o,$bzId:c,$op:p,$tempId:u}=a,d=v(t,o),{usedRoleFields:l}=ue(d,a),f=`$\u27E8${u||c}\u27E9`,h="roles"in d?l.flatMap(m=>{let F=d.roles[m];if(!F)throw new Error(`Role field schema not found for ${m}`);let{cardinality:b}=F,y=isArray(a[m])?a[m].map(R=>`$\u27E8${R}\u27E9`):[`$\u27E8${a[m]}\u27E9`];if(b==="ONE"){if(y.length>1)throw new Error(`${p==="link"?"Linking":"Replacing"} multiple values to a ONE field ${m}`);switch(p){case"link":case"replace":return `${m} = ((type::is::array(${y[0]}) && array::len(${y[0]})==1) && ${y[0]}[0]) || ${y[0]}`;case"unlink":return `${m} = NONE`;default:throw new Error(`Unsupported operation ${p} for ONE cardinality`)}}else if(b==="MANY"){let R=`array::flatten([${y}])`;switch(p){case"link":return `${m} += ${R}`;case"unlink":return `${m} -= ${R}`;case"replace":return `${m} = ${R}`;default:throw new Error(`Unsupported operation ${p} for MANY cardinality`)}}else throw new Error(`Unsupported cardinality ${b}`)}):[],$=h.length>0?`${h.join(", ")}`:"",g=$?`SET ${$}`:"";return `IF ${f} THEN (UPDATE ${f} ${g} RETURN VALUE id) END; ${f};`},s=a=>{let{$thing:o,$op:c}=a,p=v(t,o),u=ee(o),{usedRoleFields:d}=ue(p,a);if(!["create","delete"].includes(c))throw new Error("Arcs can only be created or deleted");let[l,f]=d,h=isArray(a[l])?a[l]:[a[l]],$=isArray(a[f])?a[f]:[a[f]];if(c==="create"){if(d.length!==2)throw new Error("Not supported: Arcs must have exactly 2 roles");let g=de(a,C=>!C.startsWith("$")),F=`(CREATE ONLY Delta SET input = ${JSON.stringify(g)}, meta = {"$sid": $parent.id, "$id": record::id($parent.id)}, after = $after, before = $before RETURN VALUE $parent.id )`,y=p.roles[l].cardinality==="MANY",L=p.roles[f].cardinality==="MANY";return h.flatMap(C=>$.flatMap(_=>`FOR $node1 IN fn::as_array($\u27E8${C}\u27E9) { FOR $node2 IN fn::as_array($\u27E8${_}\u27E9) { CREATE ONLY ${u} SET ${l} = ${y?"fn::as_array($node1)":"$node1"}, ${f} = ${L?"fn::as_array($node2)":"$node2"} RETURN ${F}; } }`))}if(c==="delete")return `DELETE FROM ${u} WHERE fn::as_array(${l}) CONTAINSANY $\u27E8${h}\u27E9 AND fn::as_array(${f}) CONTAINSANY $\u27E8${$}\u27E9 RETURN BEFORE`};return [...e.things.map(r),...e.edges.map(n),...e.arcs.flatMap(s)]};var Jn=async(e,t,r)=>{let n=`
|
|
123
123
|
BEGIN TRANSACTION;
|
|
124
124
|
${t.join(";")};
|
|
125
125
|
LET $DELTAS = SELECT * FROM Delta;
|
|
@@ -129,7 +129,7 @@ limit ${p};`),d.join(`
|
|
|
129
129
|
LET $LOGS = SELECT * FROM LOG;
|
|
130
130
|
RETURN $LOGS;
|
|
131
131
|
COMMIT TRANSACTION;
|
|
132
|
-
`;r.mutation?.debugger&&console.log(`>>> batchedMutation[${me}]`,JSON.stringify({batchedMutation:n}));try{return (await e.query(n)).filter(Boolean)}catch(s){let a=(await e.query_raw(n)).filter(o=>o.result!=="The query was not executed due to a failed transaction"&&o.result!=="There was an error when starting a new datastore transaction"&&o.status==="ERR");throw a.length>0?new Error(`Error running SURQL mutation: ${JSON.stringify(a)}`):s}};var Zn=e=>{let{res:t,config:r}=e;return t.flat().filter(Boolean).flatMap(s=>{if(isArray(s))return s.map(i=>{if(!isObject(i)||!("meta"in i))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(i)}`);return Gn(i,r)});if(!isObject(s)||!("meta"in s))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(s)}`);return Gn(s,r)})},Gn=(e,t)=>{let r=mapEntries(e.after||{},(i,a)=>[i,i==="id"?a.id:isArray(a)&&a.length===0?void 0:a]),n=ce(e.input||{},(i,a)=>a===null),s={...r,...e.meta,...n};return t.mutation?.noMetadata?ce(s,i=>!i.startsWith("$")):s};var bs=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Ts=(e,t)=>{if(!t.data||!isArray(t.data)||t.data.some(r=>typeof r!="string"))throw new Error("Invalid event data");return {...e,surql:{...e.surql,mutations:t.data}}},ws=(e,t)=>{if(!t.data||!isArray(t.data))throw new Error("Invalid event data");return {...e,surql:{...e.surql,res:t.data}}},lr=j("error","error",x((e,t)=>({...e,error:t.error}))),Ms=ye("buildMutation",{buildMutation:z(async e=>vn(e.bql.flat,e.schema),j("done","runMutation",x(Ts)),lr),runMutation:z(async e=>Jn(e.handles.surrealDB?.get(e.handles.surrealDB?.keys().next().value)?.client,e.surql.mutations,e.config),j("done","parseMutation",x(ws)),lr),parseMutation:z(async e=>Zn({res:e.surql.res,config:e.config,schema:e.schema}),j("done","success",x(bs)),lr),success:se(),error:se()},e=>e),Ss=async e=>new Promise((t,r)=>{fe(Ms,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),ti=async(e,t,r,n,s,i)=>Ss({bql:{raw:e,enriched:t,flat:r,things:[],edges:[],res:[]},surql:{mutations:[],res:[]},schema:n,config:s,handles:i,error:null});var ni=(e,t)=>{let r={things:[],edges:[],arcs:[]},n=(i,a)=>{if(!i?.$thing){console.log("block without $thing",i);return}let{$op:o,$bzId:c,$tempId:p}=i,u=t.relations[i.$thing]||t.entities[i.$thing];if(!u)throw new Error(`[Internal] No schema found for ${i.$thing}`);let d=a?.bzId?a:{bzId:"",edgeField:"root"},{usedDataFields:l,usedLinkFields:f,usedRoleFields:h}=de(u,i);if(["create","update","delete","link","unlink","match","replace"].includes(o)){let g={...ce(i,m=>![...h,...f].includes(m)),...o==="link"||o==="unlink"||o==="replace"||o==="update"&&l.length===0?{$op:"match"}:{},...o==="link"||o==="replace"?{}:{[rt]:d}};r.things.push(g);}let $={link:["link","create"],unlink:["unlink","delete"],replace:["replace"]};if(h){let g=ce(i,m=>isSymbol(m)||m.startsWith("$"));h.forEach(m=>{isArray(i[m])?i[m].forEach(b=>n(b,{bzId:c,edgeField:m,tempId:p})):n(i[m],{bzId:c,edgeField:m,tempId:p});let F=(isArray(i[m])?i[m]:[i[m]]).filter(Boolean);Object.entries($).forEach(([b,y])=>{let R=F.filter(L=>y.includes(L.$op)).map(L=>L.$bzId);R.length>0&&r.edges.push({...g,[m]:R,$op:b});});});}f&&f.forEach(g=>{isArray(i[g])?i[g].forEach(b=>n(b,{bzId:c,edgeField:g,tempId:p})):n(i[g],{bzId:c,edgeField:g,tempId:p});let m=u.linkFields?.find(b=>b.path===g),F=isArray(i[g])?i[g]:[i[g]];m.target==="relation"&&Object.entries($).forEach(([b,y])=>{F.filter(L=>y.includes(L.$op)).forEach(L=>{let D=ce(L,C=>isSymbol(C)||C.startsWith("$"));r.edges.push({...D,[m.plays]:c,$op:b});});}),m.target==="role"&&Object.entries({create:["link","create"],delete:["unlink","delete"],replace:["replace"]}).forEach(([y,R])=>{F.filter(D=>R.includes(D.$op)).forEach(D=>{let C={$thing:m.relation,$thingType:"relation",$bzId:`arc_${D.$bzId}`,[m.plays]:c,[m.oppositeLinkFieldsPlayedBy[0].plays]:D.$bzId,$op:y};r.arcs.push(C);});});});};return (Array.isArray(e)?e:[e]).forEach(i=>n(i)),r};var ii=se,He=(e,t)=>t.data?{...e,bql:{...e.bql,enriched:t.data}}:e,Ls=(e,t)=>({...e,bql:{...e.bql,things:t.data.mergedThings,edges:t.data.mergedEdges}}),Qs=(e,t)=>({...e,bql:{...e.bql,flat:t.data||"test"}}),Rs=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Ds=async e=>Object.keys(e.bql.enriched).length?Pt(e.bql.enriched,e.schema,e.config):Pt(e.bql.raw,e.schema,e.config),Cs=async e=>An(e.bql.enriched,e.schema,e.config,e.handles),Is=async e=>Nn(e.bql.enriched,e.schema,e.config,e.handles),As=async e=>(e.config.mutation?.debugger&&console.log(`>>> parseBQL[${me}]`,JSON.stringify(e.bql.enriched)),Jr(e.bql.enriched,e.schema)),Os=async e=>(e.config.mutation?.debugger&&console.log(`>>> flattenBQL[${me}]`,JSON.stringify(e.bql.enriched)),ni(e.bql.enriched,e.schema)),qs=e=>{let{dbConnectors:t}=e.config;if(t.length!==1)throw new Error("Multiple providers not supported yet in mutations");let[{provider:r}]=t;if(r==="typeDB")return !0;if(r==="surrealDB")return !1;throw new Error(`Unsupported provider ${r}.`)},Ps=e=>_e(e.bql.enriched),Pe=j("error","error",x((e,t)=>({...e,error:t.error}))),ks=ye("stringify",{stringify:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> originalBQLMutation[${me}]`,JSON.stringify(e.bql.raw)),On(e.bql.raw,e.schema)),j("done","enrich",x(He)),Pe),enrich:z(Ds,j("done","preQuery",kt(qs),x(He)),j("done","parseBQL",x(He)),Pe),preQuery:z(Cs,j("done","preHookDependencies",kt(Ps),x(He)),j("done","parseBQL",x(He)),Pe),preHookDependencies:z(Is,j("done","enrich",x(He)),Pe),parseBQL:z(As,j("done","flattenBQL",x(Ls)),Pe),flattenBQL:z(Os,j("done","adapter",x(Qs)),Pe),adapter:z(async e=>{let{dbConnectors:t}=e.config;if(t.length!==1)throw new Error("Multiple providers not supported yet in mutations");let[{provider:r}]=t;if(r==="typeDB")return Kn(e.bql.raw,e.bql.enriched,e.bql.things,e.bql.edges,e.schema,e.config,e.handles);if(r==="surrealDB")return ti(e.bql.raw,e.bql.enriched,e.bql.flat,e.schema,e.config,e.handles);throw new Error(`Unsupported provider ${r}.`)},j("done","success",x(Rs)),Pe),success:ii(),error:ii()},e=>e),Ns=async e=>new Promise((t,r)=>{fe(ks,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),oi=async(e,t,r,n)=>Ns({bql:{raw:e,enriched:{},things:[],edges:[],flat:{things:[],edges:[],arcs:[]},res:[]},schema:t,config:r,handles:n,depthLevel:0,error:null});var xs=5e3,js=18e4,_s=2e3,Us=1e3,Vs=6e4,cr=class{db;url;username;password;namespace;database;isConnecting;reconnectInterval;constructor(t){this.db=new si,this.url=t.url,this.username=t.username,this.password=t.password,this.namespace=t.namespace,this.database=t.database,this.isConnecting=!1,this.reconnectInterval=null;}async _connect(){if(this.isConnecting||this.db.status===ConnectionStatus.Connecting||this.db.status===ConnectionStatus.Connected)return;this.isConnecting=!0,this.db=new si;let t=Math.max(Us,1);for(;;){let r=!1;try{await this.db.connect(this.url,{namespace:this.namespace,database:this.database,auth:{username:this.username,password:this.password},versionCheck:!1});break}catch{if(r=!0,await this.close(),this.isClosed)break}r&&(await Ws((1+Math.random()*.1)*t),t=Math.min(2*t,Vs),await this._connect());}this.isConnecting=!1;}async connect(){return this.isClosed&&(this.reconnectInterval=setInterval(()=>this._connect(),_s)),this._connect()}async close(){if(this.reconnectInterval!==null){clearInterval(this.reconnectInterval),this.reconnectInterval=null;try{await this.db.close();}catch(t){console.error("Trying to close an already closed connection:",t);}}}get isClosed(){return this.reconnectInterval===null}async run(t){return new Promise((r,n)=>{let s=setTimeout(()=>{this.close(),this.connect(),n(new Error("Timeout"));},js);this.connect().then(()=>{t(this.db).then(r).catch(n).finally(()=>{clearTimeout(s);});}).catch(n);})}async query(...t){return this.run(r=>r.query(...t))}async query_raw(...t){return this.run(r=>r.query_raw(...t))}},Ws=async e=>new Promise(t=>{setTimeout(t,e);}),Ft=class{queue;connections;constructor(t){let{totalConnections:r,...n}=t;this.queue=[],this.connections=new Array(r).fill(0).map(()=>{let s=new cr(n);return s.connect(),s});}async dequeue(){if(this.queue.length===0||this.connections.length===0)return;let t=this.queue[0];if(this.queue=this.queue.slice(1),t.timeout()){t.cb(new Error("Timeout"),void 0),this.dequeue();return}let r=this.connections.pop();try{t.cb(void 0,r);}catch(n){t.cb(n,void 0);}finally{this.connections.push(r),this.dequeue();}}async run(t){return new Promise((r,n)=>{let s=!1,i=setTimeout(()=>{s=!0,n(new Error("Timeout"));},xs);this.queue.push({cb:(a,o)=>{clearTimeout(i),t(a,o).then(c=>r(c)).catch(c=>n(c));},timeout:()=>s}),this.dequeue();})}async query(...t){return this.run((r,n)=>{if(n)return n.query(...t);throw r})}async query_raw(...t){return this.run((r,n)=>{if(n)return n.query_raw(...t);throw r})}};enableMapSet();var dr=class{schema;config;dbHandles;constructor({schema:t,config:r}){this.schema=t,this.config=r;}getDbHandles=()=>this.dbHandles;init=async()=>{let t={typeDB:new Map,surrealDB:new Map};await Promise.all(this.config.dbConnectors.map(async n=>{if(n.provider==="surrealDB"){let s=new Ft({url:n.url,username:n.username,password:n.password,namespace:n.namespace,database:n.dbName,totalConnections:8});t.surrealDB.set(n.id,{client:s,providerConfig:n.providerConfig});}if(n.provider==="typeDB"&&n.dbName){let[s,i]=await tryit(TypeDB.coreDriver)(n.url);if(s){let a=`[BORM:${n.provider}:${n.dbName}:core] ${s.message??"Can't create TypeDB Client"}`;throw new Error(a)}try{let a=await i.session(n.dbName,SessionType.DATA);t.typeDB.set(n.id,{client:i,session:a});}catch(a){let o=`[BORM:${n.provider}:${n.dbName}:session] ${(a.messageTemplate?._messageBody()||a.message)??"Can't create TypeDB Session"}`;throw new Error(o)}}if(n.provider==="typeDBCluster"&&n.dbName){let s=new TypeDBCredential(n.username,n.password,n.tlsRootCAPath),[i,a]=await tryit(TypeDB.cloudDriver)(n.addresses,s);if(i){let o=`[BORM:${n.provider}:${n.dbName}:core] ${i.message??"Can't create TypeDB Cluster Client"}`;throw new Error(o)}try{let o=await a.session(n.dbName,SessionType.DATA);t.typeDB.set(n.id,{client:a,session:o});}catch(o){let c=`[BORM:${n.provider}:${n.dbName}:session] ${(o.messageTemplate?._messageBody()||o.message)??"Can't create TypeDB Session"}`;throw new Error(c)}}}));let r=Sr(this.schema,t);this.schema=r,this.dbHandles=t;};#e=async()=>{if(!this.dbHandles&&(await this.init(),!this.dbHandles))throw new Error("Can't init BormClient")};introspect=async()=>(await this.#e(),this.schema);define=async()=>{if(await this.#e(),!this.dbHandles)throw new Error("dbHandles undefined");return await gr(this.config,this.schema,this.dbHandles)};query=async(t,r)=>{await this.#e();let n={...this.config,query:{...Tt.query,...this.config.query,...r}},s=Array.isArray(t),i=s?t:[t],[a,o]=await tryit(ze)(i,this.schema,n,this.dbHandles);if(a){let p=new Error(a.error);throw p.stack=a.error.stack,p}let c=o.bql.res;return s?c:c[0]};mutate=async(t,r)=>{await this.#e();let n={...this.config,mutation:{...Tt.mutation,...this.config.mutation,...r}},[s,i]=await tryit(oi)(t,this.schema,n,this.dbHandles);if(s){let o=new Error(s.error.message);throw o.stack=s.error.stack,o}return i.bql.res};close=async()=>{this.dbHandles&&this.dbHandles.typeDB?.forEach(async({client:t,session:r})=>{r.isOpen()&&await r.close(),await t.close();});}},eh=dr;//! Todo: delete when this works with the new $thing and $thingType fields
|
|
132
|
+
`;r.mutation?.debugger&&console.log(`>>> batchedMutation[${ne}]`,JSON.stringify({batchedMutation:n}));try{return (await e.query(n)).filter(Boolean)}catch(s){let a=(await e.query_raw(n)).filter(o=>o.result!=="The query was not executed due to a failed transaction"&&o.result!=="There was an error when starting a new datastore transaction"&&o.status==="ERR");throw a.length>0?new Error(`Error running SURQL mutation: ${JSON.stringify(a)}`):s}};var Zn=e=>{let{res:t,config:r}=e;return t.flat().filter(Boolean).flatMap(s=>{if(isArray(s))return s.map(i=>{if(!isObject(i)||!("meta"in i))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(i)}`);return Gn(i,r)});if(!isObject(s)||!("meta"in s))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(s)}`);return Gn(s,r)})},Gn=(e,t)=>{let r=mapEntries(e.after||{},(i,a)=>[i,i==="id"?a.id:isArray(a)&&a.length===0?void 0:a]),n=de(e.input||{},(i,a)=>a===null),s={...r,...e.meta,...n};return t.mutation?.noMetadata?de(s,i=>!i.startsWith("$")):s};var bs=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Ts=(e,t)=>{if(!t.data||!isArray(t.data)||t.data.some(r=>typeof r!="string"))throw new Error("Invalid event data");return {...e,surql:{...e.surql,mutations:t.data}}},ws=(e,t)=>{if(!t.data||!isArray(t.data))throw new Error("Invalid event data");return {...e,surql:{...e.surql,res:t.data}}},lr=j("error","error",x((e,t)=>({...e,error:t.error}))),Ms=ye("buildMutation",{buildMutation:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> surqlMachine/buildMutation[${ne}]`,JSON.stringify(e.bql.enriched)),vn(e.bql.flat,e.schema)),j("done","runMutation",x(Ts)),lr),runMutation:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> surqlMachine/runMutation[${ne}]`,JSON.stringify(e.bql.enriched)),Jn(e.handles.surrealDB?.get(e.handles.surrealDB?.keys().next().value)?.client,e.surql.mutations,e.config)),j("done","parseMutation",x(ws)),lr),parseMutation:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> surqlMachine/runMutation[${ne}]`,JSON.stringify(e.bql.enriched)),Zn({res:e.surql.res,config:e.config,schema:e.schema})),j("done","success",x(bs)),lr),success:ae(),error:ae()},e=>e),Ss=async e=>new Promise((t,r)=>{$e(Ms,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),ti=async(e,t,r,n,s,i)=>Ss({bql:{raw:e,enriched:t,flat:r,things:[],edges:[],res:[]},surql:{mutations:[],res:[]},schema:n,config:s,handles:i,error:null});var ni=(e,t)=>{let r={things:[],edges:[],arcs:[]},n=(i,a)=>{if(!i?.$thing){console.log("block without $thing",i);return}let{$op:o,$bzId:c,$tempId:p}=i,u=t.relations[i.$thing]||t.entities[i.$thing];if(!u)throw new Error(`[Internal] No schema found for ${i.$thing}`);let d=a?.bzId?a:{bzId:"",edgeField:"root"},{usedDataFields:l,usedLinkFields:f,usedRoleFields:h}=ue(u,i);if(["create","update","delete","link","unlink","match","replace"].includes(o)){let g={...de(i,m=>![...h,...f].includes(m)),...o==="link"||o==="unlink"||o==="replace"||o==="update"&&l.length===0?{$op:"match"}:{},...o==="link"||o==="replace"?{}:{[rt]:d}};r.things.push(g);}let $={link:["link","create"],unlink:["unlink","delete"],replace:["replace"]};if(h){let g=de(i,m=>isSymbol(m)||m.startsWith("$"));h.forEach(m=>{isArray(i[m])?i[m].forEach(b=>n(b,{bzId:c,edgeField:m,tempId:p})):n(i[m],{bzId:c,edgeField:m,tempId:p});let F=(isArray(i[m])?i[m]:[i[m]]).filter(Boolean);Object.entries($).forEach(([b,y])=>{let R=F.filter(L=>y.includes(L.$op)).map(L=>L.$bzId);R.length>0&&r.edges.push({...g,[m]:R,$op:b});});});}f&&f.forEach(g=>{isArray(i[g])?i[g].forEach(b=>n(b,{bzId:c,edgeField:g,tempId:p})):n(i[g],{bzId:c,edgeField:g,tempId:p});let m=u.linkFields?.find(b=>b.path===g),F=isArray(i[g])?i[g]:[i[g]];m.target==="relation"&&Object.entries($).forEach(([b,y])=>{F.filter(L=>y.includes(L.$op)).forEach(L=>{let D=de(L,C=>isSymbol(C)||C.startsWith("$"));r.edges.push({...D,[m.plays]:c,$op:b});});}),m.target==="role"&&Object.entries({create:["link","create"],delete:["unlink","delete"],replace:["replace"]}).forEach(([y,R])=>{F.filter(D=>R.includes(D.$op)).forEach(D=>{let C={$thing:m.relation,$thingType:"relation",$bzId:`arc_${D.$bzId}`,[m.plays]:c,[m.oppositeLinkFieldsPlayedBy[0].plays]:D.$bzId,$op:y};r.arcs.push(C);});});});};return (Array.isArray(e)?e:[e]).forEach(i=>n(i)),r};var ii=ae,He=(e,t)=>t.data?{...e,bql:{...e.bql,enriched:t.data}}:e,Ls=(e,t)=>({...e,bql:{...e.bql,things:t.data.mergedThings,edges:t.data.mergedEdges}}),Qs=(e,t)=>({...e,bql:{...e.bql,flat:t.data||"test"}}),Rs=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Ds=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/enrich[${ne}]`,JSON.stringify(Object.keys(e.bql.enriched).length?e.bql.enriched:e.bql.raw)),Object.keys(e.bql.enriched).length?kt(e.bql.enriched,e.schema,e.config):kt(e.bql.raw,e.schema,e.config)),Cs=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/preQuery[${ne}]`,JSON.stringify(e.bql.enriched)),An(e.bql.enriched,e.schema,e.config,e.handles)),Is=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/preQueryDependencies[${ne}]`,JSON.stringify(e.bql.enriched)),Nn(e.bql.enriched,e.schema,e.config,e.handles)),As=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/parseBQL[${ne}]`,JSON.stringify(e.bql.enriched)),Jr(e.bql.enriched,e.schema)),Os=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/flattenBQL[${ne}]`,JSON.stringify(e.bql.enriched)),ni(e.bql.enriched,e.schema)),qs=e=>{let{dbConnectors:t}=e.config;if(t.length!==1)throw new Error("Multiple providers not supported yet in mutations");let[{provider:r}]=t;if(r==="typeDB")return !0;if(r==="surrealDB")return !1;throw new Error(`Unsupported provider ${r}.`)},ks=e=>_e(e.bql.enriched),ke=j("error","error",x((e,t)=>({...e,error:t.error}))),Ps=ye("stringify",{stringify:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/stringify[${ne}]`,JSON.stringify(e.bql.raw)),On(e.bql.raw,e.schema)),j("done","enrich",x(He)),ke),enrich:z(Ds,j("done","preQuery",Pt(qs),x(He)),j("done","parseBQL",x(He)),ke),preQuery:z(Cs,j("done","preHookDependencies",Pt(ks),x(He)),j("done","parseBQL",x(He)),ke),preHookDependencies:z(Is,j("done","enrich",x(He)),ke),parseBQL:z(As,j("done","flattenBQL",x(Ls)),ke),flattenBQL:z(Os,j("done","adapter",x(Qs)),ke),adapter:z(async e=>{e.config.mutation?.debugger&&console.log(`>>> mutationMachine/adapter[${ne}]`,JSON.stringify(e.bql.enriched));let{dbConnectors:t}=e.config;if(t.length!==1)throw new Error("Multiple providers not supported yet in mutations");let[{provider:r}]=t;if(r==="typeDB")return Kn(e.bql.raw,e.bql.enriched,e.bql.things,e.bql.edges,e.schema,e.config,e.handles);if(r==="surrealDB")return ti(e.bql.raw,e.bql.enriched,e.bql.flat,e.schema,e.config,e.handles);throw new Error(`Unsupported provider ${r}.`)},j("done","success",x(Rs)),ke),success:ii(),error:ii()},e=>e),Ns=async e=>new Promise((t,r)=>{$e(Ps,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),oi=async(e,t,r,n)=>Ns({bql:{raw:e,enriched:{},things:[],edges:[],flat:{things:[],edges:[],arcs:[]},res:[]},schema:t,config:r,handles:n,depthLevel:0,error:null});var xs=5e3,js=18e4,_s=2e3,Us=1e3,Vs=6e4,cr=class{db;url;username;password;namespace;database;isConnecting;reconnectInterval;constructor(t){this.db=new si,this.url=t.url,this.username=t.username,this.password=t.password,this.namespace=t.namespace,this.database=t.database,this.isConnecting=!1,this.reconnectInterval=null;}async _connect(){if(this.isConnecting||this.db.status===ConnectionStatus.Connecting||this.db.status===ConnectionStatus.Connected)return;this.isConnecting=!0,this.db=new si;let t=Math.max(Us,1);for(;;){let r=!1;try{await this.db.connect(this.url,{namespace:this.namespace,database:this.database,auth:{username:this.username,password:this.password},versionCheck:!1});break}catch{if(r=!0,await this.close(),this.isClosed)break}r&&(await Ws((1+Math.random()*.1)*t),t=Math.min(2*t,Vs),await this._connect());}this.isConnecting=!1;}async connect(){return this.isClosed&&(this.reconnectInterval=setInterval(()=>this._connect(),_s)),this._connect()}async close(){if(this.reconnectInterval!==null){clearInterval(this.reconnectInterval),this.reconnectInterval=null;try{await this.db.close();}catch(t){console.error("Trying to close an already closed connection:",t);}}}get isClosed(){return this.reconnectInterval===null}async run(t){return new Promise((r,n)=>{let s=setTimeout(()=>{this.close(),this.connect(),n(new Error("Timeout"));},js);this.connect().then(()=>{t(this.db).then(r).catch(n).finally(()=>{clearTimeout(s);});}).catch(n);})}async query(...t){return this.run(r=>r.query(...t))}async query_raw(...t){return this.run(r=>r.query_raw(...t))}},Ws=async e=>new Promise(t=>{setTimeout(t,e);}),Ft=class{queue;connections;constructor(t){let{totalConnections:r,...n}=t;this.queue=[],this.connections=new Array(r).fill(0).map(()=>{let s=new cr(n);return s.connect(),s});}async dequeue(){if(this.queue.length===0||this.connections.length===0)return;let t=this.queue[0];if(this.queue=this.queue.slice(1),t.timeout()){t.cb(new Error("Timeout"),void 0),this.dequeue();return}let r=this.connections.pop();try{t.cb(void 0,r);}catch(n){t.cb(n,void 0);}finally{this.connections.push(r),this.dequeue();}}async run(t){return new Promise((r,n)=>{let s=!1,i=setTimeout(()=>{s=!0,n(new Error("Timeout"));},xs);this.queue.push({cb:(a,o)=>{clearTimeout(i),t(a,o).then(c=>r(c)).catch(c=>n(c));},timeout:()=>s}),this.dequeue();})}async query(...t){return this.run((r,n)=>{if(n)return n.query(...t);throw r})}async query_raw(...t){return this.run((r,n)=>{if(n)return n.query_raw(...t);throw r})}};enableMapSet();var dr=class{schema;config;dbHandles;constructor({schema:t,config:r}){this.schema=t,this.config=r;}getDbHandles=()=>this.dbHandles;init=async()=>{let t={typeDB:new Map,surrealDB:new Map};await Promise.all(this.config.dbConnectors.map(async n=>{if(n.provider==="surrealDB"){let s=new Ft({url:n.url,username:n.username,password:n.password,namespace:n.namespace,database:n.dbName,totalConnections:8});t.surrealDB.set(n.id,{client:s,providerConfig:n.providerConfig});}if(n.provider==="typeDB"&&n.dbName){let[s,i]=await tryit(TypeDB.coreDriver)(n.url);if(s){let a=`[BORM:${n.provider}:${n.dbName}:core] ${s.message??"Can't create TypeDB Client"}`;throw new Error(a)}try{let a=await i.session(n.dbName,SessionType.DATA);t.typeDB.set(n.id,{client:i,session:a});}catch(a){let o=`[BORM:${n.provider}:${n.dbName}:session] ${(a.messageTemplate?._messageBody()||a.message)??"Can't create TypeDB Session"}`;throw new Error(o)}}if(n.provider==="typeDBCluster"&&n.dbName){let s=new TypeDBCredential(n.username,n.password,n.tlsRootCAPath),[i,a]=await tryit(TypeDB.cloudDriver)(n.addresses,s);if(i){let o=`[BORM:${n.provider}:${n.dbName}:core] ${i.message??"Can't create TypeDB Cluster Client"}`;throw new Error(o)}try{let o=await a.session(n.dbName,SessionType.DATA);t.typeDB.set(n.id,{client:a,session:o});}catch(o){let c=`[BORM:${n.provider}:${n.dbName}:session] ${(o.messageTemplate?._messageBody()||o.message)??"Can't create TypeDB Session"}`;throw new Error(c)}}}));let r=Sr(this.schema,t);this.schema=r,this.dbHandles=t;};#e=async()=>{if(!this.dbHandles&&(await this.init(),!this.dbHandles))throw new Error("Can't init BormClient")};introspect=async()=>(await this.#e(),this.schema);define=async()=>{if(await this.#e(),!this.dbHandles)throw new Error("dbHandles undefined");return await gr(this.config,this.schema,this.dbHandles)};query=async(t,r)=>{await this.#e();let n={...this.config,query:{...Tt.query,...this.config.query,...r}},s=Array.isArray(t),i=s?t:[t],[a,o]=await tryit(ze)(i,this.schema,n,this.dbHandles);if(a){let p=new Error(a.error);throw p.stack=a.error.stack,p}let c=o.bql.res;return s?c:c[0]};mutate=async(t,r)=>{await this.#e();let n={...this.config,mutation:{...Tt.mutation,...this.config.mutation,...r}},[s,i]=await tryit(oi)(t,this.schema,n,this.dbHandles);if(s){let o=new Error(s.error.message);throw o.stack=s.error.stack,o}return i.bql.res};close=async()=>{this.dbHandles&&this.dbHandles.typeDB?.forEach(async({client:t,session:r})=>{r.isOpen()&&await r.close(),await t.close();});}},eh=dr;//! Todo: delete when this works with the new $thing and $thingType fields
|
|
133
133
|
//! Todo: Sandbox the function in nodeCompute() instead of the existing fieldCompute()
|
|
134
134
|
//! Todo: Sandbox the function in computeFunction()
|
|
135
135
|
//! reads all the insertions and gets the first match. This means each id must be unique
|