@omnia/fx-models 7.11.0-preview.2 → 7.11.0-preview.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/Constants.d.ts +1 -0
- package/Constants.js +1 -0
- package/package.json +1 -1
package/Constants.d.ts
CHANGED
package/Constants.js
CHANGED
|
@@ -198,6 +198,7 @@ exports.Constants = {
|
|
|
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
200
|
aiEngine: new models_1.Guid("f976ad6f-987f-44e6-973a-097d81f73fc7"),
|
|
201
|
+
userReadAllDelegated: new models_1.Guid("18509e6d-9632-4b32-8b06-66b22b25d727"),
|
|
201
202
|
extraIDAdditionalUserProperties: new models_1.Guid("8a878ffd-f4d5-4048-9ab1-107bf7109dd9")
|
|
202
203
|
},
|
|
203
204
|
app: {
|
package/package.json
CHANGED