@omnia/fx-models 8.0.48-dev → 8.0.49-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/ManifestIds.d.ts CHANGED
@@ -165,6 +165,7 @@ export declare class OmniaWebComponentManifests {
165
165
  static get OChip(): Guid;
166
166
  static get OColumn(): Guid;
167
167
  static get ODataTable(): Guid;
168
+ static get ODataTableServer(): Guid;
168
169
  static get ODialog(): Guid;
169
170
  static get ODivider(): Guid;
170
171
  static get ODraggable(): Guid;
package/ManifestIds.js CHANGED
@@ -508,6 +508,9 @@ class OmniaWebComponentManifests {
508
508
  static get ODataTable() {
509
509
  return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
510
510
  }
511
+ static get ODataTableServer() {
512
+ return new models_1.Guid("810f65f4-3037-4ef2-a142-907a707f650f");
513
+ }
511
514
  static get ODialog() {
512
515
  return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
513
516
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.48-dev",
4
+ "version": "8.0.49-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"