@omnia/fx-models 7.8.29-preview → 7.8.30-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 +1 -0
- package/Constants.js +2 -1
- package/package.json +1 -1
package/Constants.d.ts
CHANGED
package/Constants.js
CHANGED
|
@@ -194,7 +194,8 @@ exports.Constants = {
|
|
|
194
194
|
legacyUserProfileCard: new models_1.Guid("01586ffc-5987-40d2-bf06-f97ab955a965"),
|
|
195
195
|
legacyAppPermissions: new models_1.Guid("36c6fe6a-d79e-4f87-9349-cff9d3e1ab71"),
|
|
196
196
|
appOnlyReadAccessToSharePointTermstore: new models_1.Guid("8095f802-38f0-426c-8d81-22cb22a2a019"),
|
|
197
|
-
provisionOmniaSearchUserData: new models_1.Guid("8fc1325d-4196-406e-8dca-ebb78824896f")
|
|
197
|
+
provisionOmniaSearchUserData: new models_1.Guid("8fc1325d-4196-406e-8dca-ebb78824896f"),
|
|
198
|
+
aiEngine: new models_1.Guid("f976ad6f-987f-44e6-973a-097d81f73fc7")
|
|
198
199
|
},
|
|
199
200
|
app: {
|
|
200
201
|
tableName: "AppInstances",
|