@omnia/workplace 7.8.33-preview → 7.8.35-preview

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.
@@ -123,6 +123,7 @@ export declare module Enums {
123
123
  PickUsers = 1
124
124
  }
125
125
  const ManualSortPropertyBinding = "8cc52977-7581-4bf9-88d6-14a1281be8d2";
126
+ const RelevanceSortPropertyBinding = "97e42a00-1d21-4131-8b44-b11eed2a719b";
126
127
  }
127
128
  enum ChromeMode {
128
129
  Full = 0,
@@ -152,6 +152,7 @@ var Enums;
152
152
  QueryConfigurationType[QueryConfigurationType["PickUsers"] = 1] = "PickUsers";
153
153
  })(QueryConfigurationType = PeopleRollupEnums.QueryConfigurationType || (PeopleRollupEnums.QueryConfigurationType = {}));
154
154
  PeopleRollupEnums.ManualSortPropertyBinding = "8cc52977-7581-4bf9-88d6-14a1281be8d2";
155
+ PeopleRollupEnums.RelevanceSortPropertyBinding = "97e42a00-1d21-4131-8b44-b11eed2a719b";
155
156
  })(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
156
157
  let ChromeMode;
157
158
  (function (ChromeMode) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.8.33-preview",
4
+ "version": "7.8.35-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"