@omnia/fx-models 8.0.489-dev → 8.0.490-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.
@@ -114,7 +114,7 @@ export interface ILayoutCanvasJourneyMenuDefinitionBuilder<T> {
114
114
  done: () => T;
115
115
  }
116
116
  export interface ILayoutCanvasJourneyMenuItemDefinitionBuilder<T> {
117
- slots: (slots: ILayoutCanvasJourneyMenuItemDefinition) => Omit<ILayoutCanvasJourneyMenuItemDefinitionBuilder<T>, "slots">;
117
+ slots: (slots: ILayoutCanvasJourneyMenuItemDefinitionSlots) => Omit<ILayoutCanvasJourneyMenuItemDefinitionBuilder<T>, "slots">;
118
118
  done: () => T;
119
119
  }
120
120
  export interface ILayoutCanvasJourneySettingsPanelDefinition extends Omit<ILayoutCanvasSettingsPanelDefinition, "tabs"> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.489-dev",
4
+ "version": "8.0.490-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"