@omnia/fx-models 8.0.447-dev → 8.0.448-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
@@ -2,9 +2,6 @@ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
2
2
  export declare class OmniaService {
3
3
  static get Id(): guid;
4
4
  }
5
- export declare class CloudApiService {
6
- static get Id(): guid;
7
- }
8
5
  export declare class AnalyticService {
9
6
  static get Id(): guid;
10
7
  }
package/ManifestIds.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AnalyticService = exports.CloudApiService = exports.OmniaService = void 0;
3
+ exports.AnalyticService = exports.OmniaService = void 0;
4
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  class OmniaService {
6
6
  static get Id() {
@@ -8,12 +8,6 @@ class OmniaService {
8
8
  }
9
9
  }
10
10
  exports.OmniaService = OmniaService;
11
- class CloudApiService {
12
- static get Id() {
13
- return (0, models_1.guid)("55ad91b0-3d10-4d8d-b32c-3e1492776c73");
14
- }
15
- }
16
- exports.CloudApiService = CloudApiService;
17
11
  class AnalyticService {
18
12
  static get Id() {
19
13
  return (0, models_1.guid)("a6a9556c-26c7-45e3-b21b-3f163c6bd9a4");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.447-dev",
4
+ "version": "8.0.448-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"