@zimbra/api-client 85.0.0 → 85.0.3

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.
@@ -752,7 +752,8 @@ var Folder = new Entity({
752
752
  });
753
753
  Folder.addMapping({
754
754
  folder: ['folders', Folder],
755
- link: ['linkedFolders', Folder]
755
+ link: ['linkedFolders', Folder],
756
+ search: ['search', Folder]
756
757
  });
757
758
  var HabGroup = new Entity({
758
759
  _attrs: 'attributes'