@omnia/fx-models 8.0.550-dev → 8.0.552-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.
@@ -1,12 +1,12 @@
1
1
  import { ChannelId } from "../channels/ActivityChannel";
2
2
  import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
3
3
  import { ActorActivityCategory } from "./ActorActivity";
4
- import { TemporaryFileId } from "../fileupload";
5
4
  import { ActivityReactionType } from "../social/Reaction";
6
5
  import { Id } from "../../Id";
7
6
  import { guid } from "../../Guid";
7
+ import { TemporaryFileId } from "../fileupload/TemporaryFileId";
8
8
  import { DynamicState } from "../../DynamicState";
9
- import { ActorId } from "../actors";
9
+ import { ActorId } from "../actors/Actor";
10
10
  export type ActivityId = Id<string, "ActivityId">;
11
11
  export declare function ActivityId(id: string): ActivityId;
12
12
  export type ActivityTypeId = Id<guid, "ActivityTypeId">;
@@ -1,4 +1,4 @@
1
- import { ActorId } from "../actors";
1
+ import { ActorId } from "../actors/Actor";
2
2
  import { Activity, ActivityId, ActivityWithJson } from "./Activity";
3
3
  import { ActivityRenderer, ActivityRendererId } from "./ActivityRenderer";
4
4
  import { ActivityCategoryCount, ActorActivity, ActorActivityCategory, ActorActivityWithJson, NewActivitiesByCreatorBase, RecentActorActivities } from "./ActorActivity";
@@ -1,7 +1,7 @@
1
1
  import { ExternalActorId } from "./ExternalActorId";
2
- import { HubProperty } from "../activities";
3
- import { Base64Image } from "../fileupload";
4
2
  import { Id } from "../../Id";
3
+ import { HubProperty } from "../activities/Activity";
4
+ import { Base64Image } from "../fileupload/Base64Image";
5
5
  export type ActorId = Id<number, "ActorId">;
6
6
  export declare function ActorId(id: number): ActorId;
7
7
  export interface ActorWithBag<TBag> extends Actor {
@@ -4,6 +4,5 @@ export * from "./social";
4
4
  export * from "./actors";
5
5
  export * from "./fileupload";
6
6
  export * from "./targeting";
7
- export * from "./actors";
8
7
  export * from "./realtime";
9
8
  export * from "./channels";
@@ -7,6 +7,5 @@ tslib_1.__exportStar(require("./social"), exports);
7
7
  tslib_1.__exportStar(require("./actors"), exports);
8
8
  tslib_1.__exportStar(require("./fileupload"), exports);
9
9
  tslib_1.__exportStar(require("./targeting"), exports);
10
- tslib_1.__exportStar(require("./actors"), exports);
11
10
  tslib_1.__exportStar(require("./realtime"), exports);
12
11
  tslib_1.__exportStar(require("./channels"), exports);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.550-dev",
4
+ "version": "8.0.552-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"