@elyx-code/project-logic-tree 0.0.6272 → 0.0.6274

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
@@ -30305,6 +30305,11 @@ class A {
30305
30305
  "Auto-close change-set must have an auto-close action name."
30306
30306
  );
30307
30307
  }
30308
+ // Resolves its own index in the project's history list of change-sets if it is present
30309
+ get index() {
30310
+ const a = this.project.history.indexOf(this);
30311
+ return a === -1 ? null : a;
30312
+ }
30308
30313
  get isEmpty() {
30309
30314
  return Object.keys(this.added).length === 0 && Object.keys(this.updated).length === 0 && Object.keys(this.removed).length === 0;
30310
30315
  }
@@ -31047,7 +31052,7 @@ ${jl}`,
31047
31052
  this.project
31048
31053
  );
31049
31054
  }
31050
- return this.metaSync(o.toShallowJSON(), null), this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.implements = o.implements, this.parent = o.parent, {
31055
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.implements = o.implements, this.parent = o.parent, {
31051
31056
  updated: p(t),
31052
31057
  added: p(i),
31053
31058
  removed: p(s),
@@ -32244,7 +32249,7 @@ Please consider than any updates might affect the overlap with the signature of
32244
32249
  this.project
32245
32250
  );
32246
32251
  }
32247
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.calls = o.calls, this.implements = o.implements, this.detachedChildren = o.detachedChildren, this.parent = o.parent, {
32252
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.calls = o.calls, this.implements = o.implements, this.detachedChildren = o.detachedChildren, this.parent = o.parent, {
32248
32253
  updated: p(t),
32249
32254
  added: p(i),
32250
32255
  removed: p(s),
@@ -33589,7 +33594,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
33589
33594
  this.project
33590
33595
  );
33591
33596
  }
33592
- return this.metaSync(o.toShallowJSON(), null), this.entity = o.entity, this.andChildrenGroup = o.andChildrenGroup, this.orChildrenGroup = o.orChildrenGroup, this.parent = o.parent, {
33597
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.entity = o.entity, this.andChildrenGroup = o.andChildrenGroup, this.orChildrenGroup = o.orChildrenGroup, this.parent = o.parent, {
33593
33598
  updated: p(t),
33594
33599
  added: p(i),
33595
33600
  removed: p(s),
@@ -34857,7 +34862,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
34857
34862
  this.project
34858
34863
  );
34859
34864
  }
34860
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.process = o.process, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.declaration = o.declaration, this.parent = o.parent, {
34865
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.process = o.process, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.declaration = o.declaration, this.parent = o.parent, {
34861
34866
  updated: p(t),
34862
34867
  added: p(i),
34863
34868
  removed: p(s),
@@ -36454,7 +36459,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
36454
36459
  this.project
36455
36460
  );
36456
36461
  }
36457
- return this.metaSync(o.toShallowJSON(), null), this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.readsValue = o.readsValue, this.implements = o.implements, this.parent = o.parent, {
36462
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.readsValue = o.readsValue, this.implements = o.implements, this.parent = o.parent, {
36458
36463
  updated: p(t),
36459
36464
  added: p(i),
36460
36465
  removed: p(s),
@@ -37585,7 +37590,7 @@ Specifically for continue statements the parent needs to always be the 'loop' en
37585
37590
  this.project
37586
37591
  );
37587
37592
  }
37588
- return this.metaSync(o.toShallowJSON(), null), this.outputs = o.outputs, this.throws = o.throws, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
37593
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.outputs = o.outputs, this.throws = o.throws, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
37589
37594
  updated: p(t),
37590
37595
  added: p(i),
37591
37596
  removed: p(s),
@@ -38557,7 +38562,7 @@ Specifically for return statements the parent needs to always be the 'function-d
38557
38562
  this.project
38558
38563
  );
38559
38564
  }
38560
- return this.metaSync(o.toShallowJSON(), null), this.outputs = o.outputs, this.throws = o.throws, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
38565
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.outputs = o.outputs, this.throws = o.throws, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
38561
38566
  updated: p(t),
38562
38567
  added: p(i),
38563
38568
  removed: p(s),
@@ -39660,7 +39665,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
39660
39665
  this.project
39661
39666
  );
39662
39667
  }
39663
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.calls = o.calls, this.implements = o.implements, this.detachedChildren = o.detachedChildren, this.parent = o.parent, {
39668
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.calls = o.calls, this.implements = o.implements, this.detachedChildren = o.detachedChildren, this.parent = o.parent, {
39664
39669
  updated: p(t),
39665
39670
  added: p(i),
39666
39671
  removed: p(s),
@@ -40730,7 +40735,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
40730
40735
  this.project
40731
40736
  );
40732
40737
  }
40733
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.parent = o.parent, {
40738
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.parent = o.parent, {
40734
40739
  updated: p(t),
40735
40740
  added: p(i),
40736
40741
  removed: p(s),
@@ -42255,7 +42260,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
42255
42260
  );
42256
42261
  o = new le(u, this.project);
42257
42262
  }
42258
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.declaration = o.declaration, this.outputsDeclarations = o.outputsDeclarations, this.body = o.body, this.calledByEntry = o.calledByEntry, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.process = o.process, this.parent = o.parent, {
42263
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.declaration = o.declaration, this.outputsDeclarations = o.outputsDeclarations, this.body = o.body, this.calledByEntry = o.calledByEntry, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.process = o.process, this.parent = o.parent, {
42259
42264
  updated: p(t),
42260
42265
  added: p(i),
42261
42266
  removed: p(s),
@@ -45093,7 +45098,7 @@ If an entity is called by another, they must be in the same scope, which means t
45093
45098
  this.project
45094
45099
  );
45095
45100
  }
45096
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.declaration = o.declaration, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
45101
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.declaration = o.declaration, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
45097
45102
  updated: p(t),
45098
45103
  added: p(i),
45099
45104
  removed: p(s),
@@ -46439,7 +46444,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
46439
46444
  this.project
46440
46445
  );
46441
46446
  }
46442
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.internalCalls = o.internalCalls, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.writesValues = o.writesValues, this.readsValue = o.readsValue, this.defaultValue = o.defaultValue, this.declaration = o.declaration, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
46447
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.internalCalls = o.internalCalls, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.writesValues = o.writesValues, this.readsValue = o.readsValue, this.defaultValue = o.defaultValue, this.declaration = o.declaration, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
46443
46448
  updated: p(t),
46444
46449
  added: p(i),
46445
46450
  removed: p(s),
@@ -48212,7 +48217,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
48212
48217
  this.project
48213
48218
  );
48214
48219
  }
48215
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.internalCalls = o.internalCalls, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.writesValues = o.writesValues, this.readsValue = o.readsValue, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
48220
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.internalCalls = o.internalCalls, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.writesValues = o.writesValues, this.readsValue = o.readsValue, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
48216
48221
  updated: p(t),
48217
48222
  added: p(i),
48218
48223
  removed: p(s),
@@ -50238,7 +50243,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
50238
50243
  );
50239
50244
  o = new qe(u, this.project);
50240
50245
  }
50241
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.inputsDeclarations = o.inputsDeclarations, this.outputsDeclarations = o.outputsDeclarations, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledByEntry = o.calledByEntry, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.parent = o.parent, {
50246
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.inputsDeclarations = o.inputsDeclarations, this.outputsDeclarations = o.outputsDeclarations, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledByEntry = o.calledByEntry, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.parent = o.parent, {
50242
50247
  updated: p(t),
50243
50248
  added: p(i),
50244
50249
  removed: p(s),
@@ -51600,7 +51605,7 @@ const qW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
51600
51605
  this.project
51601
51606
  );
51602
51607
  }
51603
- return this.metaSync(o.toShallowJSON(), null), this.functions = o.functions, this.events = o.events, this.parent = o.parent, {
51608
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.functions = o.functions, this.events = o.events, this.parent = o.parent, {
51604
51609
  updated: p(t),
51605
51610
  added: p(i),
51606
51611
  removed: p(s),
@@ -52669,7 +52674,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
52669
52674
  this.project
52670
52675
  );
52671
52676
  }
52672
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.process = o.process, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.declaration = o.declaration, this.parent = o.parent, {
52677
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.process = o.process, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.declaration = o.declaration, this.parent = o.parent, {
52673
52678
  updated: p(t),
52674
52679
  added: p(i),
52675
52680
  removed: p(s),
@@ -54318,7 +54323,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
54318
54323
  this.project
54319
54324
  );
54320
54325
  }
54321
- return this.metaSync(o.toShallowJSON(), null), this.declaration = o.declaration, this.defaultValue = o.defaultValue, this.readsValue = o.readsValue, this.dataType = o.dataType, this.parent = o.parent, {
54326
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.declaration = o.declaration, this.defaultValue = o.defaultValue, this.readsValue = o.readsValue, this.dataType = o.dataType, this.parent = o.parent, {
54322
54327
  updated: p(t),
54323
54328
  added: p(i),
54324
54329
  removed: p(s),
@@ -55404,7 +55409,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
55404
55409
  this.project
55405
55410
  );
55406
55411
  }
55407
- return this.metaSync(o.toShallowJSON(), null), this.declaration = o.declaration, this.defaultValue = o.defaultValue, this.writesValues = o.writesValues, this.dataType = o.dataType, this.parent = o.parent, {
55412
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.declaration = o.declaration, this.defaultValue = o.defaultValue, this.writesValues = o.writesValues, this.dataType = o.dataType, this.parent = o.parent, {
55408
55413
  updated: p(t),
55409
55414
  added: p(i),
55410
55415
  removed: p(s),
@@ -56449,7 +56454,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
56449
56454
  this.project
56450
56455
  );
56451
56456
  }
56452
- return this.metaSync(o.toShallowJSON(), null), this.implements = o.implements, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.writesValues = o.writesValues, this.parent = o.parent, {
56457
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.implements = o.implements, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.writesValues = o.writesValues, this.parent = o.parent, {
56453
56458
  updated: p(t),
56454
56459
  added: p(i),
56455
56460
  removed: p(s),
@@ -57541,7 +57546,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
57541
57546
  this.project
57542
57547
  );
57543
57548
  }
57544
- return this.metaSync(o.toShallowJSON(), null), this.valueAsTypeSingle = o.valueAsTypeSingle, this.parent = o.parent, {
57549
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.valueAsTypeSingle = o.valueAsTypeSingle, this.parent = o.parent, {
57545
57550
  updated: p(t),
57546
57551
  added: p(i),
57547
57552
  removed: p(s),
@@ -58527,7 +58532,7 @@ Specifically for break statements the parent needs to always be the 'loop' entit
58527
58532
  this.project
58528
58533
  );
58529
58534
  }
58530
- return this.metaSync(o.toShallowJSON(), null), this.outputs = o.outputs, this.throws = o.throws, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
58535
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.outputs = o.outputs, this.throws = o.throws, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
58531
58536
  updated: p(t),
58532
58537
  added: p(i),
58533
58538
  removed: p(s),
@@ -59495,7 +59500,7 @@ ${Qi(
59495
59500
  this.project
59496
59501
  );
59497
59502
  }
59498
- return this.metaSync(o.toShallowJSON(), null), this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.parent = o.parent, {
59503
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.defaultValue = o.defaultValue, this.dataType = o.dataType, this.parent = o.parent, {
59499
59504
  updated: p(t),
59500
59505
  added: p(i),
59501
59506
  removed: p(s),
@@ -62981,7 +62986,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
62981
62986
  this.project
62982
62987
  );
62983
62988
  }
62984
- return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.process = o.process, this.declaration = o.declaration, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
62989
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.process = o.process, this.declaration = o.declaration, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.calledByEntry = o.calledByEntry, this.parent = o.parent, {
62985
62990
  updated: p(t),
62986
62991
  added: p(i),
62987
62992
  removed: p(s),
@@ -68466,7 +68471,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
68466
68471
  this.project
68467
68472
  );
68468
68473
  }
68469
- return this.metaSync(o.toShallowJSON(), null), this.properties = o.properties, this.methods = o.methods, this.abstractMethods = o.abstractMethods, this.extends = o.extends, this.implements = o.implements, this.parent = o.parent, {
68474
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.properties = o.properties, this.methods = o.methods, this.abstractMethods = o.abstractMethods, this.extends = o.extends, this.implements = o.implements, this.parent = o.parent, {
68470
68475
  updated: p(t),
68471
68476
  added: p(i),
68472
68477
  removed: p(s),
@@ -71106,7 +71111,7 @@ const ie = class ie extends Gv {
71106
71111
  );
71107
71112
  o = new ie(u);
71108
71113
  }
71109
- return this.metaSync(o.toShallowJSON(), null), this.entities = o.entities, this.projects = o.projects, this.functions = o.functions, this.events = o.events, this.variableDeclarations = o.variableDeclarations, this.variableInstances = o.variableInstances, this.conditions = o.conditions, this.operations = o.operations, this.functionCalls = o.functionCalls, this.loops = o.loops, this.searches = o.searches, {
71114
+ return this.metaSync(o.toShallowJSON(), null), this.previousVersion = o.previousVersion, this.version = o.version, this.createdAt = o.createdAt, this.author = o.author, this.deleted = o.deleted, this.entities = o.entities, this.projects = o.projects, this.functions = o.functions, this.events = o.events, this.variableDeclarations = o.variableDeclarations, this.variableInstances = o.variableInstances, this.conditions = o.conditions, this.operations = o.operations, this.functionCalls = o.functionCalls, this.loops = o.loops, this.searches = o.searches, {
71110
71115
  updated: p(t),
71111
71116
  added: p(i),
71112
71117
  removed: p(s),