@blitznocode/blitz-orm 0.11.25 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,38 +1,38 @@
1
- import { isObject, isArray, isDate, tryit, parallel, shake, clone, mapEntries, listify, pick, isSymbol } from 'radash';
1
+ import { isObject, isArray, mapEntries, isDate, tryit, parallel, shake, clone, listify, pick, isSymbol } from 'radash';
2
2
  import { TypeDBOptions, TransactionType, SessionType, TypeDB, TypeDBCredential } from 'typedb-driver';
3
- import fr from 'dayjs';
3
+ import yr from 'dayjs';
4
4
  import { enableMapSet, produce, isDraft, current } from 'immer';
5
5
  import { traverse, getNodeByPath } from 'object-traversal';
6
6
  import { nanoid, customAlphabet } from 'nanoid';
7
7
  import { isSet } from 'util/types';
8
8
  import 'acorn';
9
9
  import { v4 } from 'uuid';
10
- import ks from 'surrealdb';
10
+ import ea from 'surrealdb';
11
11
 
12
- var Tt={query:{noMetadata:!1,simplifiedLinks:!0,debugger:!1,returnNulls:!1},mutation:{noMetadata:!1,preQuery:!0,ignoreNonexistingThings:!1}};var di=e=>{let t=[],r=new Map;return e.forEach(n=>{let{dbPath:s,contentType:i}=n,a=`${s}-${i}`;r.has(a)||(r.set(a,!0),t.push(n));}),t},ui=(e="default",t)=>{let r="",n=[];r+=`
13
- `,Object.keys(t.entities).filter(o=>t.entities[o].defaultDBConnector.id===e).forEach(o=>{let c=t.entities[o],{dataFields:p,linkFields:u,name:d}=c;if(r+=`${d} sub ${"extends"in c?c.extends:"entity"},
14
- `,p&&p.length>0&&p.forEach(l=>{l.inherited||(l.isIdField?r+=` owns ${l.dbPath} @key,
12
+ var wt={query:{noMetadata:!1,simplifiedLinks:!0,debugger:!1,returnNulls:!1},mutation:{noMetadata:!1,preQuery:!0,ignoreNonexistingThings:!1}};var Fi=e=>{let t=[],r=new Map;return e.forEach(n=>{let{dbPath:a,contentType:i}=n,s=`${a}-${i}`;r.has(s)||(r.set(s,!0),t.push(n));}),t},bi=(e="default",t)=>{let r="",n=[];r+=`
13
+ `,Object.keys(t.entities).filter(o=>t.entities[o].defaultDBConnector.id===e).forEach(o=>{let u=t.entities[o],{dataFields:h,linkFields:c,name:d}=u;if(r+=`${d} sub ${"extends"in u?u.extends:"entity"},
14
+ `,h&&h.length>0&&h.forEach(l=>{l.contentType!=="REF"&&(l.inherited||(l.isIdField?r+=` owns ${l.dbPath} @key,
15
15
  `:r+=` owns ${l.dbPath},
16
- `,n.push({dbPath:l.dbPath,contentType:l.contentType}));}),u&&u.length>0){let l=[];u.forEach(f=>{let{relation:h,plays:$,inherited:g}=f;if(g)return;!t.relations[h].roles[$].inherited&&!l.includes(`${h}:${$}`)&&(r+=` plays ${h}:${$},
17
- `,l.push(`${h}:${$}`));});}r=r.replace(/,\s*$/,`;
16
+ `,n.push({dbPath:l.dbPath,contentType:l.contentType})));}),c&&c.length>0){let l=[];c.forEach(p=>{let{relation:f,plays:$,inherited:E}=p;if(E)return;!t.relations[f].roles[$].inherited&&!l.includes(`${f}:${$}`)&&(r+=` plays ${f}:${$},
17
+ `,l.push(`${f}:${$}`));});}r=r.replace(/,\s*$/,`;
18
18
  `),r+=`
19
- `;}),Object.keys(t.relations).filter(o=>t.relations[o].defaultDBConnector.id===e).forEach(o=>{let c=t.relations[o],{dataFields:p,roles:u,name:d,linkFields:l}=c;if(r+=`${d} sub ${"extends"in c?c.extends:"relation"},
20
- `,p&&p.length>0&&p.forEach(f=>{f.inherited||(f.isIdField?r+=` owns ${f.dbPath} @key,
21
- `:r+=` owns ${f.dbPath},
22
- `,n.push({dbPath:f.dbPath,contentType:f.contentType}));}),u&&Object.keys(u).forEach(f=>{u[f].inherited||(r+=` relates ${f},
23
- `);}),l&&l.length>0){let f=[];l.forEach(h=>{let{plays:$,relation:g}=h;!t.relations[g].roles[$].inherited&&!h.inherited&&!f.includes(`${g}:${$}`)&&(r+=` plays ${h.relation}:${$},
24
- `,f.push(`${g}:${$}`));});}r=r.replace(/,\s*$/,`;
19
+ `;}),Object.keys(t.relations).filter(o=>t.relations[o].defaultDBConnector.id===e).forEach(o=>{let u=t.relations[o],{dataFields:h,roles:c,name:d,linkFields:l}=u;if(r+=`${d} sub ${"extends"in u?u.extends:"relation"},
20
+ `,h&&h.length>0&&h.forEach(p=>{p.inherited||(p.isIdField?r+=` owns ${p.dbPath} @key,
21
+ `:r+=` owns ${p.dbPath},
22
+ `,n.push({dbPath:p.dbPath,contentType:p.contentType}));}),c&&Object.keys(c).forEach(p=>{c[p].inherited||(r+=` relates ${p},
23
+ `);}),l&&l.length>0){let p=[];l.forEach(f=>{let{plays:$,relation:E}=f;!t.relations[E].roles[$].inherited&&!f.inherited&&!p.includes(`${E}:${$}`)&&(r+=` plays ${f.relation}:${$},
24
+ `,p.push(`${E}:${$}`));});}r=r.replace(/,\s*$/,`;
25
25
  `),r+=`
26
- `;});let s=`define
26
+ `;});let a=`define
27
27
 
28
- `;return di(n).forEach(o=>{if(o.contentType==="TEXT"||o.contentType==="ID"||o.contentType==="JSON")s+=`${o.dbPath} sub attribute, value string;
29
- `;else if(o.contentType==="EMAIL")s+=`${o.dbPath} sub attribute, value string,
30
- `,s+=` regex '^(?=.{1,64}@)[A-Za-z0-9_-]+(\\\\.[A-Za-z0-9_-]+)*@[^-][A-Za-z0-9-]+(\\\\.[A-Za-z0-9-]+)*(\\\\.[A-Za-z]{2,})$';
31
- `;else if(o.contentType==="DATE")s+=`${o.dbPath} sub attribute, value datetime;
32
- `;else if(o.contentType==="BOOLEAN")s+=`${o.dbPath} sub attribute, value boolean;
33
- `;else if(o.contentType==="NUMBER")s+=`${o.dbPath} sub attribute, value long;
34
- `;else if(o.contentType==="FLEX")s+=`${o.dbPath} sub flexAttribute;
35
- `;else throw new Error(`Conversion of borm schema to TypeDB schema for data type "${o.contentType}" is not implemented`)}),`${s}
28
+ `;return Fi(n).forEach(o=>{if(o.contentType==="TEXT"||o.contentType==="ID"||o.contentType==="JSON")a+=`${o.dbPath} sub attribute, value string;
29
+ `;else if(o.contentType==="EMAIL")a+=`${o.dbPath} sub attribute, value string,
30
+ `,a+=` regex '^(?=.{1,64}@)[A-Za-z0-9_-]+(\\\\.[A-Za-z0-9_-]+)*@[^-][A-Za-z0-9-]+(\\\\.[A-Za-z0-9-]+)*(\\\\.[A-Za-z]{2,})$';
31
+ `;else if(o.contentType==="DATE")a+=`${o.dbPath} sub attribute, value datetime;
32
+ `;else if(o.contentType==="BOOLEAN")a+=`${o.dbPath} sub attribute, value boolean;
33
+ `;else if(o.contentType==="NUMBER")a+=`${o.dbPath} sub attribute, value long;
34
+ `;else if(o.contentType==="FLEX")a+=`${o.dbPath} sub flexAttribute;
35
+ `;else {if(o.contentType==="REF")return;throw new Error(`Conversion of borm schema to TypeDB schema for data type "${o.contentType}" is not implemented`)}}),`${a}
36
36
 
37
37
  ${r}
38
38
  #Tools, reserved for every schema using borm
@@ -48,38 +48,38 @@ flexAttribute sub attribute, abstract, value string,
48
48
  owns doubleAttribute,
49
49
  owns booleanAttribute,
50
50
  owns datetimeAttribute;
51
- `},ur=async(e,t,r,n)=>{if(!n.typeDB)throw new Error("No TypeDB handles found");let s=ui(e,r),i=n.typeDB.get(e)?.session,a=n.typeDB.get(e)?.client;if(!i){console.log("Session Status: ","NO SESSION");return}if(!a)throw new Error("No TypeDB client found");await i.close();let[{dbName:o}]=t.dbConnectors;await(await a.databases.get(o)).delete(),await a.databases.create(o);let u=await(await a.session(t.dbConnectors[0].dbName,SessionType.SCHEMA)).transaction(TransactionType.WRITE);return await u.query.define(s),await u.commit(),await u.close(),s};var hr=e=>e.replace(/`/g,""),hi=[" ","-","+","*","/","=","!","@","#","$","%","^","&","(",")","[","]","{","}","|","\\",";",":","'",'"',",","<",">",".","?","~","`"],ee=e=>hi.some(t=>e.includes(t))?`\u27E8${e}\u27E9`:e;var wt=e=>{if(isDate(e))return `d"${e.toISOString()}"`;if(typeof e=="string")return `'${e}'`;if(["number","boolean"].includes(typeof e))return e;throw new Error(`Unsupported type ${typeof e}`)};var $r={TEXT:"string",RICH_TEXT:"string",LANGUAGE_TEXT:"string",PASSWORD:"string",URL:"string",PHONE:"string",ID:"string",EMAIL:"string",NUMBER:"number",NUMBER_DECIMAL:"decimal",BOOLEAN:"bool",DATE:"datetime",JSON:"object",FLEX:"bool|bytes|datetime|duration|geometry|number|object|string"},Ze=(e,t)=>{if(e===null)return "NONE";if(t)switch(t){case"TEXT":case"RICH_TEXT":case"LANGUAGE_TEXT":case"PASSWORD":case"URL":case"PHONE":case"ID":case"EMAIL":if(typeof e!="string")throw new Error(`Invalid value for TEXT type: ${e}`);return JSON.stringify(e);case"NUMBER":case"NUMBER_DECIMAL":case"BOOLEAN":case"JSON":return e;case"DATE":return typeof e=="string"&&fr(e,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid()?`<datetime>"${e}"`:isDate(e)?`d"${e.toISOString()}"`:`$<datetime>"${e}"`;case"FLEX":{if(typeof e=="string"&&fr(e,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid())return `<datetime>"${e}"`;let r=isArray(e)?e.map(n=>wt(n)):wt(e);return `${isArray(r)?r.map(n=>n):r}`}default:throw new Error(`Unsupported data field type ${t}.`)}throw new Error(`Failed parsing value ${e} with content type ${t}`)};var $i=" ",Ce=e=>$i.repeat(e),et=(e,t)=>e.split(`
52
- `).map(r=>r.trim()?`${Ce(t)}${r}`:r).join(`
53
- `),mi=e=>{let t=`USE NS test;
51
+ `},fr=async(e,t,r,n)=>{if(!n.typeDB)throw new Error("No TypeDB handles found");let a=bi(e,r),i=n.typeDB.get(e)?.session,s=n.typeDB.get(e)?.client;if(!i){console.log("Session Status: ","NO SESSION");return}if(!s)throw new Error("No TypeDB client found");await i.close();let[{dbName:o}]=t.dbConnectors;await(await s.databases.get(o)).delete(),await s.databases.create(o);let c=await(await s.session(t.dbConnectors[0].dbName,SessionType.SCHEMA)).transaction(TransactionType.WRITE);return await c.query.define(a),await c.commit(),await c.close(),a};var $r=e=>e.replace(/`/g,""),wi=[" ","-","+","*","/","=","!","@","#","$","%","^","&","(",")","[","]","{","}","|","\\",";",":","'",'"',",","<",">",".","?","~","`"],re=e=>wi.some(t=>e.includes(t))?`\u27E8${e}\u27E9`:e;var Tt=e=>{if(isDate(e))return `d"${e.toISOString()}"`;if(typeof e=="string")return `'${e}'`;if(["number","boolean"].includes(typeof e))return e;throw new Error(`Unsupported type ${typeof e}`)};var gr={TEXT:"string",RICH_TEXT:"string",LANGUAGE_TEXT:"string",PASSWORD:"string",URL:"string",PHONE:"string",ID:"string",EMAIL:"string",NUMBER:"number",NUMBER_DECIMAL:"decimal",BOOLEAN:"bool",DATE:"datetime",JSON:"object",FLEX:"bool|bytes|datetime|duration|geometry|number|object|string"},je=(e,t)=>{if(e===null)return "NONE";if(t)switch(t){case"TEXT":case"RICH_TEXT":case"LANGUAGE_TEXT":case"PASSWORD":case"URL":case"PHONE":case"ID":case"EMAIL":if(typeof e!="string")throw new Error(`Invalid value for TEXT type: ${e}`);return JSON.stringify(e);case"NUMBER":case"NUMBER_DECIMAL":case"BOOLEAN":case"JSON":return e;case"DATE":return typeof e=="string"&&yr(e,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid()?`<datetime>"${e}"`:isDate(e)?`d"${e.toISOString()}"`:`$<datetime>"${e}"`;case"FLEX":{if(typeof e=="string"&&yr(e,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid())return `<datetime>"${e}"`;let r=isArray(e)?e.map(n=>Tt(n)):Tt(e);return `${isArray(r)?r.map(n=>n):r}`}default:throw new Error(`Unsupported data field type ${t}.`)}throw new Error(`Failed parsing value ${e} with content type ${t}`)};var Si=" ",ke=e=>Si.repeat(e),it=(e,t)=>e.split(`
52
+ `).map(r=>r.trim()?`${ke(t)}${r}`:r).join(`
53
+ `),Li=e=>{let t=`USE NS test;
54
54
  USE DB test;
55
55
 
56
56
  BEGIN TRANSACTION;
57
57
  `,r=`-- ENTITIES
58
- ${mr(e.entities)}`,n=`
58
+ ${Er(e.entities)}`,n=`
59
59
  -- RELATIONS
60
- ${mr(e.relations)}`,s=Ti();return `${t}${r}${n}${s}COMMIT TRANSACTION;`},mr=e=>Object.entries(e).map(([t,r])=>yi(ee(t),r,1)).join(`
60
+ ${Er(e.relations)}`,a=Ai();return `${t}${r}${n}${a}COMMIT TRANSACTION;`},Er=e=>Object.entries(e).map(([t,r])=>Qi(re(t),r,1)).join(`
61
61
 
62
- `),yi=(e,t,r)=>{let n=`${Ce(r)}DEFINE TABLE ${e} SCHEMAFULL PERMISSIONS FULL;${"extends"in t&&t.extends?` //EXTENDS ${t.extends};`:""}`,s=et(`-- DATA FIELDS
63
- ${gi(t.dataFields??[],e,r)}`,r+1),i=et(`
62
+ `),Qi=(e,t,r)=>{let n=`${ke(r)}DEFINE TABLE ${e} SCHEMAFULL PERMISSIONS FULL;${"extends"in t&&t.extends?` //EXTENDS ${t.extends};`:""}`,a=it(`-- DATA FIELDS
63
+ ${Ri(t.dataFields??[],e,r)}`,r+1),i=it(`
64
64
  -- LINK FIELDS
65
- ${Ei(t.linkFields??[],e,r)}`,r+1),a="roles"in t?et(`
65
+ ${Di(t.linkFields??[],e,r)}`,r+1),s="roles"in t?it(`
66
66
  -- ROLES
67
- ${Bi(t.roles,e,r)}`,r+1):"";return `${n}
68
- ${s}${i}${a}`},gi=(e,t,r)=>e.map(n=>{if(n.path==="id")return "";let s=Fi(n.contentType,n.validations),i=`${Ce(r)}DEFINE FIELD ${n.path} ON TABLE ${t}${["FLEX","JSON"].includes(n.contentType)?" FLEXIBLE":""}`;if(n.isVirtual){let a=n.dbValue?.surrealDB;return a?`${i} VALUE ${a};`:""}return `${i} TYPE ${s};`}).filter(Boolean).join(`
69
- `),Ei=(e,t,r)=>e.map(n=>{let s=n.cardinality==="MANY"?`option<array<record<${n.$things.map(ee).join("|")}>>>`:`option<record<${n.$things.map(ee).join("|")}>>`,i=`${Ce(r)}DEFINE FIELD ${ee(n.path)} ON TABLE ${t}`;if(n.isVirtual){let a=n.dbValue?.surrealDB;return a?`${i} VALUE ${a};`:""}if(n.target==="role"){let a=e.find(h=>h.target==="relation"&&h.relation===n.relation),c=(n.oppositeLinkFieldsPlayedBy?.[0]).plays;if(!c||n.oppositeLinkFieldsPlayedBy?.length!==1)throw new Error(`Invalid link field: ${n.path}`);let p=n.cardinality==="ONE"?`record<${ee(n.relation)}>`:`array<record<${ee(n.relation)}>>`,u=ee(n.pathToRelation||""),d=`${u}.${c}`,l=n.cardinality==="ONE"?`${i} VALUE <future> {RETURN SELECT VALUE ${d} FROM ONLY $this};`:`${i} VALUE <future> {array::distinct(SELECT VALUE array::flatten(${d} || []) FROM ONLY $this)};`,f=a?.path?"":`${Ce(r+1)}DEFINE FIELD ${u} ON TABLE ${t} TYPE option<${p}>;`;return [l,f].join(`
70
- `)}if(n.target==="relation")return `${`${Ce(r)}DEFINE FIELD ${ee(n.path)} ON TABLE ${t} TYPE ${s};`}`;throw new Error(`Invalid link field: ${JSON.stringify(n)}`)}).join(`
71
- `),Bi=(e,t,r)=>Object.entries(e).map(([n,s])=>{let i=s.cardinality==="MANY"?`array<record<${s.$things.map(ee).join("|")}>>`:`record<${s.$things.map(ee).join("|")}>`,a=`${Ce(r)}DEFINE FIELD ${n} ON TABLE ${t} TYPE option<${i}>;`,o=bi(n,t,s,r);return `${a}
67
+ ${Ii(t.roles,e,r)}`,r+1):"";return `${n}
68
+ ${a}${i}${s}`},Ri=(e,t,r)=>e.map(n=>{if(n.path==="id")return "";let a=Oi(n.contentType,n.validations),i=`${ke(r)}DEFINE FIELD ${n.path} ON TABLE ${t}${["FLEX","JSON"].includes(n.contentType)?" FLEXIBLE":""}`;if(n.isVirtual){let s=n.dbValue?.surrealDB;return s?`${i} VALUE ${s};`:""}return `${i} TYPE ${a};`}).filter(Boolean).join(`
69
+ `),Di=(e,t,r)=>e.map(n=>{let a=n.cardinality==="MANY"?`option<array<record<${n.$things.map(re).join("|")}>>>`:`option<record<${n.$things.map(re).join("|")}>>`,i=`${ke(r)}DEFINE FIELD ${re(n.path)} ON TABLE ${t}`;if(n.isVirtual){let s=n.dbValue?.surrealDB;return s?`${i} VALUE ${s};`:""}if(n.target==="role"){let s=e.find(f=>f.target==="relation"&&f.relation===n.relation),u=(n.oppositeLinkFieldsPlayedBy?.[0]).plays;if(!u||n.oppositeLinkFieldsPlayedBy?.length!==1)throw new Error(`Invalid link field: ${n.path}`);let h=n.cardinality==="ONE"?`record<${re(n.relation)}>`:`array<record<${re(n.relation)}>>`,c=re(n.pathToRelation||""),d=`${c}.${u}`,l=n.cardinality==="ONE"?`${i} VALUE <future> {RETURN SELECT VALUE ${d} FROM ONLY $this};`:`${i} VALUE <future> {array::distinct(SELECT VALUE array::flatten(${d} || []) FROM ONLY $this)};`,p=s?.path?"":`${ke(r+1)}DEFINE FIELD ${c} ON TABLE ${t} TYPE option<${h}>;`;return [l,p].join(`
70
+ `)}if(n.target==="relation")return `${`${ke(r)}DEFINE FIELD ${re(n.path)} ON TABLE ${t} TYPE ${a};`}`;throw new Error(`Invalid link field: ${JSON.stringify(n)}`)}).join(`
71
+ `),Ii=(e,t,r)=>Object.entries(e).map(([n,a])=>{let i=a.cardinality==="MANY"?`array<record<${a.$things.map(re).join("|")}>>`:`record<${a.$things.map(re).join("|")}>`,s=`${ke(r)}DEFINE FIELD ${n} ON TABLE ${t} TYPE option<${i}>;`,o=Ci(n,t,a,r);return `${s}
72
72
  ${o}`}).join(`
73
- `),bi=(e,t,r,n)=>{let s=`update_${e}`,i=r.playedBy?.find(F=>F.target==="relation"),a=i?.pathToRelation,o=r.playedBy?.find(F=>F.target==="role"),c=o?.pathToRelation,p=i??o;if(!p)throw new Error(`Invalid link field: ${JSON.stringify(r)}`);let u=ee(a??c),d=(F,y)=>F.map(({path:R,cardinality:L})=>`${R} ${y==="remove"?L==="ONE"?"=":"-=":L==="ONE"?"=":"+="} ${y==="remove"?L==="ONE"?"NONE":"$before.id":"$after.id"}`).join(", "),l=r.impactedLinkFields?.map(F=>({path:F.path,cardinality:F.cardinality}))||[],h=[{path:u,cardinality:p.cardinality},...l],$=d(h,"remove"),g=d(h,"add"),m=`
73
+ `),Ci=(e,t,r,n)=>{let a=`update_${e}`,i=r.playedBy?.find(F=>F.target==="relation"),s=i?.pathToRelation,o=r.playedBy?.find(F=>F.target==="role"),u=o?.pathToRelation,h=i??o;if(!h)throw new Error(`Invalid link field: ${JSON.stringify(r)}`);let c=re(s??u),d=(F,m)=>F.map(({path:M,cardinality:T})=>`${M} ${m==="remove"?T==="ONE"?"=":"-=":T==="ONE"?"=":"+="} ${m==="remove"?T==="ONE"?"NONE":"$before.id":"$after.id"}`).join(", "),l=r.impactedLinkFields?.map(F=>({path:F.path,cardinality:F.cardinality}))||[],f=[{path:c,cardinality:h.cardinality},...l],$=d(f,"remove"),E=d(f,"add"),g=`
74
74
  IF ($before.${e}) THEN {UPDATE $before.${e} SET ${$}} END;
75
- IF ($after.${e}) THEN {UPDATE $after.${e} SET ${g}} END;`,b=`
75
+ IF ($after.${e}) THEN {UPDATE $after.${e} SET ${E}} END;`,y=`
76
76
  LET $edges = fn::get_mutated_edges($before.${e}, $after.${e});
77
77
  FOR $unlink IN $edges.deletions {UPDATE $unlink SET ${$};};
78
- FOR $link IN $edges.additions {${p.cardinality==="ONE"?`
79
- IF ($link.${u}) THEN {UPDATE $link.${u} SET ${e} ${r.cardinality==="ONE"?"= NONE":"-= $link.id"}} END;`:""}
80
- UPDATE $link SET ${g};
81
- };`;return et(`DEFINE EVENT ${s} ON TABLE ${t} WHEN $before.${e} != $after.${e} THEN {${r.cardinality==="ONE"?m:b}
82
- };`,n+1)},Fi=(e,t)=>{let r=t?.enum?`${t.enum.map(n=>Ze(n,e)).join("|")}`:$r[e];if(!r)throw new Error(`Unknown content type: ${e}`);return t?.required?`${r}`:`option<${r}>`},Ti=()=>`
78
+ FOR $link IN $edges.additions {${h.cardinality==="ONE"?`
79
+ IF ($link.${c}) THEN {UPDATE $link.${c} SET ${e} ${r.cardinality==="ONE"?"= NONE":"-= $link.id"}} END;`:""}
80
+ UPDATE $link SET ${E};
81
+ };`;return it(`DEFINE EVENT ${a} ON TABLE ${t} WHEN $before.${e} != $after.${e} THEN {${r.cardinality==="ONE"?g:y}
82
+ };`,n+1)},Oi=(e,t)=>{let r=t?.enum?`${t.enum.map(n=>je(n,e)).join("|")}`:gr[e];if(!r)throw new Error(`Unknown content type: ${e}`);return t?.required?`${r}`:`option<${r}>`},Ai=()=>`
83
83
  -- BORM TOOLS
84
84
  DEFINE FUNCTION fn::get_mutated_edges(
85
85
  $before_relation: option<array|record>,
@@ -101,26 +101,41 @@ ${o}`}).join(`
101
101
  DEFINE FUNCTION fn::as_array($var: option<array<record>|record>) {
102
102
  RETURN (type::is::array($var) AND $var) OR [$var]
103
103
  };
104
- `,yr=e=>mi(e);var gr=async(e,t,r)=>await(async()=>{let i=(await Promise.all([...r.typeDB||[]].map(async([c])=>[c,await ur(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"),Fe=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,...K(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=>[...K(n,y.thing).subTypes||[],y.thing]).flat().filter(Boolean))];f.$things=g;let m=f[we]?.inheritanceOrigin||a.name,b=g.flatMap(y=>{let L=K(e,y)?.subTypes||[];return [y,...L]}),F=()=>{if(a.dbProviderConfig.linkMode==="edges")return `->\`${m}_${l}\`->(\`${b.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=F();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));}}))},K=(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,[Fe]:r,$thing:o.thing,$thingType:o.thingType,$op:c,$bzId:u}});e[t]=isArray(e[t])?s:s[0];};var Ai=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,Oi=/(\s*async\s*|\s*function\s*|\s*\(\s*|\s*\)\s*=>|\s*\)\s*\{)/,Pr=e=>{let r=e.toString().replace(Ai,"").trim().split("=>")[0].split("{")[0].replace(Oi,"").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}=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(b=>b.path===l),$=i.linkFields?.find(b=>b.path===l)?.oppositeLinkFieldsPlayedBy[0],g="roles"in i?Mr(i.roles,(b,F)=>b===l):void 0,m=f||$||g;if(!m)throw new Error(`no field Def for ${l}`);if(s.$op==="create"&&!s[l]){let b=je({currentThing:s,fieldSchema:m,mandatoryDependencies:!0});s[l]=b;}}),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 b=m.fn(f,l,h,$);if(b===!1)throw new Error(`${m.message}.`);if(b!==!0)throw new Error("Validation function's output is not a boolean value.")}catch(b){throw new Error(`[Validations:thing:${u}] ${b.message}`)}}});}}});};var jr=(e,t,r,n)=>{(isArray(e[t])?e[t]:[e[t]]).forEach(i=>{if(!st(i)||i.$fields||i[Mt])return;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));a.forEach(d=>{let l=d.fn(c,o,p,u||{});Object.keys(l).length!==0&&(c={...c,...l,...Qe(i),[Mt]:!0},Object.assign(i,c));});});};var _r=(e,t,r)=>{let n=xe(t,r),[s]=n;e[t]={$thing:s.thing,$thingType:s.thingType,$op:"unlink",$bzId:`U_${v4()}`,[Fe]: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=Ur(f,u,t);return Array.isArray(h)?h:[h]}).filter(Boolean);c.$fields=l;}else {let l=At(u)?.flatMap(f=>{let h=Ur(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),Ui=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}},Wi=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(b=>ut(h,b)).length===0,g=[];if(typeof t!="string")if(t.$fields)if($){let b=h.idFields||[];g=[...t.$fields,...b];}else g=t.$fields;else g=At(h);else g=["id"];t.$excludedFields&&(g=g.filter(b=>ut(h,b)?!0:!t.$excludedFields.includes(b.$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}})},Vi=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}})},Ur=(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 Ui({field:e,fieldStr:n,$justId:s,dbPath:i.dbPath,isVirtual:c,fieldSchema:i})}else {if(a)return Wi({field:e,fieldStr:n,linkField:a,$justId:s,dbPath:a.path,schema:r,fieldSchema:a});if(o)return Vi({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(b=>typeof b=="string")?p[u]={$id:l,$thing:m}:l.every(b=>isObject(b))&&(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 Yi=(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);},Gi=(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(d.some(h=>h.startsWith("%")))return;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)&&!$.startsWith("%")&&!g.startsWith("%"))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(Yi(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 Gi();if(["rootField","linkField","roleField"].includes($.fieldType)){if(["linkField","roleField"].includes($.fieldType)&&(l[h]===null?_r(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(F=>{if(F){if($?.cardinality==="ONE"&&!F.$op&&!F.$id&&!F.$filter&&!F.$tempId&&l.$op!=="create")throw new Error(`Please specify if it is a create or an update. Path: ${m}.${h}`);if(F.$tempId&&!(F.$op===void 0||F.$op==="link"||F.$op==="create"||F.$op==="update"))throw new Error(`Invalid op ${F.$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(F=>{let y=N(t,F),{unidentifiedFields:R,usedLinkFields:L,usedFields:D,fields:C}=ue(y,F);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((v,I)=>{if(he!==I&&J.target!==v.target&&J.relation===v.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||(jr(l,h,t,r),xr(l,h,t,r));}});}}));return isArray(i.$rootWrap.$root),i.$rootWrap.$root};var Vr=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 Kr=async(e,t)=>{let r=u=>{let d=[],l=[],f=m=>{if(m.$id)return m.$id;let b=N(t,m),{idFields:F}=b;if(!F)throw new Error(`no idFields: ${JSON.stringify(m)}`);let[y]=F;if(!y)throw new Error(`no idField: ${JSON.stringify(m)}`);let R=b.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 b=f(m);if(d.find(F=>F.$id===b&&F.$op==="create"))throw new Error(`Duplicate id ${b} for node ${JSON.stringify(m)}`);d.push({...m,$id:b});return}m.$tempId&&m.$op==="match"||d.push(m);},$=m=>{if(m.$op==="create"){let b=f(m);if(d.find(F=>F.$id===b&&F.$op==="create"))throw new Error(`Duplicate id ${b} for edge ${JSON.stringify(m)}`);l.push({...m,$id:b});return}l.push(m);};return traverse(u,({value:m,parent:b,meta:F})=>{if(!isObject(m))return;let y=m;if(!F.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)),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"},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 v=y[Fe];if(v?.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=v.relation===y.$thing,k=I?y.$bzId:`LT_${v4()}`,B=Rr(u,b,F).$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:v.relation,$thingType:"relation"});if(!Object.keys(S.roles).includes(v.plays))throw new Error(`[Wrong format] Field ${v.plays} is not a role of relation ${v.relation}`);let Q={$bzId:k,$thing:v.relation,$thingType:"relation",...y.$tempId?{$tempId:y.$tempId}:{},$op:T(),...I?{}:{[v.path]:y.$bzId},[v.plays]:B,[Fe]:v,[Ie]:"linkField"};$(Q),(y.$op==="unlink"||T()==="unlink")&&I&&$({$thing:v.relation,$thingType:"relation",$bzId:k,$op:"match",[v.plays]:B,[Fe]:v,[Ie]:"linkField"});}if(y.$thingType==="relation"){let I=de(y,(B,T)=>D.includes(B)),k=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(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(Vr(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 We={};function re(e){return {enumerable:!0,value:e}}function Jr(e){return {enumerable:!0,writable:!0,value:e}}var io=()=>!0,Yr=()=>({}),Xr=e=>e,oo=(e,t,r,n)=>e.apply(r,n)&&t.apply(r,n),so=(e,t,r,[n,s])=>t.call(r,e.call(r,n,s),s),De=(e,t)=>Object.freeze(Object.create(e,t));function Gr(e,t,r){return e.reduce((n,s)=>function(...i){return r(n,s,this,i)},t)}function Zr(e){return De(this,{fn:re(e)})}var en={},x=Zr.bind(en);var tn={},kt=Zr.bind(tn);function ht(e,t){return t.filter(r=>e.isPrototypeOf(r))}function rn(e,t,...r){let n=Gr(ht(tn,r).map(i=>i.fn),io,oo),s=Gr(ht(en,r).map(i=>i.fn),Xr,so);return De(this,{from:re(e),to:re(t),guards:re(n),reducers:re(s)})}var nn={},on={},j=rn.bind(nn);rn.bind(on,null);function ao(e,t,r){return xt(t,e,r,this.immediates)||e}function sn(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 lo={enter:Xr};function ae(...e){let t=ht(nn,e),r=ht(on,e),n={final:re(e.length===0),transitions:re(sn(t))};return r.length&&(n.immediates=re(r),n.enter=re(ao)),De(lo,n)}var co={enter(e,t,r){let n=this.fn.call(t,t.context,r);return Nt.isPrototypeOf(n)?De(an,{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)}},an={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(sn(t));return Nt.isPrototypeOf(e)?De(an,{machine:re(e),transitions:r}):De(co,{fn:re(e),transitions:r})}var Nt={get state(){return {name:this.current,value:this.states[this.current]}}};function ye(e,t,r=Yr){return typeof e!="string"&&(r=t||Yr,t=e,e=Object.keys(t)[0]),We._create&&We._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}});We._onEnter&&We._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 uo(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:(We._send&&We._send(r,i),n)}var ho={send(e){uo(this,e);}};function $e(e,t,r,n){let s=Object.create(ho,{machine:Jr(e),context:Jr(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 un=(e,t)=>{if(!t)return;let r=fo(t);return $o(r,e.query)},fo=e=>produce(e,t=>traverse(t,({value:r})=>{isObject(r);})),$o=(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 hn=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 Ke={$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,[Ke[u]]:ge(d,t,r)};if(u==="$id")return {...p,$id:void 0,[Ke[u]]:{$IN:isArray(d)?d:[d]}};if(u==="$thing")return p;if(u==="$exists")return {...p,$exists:void 0,[Ke[u]]:d};if(u==="$eq")return {...p,$eq:void 0,[Ke[u]]:d};if(u==="$in")return {...p,$in:void 0,[Ke[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 ")},Ve=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 fn=e=>{let{queries:t,schema:r}=e;return t.map(n=>Fo({query:n,schema:r}))},Fo=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(Ve(c)),typeof o=="number"&&p.push(`LIMIT ${o}`),typeof a=="number"&&p.push(`START ${a}`),p.join(`
105
- `)},_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=To({query:o,level:n,schema:r});c&&i.push(c);}),i.length===0?null:i.join(`,
106
- `)},To=e=>{let{query:t,schema:r,level:n}=e;return t.$fieldType==="data"?wo({query:t,level:n}):t.$fieldType==="link"?Mo({query:t,level:n,schema:r}):t.$fieldType==="role"?So({query:t,level:n,schema:r}):null},wo=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)},Mo=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(Ve(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(`
107
- `)},So=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(`
108
- `)};var ne="0.11.25";var $n=async e=>{let{client:t,queries:r,config:n}=e,s=`
104
+ `,Br=e=>Li(e);var Fr=async(e,t,r)=>await(async()=>{let i=(await Promise.all([...r.typeDB||[]].map(async([u])=>[u,await fr(u,e,t,r)]))).map(u=>[u[0],u[1]]),o=(await Promise.all([...r.surrealDB||[]].map(async([u])=>[u,Br(t)]))).map(u=>[u[0],u[1]]);return {typeDB:Object.fromEntries(i),surrealDB:Object.fromEntries(o)}})();var ee=Symbol.for("queryPath"),ot=Symbol.for("stepPrint"),qe=Symbol.for("edgeType"),Te=Symbol.for("edgeSchema"),_e=Symbol.for("dbNode"),Mt=Symbol.for("isTransformed"),st=Symbol.for("parent"),oe=Symbol.for("fieldSchema"),z=Symbol.for("sharedMetadata"),Re=Symbol.for("suqlMetadata");var br={typeDB:{mutation:{splitArray$Ids:!0,requiresParseBQL:!0}},surrealDB:{mutation:{splitArray$Ids:!1,requiresParseBQL:!1}}};var wr=({linkField:e,originalRelation:t,withExtensionsSchema:r,linkMode:n})=>{if(e.isVirtual)return `$this.${e.path}.id`;let a=r.relations[e.relation].subTypes||[],i=[e.relation,...a],s=`<-\u27E8${t}_${e.plays}\u27E9<-(\u27E8${i.join("\u27E9,\u27E8")}\u27E9)`;if(e.target==="relation"){if(n==="edges")return s;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,u=r.entities[o.thing]?.subTypes||r.relations[o.thing]?.subTypes||[],h=[o.thing,...u],c=`->\u27E8${t}_${o.plays}\u27E9->(\u27E8${h.join("\u27E9,\u27E8")}\u27E9)`;return n==="edges"?`${s}${c}`:n==="refs"?e.cardinality==="MANY"?`$parent.[\`${o.plays}\`]`:`$parent.\`${o.plays}\``:`${s}${c}`}else throw new Error("Unsupported linkField target")};var Sr=(e,t,r)=>r?t:`${e}\xB7${t}`;var Qr=(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,a])=>{let[i,s]=tryit(()=>t(n,a))();return i?!1:s}))},Rr=(e,t)=>{let r=[],n=produce(e,i=>traverse(i,({key:s,value:o,meta:u})=>{if(u.depth!==2)return;let h=o;if(s&&(h.dataFields=h.dataFields?.map(c=>({...c,...h.idFields?.includes(c.path)?{isIdField:!0}:{isIdField:!1},cardinality:c.cardinality||"ONE",dbPath:"dbPath"in c?c.dbPath:Sr(s,c.path,c.shared),[z]:{fieldType:"dataField"}})),h.refFields=mapEntries(h.refFields||{},(c,d)=>[c,{...d,cardinality:d.cardinality||"ONE",path:c,[z]:{fieldType:"refField"}}]),h.linkFields=h.linkFields?.map(c=>({...c,[z]:{fieldType:"linkField"}})),"roles"in h&&(h.roles=mapEntries(h.roles||{},(c,d)=>[c,{...d,cardinality:d.cardinality||"ONE",[z]:{fieldType:"roleField"}}]))),o.extends){if(!o.defaultDBConnector.as)throw new Error(`[Schema] ${s} is extending a thing but missing the "as" property in its defaultDBConnector. Path:${u.nodePath}`);let c=i.entities[o.extends]||i.relations[o.extends],d=[o.extends,...c.allExtends||[]];if(o.allExtends=d,d.forEach(l=>{if(i.entities[l])i.entities[l].subTypes=[s,...i.entities[l].subTypes||[]];else if(i.relations[l])i.relations[l].subTypes=[s,...i.relations[l].subTypes||[]];else throw new Error(`[Schema] ${s} is extending a thing that does not exist in the schema: ${l}`)}),o.idFields=c.idFields?Array.from(new Set((o.idFields||[]).concat(c.idFields))):o.idFields,o.dataFields=c.dataFields?(o.dataFields||[]).concat(c.dataFields.map(l=>{let p=o.extends,f=e.entities[p]||e.relations[p];for(;!f.dataFields?.find($=>$.path===l.path);)p="extends"in f?f.extends:void 0,f=e.entities[p]||e.relations[p];return {...l,inherited:!0,dbPath:"dbPath"in l?l.dbPath:Sr(p,l.path,l.shared),[z]:{...l[z],inheritanceOrigin:l[z]?.inheritanceOrigin||o.extends}}})):o.dataFields,"roles"in c){let l=o,p=c;if(p.roles){let f=mapEntries(p.roles,($,E)=>[$,{...E,inherited:!0,[z]:{...E[z],inheritanceOrigin:E[z]?.inheritanceOrigin||o.extends}}]);l.roles={...l.roles||{},...f};}}if("refFields"in c){let l=o,p=c;if(p.refFields){let f=mapEntries(p.refFields,($,E)=>[$,{...E,inherited:!0,[z]:{...E[z],inheritanceOrigin:E[z]?.inheritanceOrigin||o.extends}}]);l.refFields={...l.refFields||{},...f};}}o.linkFields=c.linkFields?(o.linkFields||[]).concat(c.linkFields.map(l=>({...l,inherited:!0,[z]:{...l[z],inheritanceOrigin:l[z]?.inheritanceOrigin||o.extends}}))):o.linkFields,c?.hooks?.pre&&(o.hooks=o.hooks||{},o.hooks.pre=o.hooks.pre||[],o.hooks.pre=[...c?.hooks?.pre||[],...o?.hooks?.pre||[]]);}},{traversalType:"breadth-first"}));return traverse(e,({key:i,value:s,meta:o})=>{if(i==="linkFields"){let h=(()=>{if(!o.nodePath)throw new Error("No path");let[d,l]=o.nodePath.split(".");return {thing:l,thingType:d==="entities"?"entity":d==="relations"?"relation":""}})(),c=Array.isArray(s)?s.map(d=>({...d,...h})):[{...s,...h}];r.push(...c);}}),produce(n,i=>traverse(i,({value:s,key:o,meta:u})=>{if(u.depth===2&&s.idFields&&!s.id){s.name=o;let h=()=>{if(u.nodePath?.split(".")[0]==="entities")return "entity";if(u.nodePath?.split(".")[0]==="relations")return "relation";throw new Error("Unsupported node attributes")};s.thingType=h();let c=Object.keys(t).find(d=>t[d]?.get(s.defaultDBConnector.id));if(s.db=c,s.dbContext=br[c],s.dbProviderConfig=c==="surrealDB"?t[c]?.get(s.defaultDBConnector.id)?.providerConfig:void 0,s.computedFields=[],s.virtualFields=[],s.requiredFields=[],s.enumFields=[],s.fnValidatedFields=[],"linkFields"in s&&s.linkFields){let d=s;d.linkFields?.forEach(l=>{if(d.dataFields?.find(f=>f.path===l.path)||Object.keys(d.roles||{}).includes(l.path))throw new Error(`[Schema] The path ${l.path} is already in use by a dataField or linkField in ${d.name}. Path:${u.nodePath}`);let p=n.relations[l.relation];if(!l.isVirtual){if(!p)throw new Error(`The relation ${l.relation} does not exist in the schema`);if(p.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:${u.nodePath}."`);l.$things=[l.relation,...p.subTypes||[]],l.oppositeLinkFieldsPlayedBy=[{plays:l.path,thing:l.relation,thingType:"relation"}];}if(l.target==="role"){if(l.oppositeLinkFieldsPlayedBy=r.filter(f=>f.relation===l.relation&&f.plays!==l.plays&&f.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:${u.nodePath}."`);l.pathToRelation=d.linkFields?.find(f=>f.target==="relation"&&f.relation===l.relation)?.path??l.relation.toLocaleLowerCase(),l.$things=[...new Set(l.oppositeLinkFieldsPlayedBy.flatMap(f=>[f.thing,...J(n,f.thing)?.subTypes||[]]))],l.oppositeLinkFieldsPlayedBy.length>1&&console.warn(`[Schema] LinkField ${l.path} in ${d.name} has multiple candidates ${l.oppositeLinkFieldsPlayedBy.map(f=>f.thing).join(",")} and this is not yet supported. Please target a single one using targetRoles with a single role`);}if(s.db==="surrealDB"){let f=p?.roles?.[l.plays][z]?.inheritanceOrigin??l.relation,$=wr({linkField:l,originalRelation:f,withExtensionsSchema:n,linkMode:s.dbProviderConfig.linkMode});l[Re]={queryPath:$};}});}if("refFields"in s&&s.refFields&&(s.refFields=mapEntries(s.refFields,(d,l)=>{let p={...l,dbPath:l.dbPath||d};return [d,p]})),"roles"in s){let d=s;Object.entries(d.roles).forEach(([l,p])=>{if(d.dataFields?.find(m=>m.path===l)||d.linkFields?.find(m=>m.path===l))throw new Error(`[Schema] The path ${l} is already in use by a dataField or linkField in ${d.name}. Path:${u.nodePath}`);let f=r.filter(m=>m.relation===o&&m.plays===l)||[];p.playedBy=f.map(m=>({...m,pathToRelation:m.target==="relation"?m.path:d.linkFields?.find(M=>M.target==="relation"&&M.relation===o&&M.plays===l)?.path??m.relation.toLocaleLowerCase()}));let $=r.filter(m=>m.target==="relation"&&m.plays===l&&d.allExtends?.includes(m.relation));p.impactedLinkFields=$,p.path=l;let E=[...new Set(f.flatMap(m=>[...J(n,m.thing).subTypes||[],m.thing]).flat().filter(Boolean))];p.$things=E;let g=p[z]?.inheritanceOrigin||s.name,y=E.flatMap(m=>{let T=J(e,m)?.subTypes||[];return [m,...T]}),F=()=>{if(s.dbProviderConfig.linkMode==="edges")return `->\`${g}_${l}\`->(\`${y.join("`,`")}\`)`;if(s.dbProviderConfig.linkMode==="refs"){if(p.cardinality==="MANY")return `$parent.[\`${l}\`]`;if(p.cardinality==="ONE")return `$parent.\`${l}\``}throw new Error("Unsupported linkMode")};if(s.db==="surrealDB"){let m=F();p[Re]={queryPath:m};}});}}if(s&&typeof s=="object"&&"playedBy"in s){let h=[...new Set(s.playedBy.map(c=>c.thing))];if(h.length>1&&console.warn(`[Schema] roleFields can be only played by one thing. Role: ${o}, path:${u.nodePath}, played by: ${h.join(", ")}`),s.playedBy.length===0)throw new Error(`[Schema] roleFields should be played at least by one thing. Role: ${o}, path:${u.nodePath}`)}if(u.depth===4){let[h,c]=u.nodePath?.split(".")||[],d=i[h][c];!isArray(s)&&typeof s=="object"&&(s.validations&&(s.validations.required&&d.requiredFields.push(s.path),s.validations.enum&&d.enumFields.push(s.path),s.validations.fn&&d.fnValidatedFields.push(s.path)),s.default?s.isVirtual?d.virtualFields.push(s.path):d.computedFields.push(s.path):s.isVirtual&&d.virtualFields.push(s.path));}}))},J=(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`)},x=(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)}`)},at=(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 a="roles"in e?e.roles[t]:void 0;if(a)return ["roleField",a];throw new Error(`Field ${t} not found in schema, Defined in $filter`)},lt=(e,t)=>{let r=x(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},Dr=(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=x(e,t),a=n.linkFields?.find(u=>u.path===r);if(a)return a;let i=n.dataFields?.find(u=>u.path===r);if(i)return i;let s="roles"in n?n.roles?.[r]:void 0;if(s)return s;let o="refFields"in n?n.refFields?.[r]:void 0;if(o)return o;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($=>$.path)||[],n=e.linkFields?.map($=>$.path)||[],a="refFields"in e?listify(e.refFields,$=>$):[],i="roles"in e?listify(e.roles,$=>$):[],s=[...r||[],...n||[],...i||[],...a||[]],u=[...["$entity","$op","$id","$tempId","$bzId","$relation","$parentKey","$filter","$fields","$excludedFields","$thing","$thingType"],...s];if(!t)return {fields:s,dataFields:r,roleFields:i,linkFields:n};let h=t.$fields?t.$fields.map($=>{if(typeof $=="string"){if($.startsWith("$")||$.startsWith("%"))return;if(!s.includes($))throw new Error(`Field ${$} not found in the schema`);return $}if("$path"in $&&typeof $.$path=="string")return $.$path;throw new Error("[Wrong format] Wrongly structured query")}):listify(t,$=>{if(!($.startsWith("$")||$.startsWith("%"))){if(!s.includes($))throw new Error(`[Schema] Field ${$} not found in the schema`);return $}}).filter($=>$!==void 0),c=t.$filter?listify(t.$filter,$=>$.toString().startsWith("$")?void 0:$.toString()).filter($=>$&&r?.includes($)):[],d=t.$filter?listify(t.$filter,$=>$.toString().startsWith("$")?void 0:$.toString()).filter($=>$&&[...i||[],...n||[]].includes($)):[],l=[...h,...c].filter($=>!$?.startsWith("%")).filter($=>!u.includes($)).filter($=>$),p=t.$filter?de(t.$filter,($,E)=>c.includes($)):{},f=t.$filter?de(t.$filter,($,E)=>d.includes($)):{};return {fields:s,dataFields:r,roleFields:i,linkFields:n,refFields:a,usedFields:h,usedLinkFields:n.filter($=>h.includes($)),usedRoleFields:i.filter($=>h.includes($)),usedDataFields:r.filter($=>h.includes($)),usedRefFields:a.filter($=>h.includes($)),unidentifiedFields:l,...c.length?{localFilters:p}:{},...d.length?{nestedFilters:f}:{}}};var Ir=e=>{if(typeof e!="string")throw new Error("capitalizeFirstLetter: string is not a string");return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()},Cr=(e,t,r)=>{let a=(r.nodePath||"").split("."),i=isArray(t)?a.slice(0,-2).join("."):a.slice(0,-1).join(".");return t?getNodeByPath(e,i):{}},De=e=>Reflect.ownKeys(e).filter(t=>typeof t=="symbol").reduce((t,r)=>(t[r]=e[r],t),{});var ct=e=>isObject(e)&&("$entity"in e||"$relation"in e||"$thing"in e),Me=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,a])=>{r[n]=isDraft(a)?current(a):a;}),r}else return e},$e=(e,t)=>{if(e===void 0)throw new Error("Value is undefined");return e},L=(e,t)=>{let r="";for(let n=0;n<t;n++)r+=" ";return `${r}${e}`},Ie=e=>customAlphabet("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz",21)();var Ue=(e,t)=>{if(t[z].fieldType==="linkField"){let n=t.oppositeLinkFieldsPlayedBy;if(n?.length!==1)throw new Error(`[Internal] Field ${e} should have a single player`);if(!n?.length)throw new Error(`[Internal] Field ${e} should have a player`);return n}else if(t[z].fieldType==="roleField"){let r=t;if([...new Set(r.playedBy?.map(n=>n.thing))].length!==1)throw new Error(`[Internal] Field ${e} should have a single player`);if(!r.playedBy?.length)throw new Error(`[Internal] Field ${e} should have a player`);return r.playedBy}else throw new Error(`[Internal] Field ${e} is not a linkField or roleField`)};var kr=(e,t,r)=>{let n=isArray(e[t])?e[t]:[e[t]];if(!n.every(a=>typeof a=="object"))if(n.every(a=>typeof a=="string")){let a=Ue(t,r),[i]=a,s=e.$op==="create"?"link":"replace",o=i.thing,u=i.thingType,h={$op:s,$thing:o,$thingType:u},c=n.filter(l=>l.startsWith("_:")),d=n.filter(l=>!l.startsWith("_:"));c.length&&!d.length?e[t]=c.map(l=>({...h,$tempId:l,$bzId:l})):c.length&&d.length?e[t]=[...c.map(l=>({...h,$tempId:l,$bzId:l})),{...h,$id:d,$bzId:`S_${nanoid()}`}]:e[t]={...h,$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)})`)},qr=(e,t,r)=>{let n=isArray(e[t])?e[t]:[e[t]];if(r.contentType==="REF"){if(n.some(a=>!isObject(a)))throw new Error("[Wrong format] Field of contentType REF can't use strings as references");return}if(r.contentType!=="FLEX")throw new Error(`[Internal] Field ${t} is not a refField`)};var Ce=(e,t,r)=>{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`);let n=x(r,t),{usedDataFields:a}=ue(n,t);if(t.$op==="delete"&&a.length>0)throw new Error("[Wrong format] Cannot update on deletion");if(["unlink","link"].includes(t.$op)&&a.length>0)throw new Error("[Unsupported] Can't update fields on Link / Unlink");return t.$op}},Pr=(e,t,r)=>{(isArray(t)?t:[t]).forEach(a=>{Ce(e,a,r);});};var Nr=e=>{let t=Object.keys(e).filter(r=>!(r.startsWith("$")||r.startsWith("%")));return e.$op?e.$op:e.$id||e.$filter?t.length>0?"update":"link":e.$tempId?t.length>0?"create":"link":"create"},xr=(e,t,r)=>{let n=x(r,t),{usedFields:a}=ue(n,t);return t.$op?(Ce(e,t,r),t.$op):t.$id||t.$filter?a.length>0?(Ce(e,{...t,$op:"update"},r),"update"):(Ce(e,{...t,$op:"link"},r),"link"):t.$tempId?a.length>0?(Ce(e,{...t,$op:"create"},r),"create"):(Ce(e,{...t,$op:"create"},r),"link"):(Ce(e,{...t,$op:"create"},r),"create")};var _r=(e,t)=>{let n=(isArray(e.$root)?e.$root:[e.$root]).map(a=>{let i=xr(a,a,t);return {...{...a.$thing?{}:{$thing:a.$entity||a.$relation},...a.$thingType?{}:{$thingType:Dr(a,t)},...a.$op?{}:{$op:i},...a.$bzId?{}:{$bzId:`R_${Ie()}`}},...a}});e.$root=isArray(e.$root)?n:n[0];};var dt=(e,t)=>{let r=t[ot];return isSet(r)?r.has("clean")?(Reflect.set(t,ot,r.add("clean")),!0):!1:(Reflect.set(t,ot,new Set(["clean"])),!0)};var Ur=(e,t,r)=>{if(dt("split_ids",e)){let n=(isArray(e[t])?e[t]:[e[t]]).flatMap(a=>{if(isObject(a)&&"$id"in a&&isArray(a.$id)){let i=a;if(x(r,i),!i.$bzId)throw new Error("[Internal Error] No bzId found");return i.$id.map((s,o)=>({...Me(i),$id:s,$bzId:`${i.$bzId}_${o}`,...De(i)}))}return a});(n.length>0&&isArray(e[t])?e[t]:[e[t]].length)&&(e[t]=n);}};var It=(e,t)=>e.$bzId?e.$bzId:e.$tempId?e.$tempId:e.$id&&!isArray(e.$id)?t?`SN_ONE_${t}_${e.$id}`:`SN_ONE_${e.$id}`:e.$id&&isArray(e.$id)?t?`SN_MANY_${t}_${Ie()}`:`SN_MANY_${Ie()}`:`SM_${Ie()}`;var Wr=(e,t,r,n)=>{let a=(isArray(e[t])?e[t]:[e[t]]).flatMap(i=>{if(!r)throw new Error(`[Internal] No fieldSchema found in ${JSON.stringify(r)}`);let s=Nr(i),o=It(i);if(r[z].fieldType==="refField"){let c=r;if(!isObject(i)){if(c.contentType==="FLEX")return i;throw new Error(`[Wrong format] The refField ${t} must receive an object`)}if(!i.$thing)throw new Error("[Wrong format] The field $thing is required in refFields");return {...i,$op:s,$bzId:o}}let u=r;if(u.$things.length===0)throw new Error(`[Internal error] The field ${t} can't be played by any thing.`);let h=r;if(h.$things.length===1){let c=Ue(t,u),[d]=c;if(i.$thing&&i.$thing!==d.thing)throw new Error(`[Wrong format] The field ${t} can only be played by ${d.thing}.`);return {...i,[Te]:h,$thing:d.thing,$thingType:d.thing in n.entities?"entity":"relation",$op:s,$bzId:o}}if(h.$things.length>1){if(i.$thing)return [{...i,[Te]:h,$thing:i.$thing,$thingType:i.$thing in n.entities?"entity":"relation",$op:s,$bzId:o}];if(!i.$thing){if(i.$tempId)throw new Error("[Unsupported] Objects with $tempId and multiple potential players require to explicitly indicate the $thing type.");if(s==="create")throw new Error(`[Wrong format] The field ${t} can be played by multiple things, please specify one on creation.`);return h.$things.map(c=>({...i,[Te]:h,$thing:c,$thingType:c in n.entities?"entity":"relation",$op:s,$bzId:It(i,c)}))}}});isArray(e[t])||a.length>1?e[t]=a:e[t]=a[0],e[t]=isArray(e[t])?a:a[0];};var zi=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,Hi=/(\s*async\s*|\s*function\s*|\s*\(\s*|\s*\)\s*=>|\s*\)\s*\{)/,zr=e=>{let r=e.toString().replace(zi,"").trim().split("=>")[0].split("{")[0].replace(Hi,"").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 Ve=({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=zr(n).filter(s=>!(s 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 Hr=(e,t,r)=>{let n=e[t];if(n)return (isArray(n)?n:[n]).forEach(a=>{if(a.$op!=="create")return;let i=x(r,a),{unidentifiedFields:s}=ue(i,a),{computedFields:o,virtualFields:u}=i,h=listify(a,(l,p)=>p!==void 0?l:void 0),c=h.filter(l=>u?.includes(l));if(c.length>0)throw new Error(`Virtual fields can't be sent to DB: "${c.join(",")}"`);if(o.filter(l=>!h.includes(l)).forEach(l=>{let p=i.dataFields?.find(y=>y.path===l),$=i.linkFields?.find(y=>y.path===l)?.oppositeLinkFieldsPlayedBy[0],E="roles"in i?Qr(i.roles,(y,F)=>y===l):void 0,g=p||$||E;if(!g)throw new Error(`no field Def for ${l}`);if(!a[l]){let y=Ve({currentThing:a,fieldSchema:g,mandatoryDependencies:!0});a[l]=y;}}),s.length>0)throw new Error(`Unknown fields: [${s.join(",")}] in ${JSON.stringify(a)}`)}),e};var ut=(e,t)=>{let r=x(t,e).hooks;if(r?.pre){let n=`on${Ir(e.$op)}`;return r.pre.filter(s=>!s.triggers||s.triggers[n]?.()).flatMap(s=>s.actions)}return []};var Kr=(e,t,r,n)=>{(isArray(e[t])?e[t]:[e[t]]).forEach(i=>{if("$thing"in i){if(i.$fields)return i;let{requiredFields:s,enumFields:o,fnValidatedFields:u,dataFields:h}=x(r,i);if("$op"in i&&i.$op==="create"&&s.forEach(c=>{if(!(c in i))throw new Error(`[Validations] Required field "${c}" is missing.`)}),("$op"in i&&i.$op==="update"||i.$op==="create")&&o.forEach(c=>{if(c in i){let d=h?.find(l=>l.path===c)?.validations?.enum;if(!d)throw new Error(`[Validations] Enum field "${c}" is missing enum options.`);if(isArray(i[c]))i[c].some(l=>{if(!d.includes(l))throw new Error(`[Validations] Option "${l}" is not a valid option for field "${c}".`)});else if(d&&!d.includes(i[c]))throw new Error(`[Validations] Option "${i[c]}" is not a valid option for field "${c}".`)}}),("$op"in i&&i.$op==="update"||i.$op==="create")&&u.forEach(c=>{if(c in i)try{let d=h?.find(l=>l.path===c)?.validations?.fn;if(!d)throw new Error("Missing validation function.");if(!d(i[c]))throw new Error("Failed validation function.")}catch(d){throw new Error(`[Validations:attribute:${c}] ${d.message}`)}}),isObject(i)&&"$thing"in i){let c=i.$thing,d=i,l=clone(Me(e)),p=clone(Me(d)),f=n.mutation?.context||{},$=clone(Me(i[_e]||{}));ut(d,r).forEach(g=>{if(g.type==="validate"){if(g.severity!=="error")return;try{let y=g.fn(p,l,f,$);if(y===!1)throw new Error(`${g.message}.`);if(y!==!0)throw new Error("Validation function's output is not a boolean value.")}catch(y){throw new Error(`[Validations:thing:${c}] ${y.message}`)}}});}}});};var Jr=(e,t,r,n)=>{(isArray(e[t])?e[t]:[e[t]]).forEach(i=>{if(!ct(i)||i.$fields||i[Mt])return;let s=ut(i,r).filter(d=>d.type==="transform"),o=clone(Me(e)),u=clone(Me(i)),h=n.mutation?.context||{},c=clone(Me(i[_e]||i.$dbNode));s.forEach(d=>{let l=d.fn(u,o,h,c||{});Object.keys(l).length!==0&&(u={...u,...l,...De(i),[Mt]:!0},Object.assign(i,u));});});};var Yr=(e,t,r)=>{let n=Ue(t,r),[a]=n;e[t]={$thing:a.thing,$thingType:a.thingType,$op:"unlink",$bzId:`U_${v4()}`,[Te]:r};};var We=e=>{if(Array.isArray(e)){for(let t of e)if(We(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"&&We(e[t]))return !0}return !1};var Gr=(e,t)=>{for(let a of e)if(!("$entity"in a)&&!("$relation"in a)&&(!("$thing"in a)||!("$thingType"in a)))throw new Error("No entity specified in query");let r=Array.isArray(e)?e:[e];return produce(r,a=>traverse(a,i=>{let{value:s,meta:o}=i,u=s;if(isObject(u)){if(o.nodePath?.includes(".$filter")||o.nodePath?.includes(".$playedBy"))return;if(u[ee]=o.nodePath,u.$id){let h=u.$entity||u.$relation?u:{[`$${u.$thingType}`]:u.$thing},c=x(t,h);if(!c?.name)throw new Error(`Schema not found for ${u.$thing}`);if(u.$path=c.name,Array.isArray(u.$id)||(u.$filterByUnique=!0),c?.idFields?.length!==1)throw new Error("Multiple ids not yet enabled / composite ids")}else if("$entity"in u||"$relation"in u||"$thing"in u){let h=x(t,u);if(!h?.name)throw new Error(`Schema not found for ${u.$thing}`);u.$path=h.name;}if(u.$entity?(u.$thing=u.$entity,u.$thingType="entity",delete u.$entity):u.$relation&&(u.$thing=u.$relation,u.$thingType="relation",delete u.$relation),isObject(u)&&"$thing"in u&&u.$thing){let h=u.$entity||u.$relation?u:{[`$${u.$thingType}`]:u.$thing},c=x(t,h);if(u.$filter&&(Object.keys(u.$filter).length===0?u.$filter=void 0:(u.$filter=Oe(u.$filter,u.$thing,t),u.$filterByUnique=qt(u.$filter,c))),u.$fields){u.$fields.some(p=>c?.idFields?.includes(p?.$path||p))||(u.$fields=[...u.$fields,...Array.isArray(c.idFields)?c.idFields:[]],u.$idNotIncluded=!0);let l=u.$fields?.flatMap(p=>{let f=Xr(p,c,t);return Array.isArray(f)?f:[f]}).filter(Boolean);u.$fields=l;}else {let l=kt(c)?.flatMap(p=>{let f=Xr(p,c,t);return Array.isArray(f)?f:[f]}).filter(Boolean);u.$fields=l;}u.$excludedFields&&(u.$fields=u.$fields.filter(d=>ht(c,d)?!0:!u.$excludedFields.includes(d.$path)));}}}))},kt=e=>{let t=e.dataFields?.map(s=>s.path)||[],r=e.linkFields?.map(s=>s.path)||[],n=Object.keys(e.roles||{})||[],a=Object.keys(e.refFields||{})||[];return [...t,...r,...n,...a]},qt=(e,t)=>Object.keys(e||{}).some(n=>{let a=e[n];if(a!==null&&typeof a<"u"){let i=t.idFields?.includes(n),s=t.dataFields?.some(h=>(h.dbPath===n||h.path===n)&&h?.validations?.unique),o=n==="$id"&&!Array.isArray(a);if(i||s||o){if(typeof a!="object"||a===null||Array.isArray(a))return !Array.isArray(a);{let h=Object.keys(a);if(h.length===1&&h[0]==="$eq"){let c=a.$eq;if(typeof c!="object"||c===null||!Array.isArray(c))return !0}return !1}}}return !1}),ht=(e,t)=>typeof t=="string"?e.idFields?.includes(t):e.idFields?.includes(t.$path),eo=e=>{let{field:t,fieldStr:r,$justId:n,dbPath:a,isVirtual:i,fieldSchema:s}=e;return {$path:r,$dbPath:a,$thingType:"attribute",$as:t.$as||r,$var:r,$fieldType:"data",$justId:n,$id:t.$id,$isVirtual:i,[oe]:s}},to=e=>{let{field:t,fieldStr:r,linkField:n,$justId:a,dbPath:i,schema:s,fieldSchema:o}=e,{target:u,oppositeLinkFieldsPlayedBy:h}=n;return h.map(c=>{let d=u==="role"?c.thingType:"relation",l=u==="role"?c.thing:n.relation,p={[`$${d}`]:l},f=x(s,p),$=t?.$fields?.filter(y=>ht(f,y)).length===0,E=[];if(typeof t!="string")if(t.$fields)if($){let y=f.idFields||[];E=[...t.$fields,...y];}else E=t.$fields;else E=kt(f);else E=["id"];t.$excludedFields&&(E=E.filter(y=>ht(f,y)?!0:!t.$excludedFields.includes(y.$path)));let g=t.$id||t.$filter?{...t.$id?{$id:t.$id}:{},...t.$filter}:void 0;return {$thingType:d,$plays:n.plays,$playedBy:{...c,oppositeLinkFieldsPlayedBy:void 0},$path:c.path,$dbPath:i,$as:t.$as||r,$var:r,$thing:l,$fields:E,$excludedFields:t.$excludedFields,$fieldType:"link",$target:u,$intermediary:c.relation,$justId:a,$id:t.$id,$filter:g,$idNotIncluded:$,$filterByUnique:qt(t.$filter,f),$sort:t.$sort,$offset:t.$offset,$limit:t.$limit,[oe]:o}})},ro=e=>{let{field:t,fieldStr:r,$justId:n,dbPath:a,fieldSchema:i}=e;if("$filter"in e)throw new Error("Filter not supported in ref fields");return {$path:r,$dbPath:a,$contentType:i.contentType,$as:t.$as||r,$var:r,$fieldType:"ref",$justId:n,$fields:t.$fields,$id:t.$id,[oe]:i}},no=e=>{let{field:t,fieldStr:r,roleField:n,$justId:a,dbPath:i,schema:s,fieldSchema:o}=e;return n.playedBy.map(u=>{let{thing:h,thingType:c,relation:d}=u,l={[`$${c}`]:h},p=x(s,l),f=t?.$fields?.filter(g=>p?.idFields?.includes(g)||p?.idFields?.includes(g.$path)).length===0,$=[];if(typeof t!="string")if(t.$fields)if(f){let g=p.idFields||[];$=[...t.$fields,...g];}else $=t.$fields;else $=kt(p);else $=["id"];t.$excludedFields&&($=$.filter(g=>ht(p,g)?!0:!t.$excludedFields.includes(g.$path)));let E=t.$id||t.$filter?{...t.$id?{$id:t.$id}:{},...t.$filter}:void 0;return {$thingType:c,$path:r,$dbPath:i,$as:t.$as||r,$var:r,$thing:h,$fields:$,$excludedFields:t.$excludedFields,$fieldType:"role",$intermediary:d,$justId:a,$id:t.$id,$filter:E,$idNotIncluded:f,$filterByUnique:qt(t.$filter,p),$playedBy:{...u,oppositeLinkFieldsPlayedBy:void 0},$sort:t.$sort,$offset:t.$offset,$limit:t.$limit,[oe]:o}})},Xr=(e,t,r)=>{let n=typeof e=="string"?e:e.$path,a=typeof e=="string",i=t.dataFields?.find(h=>h.path===n),s=t.linkFields?.find(h=>h.path===n),o=t.roles?.[n],u=t.refFields?.[n];if(i){let h=!!i.isVirtual&&!!i.default;return eo({field:e,fieldStr:n,$justId:a,dbPath:i.dbPath,isVirtual:h,fieldSchema:i})}else {if(s)return to({field:e,fieldStr:n,linkField:s,$justId:a,dbPath:s.path,schema:r,fieldSchema:s});if(o)return no({field:e,fieldStr:n,roleField:o,$justId:a,dbPath:n,schema:r,fieldSchema:o});if(u)return ro({field:e,fieldStr:n,$justId:a,dbPath:n,isVirtual:!1,fieldSchema:u})}return null},Oe=(e,t,r)=>{if(e==null)return e;let n=isArray(e),i=(n?e:[e]).map(s=>Object.keys(s).reduce((h,c)=>{let d=s[c],l=isArray(d)?d:[d];if(c.startsWith("$"))if(["$id","$thing"].includes(c))h[c]=d;else if(["$not","$or","$and"].includes(c))h[c]=Oe(d,t,r);else if(["$eq","$in","$exists"].includes(c))h[c]=d;else throw new Error(`[Internal] Unknown filter operator ${c}`);else {let p=t in r.entities?r.entities[t]:r.relations[t],[f,$]=at(p,c);if(f==="idField")h[c]=d;else if(f==="dataField")isObject(d)||isArray(d)&&d.some(isObject)?h[c]=isArray(d)?{$or:Oe(d,t,r)}:Oe(d,t,r):isArray(d)?h[c]={$in:d}:h[c]={$eq:d};else if(f==="linkField"||f==="roleField"){let E=$,[g]=E.$things;l.every(y=>typeof y=="string")?h[c]={$id:l,$thing:g}:l.every(y=>isObject(y))&&(h[c]=isArray(d)?{$or:Oe(d,g,r)}:Oe(d,g,r));}else throw new Error(`Field ${c} not found in schema of ${t}`)}return h},{}));return n?i.length===1?i[0]:{$or:i}:i[0]};var Zr=(e,t,r,n)=>{let a=isArray(e[t])?e[t]:[e[t]],i=n.slice(1).join(".");a.forEach(s=>{if(s){if(r?.cardinality==="ONE"&&!s.$op&&!s.$id&&!s.$filter&&!s.$tempId&&e.$op!=="create")throw new Error(`Please specify if it is a create or an update. Path: ${i}.${t}`);if(s.$tempId&&!(s.$op===void 0||s.$op==="link"||s.$op==="create"||s.$op==="update"||s.$op==="replace"))throw new Error(`Invalid op ${s.$op} for tempId. TempIds can be created, or linked when created in another part of the same mutation.`)}});};var uo=(e,t)=>{if(e[t]===void 0&&delete e[t],t==="$tempId")if(dt("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);},ho=(e,t)=>{},Pt=(e,t,r)=>{let n={$rootWrap:{$root:e}},a=We(Array.isArray(e)?e:[e]),i=produce(n,s=>traverse(s,({value:o,parent:u,key:h,meta:c})=>{if(!(!u||!h)&&isObject(o)){let d=c.nodePath?.split(".")||[];if(d.some(f=>f.startsWith("%")))return;if(!("$root"in o)){if(!("$thing"in o||"$entity"in o||"$relation"in o)){let f=["$fields","$dbNode","$filter"],$=d[d.length-1],E=d[d.length-2];if(h==="$root")throw new Error("Root things must specify $entity or $relation");if(!f.includes($)&&!f.includes(E)&&!$.startsWith("%")&&!E.startsWith("%"))throw new Error(`[Internal] This object has not been initiated with a $thing: ${JSON.stringify(isDraft(o)?current(o):o)}`)}}let l=o,p=d.includes("$filter");"$filter"in l&&l.$filter&&(l.$filter=Oe(l.$filter,l.$thing,t)),Object.keys(l).forEach(f=>{if(uo(l,f),f!=="$root"&&p||f!=="$root"&&(f.startsWith("$")||f.startsWith("%")))return;let $=f!=="$root"?Qt(t,l,f):{[z]:{fieldType:"rootField"}};if(!$)throw new Error(`[Internal] Field ${f} not found in schema`);let{fieldType:E}=$[z],g=["linkField","roleField"].includes(E),y=E==="refField",F=E==="rootField";if(E==="dataField")return ho();if((g||y)&&(l[f]===null?g&&Yr(l,f,$):g?kr(l,f,$):qr(l,f,$)),F){if(!("$root"in l))throw new Error(`[Internal] Field ${f} is a rootField but the object is not a root`);_r(l,t);}(g||y)&&Zr(l,f,$,d),(g||y)&&(Wr(l,f,$,t),Pr(l,l[f],t)),(g||F)&&(Ur(l,f,t),Hr(l,f,t),(isArray(l[f])?l[f]:[l[f]]).forEach(M=>{let T=x(t,M),{unidentifiedFields:R,usedLinkFields:I,usedFields:P,fields:Y}=ue(T,M);if(P.forEach(ne=>{if(!Y.includes(ne))throw new Error(`[Schema] Field ${ne} not found in the schema`)}),R.length>0)throw new Error(`Unknown fields: [${R.join(",")}] in ${JSON.stringify(o)}`);if(I.length>1){let ne=T.linkFields?.filter(K=>I.includes(K.path));ne?.some((K,C)=>ne.some((q,S)=>{if(C!==S&&K.target!==q.target&&K.relation===q.relation)throw new Error("[Wrong format]: Can't use a link field with target === 'role' and another with target === 'relation' in the same mutation.")}));}}),a||(Jr(l,f,t,r),Kr(l,f,t,r)));});}}));return isArray(i.$rootWrap.$root),i.$rootWrap.$root};var tn=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 sn=async(e,t)=>{let r=c=>{let d=[],l=[],p=g=>{if(g.$id)return g.$id;let y=x(t,g),{idFields:F}=y;if(!F)throw new Error(`no idFields: ${JSON.stringify(g)}`);let[m]=F;if(!m)throw new Error(`no idField: ${JSON.stringify(g)}`);let M=y.dataFields?.find(I=>I.path===m),T=Ve({currentThing:g,fieldSchema:M,mandatoryDependencies:!0}),R=g[m]||g.$id||T;if(!R)throw new Error(`no idValue: ${JSON.stringify(g)}`);return R},f=g=>{if(g.$op==="create"){let y=p(g);if(d.find(F=>F.$id===y&&F.$op==="create"))throw new Error(`Duplicate id ${y} for node ${JSON.stringify(g)}`);d.push({...g,$id:y});return}g.$tempId&&g.$op==="match"||d.push(g);},$=g=>{if(g.$op==="create"){let y=p(g);if(d.find(F=>F.$id===y&&F.$op==="create"))throw new Error(`Duplicate id ${y} for edge ${JSON.stringify(g)}`);l.push({...g,$id:y});return}l.push(g);};return traverse(c,({value:g,parent:y,meta:F})=>{if(!isObject(g))return;let m=g;if(!F.nodePath?.includes(".$filter")&&m.$thing){if(!m.$op)throw new Error(`Operation should be defined at this step ${JSON.stringify(m)}`);if(!m.$bzId)throw new Error(`[internal error] BzId not found ${JSON.stringify(m)}`);let M=x(t,m),{dataFields:T,roleFields:R,linkFields:I,usedFields:P}=ue(M,m),Y=()=>{if(m.$op==="create"||m.$op==="delete")return m.$op;if(m.$op==="update"){let C=P.filter(B=>T?.includes(B)),q=P.filter(B=>R?.includes(B)),S=P.filter(B=>I?.includes(B));if(C.length>0)return "update";if(q.length>0||S.length>0)return "match";throw new Error(`No fields on an $op:"update" for node ${JSON.stringify(m)}`)}return "match"},ne={...m.$id&&{$id:m.$id},...m.$tempId&&{$tempId:m.$tempId},...m.$filter&&{$filter:m.$filter},$thing:m.$thing,...m.$thingType&&{$thingType:m.$thingType},...shake(pick(m,T||[""])),$op:Y(),$bzId:m.$bzId};f(ne);let K=m[Te];if(K?.[z].fieldType==="linkField"){if((m.$op==="link"||m.$op==="unlink")&&(m.$id||m.$filter)){if(m.$tempId)throw new Error("can't specify a existing and a new element at once. Use an id/filter or a tempId");d.push({...m,$op:"match"});}let C=K.$things.includes(m.$thing),q=C?m.$bzId:`LT_${v4()}`,B=Cr(c,y,F).$bzId;if(!B)throw new Error("No parent id found");let b=()=>m.$op==="delete"?C?"match":"delete":m.$op==="unlink"?C?"unlink":"delete":m.$op==="link"||m.$op==="create"?C?"link":"create":m.$op==="replace"?"replace":"match",Q=x(t,{$thing:K.relation,$thingType:"relation"});if(!Object.keys(Q.roles).includes(K.plays))throw new Error(`[Wrong format] Field ${K.plays} is not a role of relation ${K.relation}`);let D={$bzId:q,$thing:C?m.$thing:K.relation,$thingType:"relation",...m.$tempId?{$tempId:m.$tempId}:{},$op:b(),...C?{}:{[K.path]:m.$bzId},[K.plays]:B,[Te]:K,[qe]:"linkField"};$(D),(m.$op==="unlink"||b()==="unlink")&&C&&$({$thing:K.relation,$thingType:"relation",$bzId:q,$op:"match",[K.plays]:B,[Te]:K,[qe]:"linkField"});}if(m.$thingType==="relation"){let C=de(m,(B,b)=>R.includes(B)),q=mapEntries(C,(B,b)=>isArray(b)?[B,b]:isObject(b)?[B,b.$bzId]:[B,b]),S=de(g,(B,b)=>B.startsWith("$")||B.startsWith("Symbol"));if(Object.keys(C).filter(B=>!B.startsWith("$")).length>0){if(m.$op==="create"||m.$op==="delete"){let B=()=>{if(m.$op==="create")return "link";if(m.$op==="delete")return "match";throw new Error("Unsupported parent of edge op")},b=x(t,m).roles,Q=mapEntries(q,(D,O)=>{let U=b[D]?.cardinality;if(!U)throw new Error(`Role ${D} not found in schema`);return Array.isArray(O)?U==="ONE"?O.length>1?[D,O.map(A=>A.$bzId||A)]:[D,O[0].$bzId||O[0]]:[D,O.map(A=>A.$bzId||A)]:[D,O.$bzId||O]}),w={...S,$thing:m.$thing,$thingType:"relation",$op:B(),...Q,$bzId:m.$bzId,[qe]:"roleField"};$(w);return}if(m.$op==="match"||m.$op==="update"&&Object.keys(C).length>0){let B=0;Object.entries(C).forEach(([b,Q])=>{let w=isArray(Q)?Q:[Q],D=O=>O==="create"||O==="replace"?"link":O;w.forEach(O=>{if(!O)return;let U=D(O.$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 A={...S,$thing:m.$thing,$thingType:"relation",$op:U==="delete"?"unlink":U,[b]:O.$bzId,$bzId:m.$bzId,[qe]:"roleField"};$(A);});});}}}}}),[d,l]},[n,a]=r(e),i=n.reduce((c,d)=>{if(!d.$bzId)return [...c,d];let l=c.findIndex(p=>p.$bzId===d.$bzId);if(l===-1)return [...c,d];if(c[l].$op==="create"&&d.$op==="match")return c;if(c[l].$op==="match"&&(d.$op==="create"||d.$op==="match"))return [...c.slice(0,l),d,...c.slice(l+1)];if(c[l].$op==="update"&&d.$op==="update")return [...c.slice(0,l),{...c[l],...d},...c.slice(l+1)];if(c[l].$op==="update"&&d.$op==="match"||c[l].$op==="match"&&d.$op==="update")return [...c.slice(0,l),{...c[l],...d,$op:"update"},...c.slice(l+1)];if(c[l].$op==="delete"&&d.$op==="delete"){if(JSON.stringify(c[l].$filter)===JSON.stringify(d.$filter))return c;throw new Error(`[Wrong format] Can't delete the same thing with different filters. Existing: ${c[l].$filter}. Current: ${d.$filter}`)}throw new Error(`[Wrong format] Wrong operation combination for $tempId/$id "${d.$tempId||d.$id}". Existing: ${c[l].$op}. Current: ${d.$op}`)},[]),s=a.reduce((c,d)=>{let l=c.find(p=>(p.$id&&p.$id===d.$id||p.$bzId&&p.$bzId===d.$bzId)&&p.$thing===d.$thing&&p.$op===d.$op);if(l){let p={...l};return Object.keys(d).forEach($=>{if(typeof $=="symbol"||$.startsWith("$"))return;let E=l[$],g=d[$];Array.isArray(E)&&Array.isArray(g)?p[$]=Array.from(new Set([...E,...g])):!Array.isArray(E)&&Array.isArray(g)?E!==void 0?p[$]=Array.from(new Set([E,...g])):p[$]=g:Array.isArray(E)&&!Array.isArray(g)?g!==void 0&&(p[$]=Array.from(new Set([...E,g]))):E!==null&&g!==null&&E!==void 0&&g!==void 0?p[$]=Array.from(new Set([E,g])):E==null&&(p[$]=g);}),[...c.filter($=>!(($.$id&&$.$id===d.$id||$.$bzId&&$.$bzId===d.$bzId)&&$.$thing===d.$thing&&$.$op===d.$op)),p]}return [...c,d]},[]);i.forEach(c=>{if((c.$thingType==="relation"||"relation"in c)&&s.filter(d=>d.$bzId===c.$bzId||d.$tempId&&d.$tempId===c.$tempId).length===0){if(c.$op==="delete"||c.$op==="match"||c.$op==="update")return;throw new Error(`[Wrong format] Can't create a relation without any player. Node: ${JSON.stringify(tn(c))}`)}});let o=[...i,...s],u=new Set(o.filter(c=>c.$tempId).map(c=>c.$tempId)),h=Array.from(u).filter(c=>!o.some(d=>d.$tempId===c&&d.$op==="create"));if(h.length>0)throw new Error(`Can't link a $tempId that has not been created in the current mutation: ${h.join(", ")}`);return {mergedThings:i,mergedEdges:s}};var He={};function se(e){return {enumerable:!0,value:e}}function an(e){return {enumerable:!0,writable:!0,value:e}}var Eo=()=>!0,ln=()=>({}),dn=e=>e,Bo=(e,t,r,n)=>e.apply(r,n)&&t.apply(r,n),Fo=(e,t,r,[n,a])=>t.call(r,e.call(r,n,a),a),Ae=(e,t)=>Object.freeze(Object.create(e,t));function cn(e,t,r){return e.reduce((n,a)=>function(...i){return r(n,a,this,i)},t)}function un(e){return Ae(this,{fn:se(e)})}var hn={},j=un.bind(hn);var pn={},Nt=un.bind(pn);function pt(e,t){return t.filter(r=>e.isPrototypeOf(r))}function fn(e,t,...r){let n=cn(pt(pn,r).map(i=>i.fn),Eo,Bo),a=cn(pt(hn,r).map(i=>i.fn),dn,Fo);return Ae(this,{from:se(e),to:se(t),guards:se(n),reducers:se(a)})}var $n={},mn={},_=fn.bind($n);fn.bind(mn,null);function bo(e,t,r){return jt(t,e,r,this.immediates)||e}function yn(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 wo={enter:dn};function he(...e){let t=pt($n,e),r=pt(mn,e),n={final:se(e.length===0),transitions:se(yn(t))};return r.length&&(n.immediates=se(r),n.enter=se(bo)),Ae(wo,n)}var To={enter(e,t,r){let n=this.fn.call(t,t.context,r);return xt.isPrototypeOf(n)?Ae(gn,{machine:se(n),transitions:se(this.transitions)}).enter(e,t,r):(n.then(a=>t.send({type:"done",data:a})).catch(a=>t.send({type:"error",error:a})),e)}},gn={enter(e,t,r){if(t.child=ye(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,jt(t,e,{type:"done",data:n},this.transitions.get("done"))}return e}};function H(e,...t){let r=se(yn(t));return xt.isPrototypeOf(e)?Ae(gn,{machine:se(e),transitions:r}):Ae(To,{fn:se(e),transitions:r})}var xt={get state(){return {name:this.current,value:this.states[this.current]}}};function Ee(e,t,r=ln){return typeof e!="string"&&(r=t||ln,t=e,e=Object.keys(t)[0]),He._create&&He._create(e,t),Ae(xt,{context:se(r),current:se(e),states:se(t)})}function jt(e,t,r,n){let{context:a}=e;for(let{to:i,guards:s,reducers:o}of n)if(s(a,r)){e.context=o.call(e,a,r);let u=t.original||t,h=Ae(u,{current:se(i),original:{value:u}});He._onEnter&&He._onEnter(t,i,e.context,a,r);let c=h.state.value;return e.machine=h,e.onChange(e),c.enter(h,e,r)}}function Mo(e,t){let r=t.type||t,{machine:n}=e,{value:a,name:i}=n.state;return a.transitions.has(r)?jt(e,n,t,a.transitions.get(r))||n:(He._send&&He._send(r,i),n)}var So={send(e){Mo(this,e);}};function ye(e,t,r,n){let a=Object.create(So,{machine:an(e),context:an(e.context(r,n)),onChange:se(t)});return a.send=a.send.bind(a),a.machine=a.machine.state.value.enter(a.machine,a,n),a}var bn=(e,t)=>{if(!t)return;let r=Qo(t);return Ro(r,e.query)},Qo=e=>produce(e,t=>traverse(t,({value:r})=>{isObject(r);})),Ro=(e,t)=>produce(e,r=>traverse(r,({value:n})=>{if(isObject(n)){let a=n;Object.keys(a).forEach(i=>{(a[i]===void 0||a[i]===null||isArray(a[i])&&a[i].length===0)&&(t?.returnNulls?a[i]=null:delete a[i]),a[i]===void 0&&delete a[i];}),Object.getOwnPropertySymbols(a).forEach(i=>{delete a[i];}),t?.noMetadata===!0&&Object.keys(a).forEach(i=>{i.startsWith("$")&&delete a[i];});}}));var wn=async(e,t,r)=>r?(i=>produce(i,s=>traverse(s,({value:o})=>{if(isObject(o)){let u=o;if(!u.$thing)return;if(u.$thing){let h=x(e,u),{virtualFields:c}=h,d=u[ee];if(!d)throw new Error(`[Internal] QueryPath is missing. Value: ${JSON.stringify(u)}`);let l=getNodeByPath(t,d);if(l.$fieldType==="ref")return;let p=l.$fields.map($=>$.$path),f=l.$excludedFields;c.forEach($=>{if(f?.includes($)||p.length>0&&!p.includes($))return;let E=h.dataFields?.find(g=>g.path===$);if(E?.default){let g=Ve({currentThing:u,fieldSchema:E,mandatoryDependencies:!0});u[$]=g;}else if(u[$]===void 0)throw new Error(`[Internal] Virtual field: No db value found for virtual field: ${$}`)}),f&&f.forEach($=>{if(typeof $!="string")throw new Error("[Internal] ExcludedField is not a string");delete u[$];});}}})))(r):void 0;var et={$eq:"$=",$not:"$!",$or:"$OR",$and:"$AND",$in:"$IN",$id:"record::id(id)",$exists:"$exists"},Be=(e,t,r)=>{if(e==null)return e;let n=isArray(e),i=(n?e:[e]).map(s=>{let u=Object.keys(s).reduce((h,c)=>{let d=s[c];if(c.startsWith("$")){if(["$or","$and","$not"].includes(c))return {...h,[c]:void 0,[et[c]]:Be(d,t,r)};if(c==="$id")return {...h,$id:void 0,[et[c]]:{$IN:isArray(d)?d:[d]}};if(c==="$thing")return h;if(c==="$exists")return {...h,$exists:void 0,[et[c]]:d};if(c==="$eq")return {...h,$eq:void 0,[et[c]]:d};if(c==="$in")return {...h,$in:void 0,[et[c]]:d};throw new Error(`Unknown filter operator ${c}`)}let l=t in r.entities?r.entities[t]:r.relations[t],[p,f]=at(l,c);if(p==="idField"){if(l.idFields.length>1)throw new Error("Multiple id fields not supported");return {...h,"record::id(id)":{$IN:isArray(d)?d:[d]}}}if(p==="dataField")return {...h,[c]:Be(d,t,r)};if(p==="linkField"||p==="roleField"){let E=f[Re].queryPath;return {...h,[E]:Be(d,t,r)}}throw new Error(`Field ${c} not found in schema, Defined in $filter`)},{});return shake(u)});return n?i:i[0]},me=e=>{if(e==null)return "";let t=Object.entries(e),r=[];return t.forEach(([n,a])=>{if(["$OR","$AND","$!"].includes(n)){let i=n.replace("$",""),s=Array.isArray(a)?a.map(o=>me(o)):[me(a)];i==="!"?r.push(`!(${s.join(" AND ")})`):r.push(`(${s.join(` ${i} `)})`);return}if(isObject(a))if(n.includes("<-")||n.includes("->")){let i=me(a);r.push(`${n}[WHERE ${i}]`);}else if(n.startsWith("$parent.[")){let i=me(a),s=n.replace("$parent.","").replace(/^\[(.*)\]$/,"$1");r.push(`fn::as_array(${s})[WHERE id && ${i}]`);}else if(n.startsWith("$parent")){let i=me(a),s=n.replace("$parent.","");r.push(`fn::as_array(${s})[WHERE id && ${i}]`);}else {if(n.startsWith("$"))throw new Error(`Invalid key ${n}`);{let i=Object.keys(a);if(i.length===1&&i[0].startsWith("$")){let[s]=i,o=a[s];if(s==="$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 u=s.replace("$","");if(Array.isArray(o))r.push(`${n} ${u} [${o.map(h=>h===null?"NONE":`'${h}'`).join(", ")}]`);else if(isObject(o)){let h=me(o);r.push(`${n} ${u} ${h}`);}else r.push(`${n} ${u} ${o===null?"NONE":`'${o}'`}`);}}else throw new Error(`Invalid key ${n}`)}}else if(Array.isArray(a)){let i=n.startsWith("$")?n.replace("$",""):"IN";r.push(`${n} ${i} [${a.map(s=>s===null?"NONE":`'${s}'`).join(", ")}]`);}else {let i=n.startsWith("$")?n.replace("$",""):"=";r.push(`${n} ${i} ${a===null?"NONE":`'${a}'`}`);}}),r.join(" AND ")},ve=e=>`ORDER BY ${e.map(r=>{if(typeof r=="string")return r;let{field:n,desc:a}=r;return `${n}${a?" DESC":" ASC"}`}).join(", ")}`;var Mn=e=>{let{queries:t,schema:r}=e;return t.map(n=>qo({query:n,schema:r}))},qo=e=>{let{query:t,schema:r}=e,{$thing:n,$fields:a,$filter:i,$offset:s,$limit:o,$sort:u}=t;if(a.length===0)return null;let h=[];h.push("SELECT");let c=Ut({parentQuery:t,queries:a,level:1,schema:r});c&&h.push(c);let d=r.entities[n]||r.relations[n];if(!d)throw new Error(`Schema for ${n} not found`);let p=(d.subTypes?[n,...d.subTypes]:[n]).map(f=>re(f));if(t.$id)if(typeof t.$id=="string")h.push(`FROM ${p.map(f=>`${f}:\u27E8${t.$id}\u27E9`).join(",")}`);else if(isArray(t.$id)){let f=t.$id,$=p.flatMap(E=>f?.map(g=>`${E}:\u27E8${g}\u27E9`));h.push(`FROM ${$.join(",")}`);}else throw new Error("Invalid $id");else h.push(`FROM ${p.join(",")}`);if(i){let f=Be(i,n,r),$=me(f);h.push(`WHERE ${$}`);}return u&&h.push(ve(u)),typeof o=="number"&&h.push(`LIMIT ${o}`),typeof s=="number"&&h.push(`START ${s}`),h.join(`
105
+ `)},Ut=e=>{let{queries:t,schema:r,level:n,parentQuery:a}=e,i=[],s=a[ee];return i.push(L(`"${s}" as \`$$queryPath\``,n)),i.push(L("record::id(id) as `$id`",n)),i.push(L("record::tb(id) as `$thing`",n)),t.forEach(o=>{let u=Po({query:o,level:n,schema:r});u&&i.push(u);}),i.length===0?null:i.join(`,
106
+ `)},Po=e=>{let{query:t,schema:r,level:n}=e;if(t.$fieldType==="data")return No({query:t,level:n});if(t.$fieldType==="ref")throw new Error("Ref fields are not supported in this context");return t.$fieldType==="link"?xo({query:t,level:n,schema:r}):t.$fieldType==="role"?jo({query:t,level:n,schema:r}):null},No=e=>{let{query:t,level:r}=e;return t.$isVirtual?null:t.$path==="id"?L(`record::id(${t.$path}) AS ${t.$as}`,r):t.$path===t.$as?L(`\`${t.$path}\``,r):L(`\`${t.$path}\` AS \`${t.$as}\``,r)},xo=e=>{let{query:t,schema:r,level:n}=e,{$fields:a,$filter:i,$offset:s,$limit:o,$sort:u}=t;if(a.length===0)return null;let h=[];h.push(L("(",n));let c=n+1;h.push(L("SELECT",c));let d=Ut({parentQuery:t,queries:a,level:c+1,schema:r});d&&h.push(d);let l=t[oe][Re].queryPath;if(h.push(L(`FROM ${l}`,c)),i){let p=Be(i,t.$thing,r),f=me(p);h.push(`WHERE ${f}`);}return u&&h.push(L(ve(u),c)),typeof o=="number"&&h.push(L(`LIMIT ${o}`,c)),typeof s=="number"&&h.push(L(`START ${s}`,c)),h.push(L(`) AS \`${t.$as}\``,n)),h.join(`
107
+ `)},jo=e=>{let{query:t,schema:r,level:n}=e;if(t.$fields.length===0)return null;let a=[];a.push(L("(",n));let i=n+1;a.push(L("SELECT",i));let s=i+1,o=Ut({parentQuery:t,queries:t.$fields,level:s,schema:r});o&&a.push(o);let u=t[oe][Re].queryPath;if(a.push(L(`FROM ${u}`,i)),t.$filter){let h=Be(t.$filter,t.$playedBy.thing,r),c=me(h);a.push(`WHERE ${c}`);}return a.push(L(`) AS \`${t.$as}\``,n)),a.join(`
108
+ `)};var ae="0.12.1";var Sn=new Set((process.env.LOG_LEVEL||"").split(",").map(e=>e.trim()).filter(e=>!!e)),_o=(e,...t)=>{(Array.isArray(e)?e.some(n=>Sn.has(n)):Sn.has(e))&&console.log(...t);},le=(...e)=>_o("debug",...e);var Ln=async e=>{let{client:t,queries:r,config:n}=e,a=`
109
109
  BEGIN TRANSACTION;
110
110
  ${r.join(";")};
111
111
  COMMIT TRANSACTION;
112
- `;return n.query?.debugger&&console.log(`batchedQuery[${ne}]`,JSON.stringify({batchedQuery:s})),await t.query(s)};var yn=e=>{let{res:t,queries:r}=e;return t.map((s,i)=>gn(r[i],s))},gn=(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:hr(t.$thing),$thingType:e.$thingType};return e.$fields.forEach(n=>{let s=n.$as,i=t[s];n.$path==="id"&&e.$idNotIncluded||(r[s]=Qo(n,i));}),r},Qo=(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"&&mn(t,r),mn(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]):gn(e,t)},mn=(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 En=e=>{let{queries:t,schema:r}=e;return t.map(n=>Ro({query:n,schema:r}))},Ro=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=Bn(u),l=bn(s.filter(y=>y.$fieldType==="data")),f=Fn(s.filter(y=>y.$fieldType==="link"||y.$fieldType==="role"),r),h=[...d,...l,...f].join(`,
113
- `),$=Do(t,p),g=i?`WHERE id AND (${fe(ge(i,n,r))})`:"WHERE id",m=c?Ve(c):"",b=typeof o=="number"?`LIMIT ${o}`:"",F=typeof a=="number"?`START ${a}`:"";return `SELECT ${h} ${$} ${g} ${m} ${b} ${F}`},Do=(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")},Bn=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}\``),Fn=(e,t)=>e.map(r=>{let n=Bn(r[oe]),s=bn(r.$fields.filter(l=>l.$fieldType==="data")),i=Fn(r.$fields.filter(l=>l.$fieldType==="link"||l.$fieldType==="role"),t),a=[...n,...s,...i].join(`,
114
- `),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?Ve(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 Wt=j("error","error",x((e,t)=>({...e,error:t.error}))),Co=ye("build",{build:z(async e=>{let{linkMode:t}=e.config.dbConnectors.find(r=>r.provider==="surrealDB").providerConfig;if(t==="edges")return fn({queries:e.bql.queries,schema:e.schema});if(t==="refs")return En({queries:e.bql.queries,schema:e.schema})},j("done","run",x((e,t)=>({...e,surql:{...e.surql,queries:t.data}}))),Wt),run:z(async e=>$n({client:e.client,queries:pe(e.surql.queries),config:e.config}),j("done","parse",x((e,t)=>({...e,surql:{...e.surql,res:t.data}}))),Wt),parse:z(async e=>yn({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}}))),Wt),success:ae(),error:ae()},e=>e),Io=async e=>new Promise((t,r)=>{$e(Co,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),Tn=async(e,t,r,n)=>Io({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=Po(t,K(s,n)),{$not:o,...c}=a,p=[];if(zt(o)){let d=Vt(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=Vt(c,r,n,s,i,!1);return p.push(...u),p.join(`
115
- `)},Vt=(e,t,r,n,s,i)=>{let a=K(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 Vt(g,t,r,n,s+1,i).join(`
116
- `);throw new Error(`Invalid subfilter in ${l}: ${JSON.stringify(g)}`)}),$=h.join(l==="$and"?`
117
- `:" } 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=Ao(c,p,t,s,i);o.push(...l);continue}let d=a.linkFields?.find(l=>l.path===c);if(d){let l=Oo(d,p,t,n,s,i);o.push(...l);continue}if(a.thingType==="relation"){let l=a.roles[c];if(l){let f=qo(l,p,t,r,n,s,i);o.push(...f);continue}}throw new Error(`"${r}" does not have property "${c}"`)}return o},Ao=(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},Oo=(e,t,r,n,s,i)=>{let a=[],[o]=e.oppositeLinkFieldsPlayedBy,p=K(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},qo=(e,t,r,n,s,i,a)=>{let o=[],[c]=e.playedBy||[],u=K(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}`)},Po=(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=wn(s,r);return n&&zt(n)&&(i.$not=wn(n,r)),i},wn=(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="___",Sn=async e=>{let{queries:t,schema:r}=e;return t.map(n=>ko({query:n,schema:r}))},ko=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(`
118
- ${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(b=>b.$fieldType==="data");$&&$.length>0&&d.push(...vt($,n,0));let g=a.filter(b=>b.$fieldType==="link");g&&g.length>0&&d.push(...Jt(g,n,n,0,r));let m=a.filter(b=>b.$fieldType==="role");m&&m.length>0&&d.push(...Kt(m,n,n,0,r));}return f&&d.push(f.sort),typeof c=="number"&&d.push(`
119
- offset ${c};`),typeof p=="number"&&d.push(`
120
- limit ${p};`),d.join(`
121
- `)},vt=(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},Kt=(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],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 F=`${t}${Ht}${o.$var}`;if(a.push(M(`$${F} 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:F,$thing:o.$thing,schema:s,depth:i}));}let y=Yt({schema:s,$thing:f,$var:F,$sort:h,depth:i});if(y&&a.push(y.match),c){let R=`M_${v4()}`;a.push(M(`
122
- ?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(...vt(L,F,i));let D=c?.filter(_=>_.$fieldType==="link");D&&D.length>0&&a.push(...Jt(D,F,`${t}.${o.$var}`,i,s));let C=c?.filter(_=>_.$fieldType==="role");C&&C.length>0&&a.push(...Kt(C,F,`${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,b=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 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} = "${b}";`,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(...vt(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(...Kt(_,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},No=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=K(n,r),o=[],c=[];if(s?.forEach(p=>{let u=No(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 Qn=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 jo(a,c,p,n,s)})},jo=(e,t,r,n,s)=>e.length===0?null:r.$filterByUnique?Ln(e[0],t,n,s):e.map(i=>Ln(i,t,n,s)),Ln=(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}=_o(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}=Rn(a);if(c===null)return;let l=i.map(f=>{let{dataFields:h,currentSchema:$,linkFields:g,roleFields:m,schemaValue:b}=Gt(f,t),F=Xt(h,$,r);if(p==="T")return F.id;{let y=er(g,t,r),R=Zt(m,t,r),L={...F};return u==="true"&&$?.idFields?.forEach(D=>delete L[D]),{...L,...y,...R,...b}}});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}=Rn(a);if(c===null)return;let l=i.map(f=>{let{dataFields:h,currentSchema:$,linkFields:g,roleFields:m,schemaValue:b}=Gt(f,t),F=Xt(h,$,r);if(p==="T")return F.id;{let y=er(g,t,r),R=Zt(m,t,r),L={...F};return u==="true"&&$.idFields?.forEach(D=>delete L[D]),{...L,...y,...R,...b}}});n[c]=l.length>0?o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls?null:void 0;}),n},Rn=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}},_o=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 Dn=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 vo=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,Ko=(e,t)=>t.data?{...e,tql:{...e.tql,queries:t.data}}:e,Jo=(e,t)=>t.data?{...e,tql:{...e.tql,res:t.data}}:e,tr=j("error","error",x((e,t)=>({...e,error:t.error}))),Yo=ye("build",{build:z(async e=>Sn({queries:e.bql.queries,schema:e.schema}),j("done","run",x(Ko)),tr),run:z(async e=>Dn({dbHandles:e.handles,tqlRequest:pe(e.tql.queries),config:e.config}),j("done","parse",x(Jo)),tr),parse:z(async e=>Qn({rawBqlRequest:e.bql.raw,enrichedBqlQuery:e.bql.queries,schema:e.schema,config:e.config,rawTqlRes:pe(e.tql.res)}),j("done","success",x(vo)),tr),success:ae(),error:ae()},e=>e),Go=async e=>new Promise((t,r)=>{$e(Yo,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),Cn=async(e,t,r,n,s)=>Go({bql:{raw:e,queries:t},tql:{},schema:r,config:n,handles:s,error:null});var Xo=(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}))),Zo=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(Xo)),mt),adapter:z(async e=>{let t={};e.bql.queries?.forEach((o,c)=>{let p=e.bql.raw[c],u=K(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 Cn(o.rawBql,o.bqlQueries,e.schema,e.config,e.handles);if(o.db==="surrealDB")return Tn(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=>hn(e.schema,pe(e.bql.queries),pe(e.bql.res)),j("done","clean",x(rr)),mt),clean:z(async e=>un(e.config,pe(e.bql.res)),j("done","success",x(rr)),mt),success:ae(),error:ae()},e=>e),es=async e=>new Promise((t,r)=>{$e(Zo,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),ze=async(e,t,r,n)=>es({bql:{raw:e},schema:t,config:r,handles:n,error:null});var nr="___",rs=Symbol.for("grandChildOfCreate"),In=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=ns(T[q]);if(Array.isArray(Z)&&Z.length>0)Z.forEach(be=>{let Ee={$path:q,...B(be),...be.$filter&&{$as:be.$bzId}};w.find(Y=>Y.$path===Ee.$path&&!Y.$filter)||(w=[...w,Ee]);});else {let be={$path:q,...B(Z),...!Z.$filter&&{$as:Z.$bzId}};w=[...w,be];}}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[rs]=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),b=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=b(A);w[Q]=U;}),w})},F=b(Array.isArray(m)?m:[m]),y=g(F),L=(E=>{let B=T=>{let S=Y=>{let X=[],H=[],P=[];return Y.forEach(W=>{let ie=i(W,!0);if(ie.length>0){let O=!1;ie.forEach(V=>{(Array.isArray(W[V])?W[V]:[W[V]]).filter(te=>!te.$id&&!te.id&&typeof W=="object").length&&(O=!0);}),O?X.push(W):H.push(W);}else W.$id?P.push({...W,$bzId:W.$tempId||W.$bzId}):P.push({...W,$bzId:W.$tempId||`PQ1_${v4()}`});}),{operationWithMultiples:X,operationWithoutMultiples:H,otherOps:P}},{operationWithMultiples:w,operationWithoutMultiples:Q,otherOps:A}=S(T),U=Y=>{let H=(()=>{let V={};for(let le in Y){let G=N(t,Y);!le.startsWith("$")&&G.dataFields?.find(te=>te.path===le)&&(V[le]=Y[le]);}return V})(),P=Object.keys(Y),W=i(Y,!0),ie=[],O=(V,le)=>{if(V===W.length){let te={...le};P.forEach(ce=>{ce.startsWith("$")&&(te[ce]=Y[ce]);}),ie.push({...te,...H});return}let G={...le,[W[V]]:Y[W[V]],...Qe(le),...H};O(V+1,G),O(V+1,le);};return O(0,{...Qe(Y)}),ie},q=[];return w.forEach(Y=>{let X=U(Y),H=[];X.forEach(P=>{let W=i(P,!0);if(P.$op==="create")H.push(P);else if(P.$id){let ie=l(P.$objectPath),O=[];if(W.forEach(V=>{let le=`${ie.includes("undefined")?"root":ie}.${P.$id}${nr}${V}`,G=h[le];P[V].filter(ce=>ce.$op==="unlink"||ce.$op==="delete"||ce.$op==="update").length>0?G?.$ids&&O.push({key:V,ids:G.$ids}):O.push({key:V,ids:[""]});}),O.length===W.length&&!H.find(V=>V.$id===P.$id))H.push(P);else {let V={...P,$bzId:P.$tempId||`T4_${v4()}`};W.forEach(G=>{let te=P[G].filter(ce=>ce.$id);te.length>0?V[G]=te:V[G]=void 0;}),i(V,!0).length>0&&H.push(V);}}else if(P.$objectPath){let ie=l(P.$objectPath),O=h[ie]?.$ids||[];O.forEach(V=>{let le=[];W.forEach(G=>{let te=`${ie}.${V}${nr}${G}`,ce=h[te];ce&&le.push({key:G,ids:ce.$ids});}),W.length===0?O.filter(te=>!H.find(ce=>ce.$id===te)).forEach(te=>{H.push({...P,$id:te,$bzId:P.$tempId||`PQT2_${v4()}`});}):le.length===W.length&&!H.find(G=>G.$id===V)&&(W.forEach(G=>{let te=`${l(P.$objectPath)}.${V}${nr}${G}`,ce=h[te]?.$ids||[],ai=P[G].find(ke=>!ke.$id),dr=[...ce.map(ke=>({...ai,$id:ke,$objectPath:{beforePath:P.$objectPath.beforePath,ids:ke,key:G}})),...P[G].filter(ke=>ke.$id)];dr.length>0&&(P[G]=dr);}),H.push({...P,$id:V,$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]],W=B(P);X[H]=W;}),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={},be=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"&&be==="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)),W=U.filter(O=>!H.includes(O)),ie=Qe(Z);P.length>0&&A.push({...Z,$op:"unlink",$id:P,$bzId:Z.$tempId||`T4_${v4()}`,id:void 0,...ie}),W.length>0&&W.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,be=l(Z),Ee=h[be],Y=(P,W)=>P.every(ie=>W.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)},ns=e=>isObject(e)&&!isArray(e)&&"$eq"in e?e.$eq:e;var An=(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=K(e,r||t.$entity||t.$relation||t.$thing);Object.entries(t).forEach(([s])=>{s.startsWith("$")||s.startsWith("%")||os(e,t,s,n);});},os=(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 kn=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=K(t,c.$thing);return xn({mut:c,node:o[p],schema:t,thing:u})})},Nn=new Set(["$op","$bzId","$parentKey"]),as=new Set(["$relation","$entity","$id",...Nn]),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(Nn.has(s)||as.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},xn=e=>{let{mut:t,node:r,schema:n,thing:s}=e,i=_n(s),a=cs(r);if(Array.isArray(t))return t.map(c=>{let p=a[c.$id];return p?On({mut:c,node:p,schema:n,thing:s,...i}):c});let o=a[t.$id];return On({mut:t,node:o,schema:n,thing:s,...i})},On=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=jn({$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=K(n,$);d[l]=xn({mut:f,schema:n,node:r[l],thing:g});}return d},jn=e=>{let{$fields:t,node:r,schema:n,thing:s,dataFieldMap:i,linkFieldMap:a,roleFieldMap:o}=e,c=t||ls(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(qn):qn(f));return}let g=K(n,$),m=_n(g);p[l]=Array.isArray(f)?f.map(b=>Pn({...m,$fields:u.$fields,value:b,schema:n,thing:g})):Pn({...m,$fields:u.$fields,value:f,schema:n,thing:g});}),p},ls=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},qn=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 jn({...e,node:t})},_n=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}},cs=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}=$,b=m?.path||l.$thing,F=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(F)?`like '${F.join("|")}'`:`'${F}'`,_=F?[`has ${y} ${C}`]:[],J=[..._,...R].filter(I=>I).join(","),he=()=>{if(f==="delete"||f==="unlink"||f==="match")return `${h} isa ${[b,..._].filter(I=>I).join(",")};`;if(f==="update"){if(!D.length)throw new Error("update without attributes");return `${h} isa ${[b,..._].filter(I=>I).join(",")}, has ${L};
123
- ${D.join(" or ")};`}return ""},v=()=>f==="update"||f==="link"||f==="match"?`${h} isa ${[b,..._].filter(I=>I).join(",")};`:"";if(st(l))return {op:f,deletionMatch:he(),insertionMatch:v(),insertion:f==="create"?`${h} isa ${[b,J].filter(I=>I).join(",")};`:f==="update"&&R.length?`${h} ${R.join(",")};`:"",deletion:f==="delete"?`${h} isa ${b};`: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,b="roles"in h?listify(h.roles,k=>k):[],F="roles"in h?mapEntries(h.roles,(k,E)=>[k,E.dbConnector?.path||k]):{},y=listify(l,(k,E)=>{if(!b.includes(k))return null;if(!("roles"in h))throw new Error("This should have roles! ");let B=F[k];return Array.isArray(E)?E.map(T=>({path:B,id:T})):{path:B,id:E}}).filter(k=>k).flat(),R=y.map(k=>{if(!k?.path)throw new Error("Object without path");return `${k.path}: $${k.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};`:"",v=()=>C?f==="delete"?`${C};`:f==="match"?`${C};`:"":"",I=()=>C?f==="delete"?`${_};`:f==="unlink"?`${$} ${L};`:"":"";return {deletionMatch:v(),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:b,deletion:F}=h(l);return shake({preDeletionBatch:$,insertionMatch:g,deletionMatch:m,insertion:b,deletion:F},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 Vn=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?K(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(b=>b.path===$)?.contentType==="JSON")return h[$]=JSON.parse(g),h;if(o.$thingType==="relation"){let b=i.filter(F=>F.$id&&F.$bzId===g);return b.length===1?(h[$]=b[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 zn=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 fs=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),$s=(e,t)=>({...e,tql:{...e.tql,mutation:t.data}}),ms=(e,t)=>({...e,tql:{...e.tql,res:t.data}}),ar=j("error","error",x((e,t)=>({...e,error:t.error}))),ys=ye("buildMutation",{buildMutation:z(async e=>Wn(e.bql.things,e.bql.edges,e.schema),j("done","runMutation",x($s)),ar),runMutation:z(async e=>zn(e.tql.mutation,e.handles,e.config),j("done","parseMutation",x(ms)),ar),parseMutation:z(async e=>Vn(e.tql.res,e.bql.things,e.bql.edges,e.schema,e.config),j("done","success",x(fs)),ar),success:ae(),error:ae()},e=>e),gs=async e=>new Promise((t,r)=>{$e(ys,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),Hn=async(e,t,r,n,s,i,a)=>gs({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=K(t,c),{usedDataFields:h}=ue(f,a),{idFields:$}=f,g=d||a[$[0]],m=(a[Fe]?.$things||[c]).map(ee),b=de(a,E=>E.startsWith("$")),F=de(a,E=>!E.startsWith("$")),y=JSON.stringify(F),R=Object.entries(b).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))}`:"",v=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 )`,k="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 ${v} RETURN ${I});`}if(a.$op==="update")return `LET ${C} = IF (${_}) THEN (UPDATE ${J} ${v} ${he} RETURN ${I}) END;`;if(a.$op==="delete")return `LET ${C} = IF (${_}) THEN (DELETE ${J} ${he} RETURN ${k}) END;`;throw new Error(`Unsupported operation ${a.$op}`)},n=a=>{let{$thing:o,$bzId:c,$op:p,$tempId:u}=a,d=K(t,o),{usedRoleFields:l}=ue(d,a),f=`$\u27E8${u||c}\u27E9`,h="roles"in d?l.flatMap(m=>{let b=d.roles[m];if(!b)throw new Error(`Role field schema not found for ${m}`);let{cardinality:F}=b,y=isArray(a[m])?a[m].map(R=>`$\u27E8${R}\u27E9`):[`$\u27E8${a[m]}\u27E9`];if(F==="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(F==="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 ${F}`)}):[],$=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=K(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("$")),b=`(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 ${b}; } }`))}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 Kn=async(e,t,r)=>{let n=`
112
+ `;return n.query?.debugger&&le(`batchedQuery[${ae}]`,JSON.stringify({batchedQuery:a})),await t.query(a)};var Rn=e=>{let{res:t,queries:r,schema:n}=e;return t.map((i,s)=>Dn(r[s],i,n))},Dn=(e,t,r)=>{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 Vt(e,t[0],r)}if(t.length>=1)return t.map(n=>Vt(e,n,r))}else throw new Error("res is unexpectedly not an array")},Vt=(e,t,r)=>{let n=t.$thing||t.tb,a=n in r.entities?"entity":n in r.relations?"relation":"error";if(a==="error")throw new Error(`[Internal] The $thing ${n} is not defined in the schema.`);let i={[ee]:t.$$queryPath,$id:t.$id,$thing:$r(n),$thingType:a};return e.$fields.forEach(s=>{let o=s.$as,u=t[o];s.$path==="id"&&e.$idNotIncluded||(i[o]=Wo(s,u,r));}),i},Wo=(e,t,r)=>{if(t==null||isArray(t)&&t.length===0)return null;if(e.$fieldType==="data"){let{contentType:n}=e[oe];return Qn(t,n)??null}if(e.$fieldType==="ref"){let a=(isArray(t)?t:[t]).map(s=>{if(s.$thing){let o=J(r,s.$thing),[u]=o.idFields;if(e.$justId)return s.$id;let h=d=>d&&typeof d=="object"&&"id"in d&&"tb"in d?d.id:d;return {...mapEntries(s,(d,l)=>isArray(l)?[d,l.map(p=>h(p))]:[d,h(l)]),[ee]:s.$$queryPath,[u]:s.$id}}return s.$value?Qn(s.$value,"FLEX"):s}),{cardinality:i}=e[oe];return i==="ONE"?a[0]:a}return e.$justId?e.$filterByUnique||e[oe].cardinality==="ONE"?t[0]?.$id??null:t?.map(n=>n.$id)??[]:e.$filterByUnique||e[oe].cardinality==="ONE"?Vt(e,t[0],r):Dn(e,t,r)},Qn=(e,t)=>{let r=isArray(e)?e:[e];if(t==="DATE"){let n=r.map(a=>new Date(a).toISOString());return isArray(e)?n:n[0]}if(t==="FLEX"){let n=r.map(a=>isDate(a)?new Date(a).toISOString():a);return isArray(e)?n:n[0]}return e};var In=e=>{let{queries:t,schema:r}=e;return t.map(n=>Ho({query:n,schema:r}))},Ho=e=>{let{query:t,schema:r}=e,{$thing:n,$fields:a,$filter:i,$offset:s,$limit:o,$sort:u}=t;if(a.length===0)return null;let h=r.entities[n]||r.relations[n];if(!h)throw new Error(`Schema for ${n} not found`);let c=t[ee],d=Wt(c),l=Cn(a.filter(M=>M.$fieldType==="data")),p=On(a.filter(M=>M.$fieldType==="link"||M.$fieldType==="role"),r),f=An(a.filter(M=>M.$fieldType==="ref")),$=[...d,...l,...p,...f].join(`,
113
+ `),E=vo(t,h),g=i?`WHERE id AND (${me(Be(i,n,r))})`:"WHERE id",y=u?ve(u):"",F=typeof o=="number"?`LIMIT ${o}`:"",m=typeof s=="number"?`START ${s}`:"";return `SELECT ${$} ${E} ${g} ${y} ${F} ${m}`},vo=(e,t)=>{let n=(t.subTypes?[e.$thing,...t.subTypes]:[e.$thing]).map(s=>re(s)),a=(s,o)=>`${s}:\`${o}\``,i=s=>n.flatMap(o=>s.map(u=>a(o,u))).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")},Wt=e=>[`"${e}" as \`$$queryPath\``,"id && record::id(id) || null as `$id`","id && record::tb(id) || null as `$thing`"],Cn=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}\``),On=(e,t)=>e.map(r=>{if(!r[ee])throw new Error(`[Internal] QueryPath is missing. Value: ${JSON.stringify(r)}`);let n=Wt(r[ee]),a=Cn(r.$fields.filter(p=>p.$fieldType==="data")),i=On(r.$fields.filter(p=>p.$fieldType==="link"||p.$fieldType==="role"),t),s=An(r.$fields.filter(p=>p.$fieldType==="ref")),o=[...n,...a,...i,...s].filter(Boolean).join(`,
114
+ `),u=`FROM $parent.\`${r[oe].path}\`[*]`,h=r.$filter&&Object.keys(r.$filter).length>0?`WHERE id AND(${me(Be(r.$filter,r.$thing,t))})`:"WHERE id",c=r.$sort?ve(r.$sort):"",d=typeof r.$limit=="number"?`LIMIT ${r.$limit}`:"",l=typeof r.$offset=="number"?`START ${r.$offset}`:"";return `( SELECT ${o} ${u} ${h} ${c} ${d} ${l} ) AS \`${r.$as}\``}).filter(r=>r),An=e=>e.map(t=>{if(!t[ee])throw new Error(`[Internal] QueryPath is missing. Value: ${JSON.stringify(t)}`);let r=Wt(t[ee]);if(t.$fields?.some(s=>isObject(s)))throw new Error("[Unsupported]: Can't query nested ref fields yet");let a=[...r,"id && null || $this as `$value`",...t.$justId?"":t.$fields?.map(s=>`\u27E8${s}\u27E9`)||["*"]].join(`,
115
+ `),i=`FROM $parent.\`${t[oe].dbPath}\``;return `( SELECT ${a} ${i}) AS \`${t.$as}\``});var zt=_("error","error",j((e,t)=>({...e,error:t.error}))),Ko=Ee("build",{build:H(async e=>{let{linkMode:t}=e.config.dbConnectors.find(r=>r.provider==="surrealDB").providerConfig;if(t==="edges")return Mn({queries:e.bql.queries,schema:e.schema});if(t==="refs")return In({queries:e.bql.queries,schema:e.schema})},_("done","run",j((e,t)=>({...e,surql:{...e.surql,queries:t.data}}))),zt),run:H(async e=>Ln({client:e.client,queries:$e(e.surql.queries),config:e.config}),_("done","parse",j((e,t)=>({...e,surql:{...e.surql,res:t.data}}))),zt),parse:H(async e=>Rn({res:$e(e.surql.res),queries:e.bql.queries,schema:e.schema,config:e.config}),_("done","success",j((e,t)=>({...e,bql:{...e.bql,res:t.data}}))),zt),success:he(),error:he()},e=>e),Jo=async e=>new Promise((t,r)=>{ye(Ko,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)=>Jo({bql:{queries:e},surql:{},schema:t,config:r,client:n,error:null});var ft=e=>{let{$filter:t,$var:r,$thing:n,schema:a,depth:i}=e,s=Zo(t,J(a,n)),{$not:o,...u}=s,h=[];if(vt(o)){let d=Ht(o,r,n,a,i,!0);h.push(...d);}else if(o!==void 0)throw new Error("$not must be a PositiveFilter object");let c=Ht(u,r,n,a,i,!1);return h.push(...c),h.join(`
116
+ `)},Ht=(e,t,r,n,a,i)=>{let s=J(n,r),o=[];for(let[u,h]of Object.entries(e)){if(u.startsWith("$")){let l=u.toLowerCase();if(l==="$and"||l==="$or"){let f=(isArray(h)?h:[h]).map(E=>{if(vt(E))return Ht(E,t,r,n,a+1,i).join(`
117
+ `);throw new Error(`Invalid subfilter in ${l}: ${JSON.stringify(E)}`)}),$=f.join(l==="$and"?`
118
+ `:" } or { ");l==="$or"&&f.length>1?o.push(L(`{ ${$} };`,a)):o.push(L($,a));continue}continue}if(s.dataFields?.find(l=>l.dbPath===u||l.path===u)){let l=Yo(u,h,t,a,i);o.push(...l);continue}let d=s.linkFields?.find(l=>l.path===u);if(d){let l=Xo(d,h,t,n,a,i);o.push(...l);continue}if(s.thingType==="relation"){let l=s.roles[u];if(l){let p=Go(l,h,t,r,n,a,i);o.push(...p);continue}}throw new Error(`"${r}" does not have property "${u}"`)}return o},Yo=(e,t,r,n,a)=>{let i=[];if(isObject(t)&&!isArray(t))for(let[s,o]of Object.entries(t)){let u=s.toLowerCase(),h="";switch(u){case"$eq":h=`$${r} has ${e} ${ge(o)};`;break;case"$ne":h=`not { $${r} has ${e} ${ge(o)}; };`;break;case"$in":{if(!isArray(o))throw new Error("Value for $in operator must be an array");let c=o.map(d=>`$${r} has ${e} ${ge(d)};`);h=rt(c),a&&(h=`not { ${h} };`);break}case"$nin":if(!isArray(o))throw new Error("Value for $nin operator must be an array");for(let c of o){let d=`not { $${r} has ${e} ${ge(c)}; };`;i.push(L(d,n));}continue;case"$exists":if(o===!0)h=`$${r} has ${e} $${e}_${v4()};`;else if(o===!1)h=`not { $${r} has ${e} $${e}_${v4()}; };`;else throw new Error(`Invalid value for $exists: ${o}`);break;default:throw new Error(`Unsupported operator "${s}" for data field "${e}"`)}a&&(h=`not { ${h} };`),i.push(L(h,n));}else if(isArray(t)){let s=t.map(u=>`$${r} has ${e} ${ge(u)};`),o=rt(s);o&&(a&&(o=`not { ${o} };`),i.push(L(o,n)));}else {let s=`$${r} has ${e} ${ge(t)};`;a&&(s=`not { ${s} };`),i.push(L(s,n));}return i},Xo=(e,t,r,n,a,i)=>{let s=[],[o]=e.oppositeLinkFieldsPlayedBy,h=J(n,o.thing).idFields?.[0];if(!h)throw new Error(`"${o.thing}" does not have an id field`);let c=`${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(p=>`(${e.plays}: $${r}) isa ${e.relation}, has ${h} ${ge(p)};`);d=rt(l),i&&(d=`not { ${d} };`);}else d=`(${e.plays}: $${r}) isa ${e.relation}, has ${h} ${ge(t)};`,i&&(d=`not { ${d} };`);else if(t===null)d=i?`$${c} isa ${o.thing}; (${e.plays}: $${r}, ${o.plays}: $${c}) isa ${e.relation};`:`not { $${c} isa ${o.thing}; (${e.plays}: $${r}, ${o.plays}: $${c}) isa ${e.relation}; };`;else if(isArray(t)){let l=t.map(p=>`$${c} isa ${o.thing}, has ${h} ${ge(p)}; (${e.plays}: $${r}, ${o.plays}: $${c}) isa ${e.relation};`);d=rt(l),i&&(d=`not { ${d} };`);}else d=`$${c} isa ${o.thing}, has ${h} ${ge(t)}; (${e.plays}: $${r}, ${o.plays}: $${c}) isa ${e.relation};`,i&&(d=`not { ${d} };`);return s.push(L(d,a)),s},Go=(e,t,r,n,a,i,s)=>{let o=[],[u]=e.playedBy||[],c=J(a,u.thing).idFields?.[0];if(!c)throw new Error(`"${u.thing}" does not have an id field`);let d=`${u.thing}_${v4()}`,l=v4(),p=`${r}_${l}`;o.push(L(`$${p} isa ${n};`,i));let f="";if(t===null)f=`$${p} (${u.plays}: ${d});`,s?o.push(L(f,i)):o.push(L(`not { ${f} };`,i));else if(isArray(t)){let $=t.map(E=>`$${d} isa ${u.thing}, has ${c} ${ge(E)}; $${p} (${u.plays}: $${d});`);f=rt($),s?o.push(L(`not { ${f} };`,i)):o.push(L(f,i));}else f=`$${d} isa ${u.thing}, has ${c} ${ge(t)}; $${p} (${u.plays}: $${d});`,s?o.push(L(`not { ${f} };`,i)):o.push(L(f,i));return o.push(L(`$${r} is $${p};`,i)),o},rt=e=>{if(e.length>1)return `{ ${e.join(" } or { ")} };`;if(e.length===1)return e[0];throw new Error("No alternatives provided to joinAlt")},ge=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("|")})$"`:ge(t)}throw new Error("Cannot serialize complex object values in filter")}throw new Error(`Unsupported value type: ${typeof e}`)},Zo=(e,t)=>{let r={};if(t.dataFields?.forEach(s=>{s.path!==s.dbPath&&(r[s.path]=s.dbPath);}),Object.keys(r).length===0)return e;let{$not:n,...a}=e,i=qn(a,r);return n&&vt(n)&&(i.$not=qn(n,r)),i},qn=(e,t)=>{let r={};return Object.entries(e).forEach(([n,a])=>{let i=t[n]||n;r[i]=a;}),r},vt=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);var Kt="___",Nn=async e=>{let{queries:t,schema:r}=e;return t.map(n=>es({query:n,schema:r}))},es=e=>{let{query:t,schema:r}=e,{$path:n,$thing:a,$filter:i,$fields:s,$sort:o,$offset:u,$limit:h,$id:c}=t;if(!n)throw new Error("Path is not defined");let d=[],l=t[ee];if(d.push("match"),d.push(`$${n} isa ${a};`),i||c){let $=lt(r,t),E={...i,...c?{[$]:c}:{}},g=ft({$filter:E,$var:n,$thing:a,schema:r,depth:0});d.push(`
119
+ ${g}`);}let p=Gt({schema:r,$thing:a,$var:n,$sort:o,depth:0});p&&d.push(p.match);let f=`M_${v4()}`;if(d.push(`?queryPath${f} = "${l}";`),d.push("fetch"),d.push(`?queryPath${f} as "queryPath";`),s){let $=s.filter(y=>y.$fieldType==="data");$&&$.length>0&&d.push(...Jt($,n,0));let E=s.filter(y=>y.$fieldType==="link");E&&E.length>0&&d.push(...Xt(E,n,n,0,r));let g=s.filter(y=>y.$fieldType==="role");g&&g.length>0&&d.push(...Yt(g,n,n,0,r));}return p&&d.push(p.sort),typeof u=="number"&&d.push(`
120
+ offset ${u};`),typeof h=="number"&&d.push(`
121
+ limit ${h};`),d.join(`
122
+ `)},Jt=(e,t,r)=>{let n=[],a=[],i=[];for(let c=0;c<e.length;c++)e[c].$isVirtual||n.push(e[c].$dbPath),e[c][oe].contentType==="FLEX"&&i.push({path:e[c][oe].dbPath}),a.push(`{${e[c].$dbPath}:${e[c].$as}}`);let s=n.join(", "),u=`$metadata:{as:[${a.join(",")}]}`,h=[L(`$${t} as "${t}.${u}.$dataFields": ${s};`,r)];return i.length>0&&i.forEach(c=>{h.push(L(`"${c.path}.$multiVal": {match $${t} has ${c.path} $${c.path}; fetch $${c.path}: attribute;};`,r));}),h},Yt=(e,t,r,n,a)=>{let i=n+1,s=[];for(let o of e){let{$fields:u,$as:h,$justId:c,$idNotIncluded:d,$filterByUnique:l,$thing:p,$sort:f,$offset:$,$limit:E}=o,g=o[ee],y=`$metadata:{as:${h},justId:${c?"T":"F"},idNotIncluded:${d},filterByUnique:${l}}`;s.push(L(`"${r}.${y}.${o.$var}": {`,n)),s.push(L("match",i));let F=`${t}${Kt}${o.$var}`;if(s.push(L(`$${F} isa ${o.$thing};`,i)),s.push(L(`$${t} (${o.$var}: $${t}${Kt}${o.$var}) isa ${o.$intermediary};`,i)),o.$filter||o.$id){let M=lt(a,o),T=o.$id?{[M]:o.$id}:{},R={...o.$filter,...T};s.push(ft({$filter:R,$var:F,$thing:o.$thing,schema:a,depth:i}));}let m=Gt({schema:a,$thing:p,$var:F,$sort:f,depth:i});if(m&&s.push(m.match),u){let M=`M_${v4()}`;s.push(L(`
123
+ ?queryPath${M} = "${g}";`,i)),s.push(L("fetch",i)),s.push(L(`?queryPath${M} as "queryPath";`,i));let T=u?.filter(P=>P.$fieldType==="data");T&&T.length>0&&s.push(...Jt(T,F,i));let R=u?.filter(P=>P.$fieldType==="link");R&&R.length>0&&s.push(...Xt(R,F,`${t}.${o.$var}`,i,a));let I=u?.filter(P=>P.$fieldType==="role");I&&I.length>0&&s.push(...Yt(I,F,`${t}.${o.$var}`,i,a));}m&&s.push(m.sort),typeof $=="number"&&s.push(L(`offset ${$};`,i)),typeof E=="number"&&s.push(L(`limit ${E};`,i)),s.push(L("};",n));}return s},Xt=(e,t,r,n,a)=>{let i=n+1,s=[];for(let o of e){let{$fields:u,$as:h,$justId:c,$idNotIncluded:d,$filterByUnique:l,$playedBy:p,$thing:f,$sort:$,$offset:E,$limit:g}=o,y=o[ee],F=`$metadata:{as:${h},justId:${c?"T":"F"},idNotIncluded:${d},filterByUnique:${l}}`;s.push(L(`"${r}.${F}.${o.$var}": {`,n)),s.push(L("match",i));let m=`${t}${Kt}${o.$var}`;if(s.push(L(`$${m} isa ${o.$thing};`,i)),o.$filter||o.$id){let T=lt(a,o),R=o.$id?{[T]:o.$id}:{},I={...o.$filter,...R};s.push(ft({$filter:I,$var:m,$thing:o.$thing,schema:a,depth:i}));}let M=Gt({schema:a,$thing:f,$var:m,$sort:$,depth:i});if(M&&s.push(M.match),o.$target==="role"?s.push(L(`$${t}_intermediary (${o.$plays}: $${t}, ${p.plays}: $${m}) isa ${o.$intermediary};`,i)):s.push(L(`$${m} (${o.$plays}: $${t});`,i)),u){let T=`M_${v4()}`;s.push(L(`?queryPath${T} = "${y}";`,i)),s.push(L("fetch",i)),s.push(L(`?queryPath${T} as "queryPath";`,i));let R=u?.filter(Y=>Y.$fieldType==="data");R&&R.length>0&&s.push(...Jt(R,m,i));let I=u?.filter(Y=>Y.$fieldType==="link");I&&I.length>0&&s.push(...Xt(I,m,`${t}.${o.$var}`,i,a));let P=u?.filter(Y=>Y.$fieldType==="role");P&&P.length>0&&s.push(...Yt(P,m,`${t}.${o.$var}`,i,a));}M&&s.push(M.sort),typeof E=="number"&&s.push(L(`offset ${E};`,i)),typeof g=="number"&&s.push(L(`limit ${g};`,i)),s.push(L("};",n));}return s},ts=e=>typeof e=="string"?{field:e,desc:!1}:{...e,desc:e.desc??!1},Gt=e=>{let{$var:t,$thing:r,schema:n,$sort:a,depth:i}=e,s=J(n,r),o=[],u=[];if(a?.forEach(h=>{let c=ts(h),d=s.dataFields?.find(f=>f.path===c.field);if(!d)throw new Error(`"${r}" does not have data field "${c.field}"`);let l=`${c.field}_${v4()}`;o.push(L("{",i)),o.push(L(`$${t} has ${d.dbPath} $${l}_1;`,i+1)),o.push(L("not {",i+1)),o.push(L(`$${t} has ${d.dbPath} $${l}_2;`,i+2)),o.push(L(`$${l}_2 < $${l}_1;`,i+2)),o.push(L("};",i+1)),o.push(L(`?${l}_ = $${l}_1;`,i+1)),o.push(L("} or {",i)),o.push(L(`not { $${t} has ${d.dbPath} $${l}_1; };`,i+1)),o.push(L(`?${l}_ = "~";`,i+1)),o.push(L("};",i)),o.push(L(`?${l} = ?${l}_;`,i));let p=c.desc?"desc":"asc";u.push(`?${l} ${p}`);}),o.length!==0)return {match:o.join(""),sort:L(`sort ${u.join(", ")};`,i)}};var jn=async e=>{let{enrichedBqlQuery:t,rawBqlRequest:r,schema:n,config:a,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((s,o)=>{let u=r[o],h=t[o];return ns(s,u,h,n,a)})},ns=(e,t,r,n,a)=>e.length===0?null:r.$filterByUnique?xn(e[0],t,n,a):e.map(i=>xn(i,t,n,a)),xn=(e,t,r,n)=>{let{dataFields:a,currentSchema:i,linkFields:s,roleFields:o,schemaValue:u}=Zt(e,r),h=er(a,i,n),c=rr(s,r,n),d=tr(o,r,n),l=t?.$fields?.every(f=>!i?.idFields?.includes(typeof f=="string"?f:f.$path));return {...c,...d,...u,...!n.query?.noMetadata&&t.$id?{$id:Array.isArray(t.$id)?h.id:t.$id}:{},...l?Object.fromEntries(Object.entries(h).filter(([f])=>!i?.idFields?.includes(f))):h}},Zt=(e,t)=>{let r=Object.keys(e),n=r.find(p=>p.endsWith(".$dataFields")),a=r.filter(p=>p.endsWith(".$multiVal"));if(!n)throw new Error("No dataFields");a?.length>0&&a.forEach(p=>{let f=p.replace(/\.\$multiVal$/,""),$=e[p][0][f].attribute;e[n][f]=$;});let i=e[n],s=n.split(".")[n.split(".").length-2];if(i.$metaData=s,i.length===0)throw new Error("No dataFields");let o=i.type,u={$thing:o.label,$thingType:o.root,[ee]:e.queryPath.value},h={[`$${u.$thingType}`]:u.$thing},c=x(t,h),d=r.filter(p=>{let f=$e(p.split(".").pop());return !p.endsWith(".$dataFields")&&c.linkFields?.some($=>$.path===f)}).map(p=>{let f=$e(p.split(".").pop()),$=$e(c.linkFields?.find(E=>E.path===f));return {$linkFields:e[p],$key:f,$metaData:p.split(".")[p.split(".").length-2],$cardinality:$.cardinality}}),l=r.filter(p=>{let f=p.split(".").pop();return f&&!p.endsWith(".$dataFields")&&c.thingType==="relation"&&c.roles?.[f]}).map(p=>{let f=$e(p.split(".").pop());return {$roleFields:e[p],$key:f,$metaData:p.split(".")[p.split(".").length-2],$cardinality:c.roles[f].cardinality}});return {dataFields:i,schemaValue:u,currentSchema:c,linkFields:d,roleFields:l}},er=(e,t,r)=>{let{$metaData:n}=e,{as:a}=is(n),i=Object.entries(e).filter(([s])=>s!=="type"&&!s.startsWith("$")).map(([s,o])=>{let u=t.dataFields?.find(l=>l.path===s||l.dbPath===s),h=s==="id",c=Array.isArray(a)?a.find(l=>l[s])?.[s]:s,d;if(u?.cardinality==="ONE"){if(d=o[0]?o[0].value:r.query?.returnNulls?null:void 0,u.contentType==="DATE"||u.contentType==="FLEX"&&o[0].type.value_type==="datetime"?d=d&&`${d}Z`:u.contentType==="JSON"&&(d=d&&JSON.parse(d)),h)return [[c,d],["$id",d]].filter(([l,p])=>p!==void 0)}else if(u?.cardinality==="MANY"){if(!isArray(o))throw new Error("Typedb fetch has changed its format");if(o.length===0)return r.query?.returnNulls?[[c,null]]:[];u.contentType==="DATE"?d=o.map(l=>`${l.value}Z`):u.contentType==="FLEX"?d=o.map(l=>l.type.value_type==="datetime"?`${l.value}Z`:l.value):u.contentType==="JSON"?d=o.map(l=>l.value&&JSON.parse(l.value)):d=o.map(l=>l.value);}return [[c,d]].filter(([l,p])=>p!==void 0)}).flat();return Object.fromEntries([...i])},tr=(e,t,r)=>{let n={};return e.forEach(a=>{let{$roleFields:i,$metaData:s,$cardinality:o}=a,{as:u,justId:h,idNotIncluded:c,filterByUnique:d}=_n(s);if(u===null)return;let l=i.map(p=>{let{dataFields:f,currentSchema:$,linkFields:E,roleFields:g,schemaValue:y}=Zt(p,t),F=er(f,$,r);if(h==="T")return F.id;{let m=rr(E,t,r),M=tr(g,t,r),T={...F};return c==="true"&&$?.idFields?.forEach(R=>delete T[R]),{...T,...m,...M,...y}}});l.length>0?n[u]=o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls&&(n[u]=null);}),n},rr=(e,t,r)=>{let n={};return e.forEach(a=>{let{$linkFields:i,$metaData:s,$cardinality:o}=a,{as:u,justId:h,idNotIncluded:c,filterByUnique:d}=_n(s);if(u===null)return;let l=i.map(p=>{let{dataFields:f,currentSchema:$,linkFields:E,roleFields:g,schemaValue:y}=Zt(p,t),F=er(f,$,r);if(h==="T")return F.id;{let m=rr(E,t,r),M=tr(g,t,r),T={...F};return c==="true"&&$.idFields?.forEach(R=>delete T[R]),{...T,...m,...M,...y}}});n[u]=l.length>0?o==="MANY"&&d==="false"?l:l[0]:r.query?.returnNulls?null:void 0;}),n},_n=e=>{let t=/as:([a-zA-Z0-9_\-·]+)/,r=/justId:([a-zA-Z0-9_\-·]+)/,n=/idNotIncluded:([a-zA-Z0-9_\-·]+)/,a=/filterByUnique:([a-zA-Z0-9_\-·]+)/,i=e.match(t),s=e.match(r),o=e.match(n),u=e.match(a);return {as:i?i[1]:null,justId:s?s[1]:null,idNotIncluded:o?o[1]:null,filterByUnique:u?u[1]:null}},is=e=>{try{let r=(a=>{let i=a.replace("$metadata:","");return i=i.replace(/([a-zA-Z0-9_\-·]+)(?=:)/g,'"$1"'),i=i.replace(/:(\s*)([a-zA-Z0-9_\-·]+)/g,(s,o,u)=>/^{.*}$/.test(u)?`:${u}`:`:${o}"${u}"`),i=i.replace(/\[([^\]]+)\]/g,(s,o)=>`[${o.split(",").map(u=>u.trim().startsWith("{")&&u.trim().endsWith("}")?u.trim():`"${u.trim()}"`).join(",")}]`),i})(e);return JSON.parse(r)}catch(t){return console.error(t),{as:[]}}};var mt=async(e,t)=>{let r=t.dbConnectors[0].id,n=e.typeDB?.get(r)?.session,a=e.typeDB?.get(r)?.client;if(!n||!n.isOpen()){if(!a)throw new Error("Client not found");n=await a.session(t.dbConnectors[0].dbName,SessionType.DATA),e.typeDB?.set(r,{client:a,session:n});}return {client:a,session:n}};var Un=async e=>{let{tqlRequest:t,dbHandles:r,config:n}=e,a=new TypeDBOptions;a.infer=!0;let{session:i}=await mt(r,n),s=await i.transaction(TransactionType.READ,a),[o,u]=await tryit(parallel)(t.length,t,async h=>await s.query.fetch(h).collect());if(o){await s.rollback();let h=o;throw new Error(`Error running TQL query: ${h.errors}`)}return await s.close(),u};var ds=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,us=(e,t)=>t.data?{...e,tql:{...e.tql,queries:t.data}}:e,hs=(e,t)=>t.data?{...e,tql:{...e.tql,res:t.data}}:e,nr=_("error","error",j((e,t)=>({...e,error:t.error}))),ps=Ee("build",{build:H(async e=>Nn({queries:e.bql.queries,schema:e.schema}),_("done","run",j(us)),nr),run:H(async e=>Un({dbHandles:e.handles,tqlRequest:$e(e.tql.queries),config:e.config}),_("done","parse",j(hs)),nr),parse:H(async e=>jn({rawBqlRequest:e.bql.raw,enrichedBqlQuery:e.bql.queries,schema:e.schema,config:e.config,rawTqlRes:$e(e.tql.res)}),_("done","success",j(ds)),nr),success:he(),error:he()},e=>e),fs=async e=>new Promise((t,r)=>{ye(ps,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),Vn=async(e,t,r,n,a)=>fs({bql:{raw:e,queries:t},tql:{},schema:r,config:n,handles:a,error:null});var $s=(e,t)=>t.data?{...e,bql:{...e.bql,queries:t.data}}:e,ir=(e,t)=>t.data?{...e,bql:{...e.bql,res:t.data}}:e,yt=_("error","error",j((e,t)=>({...e,error:t.error}))),ms=Ee("enrich",{enrich:H(async e=>(le(`originalBQLQuery[${ae}]`,JSON.stringify(e.bql.raw)),Gr(e.bql.raw,e.schema)),_("done","adapter",j($s)),yt),adapter:H(async e=>{let t={};e.bql.queries?.forEach((o,u)=>{let h=e.bql.raw[u],c=J(e.schema,o.$thing),{id:d}=c.defaultDBConnector;if(c.db==="typeDB"){if(!t[d]){let p=e.handles.typeDB?.get(d)?.client;if(!p)throw new Error(`TypeDB client with id "${c.defaultDBConnector.id}" does not exist`);t[d]={db:"typeDB",client:p,rawBql:[],bqlQueries:[],indices:[]};}}else if(c.db==="surrealDB"){if(!t[d]){let p=e.handles.surrealDB?.get(d)?.client;if(!p)throw new Error(`SurrealDB client with id "${c.defaultDBConnector.id}" does not exist`);t[d]={db:"surrealDB",client:p,rawBql:[],bqlQueries:[],indices:[]};}}else throw new Error(`Unsupported DB "${c.db}"`);let l=t[d];l.rawBql.push(h),l.bqlQueries.push(o),l.indices.push(u);});let r=Object.values(t),n=r.map(o=>{if(o.db==="typeDB")return Vn(o.rawBql,o.bqlQueries,e.schema,e.config,e.handles);if(o.db==="surrealDB")return kn(o.bqlQueries,e.schema,e.config,o.client);throw new Error(`Unsupported DB "${JSON.stringify(o,null,2)}"`)}),a=await Promise.all(n),i=r.flatMap((o,u)=>{let h=a[u];return o.indices.map((c,d)=>({index:c,result:h[d]}))});return i.sort((o,u)=>o.index<u.index?-1:o.index>u.index?1:0),i.map(({result:o})=>o)},_("done","postHooks",j(ir)),yt),postHooks:H(async e=>wn(e.schema,$e(e.bql.queries),$e(e.bql.res)),_("done","clean",j(ir)),yt),clean:H(async e=>bn(e.config,$e(e.bql.res)),_("done","success",j(ir)),yt),success:he(),error:he()},e=>e),ys=async e=>new Promise((t,r)=>{ye(ms,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),Ke=async(e,t,r,n)=>ys({bql:{raw:e},schema:t,config:r,handles:n,error:null});var or="___",Es=Symbol.for("grandChildOfCreate"),Wn=async(e,t,r,n)=>{let a=["$eq","$ne","$in","$nin","$gt","$gte","$lt","$lte","$exists"],i=(S,B)=>Object.keys(S).filter(b=>!b.startsWith("$")&&!a.includes(b)&&S[b]!==void 0?B?!x(t,S).dataFields?.find(w=>w.path===b):!0:!1);if(!e)throw new Error("[BQLE-M-PQ-1] No blocks found");if(r.mutation?.preQuery===!1)return;let s=[];if(traverse(e,({parent:S,key:B,value:b})=>{S&&B&&!B.includes("$")&&!a.includes(B)&&isObject(S)?(Array.isArray(S[B])?S[B]:[S[B]]).forEach(w=>{if(isObject(w)){if(S.$op!=="create")s.includes(w.$op)||s.push(w.$op);else if(w.$op==="delete"||w.$op==="unlink")throw new Error(`Cannot ${w.$op} under a create`)}}):!S&&isObject(b)&&(s.includes(b.$op)||s.push(b.$op));}),!s.includes("delete")&&!s.includes("unlink")&&!s.includes("replace")&&!s.includes("update")&&!s.includes("link"))return;let u=(S=>{let B=(b,Q)=>{let w=[],D={},O=["$op","$bzId","$parentKey"],U=["$relation","$entity","$id",...O];for(let A in b)if(!O.includes(A)&&!(U.includes(A)&&!Q))if(!A.includes("$")&&(isObject(b[A])||Array.isArray(b[A]))){let te=Bs(b[A]);if(Array.isArray(te)&&te.length>0)te.forEach(we=>{let Fe={$path:A,...B(we),...we.$filter&&{$as:we.$bzId}};w.find(X=>X.$path===Fe.$path&&!X.$filter)||(w=[...w,Fe]);});else {let we={$path:A,...B(te),...!te.$filter&&{$as:te.$bzId}};w=[...w,we];}}else D[A]=b[A];return {...D,$fields:w}};return S.map(b=>B(b,!0))})(Array.isArray(e)?e:[e]),c=(await Ke(u,t,{...r,query:{...r.query,returnNulls:!0}},n)).bql.res,d=(S,B)=>{let b=S.$id||S.id||S.$bzId;if(S.$objectPath){let{$objectPath:Q}=S,w=Q?.beforePath||"root",D=Array.isArray(Q.ids)?`[${Q.ids}]`:Q.ids;return {beforePath:`${w}.${D}___${Q.key}`,ids:b,key:B}}else return {beforePath:"root",ids:b,key:B}},l=(S,B)=>{let b=S?.beforePath||"root";if(typeof b!="string")throw new Error("[PQ]objectPathToKey: root is not a string");let Q=(Array.isArray(S?.ids)?`[${S?.ids}]`:S?.ids);return `${b}.${Q}___${S?.key}`},p=S=>{if(S.includes("[")&&S.includes("]")){let[B,b,Q]=S.split(/[[\]]/);return b.split(",").map(D=>`${B}${D}${Q}`)}else return [S]},f={};(S=>produce(S,B=>traverse(B,({key:b,parent:Q})=>{if(Q&&b&&Q.$id&&!b.includes("$")){let w=d(Q,b),D=l(w);if(Array.isArray(Q[b])){let O=[];Q[b].forEach(U=>{isObject(U)?(U.$objectPath=w,O.push(U.$id.toString())):U&&O.push(U.toString());}),f[D]={$objectPath:w,$ids:O};}else {let O=Q[b];isObject(O)?(f[D]={$objectPath:w,$ids:[O.$id.toString()]},O.$objectPath=w):O?f[D]={$objectPath:w,$ids:[O.toString()]}:O===null&&(f[D]=null);}}})))(c||{});let E=S=>produce(S,B=>traverse(B,({key:b,value:Q,parent:w})=>{w&&b&&!b.includes("$")&&(Array.isArray(Q)||isObject(Q))&&!Array.isArray(w)&&(Array.isArray(w[b])?w[b].forEach(D=>{typeof D!="string"&&(D.$objectPath=d(w,b),D.$parentIsCreate=w.$op==="create",D[Es]=w.$parentIsCreate||w[Symbol.for("grandChildOfCreate")]);}):isObject(w[b])&&(w[b].$parentIsCreate=w.$op==="create",w[b][Symbol.for("grandChildOfCreate")]=w.$parentIsCreate||w[Symbol.for("grandChildOfCreate")],w[b].$objectPath=d(w,b)));})),g=E(e),y=S=>{let B=[];return S.forEach(Q=>{if(!Q.$id&&!Q.id&&!Q.$tempId)if(Q.$filter){let w=l({...Q.$objectPath,key:Q.$bzId}),D=f[w];D&&(Array.isArray(D.$ids)?D.$ids:[D.$ids]).forEach(U=>{let A={...Q,$id:U,$bzId:`T4_${v4()}`,$filterBzId:Q.$bzId};B.push(A);});}else {let w=l(Q.$objectPath),D=f[w];D?D?.$ids?.forEach(O=>{let U={...Q,$id:O,$bzId:`T4_${v4()}`};B.push(U);}):B.push(Q);}else B.push(Q);}),B.map(Q=>{let w={...Q};return i(w,!0).forEach(D=>{let O=Array.isArray(w[D])?w[D]:[w[D]],U=y(O);w[D]=U;}),w})},F=y(Array.isArray(g)?g:[g]),m=E(F),T=(S=>{let B=b=>{let Q=X=>{let Z=[],v=[],N=[];return X.forEach(V=>{let ce=i(V,!0);if(ce.length>0){let k=!1;ce.forEach(W=>{(Array.isArray(V[W])?V[W]:[V[W]]).filter(ie=>!ie.$id&&!ie.id&&typeof V=="object").length&&(k=!0);}),k?Z.push(V):v.push(V);}else V.$id?N.push({...V,$bzId:V.$tempId||V.$bzId}):N.push({...V,$bzId:V.$tempId||`PQ1_${v4()}`});}),{operationWithMultiples:Z,operationWithoutMultiples:v,otherOps:N}},{operationWithMultiples:w,operationWithoutMultiples:D,otherOps:O}=Q(b),U=X=>{let v=(()=>{let W={};for(let pe in X){let G=x(t,X);!pe.startsWith("$")&&G.dataFields?.find(ie=>ie.path===pe)&&(W[pe]=X[pe]);}return W})(),N=Object.keys(X),V=i(X,!0),ce=[],k=(W,pe)=>{if(W===V.length){let ie={...pe};N.forEach(fe=>{fe.startsWith("$")&&(ie[fe]=X[fe]);}),ce.push({...ie,...v});return}let G={...pe,[V[W]]:X[V[W]],...De(pe),...v};k(W+1,G),k(W+1,pe);};return k(0,{...De(X)}),ce},A=[];return w.forEach(X=>{let Z=U(X),v=[];Z.forEach(N=>{let V=i(N,!0);if(N.$op==="create")v.push(N);else if(N.$id){let ce=l(N.$objectPath),k=[];if(V.forEach(W=>{let pe=`${ce.includes("undefined")?"root":ce}.${N.$id}${or}${W}`,G=f[pe];N[W].filter(fe=>fe.$op==="unlink"||fe.$op==="delete"||fe.$op==="update").length>0?G?.$ids&&k.push({key:W,ids:G.$ids}):k.push({key:W,ids:[""]});}),k.length===V.length&&!v.find(W=>W.$id===N.$id))v.push(N);else {let W={...N,$bzId:N.$tempId||`T4_${v4()}`};V.forEach(G=>{let ie=N[G].filter(fe=>fe.$id);ie.length>0?W[G]=ie:W[G]=void 0;}),i(W,!0).length>0&&v.push(W);}}else if(N.$objectPath){let ce=l(N.$objectPath),k=f[ce]?.$ids||[];k.forEach(W=>{let pe=[];V.forEach(G=>{let ie=`${ce}.${W}${or}${G}`,fe=f[ie];fe&&pe.push({key:G,ids:fe.$ids});}),V.length===0?k.filter(ie=>!v.find(fe=>fe.$id===ie)).forEach(ie=>{v.push({...N,$id:ie,$bzId:N.$tempId||`PQT2_${v4()}`});}):pe.length===V.length&&!v.find(G=>G.$id===W)&&(V.forEach(G=>{let ie=`${l(N.$objectPath)}.${W}${or}${G}`,fe=f[ie]?.$ids||[],gi=N[G].find(xe=>!xe.$id),pr=[...fe.map(xe=>({...gi,$id:xe,$objectPath:{beforePath:N.$objectPath.beforePath,ids:xe,key:G}})),...N[G].filter(xe=>xe.$id)];pr.length>0&&(N[G]=pr);}),v.push({...N,$id:W,$bzId:N.$tempId||`PQ3_${v4()}`}));});}else v.push(N);}),v.forEach(N=>{A.push(N);});}),[...A,...D,...O].filter(X=>i(X).length>0?!0:X.$op!=="update").map(X=>{let Z={...X};return i(Z,!0).forEach(v=>{let N=Array.isArray(Z[v])?Z[v]:[Z[v]],V=B(N);Z[v]=V;}),Z})};return B(S)})(Array.isArray(m)?m:[m]),R=S=>S.map(B=>{let b=i(B,!0),Q={...B};return b.forEach(w=>{let D=Array.isArray(B[w])?B[w]:[B[w]],O=[],U=[],A=[],te={},we=Rt(t,B,w);D.filter(k=>k).forEach(k=>{k.$op==="replace"&&k.$id?(te=k,Array.isArray(k.$id)?U=[...U,...k.$id]:U.push(k.$id)):k.$op==="create"&&we==="ONE"&&k.id?(te=k,Array.isArray(k.id)?A=[...U,...k.id]:A.push(k.id)):O.push(k);});let Fe=l(te.$objectPath),Z=p(Fe).map(k=>f[k]),v=[];Z.filter(k=>k!=null).forEach(k=>{v=[...v,...k?.$ids||[]];});let N=v.filter(k=>!U.includes(k)),V=U.filter(k=>!v.includes(k)),ce=De(te);N.length>0&&O.push({...te,$op:"unlink",$id:N,$bzId:te.$tempId||`T4_${v4()}`,id:void 0,...ce}),V.length>0&&V.forEach(k=>{O.push({...te,$op:"link",$id:k,$bzId:te.$tempId||`T5_${v4()}`,...ce});}),A.length>0&&A.forEach(k=>{O.push({...te,$op:"create",id:k,$bzId:te.$tempId||`T6_${v4()}`,...ce});}),Q[w]=R(O);}),Q}),I=E(R(E(T)));(S=>produce(S,B=>traverse(B,b=>{let{key:Q,value:w,parent:D,meta:O}=b;Q&&D&&!Q?.includes("$")&&Q!=="$filter"&&!O.nodePath?.includes(".$filter.")&&(Array.isArray(w)||isObject(w))&&!Array.isArray(D)&&(Array.isArray(w)?w:[w]).forEach(A=>{let te=A.$filter?{...A.$objectPath,key:A.$filterBzId}:A.$objectPath,we=l(te),Fe=f[we],X=(N,V)=>N.every(ce=>V.includes(ce)),Z=A.$id?Array.isArray(A.$id)?X(A.$id,Fe&&Fe.$ids?Fe.$ids:[]):Fe?.$ids?.includes(A.$id):Fe,v=Rt(t,D,A.$objectPath.key);if(A.$op==="link"&&Z&&v==="ONE")throw new Error(`[BQLE-Q-M-2] Cannot link on:"${l(A.$objectPath)}" because it is already occupied.`);if(A.$op)switch(A.$op){case"delete":if(!Z&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot delete $id:"${A.$id}" because it is not linked to $id:"${D.$id}"`);break;case"update":if(!Z&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot update $id:"${A.$id}" because it is not linked to $id:"${D.$id}"`);break;case"unlink":if(!Z&&!r.mutation?.ignoreNonexistingThings)throw new Error(`[BQLE-Q-M-2] Cannot unlink $id:"${A.$id}" because it is not linked to $id:"${D.$id}"`);break;case"link":if(Z)throw new Error(`[BQLE-Q-M-2] Cannot link $id:"${A.$id}" because it is already linked to $id:"${D.$id}"`);break;}});})))(I);let ne=(S=>produce(S,B=>traverse(B,b=>{let{value:Q,meta:w}=b;isObject(Q)&&(Q[Symbol.for("path")]=w.nodePath,delete Q.$objectPath,delete Q.$parentIsCreate);})))(I);return [...Array.isArray(ne)?ne:[ne]].sort((S,B)=>S.$op==="create"&&B.$op!=="create"?-1:S.$op!=="create"&&B.$op==="create"?1:0)},Bs=e=>isObject(e)&&!isArray(e)&&"$eq"in e?e.$eq:e;var zn=(e,t)=>produce(e,n=>Et(t,n)),Et=(e,t,r)=>{if(typeof t=="string")return;if(Array.isArray(t)){t.forEach(a=>Et(e,a,r));return}let n=J(e,r||t.$entity||t.$relation||t.$thing);Object.entries(t).forEach(([a])=>{a.startsWith("$")||a.startsWith("%")||bs(e,t,a,n);});},bs=(e,t,r,n)=>{let a=t[r];if(!a)return;let i=n.dataFields?.find(o=>o.path===r);if(i){i.contentType==="JSON"&&a!=null&&(t[r]=JSON.stringify(a));return}let s=n.linkFields?.find(o=>o.path===r);if(s){let o=s.oppositeLinkFieldsPlayedBy[0]?.thing;Et(e,a,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[u]=o.playedBy||[];if(!u)throw new Error(`Role ${o.path} in ${n} is not played by anything`);Et(e,a,u.thing);}};var Jn=async(e,t,r,n)=>{let a=Array.isArray(e)?e:[e],i=a.map(u=>sr(u,!0)),o=(await Ke(i,t,r,n)).bql.res;return a.map((u,h)=>{let c=J(t,u.$thing);return Xn({mut:u,node:o[h],schema:t,thing:c})})},Yn=new Set(["$op","$bzId","$parentKey"]),Ts=new Set(["$relation","$entity","$id",...Yn]),sr=(e,t)=>{let r={};e.$fields?.forEach(a=>{typeof a=="string"?r[a]=a:r[a.$path]=a;});let n={};for(let a in e){if(Yn.has(a)||Ts.has(a)&&!t)continue;let i=e[a];a.startsWith("$")?n[a]=i:Array.isArray(i)?i[0]&&typeof i[0]=="object"&&(r[a]={$path:a,...sr(i[0],!1)}):isObject(i)&&(r[a]={$path:a,...sr(i,!1)});}return n.$fields=Object.values(r),n},Xn=e=>{let{mut:t,node:r,schema:n,thing:a}=e,i=Zn(a),s=Ss(r);if(Array.isArray(t))return t.map(u=>{let h=s[u.$id];return h?Hn({mut:u,node:h,schema:n,thing:a,...i}):u});let o=s[t.$id];return Hn({mut:t,node:o,schema:n,thing:a,...i})},Hn=e=>{let{mut:t,node:r,schema:n,thing:a,dataFieldMap:i,linkFieldMap:s,roleFieldMap:o}=e,{$fields:u,...h}=t;if(!r)return h;let c=Gn({$fields:t.$fields,node:r,schema:n,thing:a,dataFieldMap:i,linkFieldMap:s,roleFieldMap:o}),d={...h,[_e]:c};for(let l in t){if(l.startsWith("$"))continue;let p=t[l];if(i[l]||!p||typeof p!="object"){d[l]=p;continue}let $=s[l]?.oppositeLinkFieldsPlayedBy?.[0]?.thing||o[l]?.playedBy?.[0]?.thing;if(!$)throw new Error(`"${a.name}" does not have field "${l}"`);let E=J(n,$);d[l]=Xn({mut:p,schema:n,node:r[l],thing:E});}return d},Gn=e=>{let{$fields:t,node:r,schema:n,thing:a,dataFieldMap:i,linkFieldMap:s,roleFieldMap:o}=e,u=t||Ms(a),h={$id:r.$id};return u.forEach(c=>{let d=typeof c!="string",l=d?c.$path:c,p=r[l];if(i[l]){h[l]=p;return}let $=s[l]?.oppositeLinkFieldsPlayedBy?.[0]?.thing||o[l]?.playedBy?.[0]?.thing;if(!$)throw new Error(`"${a.name}" does not have field "${l}"`);if(!d){p&&(h[l]=Array.isArray(p)?p.map(vn):vn(p));return}let E=J(n,$),g=Zn(E);h[l]=Array.isArray(p)?p.map(y=>Kn({...g,$fields:c.$fields,value:y,schema:n,thing:E})):Kn({...g,$fields:c.$fields,value:p,schema:n,thing:E});}),h},Ms=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},vn=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 Gn({...e,node:t})},Zn=e=>{let t=Object.fromEntries(e.dataFields?.map(a=>[a.path,a])||[]),r=Object.fromEntries(e.linkFields?.map(a=>[a.path,a])||[]),n=e.thingType==="relation"?e.roles||{}:{};return {dataFieldMap:t,linkFieldMap:r,roleFieldMap:n}},Ss=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 ar=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 ti=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 p=l.$op,f=`$${l.$bzId}`,$=x(r,l),{idFields:E,defaultDBConnector:g}=$,y=g?.path||l.$thing,F=l.$id,m=E?.[0],M=listify(l,(C,q)=>{if(C.startsWith("$")||C.startsWith("%")||C===m||q===void 0||q===null)return "";let S=$.dataFields?.find(Q=>Q.path===C);if(!S?.path)return "";let b=S.dbPath;if(["TEXT","ID","EMAIL","JSON"].includes(S.contentType))return `has ${b} '${q}'`;if(["NUMBER","BOOLEAN"].includes(S.contentType))return `has ${b} ${q}`;if(S.contentType==="DATE"){if(Number.isNaN(q.valueOf()))throw new Error("Invalid format, Nan Date");return q instanceof Date?`has ${b} ${q.toISOString().replace("Z","")}`:`has ${b} ${new Date(q).toISOString().replace("Z","")}`}if(S.contentType==="FLEX"){let Q=`bza${Ie()}`,w=isArray(q)?q.map(D=>ar(D)):ar(q);if(Array.isArray(w))throw new Error("Array in FLEX fields not supported yet");return `has ${b} $${Q}; $${Q} '${Q}' isa ${b}, has ${w.type}Attribute ${w.value}`}throw new Error(`Unsupported contentType ${S.contentType}`)}).filter(C=>C),T=`${f}-atts`,R=listify(l,C=>{if(C.startsWith("$")||C.startsWith("%")||C===m)return "";let q=$.dataFields?.find(b=>b.path===C);if(!q?.path)return "";let B=q.dbPath;return `{${T} isa ${B};}`}).filter(C=>C),I=isArray(F)?`like '${F.join("|")}'`:`'${F}'`,P=F?[`has ${m} ${I}`]:[],Y=[...P,...M].filter(C=>C).join(","),ne=()=>{if(p==="delete"||p==="unlink"||p==="match")return `${f} isa ${[y,...P].filter(C=>C).join(",")};`;if(p==="update"){if(!R.length)throw new Error("update without attributes");return `${f} isa ${[y,...P].filter(C=>C).join(",")}, has ${T};
124
+ ${R.join(" or ")};`}return ""},K=()=>p==="update"||p==="link"||p==="match"?`${f} isa ${[y,...P].filter(C=>C).join(",")};`:"";if(ct(l))return {op:p,deletionMatch:ne(),insertionMatch:K(),insertion:p==="create"?`${f} isa ${[y,Y].filter(C=>C).join(",")};`:p==="update"&&M.length?`${f} ${M.join(",")};`:"",deletion:p==="delete"?`${f} isa ${y};`:p==="update"&&R.length?`${f} has ${T};`:""};throw new Error("in attributes")},a=l=>{let p=l.$op,f=x(r,l),$=`$${l.$bzId}`,E=l.$id,g=f.defaultDBConnector?.path||l.$thing,y="roles"in f?listify(f.roles,q=>q):[],F="roles"in f?mapEntries(f.roles,(q,S)=>[q,S.dbConnector?.path||q]):{},m=listify(l,(q,S)=>{if(!y.includes(q))return null;if(!("roles"in f))throw new Error("This should have roles! ");let B=F[q];return Array.isArray(S)?S.map(b=>({path:B,id:b})):{path:B,id:S}}).filter(q=>q).flat(),M=m.map(q=>{if(!q?.path)throw new Error("Object without path");return `${q.path}: $${q.id}`}),T=m.length>0?`( ${M.join(" , ")} )`:"",R=l[qe];if(!R)throw new Error("[internal error] Symbol edgeType not defined");let I=T?`${$} ${T} ${R==="linkField"||p==="delete"||p==="unlink"?`isa ${g}`:""}`:"",P=`${$} ${R==="linkField"||p==="delete"?`isa ${g}`:""}`,Y=()=>I?p==="link"?`${I};`:p==="create"?`${I}, has id '${E}';`:"":"",ne=()=>I&&p==="match"?`${I};`:"",K=()=>I?p==="delete"?`${I};`:p==="match"?`${I};`:"":"",C=()=>I?p==="delete"?`${P};`:p==="unlink"?`${$} ${T};`:"":"";return {deletionMatch:K(),insertionMatch:ne(),deletion:C(),insertion:Y(),op:""}},i=(l,p)=>{let f=p==="edges"?a:n;if(Array.isArray(l))return l.map(m=>{let{preDeletionBatch:M,insertionMatch:T,deletionMatch:R,insertion:I,deletion:P}=f(m);return shake({preDeletionBatch:M,insertionMatch:T,deletionMatch:R,insertion:I,deletion:P},Y=>!Y)}).filter(m=>m);let{preDeletionBatch:$,insertionMatch:E,deletionMatch:g,insertion:y,deletion:F}=f(l);return shake({preDeletionBatch:$,insertionMatch:E,deletionMatch:g,insertion:y,deletion:F},m=>!m)},s=i(e),o=Array.isArray(s)?s:[s],u=i(t,"edges"),h=Array.isArray(u)?u:[u],c=[...o,...h];return shake({insertionMatches:c.map(l=>l.insertionMatch).join(" ").trim(),deletionMatches:c.map(l=>l.deletionMatch).join(" ").trim(),insertions:c.map(l=>l.insertion).join(" ").trim(),deletions:c.map(l=>l.deletion).join(" ").trim()},l=>!l)};var ri=async(e,t,r,n,a)=>{let i=[...t,...r],s=i.map(o=>{let u=e.insertions?.find(d=>d.get(`${o.$bzId}`))?.get(`${o.$bzId}`),h=o.$thing||o.$relation||o.$entity,c=h?J(n,h):void 0;if(o.$op==="create"||o.$op==="update"||o.$op==="link"){if(o.$op!=="update"&&!u&&o.$id)return {$id:o.$id,$error:"Does not exist or it's not linked to the parent"};let d=u?.asThing().iid,l=Object.entries(o).filter(([f,$])=>!f.startsWith("$")).reduce((f,[$,E])=>{if(c?.dataFields?.find(y=>y.path===$)?.contentType==="JSON")return f[$]=JSON.parse(E),f;if(o.$thingType==="relation"){let y=i.filter(F=>F.$id&&F.$bzId===E);return y.length===1?(f[$]=y[0].$id,f):(f[$]=E,f)}return f[$]=E,f},{});if(a.mutation?.noMetadata)return l;let p=o.$tempId&&!o.$tempId.startsWith("_:")?{$tempId:`_:${o.$tempId}`}:{};return {$dbId:d,...o,...l,[o.path]:o.$id,...p}}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(s)};var ni=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 mt(t,r),a=await n.transaction(TransactionType.WRITE),i=e.deletionMatches&&e.deletions&&`match ${e.deletionMatches} delete ${e.deletions}`,s=e.insertions&&`${e.insertionMatches?`match ${e.insertionMatches}`:""} insert ${e.insertions}`;try{i&&await a.query.delete(i);let o=s&&a.query.insert(s),u=o?await o.collect():void 0;return await a.commit(),{insertions:u}}catch(o){throw new Error(`Transaction failed: ${o.message}`)}finally{await a.close();}};var Is=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Cs=(e,t)=>({...e,tql:{...e.tql,mutation:t.data}}),Os=(e,t)=>({...e,tql:{...e.tql,res:t.data}}),cr=_("error","error",j((e,t)=>({...e,error:t.error}))),As=Ee("buildMutation",{buildMutation:H(async e=>ti(e.bql.things,e.bql.edges,e.schema),_("done","runMutation",j(Cs)),cr),runMutation:H(async e=>ni(e.tql.mutation,e.handles,e.config),_("done","parseMutation",j(Os)),cr),parseMutation:H(async e=>ri(e.tql.res,e.bql.things,e.bql.edges,e.schema,e.config),_("done","success",j(Is)),cr),success:he(),error:he()},e=>e),ks=async e=>new Promise((t,r)=>{ye(As,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),ii=async(e,t,r,n,a,i,s)=>ks({bql:{raw:e,enriched:t,things:r,edges:n,flat:{things:[],edges:[],arcs:[],references:[]},res:[]},tql:{},schema:a,config:i,handles:s,error:null});var oi=async(e,t)=>{let r=o=>{let{$filter:u,$thing:h,$bzId:c,$op:d,$id:l,$tempId:p}=o,f=J(t,h),{usedDataFields:$}=ue(f,o),{idFields:E}=f,g=l||o[E[0]],y=(isArray(h)?h:[h]).map(re),F=de(o,B=>B.startsWith("$")),m=de(o,B=>!B.startsWith("$")),M=JSON.stringify(m),T=Object.entries(F).map(([B,b])=>B=="$tempId"?`'$tempId': '_:${b}'`:`'${B}': '${b}'`).join(","),R=o[st],I=$.filter(B=>!E.includes(B)).map(B=>{let b=f.dataFields?.find(w=>w.path===B||w.dbPath===B);if(!b)throw new Error(`Data field schema not found for ${B}`);let Q=o[B];return Q===null?`${B} = NONE`:`${B} = ${je(Q,b.contentType)}`}).filter(Boolean),P=`$\u27E8${p||c}\u27E9`,Y=R?.bzId?`array::flatten($\u27E8${R.bzId}\u27E9.\u27E8${R.edgeField}\u27E9 || []).filter(|$v| $v != NONE).len`:g?isArray(g)?y.flatMap(B=>g.map(b=>`${B}:\u27E8${b}\u27E9`)).join(", "):y.map(B=>`${B}:\u27E8${g}\u27E9`).join(", "):!0,ne=(()=>{if(R?.bzId){let B=`array::flatten($\u27E8${R.bzId}\u27E9.\u27E8${R.edgeField}\u27E9 || []).filter(|$v| $v != NONE)`;return g?isArray(g)?`${B}[? $this.id() IN [${g.map(b=>`'${b}'`).join(", ")}] ]`:`${B}[? $this.id() IN ['${g}'] ]`:B}else return g?isArray(g)?y.flatMap(B=>g.map(b=>`${B}:\u27E8${b}\u27E9`)).join(", "):y.map(B=>`${B}:\u27E8${g}\u27E9`).join(", "):y.join(", ")})(),K=u?`WHERE ${me(Be(u,h,t))}`:"",C=I.length>0?`SET ${I.join(", ")}`:"",q=`VALUE (CREATE ONLY Delta SET input = ${M}, meta = {${T}, "$sid": $parent.id, "$id": record::id($parent.id)}, after = $after, before = $before RETURN VALUE $parent.id )`,S="BEFORE";if(["link","unlink","replace"].includes(d))throw new Error("Edge ops don't belong to things");if(o.$op==="match")return p?"":`LET ${P} = (SELECT VALUE id FROM ${ne} ${K});`;if(o.$op==="create"){if(isArray(g))throw new Error("Cannot create multiple things at once");let B=re(h);return `LET ${P} = (CREATE ONLY ${B}:\u27E8${g}\u27E9 ${C} RETURN ${q});`}if(o.$op==="update")return `LET ${P} = IF (${Y}) THEN (UPDATE ${ne} ${C} ${K} RETURN ${q}) END;`;if(o.$op==="delete")return `LET ${P} = IF (${Y}) THEN (DELETE ${ne} ${K} RETURN ${S}) END;`;throw new Error(`Unsupported operation ${o.$op}`)},n=o=>{let{$thing:u,$bzId:h,$op:c,$tempId:d}=o,l=J(t,u),{usedRoleFields:p}=ue(l,o),f=`$\u27E8${d||h}\u27E9`,$="roles"in l?p.flatMap(y=>{let F=l.roles[y];if(!F)throw new Error(`Role field schema not found for ${y}`);let{cardinality:m}=F,M=isArray(o[y])?o[y].map(T=>`$\u27E8${T}\u27E9`):[`$\u27E8${o[y]}\u27E9`];if(m==="ONE"){if(M.length>1){let T=`array::filter(array::flatten([${M}]), |$v| !!$v)`;switch(c){case"link":case"replace":return `${y} = ((array::len(${T})==1) && ${T}[0]) || ${T}`;case"unlink":return `${y} = NONE`;default:throw new Error(`Unsupported operation ${c} for ONE cardinality`)}}switch(c){case"link":case"replace":return `${y} = ((type::is::array(${M[0]}) && array::len(${M[0]})==1) && ${M[0]}[0]) || ${M[0]}`;case"unlink":return `${y} = NONE`;default:throw new Error(`Unsupported operation ${c} for ONE cardinality`)}}else if(m==="MANY"){let T=`array::flatten([${M}])`;switch(c){case"link":return `${y} += ${T}`;case"unlink":return `${y} -= ${T}`;case"replace":return `${y} = ${T}`;default:throw new Error(`Unsupported operation ${c} for MANY cardinality`)}}else throw new Error(`Unsupported cardinality ${m}`)}):[],E=$.length>0?`${$.join(", ")}`:"",g=E?`SET ${E}`:"";return `IF ${f} THEN (UPDATE ${f} ${g} RETURN VALUE id) END; ${f};`},a=o=>{let{$thing:u,$op:h}=o,c=J(t,u),d=re(u),{usedRoleFields:l}=ue(c,o);if(!["create","delete"].includes(h))throw new Error("Arcs can only be created or deleted");let[p,f]=l,$=isArray(o[p])?o[p]:[o[p]],E=isArray(o[f])?o[f]:[o[f]];if(h==="create"){if(l.length!==2)throw new Error("Not supported: Arcs must have exactly 2 roles");let g=de(o,P=>!P.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 )`,M=c.roles[p].cardinality==="MANY",R=c.roles[f].cardinality==="MANY";return [`
125
+ ${M?"":`IF array::len(array::filter(array::flatten([$\u27E8${$}\u27E9]), |$v| !!$v))>1 { THROW "[Validation] Cardinality constraint: ${p} is cardinality one and can link a single thing." + <string>$\u27E8${$}\u27E9; };`}
126
+ ${R?"":`IF array::len(array::filter(array::flatten([$\u27E8${E}\u27E9]), |$v| !!$v))>1 { THROW "[Validation] Cardinality constraint: ${f} is cardinality one and can link a single thing." + <string>$\u27E8${E}\u27E9; };`}
127
+ FOR $node1 IN array::flatten([$\u27E8${$}\u27E9]) {
128
+ IF $node1 {
129
+ FOR $node2 IN array::flatten([$\u27E8${E}\u27E9]) {
130
+ IF $node2 {
131
+ CREATE ONLY ${d} SET
132
+ ${p} = ${M?"array::flatten([$node1])":"$node1"},
133
+ ${f} = ${R?"array::flatten([$node2])":"$node2"}
134
+ RETURN ${F};
135
+ }
136
+ }
137
+ }
138
+ }`]}if(h==="delete")return `DELETE FROM ${d} WHERE fn::as_array(${p}) CONTAINSANY $\u27E8${$}\u27E9 AND fn::as_array(${f}) CONTAINSANY $\u27E8${E}\u27E9 RETURN BEFORE`},i=o=>{let{$thing:u,$bzId:h,$op:c,$tempId:d}=o,l=J(t,u),{usedRefFields:p}=ue(l,o),f=`$\u27E8${d||h}\u27E9`,$=p.flatMap(y=>{let F=l.refFields[y];if(!F)throw new Error(`ReferenceField schema not found for ${y}`);let{cardinality:m,contentType:M}=F;if(M==="REF"){let T=isArray(o[y])?o[y]:[`${o[y]}`];if(m==="ONE"){if(T.length>1){let R=`array::filter(array::flatten([${T}]), |$v| !!$v)`;switch(c){case"link":case"replace":return `${y} = ((array::len(${R})==1) && ${R}[0]) || ${R}`;case"unlink":return `${y} = NONE`;default:throw new Error(`Unsupported operation ${c} for ONE cardinality`)}}switch(c){case"link":case"replace":return `${y} = ((type::is::array(${T[0]}) && array::len(${T[0]})==1) && ${T[0]}[0]) || ${T[0]}`;case"unlink":return `${y} = NONE`;default:throw new Error(`Unsupported operation ${c} for ONE cardinality`)}}else if(m==="MANY"){let R=`array::flatten([${T}])`;switch(c){case"link":return `${y} += ${R}`;case"unlink":return `${y} -= ${R}`;case"replace":return `${y} = ${R}`;default:throw new Error(`Unsupported operation ${c} for MANY cardinality`)}}else throw new Error(`Unsupported cardinality ${m}`)}if(M==="FLEX")return `${y} = ${m==="ONE"?`array::flatten([${o[y]}])[0]`:`array::flatten([${o[y]}])`}`}),E=$.length>0?`${$.join(", ")}`:"",g=E?`SET ${E}`:"";return `IF ${f} THEN (UPDATE ${f} ${g} RETURN VALUE id) END; ${f};`};return [...e.things.map(r),...e.edges.map(n),...e.arcs.flatMap(a),...e.references.map(i)]};var si=async(e,t)=>{let r=`
124
139
  BEGIN TRANSACTION;
125
140
  ${t.join(";")};
126
141
  LET $DELTAS = SELECT * FROM Delta;
@@ -130,11 +145,12 @@ limit ${p};`),d.join(`
130
145
  LET $LOGS = SELECT * FROM LOG;
131
146
  RETURN $LOGS;
132
147
  COMMIT TRANSACTION;
133
- `;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 Xn=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 Yn(i,r)});if(!isObject(s)||!("meta"in s))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(s)}`);return Yn(s,r)})},Yn=(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}}),bs=(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}}},Fs=(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}))),Ts=ye("buildMutation",{buildMutation:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> surqlMachine/buildMutation[${ne}]`,JSON.stringify(e.bql.flat)),vn(e.bql.flat,e.schema)),j("done","runMutation",x(bs)),lr),runMutation:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> surqlMachine/runMutation[${ne}]`,JSON.stringify(e.surql.mutations)),Kn(e.handles.surrealDB?.get(e.handles.surrealDB?.keys().next().value)?.client,e.surql.mutations,e.config)),j("done","parseMutation",x(Fs)),lr),parseMutation:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> surqlMachine/parseMutation[${ne}]`,JSON.stringify(e.surql.res)),Xn({res:e.surql.res,config:e.config,schema:e.schema})),j("done","success",x(Bs)),lr),success:ae(),error:ae()},e=>e),ws=async e=>new Promise((t,r)=>{$e(Ts,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),ei=async(e,t,r,n,s,i)=>ws({bql:{raw:e,enriched:t,flat:r,things:[],edges:[],res:[]},surql:{mutations:[],res:[]},schema:n,config:s,handles:i,error:null});var ri=(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(F=>n(F,{bzId:c,edgeField:m,tempId:p})):n(i[m],{bzId:c,edgeField:m,tempId:p});let b=(isArray(i[m])?i[m]:[i[m]]).filter(Boolean);Object.entries($).forEach(([F,y])=>{let R=b.filter(L=>y.includes(L.$op)).map(L=>L.$bzId);R.length>0&&r.edges.push({...g,[m]:R,$op:F});});});}f&&f.forEach(g=>{isArray(i[g])?i[g].forEach(F=>n(F,{bzId:c,edgeField:g,tempId:p})):n(i[g],{bzId:c,edgeField:g,tempId:p});let m=u.linkFields?.find(F=>F.path===g),b=isArray(i[g])?i[g]:[i[g]];m.target==="relation"&&Object.entries($).forEach(([F,y])=>{b.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:F});});}),m.target==="role"&&Object.entries({create:["link","create"],delete:["unlink","delete"],replace:["replace"]}).forEach(([y,R])=>{b.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 ni=ae,He=(e,t)=>t.data?{...e,bql:{...e.bql,enriched:t.data}}:e,Ms=(e,t)=>({...e,bql:{...e.bql,things:t.data.mergedThings,edges:t.data.mergedEdges}}),Ss=(e,t)=>({...e,bql:{...e.bql,flat:t.data||"test"}}),Ls=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Qs=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?Pt(e.bql.enriched,e.schema,e.config):Pt(e.bql.raw,e.schema,e.config)),Rs=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/preQuery[${ne}]`,JSON.stringify(e.bql.enriched)),In(e.bql.enriched,e.schema,e.config,e.handles)),Ds=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/preQueryDependencies[${ne}]`,JSON.stringify(e.bql.enriched)),kn(e.bql.enriched,e.schema,e.config,e.handles)),Cs=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/parseBQL[${ne}]`,JSON.stringify(e.bql.enriched)),Kr(e.bql.enriched,e.schema)),Is=async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/flattenBQL[${ne}]`,JSON.stringify(e.bql.enriched)),ri(e.bql.enriched,e.schema)),As=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}.`)},Os=e=>_e(e.bql.enriched),Pe=j("error","error",x((e,t)=>({...e,error:t.error}))),qs=ye("stringify",{stringify:z(async e=>(e.config.mutation?.debugger&&console.log(`>>> mutationMachine/stringify[${ne}]`,JSON.stringify(e.bql.raw)),An(e.bql.raw,e.schema)),j("done","enrich",x(He)),Pe),enrich:z(Qs,j("done","preQuery",kt(As),x(He)),j("done","parseBQL",x(He)),Pe),preQuery:z(Rs,j("done","preHookDependencies",kt(Os),x(He)),j("done","parseBQL",x(He)),Pe),preHookDependencies:z(Ds,j("done","enrich",x(He)),Pe),parseBQL:z(Cs,j("done","flattenBQL",x(Ms)),Pe),flattenBQL:z(Is,j("done","adapter",x(Ss)),Pe),adapter:z(async e=>{e.config.mutation?.debugger&&console.log(`>>> mutationMachine/adapter[${ne}]`,JSON.stringify({enriched:e.bql.enriched,flat:e.bql.flat}));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 Hn(e.bql.raw,e.bql.enriched,e.bql.things,e.bql.edges,e.schema,e.config,e.handles);if(r==="surrealDB")return ei(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(Ls)),Pe),success:ni(),error:ni()},e=>e),Ps=async e=>new Promise((t,r)=>{$e(qs,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),ii=async(e,t,r,n)=>Ps({bql:{raw:e,enriched:{},things:[],edges:[],flat:{things:[],edges:[],arcs:[]},res:[]},schema:t,config:r,handles:n,depthLevel:0,error:null});var bt=class{url;username;password;namespace;database;constructor(t){this.url=t.url,this.username=t.username,this.password=t.password,this.namespace=t.namespace,this.database=t.database;}async run(t){let r=new ks;try{return await r.connect(this.url,{namespace:this.namespace,database:this.database,auth:{username:this.username,password:this.password},versionCheck:!1}),await t(r)}finally{await r.close();}}async query(...t){return this.run(r=>r.query(...t))}async query_raw(...t){return this.run(r=>r.query_raw(...t))}};enableMapSet();var cr=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 bt({url:n.url,username:n.username,password:n.password,namespace:n.namespace,database:n.dbName});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(ii)(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();});}},Ju=cr;//! Todo: delete when this works with the new $thing and $thingType fields
148
+ `;le(`>>> batchedMutation[${ae}]`,JSON.stringify({batchedMutation:r}));try{return (await e.query(r)).filter(Boolean)}catch(n){let i=(await e.query_raw(r)).filter(s=>s.result!=="The query was not executed due to a failed transaction"&&s.result!=="There was an error when starting a new datastore transaction"&&s.status==="ERR");throw i.length>0?new Error(`Error running SURQL mutation: ${JSON.stringify(i)}`):n}};var di=e=>{let{res:t,config:r}=e;return t.flat().filter(Boolean).flatMap(a=>{if(isArray(a))return a.map(i=>{if(!isObject(i)||!("meta"in i))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(i)}`);return li(i,r)});if(!isObject(a)||!("meta"in a))throw new Error(`Internal error: Invalid response from DB: ${JSON.stringify(a)}`);return li(a,r)})},li=(e,t)=>{let r=mapEntries(e.after||{},(i,s)=>[i,i==="id"?s.id:isArray(s)&&s.length===0?void 0:s]),n=de(e.input||{},(i,s)=>s===null),a={...r,...e.meta,...n};return t.mutation?.noMetadata?de(a,i=>!i.startsWith("$")):a};var Ps=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),Ns=(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}}},xs=(e,t)=>{if(!t.data||!isArray(t.data))throw new Error("Invalid event data");return {...e,surql:{...e.surql,res:t.data}}},dr=_("error","error",j((e,t)=>({...e,error:t.error}))),js=Ee("buildMutation",{buildMutation:H(async e=>(le(`>>> surqlMachine/buildMutation[${ae}]`,JSON.stringify(e.bql.flat)),oi(e.bql.flat,e.schema)),_("done","runMutation",j(Ns)),dr),runMutation:H(async e=>(le(`>>> surqlMachine/runMutation[${ae}]`,JSON.stringify(e.surql.mutations)),si(e.handles.surrealDB?.get(e.handles.surrealDB?.keys().next().value)?.client,e.surql.mutations)),_("done","parseMutation",j(xs)),dr),parseMutation:H(async e=>(le(`>>> surqlMachine/parseMutation[${ae}]`,JSON.stringify(e.surql.res)),di({res:e.surql.res,config:e.config,schema:e.schema})),_("done","success",j(Ps)),dr),success:he(),error:he()},e=>e),_s=async e=>new Promise((t,r)=>{ye(js,n=>{n.machine.state.name==="success"&&t(n.context.bql.res),n.machine.state.name==="error"&&r(n.context.error);},e);}),hi=async(e,t,r,n,a,i)=>_s({bql:{raw:e,enriched:t,flat:r,things:[],edges:[],res:[]},surql:{mutations:[],res:[]},schema:n,config:a,handles:i,error:null});var pi=(e,t)=>{let r={things:[],edges:[],arcs:[],references:[]},n=(s,o)=>{if(!s?.$thing)return;let{$op:u,$bzId:h,$tempId:c}=s,d=t.relations[s.$thing]||t.entities[s.$thing];if(!d)throw new Error(`[Internal] No schema found for ${s.$thing}`);let l=o?.bzId?o:{bzId:"",edgeField:"root"},{usedDataFields:p,usedLinkFields:f,usedRoleFields:$,usedRefFields:E}=ue(d,s);if(["create","update","delete","link","unlink","match","replace"].includes(u)){let y={...de(s,F=>![...$,...f,...E].includes(F)),...u==="link"||u==="unlink"||u==="replace"||u==="update"&&p.length===0?{$op:"match"}:{},...u==="link"||u==="replace"?{}:{[st]:l}};r.things.push(y);}let g={link:["link","create"],unlink:["unlink","delete"],replace:["replace"]};if($){let y=de(s,F=>isSymbol(F)||F.startsWith("$"));$.forEach(F=>{isArray(s[F])?s[F].forEach(M=>n(M,{bzId:h,edgeField:F,tempId:c})):n(s[F],{bzId:h,edgeField:F,tempId:c});let m=(isArray(s[F])?s[F]:[s[F]]).filter(Boolean);Object.entries(g).forEach(([M,T])=>{let R=m.filter(I=>T.includes(I.$op)).map(I=>I.$bzId);R.length>0&&r.edges.push({...y,[F]:R,$op:M});});});}f&&f.forEach(y=>{isArray(s[y])?s[y].forEach(M=>n(M,{bzId:h,edgeField:y,tempId:c})):n(s[y],{bzId:h,edgeField:y,tempId:c});let F=d.linkFields?.find(M=>M.path===y),m=isArray(s[y])?s[y]:[s[y]];F.target==="relation"&&Object.entries(g).forEach(([M,T])=>{m.filter(I=>T.includes(I.$op)).forEach(I=>{let P=de(I,Y=>isSymbol(Y)||Y.startsWith("$"));r.edges.push({...P,[F.plays]:h,$op:M});});}),F.target==="role"&&Object.entries({create:["link","create"],delete:["unlink","delete"],replace:["replace"]}).forEach(([T,R])=>{let I=m.filter(P=>R.includes(P.$op));I.length!==0&&I.forEach(P=>{let Y={$thing:F.relation,$thingType:"relation",$bzId:`arc_${P.$bzId}`,[F.plays]:h,[F.oppositeLinkFieldsPlayedBy[0].plays]:P.$bzId,$op:T};r.arcs.push(Y);});});}),E&&E.forEach(y=>{isArray(s[y])?s[y].forEach(T=>n(T,{bzId:h,edgeField:y,tempId:c})):n(s[y],{bzId:h,edgeField:y,tempId:c});let F=(isArray(s[y])?s[y]:[s[y]]).filter(T=>T!=null),m=de(s,T=>isSymbol(T)||T.startsWith("$")),M=F.map(T=>T.$op?`$\u27E8${T.$bzId}\u27E9`:je(T,"FLEX"));M.length>0&&r.references.push({...m,[y]:M,$op:"replace"});});};(Array.isArray(e)?e:[e]).forEach(s=>n(s));let i=[...r.edges].sort((s,o)=>{let u=["unlink","link"];return u.indexOf(s.$op)-u.indexOf(o.$op)});return {...r,edges:i}};var fi=he,Ye=(e,t)=>t.data?{...e,bql:{...e.bql,enriched:t.data}}:e,Us=(e,t)=>({...e,bql:{...e.bql,things:t.data.mergedThings,edges:t.data.mergedEdges}}),Vs=(e,t)=>({...e,bql:{...e.bql,flat:t.data||"test"}}),Ws=(e,t)=>({...e,bql:{...e.bql,res:t.data}}),zs=async e=>(le(`>>> mutationMachine/enrich[${ae}]`,JSON.stringify(Object.keys(e.bql.enriched).length?e.bql.enriched:e.bql.raw)),Object.keys(e.bql.enriched).length?Pt(e.bql.enriched,e.schema,e.config):Pt(e.bql.raw,e.schema,e.config)),Hs=async e=>(le(`>>> mutationMachine/preQuery[${ae}]`,JSON.stringify(e.bql.enriched)),Wn(e.bql.enriched,e.schema,e.config,e.handles)),vs=async e=>(le(`>>> mutationMachine/preQueryDependencies[${ae}]`,JSON.stringify(e.bql.enriched)),Jn(e.bql.enriched,e.schema,e.config,e.handles)),Ks=async e=>(le(`>>> mutationMachine/parseBQL[${ae}]`,JSON.stringify(e.bql.enriched)),sn(e.bql.enriched,e.schema)),Js=async e=>(le(`>>> mutationMachine/flattenBQL[${ae}]`,JSON.stringify(e.bql.enriched)),pi(e.bql.enriched,e.schema)),Ys=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}.`)},Xs=e=>We(e.bql.enriched),Ne=_("error","error",j((e,t)=>({...e,error:t.error}))),Gs=Ee("stringify",{stringify:H(async e=>(le(`>>> mutationMachine/stringify[${ae}]`,JSON.stringify(e.bql.raw)),zn(e.bql.raw,e.schema)),_("done","enrich",j(Ye)),Ne),enrich:H(zs,_("done","preQuery",Nt(Ys),j(Ye)),_("done","parseBQL",j(Ye)),Ne),preQuery:H(Hs,_("done","preHookDependencies",Nt(Xs),j(Ye)),_("done","parseBQL",j(Ye)),Ne),preHookDependencies:H(vs,_("done","enrich",j(Ye)),Ne),parseBQL:H(Ks,_("done","flattenBQL",j(Us)),Ne),flattenBQL:H(Js,_("done","adapter",j(Vs)),Ne),adapter:H(async e=>{le(`>>> mutationMachine/adapter[${ae}]`,JSON.stringify({enriched:e.bql.enriched,flat:e.bql.flat}));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 ii(e.bql.raw,e.bql.enriched,e.bql.things,e.bql.edges,e.schema,e.config,e.handles);if(r==="surrealDB")return hi(e.bql.raw,e.bql.enriched,e.bql.flat,e.schema,e.config,e.handles);throw new Error(`Unsupported provider ${r}.`)},_("done","success",j(Ws)),Ne),success:fi(),error:fi()},e=>e),Zs=async e=>new Promise((t,r)=>{ye(Gs,n=>{n.machine.state.name==="success"&&t(n.context),n.machine.state.name==="error"&&r(n.context);},e);}),$i=async(e,t,r,n)=>Zs({bql:{raw:e,enriched:{},things:[],edges:[],flat:{things:[],edges:[],arcs:[],references:[]},res:[]},schema:t,config:r,handles:n,depthLevel:0,error:null});var Ft=class{url;username;password;namespace;database;constructor(t){this.url=t.url,this.username=t.username,this.password=t.password,this.namespace=t.namespace,this.database=t.database;}async run(t){let r=new ea;try{return await r.connect(this.url,{namespace:this.namespace,database:this.database,auth:{username:this.username,password:this.password},versionCheck:!1}),await t(r)}finally{await r.close();}}async query(...t){return this.run(r=>r.query(...t))}async query_raw(...t){return this.run(r=>r.query_raw(...t))}};enableMapSet();var hr=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 a=new Ft({url:n.url,username:n.username,password:n.password,namespace:n.namespace,database:n.dbName});t.surrealDB.set(n.id,{client:a,providerConfig:n.providerConfig});}if(n.provider==="typeDB"&&n.dbName){let[a,i]=await tryit(TypeDB.coreDriver)(n.url);if(a){let s=`[BORM:${n.provider}:${n.dbName}:core] ${a.message??"Can't create TypeDB Client"}`;throw new Error(s)}try{let s=await i.session(n.dbName,SessionType.DATA);t.typeDB.set(n.id,{client:i,session:s});}catch(s){let o=`[BORM:${n.provider}:${n.dbName}:session] ${(s.messageTemplate?._messageBody()||s.message)??"Can't create TypeDB Session"}`;throw new Error(o)}}if(n.provider==="typeDBCluster"&&n.dbName){let a=new TypeDBCredential(n.username,n.password,n.tlsRootCAPath),[i,s]=await tryit(TypeDB.cloudDriver)(n.addresses,a);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 s.session(n.dbName,SessionType.DATA);t.typeDB.set(n.id,{client:s,session:o});}catch(o){let u=`[BORM:${n.provider}:${n.dbName}:session] ${(o.messageTemplate?._messageBody()||o.message)??"Can't create TypeDB Session"}`;throw new Error(u)}}}));let r=Rr(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 Fr(this.config,this.schema,this.dbHandles)};query=async(t,r)=>{await this.#e();let n={...this.config,query:{...wt.query,...this.config.query,...r}},a=Array.isArray(t),i=a?t:[t],[s,o]=await tryit(Ke)(i,this.schema,n,this.dbHandles);if(s){let h=new Error(s.error);throw h.stack=s.error.stack,h}let u=o.bql.res;return a?u:u[0]};mutate=async(t,r)=>{await this.#e();let n={...this.config,mutation:{...wt.mutation,...this.config.mutation,...r}},[a,i]=await tryit($i)(t,this.schema,n,this.dbHandles);if(a){let o=new Error(a.error.message);throw o.stack=a.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();});}},Ch=hr;//! TO-DO Rule: Everything that can be changed or defined by the user should use $ prefix, but the rest is metadata and should be packed in symbols, depending on their origin. extension inside the schema and schema or query inside the query. Probably no more categories are necessary
149
+ //! Todo: delete when this works with the new $thing and $thingType fields
134
150
  //! Todo: Sandbox the function in nodeCompute() instead of the existing fieldCompute()
135
151
  //! reads all the insertions and gets the first match. This means each id must be unique
136
152
  //!old
137
153
 
138
- export { Ju as default };
154
+ export { Ch as default };
139
155
  //# sourceMappingURL=index.mjs.map
140
156
  //# sourceMappingURL=index.mjs.map