@omnia/fx-models 8.0.128-dev → 8.0.129-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.
Files changed (36) hide show
  1. package/AiSettings.d.ts +1 -1
  2. package/Exposes.d.ts +0 -1
  3. package/Exposes.js +0 -1
  4. package/LayoutDefinition.d.ts +1 -2
  5. package/LinkHandler/linktype/DefaultLinkType.js +1 -1
  6. package/LinkHandler/linktype/DocumentLinkType.js +1 -1
  7. package/Messaging.d.ts +0 -23
  8. package/NamedProperty.d.ts +1 -2
  9. package/TargetingProperty.js +8 -8
  10. package/TokenDefinition.d.ts +1 -1
  11. package/apps/AppInstanceRollup.js +7 -7
  12. package/azure-openai/dalle/ErrorResponse.js +2 -2
  13. package/azure-openai/dalle/StatusRequest.js +3 -3
  14. package/identities/IdentityCreationRequest.js +1 -1
  15. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  16. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +23 -0
  17. package/internal-do-not-import-from-here/shared/models/Messaging.js +2 -0
  18. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +1 -1
  19. package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -0
  20. package/internal-do-not-import-from-here/shared/models/index.js +2 -0
  21. package/mediaflow/Constants.js +12 -12
  22. package/package.json +1 -1
  23. package/properties/datasource/AppDataSourceProperty.d.ts +1 -1
  24. package/properties/datasource/DataSourceId.d.ts +1 -1
  25. package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +1 -1
  26. package/properties/datasource/UserDataSourceProperty.d.ts +1 -1
  27. package/properties/definitions/DatePropertyDefinition.d.ts +0 -1
  28. package/properties/definitions/DateTimePropertyDefinition.d.ts +0 -1
  29. package/properties/definitions/EmailPropertyDefinition.d.ts +0 -1
  30. package/properties/definitions/ImagePropertyDefinition.d.ts +0 -1
  31. package/ux/AdminApi.d.ts +2 -2
  32. package/ux/EnterprisePropertyDataTypeProviderApi.d.ts +1 -2
  33. package/ux/InternalAdminApi.d.ts +2 -2
  34. package/ux/LayoutCanvasApi.d.ts +1 -1
  35. /package/{DependencyInjection.d.ts → internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts} +0 -0
  36. /package/{DependencyInjection.js → internal-do-not-import-from-here/shared/models/DependencyInjection.js} +0 -0
package/AiSettings.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
1
+ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MultilingualString } from "./MultilingualString";
3
3
  export declare enum PassAnalysisCriteria {
4
4
  Yes = 0,
package/Exposes.d.ts CHANGED
@@ -31,7 +31,6 @@ export * from "./CommentLike";
31
31
  export * from "./SocialReaction";
32
32
  export * from "./Post";
33
33
  export type { WebComponentDefinition } from "./ComponentComposer";
34
- export * from "./DependencyInjection";
35
34
  export * from "./Store";
36
35
  export * from "./SiteLogo";
37
36
  export * from "./PermissionInputSettings";
package/Exposes.js CHANGED
@@ -37,7 +37,6 @@ tslib_1.__exportStar(require("./Language"), exports);
37
37
  tslib_1.__exportStar(require("./CommentLike"), exports);
38
38
  tslib_1.__exportStar(require("./SocialReaction"), exports);
39
39
  tslib_1.__exportStar(require("./Post"), exports);
40
- tslib_1.__exportStar(require("./DependencyInjection"), exports);
41
40
  tslib_1.__exportStar(require("./Store"), exports);
42
41
  tslib_1.__exportStar(require("./SiteLogo"), exports);
43
42
  tslib_1.__exportStar(require("./PermissionInputSettings"), exports);
@@ -1,5 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
- import { IMessageBusTopicSubscription } from "./Messaging";
1
+ import { GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
2
  import { Block, LoadedLayout } from "./Layout";
4
3
  import { IIcon } from "./Icon";
5
4
  interface ILayoutCanvasItemDefinition<T> {
@@ -8,9 +8,9 @@ exports.DefaultLinkType = void 0;
8
8
  * @see {LinkHandlerRegistrationManager} class for handler implementation details
9
9
  */
10
10
  class DefaultLinkType {
11
+ static { this.id = "72da0174-ad58-47da-90e7-ca03e3ecb651"; }
11
12
  constructor() {
12
13
  this.id = DefaultLinkType.id;
13
14
  }
14
15
  }
15
16
  exports.DefaultLinkType = DefaultLinkType;
16
- DefaultLinkType.id = "72da0174-ad58-47da-90e7-ca03e3ecb651";
@@ -7,6 +7,7 @@ exports.DocumentLinkType = void 0;
7
7
  * @implements {LinkType}
8
8
  */
9
9
  class DocumentLinkType {
10
+ static { this.id = "0d8fceb2-fdc9-4133-88be-0868a1f89601"; }
10
11
  /**
11
12
  * Base constructor
12
13
  */
@@ -15,4 +16,3 @@ class DocumentLinkType {
15
16
  }
16
17
  }
17
18
  exports.DocumentLinkType = DocumentLinkType;
18
- DocumentLinkType.id = "0d8fceb2-fdc9-4133-88be-0868a1f89601";
package/Messaging.d.ts CHANGED
@@ -48,29 +48,6 @@ export interface AppProvisioningHandlerMessage {
48
48
  */
49
49
  weight: number;
50
50
  }
51
- export interface TopicCreatedFunc<T> {
52
- (created: IMessageBusTopicPublishSubscriber<T>): void;
53
- }
54
- export interface IMessageBusSubscriptionHandler {
55
- /**
56
- * Unsubscribe to the related subscription(s)
57
- * and/or any subscriptions added using add method)
58
- * */
59
- unsubscribe(): any;
60
- /**
61
- * Adds another unsubscribe handler, all will be unsubscribed to if calling unsubscribe
62
- * @param unSubscriptionHandler
63
- */
64
- add(unSubscriptionHandler: IMessageBusSubscriptionHandler): any;
65
- }
66
- export interface IMessageBusTopicSubscription<T> {
67
- subscribe: (fn: (obj: T) => void) => IMessageBusSubscriptionHandler;
68
- }
69
- export interface IMessageBusTopicPublication<T> {
70
- publish: (msg: T) => void;
71
- }
72
- export interface IMessageBusTopicPublishSubscriber<T> extends IMessageBusTopicSubscription<T>, IMessageBusTopicPublication<T> {
73
- }
74
51
  export interface RichTextEditorExtensionMessage {
75
52
  id: GuidValue;
76
53
  title: string;
@@ -1,5 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
- import { IMessageBusTopicSubscription } from "./Messaging";
1
+ import { GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
2
  export interface NamedPropertyIdentifier {
4
3
  serviceId: string;
5
4
  name: string;
@@ -5,13 +5,13 @@ exports.TargetingPropertyType = void 0;
5
5
  * Used for filtering etc
6
6
  * */
7
7
  class TargetingPropertyType {
8
+ /// <summary>
9
+ /// Use maskable values
10
+ /// </summary>
11
+ static { this.groupMembership = 1; }
12
+ static { this.userProfileProperty = 2; }
13
+ static { this.azureAdProperty = 3; }
14
+ static { this.groupIdentity = 4; }
15
+ static { this.userProperty = 5; }
8
16
  }
9
17
  exports.TargetingPropertyType = TargetingPropertyType;
10
- /// <summary>
11
- /// Use maskable values
12
- /// </summary>
13
- TargetingPropertyType.groupMembership = 1;
14
- TargetingPropertyType.userProfileProperty = 2;
15
- TargetingPropertyType.azureAdProperty = 3;
16
- TargetingPropertyType.groupIdentity = 4;
17
- TargetingPropertyType.userProperty = 5;
@@ -1,4 +1,4 @@
1
- import { IMessageBusTopicSubscription } from "./Messaging";
1
+ import { IMessageBusTopicSubscription } from "@omnia/fx/internal-do-not-import-from-here/shared";
2
2
  export declare abstract class ReplaceToken {
3
3
  abstract readonly prefixToken: string;
4
4
  }
@@ -2,15 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppInstanceRollupCardViewTypes = exports.AppInstanceRollupConstants = void 0;
4
4
  class AppInstanceRollupConstants {
5
+ static { this.AppInstanceProperties = {
6
+ Title: "title_df6808d8-7bda-4c53-8906-2d7dec058289",
7
+ TitleAndLink: "titleAndLink_93c3fdc6-1ca4-4242-b873-7de964aad588",
8
+ LastVisited: "lastVisited_572f0c7a-5b0a-4add-9269-ba05c54f9432",
9
+ Description: "description_d4d77ca6-1ca4-479e-94f0-532b9ca52ed4",
10
+ Image: "image_44a905b6-48e3-47e4-9690-376a4e855cf0"
11
+ }; }
5
12
  }
6
13
  exports.AppInstanceRollupConstants = AppInstanceRollupConstants;
7
- AppInstanceRollupConstants.AppInstanceProperties = {
8
- Title: "title_df6808d8-7bda-4c53-8906-2d7dec058289",
9
- TitleAndLink: "titleAndLink_93c3fdc6-1ca4-4242-b873-7de964aad588",
10
- LastVisited: "lastVisited_572f0c7a-5b0a-4add-9269-ba05c54f9432",
11
- Description: "description_d4d77ca6-1ca4-479e-94f0-532b9ca52ed4",
12
- Image: "image_44a905b6-48e3-47e4-9690-376a4e855cf0"
13
- };
14
14
  var AppInstanceRollupCardViewTypes;
15
15
  (function (AppInstanceRollupCardViewTypes) {
16
16
  AppInstanceRollupCardViewTypes[AppInstanceRollupCardViewTypes["BackgroundImage"] = 1] = "BackgroundImage";
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ErrorCode = void 0;
4
4
  class ErrorCode {
5
+ static { this.TooManyRequests = "tooManyRequests"; }
6
+ static { this.ContentFilter = "ContentFilter"; }
5
7
  }
6
8
  exports.ErrorCode = ErrorCode;
7
- ErrorCode.TooManyRequests = "tooManyRequests";
8
- ErrorCode.ContentFilter = "ContentFilter";
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Status = void 0;
4
4
  class Status {
5
+ static { this.Succeeded = "Succeeded"; }
6
+ static { this.Failed = "Failed"; }
7
+ static { this.NotStarted = "NotStarted"; }
5
8
  }
6
9
  exports.Status = Status;
7
- Status.Succeeded = "Succeeded";
8
- Status.Failed = "Failed";
9
- Status.NotStarted = "NotStarted";
@@ -54,6 +54,7 @@ class IdentityCreationRequestQuery {
54
54
  }
55
55
  exports.IdentityCreationRequestQuery = IdentityCreationRequestQuery;
56
56
  class BusinessProfileIdentityCreationRequestSettings extends BusinessProfile_1.BusinessProfileProperty {
57
+ static { this.UniqueName = "self-service"; }
57
58
  constructor() {
58
59
  super(ManifestIds_1.OmniaService.Id, BusinessProfileIdentityCreationRequestSettings.UniqueName);
59
60
  this.omniaServiceId = ManifestIds_1.OmniaService.Id;
@@ -62,4 +63,3 @@ class BusinessProfileIdentityCreationRequestSettings extends BusinessProfile_1.B
62
63
  }
63
64
  }
64
65
  exports.BusinessProfileIdentityCreationRequestSettings = BusinessProfileIdentityCreationRequestSettings;
65
- BusinessProfileIdentityCreationRequestSettings.UniqueName = "self-service";
@@ -12,6 +12,7 @@ require("./Equals"); // ensure execute code in equals first
12
12
  * Class to create a guid
13
13
  */
14
14
  class Guid {
15
+ static { this._empty = new Guid("00000000-0000-0000-0000-000000000000"); }
15
16
  static newGuid() {
16
17
  return new Guid("xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, c => {
17
18
  const r = Math.random() * 16 | 0;
@@ -57,7 +58,6 @@ class Guid {
57
58
  }
58
59
  }
59
60
  exports.Guid = Guid;
60
- Guid._empty = new Guid("00000000-0000-0000-0000-000000000000");
61
61
  // only add extension methods when running in browser, not in node.js
62
62
  if (globalThis.omnia) {
63
63
  Object.defineProperty(String.prototype["equals"], "guid", {
@@ -0,0 +1,23 @@
1
+ export interface TopicCreatedFunc<T> {
2
+ (created: IMessageBusTopicPublishSubscriber<T>): void;
3
+ }
4
+ export interface IMessageBusSubscriptionHandler {
5
+ /**
6
+ * Unsubscribe to the related subscription(s)
7
+ * and/or any subscriptions added using add method)
8
+ * */
9
+ unsubscribe(): any;
10
+ /**
11
+ * Adds another unsubscribe handler, all will be unsubscribed to if calling unsubscribe
12
+ * @param unSubscriptionHandler
13
+ */
14
+ add(unSubscriptionHandler: IMessageBusSubscriptionHandler): any;
15
+ }
16
+ export interface IMessageBusTopicSubscription<T> {
17
+ subscribe: (fn: (obj: T) => void) => IMessageBusSubscriptionHandler;
18
+ }
19
+ export interface IMessageBusTopicPublication<T> {
20
+ publish: (msg: T) => void;
21
+ }
22
+ export interface IMessageBusTopicPublishSubscriber<T> extends IMessageBusTopicSubscription<T>, IMessageBusTopicPublication<T> {
23
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HubSource = void 0;
4
4
  class HubSource {
5
+ static { this.Id = "eb4fde5f-4f3e-4c70-9893-3d9e048fda0c"; }
5
6
  }
6
7
  exports.HubSource = HubSource;
7
- HubSource.Id = "eb4fde5f-4f3e-4c70-9893-3d9e048fda0c";
@@ -17,3 +17,5 @@ export * from "./StronglyTypedId";
17
17
  export * from "./theming";
18
18
  export * from "./hub";
19
19
  export * from "./velcron";
20
+ export * from "./DependencyInjection";
21
+ export * from "./Messaging";
@@ -21,3 +21,5 @@ tslib_1.__exportStar(require("./StronglyTypedId"), exports);
21
21
  tslib_1.__exportStar(require("./theming"), exports);
22
22
  tslib_1.__exportStar(require("./hub"), exports);
23
23
  tslib_1.__exportStar(require("./velcron"), exports);
24
+ tslib_1.__exportStar(require("./DependencyInjection"), exports);
25
+ tslib_1.__exportStar(require("./Messaging"), exports);
@@ -2,20 +2,20 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MediaflowSecretsForms = exports.MediaflowConstants = void 0;
4
4
  class MediaflowConstants {
5
+ static { this.mediaflowJsUrl = "https://mfstatic.com/js/fileselector.min.js"; }
6
+ static { this.mediaflowJsFallback = "https://mfstatic.com/js/fileselector.js"; }
7
+ static { this.mediaflowCssUrl = "https://mfstatic.com/css/fileselector.min.css"; }
8
+ static { this.mediaflowCssFallback = "https://mfstatic.com/css/fileselector.css"; }
9
+ static { this.featureId = "32B53D6B-6177-40FD-A8D2-386128089CA5"; }
10
+ static { this.mediaFlowSettingsKey = "omnia.mediaflow.settings"; }
11
+ static { this.mediaFlowSecretKey = "omnia-mediaflow-integration-key"; }
12
+ static { this.defaultSupportedMediaFormats = "flv,mxf,gxf,wmv,asf,mp4,m4v,ismv,mkv,mov,jpeg,jpg,png,bmp,gif,svg,ico"; }
5
13
  }
6
14
  exports.MediaflowConstants = MediaflowConstants;
7
- MediaflowConstants.mediaflowJsUrl = "https://mfstatic.com/js/fileselector.min.js";
8
- MediaflowConstants.mediaflowJsFallback = "https://mfstatic.com/js/fileselector.js";
9
- MediaflowConstants.mediaflowCssUrl = "https://mfstatic.com/css/fileselector.min.css";
10
- MediaflowConstants.mediaflowCssFallback = "https://mfstatic.com/css/fileselector.css";
11
- MediaflowConstants.featureId = "32B53D6B-6177-40FD-A8D2-386128089CA5";
12
- MediaflowConstants.mediaFlowSettingsKey = "omnia.mediaflow.settings";
13
- MediaflowConstants.mediaFlowSecretKey = "omnia-mediaflow-integration-key";
14
- MediaflowConstants.defaultSupportedMediaFormats = "flv,mxf,gxf,wmv,asf,mp4,m4v,ismv,mkv,mov,jpeg,jpg,png,bmp,gif,svg,ico";
15
15
  class MediaflowSecretsForms {
16
+ static { this.clientid = "clientid"; }
17
+ static { this.clientsecret = "clientsecret"; }
18
+ static { this.refreshtoken = "refreshtoken"; }
19
+ static { this.integrationKey = "integrationKey"; }
16
20
  }
17
21
  exports.MediaflowSecretsForms = MediaflowSecretsForms;
18
- MediaflowSecretsForms.clientid = "clientid";
19
- MediaflowSecretsForms.clientsecret = "clientsecret";
20
- MediaflowSecretsForms.refreshtoken = "refreshtoken";
21
- MediaflowSecretsForms.integrationKey = "integrationKey";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.128-dev",
4
+ "version": "8.0.129-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
1
+ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { PropertyDataSourceId } from "./DataSourceId";
3
3
  import { DataSourceProperty } from "./DataSourceProperty";
4
4
  export declare class AppDataSourceProperty extends DataSourceProperty {
@@ -1,2 +1,2 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
1
+ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export type PropertyDataSourceId = GuidValue;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
1
+ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MultilingualString } from "../../MultilingualString";
3
3
  export declare class DataSourcePropertyCategory {
4
4
  id: GuidValue;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
1
+ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { PropertyBindingId } from "../PropertyBinding";
3
3
  import { PropertyDataSourceId } from "./DataSourceId";
4
4
  import { DataSourceProperty } from "./DataSourceProperty";
@@ -20,7 +20,6 @@ export declare class DateDisplaySettings extends PropertyDisplaySettingsBase {
20
20
  renderMode?: DateRenderOption;
21
21
  }
22
22
  export declare class DateEditorSettings extends PropertyEditorSettingsBase {
23
- required: boolean;
24
23
  }
25
24
  export declare class DatePropertyDefinition extends PropertyDefinition<DatePropertyValue, DateDisplaySettings, DateEditorSettings> {
26
25
  id: Guid;
@@ -9,7 +9,6 @@ export declare class DateTimeDisplaySettings extends PropertyDisplaySettingsBase
9
9
  showTimeZone?: boolean;
10
10
  }
11
11
  export declare class DateTimeEditorSettings extends PropertyEditorSettingsBase {
12
- required: boolean;
13
12
  }
14
13
  export declare class DateTimePropertyDefinition extends PropertyDefinition<DateTimePropertyValue, DateTimeDisplaySettings, DateTimeEditorSettings> {
15
14
  id: Guid;
@@ -5,7 +5,6 @@ export declare class EmailDisplaySettings extends PropertyDisplaySettingsBase {
5
5
  showIcon?: boolean;
6
6
  }
7
7
  export declare class EmailEditorSettings extends PropertyEditorSettingsBase {
8
- required: boolean;
9
8
  }
10
9
  export declare class EmailPropertyDefinition extends PropertyDefinition<EmailPropertyValue, EmailDisplaySettings, EmailEditorSettings> {
11
10
  id: Guid;
@@ -16,7 +16,6 @@ export declare class ImageEditorSettings extends PropertyEditorSettingsBase {
16
16
  preConfiguredImageScalingUniqueId?: GuidValue;
17
17
  forceScaling?: boolean;
18
18
  cropRatioUniqueIds?: Array<GuidValue>;
19
- required?: boolean;
20
19
  rollupRatiosDisabled?: boolean;
21
20
  }
22
21
  export declare const imagePropertyDefinitionId: Guid;
package/ux/AdminApi.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { Guid, GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { Guid, GuidValue, IMessageBusTopicPublishSubscriber } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { AdminNavigationNode, NavigationNode, NavigationNodeInitializeMessage } from "../admin";
3
3
  import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
4
- import { IMessageBusTopicPublishSubscriber, NavigationMenuNode } from "../Messaging";
4
+ import { NavigationMenuNode } from "../Messaging";
5
5
  export interface IRegisterAdminNavigationNode {
6
6
  registerNavigationNode: (nodes: NavigationNode | NavigationNode[]) => void;
7
7
  }
@@ -1,7 +1,6 @@
1
1
  import { EnterprisePropertyDataTypeProviderRegistration } from "..";
2
2
  import { ApiPath } from "../Extends";
3
- import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
- import { IMessageBusTopicSubscription } from "../Messaging";
3
+ import { GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models";
5
4
  export interface IInternalRegistrationEnterprisePropertyDataTypeProvider extends IRegistrationEnterprisePropertyDataTypeProvider {
6
5
  getAllEnterprisePropertyDataTypeProvider: () => EnterprisePropertyDataTypeProviderRegistration[];
7
6
  onEnterprisePropertyDataTypeProviderRegistrationChange: () => IMessageBusTopicSubscription<EnterprisePropertyDataTypeProviderRegistration[]>;
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models";
2
2
  import { AdminNavigationNode, NavigationNode } from "../admin";
3
- import { NavigationMenuNode, IMessageBusTopicSubscription } from "../Messaging";
3
+ import { NavigationMenuNode } from "../Messaging";
4
4
  import { IRegisterAdminNavigationNode, IRegisterAdminNavigationMenuNode, INavigationRootNodeRegistration, INavigationSubNodeRegistration } from "./AdminApi";
5
5
  export interface AdminNavigationNodeRegistration {
6
6
  node: AdminNavigationNode;
@@ -2,7 +2,7 @@ import { VNode, h } from "vue";
2
2
  import { GuidValue } from "../Exposes";
3
3
  import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
4
4
  import { LayoutPlaceHolderRegistration, LayoutTemplateRegistration } from "../Layout";
5
- import { IMessageBusTopicSubscription } from "../Messaging";
5
+ import { IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
6
6
  export interface IInternalLayoutTemplateRegistration extends ILayoutTemplateRegistration {
7
7
  getAllLayoutTemplates: () => LayoutTemplateRegistration[];
8
8
  onLayoutTemplateRegistrationChange: () => IMessageBusTopicSubscription<LayoutTemplateRegistration[]>;