@omnia/fx-models 7.8.68-preview → 7.8.70-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 +1 -0
- package/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/package.json +1 -1
package/Constants.d.ts
CHANGED
package/Constants.js
CHANGED
package/ManifestIds.d.ts
CHANGED
|
@@ -115,6 +115,7 @@ export declare class OmniaResourceManifests {
|
|
|
115
115
|
static get UserPropertiesProvider(): Guid;
|
|
116
116
|
static get UserPropertiesByMicrosoftGraphProvider(): Guid;
|
|
117
117
|
static get UserPropertiesBySharePointProvider(): Guid;
|
|
118
|
+
static get UserTokenProvider(): Guid;
|
|
118
119
|
static get FxUxPropertyDataSourceApi(): Guid;
|
|
119
120
|
static get IdentityPropertyApi(): Guid;
|
|
120
121
|
static get BuiltinExtendedPropertiesRegistration(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -376,6 +376,9 @@ class OmniaResourceManifests {
|
|
|
376
376
|
static get UserPropertiesBySharePointProvider() {
|
|
377
377
|
return new models_1.Guid("9a37a669-cb46-443a-b833-9155755f6cc3");
|
|
378
378
|
}
|
|
379
|
+
static get UserTokenProvider() {
|
|
380
|
+
return new models_1.Guid("59ec874f-663b-4ad3-a13e-963c6dfec287");
|
|
381
|
+
}
|
|
379
382
|
static get FxUxPropertyDataSourceApi() {
|
|
380
383
|
return new models_1.Guid("8cf8a6b0-8ae5-4d6a-9e11-0f422243b885");
|
|
381
384
|
}
|