bruce-models 1.4.2 → 1.4.4

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.
@@ -4635,7 +4635,8 @@ var ClientFile;
4635
4635
  const { api, filter, req: reqParams } = params;
4636
4636
  const data = yield api.POST("files/filtered", filter, Api.PrepReqParams(reqParams));
4637
4637
  return {
4638
- clientFiles: data.Items
4638
+ clientFiles: data.Items,
4639
+ totalCount: data.TotalCount
4639
4640
  };
4640
4641
  });
4641
4642
  }
@@ -6783,6 +6784,8 @@ var Markup;
6783
6784
  EItemType["Embed"] = "EMBED";
6784
6785
  // Content is expected to be an SVG or font-awesome icon.
6785
6786
  EItemType["Icon"] = "ICON";
6787
+ // Content is expected to be an image.
6788
+ EItemType["Image"] = "IMAGE";
6786
6789
  })(EItemType = Div.EItemType || (Div.EItemType = {}));
6787
6790
  let ItemAction;
6788
6791
  (function (ItemAction) {