@omnia/fx-models 8.0.388-dev → 8.0.389-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
@@ -197,7 +197,7 @@ export declare const Constants: {
197
197
  omniaPublishingCore: guid;
198
198
  omniaTeamworkCore: guid;
199
199
  aiEngine: guid;
200
- seoCore: guid;
200
+ publicWeb: guid;
201
201
  };
202
202
  app: {
203
203
  tableName: string;
package/Constants.js CHANGED
@@ -229,7 +229,7 @@ exports.Constants = {
229
229
  omniaPublishingCore: (0, models_1.guid)("dcf426dd-1488-46ca-b7b1-6c174b29d28b"),
230
230
  omniaTeamworkCore: (0, models_1.guid)("a3bdc65e-ef63-4f8e-92fd-f9c8b527fe8d"),
231
231
  aiEngine: (0, models_1.guid)("f976ad6f-987f-44e6-973a-097d81f73fc7"),
232
- seoCore: (0, models_1.guid)("27448096-ad28-49a3-9b3d-bb12abb5a182")
232
+ publicWeb: (0, models_1.guid)("27448096-ad28-49a3-9b3d-bb12abb5a182")
233
233
  },
234
234
  app: {
235
235
  tableName: "AppInstances",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.388-dev",
4
+ "version": "8.0.389-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"