@elyx-code/project-logic-tree 0.0.6365 → 0.0.6366

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 CHANGED
@@ -26725,8 +26725,8 @@ var XN = { exports: {} };
26725
26725
  return De.clone();
26726
26726
  var Re = typeof Ie == "object" ? Ie : {};
26727
26727
  return Re.date = De, Re.args = arguments, new ve(Re);
26728
- }, de = ce;
26729
- de.l = ue, de.i = ie, de.w = function(De, Ie) {
26728
+ }, oe = ce;
26729
+ oe.l = ue, oe.i = ie, oe.w = function(De, Ie) {
26730
26730
  return H(De, { locale: Ie.$L, utc: Ie.$u, x: Ie.$x, $offset: Ie.$offset });
26731
26731
  };
26732
26732
  var ve = function() {
@@ -26739,7 +26739,7 @@ var XN = { exports: {} };
26739
26739
  var $e = Be.date, ze = Be.utc;
26740
26740
  if ($e === null)
26741
26741
  return /* @__PURE__ */ new Date(NaN);
26742
- if (de.u($e))
26742
+ if (oe.u($e))
26743
26743
  return /* @__PURE__ */ new Date();
26744
26744
  if ($e instanceof Date)
26745
26745
  return new Date($e);
@@ -26756,7 +26756,7 @@ var XN = { exports: {} };
26756
26756
  var Re = this.$d;
26757
26757
  this.$y = Re.getFullYear(), this.$M = Re.getMonth(), this.$D = Re.getDate(), this.$W = Re.getDay(), this.$H = Re.getHours(), this.$m = Re.getMinutes(), this.$s = Re.getSeconds(), this.$ms = Re.getMilliseconds();
26758
26758
  }, Ie.$utils = function() {
26759
- return de;
26759
+ return oe;
26760
26760
  }, Ie.isValid = function() {
26761
26761
  return this.$d.toString() !== K;
26762
26762
  }, Ie.isSame = function(Re, Be) {
@@ -26767,17 +26767,17 @@ var XN = { exports: {} };
26767
26767
  }, Ie.isBefore = function(Re, Be) {
26768
26768
  return this.endOf(Be) < H(Re);
26769
26769
  }, Ie.$g = function(Re, Be, $e) {
26770
- return de.u(Re) ? this[Be] : this.set($e, Re);
26770
+ return oe.u(Re) ? this[Be] : this.set($e, Re);
26771
26771
  }, Ie.unix = function() {
26772
26772
  return Math.floor(this.valueOf() / 1e3);
26773
26773
  }, Ie.valueOf = function() {
26774
26774
  return this.$d.getTime();
26775
26775
  }, Ie.startOf = function(Re, Be) {
26776
- var $e = this, ze = !!de.u(Be) || Be, st = de.p(Re), kt = function(rn, oi) {
26777
- var Ns = de.w($e.$u ? Date.UTC($e.$y, oi, rn) : new Date($e.$y, oi, rn), $e);
26776
+ var $e = this, ze = !!oe.u(Be) || Be, st = oe.p(Re), kt = function(rn, oi) {
26777
+ var Ns = oe.w($e.$u ? Date.UTC($e.$y, oi, rn) : new Date($e.$y, oi, rn), $e);
26778
26778
  return ze ? Ns : Ns.endOf(b);
26779
26779
  }, er = function(rn, oi) {
26780
- return de.w($e.toDate()[rn].apply($e.toDate("s"), (ze ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(oi)), $e);
26780
+ return oe.w($e.toDate()[rn].apply($e.toDate("s"), (ze ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(oi)), $e);
26781
26781
  }, vr = this.$W, Nr = this.$M, Ur = this.$D, Ti = "set" + (this.$u ? "UTC" : "");
26782
26782
  switch (st) {
26783
26783
  case N:
@@ -26802,7 +26802,7 @@ var XN = { exports: {} };
26802
26802
  }, Ie.endOf = function(Re) {
26803
26803
  return this.startOf(Re, !1);
26804
26804
  }, Ie.$set = function(Re, Be) {
26805
- var $e, ze = de.p(Re), st = "set" + (this.$u ? "UTC" : ""), kt = ($e = {}, $e[b] = st + "Date", $e[x] = st + "Date", $e[I] = st + "Month", $e[N] = st + "FullYear", $e[v] = st + "Hours", $e[y] = st + "Minutes", $e[t] = st + "Seconds", $e[p] = st + "Milliseconds", $e)[ze], er = ze === b ? this.$D + (Be - this.$W) : Be;
26805
+ var $e, ze = oe.p(Re), st = "set" + (this.$u ? "UTC" : ""), kt = ($e = {}, $e[b] = st + "Date", $e[x] = st + "Date", $e[I] = st + "Month", $e[N] = st + "FullYear", $e[v] = st + "Hours", $e[y] = st + "Minutes", $e[t] = st + "Seconds", $e[p] = st + "Milliseconds", $e)[ze], er = ze === b ? this.$D + (Be - this.$W) : Be;
26806
26806
  if (ze === I || ze === N) {
26807
26807
  var vr = this.clone().set(x, 1);
26808
26808
  vr.$d[kt](er), vr.init(), this.$d = vr.set(x, Math.min(this.$D, vr.daysInMonth())).$d;
@@ -26812,13 +26812,13 @@ var XN = { exports: {} };
26812
26812
  }, Ie.set = function(Re, Be) {
26813
26813
  return this.clone().$set(Re, Be);
26814
26814
  }, Ie.get = function(Re) {
26815
- return this[de.p(Re)]();
26815
+ return this[oe.p(Re)]();
26816
26816
  }, Ie.add = function(Re, Be) {
26817
26817
  var $e, ze = this;
26818
26818
  Re = Number(Re);
26819
- var st = de.p(Be), kt = function(Nr) {
26819
+ var st = oe.p(Be), kt = function(Nr) {
26820
26820
  var Ur = H(ze);
26821
- return de.w(Ur.date(Ur.date() + Math.round(Nr * Re)), ze);
26821
+ return oe.w(Ur.date(Ur.date() + Math.round(Nr * Re)), ze);
26822
26822
  };
26823
26823
  if (st === I)
26824
26824
  return this.set(I, this.$M + Re);
@@ -26829,17 +26829,17 @@ var XN = { exports: {} };
26829
26829
  if (st === w)
26830
26830
  return kt(7);
26831
26831
  var er = ($e = {}, $e[y] = a, $e[v] = l, $e[t] = i, $e)[st] || 1, vr = this.$d.getTime() + Re * er;
26832
- return de.w(vr, this);
26832
+ return oe.w(vr, this);
26833
26833
  }, Ie.subtract = function(Re, Be) {
26834
26834
  return this.add(-1 * Re, Be);
26835
26835
  }, Ie.format = function(Re) {
26836
26836
  var Be = this, $e = this.$locale();
26837
26837
  if (!this.isValid())
26838
26838
  return $e.invalidDate || K;
26839
- var ze = Re || "YYYY-MM-DDTHH:mm:ssZ", st = de.z(this), kt = this.$H, er = this.$m, vr = this.$M, Nr = $e.weekdays, Ur = $e.months, Ti = $e.meridiem, tn = function(oi, Ns, oa, Wa) {
26839
+ var ze = Re || "YYYY-MM-DDTHH:mm:ssZ", st = oe.z(this), kt = this.$H, er = this.$m, vr = this.$M, Nr = $e.weekdays, Ur = $e.months, Ti = $e.meridiem, tn = function(oi, Ns, oa, Wa) {
26840
26840
  return oi && (oi[Ns] || oi(Be, ze)) || oa[Ns].slice(0, Wa);
26841
26841
  }, aa = function(oi) {
26842
- return de.s(kt % 12 || 12, oi, "0");
26842
+ return oe.s(kt % 12 || 12, oi, "0");
26843
26843
  }, rn = Ti || function(oi, Ns, oa) {
26844
26844
  var Wa = oi < 12 ? "AM" : "PM";
26845
26845
  return oa ? Wa.toLowerCase() : Wa;
@@ -26850,11 +26850,11 @@ var XN = { exports: {} };
26850
26850
  case "YY":
26851
26851
  return String(Be.$y).slice(-2);
26852
26852
  case "YYYY":
26853
- return de.s(Be.$y, 4, "0");
26853
+ return oe.s(Be.$y, 4, "0");
26854
26854
  case "M":
26855
26855
  return vr + 1;
26856
26856
  case "MM":
26857
- return de.s(vr + 1, 2, "0");
26857
+ return oe.s(vr + 1, 2, "0");
26858
26858
  case "MMM":
26859
26859
  return tn($e.monthsShort, vr, Ur, 3);
26860
26860
  case "MMMM":
@@ -26862,7 +26862,7 @@ var XN = { exports: {} };
26862
26862
  case "D":
26863
26863
  return Be.$D;
26864
26864
  case "DD":
26865
- return de.s(Be.$D, 2, "0");
26865
+ return oe.s(Be.$D, 2, "0");
26866
26866
  case "d":
26867
26867
  return String(Be.$W);
26868
26868
  case "dd":
@@ -26874,7 +26874,7 @@ var XN = { exports: {} };
26874
26874
  case "H":
26875
26875
  return String(kt);
26876
26876
  case "HH":
26877
- return de.s(kt, 2, "0");
26877
+ return oe.s(kt, 2, "0");
26878
26878
  case "h":
26879
26879
  return aa(1);
26880
26880
  case "hh":
@@ -26886,13 +26886,13 @@ var XN = { exports: {} };
26886
26886
  case "m":
26887
26887
  return String(er);
26888
26888
  case "mm":
26889
- return de.s(er, 2, "0");
26889
+ return oe.s(er, 2, "0");
26890
26890
  case "s":
26891
26891
  return String(Be.$s);
26892
26892
  case "ss":
26893
- return de.s(Be.$s, 2, "0");
26893
+ return oe.s(Be.$s, 2, "0");
26894
26894
  case "SSS":
26895
- return de.s(Be.$ms, 3, "0");
26895
+ return oe.s(Be.$ms, 3, "0");
26896
26896
  case "Z":
26897
26897
  return st;
26898
26898
  }
@@ -26902,8 +26902,8 @@ var XN = { exports: {} };
26902
26902
  }, Ie.utcOffset = function() {
26903
26903
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
26904
26904
  }, Ie.diff = function(Re, Be, $e) {
26905
- var ze, st = this, kt = de.p(Be), er = H(Re), vr = (er.utcOffset() - this.utcOffset()) * a, Nr = this - er, Ur = function() {
26906
- return de.m(st, er);
26905
+ var ze, st = this, kt = oe.p(Be), er = H(Re), vr = (er.utcOffset() - this.utcOffset()) * a, Nr = this - er, Ur = function() {
26906
+ return oe.m(st, er);
26907
26907
  };
26908
26908
  switch (kt) {
26909
26909
  case N:
@@ -26933,7 +26933,7 @@ var XN = { exports: {} };
26933
26933
  default:
26934
26934
  ze = Nr;
26935
26935
  }
26936
- return $e ? ze : de.a(ze);
26936
+ return $e ? ze : oe.a(ze);
26937
26937
  }, Ie.daysInMonth = function() {
26938
26938
  return this.endOf(I).$D;
26939
26939
  }, Ie.$locale = function() {
@@ -26944,7 +26944,7 @@ var XN = { exports: {} };
26944
26944
  var $e = this.clone(), ze = ue(Re, Be, !0);
26945
26945
  return ze && ($e.$L = ze), $e;
26946
26946
  }, Ie.clone = function() {
26947
- return de.w(this.$d, this);
26947
+ return oe.w(this.$d, this);
26948
26948
  }, Ie.toDate = function() {
26949
26949
  return new Date(this.valueOf());
26950
26950
  }, Ie.toJSON = function() {
@@ -26968,7 +26968,7 @@ var XN = { exports: {} };
26968
26968
  })(XN);
26969
26969
  var zpt = XN.exports;
26970
26970
  const V = /* @__PURE__ */ zN(zpt);
26971
- var Z = /* @__PURE__ */ ((d) => (d.Error = "error", d.Warning = "warning", d))(Z || {}), oe = /* @__PURE__ */ ((d) => (d.InvalidObjectStructure = "invalid-object-structure", d.NameNotUniqueInScope = "name-not-unique-in-scope", d.EmptyName = "empty-name", d.MissingCaller = "missing-caller", d.PropertyOverwritesOtherSiblingWithSameName = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherSiblingWithSameImplementation = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameName = "property-overwrites-base-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameImplementation = "property-overwrites-base-property-with-same-name", d.MethodOverwritesOtherSiblingWithSameName = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherSiblingWithSameImplementation = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameName = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameName = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesBaseMethodWithSameName = "method-overwrites-base-method-with-same-name", d.MethodOverwritesBaseMethodWithSameImplementation = "method-overwrites-base-method-with-same-name", d.LoopBodyFunctionOverwrite = "loop-body-function-overwrite", d.NoOverlapWithImplementedSignature = "no-overlap-with-implemented-signature", d.ReaderWriterIncompatibleDataType = "reader-writer-incompatible-data-type", d.UnreachableEntity = "unreachable-entity", d.InternalCallParentMissingDataType = "internal-call-parent-missing-data-type", d.InternalCallParentDeclarationEntityInvalidType = "internal-call-parent-declaration-entity-invalid-type", d.InternalCallDeclarationNotFoundInParentDatatypeEntity = "internal-call-declaration-not-found-in-parent-datatype-entity", d.InternalCallDeclarationIsNotFunctionDeclaration = "internal-call-declaration-is-not-function-declaration", d.InternalCallDeclarationNotInParentDatatypeEntity = "internal-call-declaration-not-in-parent-datatype-entity", d))(oe || {}), q = /* @__PURE__ */ ((d) => (d.RootReference = "root-reference", d.InvalidUUIDStringFormat = "invalid-uuid-string-format", d.ReferencedEntityNotFound = "referenced-entity-not-found", d.EntityIdNotUnique = "entity-id-not-unique", d.BuiltInEntityGenerated = "built-in-entity-generated", d.BuiltInEntityUpdated = "built-in-entity-updated", d.BuiltInEntityDeleted = "built-in-entity-deleted", d.UnknownEntityType = "unknown-entity-type", d.MissingTypeProperty = "missing-type-property", d.MissingIdProperty = "missing-id-property", d.BuiltInEntityParent = "built-in-entity-parent", d.InvalidBuiltInEntityReference = "invalid-built-in-entity-reference", d.RecommendedImplementAbstractEntityAction = "recommended-implement-abstract-entity-action", d.RecommendedImplementOperationAction = "recommended-implement-operation-action", d.RecommendedImplementFunctionCallAction = "recommended-implement-function-call-action", d.RecommendedImplementVariableDeclarationAction = "recommended-implement-variable-declaration-action", d.RecommendedImplementVariableInstanceAction = "recommended-implement-variable-instance-action", d.RecommendedImplementConditionAction = "recommended-implement-condition-action", d.InvalidReferenceObjectStructure = "invalid-reference-object-structure", d.ContainsSingleButShouldBeReferenceList = "contains-single-but-should-be-reference-list", d.ContainsListButShouldReferenceSingle = "contains-list-but-should-reference-single", d.InvalidParentReference = "invalid-parent-reference", d.InvalidImplementsReference = "invalid-implements-reference", d.InvalidExtendsReference = "invalid-extends-reference", d.InvalidGenerationActionPayload = "invalid-generation-action-payload", d.InvalidReference = "invalid-reference", d.InvalidInternalCallParentRelation = "invalid-internal-call-parent-relation", d.InvalidUpdateEntityOperation = "invalid-update-entity-operation", d.NewEntityWouldOverriteExisting = "new-entity-would-overrite-existing", d.InvalidDownstreamPropertyOverride = "invalid-downstream-property-override", d.UnrecognizedProperty = "unrecognized-property", d.SelfReference = "self-reference", d.DuplicateReference = "duplicate-reference", d.CallerWithIncompatibleScope = "caller-with-incompatible-scope", d.InvalidFunctionDeclarationForFunctionCall = "invalid-function-declaration-for-function-call", d.InvalidInputMapDeclaration = "invalid-input-map-declaration", d.InvalidActionDescriptorForOperation = "invalid-action-descriptor-for-operation", d.InvalidActionDescriptorForCondition = "invalid-action-descriptor-for-condition", d.InvalidActionDescriptorForLoop = "invalid-action-descriptor-for-loop", d.InvalidInmutablePropertyOverride = "invalid-inmutable-property-override", d.OutputOverwrite = "output-overwrite", d.InputOverwrite = "input-overwrite", d.IncompatibleScope = "incompatible-scope", d.InvalidParentUpdate = "invalid-parent-update", d.NonInteractiveEntityReferenced = "non-interactive-entity-referenced", d.InvalidParentRelationType = "invalid-parent-relation-type", d))(q || {}), ne = /* @__PURE__ */ ((d) => (d.NoPrimaryKeyProperty = "no-primary-key-property", d.ScopeWithoutLogic = "scope-without-logic", d.AbstractEntityImplements = "abstract-entity-implements", d.ImplementsIncompatibleEntities = "implements-incompatible-entities", d.ExtendsIncompatibleEntities = "extends-incompatible-entities", d.NonAbstractExtendingAbstractEntity = "non-abstract-extending-abstract-entity", d.AbstractExtendingNonAbstractEntity = "abstract-extending-non-abstract-entity", d.NonStaticExtendingStaticEntity = "non-static-extending-static-entity", d.StaticExtendingNonStaticEntity = "static-extending-non-static-entity", d.StaticImplementingNonStaticEntity = "static-implementing-non-static-entity", d.NonStaticImplementingStaticEntity = "non-static-implementing-static-entity", d.ImplementingNonAbstractEntity = "implementing-non-abstract-entity", d.ExtendingNonInteractiveEntity = "extending-non-interactive-entity", d.AbstractEntityWithNonAbstractMethods = "abstract-entity-with-non-abstract-methods", d.AbstractEntityWithNonAbstractProperties = "abstract-entity-with-non-abstract-properties", d.StaticEntityWithNonStaticProperties = "static-entity-with-non-static-properties", d.NonStaticPropertyInStaticEntity = "non-static-property-in-static-entity", d.AbstractPropertyInNonAbstractEntity = "abstract-property-in-non-abstract-entity", d.AbstractMethodInNonAbstractEntity = "abstract-method-in-non-abstract-entity", d.IncorrectEntityImplementation = "incorrect-entity-implementation", d.IncorrectMethodImplementation = "incorrect-method-implementation", d.IncorrectPropertyImplementation = "incorrect-property-implementation", d.PropertyImplementsNonAbstact = "property-implements-non-abstract", d.NonStaticPropertyImplementsStatic = "non-static-property-implements-static", d.StaticPropertyImplementsNonStatic = "static-property-implements-non-static", d.PropertyImplementsIncompatibleType = "property-implements-incompatible-type", d.MissingPropertyImplementation = "missing-property-implementation", d.MissingMethodImplementation = "missing-method-implementation", d.NoProperties = "no-properties", d.ReadingFromIncompatibleType = "reading-from-incompatible-type", d.WritingToIncompatibleType = "writing-to-incompatible-type", d.InvalidPropertiesCombination = "invalid-properties-combination", d.DisconnectedCallableEntity = "disconnected-callable-entity", d.VariableReadsValueAndInternalCall = "variable-reads-value-and-internal-call", d.VariableWritesValuesAndInternalCall = "variable-writes-values-and-internal-call", d.VariableHasInputsAndInternalCall = "variable-has-inputs-and-internal-calls", d.VariableHasOutputsAndInternalCall = "variable-has-outputs-and-internal-call", d.VariableIsCalledAndHasInternalCall = "variable-is-called-and-has-internal-call", d.VariableCallsOthersAndHasInternalCall = "variable-calls-others-and-has-internal-call", d.MissingRequiredValue = "missing-required-value", d))(ne || {});
26971
+ var Z = /* @__PURE__ */ ((d) => (d.Error = "error", d.Warning = "warning", d))(Z || {}), le = /* @__PURE__ */ ((d) => (d.InvalidObjectStructure = "invalid-object-structure", d.NameNotUniqueInScope = "name-not-unique-in-scope", d.EmptyName = "empty-name", d.MissingCaller = "missing-caller", d.PropertyOverwritesOtherSiblingWithSameName = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherSiblingWithSameImplementation = "property-overwrites-other-sibling-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation = "property-overwrites-other-implemented-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName = "property-overwrites-other-extended-entitys-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameName = "property-overwrites-base-property-with-same-name", d.PropertyOverwritesBasePropertyWithSameImplementation = "property-overwrites-base-property-with-same-name", d.MethodOverwritesOtherSiblingWithSameName = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherSiblingWithSameImplementation = "method-overwrites-other-sibling-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameName = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation = "method-overwrites-other-implemented-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesOtherExtendedEntitysMethodWithSameName = "method-overwrites-other-extended-entitys-method-with-same-name", d.MethodOverwritesBaseMethodWithSameName = "method-overwrites-base-method-with-same-name", d.MethodOverwritesBaseMethodWithSameImplementation = "method-overwrites-base-method-with-same-name", d.LoopBodyFunctionOverwrite = "loop-body-function-overwrite", d.NoOverlapWithImplementedSignature = "no-overlap-with-implemented-signature", d.ReaderWriterIncompatibleDataType = "reader-writer-incompatible-data-type", d.UnreachableEntity = "unreachable-entity", d.InternalCallParentMissingDataType = "internal-call-parent-missing-data-type", d.InternalCallParentDeclarationEntityInvalidType = "internal-call-parent-declaration-entity-invalid-type", d.InternalCallDeclarationNotFoundInParentDatatypeEntity = "internal-call-declaration-not-found-in-parent-datatype-entity", d.InternalCallDeclarationIsNotFunctionDeclaration = "internal-call-declaration-is-not-function-declaration", d.InternalCallDeclarationNotInParentDatatypeEntity = "internal-call-declaration-not-in-parent-datatype-entity", d))(le || {}), q = /* @__PURE__ */ ((d) => (d.RootReference = "root-reference", d.InvalidUUIDStringFormat = "invalid-uuid-string-format", d.ReferencedEntityNotFound = "referenced-entity-not-found", d.EntityIdNotUnique = "entity-id-not-unique", d.BuiltInEntityGenerated = "built-in-entity-generated", d.BuiltInEntityUpdated = "built-in-entity-updated", d.BuiltInEntityDeleted = "built-in-entity-deleted", d.UnknownEntityType = "unknown-entity-type", d.MissingTypeProperty = "missing-type-property", d.MissingIdProperty = "missing-id-property", d.BuiltInEntityParent = "built-in-entity-parent", d.InvalidBuiltInEntityReference = "invalid-built-in-entity-reference", d.RecommendedImplementAbstractEntityAction = "recommended-implement-abstract-entity-action", d.RecommendedImplementOperationAction = "recommended-implement-operation-action", d.RecommendedImplementFunctionCallAction = "recommended-implement-function-call-action", d.RecommendedImplementVariableDeclarationAction = "recommended-implement-variable-declaration-action", d.RecommendedImplementVariableInstanceAction = "recommended-implement-variable-instance-action", d.RecommendedImplementConditionAction = "recommended-implement-condition-action", d.InvalidReferenceObjectStructure = "invalid-reference-object-structure", d.ContainsSingleButShouldBeReferenceList = "contains-single-but-should-be-reference-list", d.ContainsListButShouldReferenceSingle = "contains-list-but-should-reference-single", d.InvalidParentReference = "invalid-parent-reference", d.InvalidImplementsReference = "invalid-implements-reference", d.InvalidExtendsReference = "invalid-extends-reference", d.InvalidGenerationActionPayload = "invalid-generation-action-payload", d.InvalidReference = "invalid-reference", d.InvalidInternalCallParentRelation = "invalid-internal-call-parent-relation", d.InvalidUpdateEntityOperation = "invalid-update-entity-operation", d.NewEntityWouldOverriteExisting = "new-entity-would-overrite-existing", d.InvalidDownstreamPropertyOverride = "invalid-downstream-property-override", d.UnrecognizedProperty = "unrecognized-property", d.SelfReference = "self-reference", d.DuplicateReference = "duplicate-reference", d.CallerWithIncompatibleScope = "caller-with-incompatible-scope", d.InvalidFunctionDeclarationForFunctionCall = "invalid-function-declaration-for-function-call", d.InvalidInputMapDeclaration = "invalid-input-map-declaration", d.InvalidActionDescriptorForOperation = "invalid-action-descriptor-for-operation", d.InvalidActionDescriptorForCondition = "invalid-action-descriptor-for-condition", d.InvalidActionDescriptorForLoop = "invalid-action-descriptor-for-loop", d.InvalidInmutablePropertyOverride = "invalid-inmutable-property-override", d.OutputOverwrite = "output-overwrite", d.InputOverwrite = "input-overwrite", d.IncompatibleScope = "incompatible-scope", d.InvalidParentUpdate = "invalid-parent-update", d.NonInteractiveEntityReferenced = "non-interactive-entity-referenced", d.InvalidParentRelationType = "invalid-parent-relation-type", d))(q || {}), ne = /* @__PURE__ */ ((d) => (d.NoPrimaryKeyProperty = "no-primary-key-property", d.ScopeWithoutLogic = "scope-without-logic", d.AbstractEntityImplements = "abstract-entity-implements", d.ImplementsIncompatibleEntities = "implements-incompatible-entities", d.ExtendsIncompatibleEntities = "extends-incompatible-entities", d.NonAbstractExtendingAbstractEntity = "non-abstract-extending-abstract-entity", d.AbstractExtendingNonAbstractEntity = "abstract-extending-non-abstract-entity", d.NonStaticExtendingStaticEntity = "non-static-extending-static-entity", d.StaticExtendingNonStaticEntity = "static-extending-non-static-entity", d.StaticImplementingNonStaticEntity = "static-implementing-non-static-entity", d.NonStaticImplementingStaticEntity = "non-static-implementing-static-entity", d.ImplementingNonAbstractEntity = "implementing-non-abstract-entity", d.ExtendingNonInteractiveEntity = "extending-non-interactive-entity", d.AbstractEntityWithNonAbstractMethods = "abstract-entity-with-non-abstract-methods", d.AbstractEntityWithNonAbstractProperties = "abstract-entity-with-non-abstract-properties", d.StaticEntityWithNonStaticProperties = "static-entity-with-non-static-properties", d.NonStaticPropertyInStaticEntity = "non-static-property-in-static-entity", d.AbstractPropertyInNonAbstractEntity = "abstract-property-in-non-abstract-entity", d.AbstractMethodInNonAbstractEntity = "abstract-method-in-non-abstract-entity", d.IncorrectEntityImplementation = "incorrect-entity-implementation", d.IncorrectMethodImplementation = "incorrect-method-implementation", d.IncorrectPropertyImplementation = "incorrect-property-implementation", d.PropertyImplementsNonAbstact = "property-implements-non-abstract", d.NonStaticPropertyImplementsStatic = "non-static-property-implements-static", d.StaticPropertyImplementsNonStatic = "static-property-implements-non-static", d.PropertyImplementsIncompatibleType = "property-implements-incompatible-type", d.MissingPropertyImplementation = "missing-property-implementation", d.MissingMethodImplementation = "missing-method-implementation", d.NoProperties = "no-properties", d.ReadingFromIncompatibleType = "reading-from-incompatible-type", d.WritingToIncompatibleType = "writing-to-incompatible-type", d.InvalidPropertiesCombination = "invalid-properties-combination", d.DisconnectedCallableEntity = "disconnected-callable-entity", d.VariableReadsValueAndInternalCall = "variable-reads-value-and-internal-call", d.VariableWritesValuesAndInternalCall = "variable-writes-values-and-internal-call", d.VariableHasInputsAndInternalCall = "variable-has-inputs-and-internal-calls", d.VariableHasOutputsAndInternalCall = "variable-has-outputs-and-internal-call", d.VariableIsCalledAndHasInternalCall = "variable-is-called-and-has-internal-call", d.VariableCallsOthersAndHasInternalCall = "variable-calls-others-and-has-internal-call", d.MissingRequiredValue = "missing-required-value", d))(ne || {});
26972
26972
  class X {
26973
26973
  constructor(u) {
26974
26974
  // A deterministic error code, so if the same error occurs again in a subsequent validation run,
@@ -26985,7 +26985,7 @@ class X {
26985
26985
  this.id = u.id, this.message = u.message, this.issue = u.issue, this.severity = u.severity, this.code = u.code;
26986
26986
  }
26987
26987
  toEntityError(u) {
26988
- return this.code in oe ? new Ht({
26988
+ return this.code in le ? new Ht({
26989
26989
  id: this.id,
26990
26990
  message: this.message,
26991
26991
  issue: this.issue,
@@ -30712,13 +30712,13 @@ function Zs(d, u) {
30712
30712
  type: "same"
30713
30713
  /* Same */
30714
30714
  };
30715
- if (d.isList !== u.isList && (d.isList !== null || u.isList !== null))
30715
+ if (d.isList === !1 && u.isList === !0 || d.isList === !0 && u.isList === !1)
30716
30716
  return {
30717
30717
  compatible: !1,
30718
30718
  type: d.isList ? "a-is-list-b-is-not" : "b-is-list-a-is-not"
30719
30719
  /* BIsListAIsNot */
30720
30720
  };
30721
- if (d.asType !== u.asType && (d.asType !== null || u.asType !== null))
30721
+ if (d.asType === !1 && u.asType === !0 || d.asType === !0 && u.asType === !1)
30722
30722
  return {
30723
30723
  compatible: !1,
30724
30724
  type: d.asType ? "a-is-template-b-is-not" : "b-is-template-a-is-not"
@@ -31338,10 +31338,10 @@ function v4(d, u) {
31338
31338
  const i = [];
31339
31339
  d.name || i.push(
31340
31340
  new X({
31341
- id: `${d.id}--${oe.EmptyName}`,
31341
+ id: `${d.id}--${le.EmptyName}`,
31342
31342
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
31343
31343
  severity: Z.Error,
31344
- code: oe.EmptyName,
31344
+ code: le.EmptyName,
31345
31345
  issue: null
31346
31346
  })
31347
31347
  );
@@ -31350,11 +31350,11 @@ function v4(d, u) {
31350
31350
  );
31351
31351
  return a.length && i.push(
31352
31352
  new X({
31353
- id: `${d.id}--${oe.NameNotUniqueInScope}`,
31353
+ id: `${d.id}--${le.NameNotUniqueInScope}`,
31354
31354
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in the project. Entity with id "${a[0].id}" has the same name.
31355
31355
  Please provide a unique 'name' string.`,
31356
31356
  severity: Z.Error,
31357
- code: oe.NameNotUniqueInScope,
31357
+ code: le.NameNotUniqueInScope,
31358
31358
  issue: null
31359
31359
  })
31360
31360
  ), i;
@@ -31363,10 +31363,10 @@ function E4(d, u) {
31363
31363
  const i = [];
31364
31364
  d.name || i.push(
31365
31365
  new X({
31366
- id: `${d.id}--${oe.EmptyName}`,
31366
+ id: `${d.id}--${le.EmptyName}`,
31367
31367
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
31368
31368
  severity: Z.Error,
31369
- code: oe.EmptyName,
31369
+ code: le.EmptyName,
31370
31370
  issue: null
31371
31371
  })
31372
31372
  );
@@ -31386,11 +31386,11 @@ function E4(d, u) {
31386
31386
  );
31387
31387
  return t.length && i.push(
31388
31388
  new X({
31389
- id: `${d.id}--${oe.NameNotUniqueInScope}`,
31389
+ id: `${d.id}--${le.NameNotUniqueInScope}`,
31390
31390
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in ${l.type === f.Project ? "the globally declared project scope" : "its parent entity"}. Entity with id "${t[0].id}" has the same name.
31391
31391
  Please provide a unique 'name' string.`,
31392
31392
  severity: Z.Error,
31393
- code: oe.NameNotUniqueInScope,
31393
+ code: le.NameNotUniqueInScope,
31394
31394
  issue: null
31395
31395
  })
31396
31396
  ), i;
@@ -31399,10 +31399,10 @@ function T4(d, u) {
31399
31399
  const i = [];
31400
31400
  d.name || i.push(
31401
31401
  new X({
31402
- id: `${d.id}--${oe.EmptyName}`,
31402
+ id: `${d.id}--${le.EmptyName}`,
31403
31403
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
31404
31404
  severity: Z.Error,
31405
- code: oe.EmptyName,
31405
+ code: le.EmptyName,
31406
31406
  issue: null
31407
31407
  })
31408
31408
  );
@@ -31425,11 +31425,11 @@ function T4(d, u) {
31425
31425
  );
31426
31426
  p.length && i.push(
31427
31427
  new X({
31428
- id: `${d.id}--${oe.NameNotUniqueInScope}`,
31428
+ id: `${d.id}--${le.NameNotUniqueInScope}`,
31429
31429
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique in its scope or higher scopes. Entity with id "${p[0].id}" has the same name.
31430
31430
  Please provide a unique 'name' string.`,
31431
31431
  severity: Z.Error,
31432
- code: oe.NameNotUniqueInScope,
31432
+ code: le.NameNotUniqueInScope,
31433
31433
  issue: null
31434
31434
  })
31435
31435
  );
@@ -31440,10 +31440,10 @@ function b4(d, u) {
31440
31440
  const i = [];
31441
31441
  d.name || i.push(
31442
31442
  new X({
31443
- id: `${d.id}--${oe.EmptyName}`,
31443
+ id: `${d.id}--${le.EmptyName}`,
31444
31444
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
31445
31445
  severity: Z.Error,
31446
- code: oe.EmptyName,
31446
+ code: le.EmptyName,
31447
31447
  issue: null
31448
31448
  })
31449
31449
  );
@@ -31476,11 +31476,11 @@ function b4(d, u) {
31476
31476
  );
31477
31477
  t.length && i.push(
31478
31478
  new X({
31479
- id: `${d.id}--${oe.NameNotUniqueInScope}`,
31479
+ id: `${d.id}--${le.NameNotUniqueInScope}`,
31480
31480
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all properties in the parent entity. Entity with id "${t[0].id}" has the same name.
31481
31481
  Please provide a unique 'name' string.`,
31482
31482
  severity: Z.Error,
31483
- code: oe.NameNotUniqueInScope,
31483
+ code: le.NameNotUniqueInScope,
31484
31484
  issue: null
31485
31485
  })
31486
31486
  );
@@ -31492,10 +31492,10 @@ function I4(d, u) {
31492
31492
  const i = [];
31493
31493
  d.name || i.push(
31494
31494
  new X({
31495
- id: `${d.id}--${oe.EmptyName}`,
31495
+ id: `${d.id}--${le.EmptyName}`,
31496
31496
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
31497
31497
  severity: Z.Error,
31498
- code: oe.EmptyName,
31498
+ code: le.EmptyName,
31499
31499
  issue: null
31500
31500
  })
31501
31501
  );
@@ -31530,11 +31530,11 @@ function I4(d, u) {
31530
31530
  );
31531
31531
  t.length && i.push(
31532
31532
  new X({
31533
- id: `${d.id}--${oe.NameNotUniqueInScope}`,
31533
+ id: `${d.id}--${le.NameNotUniqueInScope}`,
31534
31534
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all inputs declared in the parent entity. Entity with id "${t[0].id}" has the same name.
31535
31535
  Please provide a unique 'name' string.`,
31536
31536
  severity: Z.Error,
31537
- code: oe.NameNotUniqueInScope,
31537
+ code: le.NameNotUniqueInScope,
31538
31538
  issue: null
31539
31539
  })
31540
31540
  );
@@ -31546,10 +31546,10 @@ function A4(d, u) {
31546
31546
  const i = [];
31547
31547
  d.name || i.push(
31548
31548
  new X({
31549
- id: `${d.id}--${oe.EmptyName}`,
31549
+ id: `${d.id}--${le.EmptyName}`,
31550
31550
  message: `Entity with id "${d.id}" and type "${d.type}" has an empty name. Please provide a 'name' string.`,
31551
31551
  severity: Z.Error,
31552
- code: oe.EmptyName,
31552
+ code: le.EmptyName,
31553
31553
  issue: null
31554
31554
  })
31555
31555
  );
@@ -31584,11 +31584,11 @@ function A4(d, u) {
31584
31584
  );
31585
31585
  t.length && i.push(
31586
31586
  new X({
31587
- id: `${d.id}--${oe.NameNotUniqueInScope}`,
31587
+ id: `${d.id}--${le.NameNotUniqueInScope}`,
31588
31588
  message: `Entity with id "${d.id}" and type "${d.type}" has a name "${d.name}" that is not unique among all outputs declared in the parent entity. Entity with id "${t[0].id}" has the same name.
31589
31589
  Please provide a unique 'name' string.`,
31590
31590
  severity: Z.Error,
31591
- code: oe.NameNotUniqueInScope,
31591
+ code: le.NameNotUniqueInScope,
31592
31592
  issue: null
31593
31593
  })
31594
31594
  );
@@ -31871,8 +31871,8 @@ ${qo}`, i.push(
31871
31871
  );
31872
31872
  b ? i.push(
31873
31873
  new X({
31874
- id: `${d.id}--${oe.PropertyOverwritesOtherSiblingWithSameImplementation}`,
31875
- code: oe.PropertyOverwritesOtherSiblingWithSameImplementation,
31874
+ id: `${d.id}--${le.PropertyOverwritesOtherSiblingWithSameImplementation}`,
31875
+ code: le.PropertyOverwritesOtherSiblingWithSameImplementation,
31876
31876
  severity: Z.Error,
31877
31877
  message: `The property with id "${d.id}" is trying to implement the property with id "${d.implements}", but the parent entity already has a property with id '${b.id}' that implements the same base property.`,
31878
31878
  issue: null
@@ -32769,8 +32769,8 @@ Or 'delete' and then 'post' actions to replace it.`,
32769
32769
  } else
32770
32770
  i.push(
32771
32771
  new X({
32772
- id: `${d.id}--${oe.InvalidObjectStructure}`,
32773
- code: oe.InvalidObjectStructure,
32772
+ id: `${d.id}--${le.InvalidObjectStructure}`,
32773
+ code: le.InvalidObjectStructure,
32774
32774
  severity: Z.Error,
32775
32775
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a 'parent' reference. The 'parent' of a literal value entity must be a reference to an entity of type 'input-map' or 'data-type'.`,
32776
32776
  issue: null
@@ -32779,8 +32779,8 @@ Or 'delete' and then 'post' actions to replace it.`,
32779
32779
  else
32780
32780
  return i.push(
32781
32781
  new X({
32782
- id: `${d.id}--${oe.InvalidObjectStructure}`,
32783
- code: oe.InvalidObjectStructure,
32782
+ id: `${d.id}--${le.InvalidObjectStructure}`,
32783
+ code: le.InvalidObjectStructure,
32784
32784
  severity: Z.Error,
32785
32785
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a 'parent' reference. The 'parent' of a literal value entity must be a reference to an entity of type 'input-map' or 'data-type'.`,
32786
32786
  issue: null
@@ -34061,8 +34061,8 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
34061
34061
  })
34062
34062
  ), (i.readsValue || i.writesValue) && a.push(
34063
34063
  new X({
34064
- id: `${this.id}--${oe.InvalidObjectStructure}`,
34065
- code: oe.InvalidObjectStructure,
34064
+ id: `${this.id}--${le.InvalidObjectStructure}`,
34065
+ code: le.InvalidObjectStructure,
34066
34066
  severity: Z.Error,
34067
34067
  message: `Entity of type '${this.type}' with id '${this.id}' is not a value reading or writing entity.
34068
34068
  ${DT}`,
@@ -35358,8 +35358,8 @@ const mt = class mt extends mr {
35358
35358
  );
35359
35359
  if (K && p.push(
35360
35360
  new X({
35361
- id: `${l.id}--${oe.MethodOverwritesOtherSiblingWithSameImplementation}`,
35362
- code: oe.MethodOverwritesOtherSiblingWithSameImplementation,
35361
+ id: `${l.id}--${le.MethodOverwritesOtherSiblingWithSameImplementation}`,
35362
+ code: le.MethodOverwritesOtherSiblingWithSameImplementation,
35363
35363
  severity: Z.Error,
35364
35364
  message: `The '${f.FunctionDeclaration}' with id "${l.id}" is trying to implement the '${f.ActionDescriptor}' with id "${l.implements}", but the parent definition-entity already has a ${f.FunctionDeclaration} with id '${K.id}' that implements the same base method.
35365
35365
  A ${f.FunctionDeclaration} that has a parent of type '${f.DefinitionEntity}' is considered a method of that entity, and cannot implement the same '${f.ActionDescriptor}' more than once.
@@ -35412,8 +35412,8 @@ If you want to modify the existing implementation, you can update the existing m
35412
35412
  const P = v.body;
35413
35413
  P && ((I = P.implements) == null ? void 0 : I.id) === l.implements && p.push(
35414
35414
  new X({
35415
- id: `${l.id}--${oe.LoopBodyFunctionOverwrite}`,
35416
- code: oe.LoopBodyFunctionOverwrite,
35415
+ id: `${l.id}--${le.LoopBodyFunctionOverwrite}`,
35416
+ code: le.LoopBodyFunctionOverwrite,
35417
35417
  severity: Z.Error,
35418
35418
  message: `The '${f.FunctionDeclaration}' with id "${l.id}" is being added as the 'body' of the ${f.Loop} with id "${v.id}", but the loop already has a function-declaration body. A loop can only have one function-declaration body at a time. You can edit the existing body instead, but it will have to match the same base signature, otherwise the implementation will have a validation error.`,
35419
35419
  issue: null
@@ -36660,8 +36660,8 @@ function S0t(d, u) {
36660
36660
  else
36661
36661
  i.push(
36662
36662
  new X({
36663
- id: `${d.id}--${oe.InvalidObjectStructure}`,
36664
- code: oe.InvalidObjectStructure,
36663
+ id: `${d.id}--${le.InvalidObjectStructure}`,
36664
+ code: le.InvalidObjectStructure,
36665
36665
  severity: Z.Error,
36666
36666
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a 'parent' reference. The 'parent' of a 'data-type' entity must be a reference to an entity of type ${l}.`,
36667
36667
  issue: null
@@ -37888,12 +37888,13 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
37888
37888
  return !!this.entity && (this.entity.type === f.DefinitionEntity || this.entity.type === f.BuiltInBaseEntity || this.entity.name === z.KeyValue) && !this.isList;
37889
37889
  }
37890
37890
  canBeObject() {
37891
+ var a;
37891
37892
  let i = !1;
37892
37893
  if (this.parent.type !== f.DataType) {
37893
- const a = this.project.requestActiveValue(
37894
+ const l = (a = this.project.requestActiveDynamicValue(
37894
37895
  this.parent
37895
- );
37896
- a ? !a.valueAsType && (a.value === "" || a.value === null || ir(a)) && (i = !0) : i = !0;
37896
+ )) == null ? void 0 : a.value;
37897
+ l ? !l.valueAsType && (l.value === "" || l.value === null || ir(l)) && (i = !0) : i = !0;
37897
37898
  }
37898
37899
  return (this.isObject() || !this.entity || this.entity.name === z.Untyped) && i;
37899
37900
  }
@@ -39893,8 +39894,8 @@ const Tt = class Tt extends mr {
39893
39894
  if (I.outputs.length)
39894
39895
  p.push(
39895
39896
  new X({
39896
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
39897
- code: oe.NoOverlapWithImplementedSignature,
39897
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
39898
+ code: le.NoOverlapWithImplementedSignature,
39898
39899
  severity: Z.Error,
39899
39900
  message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' cannot be added to the parent entity of type '${I.type}' with id '${I.id}'. This '${I.type}' already has return declarations.
39900
39901
  ${m$}`,
@@ -39905,8 +39906,8 @@ ${m$}`,
39905
39906
  const K = (b = (v = N[0]) == null ? void 0 : v.outputs[0]) == null ? void 0 : b.name;
39906
39907
  K !== l.name && p.push(
39907
39908
  new X({
39908
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
39909
- code: oe.NoOverlapWithImplementedSignature,
39909
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
39910
+ code: le.NoOverlapWithImplementedSignature,
39910
39911
  severity: Z.Error,
39911
39912
  message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' cannot be added to the parent entity of type '${I.type}' with id '${I.id}'. This new 'return-declaration' doesn't have the same name "${K}" as the return declarations on the other statements in the same scope.
39912
39913
  ${m$}`,
@@ -39942,8 +39943,8 @@ ${m$}`,
39942
39943
  )}.` : "The parent entity has all the returns it needs implemented.";
39943
39944
  N ? k && p.push(
39944
39945
  new X({
39945
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
39946
- code: oe.NoOverlapWithImplementedSignature,
39946
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
39947
+ code: le.NoOverlapWithImplementedSignature,
39947
39948
  severity: Z.Error,
39948
39949
  message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${w.type}' with id '${w.id}' that implements a ${f.ActionDescriptor} with fixed outputs.
39949
39950
  Adding a new return would make the implementation invalid. An return with the same name already exists in the parent entity.
@@ -39953,8 +39954,8 @@ ${te}`,
39953
39954
  })
39954
39955
  ) : p.push(
39955
39956
  new X({
39956
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
39957
- code: oe.NoOverlapWithImplementedSignature,
39957
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
39958
+ code: le.NoOverlapWithImplementedSignature,
39958
39959
  severity: Z.Error,
39959
39960
  message: `Entity of type '${f.ReturnDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${w.type}' with id '${w.id}' that implements a ${f.ActionDescriptor} with fixed outputs.
39960
39961
  Adding a new return would make the implementation invalid. There are no returns in the descriptor with the same name.
@@ -43410,8 +43411,8 @@ const BAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
43410
43411
  ), !i.implements)
43411
43412
  p.push(
43412
43413
  new X({
43413
- id: `${i.id}--${oe.InvalidObjectStructure}`,
43414
- code: oe.InvalidObjectStructure,
43414
+ id: `${i.id}--${le.InvalidObjectStructure}`,
43415
+ code: le.InvalidObjectStructure,
43415
43416
  severity: Z.Error,
43416
43417
  message: `Entity of type '${i.type}' with id '${i.id}' is missing the 'implements' property. This property is required for a '${i.type}' entity and must point to one of the built-in action descriptors reserved for 'global-event' entities.
43417
43418
  ${sT(
@@ -46108,8 +46109,8 @@ ${nT(a)}`,
46108
46109
  })
46109
46110
  ) : p.push(
46110
46111
  new X({
46111
- id: `${i.id}--${oe.InvalidObjectStructure}`,
46112
- code: oe.InvalidObjectStructure,
46112
+ id: `${i.id}--${le.InvalidObjectStructure}`,
46113
+ code: le.InvalidObjectStructure,
46113
46114
  severity: Z.Error,
46114
46115
  message: `Entity of type '${i.type}' with id '${i.id}' is missing the 'declaration' property. This property is required for a '${i.type}' entity and must point to one of the built-in action descriptors reserved for '${f.Condition}' entities.
46115
46116
  ${nT(a)}`,
@@ -48189,13 +48190,13 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
48189
48190
  if (S) {
48190
48191
  const ie = ce.getDataType(i), ue = ((K = ie == null ? void 0 : ie.entity) == null ? void 0 : K.properties) || [];
48191
48192
  (k = S.orChildrenGroup) == null || k.forEach((H) => {
48192
- const { updated: de, removed: ve } = H.remove(
48193
+ const { updated: oe, removed: ve } = H.remove(
48193
48194
  {
48194
48195
  ignoreUpstream: !1
48195
48196
  },
48196
48197
  i
48197
48198
  );
48198
- a.push(...de), p.push(...ve);
48199
+ a.push(...oe), p.push(...ve);
48199
48200
  }), ue.forEach((H) => {
48200
48201
  if (!H.getDataType(i)) {
48201
48202
  const ve = {
@@ -48853,9 +48854,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
48853
48854
  const {
48854
48855
  updated: ue,
48855
48856
  added: H,
48856
- removed: de
48857
+ removed: oe
48857
48858
  } = this.syncOutputMaps(i);
48858
- return a.push(...ue), l.push(...H), p.push(...de), i == null || i.attemptAutoclose("sync-children", this.id), {
48859
+ return a.push(...ue), l.push(...H), p.push(...oe), i == null || i.attemptAutoclose("sync-children", this.id), {
48859
48860
  self: this,
48860
48861
  updated: R(a),
48861
48862
  added: R(l),
@@ -49118,8 +49119,8 @@ ${aT(a)}`,
49118
49119
  })
49119
49120
  ) : p.push(
49120
49121
  new X({
49121
- id: `${i.id}--${oe.InvalidObjectStructure}`,
49122
- code: oe.InvalidObjectStructure,
49122
+ id: `${i.id}--${le.InvalidObjectStructure}`,
49123
+ code: le.InvalidObjectStructure,
49123
49124
  severity: Z.Error,
49124
49125
  message: `Entity of type '${i.type}' with id '${i.id}' is missing the 'declaration' property. This property is required for a '${i.type}' entity and must point to one of the built-in action descriptors reserved for '${f.Condition}' entities.
49125
49126
  ${aT(a)}`,
@@ -50932,12 +50933,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
50932
50933
  } = this.removeUnrecognizedOutputs(i);
50933
50934
  l.push(...S), a.push(...ie), p.push(...ue), t.push(...H);
50934
50935
  const {
50935
- added: de,
50936
+ added: oe,
50936
50937
  updated: ve,
50937
50938
  removed: Pe,
50938
50939
  affected: De
50939
50940
  } = this.removeUnrecognizedInternalCalls(i);
50940
- return l.push(...de), a.push(...ve), p.push(...Pe), t.push(...De), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
50941
+ return l.push(...oe), a.push(...ve), p.push(...Pe), t.push(...De), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
50941
50942
  updated: R(a),
50942
50943
  added: R(l),
50943
50944
  removed: R(p),
@@ -52998,12 +52999,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
52998
52999
  } = this.removeUnrecognizedOutputs(i);
52999
53000
  l.push(...S), a.push(...ie), p.push(...ue), t.push(...H);
53000
53001
  const {
53001
- added: de,
53002
+ added: oe,
53002
53003
  updated: ve,
53003
53004
  removed: Pe,
53004
53005
  affected: De
53005
53006
  } = this.removeUnrecognizedInternalCalls(i);
53006
- return l.push(...de), a.push(...ve), p.push(...Pe), t.push(...De), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
53007
+ return l.push(...oe), a.push(...ve), p.push(...Pe), t.push(...De), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
53007
53008
  updated: R(a),
53008
53009
  added: R(l),
53009
53010
  removed: R(p),
@@ -53495,10 +53496,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
53495
53496
  const {
53496
53497
  updated: ue,
53497
53498
  added: H,
53498
- removed: de,
53499
+ removed: oe,
53499
53500
  affected: ve
53500
53501
  } = ie.syncInputs(i);
53501
- a.push(...H), l.push(...ue), p.push(...de), t.push(...ve);
53502
+ a.push(...H), l.push(...ue), p.push(...oe), t.push(...ve);
53502
53503
  const {
53503
53504
  updated: Pe,
53504
53505
  added: De,
@@ -56338,7 +56339,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
56338
56339
  };
56339
56340
  function a(l, p) {
56340
56341
  p = p !== void 0 ? p : {};
56341
- var t = {}, y = p.grammarSource, v = { start: ww }, b = ww, w = ";", I = ",", P = ".", N = "*", x = "=", K = ":", k = "[", W = "]", te = "<", ee = ">", ce = ":=", re = "||", ye = "&&", S = ">=", ie = "<=", ue = "<>", H = "!=", de = "<=>", ve = "==", Pe = "||/", De = "|/", Ie = ">>", Re = "<<", Be = "!~~*", $e = "~~*", ze = "!~~", st = "~~", kt = "!~*", er = "~*", vr = "!~", Nr = "^@", Ur = "->>", Ti = "->", tn = "#>>", aa = "#>", rn = "@>", oi = "<@", Ns = "?|", oa = "?&", Wa = "#-", _A = "@?", ef = "@@", gA = "!", tf = "~", ml = "@", DA = "#", gm = "&", Dm = "|", Ha = "`", Cm = "?", $m = "/", Om = "%", vl = "^", El = "-", rf = "+", sf = "::", Qe = "(", tt = ")", CA = "=>", Ts = "$", $A = "``", OA = "]]", Ms = "_", Ya = `
56342
+ var t = {}, y = p.grammarSource, v = { start: ww }, b = ww, w = ";", I = ",", P = ".", N = "*", x = "=", K = ":", k = "[", W = "]", te = "<", ee = ">", ce = ":=", re = "||", ye = "&&", S = ">=", ie = "<=", ue = "<>", H = "!=", oe = "<=>", ve = "==", Pe = "||/", De = "|/", Ie = ">>", Re = "<<", Be = "!~~*", $e = "~~*", ze = "!~~", st = "~~", kt = "!~*", er = "~*", vr = "!~", Nr = "^@", Ur = "->>", Ti = "->", tn = "#>>", aa = "#>", rn = "@>", oi = "<@", Ns = "?|", oa = "?&", Wa = "#-", _A = "@?", ef = "@@", gA = "!", tf = "~", ml = "@", DA = "#", gm = "&", Dm = "|", Ha = "`", Cm = "?", $m = "/", Om = "%", vl = "^", El = "-", rf = "+", sf = "::", Qe = "(", tt = ")", CA = "=>", Ts = "$", $A = "``", OA = "]]", Ms = "_", Ya = `
56342
56343
  `, xi = "'", tB = "E", nf = "U&", af = "''", sn = '"', of = '""', la = "'''", da = '"""', PA = "\\n", VA = "\\r", NA = "\\t", MA = "\\b", LA = "\\f", BA = "\\v", xA = "\\a", za = "\\", Pm = "x", rB = "u", iB = "U", UA = "\\%", jA = "\\_", GA = "\\0", FA = "\\Z", sB = "n", nB = "r", aB = "rb", oB = "br", ua = "$$", KA = "b", Tl = "0x", lf = "0b", kA = "0o", df = "/*", bs = "*/", qA = "--", ZA = `\r
56343
56344
  `, lB = "abort", dB = "access", uB = "action", cB = "add", pB = "admin", fB = "after", hB = "against", yB = "all", mB = "alter", vB = "always", EB = "analyze", TB = "and", bB = "any", IB = "array", AB = "as", wB = "asc", RB = "assert", _B = "assignment", gB = "at", DB = "atomic", CB = "attach", $B = "attribute", OB = "authorization", PB = "auto_increment", VB = "autoextend_size", NB = "autoincrement", MB = "avg_row_length", LB = "before", BB = "begin", xB = "bernoulli", UB = "between", jB = "bi_capacity", GB = "bigdecimal", FB = "bigint", KB = "bignumeric", kB = "binary", qB = "bit", ZB = "blob", SB = "bool", JB = "boolean", WB = "breadth", HB = "break", YB = "by", zB = "bypassrls", XB = "byteint", QB = "bytes", ex = "cache", tx = "call", rx = "called", ix = "capacity", sx = "cascade", nx = "cascaded", ax = "case", ox = "cast", lx = "century", dx = "chain", ux = "char", cx = "character", px = "check", fx = "checksum", hx = "clone", yx = "cluster", mx = "collate", vx = "column", Ex = "column_format", Tx = "columns", bx = "comment", Ix = "comments", Ax = "commit", wx = "committed", Rx = "compact", _x = "compressed", gx = "compression", Dx = "concurrently", Cx = "conflict", $x = "connect", Ox = "connection", Px = "constraint", Vx = "constraints", Nx = "continue", Mx = "copy", Lx = "cost", Bx = "create", xx = "createdb", Ux = "createrole", jx = "cross", Gx = "cube", Fx = "cume_dist", Kx = "current", kx = "current_catalog", qx = "current_date", Zx = "current_datetime", Sx = "current_role", Jx = "current_schema", Wx = "current_time", Hx = "current_timestamp", Yx = "current_user", zx = "cycle", Xx = "data", Qx = "database", e3 = "date", t3 = "datetime", r3 = "day", i3 = "day_hour", s3 = "day_microsecond", n3 = "day_minute", a3 = "day_second", o3 = "dayofweek", l3 = "dayofyear", d3 = "dec", u3 = "decade", c3 = "decimal", p3 = "declare", f3 = "default", h3 = "defaults", y3 = "deferrable", m3 = "deferred", v3 = "definer", E3 = "delay_key_write", T3 = "delayed", b3 = "delete", I3 = "dense_rank", A3 = "depends", w3 = "depth", R3 = "desc", _3 = "describe", g3 = "detach", D3 = "deterministic", C3 = "directory", $3 = "disable", O3 = "disk", P3 = "distinct", V3 = "distinctrow", N3 = "div", M3 = "do", L3 = "domain", B3 = "double", x3 = "dow", U3 = "doy", j3 = "drop", G3 = "dual", F3 = "dumpfile", K3 = "duplicate", k3 = "dynamic", q3 = "each", Z3 = "else", S3 = "elseif", J3 = "enable", W3 = "enclosed", H3 = "encrypted", Y3 = "encryption", z3 = "end", X3 = "enforced", Q3 = "engine", eU = "engine_attribute", tU = "enum", rU = "epoch", iU = "error", sU = "escape", nU = "escaped", aU = "examined", oU = "except", lU = "exception", dU = "exclude", uU = "excluding", cU = "exclusive", pU = "execute", fU = "exists", hU = "expansion", yU = "explain", mU = "export", vU = "expression", EU = "extended", TU = "extension", bU = "external", IU = "extract", AU = "fail", wU = "false", RU = "fetch", _U = "fields", gU = "files", DU = "filter", CU = "first", $U = "first_value", OU = "fixed", PU = "float", VU = "float64", NU = "following", MU = "for", LU = "force", BU = "foreign", xU = "format", UU = "friday", jU = "from", GU = "full", FU = "fulltext", KU = "function", kU = "functions", qU = "generated", ZU = "geography", SU = "glob", JU = "global", WU = "grant", HU = "granted", YU = "group", zU = "grouping", XU = "groups", QU = "hash", ej = "having", tj = "high_priority", rj = "hour", ij = "hour_microsecond", sj = "hour_minute", nj = "hour_second", aj = "identity", oj = "if", lj = "ignore", dj = "ilike", uj = "immediate", cj = "immutable", pj = "in", fj = "include", hj = "including", yj = "increment", mj = "index", vj = "indexed", Ej = "indexes", Tj = "inherit", bj = "inherits", Ij = "initially", Aj = "inner", wj = "inout", Rj = "input", _j = "insert", gj = "insert_method", Dj = "instead", Cj = "int", $j = "int64", Oj = "integer", Pj = "intersect", Vj = "interval", Nj = "into", Mj = "invisible", Lj = "invoker", Bj = "is", xj = "isnull", Uj = "isodow", jj = "isolation", Gj = "isoweek", Fj = "isoyear", Kj = "iterate", kj = "join", qj = "json", Zj = "jsonb", Sj = "julian", Jj = "key", Wj = "key_block_size", Hj = "lag", Yj = "language", zj = "large", Xj = "last", Qj = "last_value", e6 = "lateral", t6 = "lead", r6 = "leakproof", i6 = "leave", s6 = "left", n6 = "level", a6 = "like", o6 = "limit", l6 = "lines", d6 = "list", u6 = "load", c6 = "local", p6 = "localtime", f6 = "localtimestamp", h6 = "lock", y6 = "locked", m6 = "logged", v6 = "login", E6 = "longblob", T6 = "longtext", b6 = "loop", I6 = "low_priority", A6 = "main", w6 = "maintain", R6 = "match", _6 = "matched", g6 = "materialized", D6 = "max", C6 = "max_rows", $6 = "maxvalue", O6 = "mediumblob", P6 = "mediumint", V6 = "mediumtext", N6 = "member", M6 = "memory", L6 = "merge", B6 = "message", x6 = "method", U6 = "microsecond", j6 = "microseconds", G6 = "millennium", F6 = "millisecond", K6 = "milliseconds", k6 = "min", q6 = "min_rows", Z6 = "minute", S6 = "minute_microsecond", J6 = "minute_second", W6 = "minvalue", H6 = "mod", Y6 = "mode", z6 = "modulus", X6 = "monday", Q6 = "month", e5 = "native", t5 = "natural", r5 = "nchar", i5 = "new", s5 = "next", n5 = "nfc", a5 = "nfd", o5 = "nfkc", l5 = "nfkd", d5 = "no", u5 = "nobypassrls", c5 = "nocreatedb", p5 = "nocreaterole", f5 = "noinherit", h5 = "nologin", y5 = "none", m5 = "noreplication", v5 = "normalized", E5 = "nosuperuser", T5 = "not", b5 = "nothing", I5 = "notnull", A5 = "nowait", w5 = "nth_value", R5 = "ntile", _5 = "null", g5 = "nulls", D5 = "numeric", C5 = "nvarchar", $5 = "object", O5 = "of", P5 = "offset", V5 = "oids", N5 = "old", M5 = "on", L5 = "only", B5 = "operator", x5 = "option", U5 = "optionally", j5 = "options", G5 = "or", F5 = "order", K5 = "ordinal", k5 = "ordinality", q5 = "organization", Z5 = "others", S5 = "out", J5 = "outer", W5 = "outfile", H5 = "over", Y5 = "overriding", z5 = "overwrite", X5 = "owned", Q5 = "owner", eG = "pack_keys", tG = "parallel", rG = "parameter", iG = "partial", sG = "partition", nG = "password", aG = "percent", oG = "percent_rank", lG = "permissive", dG = "pivot", uG = "plain", cG = "plan", pG = "policies", fG = "policy", hG = "pragma", yG = "preceding", mG = "precision", vG = "preserve", EG = "primary", TG = "privileges", bG = "procedure", IG = "procedures", AG = "project", wG = "public", RG = "qualify", _G = "quarter", gG = "query", DG = "quick", CG = "raise", $G = "range", OG = "rank", PG = "read", VG = "real", NG = "recursive", MG = "redundant", LG = "references", BG = "referencing", xG = "refresh", UG = "regexp", jG = "reindex", GG = "release", FG = "remainder", KG = "remote", kG = "rename", qG = "repeat", ZG = "repeatable", SG = "replace", JG = "replica", WG = "replication", HG = "reservation", YG = "reset", zG = "respect", XG = "restart", QG = "restrict", eF = "restricted", tF = "restrictive", rF = "return", iF = "returning", sF = "returns", nF = "revoke", aF = "right", oF = "rlike", lF = "role", dF = "rollback", uF = "rollup", cF = "routine", pF = "routines", fF = "row", hF = "row_format", yF = "row_number", mF = "rowid", vF = "rows", EF = "rule", TF = "safe", bF = "safe_cast", IF = "safe_offset", AF = "safe_ordinal", wF = "saturday", RF = "savepoint", _F = "schema", gF = "search", DF = "second", CF = "second_microsecond", $F = "secondary_engine_attribute", OF = "security", PF = "select", VF = "sequence", NF = "sequences", MF = "serializable", LF = "server", BF = "session", xF = "session_user", UF = "set", jF = "sets", GF = "share", FF = "similar", KF = "simple", kF = "skip", qF = "smallint", ZF = "snapshot", SF = "some", JF = "sounds", WF = "source", HF = "spatial", YF = "sql_big_result", zF = "sql_buffer_result", XF = "sql_cache", QF = "sql_calc_found_rows", eK = "sql_no_cache", tK = "sql_small_result", rK = "stable", iK = "start", sK = "starting", nK = "statement", aK = "statistics", oK = "stats_auto_recalc", lK = "stats_persistent", dK = "stats_sample_pages", uK = "storage", cK = "stored", pK = "straight_join", fK = "strict", hK = "string", yK = "struct", mK = "sunday", vK = "superuser", EK = "support", TK = "symmetric", bK = "sysid", IK = "system", AK = "system_time", wK = "system_user", RK = "table", _K = "tables", gK = "tablesample", DK = "tablespace", CK = "target", $K = "temp", OK = "temporary", PK = "terminated", VK = "text", NK = "then", MK = "thursday", LK = "ties", BK = "time", xK = "timestamp", UK = "timezone", jK = "timezone_hour", GK = "timezone_minute", FK = "tinyblob", KK = "tinyint", kK = "tinytext", qK = "to", ZK = "transaction", SK = "transform", JK = "trigger", WK = "true", HK = "truncate", YK = "tuesday", zK = "type", XK = "uescape", QK = "unbounded", e7 = "uncommitted", t7 = "union", r7 = "unique", i7 = "unknown", s7 = "unlogged", n7 = "unnest", a7 = "unpivot", o7 = "unsafe", l7 = "until", d7 = "update", u7 = "usage", c7 = "user", p7 = "using", f7 = "vacuum", h7 = "valid", y7 = "validate", m7 = "value", v7 = "values", E7 = "varbinary", T7 = "varchar", b7 = "variadic", I7 = "varying", A7 = "vector", w7 = "verbose", R7 = "view", _7 = "virtual", g7 = "visible", D7 = "volatile", C7 = "wednesday", $7 = "week", O7 = "when", P7 = "where", V7 = "while", N7 = "window", M7 = "with", L7 = "without", B7 = "work", x7 = "wrapper", U7 = "write", j7 = "xor", G7 = "year", F7 = "year_month", K7 = "zone", SA = /^[\-+*\/<>=~!@#%\^&|`?]/, JA = /^[^`]/, WA = /^[^`\\]/, HA = /^[^.`]/, YA = /^[^\]]/, k7 = /^[A-Za-z_]/, q7 = /^[A-Za-z_\x80-\uFFFF]/, bl = /^[^'\\]/, Il = /^[^']/, Al = /^[^"]/, wl = /^[^"\\]/, bi = /^[0-7]/, nn = /^[01]/, Z7 = /^[eE]/, S7 = /^[+\-]/, J7 = /^[0-9]/, W7 = /^[0-9a-fA-F]/, zA = /^[ \t]/, H7 = /^[\n\r]/, XA = /^[^;]/, Rl = B(";", !1), li = LCe(), Te = B(",", !1), Ls = B(".", !1), tu = B("*", !1), Ii = B("=", !1), Xa = B(":", !1), ru = B("[", !1), iu = B("]", !1), uf = B("<", !1), cf = B(">", !1), QA = B(":=", !1), su = B("||", !1), ew = B("&&", !1), Vm = B(">=", !1), Nm = B("<=", !1), Mm = B("<>", !1), Lm = B("!=", !1), Y7 = B("<=>", !1), z7 = B("==", !1), X7 = B("||/", !1), Q7 = B("|/", !1), Bm = B(">>", !1), xm = B("<<", !1), e9 = B("!~~*", !1), t9 = B("~~*", !1), r9 = B("!~~", !1), i9 = B("~~", !1), s9 = B("!~*", !1), n9 = B("~*", !1), a9 = B("!~", !1), o9 = B("^@", !1), tw = B("->>", !1), rw = B("->", !1), l9 = B("#>>", !1), d9 = B("#>", !1), u9 = B("@>", !1), c9 = B("<@", !1), p9 = B("?|", !1), f9 = B("?&", !1), h9 = B("#-", !1), y9 = B("@?", !1), iw = B("@@", !1), sw = B("!", !1), pf = B("~", !1), _l = B("@", !1), nw = B("#", !1), Um = B("&", !1), jm = B("|", !1), Qa = B("`", !1), Gm = B("?", !1), aw = qr(["-", "+", "*", "/", "<", ">", "=", "~", "!", "@", "#", "%", "^", "&", "|", "`", "?"], !1, !1), Fm = B("/", !1), Km = B("%", !1), gl = B("^", !1), Dl = B("-", !1), ff = B("+", !1), ow = B("::", !1), et = B("(", !1), rt = B(")", !1), m9 = B("=>", !1), Is = B("$", !1), v9 = Tf("identifier"), lw = qr(["`"], !0, !1), E9 = B("``", !1), dw = qr(["`", "\\"], !0, !1), uw = qr([".", "`"], !0, !1), cw = qr(["]"], !0, !1), T9 = B("]]", !1), b9 = qr([["A", "Z"], ["a", "z"], "_"], !1, !1), I9 = qr([["A", "Z"], ["a", "z"], "_", ["€", "￿"]], !1, !1), A9 = Tf("string"), Bs = B("_", !1), eo = B(`
56344
56345
  `, !1), Ui = B("'", !1), Cl = qr(["'", "\\"], !0, !1), w9 = B("E", !1), pw = B("U&", !1), $l = qr(["'"], !0, !1), fw = B("''", !1), an = B('"', !1), Ol = qr(['"'], !0, !1), hw = B('""', !1), Pl = qr(['"', "\\"], !0, !1), hf = B("'''", !1), yf = B('"""', !1), R9 = B("\\n", !1), _9 = B("\\r", !1), g9 = B("\\t", !1), D9 = B("\\b", !1), C9 = B("\\f", !1), $9 = B("\\v", !1), O9 = B("\\a", !1), to = B("\\", !1), Ai = qr([["0", "7"]], !1, !1), P9 = B("x", !1), V9 = B("x", !0), N9 = B("u", !1), M9 = B("U", !1), L9 = B("\\%", !1), B9 = B("\\_", !1), x9 = B("\\0", !1), U9 = B("\\Z", !1), j9 = B("N", !0), G9 = B("R", !0), F9 = B("RB", !0), K9 = B("BR", !0), mf = B("$$", !1), k9 = B("B", !0), q9 = B("X", !0), Z9 = B("b", !0), on = qr(["0", "1"], !1, !1), S9 = Tf("number"), km = B("0x", !1), yw = B("0b", !1), J9 = B("0o", !1), W9 = qr(["e", "E"], !1, !1), H9 = qr(["+", "-"], !1, !1), Y9 = qr([["0", "9"]], !1, !1), z9 = qr([["0", "9"], ["a", "f"], ["A", "F"]], !1, !1), X9 = Tf("whitespace"), mw = B("/*", !1), Vl = B("*/", !1), Q9 = B("--", !1), vw = qr([" ", " "], !1, !1), e8 = B(`\r
@@ -57923,7 +57924,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
57923
57924
  // @ts-ignore
57924
57925
  clauses: Y.map($.read)
57925
57926
  });
57926
- }, kre = function(e, n, s, o, c, h, E, _, j, Y, le) {
57927
+ }, kre = function(e, n, s, o, c, h, E, _, j, Y, de) {
57927
57928
  return (0, g.loc)({
57928
57929
  // @ts-ignore
57929
57930
  type: "create_index_stmt",
@@ -57948,7 +57949,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
57948
57949
  // @ts-ignore
57949
57950
  columns: Y,
57950
57951
  // @ts-ignore
57951
- clauses: le.map($.read)
57952
+ clauses: de.map($.read)
57952
57953
  });
57953
57954
  }, qre = function(e) {
57954
57955
  return e;
@@ -58070,7 +58071,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
58070
58071
  return (0, g.loc)({ type: "reindex_option_tablespace", tablespaceKw: (0, $.read)(e), name: n });
58071
58072
  }, uie = function(e, n) {
58072
58073
  return (0, g.loc)({ type: "reindex_option_verbose", verboseKw: e, value: (0, $.read)(n) });
58073
- }, cie = function(e, n, s, o, c, h, E, _, j, Y, le) {
58074
+ }, cie = function(e, n, s, o, c, h, E, _, j, Y, de) {
58074
58075
  return (0, g.loc)({
58075
58076
  // @ts-ignore
58076
58077
  type: "create_table_stmt",
@@ -58095,7 +58096,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
58095
58096
  // @ts-ignore
58096
58097
  options: (0, $.read)(Y),
58097
58098
  // @ts-ignore
58098
- clauses: le.map($.read)
58099
+ clauses: de.map($.read)
58099
58100
  });
58100
58101
  }, pie = function(e) {
58101
58102
  return (0, g.loc)({ type: "relation_kind", kindKw: e });
@@ -59027,7 +59028,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
59027
59028
  // @ts-ignore
59028
59029
  to: s
59029
59030
  });
59030
- }, Lne = function(e, n, s, o, c, h, E, _, j, Y, le) {
59031
+ }, Lne = function(e, n, s, o, c, h, E, _, j, Y, de) {
59031
59032
  return (0, g.loc)({
59032
59033
  // @ts-ignore
59033
59034
  type: "create_trigger_stmt",
@@ -59052,7 +59053,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
59052
59053
  // @ts-ignore
59053
59054
  clauses: Y.map($.read),
59054
59055
  // @ts-ignore
59055
- body: le
59056
+ body: de
59056
59057
  });
59057
59058
  }, Bne = function(e) {
59058
59059
  return (0, g.loc)({ type: "relation_kind", kindKw: e });
@@ -64731,8 +64732,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
64731
64732
  return e = r, n = r, s = yD(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = kn(), s !== t ? (A = e, e = Pee(n, s)) : (r = e, e = t)) : (r = e, e = t), e;
64732
64733
  }
64733
64734
  function Kw() {
64734
- var e, n, s, o, c, h, E, _, j, Y, le, we;
64735
- return e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = T(), o = r, c = rs(), c !== t ? (h = T(), E = OD(), E !== t ? (_ = T(), j = cr(), j !== t ? (Y = T(), le = Ds(), le !== t ? (we = T(), c = [c, h, E, _, j, Y, le, we], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? (c = Fe(), c !== t ? (A = e, e = Vee(s, o, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
64735
+ var e, n, s, o, c, h, E, _, j, Y, de, we;
64736
+ return e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = T(), o = r, c = rs(), c !== t ? (h = T(), E = OD(), E !== t ? (_ = T(), j = cr(), j !== t ? (Y = T(), de = Ds(), de !== t ? (we = T(), c = [c, h, E, _, j, Y, de, we], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? (c = Fe(), c !== t ? (A = e, e = Vee(s, o, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
64736
64737
  }
64737
64738
  function Gn() {
64738
64739
  var e, n, s, o, c;
@@ -64961,12 +64962,12 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
64961
64962
  return e = r, n = r, s = $Ue(), s !== t ? (o = T(), c = Lr(), c !== t ? (h = T(), E = NE(), E !== t ? (_ = T(), j = Ph(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n !== t && (A = e, n = Lte(n)), e = n, e;
64962
64963
  }
64963
64964
  function Hw() {
64964
- var e, n, s, o, c, h, E, _, j, Y, le;
64965
+ var e, n, s, o, c, h, E, _, j, Y, de;
64965
64966
  if (e = r, n = r, s = au(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n === t && (n = null), s = eOe(), s !== t)
64966
64967
  if (o = r, c = T(), h = zw(), h !== t ? (c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = T(), E = rOe(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c !== t) {
64967
- for (h = r, E = T(), _ = lOe(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = dOe(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = [], j = r, Y = T(), le = e1(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t); j !== t; )
64968
- _.push(j), j = r, Y = T(), le = e1(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t);
64969
- j = r, Y = T(), le = f0(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t), j === t && (j = null), A = e, e = Bte(n, s, o, c, h, E, _, j);
64968
+ for (h = r, E = T(), _ = lOe(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = dOe(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = [], j = r, Y = T(), de = e1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t); j !== t; )
64969
+ _.push(j), j = r, Y = T(), de = e1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t);
64970
+ j = r, Y = T(), de = f0(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j === t && (j = null), A = e, e = Bte(n, s, o, c, h, E, _, j);
64970
64971
  } else
64971
64972
  r = e, e = t;
64972
64973
  else
@@ -65056,8 +65057,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65056
65057
  return e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = cr(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = Ee(), o !== t ? (c = r, h = T(), E = oo(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), A = e, e = rre(s, o, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
65057
65058
  }
65058
65059
  function dOe() {
65059
- var e, n, s, o, c, h, E, _, j, Y, le;
65060
- return e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = ar(), o !== t ? (c = T(), h = v3e(), h !== t ? (E = T(), _ = Fs(), _ !== t ? (j = T(), Y = Ks(), Y !== t ? (le = T(), o = [o, c, h, E, _, j, Y, le], s = o) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t), s !== t ? (o = T_(), o !== t ? (A = e, e = ire(s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
65060
+ var e, n, s, o, c, h, E, _, j, Y, de;
65061
+ return e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = ar(), o !== t ? (c = T(), h = v3e(), h !== t ? (E = T(), _ = Fs(), _ !== t ? (j = T(), Y = Ks(), Y !== t ? (de = T(), o = [o, c, h, E, _, j, Y, de], s = o) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t), s !== t ? (o = T_(), o !== t ? (A = e, e = ire(s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
65061
65062
  }
65062
65063
  function t1() {
65063
65064
  var e, n, s, o, c, h, E, _;
@@ -65184,15 +65185,15 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65184
65185
  return e = r, n = Cs(), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = gre(n)) : (r = e, e = t)) : (r = e, e = t), e;
65185
65186
  }
65186
65187
  function o1() {
65187
- var e, n, s, o, c, h, E, _, j, Y, le, we;
65188
+ var e, n, s, o, c, h, E, _, j, Y, de, we;
65188
65189
  if (e = r, n = ci(), n !== t) {
65189
65190
  for (s = r, o = T(), c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = [], c = r, h = T(), E = Df(), E !== t ? (h = [h, E], c = h) : (r = c, c = t); c !== t; )
65190
65191
  o.push(c), c = r, h = T(), E = Df(), E !== t ? (h = [h, E], c = h) : (r = c, c = t);
65191
65192
  if (c = r, h = T(), E = Fu(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c !== t)
65192
65193
  if (h = r, E = T(), _ = Xi(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = Ve(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E !== t) {
65193
- if (_ = r, j = T(), Y = aLe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = [], Y = r, le = T(), we = l1(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t), Y !== t)
65194
+ if (_ = r, j = T(), Y = aLe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = [], Y = r, de = T(), we = l1(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
65194
65195
  for (; Y !== t; )
65195
- j.push(Y), Y = r, le = T(), we = l1(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t);
65196
+ j.push(Y), Y = r, de = T(), we = l1(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t);
65196
65197
  else
65197
65198
  j = t;
65198
65199
  j !== t ? (A = e, e = Dre(n, s, o, c, h, E, _, j)) : (r = e, e = t);
@@ -65268,16 +65269,16 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65268
65269
  return e;
65269
65270
  }
65270
65271
  function d1() {
65271
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me, ct, br, nd;
65272
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct, br, nd;
65272
65273
  if (e = r, n = r, m++, s = _e(), m--, s !== t ? (r = n, n = void 0) : n = t, n === t && (n = r, m++, s = Ke(), m--, s !== t ? (r = n, n = void 0) : n = t, n === t && (n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t)), n !== t)
65273
65274
  if (s = r, o = ci(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
65274
65275
  if (o = r, c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (_ = T(), c = [c, h, E, _], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (o = null), c = r, h = u1(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = Ki(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
65275
- if (E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (le = T(), Y = [Y, le], j = Y) : (r = j, j = t), j !== t)
65276
- if (Y = r, le = Ve(), le !== t ? (we = T(), le = [le, we], Y = le) : (r = Y, Y = t), Y !== t)
65277
- if (le = Tu(), le === t && (le = fLe()), le !== t) {
65276
+ if (E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
65277
+ if (Y = r, de = Ve(), de !== t ? (we = T(), de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
65278
+ if (de = Tu(), de === t && (de = fLe()), de !== t) {
65278
65279
  for (we = [], Me = r, ct = T(), br = Cf(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t); Me !== t; )
65279
65280
  we.push(Me), Me = r, ct = T(), br = Cf(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t);
65280
- A = e, e = Kre(s, o, c, h, E, _, j, Y, le, we);
65281
+ A = e, e = Kre(s, o, c, h, E, _, j, Y, de, we);
65281
65282
  } else
65282
65283
  r = e, e = t;
65283
65284
  else
@@ -65294,12 +65295,12 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65294
65295
  if (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t)
65295
65296
  if (s = r, o = ci(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
65296
65297
  if (o = r, c = u1(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = Ki(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t)
65297
- if (h = r, E = $u(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (le = T(), Y = [Y, le], j = Y) : (r = j, j = t), j !== t)
65298
- if (Y = r, le = xw(), le === t && (le = Ve()), le !== t ? (we = T(), le = [le, we], Y = le) : (r = Y, Y = t), Y !== t)
65299
- if (le = r, we = $f(), we !== t ? (Me = T(), we = [we, Me], le = we) : (r = le, le = t), le === t && (le = null), we = Tu(), we !== t) {
65298
+ if (h = r, E = $u(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Xi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E === t && (E = null), _ = r, j = Ve(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = ar(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
65299
+ if (Y = r, de = xw(), de === t && (de = Ve()), de !== t ? (we = T(), de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
65300
+ if (de = r, we = $f(), we !== t ? (Me = T(), we = [we, Me], de = we) : (r = de, de = t), de === t && (de = null), we = Tu(), we !== t) {
65300
65301
  for (Me = [], ct = r, br = T(), nd = Cf(), nd !== t ? (br = [br, nd], ct = br) : (r = ct, ct = t); ct !== t; )
65301
65302
  Me.push(ct), ct = r, br = T(), nd = Cf(), nd !== t ? (br = [br, nd], ct = br) : (r = ct, ct = t);
65302
- A = e, e = kre(s, o, c, h, E, _, j, Y, le, we, Me);
65303
+ A = e, e = kre(s, o, c, h, E, _, j, Y, de, we, Me);
65303
65304
  } else
65304
65305
  r = e, e = t;
65305
65306
  else
@@ -65375,13 +65376,13 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65375
65376
  return e = r, n = O5e(), n !== t ? (s = r, o = T(), c = nh(), c !== t ? (o = [o, c], s = o) : (r = s, s = t), s === t && (s = null), A = e, e = uie(n, s)) : (r = e, e = t), e;
65376
65377
  }
65377
65378
  function p1() {
65378
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me, ct, br;
65379
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct, br;
65379
65380
  if (e = r, n = ci(), n !== t)
65380
65381
  if (s = r, o = T(), c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = T(), h = w0(), h !== t ? (c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = T(), E = zr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t), c !== t)
65381
65382
  if (h = r, E = T(), _ = Xi(), _ !== t ? (E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = T(), j = Ve(), j !== t ? (_ = [_, j], E = _) : (r = E, E = t), E !== t) {
65382
- for (_ = r, j = T(), Y = FOe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(), le = KOe(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t), j === t && (j = null), Y = r, le = T(), we = HMe(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t), Y === t && (Y = null), le = r, we = T(), Me = K2e(), Me !== t ? (we = [we, Me], le = we) : (r = le, le = t), le === t && (le = null), we = [], Me = r, ct = T(), br = f1(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t); Me !== t; )
65383
+ for (_ = r, j = T(), Y = FOe(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(), de = KOe(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j === t && (j = null), Y = r, de = T(), we = HMe(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y === t && (Y = null), de = r, we = T(), Me = K2e(), Me !== t ? (we = [we, Me], de = we) : (r = de, de = t), de === t && (de = null), we = [], Me = r, ct = T(), br = f1(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t); Me !== t; )
65383
65384
  we.push(Me), Me = r, ct = T(), br = f1(), br !== t ? (ct = [ct, br], Me = ct) : (r = Me, Me = t);
65384
- A = e, e = cie(n, s, o, c, h, E, _, j, Y, le, we);
65385
+ A = e, e = cie(n, s, o, c, h, E, _, j, Y, de, we);
65385
65386
  } else
65386
65387
  r = e, e = t;
65387
65388
  else
@@ -65454,8 +65455,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65454
65455
  return e = r, n = r, s = $xe(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = SOe(), s === t && (s = Ve()), s !== t ? (A = e, e = Oie(n, s)) : (r = e, e = t)) : (r = e, e = t), e;
65455
65456
  }
65456
65457
  function SOe() {
65457
- var e, n, s, o, c, h, E, _, j, Y, le;
65458
- return e = r, n = r, s = Ve(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = rs(), o !== t ? (c = T(), h = OD(), h !== t ? (E = T(), _ = cr(), _ !== t ? (j = T(), Y = Ds(), Y !== t ? (le = T(), o = [o, c, h, E, _, j, Y, le], s = o) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t), s !== t ? (o = Fe(), o !== t ? (A = e, e = Pie(n, s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
65458
+ var e, n, s, o, c, h, E, _, j, Y, de;
65459
+ return e = r, n = r, s = Ve(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = rs(), o !== t ? (c = T(), h = OD(), h !== t ? (E = T(), _ = cr(), _ !== t ? (j = T(), Y = Ds(), Y !== t ? (de = T(), o = [o, c, h, E, _, j, Y, de], s = o) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t)) : (r = s, s = t), s !== t ? (o = Fe(), o !== t ? (A = e, e = Pie(n, s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
65459
65460
  }
65460
65461
  function m1() {
65461
65462
  var e, n, s, o, c, h, E;
@@ -65926,15 +65927,15 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
65926
65927
  return e = r, n = Ve(), n !== t ? (s = r, o = T(), c = Kr(), c !== t ? (h = T(), o = [o, c, h], s = o) : (r = s, s = t), s !== t ? (o = Ve(), o !== t ? (A = e, e = Mne(n, s, o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
65927
65928
  }
65928
65929
  function Lf() {
65929
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me, ct;
65930
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct;
65930
65931
  if (e = r, n = r, s = ci(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t)
65931
65932
  if (s = r, o = Ri(), o !== t ? (c = T(), h = ss(), h !== t ? (E = T(), o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = rVe(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = sd(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t)
65932
65933
  if (h = r, E = Xi(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Ve(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
65933
- if (_ = r, j = sg(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = X_(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = uUe(), j !== t ? (Y = T(), le = Ds(), le !== t ? (we = T(), j = [j, Y, le, we], _ = j) : (r = _, _ = t)) : (r = _, _ = t))), _ === t && (_ = null), j = r, Y = iVe(), Y !== t ? (le = T(), Y = [Y, le], j = Y) : (r = j, j = t), j !== t)
65934
- if (Y = r, le = L0(), le !== t ? (we = T(), le = [le, we], Y = le) : (r = Y, Y = t), Y !== t) {
65935
- for (le = [], we = r, Me = B1(), Me !== t ? (ct = T(), Me = [Me, ct], we = Me) : (r = we, we = t); we !== t; )
65936
- le.push(we), we = r, Me = B1(), Me !== t ? (ct = T(), Me = [Me, ct], we = Me) : (r = we, we = t);
65937
- we = dVe(), we !== t ? (A = e, e = Lne(n, s, o, c, h, E, _, j, Y, le, we)) : (r = e, e = t);
65934
+ if (_ = r, j = sg(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = X_(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = r, j = uUe(), j !== t ? (Y = T(), de = Ds(), de !== t ? (we = T(), j = [j, Y, de, we], _ = j) : (r = _, _ = t)) : (r = _, _ = t))), _ === t && (_ = null), j = r, Y = iVe(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
65935
+ if (Y = r, de = L0(), de !== t ? (we = T(), de = [de, we], Y = de) : (r = Y, Y = t), Y !== t) {
65936
+ for (de = [], we = r, Me = B1(), Me !== t ? (ct = T(), Me = [Me, ct], we = Me) : (r = we, we = t); we !== t; )
65937
+ de.push(we), we = r, Me = B1(), Me !== t ? (ct = T(), Me = [Me, ct], we = Me) : (r = we, we = t);
65938
+ we = dVe(), we !== t ? (A = e, e = Lne(n, s, o, c, h, E, _, j, Y, de, we)) : (r = e, e = t);
65938
65939
  } else
65939
65940
  r = e, e = t;
65940
65941
  else
@@ -66079,18 +66080,18 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66079
66080
  return e = ba(), e === t && (e = r, n = ql(), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = fae(n)) : (r = e, e = t)) : (r = e, e = t)), e;
66080
66081
  }
66081
66082
  function G1() {
66082
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me, ct;
66083
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct;
66083
66084
  if (e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t)
66084
66085
  if (s = r, o = ci(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
66085
66086
  if (o = r, c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (_ = T(), c = [c, h, E, _], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (o = null), c = r, h = Eo(), h === t && (h = vo()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = zr(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h === t && (h = null), E = r, _ = Zl(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
66086
- if (_ = r, j = Xi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = Ve(), Y !== t ? (le = T(), Y = [Y, le], j = Y) : (r = j, j = t), j !== t)
66087
+ if (_ = r, j = Xi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = Ve(), Y !== t ? (de = T(), Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
66087
66088
  if (Y = xl(), Y === t && (Y = _s()), Y !== t) {
66088
- if (le = [], we = r, Me = T(), ct = Bf(), ct !== t ? (Me = [Me, ct], we = Me) : (r = we, we = t), we !== t)
66089
+ if (de = [], we = r, Me = T(), ct = Bf(), ct !== t ? (Me = [Me, ct], we = Me) : (r = we, we = t), we !== t)
66089
66090
  for (; we !== t; )
66090
- le.push(we), we = r, Me = T(), ct = Bf(), ct !== t ? (Me = [Me, ct], we = Me) : (r = we, we = t);
66091
+ de.push(we), we = r, Me = T(), ct = Bf(), ct !== t ? (Me = [Me, ct], we = Me) : (r = we, we = t);
66091
66092
  else
66092
- le = t;
66093
- le !== t ? (A = e, e = hae(s, o, c, h, E, _, j, Y, le)) : (r = e, e = t);
66093
+ de = t;
66094
+ de !== t ? (A = e, e = hae(s, o, c, h, E, _, j, Y, de)) : (r = e, e = t);
66094
66095
  } else
66095
66096
  r = e, e = t;
66096
66097
  else
@@ -66107,9 +66108,9 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66107
66108
  if (o = r, c = Ri(), c !== t ? (h = T(), E = ss(), E !== t ? (_ = T(), c = [c, h, E, _], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (o = null), c = r, h = Zl(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t)
66108
66109
  if (h = r, E = Ve(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
66109
66110
  if (E = xl(), E === t && (E = _s()), E !== t) {
66110
- if (_ = [], j = r, Y = T(), le = Bf(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t), j !== t)
66111
+ if (_ = [], j = r, Y = T(), de = Bf(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
66111
66112
  for (; j !== t; )
66112
- _.push(j), j = r, Y = T(), le = Bf(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t);
66113
+ _.push(j), j = r, Y = T(), de = Bf(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t);
66113
66114
  else
66114
66115
  _ = t;
66115
66116
  _ !== t ? (A = e, e = yae(s, o, c, h, E, _)) : (r = e, e = t);
@@ -66182,8 +66183,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66182
66183
  return e = r, n = KD(), n !== t && (A = e, n = Dae(n)), e = n, e;
66183
66184
  }
66184
66185
  function K1() {
66185
- var e, n, s, o, c, h, E, _, j, Y, le;
66186
- return e = r, n = iUe(), n === t && (n = J6e(), n === t && (n = P5e(), n === t && (n = zg(), n === t && (n = r, s = qt(), s !== t ? (o = T(), c = zg(), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = wxe(), s !== t ? (o = T(), c = ar(), c !== t ? (h = T(), E = mn(), E !== t ? (_ = T(), j = kg(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = vD(), s !== t ? (o = T(), c = mn(), c !== t ? (h = T(), E = ar(), E !== t ? (_ = T(), j = mn(), j !== t ? (Y = T(), le = kg(), le !== t ? (s = [s, o, c, h, E, _, j, Y, le], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = DD(), n === t && (n = r, s = jje(), s !== t ? (o = T(), c = R5e(), c === t && (c = y6e(), c === t && (c = _6e())), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t))))))))), n !== t && (A = e, n = Cae(n)), e = n, e;
66186
+ var e, n, s, o, c, h, E, _, j, Y, de;
66187
+ return e = r, n = iUe(), n === t && (n = J6e(), n === t && (n = P5e(), n === t && (n = zg(), n === t && (n = r, s = qt(), s !== t ? (o = T(), c = zg(), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = wxe(), s !== t ? (o = T(), c = ar(), c !== t ? (h = T(), E = mn(), E !== t ? (_ = T(), j = kg(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = vD(), s !== t ? (o = T(), c = mn(), c !== t ? (h = T(), E = ar(), E !== t ? (_ = T(), j = mn(), j !== t ? (Y = T(), de = kg(), de !== t ? (s = [s, o, c, h, E, _, j, Y, de], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = DD(), n === t && (n = r, s = jje(), s !== t ? (o = T(), c = R5e(), c === t && (c = y6e(), c === t && (c = _6e())), c !== t ? (s = [s, o, c], n = s) : (r = n, n = t)) : (r = n, n = t))))))))), n !== t && (A = e, n = Cae(n)), e = n, e;
66187
66188
  }
66188
66189
  function xf() {
66189
66190
  var e, n, s, o, c, h;
@@ -66257,14 +66258,14 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66257
66258
  return e = ws(), e === t && (e = pa(), e === t && (e = so(), e === t && (e = pu(), e === t && (e = fu(), e === t && (e = Uf(), e === t && (e = jf(), e === t && (e = W1(), e === t && (e = J1(), e === t && (e = K1(), e === t && (e = xf(), e === t && (e = k1(), e === t && (e = q1(), e === t && (e = Z1()))))))))))))), e;
66258
66259
  }
66259
66260
  function z1() {
66260
- var e, n, s, o, c, h, E, _, j, Y, le;
66261
+ var e, n, s, o, c, h, E, _, j, Y, de;
66261
66262
  if (e = r, n = r, s = ci(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t)
66262
66263
  if (s = r, o = Ri(), o !== t ? (c = T(), h = ss(), h !== t ? (E = T(), o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = Bu(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t)
66263
66264
  if (c = r, h = Xi(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = Ve(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
66264
66265
  if (E = y_(), E === t && (E = _s()), E !== t) {
66265
- if (_ = [], j = r, Y = T(), le = Q1(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t), j !== t)
66266
+ if (_ = [], j = r, Y = T(), de = Q1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j !== t)
66266
66267
  for (; j !== t; )
66267
- _.push(j), j = r, Y = T(), le = Q1(), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t);
66268
+ _.push(j), j = r, Y = T(), de = Q1(), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t);
66268
66269
  else
66269
66270
  _ = t;
66270
66271
  _ !== t ? (A = e, e = Fae(n, s, o, c, h, E, _)) : (r = e, e = t);
@@ -66769,7 +66770,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66769
66770
  return e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n === t && (n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t), n !== t ? (s = pR(), s === t && (s = qNe()), s !== t ? (A = e, e = Ale(s)) : (r = e, e = t)) : (r = e, e = t), e;
66770
66771
  }
66771
66772
  function pR() {
66772
- var e, n, s, o, c, h, E, _, j, Y, le, we;
66773
+ var e, n, s, o, c, h, E, _, j, Y, de, we;
66773
66774
  if (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t)
66774
66775
  if (s = r, o = Jl(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t)
66775
66776
  if (o = r, c = A_(), c === t && (c = fR()), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t)
@@ -66777,8 +66778,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66777
66778
  if (h = r, E = hR(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
66778
66779
  if (E = r, _ = Kr(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
66779
66780
  if (_ = bu(), _ !== t) {
66780
- for (j = [], Y = r, le = T(), we = Ff(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t); Y !== t; )
66781
- j.push(Y), Y = r, le = T(), we = Ff(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t);
66781
+ for (j = [], Y = r, de = T(), we = Ff(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t); Y !== t; )
66782
+ j.push(Y), Y = r, de = T(), we = Ff(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t);
66782
66783
  A = e, e = wle(s, o, c, h, E, _, j);
66783
66784
  } else
66784
66785
  r = e, e = t;
@@ -66852,8 +66853,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66852
66853
  return e = r, n = r, s = z3e(), s !== t ? (o = T(), c = Jr(), c !== t ? (h = T(), s = [s, o, c, h], n = s) : (r = n, n = t)) : (r = n, n = t), n !== t ? (s = Kf(), s !== t ? (A = e, e = Yle(n, s)) : (r = e, e = t)) : (r = e, e = t), e;
66853
66854
  }
66854
66855
  function qNe() {
66855
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me;
66856
- return e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = A_(), h === t && (h = fR()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = ar(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = hR(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = Fi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ !== t ? (j = bu(), j !== t ? (Y = r, le = T(), we = z0(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t), Y === t && (Y = null), le = r, we = T(), Me = Gr(), Me === t && (Me = Cr()), Me !== t ? (we = [we, Me], le = we) : (r = le, le = t), le === t && (le = null), A = e, e = zle(s, o, c, h, E, _, j, Y, le)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Mr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = ar(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = yR(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = Fi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = Cv(), _ !== t ? (A = e, e = Xle(s, o, c, h, E, _)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = Mr(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = Fi(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = bu(), E !== t ? (_ = r, j = T(), Y = z0(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(), le = Gr(), le === t && (le = Cr()), le !== t ? (Y = [Y, le], j = Y) : (r = j, j = t), j === t && (j = null), A = e, e = Qle(s, o, c, h, E, _, j)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t))), e;
66856
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me;
66857
+ return e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = A_(), h === t && (h = fR()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = ar(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = hR(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = Fi(), j !== t ? (Y = T(), j = [j, Y], _ = j) : (r = _, _ = t), _ !== t ? (j = bu(), j !== t ? (Y = r, de = T(), we = z0(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y === t && (Y = null), de = r, we = T(), Me = Gr(), Me === t && (Me = Cr()), Me !== t ? (we = [we, Me], de = we) : (r = de, de = t), de === t && (de = null), A = e, e = zle(s, o, c, h, E, _, j, Y, de)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, n = r, m++, s = Ae(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Mr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = ar(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = yR(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = Fi(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = Cv(), _ !== t ? (A = e, e = Xle(s, o, c, h, E, _)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, n = r, m++, s = pe(), m--, s !== t ? (r = n, n = void 0) : n = t, n !== t ? (s = r, o = CE(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = mR(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o === t && (o = null), c = r, h = Mr(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = Fi(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = bu(), E !== t ? (_ = r, j = T(), Y = z0(), Y !== t ? (j = [j, Y], _ = j) : (r = _, _ = t), _ === t && (_ = null), j = r, Y = T(), de = Gr(), de === t && (de = Cr()), de !== t ? (Y = [Y, de], j = Y) : (r = j, j = t), j === t && (j = null), A = e, e = Qle(s, o, c, h, E, _, j)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t))), e;
66857
66858
  }
66858
66859
  function Kf() {
66859
66860
  var e, n, s, o, c;
@@ -66979,8 +66980,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
66979
66980
  return e = r, n = r, s = FD(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = Fe(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = wh(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = xs(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = hn(), E !== t ? (_ = T(), j = FD(), j !== t ? (E = [E, _, j], h = E) : (r = h, h = t)) : (r = h, h = t), h !== t ? (A = e, e = Ode(n, s, o, c, h)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
66980
66981
  }
66981
66982
  function wR() {
66982
- var e, n, s, o, c, h, E, _, j, Y, le;
66983
- return e = r, n = r, s = rs(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = Ee(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Lr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = kn(), h === t && (h = Kn()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = wh(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = xs(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = hn(), j !== t ? (Y = T(), le = rs(), le !== t ? (j = [j, Y, le], _ = j) : (r = _, _ = t)) : (r = _, _ = t), _ !== t ? (A = e, e = Pde(n, s, o, c, h, E, _)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
66983
+ var e, n, s, o, c, h, E, _, j, Y, de;
66984
+ return e = r, n = r, s = rs(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t ? (s = r, o = Ee(), o !== t ? (c = T(), o = [o, c], s = o) : (r = s, s = t), s !== t ? (o = r, c = Lr(), c !== t ? (h = T(), c = [c, h], o = c) : (r = o, o = t), o !== t ? (c = r, h = kn(), h === t && (h = Kn()), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c !== t ? (h = r, E = wh(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t ? (E = r, _ = xs(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t ? (_ = r, j = hn(), j !== t ? (Y = T(), de = rs(), de !== t ? (j = [j, Y, de], _ = j) : (r = _, _ = t)) : (r = _, _ = t), _ !== t ? (A = e, e = Pde(n, s, o, c, h, E, _)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e;
66984
66985
  }
66985
66986
  function l2e() {
66986
66987
  var e, n, s, o, c;
@@ -67079,15 +67080,15 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
67079
67080
  return e = cg(), e === t && (e = mD(), e === t && (e = axe())), e;
67080
67081
  }
67081
67082
  function C2e() {
67082
- var e, n, s, o, c, h, E, _, j, Y, le, we;
67083
+ var e, n, s, o, c, h, E, _, j, Y, de, we;
67083
67084
  if (e = r, n = r, s = ci(), s !== t ? (o = T(), s = [s, o], n = s) : (r = n, n = t), n !== t)
67084
67085
  if (s = r, o = Ri(), o !== t ? (c = T(), h = ss(), h !== t ? (E = T(), o = [o, c, h, E], s = o) : (r = s, s = t)) : (r = s, s = t), s === t && (s = null), o = r, c = Cs(), c !== t ? (h = T(), E = mh(), E !== t ? (_ = T(), j = Lu(), j !== t ? (Y = T(), c = [c, h, E, _, j, Y], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t)
67085
67086
  if (c = r, h = Xi(), h !== t ? (E = T(), h = [h, E], c = h) : (r = c, c = t), c === t && (c = null), h = r, E = Ee(), E !== t ? (_ = T(), E = [E, _], h = E) : (r = h, h = t), h !== t)
67086
67087
  if (E = r, _ = ar(), _ !== t ? (j = T(), _ = [_, j], E = _) : (r = E, E = t), E !== t)
67087
67088
  if (_ = Ve(), _ !== t) {
67088
- if (j = [], Y = r, le = T(), we = DR(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t), Y !== t)
67089
+ if (j = [], Y = r, de = T(), we = DR(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t), Y !== t)
67089
67090
  for (; Y !== t; )
67090
- j.push(Y), Y = r, le = T(), we = DR(), we !== t ? (le = [le, we], Y = le) : (r = Y, Y = t);
67091
+ j.push(Y), Y = r, de = T(), we = DR(), we !== t ? (de = [de, we], Y = de) : (r = Y, Y = t);
67091
67092
  else
67092
67093
  j = t;
67093
67094
  j !== t ? (A = e, e = tue(n, s, o, c, h, E, _, j)) : (r = e, e = t);
@@ -67722,7 +67723,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
67722
67723
  }
67723
67724
  function YR() {
67724
67725
  var e, n, s, o;
67725
- return e = r, l.substr(r, 3) === de ? (n = de, r += 3) : (n = t, m === 0 && C(Y7)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Spe(n)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === ve ? (n = ve, r += 2) : (n = t, m === 0 && C(z7)), n !== t ? (s = r, m++, o = Ke(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Jpe(n)) : (r = e, e = t)) : (r = e, e = t), e === t && (l.substr(r, 2) === S ? (e = S, r += 2) : (e = t, m === 0 && C(Vm)), e === t && (l.charCodeAt(r) === 62 ? (e = ee, r++) : (e = t, m === 0 && C(cf)), e === t && (l.substr(r, 2) === ie ? (e = ie, r += 2) : (e = t, m === 0 && C(Nm)), e === t && (l.substr(r, 2) === ue ? (e = ue, r += 2) : (e = t, m === 0 && C(Mm)), e === t && (l.charCodeAt(r) === 60 ? (e = te, r++) : (e = t, m === 0 && C(uf)), e === t && (l.charCodeAt(r) === 61 ? (e = x, r++) : (e = t, m === 0 && C(Ii)), e === t && (l.substr(r, 2) === H ? (e = H, r += 2) : (e = t, m === 0 && C(Lm)), e === t && (e = fv(), e === t && (e = U4e())))))))))), e;
67726
+ return e = r, l.substr(r, 3) === oe ? (n = oe, r += 3) : (n = t, m === 0 && C(Y7)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Spe(n)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === ve ? (n = ve, r += 2) : (n = t, m === 0 && C(z7)), n !== t ? (s = r, m++, o = Ke(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Jpe(n)) : (r = e, e = t)) : (r = e, e = t), e === t && (l.substr(r, 2) === S ? (e = S, r += 2) : (e = t, m === 0 && C(Vm)), e === t && (l.charCodeAt(r) === 62 ? (e = ee, r++) : (e = t, m === 0 && C(cf)), e === t && (l.substr(r, 2) === ie ? (e = ie, r += 2) : (e = t, m === 0 && C(Nm)), e === t && (l.substr(r, 2) === ue ? (e = ue, r += 2) : (e = t, m === 0 && C(Mm)), e === t && (l.charCodeAt(r) === 60 ? (e = te, r++) : (e = t, m === 0 && C(uf)), e === t && (l.charCodeAt(r) === 61 ? (e = x, r++) : (e = t, m === 0 && C(Ii)), e === t && (l.substr(r, 2) === H ? (e = H, r += 2) : (e = t, m === 0 && C(Lm)), e === t && (e = fv(), e === t && (e = U4e())))))))))), e;
67726
67727
  }
67727
67728
  function fv() {
67728
67729
  var e, n, s, o, c, h, E, _, j;
@@ -67757,8 +67758,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
67757
67758
  return e = r, n = ji(), n !== t ? (s = r, o = T(), c = K4e(), c !== t ? (o = [o, c], s = o) : (r = s, s = t), s === t && (s = null), A = e, e = afe(n, s)) : (r = e, e = t), e;
67758
67759
  }
67759
67760
  function K4e() {
67760
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me, ct, br;
67761
- return e = r, n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (Y = T(), le = Tr(), le !== t ? (we = T(), Me = RE(), Me !== t ? (ct = T(), br = Pg(), br !== t ? (s = [s, o, c, h, E, _, j, Y, le, we, Me, ct, br], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Lr(), s !== t ? (o = T(), c = ug(), c !== t ? (h = T(), E = Ph(), E !== t ? (s = [s, o, c, h, E], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Tr(), s !== t ? (o = T(), c = RE(), c !== t ? (h = T(), E = Pg(), E !== t ? (s = [s, o, c, h, E], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)))), n !== t && (A = e, n = ofe(n)), e = n, e;
67761
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me, ct, br;
67762
+ return e = r, n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (Y = T(), de = Tr(), de !== t ? (we = T(), Me = RE(), Me !== t ? (ct = T(), br = Pg(), br !== t ? (s = [s, o, c, h, E, _, j, Y, de, we, Me, ct, br], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Lr(), s !== t ? (o = T(), c = yE(), c !== t ? (h = T(), E = Ch(), E !== t ? (_ = T(), j = Ph(), j !== t ? (s = [s, o, c, h, E, _, j], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Lr(), s !== t ? (o = T(), c = ug(), c !== t ? (h = T(), E = Ph(), E !== t ? (s = [s, o, c, h, E], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t), n === t && (n = r, s = Tr(), s !== t ? (o = T(), c = RE(), c !== t ? (h = T(), E = Pg(), E !== t ? (s = [s, o, c, h, E], n = s) : (r = n, n = t)) : (r = n, n = t)) : (r = n, n = t)))), n !== t && (A = e, n = ofe(n)), e = n, e;
67762
67763
  }
67763
67764
  function ji() {
67764
67765
  var e, n, s;
@@ -69420,8 +69421,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
69420
69421
  return e = r, l.substr(r, 2) === of ? (n = of, r += 2) : (n = t, m === 0 && C(hw)), n === t && (l.charCodeAt(r) === 34 ? (n = sn, r++) : (n = t, m === 0 && C(an))), n !== t ? (s = r, m++, l.charCodeAt(r) === 34 ? (o = sn, r++) : (o = t, m === 0 && C(an)), m--, o === t ? s = void 0 : (r = s, s = t), s !== t ? (A = e, e = Dve(n)) : (r = e, e = t)) : (r = e, e = t), e;
69421
69422
  }
69422
69423
  function Gi() {
69423
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me;
69424
- return e = r, l.substr(r, 2) === PA ? (n = PA, r += 2) : (n = t, m === 0 && C(R9)), n !== t && (A = e, n = Cve()), e = n, e === t && (e = r, l.substr(r, 2) === VA ? (n = VA, r += 2) : (n = t, m === 0 && C(_9)), n !== t && (A = e, n = $ve()), e = n, e === t && (e = r, l.substr(r, 2) === NA ? (n = NA, r += 2) : (n = t, m === 0 && C(g9)), n !== t && (A = e, n = Ove()), e = n, e === t && (e = r, l.substr(r, 2) === MA ? (n = MA, r += 2) : (n = t, m === 0 && C(D9)), n !== t && (A = e, n = Pve()), e = n, e === t && (e = r, l.substr(r, 2) === LA ? (n = LA, r += 2) : (n = t, m === 0 && C(C9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s === t && (s = r, m++, o = pe(), m--, o !== t ? (r = s, s = void 0) : s = t), s !== t ? (A = e, e = Vve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === BA ? (n = BA, r += 2) : (n = t, m === 0 && C($9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Nve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === xA ? (n = xA, r += 2) : (n = t, m === 0 && C(O9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Mve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o === t && (o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (c = [c, h], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (bi.test(l.charAt(r)) ? (o = l.charAt(r), r++) : (o = t, m === 0 && C(Ai)))), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = pe(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Lve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = Ae(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Bve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 120 ? (s = Pm, r++) : (s = t, m === 0 && C(P9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c === t && (c = rr()), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = xve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.substr(r, 1).toLowerCase() === Pm ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(V9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = Uve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 117 ? (s = rB, r++) : (s = t, m === 0 && C(N9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (h = [h, E, _, j], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = jve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 85 ? (s = iB, r++) : (s = t, m === 0 && C(M9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (Y = rr(), Y !== t ? (le = rr(), le !== t ? (we = rr(), we !== t ? (Me = rr(), Me !== t ? (h = [h, E, _, j, Y, le, we, Me], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = Gve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === UA ? (n = UA, r += 2) : (n = t, m === 0 && C(L9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Fve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === jA ? (n = jA, r += 2) : (n = t, m === 0 && C(B9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Kve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === GA ? (n = GA, r += 2) : (n = t, m === 0 && C(x9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = kve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === FA ? (n = FA, r += 2) : (n = t, m === 0 && C(U9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = qve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.length > r ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(li)), s !== t ? (A = e, e = Zve(s)) : (r = e, e = t)) : (r = e, e = t)))))))))))))))))), e;
69424
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me;
69425
+ return e = r, l.substr(r, 2) === PA ? (n = PA, r += 2) : (n = t, m === 0 && C(R9)), n !== t && (A = e, n = Cve()), e = n, e === t && (e = r, l.substr(r, 2) === VA ? (n = VA, r += 2) : (n = t, m === 0 && C(_9)), n !== t && (A = e, n = $ve()), e = n, e === t && (e = r, l.substr(r, 2) === NA ? (n = NA, r += 2) : (n = t, m === 0 && C(g9)), n !== t && (A = e, n = Ove()), e = n, e === t && (e = r, l.substr(r, 2) === MA ? (n = MA, r += 2) : (n = t, m === 0 && C(D9)), n !== t && (A = e, n = Pve()), e = n, e === t && (e = r, l.substr(r, 2) === LA ? (n = LA, r += 2) : (n = t, m === 0 && C(C9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s === t && (s = r, m++, o = pe(), m--, o !== t ? (r = s, s = void 0) : s = t), s !== t ? (A = e, e = Vve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === BA ? (n = BA, r += 2) : (n = t, m === 0 && C($9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Nve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === xA ? (n = xA, r += 2) : (n = t, m === 0 && C(O9)), n !== t ? (s = r, m++, o = Ae(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Mve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o === t && (o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (c = [c, h], o = c) : (r = o, o = t)) : (r = o, o = t), o === t && (bi.test(l.charAt(r)) ? (o = l.charAt(r), r++) : (o = t, m === 0 && C(Ai)))), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = pe(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Lve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (s = r, o = r, bi.test(l.charAt(r)) ? (c = l.charAt(r), r++) : (c = t, m === 0 && C(Ai)), c !== t ? (bi.test(l.charAt(r)) ? (h = l.charAt(r), r++) : (h = t, m === 0 && C(Ai)), h !== t ? (bi.test(l.charAt(r)) ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(Ai)), E !== t ? (c = [c, h, E], o = c) : (r = o, o = t)) : (r = o, o = t)) : (r = o, o = t), o !== t ? s = l.substring(s, r) : s = o, s !== t ? (o = r, m++, c = Ae(), m--, c !== t ? (r = o, o = void 0) : o = t, o !== t ? (A = e, e = Bve(s)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 120 ? (s = Pm, r++) : (s = t, m === 0 && C(P9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c === t && (c = rr()), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = xve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.substr(r, 1).toLowerCase() === Pm ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(V9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c !== t ? (A = e, e = Uve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 117 ? (s = rB, r++) : (s = t, m === 0 && C(N9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (h = [h, E, _, j], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = jve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.charCodeAt(r) === 85 ? (s = iB, r++) : (s = t, m === 0 && C(M9)), s !== t ? (o = r, c = r, h = rr(), h !== t ? (E = rr(), E !== t ? (_ = rr(), _ !== t ? (j = rr(), j !== t ? (Y = rr(), Y !== t ? (de = rr(), de !== t ? (we = rr(), we !== t ? (Me = rr(), Me !== t ? (h = [h, E, _, j, Y, de, we, Me], c = h) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t)) : (r = c, c = t), c !== t ? o = l.substring(o, r) : o = c, o !== t ? (c = r, m++, h = Ae(), m--, h !== t ? (r = c, c = void 0) : c = t, c === t && (c = r, m++, h = pe(), m--, h !== t ? (r = c, c = void 0) : c = t), c !== t ? (A = e, e = Gve(o)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === UA ? (n = UA, r += 2) : (n = t, m === 0 && C(L9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Fve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === jA ? (n = jA, r += 2) : (n = t, m === 0 && C(B9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = Kve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === GA ? (n = GA, r += 2) : (n = t, m === 0 && C(x9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = kve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.substr(r, 2) === FA ? (n = FA, r += 2) : (n = t, m === 0 && C(U9)), n !== t ? (s = r, m++, o = _e(), m--, o !== t ? (r = s, s = void 0) : s = t, s !== t ? (A = e, e = qve()) : (r = e, e = t)) : (r = e, e = t), e === t && (e = r, l.charCodeAt(r) === 92 ? (n = za, r++) : (n = t, m === 0 && C(to)), n !== t ? (l.length > r ? (s = l.charAt(r), r++) : (s = t, m === 0 && C(li)), s !== t ? (A = e, e = Zve(s)) : (r = e, e = t)) : (r = e, e = t)))))))))))))))))), e;
69425
69426
  }
69426
69427
  function OBe() {
69427
69428
  var e, n, s;
@@ -69469,7 +69470,7 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
69469
69470
  return e;
69470
69471
  }
69471
69472
  function NBe() {
69472
- var e, n, s, o, c, h, E, _, j, Y, le, we, Me;
69473
+ var e, n, s, o, c, h, E, _, j, Y, de, we, Me;
69473
69474
  if (e = r, l.substr(r, 2) === ua ? (n = ua, r += 2) : (n = t, m === 0 && C(mf)), n !== t) {
69474
69475
  for (s = r, o = [], c = r, h = r, m++, l.substr(r, 2) === ua ? (E = ua, r += 2) : (E = t, m === 0 && C(mf)), m--, E === t ? h = void 0 : (r = h, h = t), h !== t ? (l.length > r ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(li)), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t); c !== t; )
69475
69476
  o.push(c), c = r, h = r, m++, l.substr(r, 2) === ua ? (E = ua, r += 2) : (E = t, m === 0 && C(mf)), m--, E === t ? h = void 0 : (r = h, h = t), h !== t ? (l.length > r ? (E = l.charAt(r), r++) : (E = t, m === 0 && C(li)), E !== t ? (h = [h, E], c = h) : (r = c, c = t)) : (r = c, c = t);
@@ -69480,8 +69481,8 @@ const ad = hi, YE = Xp, od = LM, L = Kt, En = Hs, $ = dm, Zr = um, vC = cm, g =
69480
69481
  if (e = r, l.charCodeAt(r) === 36 ? (n = Ts, r++) : (n = t, m === 0 && C(Is)), n !== t)
69481
69482
  if (s = uh(), s !== t)
69482
69483
  if (l.charCodeAt(r) === 36 ? (o = Ts, r++) : (o = t, m === 0 && C(Is)), o !== t) {
69483
- for (c = r, h = [], E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (le = uh(), le !== t ? (l.charCodeAt(r) === 36 ? (we = Ts, r++) : (we = t, m === 0 && C(Is)), we !== t ? (A = r, Me = bw(s, le), Me ? Me = void 0 : Me = t, Me !== t ? (Y = [Y, le, we, Me], j = Y) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t), m--, j === t ? _ = void 0 : (r = _, _ = t), _ !== t ? (l.length > r ? (j = l.charAt(r), r++) : (j = t, m === 0 && C(li)), j !== t ? (_ = [_, j], E = _) : (r = E, E = t)) : (r = E, E = t); E !== t; )
69484
- h.push(E), E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (le = uh(), le !== t ? (l.charCodeAt(r) === 36 ? (we = Ts, r++) : (we = t, m === 0 && C(Is)), we !== t ? (A = r, Me = bw(s, le), Me ? Me = void 0 : Me = t, Me !== t ? (Y = [Y, le, we, Me], j = Y) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t), m--, j === t ? _ = void 0 : (r = _, _ = t), _ !== t ? (l.length > r ? (j = l.charAt(r), r++) : (j = t, m === 0 && C(li)), j !== t ? (_ = [_, j], E = _) : (r = E, E = t)) : (r = E, E = t);
69484
+ for (c = r, h = [], E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (de = uh(), de !== t ? (l.charCodeAt(r) === 36 ? (we = Ts, r++) : (we = t, m === 0 && C(Is)), we !== t ? (A = r, Me = bw(s, de), Me ? Me = void 0 : Me = t, Me !== t ? (Y = [Y, de, we, Me], j = Y) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t), m--, j === t ? _ = void 0 : (r = _, _ = t), _ !== t ? (l.length > r ? (j = l.charAt(r), r++) : (j = t, m === 0 && C(li)), j !== t ? (_ = [_, j], E = _) : (r = E, E = t)) : (r = E, E = t); E !== t; )
69485
+ h.push(E), E = r, _ = r, m++, j = r, l.charCodeAt(r) === 36 ? (Y = Ts, r++) : (Y = t, m === 0 && C(Is)), Y !== t ? (de = uh(), de !== t ? (l.charCodeAt(r) === 36 ? (we = Ts, r++) : (we = t, m === 0 && C(Is)), we !== t ? (A = r, Me = bw(s, de), Me ? Me = void 0 : Me = t, Me !== t ? (Y = [Y, de, we, Me], j = Y) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t)) : (r = j, j = t), m--, j === t ? _ = void 0 : (r = _, _ = t), _ !== t ? (l.length > r ? (j = l.charAt(r), r++) : (j = t, m === 0 && C(li)), j !== t ? (_ = [_, j], E = _) : (r = E, E = t)) : (r = E, E = t);
69485
69486
  c = l.substring(c, r), l.charCodeAt(r) === 36 ? (h = Ts, r++) : (h = t, m === 0 && C(Is)), h !== t ? (E = uh(), E !== t ? (l.charCodeAt(r) === 36 ? (_ = Ts, r++) : (_ = t, m === 0 && C(Is)), _ !== t ? (A = r, j = eEe(s, c, E), j ? j = void 0 : j = t, j !== t ? (A = e, e = tEe(s, c)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t)) : (r = e, e = t);
69486
69487
  } else
69487
69488
  r = e, e = t;
@@ -73569,8 +73570,8 @@ function GEt() {
73569
73570
  if (i$)
73570
73571
  return Zu;
73571
73572
  i$ = 1, Object.defineProperty(Zu, "__esModule", { value: !0 }), Zu.transformMap = void 0;
73572
- const d = tEt(), u = rEt(), i = iEt(), a = sEt(), l = nEt(), p = aEt(), t = oEt(), y = lEt(), v = dEt(), b = uEt(), w = cEt(), I = pEt(), P = fEt(), N = hEt(), x = yEt(), K = mEt(), k = vEt(), W = EEt(), te = TEt(), ee = bEt(), ce = IEt(), re = AEt(), ye = wEt(), S = REt(), ie = _Et(), ue = gEt(), H = DEt(), de = CEt(), ve = $Et(), Pe = OEt(), De = PEt(), Ie = VEt(), Re = NEt(), Be = MEt(), $e = LEt(), ze = BEt(), st = xEt(), kt = UEt(), er = jEt(), vr = fm;
73573
- return Zu.transformMap = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, a.baseMap), ie.selectMap), Re.frameMap), K.insertMap), De.updateMap), v.deleteMap), Pe.truncateMap), k.mergeMap), p.createTableMap), l.constraintMap), u.alterTableMap), d.alterActionMap), w.dropTableMap), Be.renameTableMap), S.schemaMap), Ie.viewMap), x.indexMap), ve.triggerMap), ue.sequenceMap), H.typeMap), b.domainMap), ye.roleMap), W.policyMap), N.functionMap), ce.procedureMap), re.procClauseMap), i.analyzeMap), I.explainMap), de.transactionMap), y.dclMap), ee.proceduralLanguageMap), te.preparedStatementsMap), $e.otherClausesMap), kt.sqliteMap), ze.bigqueryMap), er.mysqlMap), st.postgresqlMap), P.exprMap), t.dataTypeMap), vr.unsupportedGrammarMap), Zu;
73573
+ const d = tEt(), u = rEt(), i = iEt(), a = sEt(), l = nEt(), p = aEt(), t = oEt(), y = lEt(), v = dEt(), b = uEt(), w = cEt(), I = pEt(), P = fEt(), N = hEt(), x = yEt(), K = mEt(), k = vEt(), W = EEt(), te = TEt(), ee = bEt(), ce = IEt(), re = AEt(), ye = wEt(), S = REt(), ie = _Et(), ue = gEt(), H = DEt(), oe = CEt(), ve = $Et(), Pe = OEt(), De = PEt(), Ie = VEt(), Re = NEt(), Be = MEt(), $e = LEt(), ze = BEt(), st = xEt(), kt = UEt(), er = jEt(), vr = fm;
73574
+ return Zu.transformMap = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, a.baseMap), ie.selectMap), Re.frameMap), K.insertMap), De.updateMap), v.deleteMap), Pe.truncateMap), k.mergeMap), p.createTableMap), l.constraintMap), u.alterTableMap), d.alterActionMap), w.dropTableMap), Be.renameTableMap), S.schemaMap), Ie.viewMap), x.indexMap), ve.triggerMap), ue.sequenceMap), H.typeMap), b.domainMap), ye.roleMap), W.policyMap), N.functionMap), ce.procedureMap), re.procClauseMap), i.analyzeMap), I.explainMap), oe.transactionMap), y.dclMap), ee.proceduralLanguageMap), te.preparedStatementsMap), $e.otherClausesMap), kt.sqliteMap), ze.bigqueryMap), er.mysqlMap), st.postgresqlMap), P.exprMap), t.dataTypeMap), vr.unsupportedGrammarMap), Zu;
73574
73575
  }
73575
73576
  var s$;
73576
73577
  function Ut() {
@@ -74928,27 +74929,27 @@ function In(d, u, i, a, l = !1) {
74928
74929
  const ie = d.left;
74929
74930
  if (ie.type === "identifier") {
74930
74931
  const H = u.find(
74931
- (de) => We(de.as) === We(ie.text)
74932
+ (oe) => We(oe.as) === We(ie.text)
74932
74933
  );
74933
74934
  if (H) {
74934
74935
  p.left = new Wt(i), p.left.source = H.source, p.left.as = We(H.as);
74935
- const de = new Zi(i);
74936
- de.entity = ((t = H.parent) == null ? void 0 : t.entity) || null, de.query = ((y = H.parent) == null ? void 0 : y.query) || null, de.aggregation = ((v = H.parent) == null ? void 0 : v.aggregation) || null, de.sourceType = ((b = H.parent) == null ? void 0 : b.sourceType) || null;
74937
- const ve = i.addDataSource(de);
74936
+ const oe = new Zi(i);
74937
+ oe.entity = ((t = H.parent) == null ? void 0 : t.entity) || null, oe.query = ((y = H.parent) == null ? void 0 : y.query) || null, oe.aggregation = ((v = H.parent) == null ? void 0 : v.aggregation) || null, oe.sourceType = ((b = H.parent) == null ? void 0 : b.sourceType) || null;
74938
+ const ve = i.addDataSource(oe);
74938
74939
  p.left.parent = ve, p.operator = S;
74939
74940
  }
74940
74941
  } else if (ie.type === "member_expr") {
74941
74942
  if (l)
74942
74943
  debugger;
74943
- const H = ie.property.type === "identifier" ? We(ie.property.text) : "", de = u.find(
74944
+ const H = ie.property.type === "identifier" ? We(ie.property.text) : "", oe = u.find(
74944
74945
  (ve) => We(ve.as) === H
74945
74946
  );
74946
74947
  if (l)
74947
74948
  debugger;
74948
- if (de) {
74949
- p.left = new Wt(i), p.left.source = de, p.left.as = We(de.as);
74949
+ if (oe) {
74950
+ p.left = new Wt(i), p.left.source = oe, p.left.as = We(oe.as);
74950
74951
  const ve = new Zi(i);
74951
- ve.entity = ((w = de.parent) == null ? void 0 : w.entity) || null, ve.query = ((I = de.parent) == null ? void 0 : I.query) || null, ve.aggregation = ((P = de.parent) == null ? void 0 : P.aggregation) || null, ve.sourceType = ((N = de.parent) == null ? void 0 : N.sourceType) || null;
74952
+ ve.entity = ((w = oe.parent) == null ? void 0 : w.entity) || null, ve.query = ((I = oe.parent) == null ? void 0 : I.query) || null, ve.aggregation = ((P = oe.parent) == null ? void 0 : P.aggregation) || null, ve.sourceType = ((N = oe.parent) == null ? void 0 : N.sourceType) || null;
74952
74953
  const Pe = i.addDataSource(ve);
74953
74954
  if (p.left.parent = Pe, p.operator = S, l)
74954
74955
  debugger;
@@ -74970,12 +74971,12 @@ function In(d, u, i, a, l = !1) {
74970
74971
  } else if (ie.type === "binary_expr") {
74971
74972
  const H = Gc(
74972
74973
  ie
74973
- ), de = dp(
74974
+ ), oe = dp(
74974
74975
  ie
74975
74976
  );
74976
74977
  if (l)
74977
74978
  debugger;
74978
- if (de) {
74979
+ if (oe) {
74979
74980
  const ve = fA(
74980
74981
  ie,
74981
74982
  p,
@@ -75005,27 +75006,27 @@ function In(d, u, i, a, l = !1) {
75005
75006
  debugger;
75006
75007
  if (ue.type === "identifier") {
75007
75008
  const H = u.find(
75008
- (de) => We(de.as) === We(ue.text)
75009
+ (oe) => We(oe.as) === We(ue.text)
75009
75010
  );
75010
75011
  if (H) {
75011
75012
  p.right = new Wt(i), p.right.source = H, p.right.as = We(H.as);
75012
- const de = new Zi(i);
75013
- de.entity = ((x = H.parent) == null ? void 0 : x.entity) || null, de.query = ((K = H.parent) == null ? void 0 : K.query) || null, de.aggregation = ((k = H.parent) == null ? void 0 : k.aggregation) || null, de.sourceType = ((W = H.parent) == null ? void 0 : W.sourceType) || null;
75014
- const ve = i.addDataSource(de);
75013
+ const oe = new Zi(i);
75014
+ oe.entity = ((x = H.parent) == null ? void 0 : x.entity) || null, oe.query = ((K = H.parent) == null ? void 0 : K.query) || null, oe.aggregation = ((k = H.parent) == null ? void 0 : k.aggregation) || null, oe.sourceType = ((W = H.parent) == null ? void 0 : W.sourceType) || null;
75015
+ const ve = i.addDataSource(oe);
75015
75016
  p.right.parent = ve;
75016
75017
  }
75017
75018
  } else if (ue.type === "member_expr") {
75018
75019
  if (l)
75019
75020
  debugger;
75020
- const H = ue.property.type === "identifier" ? We(ue.property.text) : "", de = u.find(
75021
+ const H = ue.property.type === "identifier" ? We(ue.property.text) : "", oe = u.find(
75021
75022
  (ve) => We(ve.as) === H
75022
75023
  );
75023
75024
  if (l)
75024
75025
  debugger;
75025
- if (de) {
75026
- p.right = new Wt(i), p.right.source = de, p.right.as = We(de.as);
75026
+ if (oe) {
75027
+ p.right = new Wt(i), p.right.source = oe, p.right.as = We(oe.as);
75027
75028
  const ve = new Zi(i);
75028
- ve.entity = ((te = de.parent) == null ? void 0 : te.entity) || null, ve.query = ((ee = de.parent) == null ? void 0 : ee.query) || null, ve.aggregation = ((ce = de.parent) == null ? void 0 : ce.aggregation) || null, ve.sourceType = ((re = de.parent) == null ? void 0 : re.sourceType) || null;
75029
+ ve.entity = ((te = oe.parent) == null ? void 0 : te.entity) || null, ve.query = ((ee = oe.parent) == null ? void 0 : ee.query) || null, ve.aggregation = ((ce = oe.parent) == null ? void 0 : ce.aggregation) || null, ve.sourceType = ((re = oe.parent) == null ? void 0 : re.sourceType) || null;
75029
75030
  const Pe = i.addDataSource(ve);
75030
75031
  if (p.right.parent = Pe, l)
75031
75032
  debugger;
@@ -75053,7 +75054,7 @@ function In(d, u, i, a, l = !1) {
75053
75054
  if (l)
75054
75055
  debugger;
75055
75056
  if (H) {
75056
- const de = In(
75057
+ const oe = In(
75057
75058
  ue,
75058
75059
  u,
75059
75060
  i,
@@ -75061,10 +75062,10 @@ function In(d, u, i, a, l = !1) {
75061
75062
  );
75062
75063
  if (l)
75063
75064
  debugger;
75064
- if (de) {
75065
- if (de.parent = p, l)
75065
+ if (oe) {
75066
+ if (oe.parent = p, l)
75066
75067
  debugger;
75067
- ye === "AND" ? p.and.push(de) : ye === "OR" && p.or.push(de);
75068
+ ye === "AND" ? p.and.push(oe) : ye === "OR" && p.or.push(oe);
75068
75069
  }
75069
75070
  }
75070
75071
  if (l)
@@ -75167,21 +75168,21 @@ function hA(d, u, i, a, l, p = {
75167
75168
  y.push(...re.errors), ce.statement = re.state;
75168
75169
  const ye = new Zi(a);
75169
75170
  ye.query = ce, ye.sourceType = Hn.Query;
75170
- const S = ((k = re.state) == null ? void 0 : k.columns.map((de) => {
75171
+ const S = ((k = re.state) == null ? void 0 : k.columns.map((oe) => {
75171
75172
  const ve = N.find(
75172
- (Pe) => Pe.from === We(de.as)
75173
+ (Pe) => Pe.from === We(oe.as)
75173
75174
  );
75174
75175
  return ve ? {
75175
75176
  as: ve.to,
75176
75177
  column: {
75177
- columnName: We(de.as),
75178
- property: de.property
75178
+ columnName: We(oe.as),
75179
+ property: oe.property
75179
75180
  }
75180
75181
  } : {
75181
- as: We(de.as),
75182
+ as: We(oe.as),
75182
75183
  column: {
75183
- columnName: We(de.as),
75184
- property: de.property
75184
+ columnName: We(oe.as),
75185
+ property: oe.property
75185
75186
  }
75186
75187
  };
75187
75188
  })) || [];
@@ -75194,8 +75195,8 @@ function hA(d, u, i, a, l, p = {
75194
75195
  // true
75195
75196
  );
75196
75197
  if (ue.joinType = I, Object.values(yd).includes(I)) {
75197
- const de = a.addDataSource(ye);
75198
- if (ue.on = H, ue.dataSource = de, ue.as = ie, t)
75198
+ const oe = a.addDataSource(ye);
75199
+ if (ue.on = H, ue.dataSource = oe, ue.as = ie, t)
75199
75200
  debugger;
75200
75201
  v.push(ue);
75201
75202
  }
@@ -75430,8 +75431,8 @@ function up(d, u, i = null, a = !1) {
75430
75431
  (i == null ? void 0 : i.id) || O.UUID.uuid()
75431
75432
  );
75432
75433
  if (uA(u).forEach((H) => {
75433
- const de = new Zi(p);
75434
- de.entity = H, de.sourceType = Hn.Table, de.as = H.name, p.addDataSource(de);
75434
+ const oe = new Zi(p);
75435
+ oe.entity = H, oe.sourceType = Hn.Table, oe.as = H.name, p.addDataSource(oe);
75435
75436
  }), !d)
75436
75437
  return {
75437
75438
  state: p,
@@ -75448,7 +75449,7 @@ function up(d, u, i = null, a = !1) {
75448
75449
  );
75449
75450
  let b = [];
75450
75451
  if ((v == null ? void 0 : v.type) === "table") {
75451
- const de = u.entities.find((ve) => {
75452
+ const oe = u.entities.find((ve) => {
75452
75453
  if (os(ve, Ce.PERSISTED_ENTITY)) {
75453
75454
  const Pe = ap(
75454
75455
  se(ve, u)
@@ -75466,7 +75467,7 @@ function up(d, u, i = null, a = !1) {
75466
75467
  }
75467
75468
  return !1;
75468
75469
  });
75469
- if (!de)
75470
+ if (!oe)
75470
75471
  l.push({
75471
75472
  entity: "table",
75472
75473
  code: "not-found",
@@ -75474,16 +75475,16 @@ function up(d, u, i = null, a = !1) {
75474
75475
  });
75475
75476
  else {
75476
75477
  const ve = new Zi(p);
75477
- ve.sourceType = Hn.Table, ve.entity = de, p.from = p.addDataSource(ve);
75478
+ ve.sourceType = Hn.Table, ve.entity = oe, p.from = p.addDataSource(ve);
75478
75479
  }
75479
75480
  } else if ((v == null ? void 0 : v.type) === "query") {
75480
75481
  const H = new dA(p);
75481
75482
  H.as = We(v == null ? void 0 : v.as) || (v == null ? void 0 : v.name) || "Nested search";
75482
- const de = up(
75483
+ const oe = up(
75483
75484
  v.subquery,
75484
75485
  u
75485
75486
  );
75486
- l.push(...de.errors), H.statement = de.state;
75487
+ l.push(...oe.errors), H.statement = oe.state;
75487
75488
  const ve = new Zi(p);
75488
75489
  ve.sourceType = Hn.Query, ve.query = H;
75489
75490
  const Pe = p.addDataSource(ve);
@@ -75507,14 +75508,14 @@ function up(d, u, i = null, a = !1) {
75507
75508
  ...P,
75508
75509
  ...N
75509
75510
  // Filter out duplicates
75510
- ].filter((H, de, ve) => ve.findIndex((Pe) => Pe.to === H.to) === de), K = w ? I.filter(
75511
+ ].filter((H, oe, ve) => ve.findIndex((Pe) => Pe.to === H.to) === oe), K = w ? I.filter(
75511
75512
  (H) => !x.find(
75512
- (de) => de.to === H.to
75513
+ (oe) => oe.to === H.to
75513
75514
  )
75514
75515
  ) : [], k = HM(w);
75515
75516
  if (((k == null ? void 0 : k.columns.filter(
75516
75517
  (H) => !I.find(
75517
- (de) => de.to === H.name
75518
+ (oe) => oe.to === H.name
75518
75519
  )
75519
75520
  )) || []).forEach((H) => {
75520
75521
  x.push({
@@ -75541,22 +75542,22 @@ function up(d, u, i = null, a = !1) {
75541
75542
  ...b,
75542
75543
  ...te.columnMappings
75543
75544
  // Filter out duplicates
75544
- ].filter((H, de, ve) => ve.findIndex((Pe) => We(Pe.as) === We(H.as)) === de);
75545
+ ].filter((H, oe, ve) => ve.findIndex((Pe) => We(Pe.as) === We(H.as)) === oe);
75545
75546
  x.forEach((H) => {
75546
75547
  var Pe, De, Ie, Re, Be;
75547
- const de = new Wt(p), ve = (((Pe = p.from) == null ? void 0 : Pe.columns) || []).find(
75548
+ const oe = new Wt(p), ve = (((Pe = p.from) == null ? void 0 : Pe.columns) || []).find(
75548
75549
  ($e) => $e.as === H.from
75549
75550
  );
75550
75551
  if (ve) {
75551
- de.source = ve, de.as = We(H.to);
75552
+ oe.source = ve, oe.as = We(H.to);
75552
75553
  const $e = new Zi(p);
75553
75554
  $e.entity = (De = ve.parent) == null ? void 0 : De.entity, $e.sourceType = ((Ie = ve.parent) == null ? void 0 : Ie.sourceType) || null, $e.query = ((Re = ve.parent) == null ? void 0 : Re.query) || null, $e.aggregation = ((Be = ve.parent) == null ? void 0 : Be.aggregation) || null;
75554
75555
  const ze = p.addDataSource($e);
75555
- de.parent = ze, p.addSelection(de);
75556
+ oe.parent = ze, p.addSelection(oe);
75556
75557
  }
75557
75558
  }), K.forEach((H) => {
75558
- for (let de = 0; de < te.aggregations.length; de++) {
75559
- const ve = te.aggregations[de];
75559
+ for (let oe = 0; oe < te.aggregations.length; oe++) {
75560
+ const ve = te.aggregations[oe];
75560
75561
  for (let Pe = 0; Pe < ve.columns.length; Pe++) {
75561
75562
  const De = ve.columns[Pe];
75562
75563
  if (We(De.as) === H.from) {
@@ -75577,13 +75578,13 @@ function up(d, u, i = null, a = !1) {
75577
75578
  ).forEach((H) => {
75578
75579
  p.addSelection(H);
75579
75580
  }), k == null || k.scopedSelectAll.forEach((H) => {
75580
- const de = p.usedDataSources.find(
75581
+ const oe = p.usedDataSources.find(
75581
75582
  (Pe) => We(Pe.as) === H
75582
75583
  );
75583
- if (!de)
75584
+ if (!oe)
75584
75585
  return;
75585
75586
  const ve = new gd(p);
75586
- ve.parent = de, p.addSelection(ve);
75587
+ ve.parent = oe, p.addSelection(ve);
75587
75588
  });
75588
75589
  const re = tL(
75589
75590
  y,
@@ -75610,8 +75611,8 @@ function up(d, u, i = null, a = !1) {
75610
75611
  y,
75611
75612
  ee,
75612
75613
  p
75613
- ).forEach((de, ve) => {
75614
- de.index = ve, p.addSort(de);
75614
+ ).forEach((oe, ve) => {
75615
+ oe.index = ve, p.addSort(oe);
75615
75616
  }), {
75616
75617
  state: p,
75617
75618
  errors: l
@@ -78482,8 +78483,8 @@ function dL(d) {
78482
78483
  if (!a)
78483
78484
  u.push(
78484
78485
  Bt({
78485
- id: `${d.id}--${oe.InternalCallParentMissingDataType}`,
78486
- code: oe.InternalCallParentMissingDataType,
78486
+ id: `${d.id}--${le.InternalCallParentMissingDataType}`,
78487
+ code: le.InternalCallParentMissingDataType,
78487
78488
  severity: Z.Error,
78488
78489
  message: `Entity of type "${d.type}" with id "${d.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) its id "${d.declaration}".`,
78489
78490
  issue: null,
@@ -78497,8 +78498,8 @@ function dL(d) {
78497
78498
  ].includes(a.type))
78498
78499
  u.push(
78499
78500
  Bt({
78500
- id: `${d.id}--${oe.InternalCallParentDeclarationEntityInvalidType}`,
78501
- code: oe.InternalCallParentDeclarationEntityInvalidType,
78501
+ id: `${d.id}--${le.InternalCallParentDeclarationEntityInvalidType}`,
78502
+ code: le.InternalCallParentDeclarationEntityInvalidType,
78502
78503
  severity: Z.Error,
78503
78504
  message: `Entity of type "${d.type}" with id "${d.id}", belongs to a variable whose data type 'entity' is not a definition entity, built-in base entity or primitive entity.
78504
78505
  This variable's data-type has an 'entity' field that references an entity with id '${a.id}' and of type '${a.type}'.`,
@@ -78536,8 +78537,8 @@ This variable's data-type 'entity' is a non-interactive 'built-in-base-entity'.s
78536
78537
  );
78537
78538
  y ? y.type !== f.FunctionDeclaration && u.push(
78538
78539
  Bt({
78539
- id: `${d.id}--${oe.InternalCallDeclarationIsNotFunctionDeclaration}`,
78540
- code: oe.InternalCallDeclarationIsNotFunctionDeclaration,
78540
+ id: `${d.id}--${le.InternalCallDeclarationIsNotFunctionDeclaration}`,
78541
+ code: le.InternalCallDeclarationIsNotFunctionDeclaration,
78541
78542
  severity: Z.Error,
78542
78543
  message: `Entity of type "${d.type}" with id "${d.id}", points to a 'declaration' that isn't a 'function-declaration' entity.
78543
78544
  The declaration of the internal-call must be a 'function-declaration' entity which exists as a method in the entity of the data-type of the parent variable.${t}`,
@@ -78546,8 +78547,8 @@ The declaration of the internal-call must be a 'function-declaration' entity whi
78546
78547
  }).error
78547
78548
  ) : u.push(
78548
78549
  Bt({
78549
- id: `${d.id}--${oe.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
78550
- code: oe.InternalCallDeclarationNotFoundInParentDatatypeEntity,
78550
+ id: `${d.id}--${le.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
78551
+ code: le.InternalCallDeclarationNotFoundInParentDatatypeEntity,
78551
78552
  severity: Z.Error,
78552
78553
  message: `Entity of type "${d.type}" with id "${d.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) with id "${d.declaration}".${t}`,
78553
78554
  issue: null,
@@ -78705,8 +78706,8 @@ const Rt = class Rt extends mr {
78705
78706
  if (!w)
78706
78707
  p.push(
78707
78708
  new X({
78708
- id: `${l.id}--${oe.InternalCallParentMissingDataType}`,
78709
- code: oe.InternalCallParentMissingDataType,
78709
+ id: `${l.id}--${le.InternalCallParentMissingDataType}`,
78710
+ code: le.InternalCallParentMissingDataType,
78710
78711
  severity: Z.Error,
78711
78712
  message: `Entity of type "${l.type}" with id "${l.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) its id "${l.declaration}".`,
78712
78713
  issue: null
@@ -78719,8 +78720,8 @@ const Rt = class Rt extends mr {
78719
78720
  ].includes(w.type))
78720
78721
  p.push(
78721
78722
  new X({
78722
- id: `${l.id}--${oe.InternalCallParentDeclarationEntityInvalidType}`,
78723
- code: oe.InternalCallParentDeclarationEntityInvalidType,
78723
+ id: `${l.id}--${le.InternalCallParentDeclarationEntityInvalidType}`,
78724
+ code: le.InternalCallParentDeclarationEntityInvalidType,
78724
78725
  severity: Z.Error,
78725
78726
  message: `Entity of type "${l.type}" with id "${l.id}", belongs to a variable whose data type 'entity' is not a definition entity, built-in base entity or primitive entity.
78726
78727
  This variable's data-type has an 'entity' field that references an entity with id '${w.id}' and of type '${w.type}'.`,
@@ -78776,8 +78777,8 @@ ${qo}`);
78776
78777
  );
78777
78778
  k ? k.type !== f.FunctionDeclaration && p.push(
78778
78779
  new X({
78779
- id: `${l.id}--${oe.InternalCallDeclarationIsNotFunctionDeclaration}`,
78780
- code: oe.InternalCallDeclarationIsNotFunctionDeclaration,
78780
+ id: `${l.id}--${le.InternalCallDeclarationIsNotFunctionDeclaration}`,
78781
+ code: le.InternalCallDeclarationIsNotFunctionDeclaration,
78781
78782
  severity: Z.Error,
78782
78783
  message: `Entity of type "${l.type}" with id "${l.id}", points to a 'declaration' that isn't a 'function-declaration' entity.
78783
78784
  The declaration of the internal-call must be a 'function-declaration' entity which exists as a method in the entity of the data-type of the parent variable.${P}`,
@@ -78785,8 +78786,8 @@ The declaration of the internal-call must be a 'function-declaration' entity whi
78785
78786
  })
78786
78787
  ) : p.push(
78787
78788
  new X({
78788
- id: `${l.id}--${oe.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
78789
- code: oe.InternalCallDeclarationNotFoundInParentDatatypeEntity,
78789
+ id: `${l.id}--${le.InternalCallDeclarationNotFoundInParentDatatypeEntity}`,
78790
+ code: le.InternalCallDeclarationNotFoundInParentDatatypeEntity,
78790
78791
  severity: Z.Error,
78791
78792
  message: `Entity of type "${l.type}" with id "${l.id}", belongs to a variable whose data type entity doesn't contain its declaration method (function-declaration) with id "${l.declaration}".${P}`,
78792
78793
  issue: null
@@ -80502,8 +80503,8 @@ You can't edit input-map entities as they need to match their argument declarati
80502
80503
  if (x && x.type === f.ActionDescriptor)
80503
80504
  p.push(
80504
80505
  new X({
80505
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
80506
- code: oe.NoOverlapWithImplementedSignature,
80506
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
80507
+ code: le.NoOverlapWithImplementedSignature,
80507
80508
  severity: Z.Error,
80508
80509
  message: `Entity of type '${f.InputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' is a 'action-descriptor' entity.
80509
80510
  This means it can hold a function-call or operation as its value, to be executed programatically.
@@ -80527,8 +80528,8 @@ The entity is ${b$(
80527
80528
  a
80528
80529
  )}`, W += "Technically, an implemented variable-declaration or variable-instance will be generated with all ", p.push(
80529
80530
  new X({
80530
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
80531
- code: oe.NoOverlapWithImplementedSignature,
80531
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
80532
+ code: le.NoOverlapWithImplementedSignature,
80532
80533
  severity: Z.Error,
80533
80534
  message: `Entity of type '${f.InputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The 'declaration' with '${v.id}' of the 'input-map' does not exist in 'entity' field implemented the parent ${y.type}'s 'data-type'.${W}`,
80534
80535
  issue: null
@@ -80547,8 +80548,8 @@ The entity is ${b$(
80547
80548
  )}'`;
80548
80549
  N || p.push(
80549
80550
  new X({
80550
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
80551
- code: oe.NoOverlapWithImplementedSignature,
80551
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
80552
+ code: le.NoOverlapWithImplementedSignature,
80552
80553
  severity: Z.Error,
80553
80554
  message: `Entity of type '${f.InputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The parent entity does not have an 'argument-declaration' with id '${l.declaration}'.
80554
80555
  You can't add an input-map to an entity that doesn't have a matching 'argument-declaration'.
@@ -81656,8 +81657,8 @@ You can't edit output-map entities as they need to match their return declaratio
81656
81657
  const I = yi(y), P = I.dataType, N = (v = I.dataType) == null ? void 0 : v.entity;
81657
81658
  P ? N ? N.type === f.ActionDescriptor ? p.push(
81658
81659
  new X({
81659
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
81660
- code: oe.NoOverlapWithImplementedSignature,
81660
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
81661
+ code: le.NoOverlapWithImplementedSignature,
81661
81662
  severity: Z.Error,
81662
81663
  message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' is a 'action-descriptor' entity.
81663
81664
  This means it can hold a function-call or operation as its value, to be executed programatically.
@@ -81666,8 +81667,8 @@ Output maps can only be added to variables which hold an entity with properties.
81666
81667
  })
81667
81668
  ) : (N.properties || []).find((K) => K.id === w.id) || p.push(
81668
81669
  new X({
81669
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
81670
- code: oe.NoOverlapWithImplementedSignature,
81670
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
81671
+ code: le.NoOverlapWithImplementedSignature,
81671
81672
  severity: Z.Error,
81672
81673
  message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The 'declaration' with '${w.id}' of the 'output-map' does not exist in the entity of the 'data-type'.
81673
81674
  The entity of the data-type has the following properties that can be reads as output maps, ids: '${qe(
@@ -81679,8 +81680,8 @@ The entity of the data-type has the following properties that can be reads as ou
81679
81680
  })
81680
81681
  ) : p.push(
81681
81682
  new X({
81682
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
81683
- code: oe.NoOverlapWithImplementedSignature,
81683
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
81684
+ code: le.NoOverlapWithImplementedSignature,
81684
81685
  severity: Z.Error,
81685
81686
  message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' doesn't have an 'entity' set, so it cannot be determined if the output-map is reading a valid property of the data type entity.
81686
81687
  ${v$}`,
@@ -81688,8 +81689,8 @@ ${v$}`,
81688
81689
  })
81689
81690
  ) : p.push(
81690
81691
  new X({
81691
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
81692
- code: oe.NoOverlapWithImplementedSignature,
81692
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
81693
+ code: le.NoOverlapWithImplementedSignature,
81693
81694
  severity: Z.Error,
81694
81695
  message: `Entity of type '${f.OutputMap}' with id '${l.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. The data type of the 'variable-declaration' is not set, so it cannot be determined if the output-map is reading a valid property of the data type entity.
81695
81696
  ${v$}`,
@@ -82578,7 +82579,10 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
82578
82579
  )
82579
82580
  )) {
82580
82581
  var l;
82581
- return this.parent.type === f.Operation ? this.parent.declaration.inferOutputMapDataType(this, i).self : ((l = this.declaration) == null ? void 0 : l.getDataType(i)) || null;
82582
+ return this.parent.type === f.Operation ? (this.id === "validate-bitcoin-validated-entity-output-map-id" && console.log(
82583
+ "validate-bitcoin-validated-entity-output-map-id",
82584
+ "Inferring from declaration function"
82585
+ ), this.parent.declaration.inferOutputMapDataType(this, i).self) : ((l = this.declaration) == null ? void 0 : l.getDataType(i)) || null;
82582
82586
  }
82583
82587
  };
82584
82588
  D(gt, "repository", {
@@ -82819,8 +82823,8 @@ const Dt = class Dt extends mr {
82819
82823
  )}.` : "The parent entity has all the arguments it needs implemented.";
82820
82824
  w ? N && p.push(
82821
82825
  new X({
82822
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
82823
- code: oe.NoOverlapWithImplementedSignature,
82826
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
82827
+ code: le.NoOverlapWithImplementedSignature,
82824
82828
  severity: Z.Error,
82825
82829
  message: `Entity of type '${f.ArgumentDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${v.type}' with id '${v.id}' that implements a ${f.ActionDescriptor} with fixed arguments.
82826
82830
  Adding a new argument would make the implementation invalid. An argument with the same name already exists in the parent entity.
@@ -82830,8 +82834,8 @@ ${K}`,
82830
82834
  })
82831
82835
  ) : p.push(
82832
82836
  new X({
82833
- id: `${l.id}--${oe.NoOverlapWithImplementedSignature}`,
82834
- code: oe.NoOverlapWithImplementedSignature,
82837
+ id: `${l.id}--${le.NoOverlapWithImplementedSignature}`,
82838
+ code: le.NoOverlapWithImplementedSignature,
82835
82839
  severity: Z.Error,
82836
82840
  message: `Entity of type '${f.ArgumentDeclaration}' with id '${l.id}' should not exist in a parent entity of type '${v.type}' with id '${v.id}' that implements a ${f.ActionDescriptor} with fixed arguments.
82837
82841
  Adding a new argument would make the implementation invalid. There are no arguments in the descriptor with the same name.
@@ -88194,13 +88198,13 @@ const ns = class ns extends AT {
88194
88198
  },
88195
88199
  null
88196
88200
  ), console.log("existingValue", W), this.lastExecutionResults.writeValue(ce, S);
88197
- const de = {
88201
+ const oe = {
88198
88202
  value: S,
88199
88203
  valueOwner: i.currentIterationNumberArgumentDeclaration,
88200
88204
  type: be.ExecutionResult,
88201
88205
  inheritanceLink: null
88202
88206
  };
88203
- return I[ce.id] = de, de;
88207
+ return I[ce.id] = oe, oe;
88204
88208
  }
88205
88209
  const ie = {
88206
88210
  id: O.UUID.uuid(),
@@ -88245,7 +88249,7 @@ const ns = class ns extends AT {
88245
88249
  t
88246
88250
  );
88247
88251
  if (N = ee, N.results.forEach((ce) => {
88248
- var ie, ue, H, de;
88252
+ var ie, ue, H, oe;
88249
88253
  if (ce.valueOwner.type !== f.ReturnDeclaration)
88250
88254
  return;
88251
88255
  const re = i.body.inputs.find(
@@ -88253,7 +88257,7 @@ const ns = class ns extends AT {
88253
88257
  ce.valueOwner
88254
88258
  )
88255
88259
  ), S = [...((ue = (ie = I == null ? void 0 : I[re.id]) == null ? void 0 : ie.value) == null ? void 0 : ue.value) || [], ((H = ce == null ? void 0 : ce.value) == null ? void 0 : H.value) || null];
88256
- (de = I[re.id].value) == null || de.metaSync(
88260
+ (oe = I[re.id].value) == null || oe.metaSync(
88257
88261
  {
88258
88262
  value: S
88259
88263
  },
@@ -88414,7 +88418,7 @@ const ns = class ns extends AT {
88414
88418
  type: be.ExecutionResult,
88415
88419
  inheritanceLink: null
88416
88420
  };
88417
- const de = {
88421
+ const oe = {
88418
88422
  id: O.UUID.uuid(),
88419
88423
  type: f.LiteralValue,
88420
88424
  autogeneration: null,
@@ -88430,7 +88434,7 @@ const ns = class ns extends AT {
88430
88434
  name: ue,
88431
88435
  standaloneParent: S.toReference()
88432
88436
  }, ve = St(
88433
- de,
88437
+ oe,
88434
88438
  l
88435
88439
  );
88436
88440
  return this.lastExecutionResults.writeValue(
@@ -88452,14 +88456,14 @@ const ns = class ns extends AT {
88452
88456
  t
88453
88457
  );
88454
88458
  if (N = ye, N.results.forEach((S) => {
88455
- var de, ve, Pe;
88459
+ var oe, ve, Pe;
88456
88460
  if (S.valueOwner.type !== f.ReturnDeclaration)
88457
88461
  return;
88458
88462
  const ie = i.body.inputs.find(
88459
88463
  (De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
88460
88464
  S.valueOwner
88461
88465
  )
88462
- ), H = [...(de = I[ie.id].value) == null ? void 0 : de.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88466
+ ), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88463
88467
  (Pe = I[ie.id].value) == null || Pe.metaSync(
88464
88468
  {
88465
88469
  value: H
@@ -88539,7 +88543,7 @@ const ns = class ns extends AT {
88539
88543
  type: be.ExecutionResult,
88540
88544
  inheritanceLink: null
88541
88545
  };
88542
- const de = {
88546
+ const oe = {
88543
88547
  id: O.UUID.uuid(),
88544
88548
  type: f.LiteralValue,
88545
88549
  autogeneration: null,
@@ -88555,7 +88559,7 @@ const ns = class ns extends AT {
88555
88559
  name: ue,
88556
88560
  standaloneParent: S.toReference()
88557
88561
  }, ve = St(
88558
- de,
88562
+ oe,
88559
88563
  l
88560
88564
  );
88561
88565
  return this.lastExecutionResults.writeValue(
@@ -88577,14 +88581,14 @@ const ns = class ns extends AT {
88577
88581
  t
88578
88582
  );
88579
88583
  if (N = ye, N.results.forEach((S) => {
88580
- var de, ve, Pe;
88584
+ var oe, ve, Pe;
88581
88585
  if (S.valueOwner.type !== f.ReturnDeclaration)
88582
88586
  return;
88583
88587
  const ie = i.body.inputs.find(
88584
88588
  (De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
88585
88589
  S.valueOwner
88586
88590
  )
88587
- ), H = [...(de = I[ie.id].value) == null ? void 0 : de.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88591
+ ), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88588
88592
  (Pe = I[ie.id].value) == null || Pe.metaSync(
88589
88593
  {
88590
88594
  value: H
@@ -88663,7 +88667,7 @@ const ns = class ns extends AT {
88663
88667
  type: be.ExecutionResult,
88664
88668
  inheritanceLink: null
88665
88669
  };
88666
- const de = {
88670
+ const oe = {
88667
88671
  id: O.UUID.uuid(),
88668
88672
  type: f.LiteralValue,
88669
88673
  autogeneration: null,
@@ -88679,7 +88683,7 @@ const ns = class ns extends AT {
88679
88683
  name: ue,
88680
88684
  standaloneParent: S.toReference()
88681
88685
  }, ve = St(
88682
- de,
88686
+ oe,
88683
88687
  l
88684
88688
  );
88685
88689
  return this.lastExecutionResults.writeValue(
@@ -88704,14 +88708,14 @@ const ns = class ns extends AT {
88704
88708
  t
88705
88709
  );
88706
88710
  if (N = ye, N.results.forEach((S) => {
88707
- var de, ve, Pe;
88711
+ var oe, ve, Pe;
88708
88712
  if (S.valueOwner.type !== f.ReturnDeclaration)
88709
88713
  return;
88710
88714
  const ie = i.body.inputs.find(
88711
88715
  (De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
88712
88716
  S.valueOwner
88713
88717
  )
88714
- ), H = [...(de = I[ie.id].value) == null ? void 0 : de.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88718
+ ), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88715
88719
  (Pe = I[ie.id].value) == null || Pe.metaSync(
88716
88720
  {
88717
88721
  value: H
@@ -88790,7 +88794,7 @@ const ns = class ns extends AT {
88790
88794
  type: be.ExecutionResult,
88791
88795
  inheritanceLink: null
88792
88796
  };
88793
- const de = {
88797
+ const oe = {
88794
88798
  id: O.UUID.uuid(),
88795
88799
  type: f.LiteralValue,
88796
88800
  autogeneration: null,
@@ -88806,7 +88810,7 @@ const ns = class ns extends AT {
88806
88810
  name: ue,
88807
88811
  standaloneParent: S.toReference()
88808
88812
  }, ve = St(
88809
- de,
88813
+ oe,
88810
88814
  l
88811
88815
  );
88812
88816
  return this.lastExecutionResults.writeValue(
@@ -88828,14 +88832,14 @@ const ns = class ns extends AT {
88828
88832
  t
88829
88833
  );
88830
88834
  if (N = ye, N.results.forEach((S) => {
88831
- var de, ve, Pe;
88835
+ var oe, ve, Pe;
88832
88836
  if (S.valueOwner.type !== f.ReturnDeclaration)
88833
88837
  return;
88834
88838
  const ie = i.body.inputs.find(
88835
88839
  (De) => se(De, l) === gi.fromReturnDeclarationToBodyArgumentDeclarationName(
88836
88840
  S.valueOwner
88837
88841
  )
88838
- ), H = [...(de = I[ie.id].value) == null ? void 0 : de.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88842
+ ), H = [...(oe = I[ie.id].value) == null ? void 0 : oe.value, ((ve = S.value) == null ? void 0 : ve.value) || null];
88839
88843
  (Pe = I[ie.id].value) == null || Pe.metaSync(
88840
88844
  {
88841
88845
  value: H
@@ -89053,7 +89057,7 @@ const ns = class ns extends AT {
89053
89057
  }
89054
89058
  }
89055
89059
  static async executeCondition(i, a) {
89056
- var p, t, y, v, b, w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie, ue, H, de, ve, Pe, De, Ie, Re, Be, $e, ze, st, kt, er, vr, Nr;
89060
+ var p, t, y, v, b, w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie, ue, H, oe, ve, Pe, De, Ie, Re, Be, $e, ze, st, kt, er, vr, Nr;
89057
89061
  let l = !1;
89058
89062
  switch (i.declaration.id) {
89059
89063
  case kr.Empty: {
@@ -89094,7 +89098,7 @@ const ns = class ns extends AT {
89094
89098
  z.Date,
89095
89099
  z.UUID
89096
89100
  ].includes((ie = (S = a[0]) == null ? void 0 : S.value) == null ? void 0 : ie.name)) {
89097
- l = ((H = (ue = a[0]) == null ? void 0 : ue.value) == null ? void 0 : H.value) !== ((ve = (de = a[1]) == null ? void 0 : de.value) == null ? void 0 : ve.value);
89101
+ l = ((H = (ue = a[0]) == null ? void 0 : ue.value) == null ? void 0 : H.value) !== ((ve = (oe = a[1]) == null ? void 0 : oe.value) == null ? void 0 : ve.value);
89098
89102
  break;
89099
89103
  }
89100
89104
  if (((De = (Pe = a[0]) == null ? void 0 : Pe.value) == null ? void 0 : De.name) === z.Untyped || ((Re = (Ie = a[0]) == null ? void 0 : Ie.value) == null ? void 0 : Re.name) === z.KeyValue) {
@@ -89359,11 +89363,11 @@ const ns = class ns extends AT {
89359
89363
  ie,
89360
89364
  S == null ? void 0 : S.value
89361
89365
  );
89362
- const H = [], de = (P = S == null ? void 0 : S.value) != null && P.value && ir((N = S.value) == null ? void 0 : N.value) ? ((x = S.value) == null ? void 0 : x.value) || {} : {};
89366
+ const H = [], oe = (P = S == null ? void 0 : S.value) != null && P.value && ir((N = S.value) == null ? void 0 : N.value) ? ((x = S.value) == null ? void 0 : x.value) || {} : {};
89363
89367
  return i.outputs.map((ve) => {
89364
89368
  const Pe = Wr(
89365
89369
  se(ve, this.project)
89366
- ), De = de[Pe], Ie = Xe(
89370
+ ), De = oe[Pe], Ie = Xe(
89367
89371
  ve.getDataType(null),
89368
89372
  ve,
89369
89373
  this.project
@@ -90026,15 +90030,15 @@ function ywt(d) {
90026
90030
  return "This action is a template action in a non-template entity";
90027
90031
  case ne.AbstractPropertyInNonAbstractEntity:
90028
90032
  return "This property is a template property in a non-template entity";
90029
- case oe.MethodOverwritesOtherSiblingWithSameName:
90033
+ case le.MethodOverwritesOtherSiblingWithSameName:
90030
90034
  return "An action in this entity overwrites an action in the template entity with the same name";
90031
- case oe.PropertyOverwritesOtherSiblingWithSameName:
90035
+ case le.PropertyOverwritesOtherSiblingWithSameName:
90032
90036
  return "A property in this entity overwrites a property in the template entity with the same name";
90033
90037
  case ne.MissingMethodImplementation:
90034
90038
  return "This entity is missing an action implementation from the template entity";
90035
90039
  case ne.MissingPropertyImplementation:
90036
90040
  return "This entity is missing a property implementation from the template entity";
90037
- case oe.NameNotUniqueInScope:
90041
+ case le.NameNotUniqueInScope:
90038
90042
  return "Invalid name. There is another entity with the same name in the same scope";
90039
90043
  case ne.NoProperties:
90040
90044
  return "This entity has no properties, so it doesn't do anything";
@@ -90064,15 +90068,15 @@ function ywt(d) {
90064
90068
  return "This variable has outputs while being used to execute internal logic";
90065
90069
  case ne.VariableIsCalledAndHasInternalCall:
90066
90070
  return "This variable is called while being used to execute internal logic";
90067
- case oe.InternalCallDeclarationIsNotFunctionDeclaration:
90071
+ case le.InternalCallDeclarationIsNotFunctionDeclaration:
90068
90072
  return "This internal call is not an action";
90069
- case oe.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90073
+ case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90070
90074
  return "This internal call is not found in the parent entity";
90071
- case oe.InternalCallParentDeclarationEntityInvalidType:
90075
+ case le.InternalCallParentDeclarationEntityInvalidType:
90072
90076
  return "This internal call parent entity is not a data type";
90073
- case oe.InternalCallParentMissingDataType:
90077
+ case le.InternalCallParentMissingDataType:
90074
90078
  return "This internal call parent entity has no data type";
90075
- case oe.UnreachableEntity:
90079
+ case le.UnreachableEntity:
90076
90080
  return "This entity is unreachable";
90077
90081
  case ne.DisconnectedCallableEntity:
90078
90082
  return "This entity is disconnected and won't be executed by anything after publishing";
@@ -90096,15 +90100,15 @@ function mwt(d) {
90096
90100
  return "Template action in non-template entity";
90097
90101
  case ne.AbstractPropertyInNonAbstractEntity:
90098
90102
  return "Template property in non-template entity";
90099
- case oe.MethodOverwritesOtherSiblingWithSameName:
90103
+ case le.MethodOverwritesOtherSiblingWithSameName:
90100
90104
  return "Action overwrite";
90101
- case oe.PropertyOverwritesOtherSiblingWithSameName:
90105
+ case le.PropertyOverwritesOtherSiblingWithSameName:
90102
90106
  return "Property overwrite";
90103
90107
  case ne.MissingMethodImplementation:
90104
90108
  return "Missing action";
90105
90109
  case ne.MissingPropertyImplementation:
90106
90110
  return "Missing property";
90107
- case oe.NameNotUniqueInScope:
90111
+ case le.NameNotUniqueInScope:
90108
90112
  return "Duplicate name";
90109
90113
  case ne.NoProperties:
90110
90114
  return "No properties";
@@ -90134,17 +90138,17 @@ function mwt(d) {
90134
90138
  return "Bad internal call";
90135
90139
  case ne.VariableIsCalledAndHasInternalCall:
90136
90140
  return "Bad internal call";
90137
- case oe.InternalCallDeclarationIsNotFunctionDeclaration:
90141
+ case le.InternalCallDeclarationIsNotFunctionDeclaration:
90138
90142
  return "Declaration not an action";
90139
- case oe.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90143
+ case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90140
90144
  return "Declaration not found in parent";
90141
- case oe.InternalCallParentDeclarationEntityInvalidType:
90145
+ case le.InternalCallParentDeclarationEntityInvalidType:
90142
90146
  return "Invalid parent declaration type";
90143
- case oe.InternalCallParentMissingDataType:
90147
+ case le.InternalCallParentMissingDataType:
90144
90148
  return "Parent has no data type";
90145
- case oe.InternalCallDeclarationNotInParentDatatypeEntity:
90149
+ case le.InternalCallDeclarationNotInParentDatatypeEntity:
90146
90150
  return "Declaration not in parent";
90147
- case oe.UnreachableEntity:
90151
+ case le.UnreachableEntity:
90148
90152
  return "Unreachable entity";
90149
90153
  case ne.DisconnectedCallableEntity:
90150
90154
  return "Disconnected entity";
@@ -90189,12 +90193,12 @@ function vwt(d) {
90189
90193
  d.entity,
90190
90194
  d.entity.project
90191
90195
  )} can't be a template`;
90192
- case oe.MethodOverwritesOtherSiblingWithSameName:
90196
+ case le.MethodOverwritesOtherSiblingWithSameName:
90193
90197
  return `${se(
90194
90198
  d.entity,
90195
90199
  d.entity.project
90196
90200
  )} overwrites action`;
90197
- case oe.PropertyOverwritesOtherSiblingWithSameName:
90201
+ case le.PropertyOverwritesOtherSiblingWithSameName:
90198
90202
  return `${se(
90199
90203
  d.entity,
90200
90204
  d.entity.project
@@ -90209,7 +90213,7 @@ function vwt(d) {
90209
90213
  d.entity,
90210
90214
  d.entity.project
90211
90215
  )} is missing property`;
90212
- case oe.NameNotUniqueInScope:
90216
+ case le.NameNotUniqueInScope:
90213
90217
  return `${se(
90214
90218
  d.entity,
90215
90219
  d.entity.project
@@ -90284,32 +90288,32 @@ function vwt(d) {
90284
90288
  d.entity,
90285
90289
  d.entity.project
90286
90290
  )} has bad internal call`;
90287
- case oe.InternalCallDeclarationIsNotFunctionDeclaration:
90291
+ case le.InternalCallDeclarationIsNotFunctionDeclaration:
90288
90292
  return `${se(
90289
90293
  d.entity,
90290
90294
  d.entity.project
90291
90295
  )} has declaration that is not an action`;
90292
- case oe.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90296
+ case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90293
90297
  return `${se(
90294
90298
  d.entity,
90295
90299
  d.entity.project
90296
90300
  )} has declaration that is not found in parent`;
90297
- case oe.InternalCallParentDeclarationEntityInvalidType:
90301
+ case le.InternalCallParentDeclarationEntityInvalidType:
90298
90302
  return `${se(
90299
90303
  d.entity,
90300
90304
  d.entity.project
90301
90305
  )} has invalid parent declaration type`;
90302
- case oe.InternalCallParentMissingDataType:
90306
+ case le.InternalCallParentMissingDataType:
90303
90307
  return `${se(
90304
90308
  d.entity,
90305
90309
  d.entity.project
90306
90310
  )}'s parent has no data type`;
90307
- case oe.InternalCallDeclarationNotInParentDatatypeEntity:
90311
+ case le.InternalCallDeclarationNotInParentDatatypeEntity:
90308
90312
  return `${se(
90309
90313
  d.entity,
90310
90314
  d.entity.project
90311
90315
  )} has declaration that is not in parent`;
90312
- case oe.UnreachableEntity:
90316
+ case le.UnreachableEntity:
90313
90317
  return `${se(
90314
90318
  d.entity,
90315
90319
  d.entity.project
@@ -90364,12 +90368,12 @@ function Ewt(d) {
90364
90368
  d.entity,
90365
90369
  d.entity.project
90366
90370
  )} is a template property in a non-template entity`;
90367
- case oe.MethodOverwritesOtherSiblingWithSameName:
90371
+ case le.MethodOverwritesOtherSiblingWithSameName:
90368
90372
  return `${se(
90369
90373
  d.entity,
90370
90374
  d.entity.project
90371
90375
  )} overwrites an action in the template entity`;
90372
- case oe.PropertyOverwritesOtherSiblingWithSameName:
90376
+ case le.PropertyOverwritesOtherSiblingWithSameName:
90373
90377
  return `${se(
90374
90378
  d.entity,
90375
90379
  d.entity.project
@@ -90384,7 +90388,7 @@ function Ewt(d) {
90384
90388
  d.entity,
90385
90389
  d.entity.project
90386
90390
  )} is missing a property implementation from the template entity`;
90387
- case oe.NameNotUniqueInScope:
90391
+ case le.NameNotUniqueInScope:
90388
90392
  return `${se(
90389
90393
  d.entity,
90390
90394
  d.entity.project
@@ -90459,12 +90463,12 @@ function Ewt(d) {
90459
90463
  d.entity,
90460
90464
  d.entity.project
90461
90465
  )} is called while being used to execute internal logic`;
90462
- case oe.InternalCallDeclarationIsNotFunctionDeclaration:
90466
+ case le.InternalCallDeclarationIsNotFunctionDeclaration:
90463
90467
  return `${se(
90464
90468
  d.entity,
90465
90469
  d.entity.project
90466
90470
  )} has a declaration that is not an action`;
90467
- case oe.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90471
+ case le.InternalCallDeclarationNotFoundInParentDatatypeEntity:
90468
90472
  return `${se(
90469
90473
  d.entity,
90470
90474
  d.entity.project
@@ -90472,17 +90476,17 @@ function Ewt(d) {
90472
90476
  (i = d.entity.parent.getDataType(null)) == null ? void 0 : i.entity,
90473
90477
  d.entity.project
90474
90478
  ) : "the variable's data-type entity"}`;
90475
- case oe.InternalCallParentDeclarationEntityInvalidType:
90479
+ case le.InternalCallParentDeclarationEntityInvalidType:
90476
90480
  return `${se(
90477
90481
  d.entity,
90478
90482
  d.entity.project
90479
90483
  )} is part of a variable whos data-type entity can't have actions`;
90480
- case oe.InternalCallParentMissingDataType:
90484
+ case le.InternalCallParentMissingDataType:
90481
90485
  return `${se(
90482
90486
  d.entity,
90483
90487
  d.entity.project
90484
90488
  )} is part of a variable with no data-type entity`;
90485
- case oe.InternalCallDeclarationNotInParentDatatypeEntity:
90489
+ case le.InternalCallDeclarationNotInParentDatatypeEntity:
90486
90490
  return `${se(
90487
90491
  d.entity,
90488
90492
  d.entity.project
@@ -90490,7 +90494,7 @@ function Ewt(d) {
90490
90494
  (l = d.entity.parent.getDataType(null)) == null ? void 0 : l.entity,
90491
90495
  d.entity.project
90492
90496
  ) : "the variable's data-type entity"}`;
90493
- case oe.UnreachableEntity:
90497
+ case le.UnreachableEntity:
90494
90498
  return `${se(
90495
90499
  d.entity,
90496
90500
  d.entity.project
@@ -92270,10 +92274,10 @@ function mA(d) {
92270
92274
  function VL(d, u) {
92271
92275
  return u.success ? [] : u.error.issues.map(
92272
92276
  (i) => new X({
92273
- id: `${d.id}--${oe.InvalidObjectStructure}`,
92277
+ id: `${d.id}--${le.InvalidObjectStructure}`,
92274
92278
  message: `Entity of type "${d.type}" and with id "${d.id}", has an invalid structure: ${qyt(i).toString().replace("Validation error: ", "")}`,
92275
92279
  severity: Z.Error,
92276
- code: oe.InvalidObjectStructure,
92280
+ code: le.InvalidObjectStructure,
92277
92281
  issue: i
92278
92282
  })
92279
92283
  );
@@ -92348,14 +92352,14 @@ function NL(d, u, i) {
92348
92352
  if (!l)
92349
92353
  return a.push(
92350
92354
  new X({
92351
- id: `${d.id}--${u.key}--${oe.InvalidObjectStructure}`,
92355
+ id: `${d.id}--${u.key}--${le.InvalidObjectStructure}`,
92352
92356
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a reference to a "${u.key}" entity. The '${u.key}' property of a "${d.type}" entity can be ${qe(
92353
92357
  u.types,
92354
92358
  ", ",
92355
92359
  " or "
92356
92360
  )}.`,
92357
92361
  severity: Z.Error,
92358
- code: oe.InvalidObjectStructure,
92362
+ code: le.InvalidObjectStructure,
92359
92363
  issue: null
92360
92364
  })
92361
92365
  ), { entityState: null, errors: a };
@@ -92436,18 +92440,18 @@ function rT(d, u, i) {
92436
92440
  ), { entityState: null, errors: a });
92437
92441
  }), errors: [] } : (a.push(
92438
92442
  new X({
92439
- id: `${d.id}--${u}--${oe.InvalidObjectStructure}`,
92443
+ id: `${d.id}--${u}--${le.InvalidObjectStructure}`,
92440
92444
  message: `Entity of type "${d.type}" with id "${d.id}" has an invalid structure for the "${u}" property. It should be an array of references.`,
92441
92445
  severity: Z.Error,
92442
- code: oe.InvalidObjectStructure,
92446
+ code: le.InvalidObjectStructure,
92443
92447
  issue: null
92444
92448
  })
92445
92449
  ), { entities: [], errors: a }) : (a.push(
92446
92450
  new X({
92447
- id: `${d.id}--${u}--${oe.InvalidObjectStructure}`,
92451
+ id: `${d.id}--${u}--${le.InvalidObjectStructure}`,
92448
92452
  message: `Entity of type "${d.type}" with id "${d.id}" is missing a list of references to "${u}" entities.`,
92449
92453
  severity: Z.Error,
92450
- code: oe.InvalidObjectStructure,
92454
+ code: le.InvalidObjectStructure,
92451
92455
  issue: null
92452
92456
  })
92453
92457
  ), { entities: [], errors: a });
@@ -92929,8 +92933,8 @@ function UTt(d, u) {
92929
92933
  (k) => lr.includes(k.type)
92930
92934
  ) && i.push(
92931
92935
  new X({
92932
- id: `${a.id}--${I.id}--${oe.UnreachableEntity}`,
92933
- code: oe.UnreachableEntity,
92936
+ id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
92937
+ code: le.UnreachableEntity,
92934
92938
  severity: Z.Error,
92935
92939
  message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
92936
92940
  The new termination statement is redundant because both entities would be called from the same parent caller branch "successCalls", at the same time.`,
@@ -92942,8 +92946,8 @@ The new termination statement is redundant because both entities would be called
92942
92946
  (k) => lr.includes(k.type)
92943
92947
  ) && i.push(
92944
92948
  new X({
92945
- id: `${a.id}--${I.id}--${oe.UnreachableEntity}`,
92946
- code: oe.UnreachableEntity,
92949
+ id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
92950
+ code: le.UnreachableEntity,
92947
92951
  severity: Z.Error,
92948
92952
  message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
92949
92953
  The new termination statement is redundant because both entities would be called from the same parent caller branch "errorCalls", at the same time.`,
@@ -92955,8 +92959,8 @@ The new termination statement is redundant because both entities would be called
92955
92959
  (k) => lr.includes(k.type)
92956
92960
  ) && i.push(
92957
92961
  new X({
92958
- id: `${a.id}--${I.id}--${oe.UnreachableEntity}`,
92959
- code: oe.UnreachableEntity,
92962
+ id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
92963
+ code: le.UnreachableEntity,
92960
92964
  severity: Z.Error,
92961
92965
  message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
92962
92966
  The new termination statement is redundant because both entities would be called from the same parent caller branch (entry-point), at the same time.`,
@@ -92992,8 +92996,8 @@ The new termination statement is redundant because both entities would be called
92992
92996
  (k) => lr.includes(k.type)
92993
92997
  ) && i.push(
92994
92998
  new X({
92995
- id: `${a.id}--${I.id}--${oe.UnreachableEntity}`,
92996
- code: oe.UnreachableEntity,
92999
+ id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
93000
+ code: le.UnreachableEntity,
92997
93001
  severity: Z.Error,
92998
93002
  message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
92999
93003
  The new termination statement is redundant because both entities would be called from the same parent caller branch "successCalls", at the same time.`,
@@ -93005,8 +93009,8 @@ The new termination statement is redundant because both entities would be called
93005
93009
  (k) => lr.includes(k.type)
93006
93010
  ) && i.push(
93007
93011
  new X({
93008
- id: `${a.id}--${I.id}--${oe.UnreachableEntity}`,
93009
- code: oe.UnreachableEntity,
93012
+ id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
93013
+ code: le.UnreachableEntity,
93010
93014
  severity: Z.Error,
93011
93015
  message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
93012
93016
  The new termination statement is redundant because both entities would be called from the same parent caller branch "errorCalls", at the same time.`,
@@ -93018,8 +93022,8 @@ The new termination statement is redundant because both entities would be called
93018
93022
  (k) => lr.includes(k.type)
93019
93023
  ) && i.push(
93020
93024
  new X({
93021
- id: `${a.id}--${I.id}--${oe.UnreachableEntity}`,
93022
- code: oe.UnreachableEntity,
93025
+ id: `${a.id}--${I.id}--${le.UnreachableEntity}`,
93026
+ code: le.UnreachableEntity,
93023
93027
  severity: Z.Error,
93024
93028
  message: `Entity of type "${a.type}" with id "${a.id}" is being called by an entity of type "${I.type}" with id "${I.id}" that already calls a termination statement.
93025
93029
  The new termination statement is redundant because both entities would be called from the same parent caller branch (entry-point), at the same time.`,
@@ -93068,8 +93072,8 @@ Break statements need to have a caller when created, since they are used to exit
93068
93072
  ${NTt}`, lr.includes(a.type) || (p += `
93069
93073
  It is recommended to have a caller reference already at the moment of creation in the payload of the generation action.`), i.push(
93070
93074
  new X({
93071
- id: `${a.id}--${oe.MissingCaller}`,
93072
- code: oe.MissingCaller,
93075
+ id: `${a.id}--${le.MissingCaller}`,
93076
+ code: le.MissingCaller,
93073
93077
  // If it is a termination statement, make it an error, otherwise a warning
93074
93078
  severity: lr.includes(a.type) ? Z.Error : Z.Warning,
93075
93079
  message: p,
@@ -93312,8 +93316,8 @@ ${E$}`,
93312
93316
  if (!P) {
93313
93317
  I || l.push(
93314
93318
  new X({
93315
- id: `${t.id}--${v}--${oe.InvalidObjectStructure}`,
93316
- code: oe.InvalidObjectStructure,
93319
+ id: `${t.id}--${v}--${le.InvalidObjectStructure}`,
93320
+ code: le.InvalidObjectStructure,
93317
93321
  severity: Z.Error,
93318
93322
  message: `Entity of type "${t.type}" with id "${t.id}" is missing a reference to a "${v}" entity. The '${v}' property of a "${t.type}" entity can be ${qe(w, ", ", " or ")}`,
93319
93323
  issue: null
@@ -93939,8 +93943,8 @@ function Tm(d, u) {
93939
93943
  );
93940
93944
  y.compatible || i.push(
93941
93945
  new X({
93942
- id: `${u.id}--${oe.ReaderWriterIncompatibleDataType}`,
93943
- code: oe.ReaderWriterIncompatibleDataType,
93946
+ id: `${u.id}--${le.ReaderWriterIncompatibleDataType}`,
93947
+ code: le.ReaderWriterIncompatibleDataType,
93944
93948
  severity: Z.Error,
93945
93949
  message: KTt(
93946
93950
  u,
@@ -93995,8 +93999,8 @@ This '${d.type}' is blocked `;
93995
93999
  )}" with id "${y.id}" that calls a '${v.type}' entity with id "${v.id}"`, t < i.blocks.length - 1 ? l += ", " : l += ".";
93996
94000
  }), u.push(
93997
94001
  new Ht({
93998
- id: `${d.id}--${oe.UnreachableEntity}`,
93999
- code: oe.UnreachableEntity,
94002
+ id: `${d.id}--${le.UnreachableEntity}`,
94003
+ code: le.UnreachableEntity,
94000
94004
  severity: Z.Warning,
94001
94005
  message: `${a}${l}`,
94002
94006
  issue: null,
@@ -96248,7 +96252,7 @@ function GL(d, u, i, a, l) {
96248
96252
  const re = [];
96249
96253
  let ye = !1;
96250
96254
  ee.forEach((ie) => {
96251
- var ue, H, de, ve;
96255
+ var ue, H, oe, ve;
96252
96256
  if (Array.isArray(ie) && (ye = !0), typeof ie == "object" && !Array.isArray(ie) && ie !== null) {
96253
96257
  const Pe = oT(
96254
96258
  ie,
@@ -96260,7 +96264,7 @@ function GL(d, u, i, a, l) {
96260
96264
  a,
96261
96265
  l
96262
96266
  );
96263
- Pe.hasCreated && re.push((ue = Pe.changeSet) == null ? void 0 : ue.self), p.push(...(H = Pe.changeSet) == null ? void 0 : H.updated), t.push(...(de = Pe.changeSet) == null ? void 0 : de.added), y.push(...(ve = Pe.changeSet) == null ? void 0 : ve.removed);
96267
+ Pe.hasCreated && re.push((ue = Pe.changeSet) == null ? void 0 : ue.self), p.push(...(H = Pe.changeSet) == null ? void 0 : H.updated), t.push(...(oe = Pe.changeSet) == null ? void 0 : oe.added), y.push(...(ve = Pe.changeSet) == null ? void 0 : ve.removed);
96264
96268
  }
96265
96269
  });
96266
96270
  const S = R(
@@ -96380,7 +96384,7 @@ function GL(d, u, i, a, l) {
96380
96384
  H,
96381
96385
  F.Added
96382
96386
  ), H.addSelfToProject(a);
96383
- const de = GL(
96387
+ const oe = GL(
96384
96388
  ie,
96385
96389
  H,
96386
96390
  {
@@ -96390,7 +96394,7 @@ function GL(d, u, i, a, l) {
96390
96394
  a,
96391
96395
  l
96392
96396
  );
96393
- p.push(...de.updated), t.push(...de.added), y.push(...de.removed);
96397
+ p.push(...oe.updated), t.push(...oe.added), y.push(...oe.removed);
96394
96398
  }
96395
96399
  });
96396
96400
  }
@@ -99053,11 +99057,11 @@ function Xbt(d, u) {
99053
99057
  I && v.push([I, w]);
99054
99058
  }), v.length && v.forEach(([w]) => {
99055
99059
  const I = Bt({
99056
- id: d.id + "--" + oe.PropertyOverwritesOtherSiblingWithSameName + "--" + w.id,
99060
+ id: d.id + "--" + le.PropertyOverwritesOtherSiblingWithSameName + "--" + w.id,
99057
99061
  message: `Property "${w.name}" with id "${w.id}" of entity "${d.name}" with id "${d.id}" overwrites the property with the same name from the base entity "${u.name}" with id "${u.id}"`,
99058
99062
  issue: null,
99059
99063
  severity: Z.Error,
99060
- code: oe.PropertyOverwritesOtherSiblingWithSameName,
99064
+ code: le.PropertyOverwritesOtherSiblingWithSameName,
99061
99065
  entity: d
99062
99066
  });
99063
99067
  i.push(I.error);
@@ -99070,11 +99074,11 @@ function Xbt(d, u) {
99070
99074
  I && b.push([I, w]);
99071
99075
  }), b.length && b.forEach(([w]) => {
99072
99076
  const I = Bt({
99073
- id: d.id + "--" + oe.MethodOverwritesOtherSiblingWithSameName + "--" + w.id,
99077
+ id: d.id + "--" + le.MethodOverwritesOtherSiblingWithSameName + "--" + w.id,
99074
99078
  message: `Method "${w.name}" with id "${w.id}" of entity "${d.name}" with id "${d.id}" overwrites the method with the same name from the base entity "${u.name}" with id "${u.id}"`,
99075
99079
  issue: null,
99076
99080
  severity: Z.Error,
99077
- code: oe.MethodOverwritesOtherSiblingWithSameName,
99081
+ code: le.MethodOverwritesOtherSiblingWithSameName,
99078
99082
  entity: d
99079
99083
  });
99080
99084
  i.push(I.error);
@@ -99118,11 +99122,11 @@ function Qbt(d, u) {
99118
99122
  ((y = p.implements) == null ? void 0 : y.id) !== (t == null ? void 0 : t.id) && t && a.push(p);
99119
99123
  }), a.length && a.forEach((p) => {
99120
99124
  const t = Bt({
99121
- id: d.id + "--" + oe.PropertyOverwritesOtherSiblingWithSameName,
99125
+ id: d.id + "--" + le.PropertyOverwritesOtherSiblingWithSameName,
99122
99126
  message: `Property "${p.name}" with id "${p.id}" of entity "${d.name}" with id "${d.id}" overwrites the property with the same name from the extended entity "${u.name}" with id "${u.id}"`,
99123
99127
  issue: null,
99124
99128
  severity: Z.Error,
99125
- code: oe.PropertyOverwritesOtherSiblingWithSameName,
99129
+ code: le.PropertyOverwritesOtherSiblingWithSameName,
99126
99130
  entity: d
99127
99131
  });
99128
99132
  i.push(t.error);
@@ -99140,11 +99144,11 @@ function Qbt(d, u) {
99140
99144
  ((y = p.implements) == null ? void 0 : y.id) !== (t == null ? void 0 : t.id) && t && l.push(p);
99141
99145
  }), l.length && l.forEach((p) => {
99142
99146
  const t = Bt({
99143
- id: d.id + "--" + oe.MethodOverwritesOtherSiblingWithSameName,
99147
+ id: d.id + "--" + le.MethodOverwritesOtherSiblingWithSameName,
99144
99148
  message: `Method "${p.name}" with id "${p.id}" of entity "${d.name}" with id "${d.id}" overwrites the method with the same name from the extended entity "${u.name}" with id "${u.id}"`,
99145
99149
  issue: null,
99146
99150
  severity: Z.Error,
99147
- code: oe.MethodOverwritesOtherSiblingWithSameName,
99151
+ code: le.MethodOverwritesOtherSiblingWithSameName,
99148
99152
  entity: d
99149
99153
  });
99150
99154
  i.push(t.error);
@@ -99343,15 +99347,15 @@ function rIt(d, u) {
99343
99347
  const v = _a(
99344
99348
  u.ownDeclaredProperties,
99345
99349
  t.ownDeclaredProperties,
99346
- oe.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation,
99347
- oe.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName
99350
+ le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation,
99351
+ le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName
99348
99352
  );
99349
99353
  i.push(...v.errors);
99350
99354
  const b = _a(
99351
99355
  u.abstractMethods,
99352
99356
  [...t.abstractMethods, ...t.methods],
99353
- oe.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation,
99354
- oe.MethodOverwritesOtherImplementedEntitysMethodWithSameName
99357
+ le.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation,
99358
+ le.MethodOverwritesOtherImplementedEntitysMethodWithSameName
99355
99359
  );
99356
99360
  i.push(...b.errors);
99357
99361
  }
@@ -99505,15 +99509,15 @@ function iIt(d, u, i = !1) {
99505
99509
  const K = _a(
99506
99510
  u.ownDeclaredProperties,
99507
99511
  N,
99508
- oe.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation,
99509
- oe.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName
99512
+ le.PropertyOverwritesOtherExtendedEntitysPropertyWithSameImplementation,
99513
+ le.PropertyOverwritesOtherExtendedEntitysPropertyWithSameName
99510
99514
  );
99511
99515
  a.push(...K.errors);
99512
99516
  const k = _a(
99513
99517
  u.abstractMethods,
99514
99518
  x,
99515
- oe.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation,
99516
- oe.MethodOverwritesOtherExtendedEntitysMethodWithSameName
99519
+ le.MethodOverwritesOtherExtendedEntitysMethodWithSameImplementation,
99520
+ le.MethodOverwritesOtherExtendedEntitysMethodWithSameName
99517
99521
  );
99518
99522
  a.push(...k.errors);
99519
99523
  }
@@ -99561,15 +99565,15 @@ function iIt(d, u, i = !1) {
99561
99565
  const P = _a(
99562
99566
  u.ownDeclaredProperties,
99563
99567
  w.ownDeclaredProperties,
99564
- oe.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation,
99565
- oe.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName
99568
+ le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameImplementation,
99569
+ le.PropertyOverwritesOtherImplementedEntitysPropertyWithSameName
99566
99570
  );
99567
99571
  a.push(...P.errors);
99568
99572
  const N = _a(
99569
99573
  u.abstractMethods,
99570
99574
  [...w.abstractMethods, ...w.methods],
99571
- oe.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation,
99572
- oe.MethodOverwritesOtherImplementedEntitysMethodWithSameName
99575
+ le.MethodOverwritesOtherImplementedEntitysMethodWithSameImplementation,
99576
+ le.MethodOverwritesOtherImplementedEntitysMethodWithSameName
99573
99577
  );
99574
99578
  a.push(...N.errors);
99575
99579
  }
@@ -99577,15 +99581,15 @@ function iIt(d, u, i = !1) {
99577
99581
  const y = _a(
99578
99582
  d.ownDeclaredProperties,
99579
99583
  u.ownDeclaredProperties,
99580
- oe.PropertyOverwritesOtherSiblingWithSameImplementation,
99581
- oe.PropertyOverwritesOtherSiblingWithSameName
99584
+ le.PropertyOverwritesOtherSiblingWithSameImplementation,
99585
+ le.PropertyOverwritesOtherSiblingWithSameName
99582
99586
  );
99583
99587
  a.push(...y.errors);
99584
99588
  const v = _a(
99585
99589
  u.methods,
99586
99590
  u.abstractMethods,
99587
- oe.MethodOverwritesOtherSiblingWithSameImplementation,
99588
- oe.MethodOverwritesOtherSiblingWithSameName
99591
+ le.MethodOverwritesOtherSiblingWithSameImplementation,
99592
+ le.MethodOverwritesOtherSiblingWithSameName
99589
99593
  );
99590
99594
  return a.push(...v.errors), R(
99591
99595
  d.extends.flatMap((w) => Ci(w))
@@ -99789,8 +99793,8 @@ function lIt(d, u) {
99789
99793
  );
99790
99794
  }) : i.push(
99791
99795
  new X({
99792
- id: `${d.id}--${oe.InvalidObjectStructure}`,
99793
- code: oe.InvalidObjectStructure,
99796
+ id: `${d.id}--${le.InvalidObjectStructure}`,
99797
+ code: le.InvalidObjectStructure,
99794
99798
  severity: Z.Error,
99795
99799
  message: `Entity of type "${d.type}" with id "${d.id}", has an 'implements' property that isn't an array.`,
99796
99800
  issue: null
@@ -100416,10 +100420,10 @@ Alternatively you can update the parent data-type entity with 'update' action to
100416
100420
  a.push(...ye), l.push(...S), p.push(...ie), t.push(...ue);
100417
100421
  const {
100418
100422
  updated: H,
100419
- added: de,
100423
+ added: oe,
100420
100424
  removed: ve
100421
100425
  } = this.removeUnrecognizedMethods(i);
100422
- return a.push(...H), l.push(...de), p.push(...ve), this.addSuggestions(), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
100426
+ return a.push(...H), l.push(...oe), p.push(...ve), this.addSuggestions(), this.captureVersion(), i == null || i.attemptAutoclose("after-all-children-initialized", this.id), {
100423
100427
  updated: R(a),
100424
100428
  added: R(l),
100425
100429
  removed: R(p),
@@ -101583,7 +101587,8 @@ Alternatively you can update the parent data-type entity with 'update' action to
101583
101587
  getActiveRawDefaultValue() {
101584
101588
  const i = {};
101585
101589
  return this.properties.forEach((a) => {
101586
- const l = Wr(a.name), p = this.project.requestActiveValue(a);
101590
+ var t;
101591
+ const l = Wr(a.name), p = (t = this.project.requestActiveDynamicValue(a)) == null ? void 0 : t.value;
101587
101592
  i[l] = (p == null ? void 0 : p.value) || null;
101588
101593
  }), i;
101589
101594
  }
@@ -102581,7 +102586,6 @@ const Je = class Je extends mr {
102581
102586
  D(this, "onCloseChangeSetCallback", null);
102582
102587
  D(this, "onAddChangeSetCallback", null);
102583
102588
  D(this, "onDiscardChangeSetCallback", null);
102584
- D(this, "onRequestActiveValueCallback", null);
102585
102589
  D(this, "onRequestActiveDynamicValueCallback", null);
102586
102590
  if (this.initialData = i, this.id = i.id, this.name = i.name, this.description = i.description, this.x = 0, this.y = 0, this.instances[this.id] = this, !Je.UUID)
102587
102591
  throw new Error(
@@ -102648,9 +102652,6 @@ const Je = class Je extends mr {
102648
102652
  );
102649
102653
  i && await this.closeChangeSet(i);
102650
102654
  }
102651
- onRequestActiveValue(i) {
102652
- this.onRequestActiveValueCallback = i;
102653
- }
102654
102655
  onRequestActiveDynamicValue(i) {
102655
102656
  this.onRequestActiveDynamicValueCallback = i;
102656
102657
  }
@@ -104134,14 +104135,19 @@ const Je = class Je extends mr {
104134
104135
  (i) => i.name === Ce.PERSISTED_ENTITY
104135
104136
  ) || null;
104136
104137
  }
104137
- requestActiveValue(i) {
104138
- var l;
104139
- const a = (l = this.onRequestActiveValueCallback) == null ? void 0 : l.call(this, i);
104140
- return a ? a || null : i.getDefaultValue();
104141
- }
104142
104138
  requestActiveDynamicValue(i) {
104143
104139
  var l;
104144
- return ((l = this.onRequestActiveDynamicValueCallback) == null ? void 0 : l.call(this, i)) || null;
104140
+ const a = (l = this.onRequestActiveDynamicValueCallback) == null ? void 0 : l.call(this, i);
104141
+ if (!a) {
104142
+ const p = i.getDefaultValue();
104143
+ return p ? {
104144
+ value: p,
104145
+ type: be.DefaultValue,
104146
+ inheritanceLink: null,
104147
+ valueOwner: i
104148
+ } : null;
104149
+ }
104150
+ return a || null;
104145
104151
  }
104146
104152
  /*
104147
104153
  We must take the 'logic' tree state to how it was before the last change-set
@@ -104530,7 +104536,8 @@ class EIt extends ot {
104530
104536
  "get-entity-to-match-validate-data"
104531
104537
  )
104532
104538
  )) {
104533
- const l = this.project.requestActiveValue(i), p = l == null ? void 0 : l.valueAsTypeSingle;
104539
+ var t;
104540
+ const l = ((t = this.project.requestActiveDynamicValue(i)) == null ? void 0 : t.value) || null, p = l == null ? void 0 : l.valueAsTypeSingle;
104534
104541
  return a == null || a.attemptAutoclose("get-entity-to-match-validate-data", this.id), p;
104535
104542
  }
104536
104543
  syncOperationInstance(i, a = this.project.addChangeSet(
@@ -104602,7 +104609,7 @@ class EIt extends ot {
104602
104609
  "sync-entity-to-match-input-map-data-type"
104603
104610
  )
104604
104611
  )) {
104605
- var w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie;
104612
+ var w, I, P, N, x, K, k, W, te, ee, ce, re, ye, S, ie, ue;
104606
104613
  const l = [], p = [], t = [], y = [];
104607
104614
  if (((w = i.declaration) == null ? void 0 : w.id) !== me.operation[dr.Validate].inputs.entityToMatch.id)
104608
104615
  return a == null || a.attemptAutoclose(
@@ -104615,9 +104622,9 @@ class EIt extends ot {
104615
104622
  affected: [],
104616
104623
  self: null
104617
104624
  };
104618
- const v = this.project.requestActiveValue(i), b = v == null ? void 0 : v.valueAsTypeSingle;
104625
+ const v = ((I = this.project.requestActiveDynamicValue(i)) == null ? void 0 : I.value) || null, b = v == null ? void 0 : v.valueAsTypeSingle;
104619
104626
  if (!i.dataType) {
104620
- const ue = {
104627
+ const H = {
104621
104628
  id: O.UUID.uuid(),
104622
104629
  version: O.UUID.uuid(),
104623
104630
  createdAt: (a == null ? void 0 : a.timestamp) || (/* @__PURE__ */ new Date()).toISOString(),
@@ -104626,12 +104633,12 @@ class EIt extends ot {
104626
104633
  deleted: !1,
104627
104634
  type: f.DataType,
104628
104635
  parentRelationType: null,
104629
- options: ((I = i.declaration.dataType) == null ? void 0 : I.options) || null,
104630
- implementationChooseOne: ((P = i.declaration.dataType) == null ? void 0 : P.implementationChooseOne) || !1,
104631
- staticEntities: ((N = i.declaration.dataType) == null ? void 0 : N.staticEntities) ?? null,
104632
- interactiveEntities: ((x = i.declaration.dataType) == null ? void 0 : x.interactiveEntities) ?? null,
104633
- actionEntities: ((K = i.declaration.dataType) == null ? void 0 : K.actionEntities) ?? null,
104634
- isList: ((k = i.declaration.dataType) == null ? void 0 : k.isList) || !1,
104636
+ options: ((P = i.declaration.dataType) == null ? void 0 : P.options) || null,
104637
+ implementationChooseOne: ((N = i.declaration.dataType) == null ? void 0 : N.implementationChooseOne) || !1,
104638
+ staticEntities: ((x = i.declaration.dataType) == null ? void 0 : x.staticEntities) ?? null,
104639
+ interactiveEntities: ((K = i.declaration.dataType) == null ? void 0 : K.interactiveEntities) ?? null,
104640
+ actionEntities: ((k = i.declaration.dataType) == null ? void 0 : k.actionEntities) ?? null,
104641
+ isList: ((W = i.declaration.dataType) == null ? void 0 : W.isList) || !1,
104635
104642
  andChildrenGroup: null,
104636
104643
  orChildrenGroup: null,
104637
104644
  asType: !0,
@@ -104639,26 +104646,26 @@ class EIt extends ot {
104639
104646
  like: !0,
104640
104647
  inferred: !0,
104641
104648
  parent: i.toReference()
104642
- }, H = Q(
104643
- ue,
104649
+ }, oe = Q(
104650
+ H,
104644
104651
  i.project
104645
104652
  );
104646
- H.hydrateAncestors(), H.setParent(i, a), H.initChildren(a), H.setEntity(b, a), a == null || a.add(H, F.Added), l.push(H), i.setDataType(H, a);
104653
+ oe.hydrateAncestors(), oe.setParent(i, a), oe.initChildren(a), oe.setEntity(b, a), a == null || a.add(oe, F.Added), l.push(oe), i.setDataType(oe, a);
104647
104654
  }
104648
- return (S = i.dataType) == null || S.metaSync(
104655
+ return (ie = i.dataType) == null || ie.metaSync(
104649
104656
  {
104650
104657
  inferred: !0,
104651
104658
  like: !1,
104652
104659
  asType: !0,
104653
- options: ((W = i.declaration.dataType) == null ? void 0 : W.options) || null,
104654
- implementationChooseOne: ((te = i.declaration.dataType) == null ? void 0 : te.implementationChooseOne) || !1,
104655
- staticEntities: ((ee = i.declaration.dataType) == null ? void 0 : ee.staticEntities) ?? null,
104656
- interactiveEntities: ((ce = i.declaration.dataType) == null ? void 0 : ce.interactiveEntities) ?? null,
104657
- actionEntities: ((re = i.declaration.dataType) == null ? void 0 : re.actionEntities) ?? null,
104658
- isList: ((ye = i.declaration.dataType) == null ? void 0 : ye.isList) || !1
104660
+ options: ((te = i.declaration.dataType) == null ? void 0 : te.options) || null,
104661
+ implementationChooseOne: ((ee = i.declaration.dataType) == null ? void 0 : ee.implementationChooseOne) || !1,
104662
+ staticEntities: ((ce = i.declaration.dataType) == null ? void 0 : ce.staticEntities) ?? null,
104663
+ interactiveEntities: ((re = i.declaration.dataType) == null ? void 0 : re.interactiveEntities) ?? null,
104664
+ actionEntities: ((ye = i.declaration.dataType) == null ? void 0 : ye.actionEntities) ?? null,
104665
+ isList: ((S = i.declaration.dataType) == null ? void 0 : S.isList) || !1
104659
104666
  },
104660
104667
  a
104661
- ), (ie = i.dataType) == null || ie.setEntity(b, a), i.dataType && p.push(i.dataType), a == null || a.attemptAutoclose(
104668
+ ), (ue = i.dataType) == null || ue.setEntity(b, a), i.dataType && p.push(i.dataType), a == null || a.attemptAutoclose(
104662
104669
  "sync-entity-to-match-input-map-data-type",
104663
104670
  this.id
104664
104671
  ), {
@@ -104786,7 +104793,7 @@ class EIt extends ot {
104786
104793
  "sync-output-data-output-map-data-type"
104787
104794
  )
104788
104795
  )) {
104789
- var P, N, x;
104796
+ var P, N, x, K;
104790
104797
  const l = [], p = [], t = [], y = [];
104791
104798
  if (((P = i.declaration) == null ? void 0 : P.id) !== me.operation[dr.Validate].outputs.outputEntity.id)
104792
104799
  return a == null || a.attemptAutoclose(
@@ -104827,9 +104834,9 @@ class EIt extends ot {
104827
104834
  affected: [],
104828
104835
  self: null
104829
104836
  };
104830
- const w = this.project.requestActiveValue(v), I = (w == null ? void 0 : w.valueAsTypeSingle) || null;
104837
+ const w = ((N = this.project.requestActiveDynamicValue(v)) == null ? void 0 : N.value) || null, I = (w == null ? void 0 : w.valueAsTypeSingle) || null;
104831
104838
  if (!i.dataType) {
104832
- const K = {
104839
+ const k = {
104833
104840
  id: O.UUID.uuid(),
104834
104841
  version: O.UUID.uuid(),
104835
104842
  createdAt: (a == null ? void 0 : a.timestamp) || (/* @__PURE__ */ new Date()).toISOString(),
@@ -104851,20 +104858,20 @@ class EIt extends ot {
104851
104858
  like: !0,
104852
104859
  inferred: !0,
104853
104860
  parent: i.toReference()
104854
- }, k = Q(
104855
- K,
104861
+ }, W = Q(
104862
+ k,
104856
104863
  i.project
104857
104864
  );
104858
- k.hydrateAncestors(), k.setParent(i, a), k.initChildren(a), k.setEntity(I, a), a == null || a.add(k, F.Added), l.push(k), i.setDataType(k, a);
104865
+ W.hydrateAncestors(), W.setParent(i, a), W.initChildren(a), W.setEntity(I, a), a == null || a.add(W, F.Added), l.push(W), i.setDataType(W, a);
104859
104866
  }
104860
- return (N = i.dataType) == null || N.metaSync(
104867
+ return (x = i.dataType) == null || x.metaSync(
104861
104868
  {
104862
104869
  inferred: !0,
104863
104870
  like: !0,
104864
104871
  asType: !1
104865
104872
  },
104866
104873
  a
104867
- ), (x = i.dataType) == null || x.setEntity(I, a), i.dataType && p.push(i.dataType), a == null || a.attemptAutoclose(
104874
+ ), (K = i.dataType) == null || K.setEntity(I, a), i.dataType && p.push(i.dataType), a == null || a.attemptAutoclose(
104868
104875
  "sync-output-data-output-map-data-type",
104869
104876
  this.id
104870
104877
  ), {
@@ -105844,7 +105851,7 @@ export {
105844
105851
  yIt as SequentialExecutionOperation,
105845
105852
  GKe as SequentialExecutionOperationInputIds,
105846
105853
  FKe as SequentialExecutionOperationOutputIds,
105847
- oe as SharedEntityErrorCode,
105854
+ le as SharedEntityErrorCode,
105848
105855
  cIt as SharedStateFunctionality,
105849
105856
  CFe as SplitListOperationInputIds,
105850
105857
  $Fe as SplitListOperationOutputIds,