@omnia/workplace 7.6.30-preview → 7.6.32-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/internal-do-not-import-from-here/models/Constants.d.ts +2 -1
- package/internal-do-not-import-from-here/models/Constants.js +2 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +1 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +1 -0
- package/package.json +1 -1
|
@@ -286,6 +286,7 @@ exports.ReCaptChaSecretFormNames = {
|
|
|
286
286
|
secretkey: "secretkey",
|
|
287
287
|
};
|
|
288
288
|
exports.PeopleRollupFilterEngineContextPropertyTypes = {
|
|
289
|
-
|
|
289
|
+
scope: new fx_models_1.Guid("dd7c9c9d-c7fb-4c4a-871d-fa7d652f9389"),
|
|
290
|
+
scopeType: new fx_models_1.Guid("d210809c-2b52-47f7-a27e-24721472f17f"),
|
|
290
291
|
userType: new fx_models_1.Guid("dffba819-f884-4c18-a212-bd6895224356")
|
|
291
292
|
};
|
|
@@ -556,6 +556,7 @@ export declare class WebComponentManifests {
|
|
|
556
556
|
static get AuthenticationScreenBlade(): Guid;
|
|
557
557
|
static get AuthenticationScreenChrome(): Guid;
|
|
558
558
|
static get PeopleRollupOwnerFilterEngineRenderer(): Guid;
|
|
559
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer(): Guid;
|
|
559
560
|
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty(): Guid;
|
|
560
561
|
static get PeopleRollupOwnerPropertySettings(): Guid;
|
|
561
562
|
static get PeopleRollupOwnerPropertyDefaultValueInput(): Guid;
|
|
@@ -565,6 +565,7 @@ class WebComponentManifests {
|
|
|
565
565
|
static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
|
|
566
566
|
static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
|
|
567
567
|
static get PeopleRollupOwnerFilterEngineRenderer() { return new fx_models_1.Guid("6f8fe50e-34d1-42c6-98ea-5596b24cd82b"); }
|
|
568
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer() { return new fx_models_1.Guid("36a1c52f-d83b-4765-ab06-2ec697ce2635"); }
|
|
568
569
|
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty() { return new fx_models_1.Guid("597aabee-e343-47b5-b7b4-233368f15030"); }
|
|
569
570
|
static get PeopleRollupOwnerPropertySettings() { return new fx_models_1.Guid("f0ff3e9d-530c-4040-a5f0-76545f5bc120"); }
|
|
570
571
|
static get PeopleRollupOwnerPropertyDefaultValueInput() { return new fx_models_1.Guid("fd90c46f-f9b8-419e-9bb8-cd3e8395570a"); }
|