@omnia/fx-models 8.0.224-dev → 8.0.225-dev

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
@@ -248,4 +248,7 @@ export declare const Constants: {
248
248
  systemLayout: {
249
249
  settingKey: string;
250
250
  };
251
+ queryString: {
252
+ seo: string;
253
+ };
251
254
  };
package/Constants.js CHANGED
@@ -283,5 +283,8 @@ exports.Constants = {
283
283
  },
284
284
  systemLayout: {
285
285
  settingKey: "omnia.system.layout"
286
+ },
287
+ queryString: {
288
+ seo: "seoEnable"
286
289
  }
287
290
  };
@@ -1,4 +1,6 @@
1
1
  export interface SharepointVideo {
2
2
  embedUrl: string;
3
3
  thumbnailUrl: string;
4
+ graphDriveId?: string;
5
+ graphDriveItemId?: string;
4
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.224-dev",
4
+ "version": "8.0.225-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"