@blue-labs/language 1.32.0 → 1.33.0
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.js +8 -8
- package/dist/index.mjs +937 -806
- package/dist/lib/Blue.d.ts +8 -0
- package/dist/lib/Blue.d.ts.map +1 -1
- package/dist/lib/utils/NodeTypeMatcher.d.ts +13 -0
- package/dist/lib/utils/NodeTypeMatcher.d.ts.map +1 -0
- package/dist/lib/utils/index.d.ts +1 -0
- package/dist/lib/utils/index.d.ts.map +1 -1
- package/dist/lib/utils/limits/NodeToPathLimitsConverter.d.ts +7 -0
- package/dist/lib/utils/limits/NodeToPathLimitsConverter.d.ts.map +1 -0
- package/dist/lib/utils/limits/PathLimits.d.ts +6 -0
- package/dist/lib/utils/limits/PathLimits.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Qt=Object.defineProperty;var er=(s,e,t)=>e in s?Qt(s,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):s[e]=t;var h=(s,e,t)=>er(s,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const j=require("big.js"),c=require("@blue-labs/shared-utils"),u=require("zod"),tr=require("bs58"),A=require("radash"),rr=require("js-sha256"),sr=require("crypto"),nr=require("base32.js"),Z=require("js-yaml"),ot=s=>s&&s.__esModule?s:{default:s},le=ot(tr),we=ot(sr);class w extends j{constructor(e){super(e)}}class T extends j{constructor(e){super(e)}}class ir{static get(e,t,r,n=!0){if(c.isNullable(t)||!t.startsWith("/"))throw new Error(`Invalid path: ${t}`);if(t==="/"){const o=e.getValue();return n&&o!==void 0?o:e}const i=t.substring(1).split("/");return this.getRecursive(e,i,0,r,n)}static getRecursive(e,t,r,n,i){if(r===t.length-1&&!i)return this.getNodeForSegment(e,t[r],n,!1);if(r===t.length){const a=e.getValue();return i&&a!==void 0?a:e}const o=t[r],l=this.getNodeForSegment(e,o,n,!0);if(l)return this.getRecursive(l,t,r+1,n,i)}static getNodeForSegment(e,t,r,n){let i;const o=e.getProperties();if(o&&t in o)i=o[t];else switch(t){case"name":{const l=e.getName();i=new d().setValue(l??null);break}case"description":{const l=e.getDescription();i=new d().setValue(l??null);break}case"type":i=e.getType();break;case"itemType":i=e.getItemType();break;case"keyType":i=e.getKeyType();break;case"valueType":i=e.getValueType();break;case"value":{const l=e.getValue();i=new d().setValue(l??null);break}case"blueId":{const l=e.getBlueId();i=new d().setValue(l??null);break}case"blue":i=e.getBlue();break;case"items":{const l=e.getItems();i=new d().setItems(l);break}case"properties":{const l=e.getProperties();i=new d().setProperties(l);break}case"contracts":{const l=e.getContracts();i=new d().setContracts(l);break}default:{if(/^\d+$/.test(t)){const l=parseInt(t,10),a=e.getItems();a&&l>=0&&l<a.length?i=a[l]:i=void 0}else i=void 0;break}}if(i)return n&&r?this.link(i,r):i}static link(e,t){const r=t(e);return c.isNonNullable(r)?r:e}}const q="name",X="description",pe="type",ze="itemType",Ue="keyType",_e="valueType",be="value",Ze="items",_="blueId",ke="blue",or=[q,X,pe,ze,Ue,_e,be,Ze,_,ke],lr="Text",ar="Double",cr="Integer",ur="Boolean",dr="List",hr="Dictionary",Ye=[lr,ar,cr,ur],lt=[...Ye,dr,hr],k="F92yo19rCcbBoBSpUA5LRxpfDejJDAaP1PRxxbWAraVP",Y="68ryJtnmui4j5rCZWUnkZ3DChtmEb7Z9F8atn1mBSM3L",J="DHmxTkFbXePZHCHCYmQr2dSzcNLcryFVjXVHkdQrrZr8",K="EL6AjrbJsxTWRTPzY8WR8Y2zAMXRbydQj83PcZwuAHbo",at="G8wmfjEqugPEEXByMYWJXiEdbLToPRWNQEekNxrxfQWB",ct="294NBTj2mFRL3RB4kDRUSckwGg7Kzj6T8CTAFeR1kcSA",ut=[k,Y,J,K],ue=[...ut,at,ct];Object.fromEntries(lt.map((s,e)=>[s,ue[e]]));const pr=Object.fromEntries(ue.map((s,e)=>[s,lt[e]])),P=class P{constructor(e){h(this,"name");h(this,"description");h(this,"type");h(this,"itemType");h(this,"keyType");h(this,"valueType");h(this,"value");h(this,"items");h(this,"properties");h(this,"blueId");h(this,"blue");h(this,"inlineValue",!1);this.name=e}getName(){return this.name}setName(e){return this.name=e,this}getDescription(){return this.description}setDescription(e){return this.description=e,this}getType(){return this.type}setType(e){return typeof e=="string"?this.type=new P().setValue(e).setInlineValue(!0):this.type=e,this}getItemType(){return this.itemType}setItemType(e){return typeof e=="string"?this.itemType=new P().setValue(e).setInlineValue(!0):this.itemType=e,this}getKeyType(){return this.keyType}setKeyType(e){return typeof e=="string"?this.keyType=new P().setValue(e).setInlineValue(!0):this.keyType=e,this}getValueType(){return this.valueType}setValueType(e){return typeof e=="string"?this.valueType=new P().setValue(e).setInlineValue(!0):this.valueType=e,this}getValue(){var t;const e=(t=this.type)==null?void 0:t.getBlueId();if(c.isNonNullable(e)&&c.isNonNullable(this.value)){if(e===J&&typeof this.value=="string")return new T(this.value);if(e===Y&&typeof this.value=="string"){const r=new w(this.value),n=parseFloat(r.toString());return new w(n.toString())}else if(e===K&&typeof this.value=="string")return this.value.toLowerCase()==="true"}return this.value}setValue(e){return typeof e=="number"?e%1===0?this.value=new T(e.toString()):this.value=new w(e.toString()):this.value=e,this}getItems(){return this.items}setItems(e){return this.items=e,this}addItems(...e){return this.items||(this.items=[]),this.items.push(...e),this}getProperties(){return this.properties}setProperties(e){return this.properties=e,this}addProperty(e,t){return this.properties||(this.properties={}),this.properties[e]=t,this}removeProperty(e){return this.properties&&delete this.properties[e],this}getContractsProperty(){var e;return(e=this.properties)==null?void 0:e.contracts}getContracts(){var e;return(e=this.getContractsProperty())==null?void 0:e.getProperties()}setContracts(e){return c.isNullable(e)?this.removeProperty("contracts"):this.addProperty("contracts",new P().setProperties(e)),this}addContract(e,t){const r=this.getContractsProperty();return c.isNullable(r)?this.addProperty("contracts",new P().addProperty(e,t)):r.addProperty(e,t),this}removeContract(e){const t=this.getContractsProperty();if(t){t.removeProperty(e);const r=t.getProperties();r&&Object.keys(r).length===0&&this.removeProperty("contracts")}return this}getBlueId(){return this.blueId}setBlueId(e){return this.blueId=e,this}getBlue(){return this.blue}setBlue(e){return this.blue=e,this}isInlineValue(){return this.inlineValue}setInlineValue(e){return this.inlineValue=e,this}isResolved(){return!1}get(e,t){return ir.get(this,e,t)}getAsNode(e){const t=this.get(e);if(t instanceof P)return t;throw new Error(`Value at path ${e} is not a BlueNode: ${t}`)}getAsInteger(e){const t=this.get(e);if(t instanceof T||t instanceof w)return t.toNumber();throw new Error(`Value at path ${e} is not a BigInteger or BigDecimal: ${t}`)}clone(){var t,r,n,i,o,l;const e=new P(this.name);return e.description=this.description,e.type=(t=this.type)==null?void 0:t.clone(),e.itemType=(r=this.itemType)==null?void 0:r.clone(),e.keyType=(n=this.keyType)==null?void 0:n.clone(),e.valueType=(i=this.valueType)==null?void 0:i.clone(),e.value=this.value,e.items=(o=this.items)==null?void 0:o.map(a=>a.clone()),this.properties&&(e.properties=Object.fromEntries(Object.entries(this.properties).map(([a,p])=>[a,p.clone()]))),e.blueId=this.blueId,e.blue=(l=this.blue)==null?void 0:l.clone(),e.inlineValue=this.inlineValue,e}toString(){return`BlueNode{name='${this.name}', description='${this.description}', type=${this.type}, itemType=${this.itemType}, keyType=${this.keyType}, valueType=${this.valueType}, value=${this.value}, items=${this.items}, properties=${this.properties}, blueId='${this.blueId}', blue=${this.blue}, inlineValue=${this.inlineValue}}`}};h(P,"INTEGER",new P("Integer"));let d=P;class U{static isPotentialBlueId(e){if(!e||e.length===0||!this.BLUE_ID_PATTERN.test(e))return!1;const t=e.split("#"),r=t[0],n=r.length;if(n<this.MIN_BLUE_ID_LENGTH||n>this.MAX_BLUE_ID_LENGTH)return!1;try{if(le.default.decode(r).length!==32)return!1}catch{return!1}if(t.length>1)try{if(Number(t[1])<0)return!1}catch{return!1}return!0}}h(U,"MIN_BLUE_ID_LENGTH",41),h(U,"MAX_BLUE_ID_LENGTH",45),h(U,"BLUE_ID_PATTERN",/^[1-9A-HJ-NP-Za-km-z]{41,45}(?:#\d+)?$/);const fr=u.z.string().max(U.MAX_BLUE_ID_LENGTH,{message:"Blue Id has a maximum length of 45 characters"}).min(U.MIN_BLUE_ID_LENGTH,{message:"Blue Id has a minimum length of 41 characters"}).refine(s=>{try{return le.default.decode(s),!0}catch{return!1}},{message:"Blue Id must be a valid Base58 string"}),Q=u.z.lazy(()=>u.z.record(u.z.unknown()).and(u.z.object({blueId:u.z.string().optional(),name:u.z.string().optional(),description:u.z.string().optional(),type:Q.optional(),value:u.z.union([u.z.string(),u.z.number(),u.z.boolean()]).optional().nullable(),items:u.z.array(Q).optional()}))),de=u.z.object({blueId:u.z.string().optional(),name:u.z.string().optional(),description:u.z.string().optional(),type:Q.optional()}),gr=de.extend({value:u.z.string().optional()}),yr=de.extend({value:u.z.number().optional()}),mr=de.extend({value:u.z.boolean().optional()}),Ir=de.extend({items:u.z.array(u.z.string()).optional()}),br=s=>Q.safeParse(s).success,dt=s=>c.isNonNullable(s)&&"blueId"in s&&c.isNonNullable(s.blueId),Nr=s=>c.isNonNullable(s)&&"name"in s&&c.isNonNullable(s.name),ht=s=>c.isNonNullable(s)&&"items"in s&&c.isNonNullable(s.items),pt=s=>c.isNonNullable(s)&&"type"in s&&c.isNonNullable(s.type),ft=s=>c.isNonNullable(s)&&"value"in s&&c.isNonNullable(s.value),Tr=(s,e)=>s.required({type:!0}).safeParse(e).success,D=s=>s instanceof j,x=s=>D(s)&&s instanceof T,fe=s=>D(s)&&s instanceof w,Br=u.z.lazy(()=>u.z.record(ae)),vr=u.z.lazy(()=>u.z.union([u.z.array(ae),u.z.array(ae).readonly()])),ae=u.z.lazy(()=>u.z.union([c.jsonPrimitiveSchema,Br,vr,u.z.instanceof(j)])),Je=s=>A.isObject(s)&&!A.isArray(s)&&!c.isReadonlyArray(s)&&!D(s),Ke=s=>A.isArray(s)||c.isReadonlyArray(s),wr=s=>Ke(s)||Je(s)||D(s)||c.isJsonPrimitive(s);class f{static deserialize(e){return f.handleNode(e)}static handleNode(e){if(e===void 0)throw new Error("This is not a valid JSON-like value. Found 'undefined' as a value.");if(Je(e)){const t=new d,r={};return Object.entries(e).forEach(([n,i])=>{switch(n){case q:if(i==null)t.setName(void 0);else{if(typeof i!="string")throw new Error(`The ${q} field must be a string.`);t.setName(i)}break;case X:if(i==null)t.setDescription(void 0);else{if(typeof i!="string")throw new Error(`The ${X} field must be a string.`);t.setDescription(i)}break;case pe:t.setType(f.handleNode(i));break;case ze:t.setItemType(f.handleNode(i));break;case Ue:t.setKeyType(f.handleNode(i));break;case _e:t.setValueType(f.handleNode(i));break;case be:t.setValue(f.handleValue(i));break;case _:if(typeof i!="string")throw new Error(`The ${_} field must be a string.`);t.setBlueId(i);break;case Ze:t.setItems(f.handleArray(i));break;case ke:t.setBlue(f.handleNode(i));break;default:r[n]=f.handleNode(i);break}}),Object.keys(r).length>0&&t.setProperties(r),t}else{if(Ke(e))return new d().setItems(f.handleArray(e));{const t=e;return new d().setValue(f.handleValue(t)).setInlineValue(!0)}}}static handleValue(e){if(e==null)return null;if(typeof e=="string")return e;if(typeof e=="number"||D(e))if(x(e)||Number.isSafeInteger(e)){const t=new T(e.toString()),r=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER;return t.lt(r)?new T(r.toString()):t.gt(n)?new T(n.toString()):t}else{const t=parseFloat(e.toString());return new w(t.toString())}else if(typeof e=="boolean")return e;throw new Error(`Can't handle node: ${JSON.stringify(e)}`)}static handleArray(e){if(e!=null){if(A.isObject(e)&&!Array.isArray(e))return[f.handleNode(e)];if(Array.isArray(e))return e.map(f.handleNode);throw new Error("Expected an array node")}}}function Er(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var Ee,rt;function Pr(){return rt||(rt=1,Ee=function s(e){if(typeof e=="number"&&isNaN(e))throw new Error("NaN is not allowed");if(typeof e=="number"&&!isFinite(e))throw new Error("Infinity is not allowed");return e===null||typeof e!="object"?JSON.stringify(e):e.toJSON instanceof Function?s(e.toJSON()):Array.isArray(e)?`[${e.reduce((n,i,o)=>`${n}${o===0?"":","}${s(i===void 0||typeof i=="symbol"?null:i)}`,"")}]`:`{${Object.keys(e).sort().reduce((r,n)=>{if(e[n]===void 0||typeof e[n]=="symbol")return r;const i=r.length===0?"":",";return`${r}${i}${s(n)}:${s(e[n])}`},"")}}`}),Ee}var Sr=Pr();const Ar=Er(Sr);class gt{static canonicalize(e){return Ar(e)}}const Pe=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,ye=class ye{constructor(){h(this,"browserCrypto");this.browserCrypto=this.initBrowserCrypto()}static getInstance(){return this.instance||(this.instance=new ye),this.instance}initBrowserCrypto(){return Pe?null:"crypto"in globalThis?globalThis.crypto:null}hasNodeCrypto(){return Pe&&!!we.default&&typeof we.default.createHash=="function"}getBrowserCrypto(){return this.browserCrypto}getNodeCrypto(){return Pe?we.default:null}};h(ye,"instance");let Oe=ye;class yt{constructor(){h(this,"cryptoEnv",Oe.getInstance())}applySync(e){const t=this.canonicalizeInput(e),r=this.cryptoEnv.hasNodeCrypto()?this.sha256Sync(t):this.sha256SyncBrowser(t);return le.default.encode(new Uint8Array(r))}async apply(e){const t=this.canonicalizeInput(e),r=this.cryptoEnv.hasNodeCrypto()?this.sha256Sync(t):await this.sha256Async(t);return le.default.encode(new Uint8Array(r))}canonicalizeInput(e){const t=gt.canonicalize(e);if(typeof t!="string")throw new Error("Canonized value must be a string");return t}sha256Sync(e){const t=this.cryptoEnv.getNodeCrypto();if(!t)throw new Error("Synchronous SHA-256 is not available in this environment");return t.createHash("sha256").update(e).digest()}sha256SyncBrowser(e){return rr.sha256.arrayBuffer(e)}async sha256Async(e){if(this.cryptoEnv.hasNodeCrypto())return this.sha256Sync(e);const t=this.cryptoEnv.getBrowserCrypto();if(!t)throw new Error("crypto is not available in this environment");const n=new TextEncoder().encode(e);return t.subtle.digest("SHA-256",n)}}class g{static get(e,t="official"){var tt;const r=e.getValue(),n=this.handleValue(r);if(n!==void 0&&t==="simple")return n;const i=(tt=e.getItems())==null?void 0:tt.map(W=>g.get(W,t));if(i!==void 0&&t==="simple")return i;const o=e.getName(),l=e.getDescription();if(t==="original"&&o===void 0&&l===void 0){if(n!==void 0)return n;if(i!==void 0)return i}const a={};o!==void 0&&(a[q]=o),l!==void 0&&(a[X]=l);const p=e.getType();if(t==="official"&&r!==void 0&&p===void 0){const W=this.inferTypeBlueId(r);W!==null&&(a[pe]={[_]:W})}else p!==void 0&&(a[pe]=g.get(p,t));const I=e.getItemType();I!==void 0&&(a[ze]=g.get(I,t));const y=e.getKeyType();y!==void 0&&(a[Ue]=g.get(y,t));const m=e.getValueType();m!==void 0&&(a[_e]=g.get(m,t)),n!==void 0&&(a[be]=n),i!==void 0&&(a[Ze]=i);const b=e.getBlueId();b!==void 0&&(a[_]=b);const L=e.getBlue();L!==void 0&&(a[ke]=L);const G=e.getProperties();return G!==void 0&&Object.entries(G).forEach(([W,Xt])=>{a[W]=g.get(Xt,t)}),a}static handleValue(e){if(D(e)){if(x(e)){const t=new j(Number.MIN_SAFE_INTEGER.toString()),r=new j(Number.MAX_SAFE_INTEGER.toString());if(e.lt(t)||e.gt(r))return e.toString()}return e.toNumber()}return e}static inferTypeBlueId(e){return typeof e=="string"?k:D(e)?x(e)?J:Y:typeof e=="boolean"?K:null}}const Cr=s=>c.isJsonPrimitive(s)&&c.isNonNullable(s),M=class M{constructor(e){h(this,"hashProvider");this.hashProvider=e}static calculateBlueId(e){if(Array.isArray(e)){const r=e.map(n=>g.get(n));return M.INSTANCE.calculate(r)}const t=g.get(e);return M.INSTANCE.calculate(t)}static calculateBlueIdSync(e){if(Array.isArray(e)){const r=e.map(n=>g.get(n));return M.INSTANCE.calculateSync(r)}const t=g.get(e);return M.INSTANCE.calculateSync(t)}calculate(e){const t=this.cleanStructure(e);if(t===void 0)throw new Error("Object after cleaning cannot be null or undefined.");return this.internalCalculate(t,!1)}calculateSync(e){const t=this.cleanStructure(e);if(t===void 0)throw new Error("Object after cleaning cannot be null or undefined.");return this.internalCalculate(t,!0)}internalCalculate(e,t){return Cr(e)||D(e)?this.applyHash(e.toString(),t):Array.isArray(e)||c.isReadonlyArray(e)?this.calculateList(e,t):this.calculateMap(e,t)}calculateMap(e,t){if(e[_]!==void 0)return e[_];const n=Object.keys(e).map(o=>{const l=e[o];if([q,be,X].includes(o))return t?[o,l]:Promise.resolve([o,l]);{const a=this.internalCalculate(l,t);return t?[o,{blueId:a}]:Promise.resolve(a).then(p=>[o,{blueId:p}])}}),i=o=>{const l={};for(const[a,p]of o)l[a]=p;return this.applyHash(l,t)};return t?i(n):Promise.all(n).then(i)}calculateList(e,t){if(e.length===0)throw new Error("Cannot calculate BlueId for an empty list.");let r=this.internalCalculate(e[0],t);const n=(i,o)=>t?this.applyHash([{blueId:i},{blueId:o}],!0):Promise.all([i,o]).then(([l,a])=>this.applyHash([{blueId:l},{blueId:a}],!1));for(let i=1;i<e.length;i++){const o=this.internalCalculate(e[i],t);r=n(r,o)}return r}applyHash(e,t){return t?this.hashProvider.applySync(e):this.hashProvider.apply(e)}cleanStructure(e){if(e!=null){if(c.isJsonPrimitive(e)||D(e))return e;if(Array.isArray(e)||c.isReadonlyArray(e)){const t=e.map(r=>this.cleanStructure(r)).filter(c.isNonNullable);return t.length>0?t:void 0}else if(typeof e=="object"){const t={};for(const r in e){const n=this.cleanStructure(e[r]);n!=null&&(t[r]=n)}return Object.keys(t).length>0?t:void 0}else return e}}};h(M,"INSTANCE",new M(new yt));let N=M;class Vr{static convert(e){const t=le.default.decode(e),r=new Uint8Array(2+t.length);r[0]=18,r[1]=32,r.set(t,2);const n=new Uint8Array(2+r.length);return n[0]=1,n[1]=85,n.set(r,2),"b"+new nr.Encoder({type:"rfc4648",lc:!0}).write(n).finalize().replace(/=/g,"")}}class V{static transform(e,t){const r=t(e.clone()),n=r.getType();n!==void 0&&r.setType(V.transform(n,t));const i=r.getItemType();i!==void 0&&r.setItemType(V.transform(i,t));const o=r.getKeyType();o!==void 0&&r.setKeyType(V.transform(o,t));const l=r.getValueType();l!==void 0&&r.setValueType(V.transform(l,t));const a=r.getItems();if(a!==void 0){const I=a.map(y=>V.transform(y,t));r.setItems(I)}const p=r.getProperties();if(p!==void 0){const I=Object.keys(p).reduce((y,m)=>(y[m]=V.transform(p[m],t),y),{});r.setProperties(I)}return r}}const $=s=>!!s&&typeof s=="object"&&!Array.isArray(s)&&!(s instanceof d),O=s=>s instanceof T||s instanceof w,Dr=s=>s.replace(/~1/g,"/").replace(/~0/g,"~");function re(s){if(s==="/")return[];if(!s.startsWith("/"))throw new Error(`Path must start with '/': ${s}`);return s.split("/").slice(1).map(Dr)}function ee(s){if(s==="-")return-1;const e=typeof s=="number"?s:parseInt(s,10);if(isNaN(e))throw new Error(`Invalid array index (NaN) from '${s}'`);if(!Number.isFinite(e))throw new Error(`Invalid array index '${s}' results in non-finite number ${e}`);return e}function mt(s,e,t,r=!0){switch(e){case"name":return t?r?s.getName()??null:s:s.getName();case"description":return t?r?s.getDescription():s:s.getDescription();case"type":return s.getType();case"itemType":return s.getItemType();case"keyType":return s.getKeyType();case"valueType":return s.getValueType();case"value":return t?r?s.getValue()??null:s:s.getValue();case"blueId":return t?r?s.getBlueId()??null:s:s.getBlueId();case"blue":return s.getBlue();case"items":return s.getItems();case"properties":return s.getProperties();case"contracts":return s.getContracts();default:return}}function st(s,e,t=!0){if(s instanceof d){const r=mt(s,e,!0,t);if(r!==void 0||["name","description","type","itemType","keyType","valueType","value","blueId","blue","items","properties","contracts"].includes(e))return r;if(/^-?\d+$/.test(e)&&e!=="-"){const i=s.getItems(),o=parseInt(e,10);return i&&o>=0&&o<i.length?i[o]:void 0}const n=s.getProperties();return n&&e in n?n[e]:void 0}if(Array.isArray(s)){if(e==="-")return;const r=ee(e);return r>=0&&r<s.length?s[r]:void 0}if($(s))return s[e]}function se(s,e){if(e.length===0)return{parent:s,key:"value",actualTarget:s.getValue()??s};let t=s;for(let n=0;n<e.length-1;++n){const i=e[n],o=st(t,i);if(o===void 0)throw new Error(`Cannot resolve '/${e.slice(0,n+1).join("/")}'`);t=o}const r=e[e.length-1];if(t instanceof d){const n=st(t,r,!1);if((typeof n!="object"||n===null||O(n))&&!(n instanceof d)&&!Array.isArray(n)&&["name","description","value","blueId"].includes(r))return{parent:t,key:r,actualTarget:n}}return Array.isArray(t)&&r==="-"?{parent:t,key:"-"}:t instanceof d&&t.getItems()&&r==="-"?{parent:t,key:"-"}:{parent:t,key:Array.isArray(t)?ee(r):r}}function Ge(s,e){var t;if(s instanceof d){const r=e,n=mt(s,r,!1);if(n!==void 0||["name","description","type","itemType","keyType","valueType","value","blueId","blue","items","properties","contracts"].includes(r))return n;if(typeof e=="number"||typeof e=="string"&&/^\d+$/.test(e)){const i=s.getItems(),o=typeof e=="number"?e:parseInt(e,10);if(i&&o>=0&&o<i.length)return i[o]}return(t=s.getProperties())==null?void 0:t[r]}return Array.isArray(s)||$(s)?s[e]:s}function v(s){if(s instanceof d)return s;if(s===null||typeof s=="string"||typeof s=="number"||typeof s=="boolean"||O(s))return f.deserialize(s);const e=Fe(s);return f.deserialize(e)}function Fe(s){if(s===void 0)return null;if(s===null||typeof s!="object")return s;if(Array.isArray(s))return s.map(Fe);const e={};for(const[t,r]of Object.entries(s))e[t]=Fe(r);return e}function We(s,e,t){if(s instanceof d){const r=e;switch(r){case"name":s.setName(t);return;case"description":s.setDescription(t);return;case"type":s.setType(t instanceof d||typeof t=="string"||t===void 0?t:v(t));return;case"itemType":s.setItemType(t instanceof d||typeof t=="string"||t===void 0?t:v(t));return;case"keyType":s.setKeyType(t instanceof d||typeof t=="string"||t===void 0?t:v(t));return;case"valueType":s.setValueType(t instanceof d||typeof t=="string"||t===void 0?t:v(t));return;case"value":{const n=t;s.setValue(n===void 0?null:n);return}case"blueId":s.setBlueId(t);return;case"blue":s.setBlue(t instanceof d||t===void 0?t:v(t));return;case"items":s.setItems(t);return;case"properties":s.setProperties(t);return;case"contracts":s.setContracts(t);return;default:{if(t===void 0){const n=s.getProperties();n&&r in n&&delete n[r]}else s.getProperties()||s.setProperties({}),s.addProperty(r,t instanceof d?t:v(t));return}}}Array.isArray(s)?s.splice(ee(e),1):$(s)&&(t===void 0?delete s[e]:s[e]=t)}function Or(s,e,t,r){let n=-1;if(e!=="-"&&(n=typeof e=="number"?e:parseInt(e,10),isNaN(n)))throw new Error(`Invalid numeric key for BlueNode item operation: ${e}`);if(n<-1)throw new Error(`Invalid array index for BlueNode items: ${n}`);let i=s.getItems();if(i||(i=[],s.setItems(i)),!r&&n!==-1&&n>i.length)throw new Error(`ADD operation failed: Target array index '${n}' is greater than array length ${i.length}.`);if(e==="-")i.push(t);else if(r){if(n>=0)if(n<i.length)i[n]=t;else{for(let o=i.length;o<n;o++)i.push(f.deserialize(null));i.push(t)}}else i.splice(n,0,t)}function ge(s,e,t,r){if(Array.isArray(s)){const n=e==="-"?s.length:ee(e);if(!r&&n>s.length)throw new Error(`ADD operation failed: Target array index '${n}' is greater than array length ${s.length}. Path involving key '${e}'.`);if(n<0&&e!=="-")throw new Error(`Invalid negative array index: ${e}`);const i=v(t);if(r){if(n>=0&&n<s.length)s[n]=i;else if(n>=s.length){for(let o=s.length;o<n;o++)s.push(f.deserialize(null));s.push(i)}}else s.splice(n,0,i);return}if(s instanceof d){e==="-"||typeof e=="number"&&!isNaN(e)||typeof e=="string"&&/^\d+$/.test(e)?Or(s,e,v(t),r):We(s,e,t);return}if($(s)){s[e]=v(t);return}throw new Error(`Cannot insert into parent of type ${typeof s}`)}function Fr(s,e){if(Array.isArray(s)){const t=ee(e);t===-1&&e==="-"?s.length>0&&s.pop():t>=0&&t<s.length&&s.splice(t,1);return}if(s instanceof d){if(typeof e=="number"||typeof e=="string"&&/^-?\d+$/.test(e)){const t=s.getItems();if(t){const r=ee(e);r===-1&&e==="-"?t.length>0&&t.pop():r>=0&&r<t.length&&t.splice(r,1),t.length===0&&s.setItems(void 0);return}}We(s,e,void 0)}else $(s)&&delete s[e]}function Me(s){if(s instanceof d)return s.clone();if(Array.isArray(s))return s.map(t=>Me(t));if($(s)){const e={};return Object.keys(s).forEach(t=>{e[t]=Me(s[t])}),e}return s}function z(s,e){if(s===e||s instanceof d&&(s.isInlineValue()||s.getValue()!==void 0)&&z(s.getValue()??null,e)||e instanceof d&&(e.isInlineValue()||e.getValue()!==void 0)&&z(s,e.getValue()??null))return!0;if(s instanceof d&&e instanceof d||O(s)&&O(e)||O(s)&&typeof e=="number"||typeof s=="number"&&O(e))return s.toString()===e.toString();if(Array.isArray(s)&&Array.isArray(e))return s.length===e.length&&s.every((t,r)=>z(t,e[r]));if($(s)&&$(e)){const t=Object.keys(s),r=Object.keys(e);return t.length===r.length&&t.every(n=>z(s[n],e[n]))}return!1}function It(s,e){const{parent:t,key:r}=se(s,re(e));return Ge(t,r)}function bt(s,e,t){const r=re(e);if(r.length===0&&e==="/"){const o=v(t);s.setValue(o.getValue()??null),o.getItems()?s.setItems(o.getItems()):s.setItems(void 0);return}const{parent:n,key:i}=se(s,r);ge(n,i,t,!0)}function Mr(s,e,t){const r=re(e);if(r.length===0&&e==="/"){if(s.getItems()&&Array.isArray(t)){const o=v(t);o.getItems()?(s.setItems(o.getItems()),s.setValue(null)):(s.setValue(o.getValue()??null),s.setItems(void 0))}else{const o=v(t);s.setValue(o.getValue()??null),o.getItems()&&s.setItems(o.getItems())}return!0}const{parent:n,key:i}=se(s,r);return ge(n,i,t,!1),!0}function Rr(s,e,t){const r=re(e);if(r.length===0&&e==="/"){const l=v(t);return s.setValue(l.getValue()??null),l.getItems()?s.setItems(l.getItems()):s.setItems(void 0),!0}const{parent:n,key:i,actualTarget:o}=se(s,r);if(o!==void 0&&n instanceof d)We(n,i,t);else{const l=Ge(n,i),a=Array.isArray(n)||n instanceof d&&n.getItems()&&(typeof i=="number"||typeof i=="string"&&/^\d+$/.test(i));if(l===void 0){if(a)throw new Error(`REPLACE failed: Target array index '${i.toString()}' is out of bounds or does not exist at path '${e}'.`);ge(n,i,t,!0)}else ge(n,i,t,!0)}return!0}function Nt(s,e){const t=re(e);if(t.length===0&&e==="/")return s.setValue(null),s.setItems(void 0),s.setProperties(void 0),!0;const{parent:r,key:n}=se(s,t);return Fr(r,n),!0}function jr(s,e,t){const r=Me(It(s,e));return bt(s,t,r),!0}function xr(s,e,t){const r=re(e),{parent:n,key:i}=se(s,r),o=Ge(n,i);if(o===void 0)throw new Error(`MOVE failed: 'from' location '${e}' does not exist.`);return Nt(s,e)?(bt(s,t,o),!0):!1}function $r(s,e,t){const r=It(s,e);let n=t;if(r instanceof d)if((t===null||typeof t=="string"||typeof t=="number"||typeof t=="boolean"||O(t))&&(r.isInlineValue()||r.getValue()!==void 0)){if(!z(r.getValue()??null,t))throw new Error(`TEST failed at '${e}': Expected ${JSON.stringify(t)}, got ${JSON.stringify(r.getValue()??null)}`);return!0}else typeof t=="object"&&!(t instanceof d)&&(n=v(t));else if(O(r)&&typeof t=="number")r instanceof T?n=new T(t.toString()):r instanceof w&&(n=new w(t.toString()));else if((r===null||typeof r=="string"||typeof r=="number"||typeof r=="boolean")&&O(t)){const i=t;!z(r,i.toString())&&(typeof r=="number"&&parseFloat(i.toString()))}if(!z(r,n)){const i=r instanceof d?r.toString():JSON.stringify(r),o=n instanceof d?n.toString():JSON.stringify(n);throw new Error(`TEST failed at '${e}': Expected ${o}, got ${i}`)}return!0}function Lr(s,e){switch(e.op){case"add":return Mr(s,e.path,e.val);case"replace":return Rr(s,e.path,e.val);case"remove":return Nt(s,e.path);case"copy":return jr(s,e.from,e.path);case"move":return xr(s,e.from,e.path);case"test":return $r(s,e.path,e.val)}}function zr(s,e,t=!1){const r=t?s:s.clone();return Lr(r,e),r}const Se=Symbol.for("zod-schema-annotations");function Ur(){if(typeof globalThis<"u")return globalThis;if(typeof global<"u")return global;if(typeof window<"u")return window;if(typeof self<"u")return self;throw new Error("Unable to locate global object")}function Tt(){const s=Ur();return Se in s||(s[Se]=new WeakMap),s[Se]}function ne(s,e){const t=Tt(),r=t.get(s)||{};return t.set(s,{...r,...e}),s}const C=s=>Tt().get(s),Bt=s=>e=>{const t=C(e);return ne(e,{...t,blueDescription:s})},vt=s=>{const e=C(s);return c.isNonNullable(e)&&A.isString(e.blueDescription)?e.blueDescription:null},_r=s=>Bt(s)(u.z.string().optional()),Zr=u.z.union([u.z.string(),u.z.boolean()]),wt=s=>e=>{const t=C(e);return ne(e,{...t,blueId:s})},Et=s=>{const e=C(s),t=Zr.safeParse(e==null?void 0:e.blueId);return t.success?t.data:null},kr=s=>wt(s??!0)(u.z.string()),Pt=s=>e=>{const t=C(e);return ne(e,{...t,blueName:s})},St=s=>{const e=C(s);return c.isNonNullable(e)&&A.isString(e.blueName)?e.blueName:null},Yr=s=>{const e=u.z.string().optional();return Pt(s)(e)},At=()=>s=>{const e=C(s);return ne(s,{...e,blueNode:!0})},Ct=s=>{const e=C(s);return c.isNonNullable(e)&&c.isNonNullable(e.blueNode)&&e.blueNode===!0?e.blueNode:null},He=s=>!!Ct(s),Jr=()=>{const s=u.z.instanceof(d);return At()(s)},Re="extendedFrom",Vt=({schema:s,baseSchema:e})=>{const t=C(s)||{};return ne(s,{...t,[Re]:e})},Dt=s=>{const e=C(s);return c.isNonNullable(e)&&e[Re]?e[Re]:null},qe=(s,e)=>{const t=Dt(s);return c.isNullable(t)?!1:(t==null?void 0:t._def)===(e==null?void 0:e._def)?!0:qe(t,e)},Kr=s=>new Proxy(s,{get(e,t,r){return t==="extend"?function(...n){const i=e.extend(...n);return Vt({schema:i,baseSchema:e})}:Reflect.get(e,t,r)}}),Gr=u.z.object({value:u.z.array(u.z.string()).optional(),defaultValue:u.z.string().optional()}),Ot=s=>{const e=C(s),t=Gr.passthrough().safeParse(e==null?void 0:e.typeBlueId);return t.success?t.data:null},Wr=s=>e=>{const t=C(e),r=typeof s=="string"?{value:[s]}:s,n=Kr(e);return ne(n,{...t,typeBlueId:{...(t==null?void 0:t.typeBlueId)||{},...r}})};class Ne{static resolveBlueId(e){var i;const t=Ot(e);if(c.isNullable(t))return null;const r=t.defaultValue;if(c.isNonNullable(r))return r;const n=(i=t.value)==null?void 0:i[0];return c.isNonNullable(n)?n:Ne.getRepositoryBlueId(t,e)}static getRepositoryBlueId(e,t){throw new Error("Not implemented")}}class S{static isTypeOf(e,t,r){var o;const n=Ne.resolveBlueId(t),i=(o=e.getType())==null?void 0:o.getBlueId();if(c.isNullable(n)||c.isNullable(i))return!1;if(n===i)return!0;if(r!=null&&r.checkSchemaExtensions&&c.isNonNullable(r.typeSchemaResolver)){const l=r.typeSchemaResolver.resolveSchema(e);return S.checkSchemaExtension(l,t)}return!1}static checkSchemaExtension(e,t){if(!c.isNonNullable(e))return!1;const r=S.unwrapSchema(e),n=S.unwrapSchema(t);return qe(r,n)}static isWrapperType(e){return e instanceof u.ZodOptional||e instanceof u.ZodNullable||e instanceof u.ZodReadonly||e instanceof u.ZodBranded||e instanceof u.ZodEffects||e instanceof u.ZodLazy}static unwrapSchema(e){return He(e)?e:S.isWrapperType(e)?e instanceof u.ZodEffects?S.unwrapSchema(e.innerType()):e instanceof u.ZodLazy?S.unwrapSchema(e.schema):S.unwrapSchema(e.unwrap()):e}}class Ft{constructor(e){h(this,"blueIdMap",new Map);this.registerSchemas(e)}registerSchemas(e){for(const t of e)this.registerSchema(t)}registerSchema(e){const t=Ne.resolveBlueId(e);if(c.isNonNullable(t)){if(this.blueIdMap.has(t))throw new Error(`Duplicate BlueId value: ${t}`);this.blueIdMap.set(t,e)}}resolveSchema(e){const t=this.getEffectiveBlueId(e);return c.isNullable(t)?null:this.blueIdMap.get(t)}getEffectiveBlueId(e){const t=e.getType();return c.isNonNullable(t)&&c.isNonNullable(t.getBlueId())?t.getBlueId():c.isNonNullable(t)?N.calculateBlueIdSync(t):null}getBlueIdMap(){return new Map(this.blueIdMap)}}const B={NAME:"name",DESCRIPTION:"description",TYPE:"type",BLUE_ID:"blue_id",KEY_TYPE:"key_type",VALUE_TYPE:"value_type",ITEM_TYPE:"item_type",VALUE:"value",PROPERTIES:"properties",BLUE:"blue",ITEMS:"items"};class Te{static isEmptyNode(e){return this.hasFieldsAndMayHaveFields(e)}static hasBlueIdOnly(e){return this.hasFieldsAndMayHaveFields(e,new Set([B.BLUE_ID]))}static hasItemsOnly(e){return this.hasFieldsAndMayHaveFields(e,new Set([B.ITEMS]))}static isValidValueNode(e){const t=e.getValue(),r=e.getProperties(),n=e.getItems();return c.isNonNullable(t)&&c.isNullable(r)&&c.isNullable(n)}static textNode(e){return new d().setType(new d().setBlueId(k)).setValue(e)}static integerNode(e){const t=e instanceof T?e:new T(e.toString());return new d().setType(new d().setBlueId(J)).setValue(t)}static doubleNode(e){const t=e instanceof w?e:new w(e.toString());return new d().setType(new d().setBlueId(Y)).setValue(t)}static booleanNode(e){return new d().setType(new d().setBlueId(K)).setValue(e)}static hasFieldsAndMayHaveFields(e,t=new Set,r=new Set){for(const n of Object.values(B)){const i=c.isNonNullable(this.getFieldValue(e,n));if(t.has(n)){if(!i)return!1}else if(!r.has(n)){if(i)return!1}}return!0}static getFieldValue(e,t){switch(t){case B.NAME:return e.getName();case B.TYPE:return e.getType();case B.VALUE:return e.getValue();case B.DESCRIPTION:return e.getDescription();case B.PROPERTIES:return e.getProperties();case B.BLUE:return e.getBlue();case B.ITEMS:return e.getItems();case B.KEY_TYPE:return e.getKeyType();case B.VALUE_TYPE:return e.getValueType();case B.ITEM_TYPE:return e.getItemType();case B.BLUE_ID:return e.getBlueId();default:throw new Error(`Unknown field: ${t}`)}}}class Be{}function nt(s,e){const t=s.split(e),r=[...t].reverse().findIndex(i=>i!==""),n=r===-1?0:t.length-r;return t.slice(0,n)}class Xe extends Be{constructor(t,r){super();h(this,"allowedPaths");h(this,"maxDepth");h(this,"currentPath",[]);this.allowedPaths=t,this.maxDepth=r}shouldExtendPathSegment(t){if(this.currentPath.length>=this.maxDepth)return!1;const r=this.normalizePath(this.getCurrentFullPath()+"/"+t);return this.isAllowedPath(r)}shouldMergePathSegment(t){return this.shouldExtendPathSegment(t)}isAllowedPath(t){for(const r of this.allowedPaths)if(this.matchesAllowedPath(r,t))return!0;return!1}matchesAllowedPath(t,r){const n=nt(t,"/"),i=nt(r,"/");if(i.length>n.length)return!1;for(let o=1;o<i.length;o++)if(n[o]!=="*"&&n[o]!==i[o])return!1;return!0}enterPathSegment(t){this.currentPath.push(t)}exitPathSegment(){this.currentPath.length>0&&this.currentPath.pop()}getCurrentFullPath(){return"/"+this.currentPath.join("/")}normalizePath(t){return"/"+t.split("/").filter(r=>r!=="").join("/")}static withMaxDepth(t){const r=new it().setMaxDepth(t);for(let n=1;n<=t;n++){const i="/"+Array(n).fill("*").join("/");r.addPath(i)}return r.build()}static withSinglePath(t){return new it().addPath(t).build()}}class it{constructor(){h(this,"allowedPaths",new Set);h(this,"maxDepth",Number.MAX_SAFE_INTEGER)}addPath(e){return this.allowedPaths.add(e),this}setMaxDepth(e){return this.maxDepth=e,this}build(){return new Xe(this.allowedPaths,this.maxDepth)}}class Hr extends Be{shouldExtendPathSegment(){return!0}shouldMergePathSegment(){return!0}enterPathSegment(){}exitPathSegment(){}}class Qe extends Be{constructor(t){super();h(this,"limits");this.limits=t}shouldExtendPathSegment(t,r){return this.limits.every(n=>n.shouldExtendPathSegment(t,r))}shouldMergePathSegment(t,r){return this.limits.every(n=>n.shouldMergePathSegment(t,r))}enterPathSegment(t,r){this.limits.forEach(n=>{n.enterPathSegment(t,r)})}exitPathSegment(){this.limits.forEach(t=>{t.exitPathSegment()})}static of(...t){return new Qe(t)}}const H=new Hr;function Ae(s,e){const t=s.getType();if(t===void 0)return;const r=t.getBlueId();if(r!==void 0){if(ue.includes(r)){const i=pr[r];return new d().setBlueId(r).setName(i)}const n=e.fetchByBlueId(r);if(!n||n.length===0)return;if(n.length>1)throw new Error(`Expected a single node for type with blueId '${r}', but found multiple.`);return n[0]}return t}function E(s,e,t){const r=N.calculateBlueIdSync(s),n=N.calculateBlueIdSync(e);if(r===n)return!0;if(r&&ue.includes(r)){let o=e;for(;o!==void 0;){if(N.calculateBlueIdSync(o)===r)return!0;o=Ae(o,t)}return!1}let i=Ae(s,t);for(;i!==void 0;){if(N.calculateBlueIdSync(i)===n)return!0;i=Ae(i,t)}return!1}function qr(s,e){return ut.some(t=>{const r=new d().setBlueId(t);return E(s,r,e)})}function Xr(s,e){const t=new d().setBlueId(k);return E(s,t,e)}function Qr(s,e){const t=new d().setBlueId(J);return E(s,t,e)}function es(s,e){const t=new d().setBlueId(Y);return E(s,t,e)}function ts(s,e){const t=new d().setBlueId(K);return E(s,t,e)}function rs(s){return(s==null?void 0:s.getBlueId())===at}function ss(s){return(s==null?void 0:s.getBlueId())===ct}function ns(s,e){return Ye.some(t=>{const r=new d().setName(t);return E(s,r,e)})}function is(s,e){for(const t of Ye){const r=new d().setName(t);if(E(s,r,e))return t}throw new Error(`Cannot determine the basic type for node of type "${s.getName()||"unknown"}".`)}const os=s=>s instanceof u.ZodOptional||s instanceof u.ZodNullable||s instanceof u.ZodReadonly||s instanceof u.ZodBranded||s instanceof u.ZodEffects||s instanceof u.ZodLazy,ls=s=>s instanceof u.ZodString||s instanceof u.ZodNumber||s instanceof u.ZodBoolean||s instanceof u.ZodBigInt;class Mt{static convertValue(e,t){var i;const r=(i=e.getType())==null?void 0:i.getBlueId(),n=e.getValue();return c.isNullable(n)?ls(t)&&Te.isValidValueNode(e)?this.getDefaultPrimitiveValue(t):n:k===r?this.convertFromString(String(n),t):Y===r||n instanceof w?this.convertFromBigDecimal(new w(n==null?void 0:n.toString()),t):J===r||n instanceof T?this.convertFromBigInteger(new T(n==null?void 0:n.toString()),t):K===r||typeof n=="boolean"?this.convertFromBoolean(!!n,t):this.convertFromString(String(n),t)}static convertFromString(e,t){if(!t||t instanceof u.ZodString||t instanceof u.ZodEnum||t instanceof u.ZodNativeEnum)return e;if(t instanceof u.ZodNumber)return Number(e);if(t instanceof u.ZodBoolean)return e.toLowerCase()==="true";if(t instanceof u.ZodBigInt)return BigInt(e);throw new Error(`Cannot convert String to ${t._def.typeName}`)}static convertFromBigDecimal(e,t){if(t instanceof u.ZodNumber)return e.toNumber();if(t instanceof u.ZodString)return e.toString();throw new Error(`Cannot convert Number to ${t._def.typeName}`)}static convertFromBigInteger(e,t){if(t instanceof u.ZodNumber)return e.toNumber();if(t instanceof u.ZodBigInt)return BigInt(e.toString());if(t instanceof u.ZodString)return e.toString();throw new Error(`Cannot convert Number to ${t._def.typeName}`)}static convertFromBoolean(e,t){if(!t||t instanceof u.ZodBoolean)return e;if(t instanceof u.ZodString)return e.toString();if(t instanceof u.ZodNumber)return Number(e);if(t instanceof u.ZodBigInt)return BigInt(e);throw new Error(`Cannot convert Boolean to ${t._def.typeName}`)}static getDefaultPrimitiveValue(e){if(!e)return null;if(e instanceof u.ZodNumber)return 0;if(e instanceof u.ZodBoolean)return!1;if(e instanceof u.ZodString)return"";throw new Error(`Unsupported primitive type: ${e._def.typeName}`)}}class as{convert(e,t){return Mt.convertValue(e,t)}}class cs{constructor(e){this.nodeToObjectConverter=e}convert(e,t){return this.convertFields(e,t)}convertFields(e,t){if(t instanceof u.ZodIntersection){const r=t._def.left,n=t._def.right,i=this.convert(e,r),o=this.convert(e,n);return{...i,...o}}if(t instanceof u.ZodUnion)throw new Error("Union not supported");if(t instanceof u.ZodObject)return Object.keys(t.shape).reduce((n,i)=>{const o=e.getProperties(),l=t.shape[i],a=Et(l);if(c.isNonNullable(a)){const b=A.isString(a)?a:i,L=o==null?void 0:o[b],G=L?N.calculateBlueIdSync(L):void 0;return n[i]=G,n}const p=St(l);if(c.isNonNullable(p)){const b=o==null?void 0:o[p];return n[i]=b==null?void 0:b.getName(),n}const I=vt(l);if(c.isNonNullable(I)){const b=o==null?void 0:o[I];return n[i]=b==null?void 0:b.getDescription(),n}if(i==="name"){const b=e.getName();return n[i]=b,n}if(i==="description"){const b=e.getDescription();return n[i]=b,n}const y=o==null?void 0:o[i];if(c.isNullable(y))return n;const m=this.nodeToObjectConverter.convert(y,l);return n[i]=m,n},{});throw new Error("Unknown schema type, "+t._def.typeName)}}class us{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const r=e.getItems();if(!r)return;const n=t.element;return r.map(o=>this.nodeToObjectConverter.convert(o,n))}}class ds{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const r=e.getItems();if(!r)return;const n=t._def.valueType,i=r.map(o=>this.nodeToObjectConverter.convert(o,n));return new Set(i)}}class hs{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const r=t.keySchema,n=t.valueSchema,i=new Map,o=e.getName();c.isNonNullable(o)&&i.set(q,o);const l=e.getDescription();c.isNonNullable(l)&&i.set(X,l);const a=e.getProperties();return c.isNonNullable(a)&&Object.entries(a).forEach(([p,I])=>{const y=new d().setValue(p);y.setType(new d().setBlueId(k));const m=Mt.convertValue(y,r),b=this.nodeToObjectConverter.convert(I,n);i.set(m,b)}),t instanceof u.ZodRecord?Object.fromEntries(i):i}}class ps{convert(e){return g.get(e)}}class fs{convert(e){return g.get(e)}}class gs{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const r=e.getItems();if(!r)return;const n=t.items;return r.map((o,l)=>this.nodeToObjectConverter.convert(o,n[l]))}}const ys=u.z.union([u.z.literal("ZodString"),u.z.literal("ZodNumber"),u.z.literal("ZodBoolean"),u.z.literal("ZodBigInt"),u.z.literal("ZodArray"),u.z.literal("ZodSet"),u.z.literal("ZodMap"),u.z.literal("ZodRecord"),u.z.literal("ZodObject"),u.z.literal("ZodEnum"),u.z.literal("ZodNativeEnum"),u.z.literal("ZodUnknown"),u.z.literal("ZodAny"),u.z.literal("ZodTuple")]);class ms{constructor(e){h(this,"converters",new Map);h(this,"complexObjectConverter");this.nodeToObjectConverter=e,this.registerConverters(),this.complexObjectConverter=new cs(this.nodeToObjectConverter)}registerConverters(){const e=new as,t=new us(this.nodeToObjectConverter),r=new gs(this.nodeToObjectConverter),n=new ds(this.nodeToObjectConverter),i=new hs(this.nodeToObjectConverter);this.converters.set("ZodString",e),this.converters.set("ZodNumber",e),this.converters.set("ZodBoolean",e),this.converters.set("ZodBigInt",e),this.converters.set("ZodEnum",e),this.converters.set("ZodNativeEnum",e),this.converters.set("ZodUnknown",new ps),this.converters.set("ZodAny",new fs),this.converters.set("ZodArray",t),this.converters.set("ZodTuple",r),this.converters.set("ZodSet",n),this.converters.set("ZodMap",i),this.converters.set("ZodRecord",i),this.converters.set("ZodObject",this.complexObjectConverter)}getConverter(e){const t=this.getSchemaTypeName(e);return this.converters.get(t)??this.complexObjectConverter}getSchemaTypeName(e){if(os(e))return e instanceof u.ZodEffects?this.getSchemaTypeName(e.innerType()):e instanceof u.ZodLazy?this.getSchemaTypeName(e.schema):this.getSchemaTypeName(e.unwrap());const t=e._def.typeName;try{return ys.parse(t)}catch{throw new Error(`Schema type name ${t} is not supported`)}}}class Is{constructor(e){h(this,"converterFactory");this.typeSchemaResolver=e,this.converterFactory=new ms(this)}convert(e,t){var o;const r=(o=this.typeSchemaResolver)==null?void 0:o.resolveSchema(e),n=S.unwrapSchema(t);if(He(n))return e;let i=n;return S.checkSchemaExtension(r,n)&&c.isNonNullable(r)&&(i=r),this.convertWithType(e,i)}convertWithType(e,t){return this.converterFactory.getConverter(t).convert(e,t)}}class he{fetchFirstByBlueId(e){const t=this.fetchByBlueId(e);return t&&t.length>0?t[0]:null}}function bs(s){return new class extends he{fetchByBlueId(e){return s(e)}}}class Ns extends he{constructor(t){super();h(this,"nodeProviders");this.nodeProviders=t}fetchByBlueId(t){for(const r of this.nodeProviders){const n=r.fetchByBlueId(t);if(n&&n.length>0)return n}return[]}fetchFirstByBlueId(t){for(const r of this.nodeProviders){const n=r.fetchFirstByBlueId(t);if(n)return n}return null}getNodeProviders(){return this.nodeProviders}}const Ce=Z.types.float.options,Ts={...Ce,construct:s=>{const e=s.replace(/_/g,"").toLowerCase();if(!c.isPreciseNumberString(e))return new w(e);if(Ce.construct)return Ce.construct(s)}},Bs=new Z.Type("tag:yaml.org,2002:float",Ts),Ve=Z.types.int.options,vs={...Ve,construct:s=>{let e=s;if(e.indexOf("_")!==-1&&(e=e.replace(/_/g,"")),!c.isPreciseNumberString(e))return new T(e);if(Ve.construct)return Ve.construct(s)}},ws=new Z.Type("tag:yaml.org,2002:int",vs),Rt=Z.CORE_SCHEMA.extend({implicit:[Bs,ws]}),F=s=>{const e=Z.load(s,{schema:Rt});return e===void 0?void 0:e},Es=s=>Z.dump(s,{schema:Rt,replacer:(e,t)=>{if(D(t)){if(x(t)){const r=new j(Number.MIN_SAFE_INTEGER.toString()),n=new j(Number.MAX_SAFE_INTEGER.toString());if(t.lt(r)||t.gt(n))return t.toString()}return t.toNumber()}return t}}),jt=`- type:
|
|
1
|
+
"use strict";var es=Object.defineProperty;var ts=(r,e,t)=>e in r?es(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var p=(r,e,t)=>ts(r,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const j=require("big.js"),c=require("@blue-labs/shared-utils"),u=require("zod"),ss=require("bs58"),C=require("radash"),rs=require("js-sha256"),ns=require("crypto"),is=require("base32.js"),k=require("js-yaml"),lt=r=>r&&r.__esModule?r:{default:r},ae=lt(ss),Se=lt(ns);class w extends j{constructor(e){super(e)}}class T extends j{constructor(e){super(e)}}class os{static get(e,t,s,n=!0){if(c.isNullable(t)||!t.startsWith("/"))throw new Error(`Invalid path: ${t}`);if(t==="/"){const o=e.getValue();return n&&o!==void 0?o:e}const i=t.substring(1).split("/");return this.getRecursive(e,i,0,s,n)}static getRecursive(e,t,s,n,i){if(s===t.length-1&&!i)return this.getNodeForSegment(e,t[s],n,!1);if(s===t.length){const a=e.getValue();return i&&a!==void 0?a:e}const o=t[s],l=this.getNodeForSegment(e,o,n,!0);if(l)return this.getRecursive(l,t,s+1,n,i)}static getNodeForSegment(e,t,s,n){let i;const o=e.getProperties();if(o&&t in o)i=o[t];else switch(t){case"name":{const l=e.getName();i=new d().setValue(l??null);break}case"description":{const l=e.getDescription();i=new d().setValue(l??null);break}case"type":i=e.getType();break;case"itemType":i=e.getItemType();break;case"keyType":i=e.getKeyType();break;case"valueType":i=e.getValueType();break;case"value":{const l=e.getValue();i=new d().setValue(l??null);break}case"blueId":{const l=e.getBlueId();i=new d().setValue(l??null);break}case"blue":i=e.getBlue();break;case"items":{const l=e.getItems();i=new d().setItems(l);break}case"properties":{const l=e.getProperties();i=new d().setProperties(l);break}case"contracts":{const l=e.getContracts();i=new d().setContracts(l);break}default:{if(/^\d+$/.test(t)){const l=parseInt(t,10),a=e.getItems();a&&l>=0&&l<a.length?i=a[l]:i=void 0}else i=void 0;break}}if(i)return n&&s?this.link(i,s):i}static link(e,t){const s=t(e);return c.isNonNullable(s)?s:e}}const q="name",X="description",fe="type",ke="itemType",Ye="keyType",Je="valueType",Ne="value",Ke="items",_="blueId",Ge="blue",ls=[q,X,fe,ke,Ye,Je,Ne,Ke,_,Ge],as="Text",cs="Double",us="Integer",ds="Boolean",hs="List",ps="Dictionary",We=[as,cs,us,ds],at=[...We,hs,ps],Y="F92yo19rCcbBoBSpUA5LRxpfDejJDAaP1PRxxbWAraVP",J="68ryJtnmui4j5rCZWUnkZ3DChtmEb7Z9F8atn1mBSM3L",K="DHmxTkFbXePZHCHCYmQr2dSzcNLcryFVjXVHkdQrrZr8",G="EL6AjrbJsxTWRTPzY8WR8Y2zAMXRbydQj83PcZwuAHbo",ct="G8wmfjEqugPEEXByMYWJXiEdbLToPRWNQEekNxrxfQWB",ut="294NBTj2mFRL3RB4kDRUSckwGg7Kzj6T8CTAFeR1kcSA",dt=[Y,J,K,G],de=[...dt,ct,ut];Object.fromEntries(at.map((r,e)=>[r,de[e]]));const fs=Object.fromEntries(de.map((r,e)=>[r,at[e]])),S=class S{constructor(e){p(this,"name");p(this,"description");p(this,"type");p(this,"itemType");p(this,"keyType");p(this,"valueType");p(this,"value");p(this,"items");p(this,"properties");p(this,"blueId");p(this,"blue");p(this,"inlineValue",!1);this.name=e}getName(){return this.name}setName(e){return this.name=e,this}getDescription(){return this.description}setDescription(e){return this.description=e,this}getType(){return this.type}setType(e){return typeof e=="string"?this.type=new S().setValue(e).setInlineValue(!0):this.type=e,this}getItemType(){return this.itemType}setItemType(e){return typeof e=="string"?this.itemType=new S().setValue(e).setInlineValue(!0):this.itemType=e,this}getKeyType(){return this.keyType}setKeyType(e){return typeof e=="string"?this.keyType=new S().setValue(e).setInlineValue(!0):this.keyType=e,this}getValueType(){return this.valueType}setValueType(e){return typeof e=="string"?this.valueType=new S().setValue(e).setInlineValue(!0):this.valueType=e,this}getValue(){var t;const e=(t=this.type)==null?void 0:t.getBlueId();if(c.isNonNullable(e)&&c.isNonNullable(this.value)){if(e===K&&typeof this.value=="string")return new T(this.value);if(e===J&&typeof this.value=="string"){const s=new w(this.value),n=parseFloat(s.toString());return new w(n.toString())}else if(e===G&&typeof this.value=="string")return this.value.toLowerCase()==="true"}return this.value}setValue(e){return typeof e=="number"?e%1===0?this.value=new T(e.toString()):this.value=new w(e.toString()):this.value=e,this}getItems(){return this.items}setItems(e){return this.items=e,this}addItems(...e){return this.items||(this.items=[]),this.items.push(...e),this}getProperties(){return this.properties}setProperties(e){return this.properties=e,this}addProperty(e,t){return this.properties||(this.properties={}),this.properties[e]=t,this}removeProperty(e){return this.properties&&delete this.properties[e],this}getContractsProperty(){var e;return(e=this.properties)==null?void 0:e.contracts}getContracts(){var e;return(e=this.getContractsProperty())==null?void 0:e.getProperties()}setContracts(e){return c.isNullable(e)?this.removeProperty("contracts"):this.addProperty("contracts",new S().setProperties(e)),this}addContract(e,t){const s=this.getContractsProperty();return c.isNullable(s)?this.addProperty("contracts",new S().addProperty(e,t)):s.addProperty(e,t),this}removeContract(e){const t=this.getContractsProperty();if(t){t.removeProperty(e);const s=t.getProperties();s&&Object.keys(s).length===0&&this.removeProperty("contracts")}return this}getBlueId(){return this.blueId}setBlueId(e){return this.blueId=e,this}getBlue(){return this.blue}setBlue(e){return this.blue=e,this}isInlineValue(){return this.inlineValue}setInlineValue(e){return this.inlineValue=e,this}isResolved(){return!1}get(e,t){return os.get(this,e,t)}getAsNode(e){const t=this.get(e);if(t instanceof S)return t;throw new Error(`Value at path ${e} is not a BlueNode: ${t}`)}getAsInteger(e){const t=this.get(e);if(t instanceof T||t instanceof w)return t.toNumber();throw new Error(`Value at path ${e} is not a BigInteger or BigDecimal: ${t}`)}clone(){var t,s,n,i,o,l;const e=new S(this.name);return e.description=this.description,e.type=(t=this.type)==null?void 0:t.clone(),e.itemType=(s=this.itemType)==null?void 0:s.clone(),e.keyType=(n=this.keyType)==null?void 0:n.clone(),e.valueType=(i=this.valueType)==null?void 0:i.clone(),e.value=this.value,e.items=(o=this.items)==null?void 0:o.map(a=>a.clone()),this.properties&&(e.properties=Object.fromEntries(Object.entries(this.properties).map(([a,h])=>[a,h.clone()]))),e.blueId=this.blueId,e.blue=(l=this.blue)==null?void 0:l.clone(),e.inlineValue=this.inlineValue,e}toString(){return`BlueNode{name='${this.name}', description='${this.description}', type=${this.type}, itemType=${this.itemType}, keyType=${this.keyType}, valueType=${this.valueType}, value=${this.value}, items=${this.items}, properties=${this.properties}, blueId='${this.blueId}', blue=${this.blue}, inlineValue=${this.inlineValue}}`}};p(S,"INTEGER",new S("Integer"));let d=S;class Z{static isPotentialBlueId(e){if(!e||e.length===0||!this.BLUE_ID_PATTERN.test(e))return!1;const t=e.split("#"),s=t[0],n=s.length;if(n<this.MIN_BLUE_ID_LENGTH||n>this.MAX_BLUE_ID_LENGTH)return!1;try{if(ae.default.decode(s).length!==32)return!1}catch{return!1}if(t.length>1)try{if(Number(t[1])<0)return!1}catch{return!1}return!0}}p(Z,"MIN_BLUE_ID_LENGTH",41),p(Z,"MAX_BLUE_ID_LENGTH",45),p(Z,"BLUE_ID_PATTERN",/^[1-9A-HJ-NP-Za-km-z]{41,45}(?:#\d+)?$/);const gs=u.z.string().max(Z.MAX_BLUE_ID_LENGTH,{message:"Blue Id has a maximum length of 45 characters"}).min(Z.MIN_BLUE_ID_LENGTH,{message:"Blue Id has a minimum length of 41 characters"}).refine(r=>{try{return ae.default.decode(r),!0}catch{return!1}},{message:"Blue Id must be a valid Base58 string"}),Q=u.z.lazy(()=>u.z.record(u.z.unknown()).and(u.z.object({blueId:u.z.string().optional(),name:u.z.string().optional(),description:u.z.string().optional(),type:Q.optional(),value:u.z.union([u.z.string(),u.z.number(),u.z.boolean()]).optional().nullable(),items:u.z.array(Q).optional()}))),he=u.z.object({blueId:u.z.string().optional(),name:u.z.string().optional(),description:u.z.string().optional(),type:Q.optional()}),ys=he.extend({value:u.z.string().optional()}),ms=he.extend({value:u.z.number().optional()}),Is=he.extend({value:u.z.boolean().optional()}),bs=he.extend({items:u.z.array(u.z.string()).optional()}),Ns=r=>Q.safeParse(r).success,ht=r=>c.isNonNullable(r)&&"blueId"in r&&c.isNonNullable(r.blueId),Ts=r=>c.isNonNullable(r)&&"name"in r&&c.isNonNullable(r.name),pt=r=>c.isNonNullable(r)&&"items"in r&&c.isNonNullable(r.items),ft=r=>c.isNonNullable(r)&&"type"in r&&c.isNonNullable(r.type),gt=r=>c.isNonNullable(r)&&"value"in r&&c.isNonNullable(r.value),vs=(r,e)=>r.required({type:!0}).safeParse(e).success,P=r=>r instanceof j,x=r=>P(r)&&r instanceof T,ge=r=>P(r)&&r instanceof w,Bs=u.z.lazy(()=>u.z.record(ce)),ws=u.z.lazy(()=>u.z.union([u.z.array(ce),u.z.array(ce).readonly()])),ce=u.z.lazy(()=>u.z.union([c.jsonPrimitiveSchema,Bs,ws,u.z.instanceof(j)])),He=r=>C.isObject(r)&&!C.isArray(r)&&!c.isReadonlyArray(r)&&!P(r),qe=r=>C.isArray(r)||c.isReadonlyArray(r),Es=r=>qe(r)||He(r)||P(r)||c.isJsonPrimitive(r);class f{static deserialize(e){return f.handleNode(e)}static handleNode(e){if(e===void 0)throw new Error("This is not a valid JSON-like value. Found 'undefined' as a value.");if(He(e)){const t=new d,s={};return Object.entries(e).forEach(([n,i])=>{switch(n){case q:if(i==null)t.setName(void 0);else{if(typeof i!="string")throw new Error(`The ${q} field must be a string.`);t.setName(i)}break;case X:if(i==null)t.setDescription(void 0);else{if(typeof i!="string")throw new Error(`The ${X} field must be a string.`);t.setDescription(i)}break;case fe:t.setType(f.handleNode(i));break;case ke:t.setItemType(f.handleNode(i));break;case Ye:t.setKeyType(f.handleNode(i));break;case Je:t.setValueType(f.handleNode(i));break;case Ne:t.setValue(f.handleValue(i));break;case _:if(typeof i!="string")throw new Error(`The ${_} field must be a string.`);t.setBlueId(i);break;case Ke:t.setItems(f.handleArray(i));break;case Ge:t.setBlue(f.handleNode(i));break;default:s[n]=f.handleNode(i);break}}),Object.keys(s).length>0&&t.setProperties(s),t}else{if(qe(e))return new d().setItems(f.handleArray(e));{const t=e;return new d().setValue(f.handleValue(t)).setInlineValue(!0)}}}static handleValue(e){if(e==null)return null;if(typeof e=="string")return e;if(typeof e=="number"||P(e))if(x(e)||Number.isSafeInteger(e)){const t=new T(e.toString()),s=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER;return t.lt(s)?new T(s.toString()):t.gt(n)?new T(n.toString()):t}else{const t=parseFloat(e.toString());return new w(t.toString())}else if(typeof e=="boolean")return e;throw new Error(`Can't handle node: ${JSON.stringify(e)}`)}static handleArray(e){if(e!=null){if(C.isObject(e)&&!Array.isArray(e))return[f.handleNode(e)];if(Array.isArray(e))return e.map(f.handleNode);throw new Error("Expected an array node")}}}function Ps(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Ae,nt;function Ss(){return nt||(nt=1,Ae=function r(e){if(typeof e=="number"&&isNaN(e))throw new Error("NaN is not allowed");if(typeof e=="number"&&!isFinite(e))throw new Error("Infinity is not allowed");return e===null||typeof e!="object"?JSON.stringify(e):e.toJSON instanceof Function?r(e.toJSON()):Array.isArray(e)?`[${e.reduce((n,i,o)=>`${n}${o===0?"":","}${r(i===void 0||typeof i=="symbol"?null:i)}`,"")}]`:`{${Object.keys(e).sort().reduce((s,n)=>{if(e[n]===void 0||typeof e[n]=="symbol")return s;const i=s.length===0?"":",";return`${s}${i}${r(n)}:${r(e[n])}`},"")}}`}),Ae}var As=Ss();const Cs=Ps(As);class yt{static canonicalize(e){return Cs(e)}}const Ce=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,me=class me{constructor(){p(this,"browserCrypto");this.browserCrypto=this.initBrowserCrypto()}static getInstance(){return this.instance||(this.instance=new me),this.instance}initBrowserCrypto(){return Ce?null:"crypto"in globalThis?globalThis.crypto:null}hasNodeCrypto(){return Ce&&!!Se.default&&typeof Se.default.createHash=="function"}getBrowserCrypto(){return this.browserCrypto}getNodeCrypto(){return Ce?Se.default:null}};p(me,"instance");let Re=me;class mt{constructor(){p(this,"cryptoEnv",Re.getInstance())}applySync(e){const t=this.canonicalizeInput(e),s=this.cryptoEnv.hasNodeCrypto()?this.sha256Sync(t):this.sha256SyncBrowser(t);return ae.default.encode(new Uint8Array(s))}async apply(e){const t=this.canonicalizeInput(e),s=this.cryptoEnv.hasNodeCrypto()?this.sha256Sync(t):await this.sha256Async(t);return ae.default.encode(new Uint8Array(s))}canonicalizeInput(e){const t=yt.canonicalize(e);if(typeof t!="string")throw new Error("Canonized value must be a string");return t}sha256Sync(e){const t=this.cryptoEnv.getNodeCrypto();if(!t)throw new Error("Synchronous SHA-256 is not available in this environment");return t.createHash("sha256").update(e).digest()}sha256SyncBrowser(e){return rs.sha256.arrayBuffer(e)}async sha256Async(e){if(this.cryptoEnv.hasNodeCrypto())return this.sha256Sync(e);const t=this.cryptoEnv.getBrowserCrypto();if(!t)throw new Error("crypto is not available in this environment");const n=new TextEncoder().encode(e);return t.subtle.digest("SHA-256",n)}}class g{static get(e,t="official"){var rt;const s=e.getValue(),n=this.handleValue(s);if(n!==void 0&&t==="simple")return n;const i=(rt=e.getItems())==null?void 0:rt.map(H=>g.get(H,t));if(i!==void 0&&t==="simple")return i;const o=e.getName(),l=e.getDescription();if(t==="original"&&o===void 0&&l===void 0){if(n!==void 0)return n;if(i!==void 0)return i}const a={};o!==void 0&&(a[q]=o),l!==void 0&&(a[X]=l);const h=e.getType();if(t==="official"&&s!==void 0&&h===void 0){const H=this.inferTypeBlueId(s);H!==null&&(a[fe]={[_]:H})}else h!==void 0&&(a[fe]=g.get(h,t));const y=e.getItemType();y!==void 0&&(a[ke]=g.get(y,t));const m=e.getKeyType();m!==void 0&&(a[Ye]=g.get(m,t));const I=e.getValueType();I!==void 0&&(a[Je]=g.get(I,t)),n!==void 0&&(a[Ne]=n),i!==void 0&&(a[Ke]=i);const b=e.getBlueId();b!==void 0&&(a[_]=b);const L=e.getBlue();L!==void 0&&(a[Ge]=L);const W=e.getProperties();return W!==void 0&&Object.entries(W).forEach(([H,Qt])=>{a[H]=g.get(Qt,t)}),a}static handleValue(e){if(P(e)){if(x(e)){const t=new j(Number.MIN_SAFE_INTEGER.toString()),s=new j(Number.MAX_SAFE_INTEGER.toString());if(e.lt(t)||e.gt(s))return e.toString()}return e.toNumber()}return e}static inferTypeBlueId(e){return typeof e=="string"?Y:P(e)?x(e)?K:J:typeof e=="boolean"?G:null}}const Vs=r=>c.isJsonPrimitive(r)&&c.isNonNullable(r),M=class M{constructor(e){p(this,"hashProvider");this.hashProvider=e}static calculateBlueId(e){if(Array.isArray(e)){const s=e.map(n=>g.get(n));return M.INSTANCE.calculate(s)}const t=g.get(e);return M.INSTANCE.calculate(t)}static calculateBlueIdSync(e){if(Array.isArray(e)){const s=e.map(n=>g.get(n));return M.INSTANCE.calculateSync(s)}const t=g.get(e);return M.INSTANCE.calculateSync(t)}calculate(e){const t=this.cleanStructure(e);if(t===void 0)throw new Error("Object after cleaning cannot be null or undefined.");return this.internalCalculate(t,!1)}calculateSync(e){const t=this.cleanStructure(e);if(t===void 0)throw new Error("Object after cleaning cannot be null or undefined.");return this.internalCalculate(t,!0)}internalCalculate(e,t){return Vs(e)||P(e)?this.applyHash(e.toString(),t):Array.isArray(e)||c.isReadonlyArray(e)?this.calculateList(e,t):this.calculateMap(e,t)}calculateMap(e,t){if(e[_]!==void 0)return e[_];const n=Object.keys(e).map(o=>{const l=e[o];if([q,Ne,X].includes(o))return t?[o,l]:Promise.resolve([o,l]);{const a=this.internalCalculate(l,t);return t?[o,{blueId:a}]:Promise.resolve(a).then(h=>[o,{blueId:h}])}}),i=o=>{const l={};for(const[a,h]of o)l[a]=h;return this.applyHash(l,t)};return t?i(n):Promise.all(n).then(i)}calculateList(e,t){if(e.length===0)throw new Error("Cannot calculate BlueId for an empty list.");let s=this.internalCalculate(e[0],t);const n=(i,o)=>t?this.applyHash([{blueId:i},{blueId:o}],!0):Promise.all([i,o]).then(([l,a])=>this.applyHash([{blueId:l},{blueId:a}],!1));for(let i=1;i<e.length;i++){const o=this.internalCalculate(e[i],t);s=n(s,o)}return s}applyHash(e,t){return t?this.hashProvider.applySync(e):this.hashProvider.apply(e)}cleanStructure(e){if(e!=null){if(c.isJsonPrimitive(e)||P(e))return e;if(Array.isArray(e)||c.isReadonlyArray(e)){const t=e.map(s=>this.cleanStructure(s)).filter(c.isNonNullable);return t.length>0?t:void 0}else if(typeof e=="object"){const t={};for(const s in e){const n=this.cleanStructure(e[s]);n!=null&&(t[s]=n)}return Object.keys(t).length>0?t:void 0}else return e}}};p(M,"INSTANCE",new M(new mt));let N=M;class Ds{static convert(e){const t=ae.default.decode(e),s=new Uint8Array(2+t.length);s[0]=18,s[1]=32,s.set(t,2);const n=new Uint8Array(2+s.length);return n[0]=1,n[1]=85,n.set(s,2),"b"+new is.Encoder({type:"rfc4648",lc:!0}).write(n).finalize().replace(/=/g,"")}}class D{static transform(e,t){const s=t(e.clone()),n=s.getType();n!==void 0&&s.setType(D.transform(n,t));const i=s.getItemType();i!==void 0&&s.setItemType(D.transform(i,t));const o=s.getKeyType();o!==void 0&&s.setKeyType(D.transform(o,t));const l=s.getValueType();l!==void 0&&s.setValueType(D.transform(l,t));const a=s.getItems();if(a!==void 0){const y=a.map(m=>D.transform(m,t));s.setItems(y)}const h=s.getProperties();if(h!==void 0){const y=Object.keys(h).reduce((m,I)=>(m[I]=D.transform(h[I],t),m),{});s.setProperties(y)}return s}}const $=r=>!!r&&typeof r=="object"&&!Array.isArray(r)&&!(r instanceof d),O=r=>r instanceof T||r instanceof w,Os=r=>r.replace(/~1/g,"/").replace(/~0/g,"~");function se(r){if(r==="/")return[];if(!r.startsWith("/"))throw new Error(`Path must start with '/': ${r}`);return r.split("/").slice(1).map(Os)}function ee(r){if(r==="-")return-1;const e=typeof r=="number"?r:parseInt(r,10);if(isNaN(e))throw new Error(`Invalid array index (NaN) from '${r}'`);if(!Number.isFinite(e))throw new Error(`Invalid array index '${r}' results in non-finite number ${e}`);return e}function It(r,e,t,s=!0){switch(e){case"name":return t?s?r.getName()??null:r:r.getName();case"description":return t?s?r.getDescription():r:r.getDescription();case"type":return r.getType();case"itemType":return r.getItemType();case"keyType":return r.getKeyType();case"valueType":return r.getValueType();case"value":return t?s?r.getValue()??null:r:r.getValue();case"blueId":return t?s?r.getBlueId()??null:r:r.getBlueId();case"blue":return r.getBlue();case"items":return r.getItems();case"properties":return r.getProperties();case"contracts":return r.getContracts();default:return}}function it(r,e,t=!0){if(r instanceof d){const s=It(r,e,!0,t);if(s!==void 0||["name","description","type","itemType","keyType","valueType","value","blueId","blue","items","properties","contracts"].includes(e))return s;if(/^-?\d+$/.test(e)&&e!=="-"){const i=r.getItems(),o=parseInt(e,10);return i&&o>=0&&o<i.length?i[o]:void 0}const n=r.getProperties();return n&&e in n?n[e]:void 0}if(Array.isArray(r)){if(e==="-")return;const s=ee(e);return s>=0&&s<r.length?r[s]:void 0}if($(r))return r[e]}function re(r,e){if(e.length===0)return{parent:r,key:"value",actualTarget:r.getValue()??r};let t=r;for(let n=0;n<e.length-1;++n){const i=e[n],o=it(t,i);if(o===void 0)throw new Error(`Cannot resolve '/${e.slice(0,n+1).join("/")}'`);t=o}const s=e[e.length-1];if(t instanceof d){const n=it(t,s,!1);if((typeof n!="object"||n===null||O(n))&&!(n instanceof d)&&!Array.isArray(n)&&["name","description","value","blueId"].includes(s))return{parent:t,key:s,actualTarget:n}}return Array.isArray(t)&&s==="-"?{parent:t,key:"-"}:t instanceof d&&t.getItems()&&s==="-"?{parent:t,key:"-"}:{parent:t,key:Array.isArray(t)?ee(s):s}}function Xe(r,e){var t;if(r instanceof d){const s=e,n=It(r,s,!1);if(n!==void 0||["name","description","type","itemType","keyType","valueType","value","blueId","blue","items","properties","contracts"].includes(s))return n;if(typeof e=="number"||typeof e=="string"&&/^\d+$/.test(e)){const i=r.getItems(),o=typeof e=="number"?e:parseInt(e,10);if(i&&o>=0&&o<i.length)return i[o]}return(t=r.getProperties())==null?void 0:t[s]}return Array.isArray(r)||$(r)?r[e]:r}function B(r){if(r instanceof d)return r;if(r===null||typeof r=="string"||typeof r=="number"||typeof r=="boolean"||O(r))return f.deserialize(r);const e=je(r);return f.deserialize(e)}function je(r){if(r===void 0)return null;if(r===null||typeof r!="object")return r;if(Array.isArray(r))return r.map(je);const e={};for(const[t,s]of Object.entries(r))e[t]=je(s);return e}function Qe(r,e,t){if(r instanceof d){const s=e;switch(s){case"name":r.setName(t);return;case"description":r.setDescription(t);return;case"type":r.setType(t instanceof d||typeof t=="string"||t===void 0?t:B(t));return;case"itemType":r.setItemType(t instanceof d||typeof t=="string"||t===void 0?t:B(t));return;case"keyType":r.setKeyType(t instanceof d||typeof t=="string"||t===void 0?t:B(t));return;case"valueType":r.setValueType(t instanceof d||typeof t=="string"||t===void 0?t:B(t));return;case"value":{const n=t;r.setValue(n===void 0?null:n);return}case"blueId":r.setBlueId(t);return;case"blue":r.setBlue(t instanceof d||t===void 0?t:B(t));return;case"items":r.setItems(t);return;case"properties":r.setProperties(t);return;case"contracts":r.setContracts(t);return;default:{if(t===void 0){const n=r.getProperties();n&&s in n&&delete n[s]}else r.getProperties()||r.setProperties({}),r.addProperty(s,t instanceof d?t:B(t));return}}}Array.isArray(r)?r.splice(ee(e),1):$(r)&&(t===void 0?delete r[e]:r[e]=t)}function Fs(r,e,t,s){let n=-1;if(e!=="-"&&(n=typeof e=="number"?e:parseInt(e,10),isNaN(n)))throw new Error(`Invalid numeric key for BlueNode item operation: ${e}`);if(n<-1)throw new Error(`Invalid array index for BlueNode items: ${n}`);let i=r.getItems();if(i||(i=[],r.setItems(i)),!s&&n!==-1&&n>i.length)throw new Error(`ADD operation failed: Target array index '${n}' is greater than array length ${i.length}.`);if(e==="-")i.push(t);else if(s){if(n>=0)if(n<i.length)i[n]=t;else{for(let o=i.length;o<n;o++)i.push(f.deserialize(null));i.push(t)}}else i.splice(n,0,t)}function ye(r,e,t,s){if(Array.isArray(r)){const n=e==="-"?r.length:ee(e);if(!s&&n>r.length)throw new Error(`ADD operation failed: Target array index '${n}' is greater than array length ${r.length}. Path involving key '${e}'.`);if(n<0&&e!=="-")throw new Error(`Invalid negative array index: ${e}`);const i=B(t);if(s){if(n>=0&&n<r.length)r[n]=i;else if(n>=r.length){for(let o=r.length;o<n;o++)r.push(f.deserialize(null));r.push(i)}}else r.splice(n,0,i);return}if(r instanceof d){e==="-"||typeof e=="number"&&!isNaN(e)||typeof e=="string"&&/^\d+$/.test(e)?Fs(r,e,B(t),s):Qe(r,e,t);return}if($(r)){r[e]=B(t);return}throw new Error(`Cannot insert into parent of type ${typeof r}`)}function Ms(r,e){if(Array.isArray(r)){const t=ee(e);t===-1&&e==="-"?r.length>0&&r.pop():t>=0&&t<r.length&&r.splice(t,1);return}if(r instanceof d){if(typeof e=="number"||typeof e=="string"&&/^-?\d+$/.test(e)){const t=r.getItems();if(t){const s=ee(e);s===-1&&e==="-"?t.length>0&&t.pop():s>=0&&s<t.length&&t.splice(s,1),t.length===0&&r.setItems(void 0);return}}Qe(r,e,void 0)}else $(r)&&delete r[e]}function xe(r){if(r instanceof d)return r.clone();if(Array.isArray(r))return r.map(t=>xe(t));if($(r)){const e={};return Object.keys(r).forEach(t=>{e[t]=xe(r[t])}),e}return r}function U(r,e){if(r===e||r instanceof d&&(r.isInlineValue()||r.getValue()!==void 0)&&U(r.getValue()??null,e)||e instanceof d&&(e.isInlineValue()||e.getValue()!==void 0)&&U(r,e.getValue()??null))return!0;if(r instanceof d&&e instanceof d||O(r)&&O(e)||O(r)&&typeof e=="number"||typeof r=="number"&&O(e))return r.toString()===e.toString();if(Array.isArray(r)&&Array.isArray(e))return r.length===e.length&&r.every((t,s)=>U(t,e[s]));if($(r)&&$(e)){const t=Object.keys(r),s=Object.keys(e);return t.length===s.length&&t.every(n=>U(r[n],e[n]))}return!1}function bt(r,e){const{parent:t,key:s}=re(r,se(e));return Xe(t,s)}function Nt(r,e,t){const s=se(e);if(s.length===0&&e==="/"){const o=B(t);r.setValue(o.getValue()??null),o.getItems()?r.setItems(o.getItems()):r.setItems(void 0);return}const{parent:n,key:i}=re(r,s);ye(n,i,t,!0)}function Rs(r,e,t){const s=se(e);if(s.length===0&&e==="/"){if(r.getItems()&&Array.isArray(t)){const o=B(t);o.getItems()?(r.setItems(o.getItems()),r.setValue(null)):(r.setValue(o.getValue()??null),r.setItems(void 0))}else{const o=B(t);r.setValue(o.getValue()??null),o.getItems()&&r.setItems(o.getItems())}return!0}const{parent:n,key:i}=re(r,s);return ye(n,i,t,!1),!0}function js(r,e,t){const s=se(e);if(s.length===0&&e==="/"){const l=B(t);return r.setValue(l.getValue()??null),l.getItems()?r.setItems(l.getItems()):r.setItems(void 0),!0}const{parent:n,key:i,actualTarget:o}=re(r,s);if(o!==void 0&&n instanceof d)Qe(n,i,t);else{const l=Xe(n,i),a=Array.isArray(n)||n instanceof d&&n.getItems()&&(typeof i=="number"||typeof i=="string"&&/^\d+$/.test(i));if(l===void 0){if(a)throw new Error(`REPLACE failed: Target array index '${i.toString()}' is out of bounds or does not exist at path '${e}'.`);ye(n,i,t,!0)}else ye(n,i,t,!0)}return!0}function Tt(r,e){const t=se(e);if(t.length===0&&e==="/")return r.setValue(null),r.setItems(void 0),r.setProperties(void 0),!0;const{parent:s,key:n}=re(r,t);return Ms(s,n),!0}function xs(r,e,t){const s=xe(bt(r,e));return Nt(r,t,s),!0}function $s(r,e,t){const s=se(e),{parent:n,key:i}=re(r,s),o=Xe(n,i);if(o===void 0)throw new Error(`MOVE failed: 'from' location '${e}' does not exist.`);return Tt(r,e)?(Nt(r,t,o),!0):!1}function Ls(r,e,t){const s=bt(r,e);let n=t;if(s instanceof d)if((t===null||typeof t=="string"||typeof t=="number"||typeof t=="boolean"||O(t))&&(s.isInlineValue()||s.getValue()!==void 0)){if(!U(s.getValue()??null,t))throw new Error(`TEST failed at '${e}': Expected ${JSON.stringify(t)}, got ${JSON.stringify(s.getValue()??null)}`);return!0}else typeof t=="object"&&!(t instanceof d)&&(n=B(t));else if(O(s)&&typeof t=="number")s instanceof T?n=new T(t.toString()):s instanceof w&&(n=new w(t.toString()));else if((s===null||typeof s=="string"||typeof s=="number"||typeof s=="boolean")&&O(t)){const i=t;!U(s,i.toString())&&(typeof s=="number"&&parseFloat(i.toString()))}if(!U(s,n)){const i=s instanceof d?s.toString():JSON.stringify(s),o=n instanceof d?n.toString():JSON.stringify(n);throw new Error(`TEST failed at '${e}': Expected ${o}, got ${i}`)}return!0}function zs(r,e){switch(e.op){case"add":return Rs(r,e.path,e.val);case"replace":return js(r,e.path,e.val);case"remove":return Tt(r,e.path);case"copy":return xs(r,e.from,e.path);case"move":return $s(r,e.from,e.path);case"test":return Ls(r,e.path,e.val)}}function Us(r,e,t=!1){const s=t?r:r.clone();return zs(s,e),s}const Ve=Symbol.for("zod-schema-annotations");function Zs(){if(typeof globalThis<"u")return globalThis;if(typeof global<"u")return global;if(typeof window<"u")return window;if(typeof self<"u")return self;throw new Error("Unable to locate global object")}function vt(){const r=Zs();return Ve in r||(r[Ve]=new WeakMap),r[Ve]}function ne(r,e){const t=vt(),s=t.get(r)||{};return t.set(r,{...s,...e}),r}const V=r=>vt().get(r),Bt=r=>e=>{const t=V(e);return ne(e,{...t,blueDescription:r})},wt=r=>{const e=V(r);return c.isNonNullable(e)&&C.isString(e.blueDescription)?e.blueDescription:null},_s=r=>Bt(r)(u.z.string().optional()),ks=u.z.union([u.z.string(),u.z.boolean()]),Et=r=>e=>{const t=V(e);return ne(e,{...t,blueId:r})},Pt=r=>{const e=V(r),t=ks.safeParse(e==null?void 0:e.blueId);return t.success?t.data:null},Ys=r=>Et(r??!0)(u.z.string()),St=r=>e=>{const t=V(e);return ne(e,{...t,blueName:r})},At=r=>{const e=V(r);return c.isNonNullable(e)&&C.isString(e.blueName)?e.blueName:null},Js=r=>{const e=u.z.string().optional();return St(r)(e)},Ct=()=>r=>{const e=V(r);return ne(r,{...e,blueNode:!0})},Vt=r=>{const e=V(r);return c.isNonNullable(e)&&c.isNonNullable(e.blueNode)&&e.blueNode===!0?e.blueNode:null},et=r=>!!Vt(r),Ks=()=>{const r=u.z.instanceof(d);return Ct()(r)},$e="extendedFrom",Dt=({schema:r,baseSchema:e})=>{const t=V(r)||{};return ne(r,{...t,[$e]:e})},Ot=r=>{const e=V(r);return c.isNonNullable(e)&&e[$e]?e[$e]:null},tt=(r,e)=>{const t=Ot(r);return c.isNullable(t)?!1:(t==null?void 0:t._def)===(e==null?void 0:e._def)?!0:tt(t,e)},Gs=r=>new Proxy(r,{get(e,t,s){return t==="extend"?function(...n){const i=e.extend(...n);return Dt({schema:i,baseSchema:e})}:Reflect.get(e,t,s)}}),Ws=u.z.object({value:u.z.array(u.z.string()).optional(),defaultValue:u.z.string().optional()}),Ft=r=>{const e=V(r),t=Ws.passthrough().safeParse(e==null?void 0:e.typeBlueId);return t.success?t.data:null},Hs=r=>e=>{const t=V(e),s=typeof r=="string"?{value:[r]}:r,n=Gs(e);return ne(n,{...t,typeBlueId:{...(t==null?void 0:t.typeBlueId)||{},...s}})};class Te{static resolveBlueId(e){var i;const t=Ft(e);if(c.isNullable(t))return null;const s=t.defaultValue;if(c.isNonNullable(s))return s;const n=(i=t.value)==null?void 0:i[0];return c.isNonNullable(n)?n:Te.getRepositoryBlueId(t,e)}static getRepositoryBlueId(e,t){throw new Error("Not implemented")}}class A{static isTypeOf(e,t,s){var o;const n=Te.resolveBlueId(t),i=(o=e.getType())==null?void 0:o.getBlueId();if(c.isNullable(n)||c.isNullable(i))return!1;if(n===i)return!0;if(s!=null&&s.checkSchemaExtensions&&c.isNonNullable(s.typeSchemaResolver)){const l=s.typeSchemaResolver.resolveSchema(e);return A.checkSchemaExtension(l,t)}return!1}static checkSchemaExtension(e,t){if(!c.isNonNullable(e))return!1;const s=A.unwrapSchema(e),n=A.unwrapSchema(t);return tt(s,n)}static isWrapperType(e){return e instanceof u.ZodOptional||e instanceof u.ZodNullable||e instanceof u.ZodReadonly||e instanceof u.ZodBranded||e instanceof u.ZodEffects||e instanceof u.ZodLazy}static unwrapSchema(e){return et(e)?e:A.isWrapperType(e)?e instanceof u.ZodEffects?A.unwrapSchema(e.innerType()):e instanceof u.ZodLazy?A.unwrapSchema(e.schema):A.unwrapSchema(e.unwrap()):e}}class Mt{constructor(e){p(this,"blueIdMap",new Map);this.registerSchemas(e)}registerSchemas(e){for(const t of e)this.registerSchema(t)}registerSchema(e){const t=Te.resolveBlueId(e);if(c.isNonNullable(t)){if(this.blueIdMap.has(t))throw new Error(`Duplicate BlueId value: ${t}`);this.blueIdMap.set(t,e)}}resolveSchema(e){const t=this.getEffectiveBlueId(e);return c.isNullable(t)?null:this.blueIdMap.get(t)}getEffectiveBlueId(e){const t=e.getType();return c.isNonNullable(t)&&c.isNonNullable(t.getBlueId())?t.getBlueId():c.isNonNullable(t)?N.calculateBlueIdSync(t):null}getBlueIdMap(){return new Map(this.blueIdMap)}}const v={NAME:"name",DESCRIPTION:"description",TYPE:"type",BLUE_ID:"blue_id",KEY_TYPE:"key_type",VALUE_TYPE:"value_type",ITEM_TYPE:"item_type",VALUE:"value",PROPERTIES:"properties",BLUE:"blue",ITEMS:"items"};class ve{static isEmptyNode(e){return this.hasFieldsAndMayHaveFields(e)}static hasBlueIdOnly(e){return this.hasFieldsAndMayHaveFields(e,new Set([v.BLUE_ID]))}static hasItemsOnly(e){return this.hasFieldsAndMayHaveFields(e,new Set([v.ITEMS]))}static isValidValueNode(e){const t=e.getValue(),s=e.getProperties(),n=e.getItems();return c.isNonNullable(t)&&c.isNullable(s)&&c.isNullable(n)}static textNode(e){return new d().setType(new d().setBlueId(Y)).setValue(e)}static integerNode(e){const t=e instanceof T?e:new T(e.toString());return new d().setType(new d().setBlueId(K)).setValue(t)}static doubleNode(e){const t=e instanceof w?e:new w(e.toString());return new d().setType(new d().setBlueId(J)).setValue(t)}static booleanNode(e){return new d().setType(new d().setBlueId(G)).setValue(e)}static hasFieldsAndMayHaveFields(e,t=new Set,s=new Set){for(const n of Object.values(v)){const i=c.isNonNullable(this.getFieldValue(e,n));if(t.has(n)){if(!i)return!1}else if(!s.has(n)){if(i)return!1}}return!0}static getFieldValue(e,t){switch(t){case v.NAME:return e.getName();case v.TYPE:return e.getType();case v.VALUE:return e.getValue();case v.DESCRIPTION:return e.getDescription();case v.PROPERTIES:return e.getProperties();case v.BLUE:return e.getBlue();case v.ITEMS:return e.getItems();case v.KEY_TYPE:return e.getKeyType();case v.VALUE_TYPE:return e.getValueType();case v.ITEM_TYPE:return e.getItemType();case v.BLUE_ID:return e.getBlueId();default:throw new Error(`Unknown field: ${t}`)}}}class Be{}class ie{static convert(e){const t=new Le;return ie.traverseNode(e,"",t),t.build()}static traverseNode(e,t,s){if(!e)return;const n=e.getProperties(),i=e.getItems(),o=n!==void 0&&Object.keys(n).length>0,l=i!==void 0&&i.length>0;if(!o&&!l){s.addPath(t===""?"/":t);return}if(n)for(const[a,h]of Object.entries(n)){const y=`${t}/${a}`;ie.traverseNode(h,y,s)}if(i)for(let a=0;a<i.length;a++){const h=`${t}/${a}`;ie.traverseNode(i[a],h,s)}}}function ot(r,e){const t=r.split(e),s=[...t].reverse().findIndex(i=>i!==""),n=s===-1?0:t.length-s;return t.slice(0,n)}class we extends Be{constructor(t,s){super();p(this,"allowedPaths");p(this,"maxDepth");p(this,"currentPath",[]);this.allowedPaths=t,this.maxDepth=s}shouldExtendPathSegment(t){if(this.currentPath.length>=this.maxDepth)return!1;const s=this.normalizePath(this.getCurrentFullPath()+"/"+t);return this.isAllowedPath(s)}shouldMergePathSegment(t){return this.shouldExtendPathSegment(t)}isAllowedPath(t){for(const s of this.allowedPaths)if(this.matchesAllowedPath(s,t))return!0;return!1}matchesAllowedPath(t,s){const n=ot(t,"/"),i=ot(s,"/");if(i.length>n.length)return!1;for(let o=1;o<i.length;o++)if(n[o]!=="*"&&n[o]!==i[o])return!1;return!0}enterPathSegment(t){this.currentPath.push(t)}exitPathSegment(){this.currentPath.length>0&&this.currentPath.pop()}getCurrentFullPath(){return"/"+this.currentPath.join("/")}normalizePath(t){return"/"+t.split("/").filter(s=>s!=="").join("/")}static withMaxDepth(t){const s=new Le().setMaxDepth(t);for(let n=1;n<=t;n++){const i="/"+Array(n).fill("*").join("/");s.addPath(i)}return s.build()}static withSinglePath(t){return new Le().addPath(t).build()}static fromNode(t){return ie.convert(t)}}class Le{constructor(){p(this,"allowedPaths",new Set);p(this,"maxDepth",Number.MAX_SAFE_INTEGER)}addPath(e){return this.allowedPaths.add(e),this}setMaxDepth(e){return this.maxDepth=e,this}build(){return new we(this.allowedPaths,this.maxDepth)}}class qs extends Be{shouldExtendPathSegment(){return!0}shouldMergePathSegment(){return!0}enterPathSegment(){}exitPathSegment(){}}class Ee extends Be{constructor(t){super();p(this,"limits");this.limits=t}shouldExtendPathSegment(t,s){return this.limits.every(n=>n.shouldExtendPathSegment(t,s))}shouldMergePathSegment(t,s){return this.limits.every(n=>n.shouldMergePathSegment(t,s))}enterPathSegment(t,s){this.limits.forEach(n=>{n.enterPathSegment(t,s)})}exitPathSegment(){this.limits.forEach(t=>{t.exitPathSegment()})}static of(...t){return new Ee(t)}}const z=new qs;function De(r,e){const t=r.getType();if(t===void 0)return;const s=t.getBlueId();if(s!==void 0){if(de.includes(s)){const i=fs[s];return new d().setBlueId(s).setName(i)}const n=e.fetchByBlueId(s);if(!n||n.length===0)return;if(n.length>1)throw new Error(`Expected a single node for type with blueId '${s}', but found multiple.`);return n[0]}return t}function E(r,e,t){const s=N.calculateBlueIdSync(r),n=N.calculateBlueIdSync(e);if(s===n)return!0;if(s&&de.includes(s)){let o=e;for(;o!==void 0;){if(N.calculateBlueIdSync(o)===s)return!0;o=De(o,t)}return!1}let i=De(r,t);for(;i!==void 0;){if(N.calculateBlueIdSync(i)===n)return!0;i=De(i,t)}return!1}function Xs(r,e){return dt.some(t=>{const s=new d().setBlueId(t);return E(r,s,e)})}function Qs(r,e){const t=new d().setBlueId(Y);return E(r,t,e)}function er(r,e){const t=new d().setBlueId(K);return E(r,t,e)}function tr(r,e){const t=new d().setBlueId(J);return E(r,t,e)}function sr(r,e){const t=new d().setBlueId(G);return E(r,t,e)}function rr(r){return(r==null?void 0:r.getBlueId())===ct}function nr(r){return(r==null?void 0:r.getBlueId())===ut}function ir(r,e){return We.some(t=>{const s=new d().setName(t);return E(r,s,e)})}function or(r,e){for(const t of We){const s=new d().setName(t);if(E(r,s,e))return t}throw new Error(`Cannot determine the basic type for node of type "${r.getName()||"unknown"}".`)}class lr{constructor(e){p(this,"blue");this.blue=e}matchesType(e,t,s=z){const n=we.fromNode(t),i=Ee.of(s,n),o=this.extendAndResolve(e,i),l=this.blue.resolve(t,i);return this.verifyMatch(o,t,i)&&this.recursiveValueComparison(o,l)}extendAndResolve(e,t){const s=e.clone();return this.blue.extend(s,t),this.blue.resolve(s,t)}verifyMatch(e,t,s){const n=e.clone().setType(t.clone());try{this.blue.resolve(n,s)}catch{return!1}return!0}recursiveValueComparison(e,t){const s=t.getType();if(s){const a=e.getType();if(!a||!E(a,s,this.blue.getNodeProvider()))return!1}const n=t.getBlueId();if(n!==void 0&&n!==e.getBlueId())return!1;const i=t.getValue();if(i!==void 0){const a=e.getValue();if(a===void 0)return!1;if(P(a)&&P(i)){if(!a.eq(i))return!1}else if(a!==i)return!1}const o=t.getItems();if(o!==void 0){const a=e.getItems()??[];for(let h=0;h<o.length;h++)if(h<a.length){if(!this.recursiveValueComparison(a[h],o[h]))return!1}else if(this.hasValueInNestedStructure(o[h]))return!1;return!0}const l=t.getProperties();if(l!==void 0){const a=e.getProperties()??{};for(const[h,y]of Object.entries(l))if(h in a){if(!this.recursiveValueComparison(a[h],y))return!1}else if(this.hasValueInNestedStructure(y))return!1;return!0}return!0}hasValueInNestedStructure(e){if(e.getValue()!==void 0)return!0;const t=e.getItems();if(t!==void 0){for(const n of t)if(this.hasValueInNestedStructure(n))return!0}const s=e.getProperties();if(s!==void 0){for(const n of Object.values(s))if(this.hasValueInNestedStructure(n))return!0}return!1}}const ar=r=>r instanceof u.ZodOptional||r instanceof u.ZodNullable||r instanceof u.ZodReadonly||r instanceof u.ZodBranded||r instanceof u.ZodEffects||r instanceof u.ZodLazy,cr=r=>r instanceof u.ZodString||r instanceof u.ZodNumber||r instanceof u.ZodBoolean||r instanceof u.ZodBigInt;class Rt{static convertValue(e,t){var i;const s=(i=e.getType())==null?void 0:i.getBlueId(),n=e.getValue();return c.isNullable(n)?cr(t)&&ve.isValidValueNode(e)?this.getDefaultPrimitiveValue(t):n:Y===s?this.convertFromString(String(n),t):J===s||n instanceof w?this.convertFromBigDecimal(new w(n==null?void 0:n.toString()),t):K===s||n instanceof T?this.convertFromBigInteger(new T(n==null?void 0:n.toString()),t):G===s||typeof n=="boolean"?this.convertFromBoolean(!!n,t):this.convertFromString(String(n),t)}static convertFromString(e,t){if(!t||t instanceof u.ZodString||t instanceof u.ZodEnum||t instanceof u.ZodNativeEnum)return e;if(t instanceof u.ZodNumber)return Number(e);if(t instanceof u.ZodBoolean)return e.toLowerCase()==="true";if(t instanceof u.ZodBigInt)return BigInt(e);throw new Error(`Cannot convert String to ${t._def.typeName}`)}static convertFromBigDecimal(e,t){if(t instanceof u.ZodNumber)return e.toNumber();if(t instanceof u.ZodString)return e.toString();throw new Error(`Cannot convert Number to ${t._def.typeName}`)}static convertFromBigInteger(e,t){if(t instanceof u.ZodNumber)return e.toNumber();if(t instanceof u.ZodBigInt)return BigInt(e.toString());if(t instanceof u.ZodString)return e.toString();throw new Error(`Cannot convert Number to ${t._def.typeName}`)}static convertFromBoolean(e,t){if(!t||t instanceof u.ZodBoolean)return e;if(t instanceof u.ZodString)return e.toString();if(t instanceof u.ZodNumber)return Number(e);if(t instanceof u.ZodBigInt)return BigInt(e);throw new Error(`Cannot convert Boolean to ${t._def.typeName}`)}static getDefaultPrimitiveValue(e){if(!e)return null;if(e instanceof u.ZodNumber)return 0;if(e instanceof u.ZodBoolean)return!1;if(e instanceof u.ZodString)return"";throw new Error(`Unsupported primitive type: ${e._def.typeName}`)}}class ur{convert(e,t){return Rt.convertValue(e,t)}}class dr{constructor(e){this.nodeToObjectConverter=e}convert(e,t){return this.convertFields(e,t)}convertFields(e,t){if(t instanceof u.ZodIntersection){const s=t._def.left,n=t._def.right,i=this.convert(e,s),o=this.convert(e,n);return{...i,...o}}if(t instanceof u.ZodUnion)throw new Error("Union not supported");if(t instanceof u.ZodObject)return Object.keys(t.shape).reduce((n,i)=>{const o=e.getProperties(),l=t.shape[i],a=Pt(l);if(c.isNonNullable(a)){const b=C.isString(a)?a:i,L=o==null?void 0:o[b],W=L?N.calculateBlueIdSync(L):void 0;return n[i]=W,n}const h=At(l);if(c.isNonNullable(h)){const b=o==null?void 0:o[h];return n[i]=b==null?void 0:b.getName(),n}const y=wt(l);if(c.isNonNullable(y)){const b=o==null?void 0:o[y];return n[i]=b==null?void 0:b.getDescription(),n}if(i==="name"){const b=e.getName();return n[i]=b,n}if(i==="description"){const b=e.getDescription();return n[i]=b,n}const m=o==null?void 0:o[i];if(c.isNullable(m))return n;const I=this.nodeToObjectConverter.convert(m,l);return n[i]=I,n},{});throw new Error("Unknown schema type, "+t._def.typeName)}}class hr{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const s=e.getItems();if(!s)return;const n=t.element;return s.map(o=>this.nodeToObjectConverter.convert(o,n))}}class pr{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const s=e.getItems();if(!s)return;const n=t._def.valueType,i=s.map(o=>this.nodeToObjectConverter.convert(o,n));return new Set(i)}}class fr{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const s=t.keySchema,n=t.valueSchema,i=new Map,o=e.getName();c.isNonNullable(o)&&i.set(q,o);const l=e.getDescription();c.isNonNullable(l)&&i.set(X,l);const a=e.getProperties();return c.isNonNullable(a)&&Object.entries(a).forEach(([h,y])=>{const m=new d().setValue(h);m.setType(new d().setBlueId(Y));const I=Rt.convertValue(m,s),b=this.nodeToObjectConverter.convert(y,n);i.set(I,b)}),t instanceof u.ZodRecord?Object.fromEntries(i):i}}class gr{convert(e){return g.get(e)}}class yr{convert(e){return g.get(e)}}class mr{constructor(e){this.nodeToObjectConverter=e}convert(e,t){const s=e.getItems();if(!s)return;const n=t.items;return s.map((o,l)=>this.nodeToObjectConverter.convert(o,n[l]))}}const Ir=u.z.union([u.z.literal("ZodString"),u.z.literal("ZodNumber"),u.z.literal("ZodBoolean"),u.z.literal("ZodBigInt"),u.z.literal("ZodArray"),u.z.literal("ZodSet"),u.z.literal("ZodMap"),u.z.literal("ZodRecord"),u.z.literal("ZodObject"),u.z.literal("ZodEnum"),u.z.literal("ZodNativeEnum"),u.z.literal("ZodUnknown"),u.z.literal("ZodAny"),u.z.literal("ZodTuple")]);class br{constructor(e){p(this,"converters",new Map);p(this,"complexObjectConverter");this.nodeToObjectConverter=e,this.registerConverters(),this.complexObjectConverter=new dr(this.nodeToObjectConverter)}registerConverters(){const e=new ur,t=new hr(this.nodeToObjectConverter),s=new mr(this.nodeToObjectConverter),n=new pr(this.nodeToObjectConverter),i=new fr(this.nodeToObjectConverter);this.converters.set("ZodString",e),this.converters.set("ZodNumber",e),this.converters.set("ZodBoolean",e),this.converters.set("ZodBigInt",e),this.converters.set("ZodEnum",e),this.converters.set("ZodNativeEnum",e),this.converters.set("ZodUnknown",new gr),this.converters.set("ZodAny",new yr),this.converters.set("ZodArray",t),this.converters.set("ZodTuple",s),this.converters.set("ZodSet",n),this.converters.set("ZodMap",i),this.converters.set("ZodRecord",i),this.converters.set("ZodObject",this.complexObjectConverter)}getConverter(e){const t=this.getSchemaTypeName(e);return this.converters.get(t)??this.complexObjectConverter}getSchemaTypeName(e){if(ar(e))return e instanceof u.ZodEffects?this.getSchemaTypeName(e.innerType()):e instanceof u.ZodLazy?this.getSchemaTypeName(e.schema):this.getSchemaTypeName(e.unwrap());const t=e._def.typeName;try{return Ir.parse(t)}catch{throw new Error(`Schema type name ${t} is not supported`)}}}class Nr{constructor(e){p(this,"converterFactory");this.typeSchemaResolver=e,this.converterFactory=new br(this)}convert(e,t){var o;const s=(o=this.typeSchemaResolver)==null?void 0:o.resolveSchema(e),n=A.unwrapSchema(t);if(et(n))return e;let i=n;return A.checkSchemaExtension(s,n)&&c.isNonNullable(s)&&(i=s),this.convertWithType(e,i)}convertWithType(e,t){return this.converterFactory.getConverter(t).convert(e,t)}}class pe{fetchFirstByBlueId(e){const t=this.fetchByBlueId(e);return t&&t.length>0?t[0]:null}}function Tr(r){return new class extends pe{fetchByBlueId(e){return r(e)}}}class vr extends pe{constructor(t){super();p(this,"nodeProviders");this.nodeProviders=t}fetchByBlueId(t){for(const s of this.nodeProviders){const n=s.fetchByBlueId(t);if(n&&n.length>0)return n}return[]}fetchFirstByBlueId(t){for(const s of this.nodeProviders){const n=s.fetchFirstByBlueId(t);if(n)return n}return null}getNodeProviders(){return this.nodeProviders}}const Oe=k.types.float.options,Br={...Oe,construct:r=>{const e=r.replace(/_/g,"").toLowerCase();if(!c.isPreciseNumberString(e))return new w(e);if(Oe.construct)return Oe.construct(r)}},wr=new k.Type("tag:yaml.org,2002:float",Br),Fe=k.types.int.options,Er={...Fe,construct:r=>{let e=r;if(e.indexOf("_")!==-1&&(e=e.replace(/_/g,"")),!c.isPreciseNumberString(e))return new T(e);if(Fe.construct)return Fe.construct(r)}},Pr=new k.Type("tag:yaml.org,2002:int",Er),jt=k.CORE_SCHEMA.extend({implicit:[wr,Pr]}),F=r=>{const e=k.load(r,{schema:jt});return e===void 0?void 0:e},Sr=r=>k.dump(r,{schema:jt,replacer:(e,t)=>{if(P(t)){if(x(t)){const s=new j(Number.MIN_SAFE_INTEGER.toString()),n=new j(Number.MAX_SAFE_INTEGER.toString());if(t.lt(s)||t.gt(n))return t.toString()}return t.toNumber()}return t}}),xt=`- type:
|
|
2
2
|
blueId: 27B7fuxQCS1VAptiCPc2RMkKoutP5qxkh3uDxZ7dr6Eo
|
|
3
3
|
mappings:
|
|
4
4
|
Text: F92yo19rCcbBoBSpUA5LRxpfDejJDAaP1PRxxbWAraVP
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
Dictionary: 294NBTj2mFRL3RB4kDRUSckwGg7Kzj6T8CTAFeR1kcSA
|
|
10
10
|
- type:
|
|
11
11
|
blueId: FGYuTXwaoSKfZmpTysLTLsb8WzSqf43384rKZDkXhxD4
|
|
12
|
-
`,
|
|
13
|
-
description: TODO`,
|
|
12
|
+
`,Ar=`name: Transformation
|
|
13
|
+
description: TODO`,Cr=`name: Infer Basic Types For Untyped Values
|
|
14
14
|
type:
|
|
15
15
|
blueId: Ct1SGRGw1i47qjzm1ruiUdSZofeV6WevPTGuieVvbRS4
|
|
16
|
-
description: This transformation infers type details for Text, Integer, Number and Boolean.`,
|
|
16
|
+
description: This transformation infers type details for Text, Integer, Number and Boolean.`,Vr=`name: Replace Inline Types with BlueIds
|
|
17
17
|
type:
|
|
18
18
|
blueId: Ct1SGRGw1i47qjzm1ruiUdSZofeV6WevPTGuieVvbRS4
|
|
19
|
-
description: This transformation replaces`,
|
|
19
|
+
description: This transformation replaces`,Dr=[xt,Ar,Cr,Vr];class Or extends pe{constructor(){super();p(this,"blueIdToNodesMap",new Map);this.load()}fetchByBlueId(t){return this.blueIdToNodesMap.get(t)||[]}load(){for(const t of Dr){const s=F(t);if(s===void 0){console.error(`This content file is not valid YAML: ${t}`);continue}if(Array.isArray(s)){const n=s.map(o=>f.deserialize(o)),i=N.calculateBlueIdSync(n);this.blueIdToNodesMap.set(i,n)}else{const n=f.deserialize(s),i=N.calculateBlueIdSync(n);this.blueIdToNodesMap.set(i,[n])}}}}const Ie=class Ie extends pe{constructor(){super();p(this,"nodeProvider");this.nodeProvider=new Or}fetchByBlueId(t){return this.nodeProvider.fetchByBlueId(t)}};p(Ie,"INSTANCE",new Ie);let ze=Ie;class Me{constructor(e,t,s){this.blueId=e,this.content=t,this.isMultipleDocuments=s}}class R{static parseAndCalculateBlueId(e,t){let s;try{const l=F(e);if(l===void 0)throw new Error;s=l}catch{throw new Error("Failed to parse content as YAML or JSON")}let n,i;const o=Array.isArray(s)&&s.length>1;if(o){const l=s.map(a=>{const h=f.deserialize(a);return t(h)});n=N.calculateBlueIdSync(l),i=l.map(a=>g.get(a))}else{const l=f.deserialize(s),a=t(l);n=N.calculateBlueIdSync(a),i=g.get(a)}return new Me(n,i,o)}static parseAndCalculateBlueIdForNode(e,t){const s=t(e),n=N.calculateBlueIdSync(s),i=g.get(s);return new Me(n,i,!1)}static parseAndCalculateBlueIdForNodeList(e,t){if(!e||e.length===0)throw new Error("List of nodes cannot be null or empty");const s=e.map(t),n=N.calculateBlueIdSync(s),i=s.map(l=>g.get(l)),o=e.length>1;return new Me(n,i,o)}static resolveThisReferences(e,t,s){return this.resolveThisReferencesRecursive(e,t,s)}static resolveThisReferencesRecursive(e,t,s){if(e&&typeof e=="object"&&!Array.isArray(e)){const n={};for(const[i,o]of Object.entries(e))typeof o=="string"?this.THIS_REFERENCE_PATTERN.test(o)?n[i]=this.resolveThisReference(o,t,s):n[i]=o:o&&typeof o=="object"?n[i]=this.resolveThisReferencesRecursive(o,t,s):n[i]=o;return n}else if(Array.isArray(e))return e.map(n=>typeof n=="string"?this.THIS_REFERENCE_PATTERN.test(n)?this.resolveThisReference(n,t,s):n:n&&typeof n=="object"?this.resolveThisReferencesRecursive(n,t,s):n);return e}static resolveThisReference(e,t,s){if(s){if(!e.startsWith("this#"))throw new Error("For multiple documents, 'this' references must include an index (e.g., 'this#0')");return t+e.substring(4)}else{if(e==="this")return t;throw new Error("For a single document, only 'this' is allowed as a reference, not 'this#<id>'")}}}p(R,"THIS_REFERENCE_PATTERN",/^this(#\d+)?$/);class Fr extends pe{fetchByBlueId(e){const t=e.split("#")[0],s=this.fetchContentByBlueId(t);if(s==null)return null;const n=Array.isArray(s)&&s.length>1,i=R.resolveThisReferences(s,t,n);if(e.includes("#")){const o=e.split("#");if(o.length>1){const l=parseInt(o[1]);if(Array.isArray(i)&&l<i.length){const a=i[l],h=f.deserialize(a);return h.setBlueId(e),[h]}else if(l===0){const a=f.deserialize(i);return a.setBlueId(e),[a]}else return null}}if(Array.isArray(i))return i.map(o=>f.deserialize(o));{const o=f.deserialize(i);return o.setBlueId(t),[o]}}}class $t extends Fr{constructor(){super(...arguments);p(this,"nameToBlueIdsMap",new Map)}findNodeByName(t){const s=this.nameToBlueIdsMap.get(t);if(!s)return;if(s.length>1)throw new Error(`Multiple nodes found with name: ${t}`);const n=this.fetchByBlueId(s[0]);return n&&n.length>0?n[0]:void 0}findAllNodesByName(t){const s=this.nameToBlueIdsMap.get(t);if(!s)return[];const n=[];for(const i of s){const o=this.fetchByBlueId(i);o&&n.push(...o)}return n}addToNameMap(t,s){this.nameToBlueIdsMap.set(t,[...this.nameToBlueIdsMap.get(t)||[],s])}}const Lt=r=>r instanceof d||Array.isArray(r)&&r.every(e=>e instanceof d)?r:C.isArray(r)?r.map(e=>f.deserialize(e)):f.deserialize(r),zt=async r=>{const e=Lt(r);return N.calculateBlueId(e)},Mr=r=>{const e=Lt(r);return N.calculateBlueIdSync(e)},Ue=async r=>{if(ht(r))return r;try{const e=ce.parse(r),t=await zt(e);return{...r,blueId:t}}catch(e){throw new Error(`Failed enriching object with Blue ID: ${e}`)}},Rr=r=>r==null?void 0:r.items,jr=r=>r==null?void 0:r.value,xr=r=>c.isNullable(r)?{}:C.omit(r,ls),$r=r=>ft(r)?r.type.name??null:gt(r)?C.pascal(typeof r.value):pt(r)?"List":null,Ut=r=>c.isNonNullable(r)&&Object.keys(C.omit(r,["blueId"])).length>0,Lr=r=>{try{const e=f.deserialize(r),t=g.get(e);return Q.parse(t)}catch(e){throw new Error(`Failed transforming JSON-like value to BlueObject: ${e}`)}},Ze=async r=>{const{resolveFunction:e,signal:t=new AbortController().signal,omitItems:s}=r,n=r.count??r.items.length;let i=await C.map(r.items,async l=>await Ue(l));const o=Math.max((i==null?void 0:i.length)-n,0);for(let l=i.length-1;l>=o;l--)if(!Ut(i[l])){const a=await e(i[l],{signal:t});if(Array.isArray(a))return Ze({...r,items:[...i.slice(0,l),...a,...i.slice(l+1)]});const h=await Ue(a);if(s!=null&&s.includes(h.blueId))return Ze({...r,items:[...i.slice(0,l),...i.slice(l+1)]});i=[...i.slice(0,l),h,...i.slice(l+1)]}return i};function oe(r){try{const e=new URL(r);return e.protocol==="http:"||e.protocol==="https:"}catch{return!1}}class zr{process(e){return D.transform(e,this.inferType.bind(this))}inferType(e){const t=e.getType(),s=e.getValue();return c.isNullable(t)&&c.isNonNullable(s)&&(typeof s=="string"?e.setType(new d().setBlueId(Y)):typeof s=="bigint"||x(s)?e.setType(new d().setBlueId(K)):ge(s)?e.setType(new d().setBlueId(J)):typeof s=="boolean"&&e.setType(new d().setBlueId(G))),e}}const le=class le{constructor(e){p(this,"mappings",new Map);if(e instanceof d){const s=e.getProperties();if(s&&s[le.MAPPINGS]){const i=s[le.MAPPINGS].getProperties();i&&Object.entries(i).forEach(([o,l])=>{const a=l.getValue();typeof a=="string"&&this.mappings.set(o,a)})}}else this.mappings=e}process(e){return D.transform(e,this.transformNode.bind(this))}transformNode(e){const t=e.clone();return this.transformTypeField(t,t.getType()),this.transformTypeField(t,t.getItemType()),this.transformTypeField(t,t.getKeyType()),this.transformTypeField(t,t.getValueType()),t}transformTypeField(e,t){if(t&&t.isInlineValue()&&t.getValue()!==void 0){const s=String(t.getValue());if(this.mappings.has(s)){const n=this.mappings.get(s);if(n){const i=new d().setBlueId(n);t===e.getType()?e.setType(i):t===e.getItemType()?e.setItemType(i):t===e.getKeyType()?e.setKeyType(i):t===e.getValueType()&&e.setValueType(i)}}}}};p(le,"MAPPINGS","mappings");let _e=le;class Ur{process(e){return D.transform(e,this.validateNode.bind(this)),e}validateNode(e){return this.validateTypeField(e,e.getType(),"type"),this.validateTypeField(e,e.getItemType(),"itemType"),this.validateTypeField(e,e.getKeyType(),"keyType"),this.validateTypeField(e,e.getValueType(),"valueType"),e}validateTypeField(e,t,s){if(t&&t.isInlineValue()&&t.getValue()!==void 0){const n=String(t.getValue());throw new Error(`Unknown type "${n}" found in ${s} field. No BlueId mapping exists for this type.`)}}}class st{constructor(e,t){p(this,"nodeProvider");p(this,"strategy");this.nodeProvider=ue.wrap(e),this.strategy=t||"THROW_EXCEPTION"}extend(e,t){this.extendNode(e,t,"")}extendNode(e,t,s,n=!1){if(!n){if(!t.shouldExtendPathSegment(s,e))return;t.enterPathSegment(s,e)}try{const i=e.getBlueId();if(i&&!de.includes(i)){const I=this.fetchNode(e);if(I&&I.length>0)if(I.length===1){const b=I[0];this.mergeNodes(e,b)}else{const b=I.map(W=>W.clone()),L=new d().setItems(b);this.mergeNodes(e,L)}}const o=e.getType();o&&this.extendNode(o,t,"type",!0);const l=e.getItemType();l&&this.extendNode(l,t,"itemType",!0);const a=e.getKeyType();a&&this.extendNode(a,t,"keyType",!0);const h=e.getValueType();h&&this.extendNode(h,t,"valueType",!0);const y=e.getProperties();y&&Object.entries(y).forEach(([I,b])=>{this.extendNode(b,t,I,!1)});const m=e.getItems();if(m&&m.length>0){this.reconstructList(m);for(let I=0;I<m.length;I++)this.extendNode(m[I],t,String(I),!1)}}finally{n||t.exitPathSegment()}}reconstructList(e){for(;e.length>0;){const t=e[0],s=t==null?void 0:t.getBlueId();if(!s)break;const n=this.nodeProvider.fetchByBlueId(s);if(!n||n.length===1)break;e.shift(),e.unshift(...n)}}fetchNode(e){const t=e.getBlueId();if(!t){if(this.strategy==="RETURN_EMPTY")return null;throw new Error(`No blueId found for node: ${e.getName()}`)}const s=this.nodeProvider.fetchByBlueId(t);if(!s||s.length===0){if(this.strategy==="RETURN_EMPTY")return null;throw new Error(`No content found for blueId: ${e.getBlueId()}`)}return s}mergeNodes(e,t){e.setName(t.getName()),e.setDescription(t.getDescription()),e.setType(t.getType()),e.setItemType(t.getItemType()),e.setKeyType(t.getKeyType()),e.setValueType(t.getValueType());const s=t.getValue();c.isNonNullable(s)&&e.setValue(s),e.setItems(t.getItems()),e.setProperties(t.getProperties())}}class Zt{constructor(){p(this,"blueIdsCollections",[])}initialize(...e){this.blueIdsCollections=[...e]}registerBlueIds(...e){this.blueIdsCollections.push(...e)}generateMappingsYaml(e="27B7fuxQCS1VAptiCPc2RMkKoutP5qxkh3uDxZ7dr6Eo"){const t={};for(const n of this.blueIdsCollections)Object.assign(t,n);const s=Object.entries(t).map(([n,i])=>` ${n}: ${i}`).join(`
|
|
20
20
|
`);return`- type:
|
|
21
21
|
blueId: ${e}
|
|
22
22
|
mappings:
|
|
23
|
-
${
|
|
23
|
+
${s}`}getAllBlueIds(){const e={};for(const t of this.blueIdsCollections)Object.assign(e,t);return e}getAllBlueIdNames(){return Object.keys(this.getAllBlueIds())}clear(){this.blueIdsCollections=[]}getCollectionCount(){return this.blueIdsCollections.length}getTotalBlueIdCount(){return Object.keys(this.getAllBlueIds()).length}}const be=class be{constructor(e={}){p(this,"processorProvider");p(this,"nodeProvider");p(this,"defaultSimpleBlue",null);p(this,"blueIdsMappingGenerator");const{nodeProvider:t,processorProvider:s,blueIdsMappingGenerator:n}=e;if(!t)throw new Error("NodeProvider is required");this.nodeProvider=ue.wrap(t),this.processorProvider=s||be.getStandardProvider(),this.blueIdsMappingGenerator=n||new Zt,this.loadDefaultSimpleBlue()}preprocess(e){return this.preprocessWithOptions(e,null)}preprocessWithDefaultBlue(e){return this.preprocessWithOptions(e,this.defaultSimpleBlue)}preprocessWithOptions(e,t){let s=e.clone(),n=s.getBlue();if(!n&&t&&(n=t.clone()),n){new st(this.nodeProvider).extend(n,we.withSinglePath("/*"));const i=n.getItems();if(i&&i.length>0){for(const o of i){const l=this.processorProvider.getProcessor(o);if(l)s=l.process(s);else throw new Error(`No processor found for transformation: ${o}`)}s.setBlue(void 0)}s=new Ur().process(s)}return s}static getStandardProvider(){return{getProcessor(e){var i;const t="27B7fuxQCS1VAptiCPc2RMkKoutP5qxkh3uDxZ7dr6Eo",s="FGYuTXwaoSKfZmpTysLTLsb8WzSqf43384rKZDkXhxD4",n=(i=e.getType())==null?void 0:i.getBlueId();if(t===n)return new _e(e);if(s===n)return new zr}}}enrichDefaultBlue(e){const t=this.blueIdsMappingGenerator.generateMappingsYaml();return`
|
|
24
24
|
${e}
|
|
25
25
|
${t}
|
|
26
|
-
`}loadDefaultSimpleBlue(){const e=this.enrichDefaultBlue(
|
|
27
|
-
${n.message}`):n}else throw ie(t)?new Error(`UrlContentFetcher not provided for URL: ${t}`):new Error(`Invalid blue value: ${t}`)}return e}getBlueNodeValue(e){const t=e.getBlue(),r=t==null?void 0:t.getValue();return r&&typeof r=="string"?r:null}handleAliasValue(e,t){return e.setBlue(new d().setBlueId(this.preprocessingAliases.get(t))),e}handleBlueId(e,t){return e.setBlue(new d().setBlueId(t)),e}async fetchFromUrl(e){if(!this.urlContentFetcher)throw new Error(`UrlContentFetcher not provided for URL: ${e}`);return await this.urlContentFetcher.fetchAndCache(e)}getPreprocessingAliases(){return new Map(this.preprocessingAliases)}setPreprocessingAliases(e){return this.preprocessingAliases=new Map(e),this}addPreprocessingAliases(e){return e.forEach((t,r)=>{this.preprocessingAliases.set(r,t)}),this}setUrlContentFetcher(e){return this.urlContentFetcher=e,this}getUrlContentFetcher(){return this.urlContentFetcher}}const _s={fetchUrl:async s=>{throw new Error(`You must provide a custom UrlFetchStrategy to fetch content from URL: ${s}`)}};class Zs{constructor(e){h(this,"cache",new Map);h(this,"fetchStrategy");h(this,"enabled",!1);h(this,"allowedDomains",[]);this.fetchStrategy=e||_s}validateUrl(e){if(!ie(e))throw new Error(`Invalid URL: ${e}`);return!0}isDomainAllowed(e){if(this.allowedDomains.length===0)return!0;try{const t=new URL(e);return this.allowedDomains.some(r=>t.hostname===r||t.hostname.endsWith(`.${r}`))}catch{return!1}}getFromCache(e){try{return this.validateUrl(e),this.cache.get(e)||[]}catch{return[]}}async fetchAndCache(e){if(this.validateUrl(e),!this.enabled)throw new Error("URL fetching is disabled. Enable it using the enableFetching method.");if(!this.isDomainAllowed(e))throw new Error(`Domain not allowed for URL: ${e}.`);let t;try{t=await this.fetchStrategy.fetchUrl(e)}catch(l){throw new Error(`Error fetching from URL: ${e}`,{cause:l})}const{data:r,contentType:n}=t;let i;if(n.includes("application/json")||n.includes("text/yaml")||n.includes("application/yaml")||n.includes("text/plain"))i=F(r);else throw new Error(`Unsupported content type from URL: ${n}`);if(i===void 0)throw new Error(`Failed to parse content from URL: ${e}`);let o;return Array.isArray(i)?o=i.map(l=>f.deserialize(l)):o=[f.deserialize(i)],this.cache.set(e,o),o}prefetchUrl(e,t){try{this.validateUrl(e),this.cache.set(e,t)}catch{}}clearCache(){this.cache.clear()}setFetchStrategy(e){return this.fetchStrategy=e,this}getFetchStrategy(){return this.fetchStrategy}enableFetching(){return this.enabled=!0,this.allowedDomains=[],this}enableFetchingForDomains(e){return this.enabled=!0,this.allowedDomains=[...e],this}disableFetching(){return this.enabled=!1,this}isFetchingEnabled(){return this.enabled}getAllowedDomains(){return[...this.allowedDomains]}allowDomain(e){return this.allowedDomains.includes(e)||this.allowedDomains.push(e),this}disallowDomain(e){return this.allowedDomains=this.allowedDomains.filter(t=>t!==e),this}clearAllowedDomains(){return this.allowedDomains=[],this}}class _t{reverse(e){const t=new d;return this.reverseNode(t,e,e.getType()),t}reverseNode(e,t,r){this.isIdenticalToType(t,r)||(this.reverseBasicProperties(e,t,r),this.reverseTypeReferences(e,t,r),this.reverseItems(e,t,r),this.reverseProperties(e,t,r))}isIdenticalToType(e,t){return c.isNonNullable(e.getBlueId())&&c.isNonNullable(t==null?void 0:t.getBlueId())&&e.getBlueId()===t.getBlueId()}reverseBasicProperties(e,t,r){const n=t.getValue();c.isNonNullable(n)&&(c.isNullable(r)||c.isNullable(r.getValue()))&&e.setValue(n),c.isNonNullable(t.getName())&&(c.isNullable(r)||t.getName()!==r.getName())&&e.setName(t.getName()),c.isNonNullable(t.getDescription())&&(c.isNullable(r)||t.getDescription()!==r.getDescription())&&e.setDescription(t.getDescription()),c.isNonNullable(t.getBlueId())&&(c.isNullable(r)||t.getBlueId()!==r.getBlueId())&&e.setBlueId(t.getBlueId())}reverseTypeReferences(e,t,r){const n=(i,o)=>{const l=i(t),a=r?i(r):void 0,p=l==null?void 0:l.getBlueId();c.isNonNullable(p)&&(c.isNullable(a==null?void 0:a.getBlueId())||p!==a.getBlueId())&&o(e,new d().setBlueId(p))};n(i=>i.getType(),(i,o)=>i.setType(o)),n(i=>i.getItemType(),(i,o)=>i.setItemType(o)),n(i=>i.getKeyType(),(i,o)=>i.setKeyType(o)),n(i=>i.getValueType(),(i,o)=>i.setValueType(o))}reverseItems(e,t,r){const n=t.getItems();if(c.isNullable(n))return;const i=r==null?void 0:r.getItems(),o=[];if(c.isNonNullable(i)&&i.length>0){const a=N.calculateBlueIdSync(i);o.push(new d().setBlueId(a))}const l=(i==null?void 0:i.length)||0;for(let a=l;a<n.length;a++){const p=new d;this.reverseNode(p,n[a],void 0),o.push(p)}o.length>0&&e.setItems(o)}reverseProperties(e,t,r){const n=t.getProperties();if(c.isNullable(n))return;const i={};for(const[o,l]of Object.entries(n)){const a=this.getInheritedProperty(o,t,r),p=new d;this.reverseNode(p,l,a),Te.isEmptyNode(p)||(i[o]=p)}Object.keys(i).length>0&&e.setProperties(i)}getInheritedProperty(e,t,r){var o,l,a;const n=(o=r==null?void 0:r.getProperties())==null?void 0:o[e],i=(a=(l=t.getType())==null?void 0:l.getProperties())==null?void 0:a[e];if(!(c.isNullable(n)&&c.isNullable(i)))return c.isNullable(n)?i:c.isNullable(i)?n:this.mergeNodes(n,i)}mergeNodes(e,t){const r=e.clone(),n=t.getValue();c.isNonNullable(n)&&r.setValue(n);const i=t.getType();c.isNonNullable(i)&&r.setType(i.clone());const o=t.getItemType();c.isNonNullable(o)&&r.setItemType(o.clone());const l=t.getKeyType();c.isNonNullable(l)&&r.setKeyType(l.clone());const a=t.getValueType();c.isNonNullable(a)&&r.setValueType(a.clone());const p=t.getProperties();if(c.isNonNullable(p)){const y=r.getProperties()||{};for(const[m,b]of Object.entries(p))y[m]=b.clone();r.setProperties(y)}const I=t.getItems();return c.isNonNullable(I)&&r.setItems(I.map(y=>y.clone())),r}}class ve extends d{constructor(e){super(e.getName()),this.createFrom(e)}isResolved(){return!0}getMinimalNode(){return new _t().reverse(this)}getMinimalBlueId(){const e=this.getMinimalNode();return N.calculateBlueIdSync(e)}clone(){const e=super.clone();return new ve(e)}createFrom(e){e.getName()!==this.getName()&&this.setName(e.getName()),this.setDescription(e.getDescription()).setType(e.getType()).setItemType(e.getItemType()).setKeyType(e.getKeyType()).setValueType(e.getValueType()).setItems(e.getItems()).setProperties(e.getProperties()).setBlueId(e.getBlueId()).setBlue(e.getBlue()).setInlineValue(e.isInlineValue());const t=e.getValue();t!==void 0&&this.setValue(t)}}class Zt{resolveWithoutLimits(e){return this.resolve(e,H)}}class kt extends Zt{constructor(t,r){super();h(this,"mergingProcessor");h(this,"nodeProvider");this.mergingProcessor=t,this.nodeProvider=ce.wrap(r)}merge(t,r,n){if(c.isNonNullable(r.getBlue()))throw new Error('Document contains "blue" attribute. Preprocess document before merging.');let i=t;const o=r.getType();if(c.isNonNullable(o)){const l=o.clone();c.isNonNullable(l.getBlueId())&&new et(this.nodeProvider).extend(l,Xe.withSinglePath("/"));const a=this.resolve(l,n),p=r.clone().setType(a);return i=this.merge(i,l,n),this.mergeObject(i,p,n)}return this.mergeObject(i,r,n)}mergeObject(t,r,n){let i=this.mergingProcessor.process(t,r,this.nodeProvider);const o=r.getItems();c.isNonNullable(o)&&(i=this.mergeChildren(i,o,n));const l=r.getProperties();return c.isNonNullable(l)&&Object.entries(l).forEach(([a,p])=>{n.shouldMergePathSegment(a,p)&&(n.enterPathSegment(a,p),i=this.mergeProperty(i,a,p,n),n.exitPathSegment())}),c.isNonNullable(r.getBlueId())&&(i=i.clone().setBlueId(r.getBlueId())),this.mergingProcessor.postProcess&&(i=this.mergingProcessor.postProcess(i,r,this.nodeProvider)),i}mergeChildren(t,r,n){const i=t.getItems();if(c.isNullable(i)){const l=r.filter((a,p)=>n.shouldMergePathSegment(String(p),a)).map(a=>{n.enterPathSegment(String(r.indexOf(a)),a);const p=this.resolve(a,n);return n.exitPathSegment(),p});return t.clone().setItems(l)}else if(r.length<i.length)throw new Error(`Subtype of element must not have more items (${i.length}) than the element itself (${r.length}).`);const o=[...i];for(let l=0;l<r.length;l++){if(!n.shouldMergePathSegment(String(l),r[l]))continue;if(n.enterPathSegment(String(l),r[l]),l>=o.length){o.push(r[l]),n.exitPathSegment();continue}const a=N.calculateBlueIdSync(r[l]),p=N.calculateBlueIdSync(o[l]);if(a!==p)throw new Error(`Mismatched items at index ${l}: source item has blueId '${a}', but target item has blueId '${p}'.`);n.exitPathSegment()}return t.clone().setItems(o)}mergeProperty(t,r,n,i){const o=this.resolve(n,i),l=t.clone();c.isNullable(l.getProperties())&&l.setProperties({});const a=l.getProperties()[r];return a===void 0?l.getProperties()[r]=o:l.getProperties()[r]=this.mergeObject(a,o,i),l}resolve(t,r){const n=new d,o=this.merge(n,t,r).clone().setName(t.getName()).setDescription(t.getDescription()).setBlueId(t.getBlueId());return new ve(o)}}class Yt{constructor(e){h(this,"mergingProcessors");this.mergingProcessors=e}process(e,t,r){return this.mergingProcessors.reduce((n,i)=>i.process(n,t,r),e)}postProcess(e,t,r){return this.mergingProcessors.reduce((n,i)=>i.postProcess?i.postProcess(n,t,r):n,e)}}class Jt{process(e,t){const r=t.getValue();if(c.isNonNullable(r)){const n=e.getValue();if(c.isNullable(n))return e.clone().setValue(r);if(!ks(r,n))throw new Error(`Node values conflict. Source node value: ${r}, target node value: ${n}`)}return e}}const ks=(s,e)=>x(s)&&x(e)||fe(s)&&fe(e)?s.eq(e):s===e;class Kt{process(e,t,r){const n=e.getType(),i=t.getType();let o=e;if(n===void 0)o=e.clone().setType(i);else if(i!==void 0){if(!E(i,n,r)){const a=g.get(i),p=g.get(n);throw new Error(`The source type '${JSON.stringify(a)}' is not a subtype of the target type '${JSON.stringify(p)}'.`)}o=e.clone().setType(i)}return o}}class Gt{process(e,t,r){if(t.getItemType()!==void 0&&!rs(t.getType()))throw new Error("Source node with itemType must have a List type");const n=e.getItemType(),i=t.getItemType();let o=e;if(n===void 0)i!==void 0&&(o=e.clone().setItemType(i));else if(i!==void 0){if(!E(i,n,r)){const I=g.get(i),y=g.get(n);throw new Error(`The source item type '${JSON.stringify(I)}' is not a subtype of the target item type '${JSON.stringify(y)}'.`)}o=e.clone().setItemType(i)}const l=o.getItemType(),a=t.getItems();if(l!==void 0&&a!==void 0)for(const p of a){const I=p.getType();if(I!==void 0&&!E(I,l,r)){const y=g.get(I),m=g.get(l);throw new Error(`Item of type '${JSON.stringify(y)}' is not a subtype of the list's item type '${JSON.stringify(m)}'.`)}}return o}}class Wt{process(e,t,r){if((t.getKeyType()!==void 0||t.getValueType()!==void 0)&&!ss(t.getType()))throw new Error("Source node with keyType or valueType must have a Dictionary type");let n=this.processKeyType(e,t,r);n=this.processValueType(n,t,r);const i=n.getKeyType(),o=n.getValueType(),l=t.getProperties();return(i!==void 0||o!==void 0)&&l!==void 0&&Object.entries(l).forEach(([a,p])=>{i!==void 0&&this.validateKeyType(a,i,r),o!==void 0&&this.validateValueType(p,o,r)}),n}processKeyType(e,t,r){const n=e.getKeyType(),i=t.getKeyType();if(n===void 0){if(i!==void 0)return this.validateBasicKeyType(i,r),e.clone().setKeyType(i)}else if(i!==void 0){if(this.validateBasicKeyType(i,r),!E(i,n,r)){const l=g.get(i),a=g.get(n);throw new Error(`The source key type '${JSON.stringify(l)}' is not a subtype of the target key type '${JSON.stringify(a)}'.`)}return e.clone().setKeyType(i)}return e}processValueType(e,t,r){const n=e.getValueType(),i=t.getValueType();if(n===void 0){if(i!==void 0)return e.clone().setValueType(i)}else if(i!==void 0){if(!E(i,n,r)){const l=g.get(i),a=g.get(n);throw new Error(`The source value type '${JSON.stringify(l)}' is not a subtype of the target value type '${JSON.stringify(a)}'.`)}return e.clone().setValueType(i)}return e}validateBasicKeyType(e,t){if(!qr(e,t))throw new Error("Dictionary key type must be a basic type")}validateKeyType(e,t,r){if(!Xr(t,r))if(Qr(t,r)){const n=Number.parseInt(e,10);if(Number.isNaN(n)||n.toString()!==e)throw new Error(`Key '${e}' is not a valid Integer.`)}else if(es(t,r)){const n=Number.parseFloat(e);if(Number.isNaN(n))throw new Error(`Key '${e}' is not a valid Number.`)}else if(ts(t,r)){if(e.toLowerCase()!=="true"&&e.toLowerCase()!=="false")throw new Error(`Key '${e}' is not a valid Boolean.`)}else throw new Error(`Unsupported key type: ${t.getName()||"unknown"}`)}validateValueType(e,t,r){const n=e.getType();if(n!==void 0&&!E(n,t,r)){const i=g.get(n),o=g.get(t);throw new Error(`Value of type '${JSON.stringify(i)}' is not a subtype of the dictionary's value type '${JSON.stringify(o)}'.`)}}}class Ht{process(e){return e}postProcess(e,t,r){const n=e.getType();if(n!==void 0&&ns(n,r)){const i=e.getItems(),o=e.getProperties();if(i!==void 0&&i.length>0||o!==void 0&&Object.keys(o).length>0){const l=is(n,r),a=n.getName()||"unknown";throw new Error(`Node of type "${a}" (which extends basic type "${l}") must not have items, properties or contracts.`)}}return e}}class qt{process(e,t){let r=e;const n=t.getName(),i=e.getName();n!==void 0&&i===void 0&&(r=r.clone().setName(n));const o=t.getDescription(),l=r.getDescription();return o!==void 0&&l===void 0&&(r=r.clone().setDescription(o)),r}}const Ys=Object.freeze(Object.defineProperty({__proto__:null,BasicTypesVerifier:Ht,DictionaryProcessor:Wt,ListProcessor:Gt,MetadataPropagator:qt,SequentialMergingProcessor:Yt,TypeAssigner:Kt,ValuePropagator:Jt},Symbol.toStringTag,{value:"Module"}));function Js(){return new Yt([new Jt,new Kt,new Gt,new Wt,new qt,new Ht])}class Ks{constructor(e={}){h(this,"nodeProvider");h(this,"typeSchemaResolver");h(this,"blueDirectivePreprocessor");h(this,"urlContentFetcher");h(this,"blueIdsMappingGenerator");h(this,"globalLimits",H);h(this,"mergingProcessor");h(this,"repositories");h(this,"prepareForBlueIdCalculation",async e=>e instanceof d||Array.isArray(e)&&e.every(t=>t instanceof d)?e:Array.isArray(e)?await Promise.all(e.map(r=>this.jsonValueToNodeAsync(r))):this.jsonValueToNodeAsync(e));h(this,"calculateBlueId",async e=>{const t=await this.prepareForBlueIdCalculation(e);return N.calculateBlueId(t)});h(this,"prepareForBlueIdCalculationSync",e=>e instanceof d||Array.isArray(e)&&e.every(t=>t instanceof d)?e:Array.isArray(e)?e.map(t=>this.jsonValueToNode(t)):this.jsonValueToNode(e));var a;const{nodeProvider:t,typeSchemaResolver:r=null,urlFetchStrategy:n,repositories:i,mergingProcessor:o}=e;this.repositories=i;const l=bs(()=>[]);if(this.nodeProvider=ce.wrap(t||l,i),this.typeSchemaResolver=r??new Ft([]),this.mergingProcessor=o??Js(),this.urlContentFetcher=new Zs(n),this.blueDirectivePreprocessor=new Us(void 0,this.urlContentFetcher),this.blueIdsMappingGenerator=new Ut,i)for(const{schemas:p,blueIds:I}of i)(a=this.typeSchemaResolver)==null||a.registerSchemas(p),this.blueIdsMappingGenerator.registerBlueIds(I)}nodeToJson(e,t="official"){return g.get(e,t)}nodeToSchemaOutput(e,t){return new Is(this.typeSchemaResolver).convert(e,t)}resolve(e,t=H){const r=this.combineWithGlobalLimits(t);return new kt(this.mergingProcessor,this.nodeProvider).resolve(e,r)}reverse(e){return new _t().reverse(e)}extend(e,t){const r=this.combineWithGlobalLimits(t);new et(this.nodeProvider).extend(e,r)}jsonValueToNode(e){return this.preprocess(f.deserialize(e))}async jsonValueToNodeAsync(e){return this.preprocessAsync(f.deserialize(e))}yamlToNode(e){const t=F(e);if(!t)throw new Error("Failed to parse YAML to JSON");return this.jsonValueToNode(t)}async yamlToNodeAsync(e){const t=F(e);if(!t)throw new Error("Failed to parse YAML to JSON");return this.jsonValueToNodeAsync(t)}calculateBlueIdSync(e){const t=this.prepareForBlueIdCalculationSync(e);return N.calculateBlueIdSync(t)}addPreprocessingAliases(e){this.blueDirectivePreprocessor.addPreprocessingAliases(e)}preprocess(e){const t=this.blueDirectivePreprocessor.process(e);return new te({nodeProvider:this.nodeProvider,blueIdsMappingGenerator:this.blueIdsMappingGenerator}).preprocessWithDefaultBlue(t)}async preprocessAsync(e){const t=await this.blueDirectivePreprocessor.processAsync(e);return new te({nodeProvider:this.nodeProvider,blueIdsMappingGenerator:this.blueIdsMappingGenerator}).preprocessWithDefaultBlue(t)}transform(e,t){return V.transform(e,t)}getNodeProvider(){return this.nodeProvider}setNodeProvider(e){return this.nodeProvider=ce.wrap(e,this.repositories),this}getTypeSchemaResolver(){return this.typeSchemaResolver}setTypeSchemaResolver(e){return this.typeSchemaResolver=e,this}getUrlContentFetcher(){return this.urlContentFetcher}setUrlFetchStrategy(e){return this.urlContentFetcher.setFetchStrategy(e),this}enablePreprocessingDirectivesFetchForUrls(){return this.urlContentFetcher.enableFetching(),this}enablePreprocessingDirectivesFetchForDomains(e){return this.urlContentFetcher.enableFetchingForDomains(e),this}allowUrlFetchingForDomain(e){return this.urlContentFetcher.allowDomain(e),this}disallowUrlFetchingForDomain(e){return this.urlContentFetcher.disallowDomain(e),this}getAllowedUrlFetchingDomains(){return this.urlContentFetcher.getAllowedDomains()}disablePreprocessingDirectivesFetchForUrls(){return this.urlContentFetcher.disableFetching(),this}isPreprocessingDirectivesFetchForUrlsEnabled(){return this.urlContentFetcher.isFetchingEnabled()}getPreprocessingAliases(){return this.blueDirectivePreprocessor.getPreprocessingAliases()}setPreprocessingAliases(e){return this.blueDirectivePreprocessor.setPreprocessingAliases(e),this}registerBlueIds(...e){return this.blueIdsMappingGenerator.registerBlueIds(...e),this}getAllRegisteredBlueIds(){return this.blueIdsMappingGenerator.getAllBlueIds()}getAllBlueIdNames(){return this.blueIdsMappingGenerator.getAllBlueIdNames()}getBlueIdsMappingGenerator(){return this.blueIdsMappingGenerator}isTypeOf(e,t,r){return S.isTypeOf(e,t,{checkSchemaExtensions:r==null?void 0:r.checkSchemaExtensions,typeSchemaResolver:this.typeSchemaResolver})}setGlobalLimits(e){return this.globalLimits=e??H,this}getGlobalLimits(){return this.globalLimits}combineWithGlobalLimits(e){return this.globalLimits==H?e:e==H?this.globalLimits:Qe.of(this.globalLimits,e)}}class Gs extends xt{constructor(t=[]){super();h(this,"blueIdToContentMap",new Map);h(this,"blueIdToMultipleDocumentsMap",new Map);h(this,"preprocessor");const r=new te({nodeProvider:this});this.preprocessor=n=>r.preprocessWithDefaultBlue(n),t.forEach(n=>this.processNode(n))}processNode(t){Te.hasItemsOnly(t)?this.processNodeWithItems(t):this.processSingleNode(t)}processSingleNode(t){const r=R.parseAndCalculateBlueIdForNode(t,this.preprocessor);this.blueIdToContentMap.set(r.blueId,r.content),this.blueIdToMultipleDocumentsMap.set(r.blueId,r.isMultipleDocuments);const n=t.getName();n&&this.addToNameMap(n,r.blueId)}processNodeWithItems(t){const r=t.getItems();if(!r)return;this.processNodeList(r);const n=R.parseAndCalculateBlueIdForNodeList(r,this.preprocessor);this.blueIdToContentMap.set(n.blueId,n.content),this.blueIdToMultipleDocumentsMap.set(n.blueId,!0),r.forEach((i,o)=>{const l=i.getName();l&&this.addToNameMap(l,`${n.blueId}#${o}`)})}processNodeList(t){const r=N.calculateBlueIdSync(t),n=t.map(i=>g.get(i));this.blueIdToContentMap.set(r,n),this.blueIdToMultipleDocumentsMap.set(r,!0)}fetchContentByBlueId(t){const r=this.blueIdToContentMap.get(t),n=this.blueIdToMultipleDocumentsMap.get(t);return r!==void 0&&n!==void 0?R.resolveThisReferences(r,t,n):null}addSingleNodes(...t){t.forEach(r=>this.processNode(r))}addSingleDocs(...t){t.forEach(r=>{const n=F(r);if(n!==void 0){const i=f.deserialize(n);this.processNode(i)}})}getBlueIdByName(t){const r=this.nameToBlueIdsMap.get(t);if(!r||r.length===0)throw new Error(`No node with name "${t}"`);return r[0]}getNodeByName(t){const r=this.findNodeByName(t);if(!r)throw new Error(`No node with name "${t}"`);return r}addListAndItsItemsFromNodes(t){this.processNodeList(t),t.forEach(r=>this.processNode(r))}addListAndItsItemsFromDoc(t){const r=F(t);if(r!==void 0){const i=f.deserialize(r).getItems();i&&this.addListAndItsItems(i)}}addListAndItsItems(t){Array.isArray(t)?this.addListAndItsItemsFromNodes(t):this.addListAndItsItemsFromDoc(t)}addList(t){this.processNodeList(t)}}exports.Base58Sha256Provider=yt;exports.BasicNodeProvider=Gs;exports.Blue=Ks;exports.BlueIdCalculator=N;exports.BlueIdToCid=Vr;exports.BlueNode=d;exports.BlueNodeTypeSchema=S;exports.JsonCanonicalizer=gt;exports.Limits=Be;exports.Merger=kt;exports.MergingProcessors=Ys;exports.NodeResolver=Zt;exports.Nodes=Te;exports.ResolvedBlueNode=ve;exports.TypeSchemaResolver=Ft;exports.applyBlueNodePatch=zr;exports.baseBlueObjectSchema=de;exports.blueDescriptionField=_r;exports.blueIdField=kr;exports.blueIdSchema=fr;exports.blueNameField=Yr;exports.blueNodeField=Jr;exports.blueObjectBooleanValueSchema=mr;exports.blueObjectNumberValueSchema=yr;exports.blueObjectSchema=Q;exports.blueObjectStringListItemsSchema=Ir;exports.blueObjectStringValueSchema=gr;exports.calculateBlueId=Lt;exports.calculateBlueIdSync=Os;exports.enrichWithBlueId=xe;exports.getBlueDescriptionAnnotation=vt;exports.getBlueIdAnnotation=Et;exports.getBlueNameAnnotation=St;exports.getBlueNodeAnnotation=Ct;exports.getBlueObjectItems=Fs;exports.getBlueObjectProperties=Rs;exports.getBlueObjectTypeLabel=js;exports.getBlueObjectValue=Ms;exports.getExtendedFromSchemaAnnotation=Dt;exports.getTypeBlueIdAnnotation=Ot;exports.hasBlueObjectBlueIdDefined=dt;exports.hasBlueObjectItemsDefined=ht;exports.hasBlueObjectNameDefined=Nr;exports.hasBlueObjectTypeDefined=pt;exports.hasBlueObjectValueDefined=ft;exports.isBigDecimalNumber=fe;exports.isBigIntegerNumber=x;exports.isBigNumber=D;exports.isBlueNodeSchema=He;exports.isBlueObject=br;exports.isBlueObjectResolved=zt;exports.isGivenBlueObjectTypeSchema=Tr;exports.isJsonBlueArray=Ke;exports.isJsonBlueObject=Je;exports.isJsonBlueValue=wr;exports.isSchemaExtendedFrom=qe;exports.isUrl=ie;exports.jsonBlueValueSchema=ae;exports.normalizeToBlueObject=xs;exports.resolveBlueObjectItems=$e;exports.withBlueDescription=Bt;exports.withBlueId=wt;exports.withBlueName=Pt;exports.withBlueNode=At;exports.withExtendedFromSchema=Vt;exports.withTypeBlueId=Wr;exports.yamlBlueDump=Es;exports.yamlBlueParse=F;
|
|
26
|
+
`}loadDefaultSimpleBlue(){const e=this.enrichDefaultBlue(xt);try{const t=F(e);if(t)this.defaultSimpleBlue=f.deserialize(t);else throw new Error("Failed to parse default Blue content")}catch(t){throw new Error(`Error loading default Blue: ${t}`)}}};p(be,"DEFAULT_BLUE_BLUE_ID","FREHAAGDZSzpnoTUoCQ86bBmxbVCULMjvx9JZM6fyqT1");let te=be;class Zr extends $t{constructor(t){super();p(this,"blueIdToContentMap",new Map);p(this,"blueIdToMultipleDocumentsMap",new Map);p(this,"preprocessor");const s=new te({nodeProvider:this});this.preprocessor=n=>s.preprocessWithDefaultBlue(n),this.loadRepositories(t)}loadRepositories(t){for(const s of t)if(s.contents)for(const[n,i]of Object.entries(s.contents))this.processContent(i,n)}processContent(t,s){Array.isArray(t)?this.processMultipleDocuments(t,s):this.processSingleDocument(t,s)}processSingleDocument(t,s){const n=f.deserialize(t),i=R.parseAndCalculateBlueIdForNode(n,this.preprocessor),o=s||i.blueId;this.blueIdToContentMap.set(o,i.content),this.blueIdToMultipleDocumentsMap.set(o,!1);const l=n.getName();l&&this.addToNameMap(l,o)}processMultipleDocuments(t,s){const n=t.map(l=>{const a=f.deserialize(l);return this.preprocessor(a)}),i=R.parseAndCalculateBlueIdForNodeList(n,l=>l),o=s||i.blueId;this.blueIdToContentMap.set(o,i.content),this.blueIdToMultipleDocumentsMap.set(o,!0),n.forEach((l,a)=>{const h=`${o}#${a}`,y=g.get(l),m=N.calculateBlueIdSync(l);this.blueIdToContentMap.set(m,y),this.blueIdToMultipleDocumentsMap.set(m,!1);const I=l.getName();I&&this.addToNameMap(I,h)})}fetchContentByBlueId(t){const s=this.blueIdToContentMap.get(t),n=this.blueIdToMultipleDocumentsMap.get(t);return s!==void 0&&n!==void 0?R.resolveThisReferences(s,t,n):null}getBlueIds(){return Array.from(this.blueIdToContentMap.keys())}hasBlueId(t){const s=t.split("#")[0];return this.blueIdToContentMap.has(s)}}class ue{static wrap(e,t){const s=[ze.INSTANCE];if(t&&t.length>0){const n=new Zr(t);s.push(n)}return s.push(e),new vr(s)}}class _r{constructor(e,t){p(this,"preprocessingAliases",new Map);p(this,"urlContentFetcher");e&&(this.preprocessingAliases=new Map(e)),this.urlContentFetcher=t}process(e){const t=this.getBlueNodeValue(e);if(t){const s=e.clone();if(this.preprocessingAliases.has(t))return this.handleAliasValue(s,t);if(Z.isPotentialBlueId(t))return this.handleBlueId(s,t);throw oe(t)?new Error(`URL '${t}' detected. Use the async version of this method to fetch the content.`):new Error(`Invalid blue value: ${t}`)}return e}async processAsync(e){const t=this.getBlueNodeValue(e);if(t){const s=e.clone();if(this.preprocessingAliases.has(t))return this.handleAliasValue(s,t);if(Z.isPotentialBlueId(t))return this.handleBlueId(s,t);if(oe(t)&&this.urlContentFetcher)try{const n=await this.fetchFromUrl(t);return n&&s.setBlue(new d().setItems(n)),s}catch(n){throw n instanceof Error?new Error(`Failed to fetch from URL '${t}'.
|
|
27
|
+
${n.message}`):n}else throw oe(t)?new Error(`UrlContentFetcher not provided for URL: ${t}`):new Error(`Invalid blue value: ${t}`)}return e}getBlueNodeValue(e){const t=e.getBlue(),s=t==null?void 0:t.getValue();return s&&typeof s=="string"?s:null}handleAliasValue(e,t){return e.setBlue(new d().setBlueId(this.preprocessingAliases.get(t))),e}handleBlueId(e,t){return e.setBlue(new d().setBlueId(t)),e}async fetchFromUrl(e){if(!this.urlContentFetcher)throw new Error(`UrlContentFetcher not provided for URL: ${e}`);return await this.urlContentFetcher.fetchAndCache(e)}getPreprocessingAliases(){return new Map(this.preprocessingAliases)}setPreprocessingAliases(e){return this.preprocessingAliases=new Map(e),this}addPreprocessingAliases(e){return e.forEach((t,s)=>{this.preprocessingAliases.set(s,t)}),this}setUrlContentFetcher(e){return this.urlContentFetcher=e,this}getUrlContentFetcher(){return this.urlContentFetcher}}const kr={fetchUrl:async r=>{throw new Error(`You must provide a custom UrlFetchStrategy to fetch content from URL: ${r}`)}};class Yr{constructor(e){p(this,"cache",new Map);p(this,"fetchStrategy");p(this,"enabled",!1);p(this,"allowedDomains",[]);this.fetchStrategy=e||kr}validateUrl(e){if(!oe(e))throw new Error(`Invalid URL: ${e}`);return!0}isDomainAllowed(e){if(this.allowedDomains.length===0)return!0;try{const t=new URL(e);return this.allowedDomains.some(s=>t.hostname===s||t.hostname.endsWith(`.${s}`))}catch{return!1}}getFromCache(e){try{return this.validateUrl(e),this.cache.get(e)||[]}catch{return[]}}async fetchAndCache(e){if(this.validateUrl(e),!this.enabled)throw new Error("URL fetching is disabled. Enable it using the enableFetching method.");if(!this.isDomainAllowed(e))throw new Error(`Domain not allowed for URL: ${e}.`);let t;try{t=await this.fetchStrategy.fetchUrl(e)}catch(l){throw new Error(`Error fetching from URL: ${e}`,{cause:l})}const{data:s,contentType:n}=t;let i;if(n.includes("application/json")||n.includes("text/yaml")||n.includes("application/yaml")||n.includes("text/plain"))i=F(s);else throw new Error(`Unsupported content type from URL: ${n}`);if(i===void 0)throw new Error(`Failed to parse content from URL: ${e}`);let o;return Array.isArray(i)?o=i.map(l=>f.deserialize(l)):o=[f.deserialize(i)],this.cache.set(e,o),o}prefetchUrl(e,t){try{this.validateUrl(e),this.cache.set(e,t)}catch{}}clearCache(){this.cache.clear()}setFetchStrategy(e){return this.fetchStrategy=e,this}getFetchStrategy(){return this.fetchStrategy}enableFetching(){return this.enabled=!0,this.allowedDomains=[],this}enableFetchingForDomains(e){return this.enabled=!0,this.allowedDomains=[...e],this}disableFetching(){return this.enabled=!1,this}isFetchingEnabled(){return this.enabled}getAllowedDomains(){return[...this.allowedDomains]}allowDomain(e){return this.allowedDomains.includes(e)||this.allowedDomains.push(e),this}disallowDomain(e){return this.allowedDomains=this.allowedDomains.filter(t=>t!==e),this}clearAllowedDomains(){return this.allowedDomains=[],this}}class _t{reverse(e){const t=new d;return this.reverseNode(t,e,e.getType()),t}reverseNode(e,t,s){this.isIdenticalToType(t,s)||(this.reverseBasicProperties(e,t,s),this.reverseTypeReferences(e,t,s),this.reverseItems(e,t,s),this.reverseProperties(e,t,s))}isIdenticalToType(e,t){return c.isNonNullable(e.getBlueId())&&c.isNonNullable(t==null?void 0:t.getBlueId())&&e.getBlueId()===t.getBlueId()}reverseBasicProperties(e,t,s){const n=t.getValue();c.isNonNullable(n)&&(c.isNullable(s)||c.isNullable(s.getValue()))&&e.setValue(n),c.isNonNullable(t.getName())&&(c.isNullable(s)||t.getName()!==s.getName())&&e.setName(t.getName()),c.isNonNullable(t.getDescription())&&(c.isNullable(s)||t.getDescription()!==s.getDescription())&&e.setDescription(t.getDescription()),c.isNonNullable(t.getBlueId())&&(c.isNullable(s)||t.getBlueId()!==s.getBlueId())&&e.setBlueId(t.getBlueId())}reverseTypeReferences(e,t,s){const n=(i,o)=>{const l=i(t),a=s?i(s):void 0,h=l==null?void 0:l.getBlueId();c.isNonNullable(h)&&(c.isNullable(a==null?void 0:a.getBlueId())||h!==a.getBlueId())&&o(e,new d().setBlueId(h))};n(i=>i.getType(),(i,o)=>i.setType(o)),n(i=>i.getItemType(),(i,o)=>i.setItemType(o)),n(i=>i.getKeyType(),(i,o)=>i.setKeyType(o)),n(i=>i.getValueType(),(i,o)=>i.setValueType(o))}reverseItems(e,t,s){const n=t.getItems();if(c.isNullable(n))return;const i=s==null?void 0:s.getItems(),o=[];if(c.isNonNullable(i)&&i.length>0){const a=N.calculateBlueIdSync(i);o.push(new d().setBlueId(a))}const l=(i==null?void 0:i.length)||0;for(let a=l;a<n.length;a++){const h=new d;this.reverseNode(h,n[a],void 0),o.push(h)}o.length>0&&e.setItems(o)}reverseProperties(e,t,s){const n=t.getProperties();if(c.isNullable(n))return;const i={};for(const[o,l]of Object.entries(n)){const a=this.getInheritedProperty(o,t,s),h=new d;this.reverseNode(h,l,a),ve.isEmptyNode(h)||(i[o]=h)}Object.keys(i).length>0&&e.setProperties(i)}getInheritedProperty(e,t,s){var o,l,a;const n=(o=s==null?void 0:s.getProperties())==null?void 0:o[e],i=(a=(l=t.getType())==null?void 0:l.getProperties())==null?void 0:a[e];if(!(c.isNullable(n)&&c.isNullable(i)))return c.isNullable(n)?i:c.isNullable(i)?n:this.mergeNodes(n,i)}mergeNodes(e,t){const s=e.clone(),n=t.getValue();c.isNonNullable(n)&&s.setValue(n);const i=t.getType();c.isNonNullable(i)&&s.setType(i.clone());const o=t.getItemType();c.isNonNullable(o)&&s.setItemType(o.clone());const l=t.getKeyType();c.isNonNullable(l)&&s.setKeyType(l.clone());const a=t.getValueType();c.isNonNullable(a)&&s.setValueType(a.clone());const h=t.getProperties();if(c.isNonNullable(h)){const m=s.getProperties()||{};for(const[I,b]of Object.entries(h))m[I]=b.clone();s.setProperties(m)}const y=t.getItems();return c.isNonNullable(y)&&s.setItems(y.map(m=>m.clone())),s}}class Pe extends d{constructor(e){super(e.getName()),this.createFrom(e)}isResolved(){return!0}getMinimalNode(){return new _t().reverse(this)}getMinimalBlueId(){const e=this.getMinimalNode();return N.calculateBlueIdSync(e)}clone(){const e=super.clone();return new Pe(e)}createFrom(e){e.getName()!==this.getName()&&this.setName(e.getName()),this.setDescription(e.getDescription()).setType(e.getType()).setItemType(e.getItemType()).setKeyType(e.getKeyType()).setValueType(e.getValueType()).setItems(e.getItems()).setProperties(e.getProperties()).setBlueId(e.getBlueId()).setBlue(e.getBlue()).setInlineValue(e.isInlineValue());const t=e.getValue();t!==void 0&&this.setValue(t)}}class kt{resolveWithoutLimits(e){return this.resolve(e,z)}}class Yt extends kt{constructor(t,s){super();p(this,"mergingProcessor");p(this,"nodeProvider");this.mergingProcessor=t,this.nodeProvider=ue.wrap(s)}merge(t,s,n){if(c.isNonNullable(s.getBlue()))throw new Error('Document contains "blue" attribute. Preprocess document before merging.');let i=t;const o=s.getType();if(c.isNonNullable(o)){const l=o.clone();c.isNonNullable(l.getBlueId())&&new st(this.nodeProvider).extend(l,we.withSinglePath("/"));const a=this.resolve(l,n),h=s.clone().setType(a);return i=this.merge(i,l,n),this.mergeObject(i,h,n)}return this.mergeObject(i,s,n)}mergeObject(t,s,n){let i=this.mergingProcessor.process(t,s,this.nodeProvider);const o=s.getItems();c.isNonNullable(o)&&(i=this.mergeChildren(i,o,n));const l=s.getProperties();return c.isNonNullable(l)&&Object.entries(l).forEach(([a,h])=>{n.shouldMergePathSegment(a,h)&&(n.enterPathSegment(a,h),i=this.mergeProperty(i,a,h,n),n.exitPathSegment())}),c.isNonNullable(s.getBlueId())&&(i=i.clone().setBlueId(s.getBlueId())),this.mergingProcessor.postProcess&&(i=this.mergingProcessor.postProcess(i,s,this.nodeProvider)),i}mergeChildren(t,s,n){const i=t.getItems();if(c.isNullable(i)){const l=s.filter((a,h)=>n.shouldMergePathSegment(String(h),a)).map(a=>{n.enterPathSegment(String(s.indexOf(a)),a);const h=this.resolve(a,n);return n.exitPathSegment(),h});return t.clone().setItems(l)}else if(s.length<i.length)throw new Error(`Subtype of element must not have more items (${i.length}) than the element itself (${s.length}).`);const o=[...i];for(let l=0;l<s.length;l++){if(!n.shouldMergePathSegment(String(l),s[l]))continue;if(n.enterPathSegment(String(l),s[l]),l>=o.length){o.push(s[l]),n.exitPathSegment();continue}const a=N.calculateBlueIdSync(s[l]),h=N.calculateBlueIdSync(o[l]);if(a!==h)throw new Error(`Mismatched items at index ${l}: source item has blueId '${a}', but target item has blueId '${h}'.`);n.exitPathSegment()}return t.clone().setItems(o)}mergeProperty(t,s,n,i){const o=this.resolve(n,i),l=t.clone();c.isNullable(l.getProperties())&&l.setProperties({});const a=l.getProperties()[s];return a===void 0?l.getProperties()[s]=o:l.getProperties()[s]=this.mergeObject(a,o,i),l}resolve(t,s){const n=new d,o=this.merge(n,t,s).clone().setName(t.getName()).setDescription(t.getDescription()).setBlueId(t.getBlueId());return new Pe(o)}}class Jt{constructor(e){p(this,"mergingProcessors");this.mergingProcessors=e}process(e,t,s){return this.mergingProcessors.reduce((n,i)=>i.process(n,t,s),e)}postProcess(e,t,s){return this.mergingProcessors.reduce((n,i)=>i.postProcess?i.postProcess(n,t,s):n,e)}}class Kt{process(e,t){const s=t.getValue();if(c.isNonNullable(s)){const n=e.getValue();if(c.isNullable(n))return e.clone().setValue(s);if(!Jr(s,n))throw new Error(`Node values conflict. Source node value: ${s}, target node value: ${n}`)}return e}}const Jr=(r,e)=>x(r)&&x(e)||ge(r)&&ge(e)?r.eq(e):r===e;class Gt{process(e,t,s){const n=e.getType(),i=t.getType();let o=e;if(n===void 0)o=e.clone().setType(i);else if(i!==void 0){if(!E(i,n,s)){const a=g.get(i),h=g.get(n);throw new Error(`The source type '${JSON.stringify(a)}' is not a subtype of the target type '${JSON.stringify(h)}'.`)}o=e.clone().setType(i)}return o}}class Wt{process(e,t,s){if(t.getItemType()!==void 0&&!rr(t.getType()))throw new Error("Source node with itemType must have a List type");const n=e.getItemType(),i=t.getItemType();let o=e;if(n===void 0)i!==void 0&&(o=e.clone().setItemType(i));else if(i!==void 0){if(!E(i,n,s)){const y=g.get(i),m=g.get(n);throw new Error(`The source item type '${JSON.stringify(y)}' is not a subtype of the target item type '${JSON.stringify(m)}'.`)}o=e.clone().setItemType(i)}const l=o.getItemType(),a=t.getItems();if(l!==void 0&&a!==void 0)for(const h of a){const y=h.getType();if(y!==void 0&&!E(y,l,s)){const m=g.get(y),I=g.get(l);throw new Error(`Item of type '${JSON.stringify(m)}' is not a subtype of the list's item type '${JSON.stringify(I)}'.`)}}return o}}class Ht{process(e,t,s){if((t.getKeyType()!==void 0||t.getValueType()!==void 0)&&!nr(t.getType()))throw new Error("Source node with keyType or valueType must have a Dictionary type");let n=this.processKeyType(e,t,s);n=this.processValueType(n,t,s);const i=n.getKeyType(),o=n.getValueType(),l=t.getProperties();return(i!==void 0||o!==void 0)&&l!==void 0&&Object.entries(l).forEach(([a,h])=>{i!==void 0&&this.validateKeyType(a,i,s),o!==void 0&&this.validateValueType(h,o,s)}),n}processKeyType(e,t,s){const n=e.getKeyType(),i=t.getKeyType();if(n===void 0){if(i!==void 0)return this.validateBasicKeyType(i,s),e.clone().setKeyType(i)}else if(i!==void 0){if(this.validateBasicKeyType(i,s),!E(i,n,s)){const l=g.get(i),a=g.get(n);throw new Error(`The source key type '${JSON.stringify(l)}' is not a subtype of the target key type '${JSON.stringify(a)}'.`)}return e.clone().setKeyType(i)}return e}processValueType(e,t,s){const n=e.getValueType(),i=t.getValueType();if(n===void 0){if(i!==void 0)return e.clone().setValueType(i)}else if(i!==void 0){if(!E(i,n,s)){const l=g.get(i),a=g.get(n);throw new Error(`The source value type '${JSON.stringify(l)}' is not a subtype of the target value type '${JSON.stringify(a)}'.`)}return e.clone().setValueType(i)}return e}validateBasicKeyType(e,t){if(!Xs(e,t))throw new Error("Dictionary key type must be a basic type")}validateKeyType(e,t,s){if(!Qs(t,s))if(er(t,s)){const n=Number.parseInt(e,10);if(Number.isNaN(n)||n.toString()!==e)throw new Error(`Key '${e}' is not a valid Integer.`)}else if(tr(t,s)){const n=Number.parseFloat(e);if(Number.isNaN(n))throw new Error(`Key '${e}' is not a valid Number.`)}else if(sr(t,s)){if(e.toLowerCase()!=="true"&&e.toLowerCase()!=="false")throw new Error(`Key '${e}' is not a valid Boolean.`)}else throw new Error(`Unsupported key type: ${t.getName()||"unknown"}`)}validateValueType(e,t,s){const n=e.getType();if(n!==void 0&&!E(n,t,s)){const i=g.get(n),o=g.get(t);throw new Error(`Value of type '${JSON.stringify(i)}' is not a subtype of the dictionary's value type '${JSON.stringify(o)}'.`)}}}class qt{process(e){return e}postProcess(e,t,s){const n=e.getType();if(n!==void 0&&ir(n,s)){const i=e.getItems(),o=e.getProperties();if(i!==void 0&&i.length>0||o!==void 0&&Object.keys(o).length>0){const l=or(n,s),a=n.getName()||"unknown";throw new Error(`Node of type "${a}" (which extends basic type "${l}") must not have items, properties or contracts.`)}}return e}}class Xt{process(e,t){let s=e;const n=t.getName(),i=e.getName();n!==void 0&&i===void 0&&(s=s.clone().setName(n));const o=t.getDescription(),l=s.getDescription();return o!==void 0&&l===void 0&&(s=s.clone().setDescription(o)),s}}const Kr=Object.freeze(Object.defineProperty({__proto__:null,BasicTypesVerifier:qt,DictionaryProcessor:Ht,ListProcessor:Wt,MetadataPropagator:Xt,SequentialMergingProcessor:Jt,TypeAssigner:Gt,ValuePropagator:Kt},Symbol.toStringTag,{value:"Module"}));function Gr(){return new Jt([new Kt,new Gt,new Wt,new Ht,new Xt,new qt])}class Wr{constructor(e={}){p(this,"nodeProvider");p(this,"typeSchemaResolver");p(this,"blueDirectivePreprocessor");p(this,"urlContentFetcher");p(this,"blueIdsMappingGenerator");p(this,"globalLimits",z);p(this,"mergingProcessor");p(this,"repositories");p(this,"prepareForBlueIdCalculation",async e=>e instanceof d||Array.isArray(e)&&e.every(t=>t instanceof d)?e:Array.isArray(e)?await Promise.all(e.map(s=>this.jsonValueToNodeAsync(s))):this.jsonValueToNodeAsync(e));p(this,"calculateBlueId",async e=>{const t=await this.prepareForBlueIdCalculation(e);return N.calculateBlueId(t)});p(this,"prepareForBlueIdCalculationSync",e=>e instanceof d||Array.isArray(e)&&e.every(t=>t instanceof d)?e:Array.isArray(e)?e.map(t=>this.jsonValueToNode(t)):this.jsonValueToNode(e));var a;const{nodeProvider:t,typeSchemaResolver:s=null,urlFetchStrategy:n,repositories:i,mergingProcessor:o}=e;this.repositories=i;const l=Tr(()=>[]);if(this.nodeProvider=ue.wrap(t||l,i),this.typeSchemaResolver=s??new Mt([]),this.mergingProcessor=o??Gr(),this.urlContentFetcher=new Yr(n),this.blueDirectivePreprocessor=new _r(void 0,this.urlContentFetcher),this.blueIdsMappingGenerator=new Zt,i)for(const{schemas:h,blueIds:y}of i)(a=this.typeSchemaResolver)==null||a.registerSchemas(h),this.blueIdsMappingGenerator.registerBlueIds(y)}nodeToJson(e,t="official"){return g.get(e,t)}nodeToSchemaOutput(e,t){return new Nr(this.typeSchemaResolver).convert(e,t)}resolve(e,t=z){const s=this.combineWithGlobalLimits(t);return new Yt(this.mergingProcessor,this.nodeProvider).resolve(e,s)}reverse(e){return new _t().reverse(e)}extend(e,t){const s=this.combineWithGlobalLimits(t);new st(this.nodeProvider).extend(e,s)}jsonValueToNode(e){return this.preprocess(f.deserialize(e))}async jsonValueToNodeAsync(e){return this.preprocessAsync(f.deserialize(e))}yamlToNode(e){const t=F(e);if(!t)throw new Error("Failed to parse YAML to JSON");return this.jsonValueToNode(t)}async yamlToNodeAsync(e){const t=F(e);if(!t)throw new Error("Failed to parse YAML to JSON");return this.jsonValueToNodeAsync(t)}calculateBlueIdSync(e){const t=this.prepareForBlueIdCalculationSync(e);return N.calculateBlueIdSync(t)}addPreprocessingAliases(e){this.blueDirectivePreprocessor.addPreprocessingAliases(e)}preprocess(e){const t=this.blueDirectivePreprocessor.process(e);return new te({nodeProvider:this.nodeProvider,blueIdsMappingGenerator:this.blueIdsMappingGenerator}).preprocessWithDefaultBlue(t)}async preprocessAsync(e){const t=await this.blueDirectivePreprocessor.processAsync(e);return new te({nodeProvider:this.nodeProvider,blueIdsMappingGenerator:this.blueIdsMappingGenerator}).preprocessWithDefaultBlue(t)}transform(e,t){return D.transform(e,t)}getNodeProvider(){return this.nodeProvider}setNodeProvider(e){return this.nodeProvider=ue.wrap(e,this.repositories),this}getTypeSchemaResolver(){return this.typeSchemaResolver}setTypeSchemaResolver(e){return this.typeSchemaResolver=e,this}getUrlContentFetcher(){return this.urlContentFetcher}setUrlFetchStrategy(e){return this.urlContentFetcher.setFetchStrategy(e),this}enablePreprocessingDirectivesFetchForUrls(){return this.urlContentFetcher.enableFetching(),this}enablePreprocessingDirectivesFetchForDomains(e){return this.urlContentFetcher.enableFetchingForDomains(e),this}allowUrlFetchingForDomain(e){return this.urlContentFetcher.allowDomain(e),this}disallowUrlFetchingForDomain(e){return this.urlContentFetcher.disallowDomain(e),this}getAllowedUrlFetchingDomains(){return this.urlContentFetcher.getAllowedDomains()}disablePreprocessingDirectivesFetchForUrls(){return this.urlContentFetcher.disableFetching(),this}isPreprocessingDirectivesFetchForUrlsEnabled(){return this.urlContentFetcher.isFetchingEnabled()}getPreprocessingAliases(){return this.blueDirectivePreprocessor.getPreprocessingAliases()}setPreprocessingAliases(e){return this.blueDirectivePreprocessor.setPreprocessingAliases(e),this}registerBlueIds(...e){return this.blueIdsMappingGenerator.registerBlueIds(...e),this}getAllRegisteredBlueIds(){return this.blueIdsMappingGenerator.getAllBlueIds()}getAllBlueIdNames(){return this.blueIdsMappingGenerator.getAllBlueIdNames()}getBlueIdsMappingGenerator(){return this.blueIdsMappingGenerator}isTypeOf(e,t,s){return A.isTypeOf(e,t,{checkSchemaExtensions:s==null?void 0:s.checkSchemaExtensions,typeSchemaResolver:this.typeSchemaResolver})}isTypeOfNode(e,t){return new lr(this).matchesType(e,t,this.globalLimits)}setGlobalLimits(e){return this.globalLimits=e??z,this}getGlobalLimits(){return this.globalLimits}combineWithGlobalLimits(e){return this.globalLimits==z?e:e==z?this.globalLimits:Ee.of(this.globalLimits,e)}}class Hr extends $t{constructor(t=[]){super();p(this,"blueIdToContentMap",new Map);p(this,"blueIdToMultipleDocumentsMap",new Map);p(this,"preprocessor");const s=new te({nodeProvider:this});this.preprocessor=n=>s.preprocessWithDefaultBlue(n),t.forEach(n=>this.processNode(n))}processNode(t){ve.hasItemsOnly(t)?this.processNodeWithItems(t):this.processSingleNode(t)}processSingleNode(t){const s=R.parseAndCalculateBlueIdForNode(t,this.preprocessor);this.blueIdToContentMap.set(s.blueId,s.content),this.blueIdToMultipleDocumentsMap.set(s.blueId,s.isMultipleDocuments);const n=t.getName();n&&this.addToNameMap(n,s.blueId)}processNodeWithItems(t){const s=t.getItems();if(!s)return;this.processNodeList(s);const n=R.parseAndCalculateBlueIdForNodeList(s,this.preprocessor);this.blueIdToContentMap.set(n.blueId,n.content),this.blueIdToMultipleDocumentsMap.set(n.blueId,!0),s.forEach((i,o)=>{const l=i.getName();l&&this.addToNameMap(l,`${n.blueId}#${o}`)})}processNodeList(t){const s=N.calculateBlueIdSync(t),n=t.map(i=>g.get(i));this.blueIdToContentMap.set(s,n),this.blueIdToMultipleDocumentsMap.set(s,!0)}fetchContentByBlueId(t){const s=this.blueIdToContentMap.get(t),n=this.blueIdToMultipleDocumentsMap.get(t);return s!==void 0&&n!==void 0?R.resolveThisReferences(s,t,n):null}addSingleNodes(...t){t.forEach(s=>this.processNode(s))}addSingleDocs(...t){t.forEach(s=>{const n=F(s);if(n!==void 0){const i=f.deserialize(n);this.processNode(i)}})}getBlueIdByName(t){const s=this.nameToBlueIdsMap.get(t);if(!s||s.length===0)throw new Error(`No node with name "${t}"`);return s[0]}getNodeByName(t){const s=this.findNodeByName(t);if(!s)throw new Error(`No node with name "${t}"`);return s}addListAndItsItemsFromNodes(t){this.processNodeList(t),t.forEach(s=>this.processNode(s))}addListAndItsItemsFromDoc(t){const s=F(t);if(s!==void 0){const i=f.deserialize(s).getItems();i&&this.addListAndItsItems(i)}}addListAndItsItems(t){Array.isArray(t)?this.addListAndItsItemsFromNodes(t):this.addListAndItsItemsFromDoc(t)}addList(t){this.processNodeList(t)}}exports.Base58Sha256Provider=mt;exports.BasicNodeProvider=Hr;exports.Blue=Wr;exports.BlueIdCalculator=N;exports.BlueIdToCid=Ds;exports.BlueNode=d;exports.BlueNodeTypeSchema=A;exports.JsonCanonicalizer=yt;exports.Limits=Be;exports.Merger=Yt;exports.MergingProcessors=Kr;exports.NodeResolver=kt;exports.Nodes=ve;exports.ResolvedBlueNode=Pe;exports.TypeSchemaResolver=Mt;exports.applyBlueNodePatch=Us;exports.baseBlueObjectSchema=he;exports.blueDescriptionField=_s;exports.blueIdField=Ys;exports.blueIdSchema=gs;exports.blueNameField=Js;exports.blueNodeField=Ks;exports.blueObjectBooleanValueSchema=Is;exports.blueObjectNumberValueSchema=ms;exports.blueObjectSchema=Q;exports.blueObjectStringListItemsSchema=bs;exports.blueObjectStringValueSchema=ys;exports.calculateBlueId=zt;exports.calculateBlueIdSync=Mr;exports.enrichWithBlueId=Ue;exports.getBlueDescriptionAnnotation=wt;exports.getBlueIdAnnotation=Pt;exports.getBlueNameAnnotation=At;exports.getBlueNodeAnnotation=Vt;exports.getBlueObjectItems=Rr;exports.getBlueObjectProperties=xr;exports.getBlueObjectTypeLabel=$r;exports.getBlueObjectValue=jr;exports.getExtendedFromSchemaAnnotation=Ot;exports.getTypeBlueIdAnnotation=Ft;exports.hasBlueObjectBlueIdDefined=ht;exports.hasBlueObjectItemsDefined=pt;exports.hasBlueObjectNameDefined=Ts;exports.hasBlueObjectTypeDefined=ft;exports.hasBlueObjectValueDefined=gt;exports.isBigDecimalNumber=ge;exports.isBigIntegerNumber=x;exports.isBigNumber=P;exports.isBlueNodeSchema=et;exports.isBlueObject=Ns;exports.isBlueObjectResolved=Ut;exports.isGivenBlueObjectTypeSchema=vs;exports.isJsonBlueArray=qe;exports.isJsonBlueObject=He;exports.isJsonBlueValue=Es;exports.isSchemaExtendedFrom=tt;exports.isUrl=oe;exports.jsonBlueValueSchema=ce;exports.normalizeToBlueObject=Lr;exports.resolveBlueObjectItems=Ze;exports.withBlueDescription=Bt;exports.withBlueId=Et;exports.withBlueName=St;exports.withBlueNode=Ct;exports.withExtendedFromSchema=Dt;exports.withTypeBlueId=Hs;exports.yamlBlueDump=Sr;exports.yamlBlueParse=F;
|