bruce-models 0.0.6 → 0.0.7

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.
@@ -2299,7 +2299,7 @@ var EntitySource;
2299
2299
  return [4 /*yield*/, api.POST("entitysource/" + sourceId, { SourceRecordKeys: reqKeys }, Api.PrepReqParams())];
2300
2300
  case 1:
2301
2301
  data = _a.sent();
2302
- res(data);
2302
+ res(data.Items);
2303
2303
  return [3 /*break*/, 3];
2304
2304
  case 2:
2305
2305
  e_1 = _a.sent();
@@ -2437,7 +2437,7 @@ var EntityTag;
2437
2437
  return [4 /*yield*/, api.POST("layers/get", { layerIds: reqIds }, Api.PrepReqParams())];
2438
2438
  case 1:
2439
2439
  data = _a.sent();
2440
- res(data);
2440
+ res(data.Items);
2441
2441
  return [3 /*break*/, 3];
2442
2442
  case 2:
2443
2443
  e_1 = _a.sent();