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