@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 CHANGED
@@ -175,6 +175,7 @@ export declare const Constants: {
175
175
  };
176
176
  prefixTokens: {
177
177
  appInstance: string;
178
+ user: string;
178
179
  };
179
180
  microsoftTeamsDeepLinkApi: {
180
181
  chatBaseUrl: string;
package/Constants.js CHANGED
@@ -206,6 +206,7 @@ exports.Constants = {
206
206
  },
207
207
  prefixTokens: {
208
208
  appInstance: "AppInstance",
209
+ user: "User",
209
210
  },
210
211
  microsoftTeamsDeepLinkApi: {
211
212
  chatBaseUrl: "https://teams.microsoft.com/l/chat/0/0?users=",
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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.68-preview",
4
+ "version": "7.8.70-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"