@elyx-code/project-logic-tree 0.0.6889 → 0.0.6890

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
@@ -48250,7 +48250,7 @@ const lst = {
48250
48250
  entityType: d.Property
48251
48251
  }
48252
48252
  }, AKt = {
48253
- interactive: !1,
48253
+ interactive: !0,
48254
48254
  extends: null,
48255
48255
  constant: !0,
48256
48256
  hidden: !1,
@@ -48311,7 +48311,7 @@ const lst = {
48311
48311
  entityType: d.Property
48312
48312
  }
48313
48313
  }, gKt = {
48314
- interactive: !1,
48314
+ interactive: !0,
48315
48315
  extends: null,
48316
48316
  constant: !0,
48317
48317
  hidden: !1,
@@ -48372,7 +48372,7 @@ const lst = {
48372
48372
  entityType: d.Property
48373
48373
  }
48374
48374
  }, wKt = {
48375
- interactive: !1,
48375
+ interactive: !0,
48376
48376
  extends: null,
48377
48377
  constant: !0,
48378
48378
  hidden: !1,
@@ -48433,7 +48433,7 @@ const lst = {
48433
48433
  entityType: d.Property
48434
48434
  }
48435
48435
  }, CKt = {
48436
- interactive: !1,
48436
+ interactive: !0,
48437
48437
  extends: null,
48438
48438
  constant: !0,
48439
48439
  hidden: !1,
@@ -48475,7 +48475,7 @@ const lst = {
48475
48475
  allPropertiesImplement: null,
48476
48476
  abstract: !0,
48477
48477
  static: !0,
48478
- interactive: !1,
48478
+ interactive: !0,
48479
48479
  properties: [
48480
48480
  AKt,
48481
48481
  gKt,
@@ -48527,7 +48527,7 @@ const lst = {
48527
48527
  parent: f
48528
48528
  };
48529
48529
  return {
48530
- interactive: !1,
48530
+ interactive: !0,
48531
48531
  extends: null,
48532
48532
  constant: !0,
48533
48533
  hidden: !1,
@@ -48589,7 +48589,7 @@ const lst = {
48589
48589
  entityType: d.Property
48590
48590
  }
48591
48591
  }, _Kt = {
48592
- interactive: !1,
48592
+ interactive: !0,
48593
48593
  extends: null,
48594
48594
  constant: !0,
48595
48595
  hidden: !1,
@@ -48758,7 +48758,7 @@ const lst = {
48758
48758
  entity: null,
48759
48759
  parent: GKt
48760
48760
  }, kKt = {
48761
- interactive: !1,
48761
+ interactive: !0,
48762
48762
  extends: null,
48763
48763
  constant: !0,
48764
48764
  hidden: !1,
@@ -48800,7 +48800,7 @@ const lst = {
48800
48800
  allPropertiesImplement: null,
48801
48801
  abstract: !0,
48802
48802
  static: !0,
48803
- interactive: !1,
48803
+ interactive: !0,
48804
48804
  properties: [
48805
48805
  _Kt,
48806
48806
  VKt,
@@ -119734,7 +119734,8 @@ class Nvi extends Pe {
119734
119734
  },
119735
119735
  {
119736
119736
  headers: {
119737
- "Content-Type": "application/json"
119737
+ "Content-Type": "application/json",
119738
+ Authorization: `Bearer ${await E.getAccessToken()}`
119738
119739
  }
119739
119740
  }
119740
119741
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6889",
3
+ "version": "0.0.6890",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",