@omnia/fx-models 7.9.64-preview → 7.9.66-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.
package/Constants.d.ts CHANGED
@@ -167,6 +167,7 @@ export declare const Constants: {
167
167
  appOnlyReadAccessToSharePointTermstore: Guid;
168
168
  provisionOmniaSearchUserData: Guid;
169
169
  aiEngine: Guid;
170
+ extraIDAdditionalUserProperties: Guid;
170
171
  };
171
172
  app: {
172
173
  tableName: string;
package/Constants.js CHANGED
@@ -197,7 +197,8 @@ exports.Constants = {
197
197
  legacyAppPermissions: new models_1.Guid("36c6fe6a-d79e-4f87-9349-cff9d3e1ab71"),
198
198
  appOnlyReadAccessToSharePointTermstore: new models_1.Guid("8095f802-38f0-426c-8d81-22cb22a2a019"),
199
199
  provisionOmniaSearchUserData: new models_1.Guid("8fc1325d-4196-406e-8dca-ebb78824896f"),
200
- aiEngine: new models_1.Guid("f976ad6f-987f-44e6-973a-097d81f73fc7")
200
+ aiEngine: new models_1.Guid("f976ad6f-987f-44e6-973a-097d81f73fc7"),
201
+ extraIDAdditionalUserProperties: new models_1.Guid("8a878ffd-f4d5-4048-9ab1-107bf7109dd9")
201
202
  },
202
203
  app: {
203
204
  tableName: "AppInstances",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.9.64-preview",
4
+ "version": "7.9.66-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"