@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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
- "version": "85.0.0",
3
+ "version": "85.0.3",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
3
  "amdName": "zmApiJsClient",
4
- "version": "85.0.0",
4
+ "version": "85.0.3",
5
5
  "description": "Zimbra JS API Client and GraphQL client for making requests against the Zimbra SOAP API.",
6
6
  "main": "dist/zm-api-js-client.js",
7
7
  "source": "index.ts",
@@ -395,7 +395,8 @@ const Folder = new Entity({
395
395
 
396
396
  Folder.addMapping({
397
397
  folder: ['folders', Folder],
398
- link: ['linkedFolders', Folder]
398
+ link: ['linkedFolders', Folder],
399
+ search: ['search', Folder]
399
400
  });
400
401
  export { Folder };
401
402