@elyx-code/project-logic-tree 0.0.6214 → 0.0.6215

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
@@ -30184,7 +30184,7 @@ ${Ml}`,
30184
30184
  )
30185
30185
  )) {
30186
30186
  const r = pt(this, e), s = this.toMeta();
30187
- return this.name = e.name || s.name, this.description = e.description || s.description, this.abstract = e.abstract !== void 0 ? e.abstract : s.abstract, this.private = e.private !== void 0 ? e.private : s.private, this.index = e.index || (e.index !== 0 ? s.index : 0), this.static = e.static !== void 0 ? e.static : s.static, this.hidden = e.hidden !== void 0 ? e.hidden : s.hidden, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
30187
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.abstract = e.abstract !== void 0 ? e.abstract : s.abstract, this.private = e.private !== void 0 ? e.private : s.private, this.index = e.index || (e.index !== 0 ? s.index : 0), this.static = e.static !== void 0 ? e.static : s.static, this.hidden = e.hidden !== void 0 ? e.hidden : s.hidden, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
30188
30188
  }
30189
30189
  async APILoad(e = L, ...t) {
30190
30190
  return await Ae.repository.APILoad(this.id, ...t), this;
@@ -31291,7 +31291,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
31291
31291
  )
31292
31292
  )) {
31293
31293
  const r = pt(this, e), s = this.toMeta();
31294
- return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, this.required = e.required !== void 0 ? e.required : this.required, this.isError = e.isError !== void 0 ? e.isError : this.isError, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
31294
+ return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.required = e.required !== void 0 ? e.required : this.required, this.isError = e.isError !== void 0 ? e.isError : this.isError, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
31295
31295
  }
31296
31296
  async APILoad(e = L, ...t) {
31297
31297
  return await be.repository.APILoad(this.id, ...t), this;
@@ -34377,7 +34377,7 @@ Please consider than any updates might affect the overlap with the signature of
34377
34377
  )
34378
34378
  )) {
34379
34379
  const r = pt(this, e), s = this.toMeta();
34380
- return this.name = e.name || s.name, this.description = e.description || s.description, this.private = e.private !== void 0 ? e.private : this.private, this.index = e.index || (e.index !== 0 ? s.index : 0), this.collapsed = e.collapsed !== void 0 ? e.collapsed : s.collapsed, this.x = e.x || s.x, this.y = e.y || s.y, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
34380
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.private = e.private !== void 0 ? e.private : this.private, this.index = e.index || (e.index !== 0 ? s.index : 0), this.collapsed = e.collapsed !== void 0 ? e.collapsed : s.collapsed, this.x = e.x || s.x, this.y = e.y || s.y, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
34381
34381
  }
34382
34382
  async APILoad(e = L, ...t) {
34383
34383
  return await Re.repository.APILoad(this.id, ...t), this;
@@ -38294,7 +38294,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
38294
38294
  )
38295
38295
  )) {
38296
38296
  const r = pt(this, e), s = this.toMeta();
38297
- return this.name = e.name || s.name, this.description = e.description || s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.collapsed = e.collapsed !== void 0 ? e.collapsed : s.collapsed, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
38297
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.collapsed = e.collapsed !== void 0 ? e.collapsed : s.collapsed, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
38298
38298
  }
38299
38299
  async APILoad(e = L, ...t) {
38300
38300
  return await we.repository.APILoad(this.id, ...t), this;
@@ -40186,7 +40186,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
40186
40186
  )
40187
40187
  )) {
40188
40188
  const r = pt(this, e), s = this.toMeta();
40189
- return this.name = e.name || s.name, this.description = e.description || s.description, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
40189
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
40190
40190
  }
40191
40191
  async APILoad(e = L, ...t) {
40192
40192
  return await Pe.repository.APILoad(this.id, ...t), this;
@@ -47955,7 +47955,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
47955
47955
  )
47956
47956
  )) {
47957
47957
  const r = pt(this, e), s = this.toMeta();
47958
- return this.name = e.name || s.name, this.description = e.description || s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
47958
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.constant = e.constant !== void 0 ? e.constant : s.constant, this.required = e.required !== void 0 ? e.required : s.required, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
47959
47959
  }
47960
47960
  async APILoad(e = L, ...t) {
47961
47961
  return await Ce.repository.APILoad(this.id, ...t), this;
@@ -49633,7 +49633,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
49633
49633
  )
49634
49634
  )) {
49635
49635
  const r = pt(this, e), s = this.toMeta();
49636
- return this.x = e.x || s.x, this.y = e.y || s.y, this.name = e.name || s.name, this.description = e.description || s.description, e.query !== void 0 && (this.query = e.query), super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
49636
+ return this.x = e.x || s.x, this.y = e.y || s.y, this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, e.query !== void 0 && (this.query = e.query), super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
49637
49637
  }
49638
49638
  async APILoad(e = L, ...t) {
49639
49639
  return await Je.repository.APILoad(this.id, ...t), this;
@@ -53315,7 +53315,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
53315
53315
  )
53316
53316
  )) {
53317
53317
  const r = pt(this, e), s = this.toMeta();
53318
- return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
53318
+ return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
53319
53319
  }
53320
53320
  async APILoad(e = L, ...t) {
53321
53321
  return await Me.repository.APILoad(this.id, ...t), this;
@@ -55335,7 +55335,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
55335
55335
  )
55336
55336
  )) {
55337
55337
  const r = pt(this, e), s = this.toMeta();
55338
- return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name || s.name, this.description = e.description || s.description, this.required = e.required !== void 0 ? e.required : this.required, this.constant = !0, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
55338
+ return this.index = e.index || (e.index !== 0 ? s.index : 0), this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.required = e.required !== void 0 ? e.required : this.required, this.constant = !0, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
55339
55339
  }
55340
55340
  async APILoad(e = L, ...t) {
55341
55341
  return await Ne.repository.APILoad(this.id, ...t), this;
@@ -56411,7 +56411,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
56411
56411
  )
56412
56412
  )) {
56413
56413
  const r = pt(this, e), s = this.toMeta();
56414
- return this.name = e.name || s.name, this.autogeneration = e.autogeneration || s.autogeneration, e.value !== void 0 && (this.value = e.value), super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
56414
+ return this.name = e.name !== void 0 ? e.name : s.name, this.autogeneration = e.autogeneration || s.autogeneration, e.value !== void 0 && (this.value = e.value), super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
56415
56415
  }
56416
56416
  async APILoad(e = L, ...t) {
56417
56417
  return await Ue.repository.APILoad(this.id, ...t), this;
@@ -57189,7 +57189,7 @@ ${Jr(
57189
57189
  )
57190
57190
  )) {
57191
57191
  const r = pt(this, e), s = this.toMeta();
57192
- return this.name = e.name || s.name, this.description = e.description || s.description, this.index = e.index || (e.index !== 0 ? s.index : 0), this.required = e.required !== void 0 ? e.required : this.required, this.parentRelationType = e.parentRelationType !== void 0 ? e.parentRelationType : this.parentRelationType, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
57192
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.index = e.index || (e.index !== 0 ? s.index : 0), this.required = e.required !== void 0 ? e.required : this.required, this.parentRelationType = e.parentRelationType !== void 0 ? e.parentRelationType : this.parentRelationType, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
57193
57193
  }
57194
57194
  async APILoad(e = L, ...t) {
57195
57195
  return await Le.repository.APILoad(this.id, ...t), this;
@@ -66035,7 +66035,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
66035
66035
  )
66036
66036
  )) {
66037
66037
  const r = pt(this, e), s = this.toMeta();
66038
- return this.name = e.name || s.name, this.description = e.description || s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.static = e.static !== void 0 ? e.static : this.static, this.abstract = e.abstract !== void 0 ? e.abstract : this.abstract, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
66038
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.x = e.x || s.x, this.y = e.y || s.y, this.static = e.static !== void 0 ? e.static : this.static, this.abstract = e.abstract !== void 0 ? e.abstract : this.abstract, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
66039
66039
  }
66040
66040
  async APILoad(e = L, ...t) {
66041
66041
  return await xe.repository.APILoad(this.id, ...t), this;
@@ -68193,7 +68193,7 @@ const se = class se extends nt {
68193
68193
  )
68194
68194
  )) {
68195
68195
  const r = pt(this, e), s = this.toMeta();
68196
- return this.name = e.name || s.name, this.description = e.description || s.description, this.x = e.x || s.x, this.y = e.y || s.y, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
68196
+ return this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, this.x = e.x || s.x, this.y = e.y || s.y, super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, E.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, E.Added) : r && (t == null || t.add(this, E.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
68197
68197
  }
68198
68198
  async APILoad(e = L, ...t) {
68199
68199
  return await se.repository.APILoad(this.id, ...t), this;