@eo-sdk/client 8.10.0-rc.1 → 8.11.0-rc.1

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.
@@ -1581,7 +1581,7 @@
1581
1581
  SystemService.prototype.fetchSystemDefinition = function (user) {
1582
1582
  var _this = this;
1583
1583
  var fetches = [
1584
- this.backend.getJson('/system/type/list?elements=true'),
1584
+ this.backend.getJson('/system/type/list?elements=true&basetypes=true'),
1585
1585
  this.backend.getJson('/system/cs/list?elements=true')
1586
1586
  ];
1587
1587
  return rxjs.forkJoin(fetches)