@zimbra/api-client 101.0.1-master.99c534c.0 → 101.0.1-master.f2f7505.0

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.
@@ -9016,6 +9016,14 @@ const typePolicies = {
9016
9016
  },
9017
9017
  emailAddresses: {
9018
9018
  merge: false
9019
+ },
9020
+ sortField: {
9021
+ merge(existing, incoming) {
9022
+ if (incoming !== null && incoming !== undefined) {
9023
+ return incoming;
9024
+ }
9025
+ return existing;
9026
+ }
9019
9027
  }
9020
9028
  }
9021
9029
  },