@rtsee/common 0.0.63 → 0.0.65
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/dist/common/src/interfaces/entities/ManageEntitiesOptions.d.ts +14 -0
- package/dist/common/src/interfaces/entities/ManageEntitiesOptions.d.ts.map +1 -0
- package/dist/common/src/interfaces/{events-manager/DashboardEvent.js → entities/ManageEntitiesOptions.js} +1 -1
- package/dist/common/src/interfaces/entities/ManageEntitiesOptions.js.map +1 -0
- package/dist/common/src/interfaces/entities/index.d.ts +1 -0
- package/dist/common/src/interfaces/entities/index.d.ts.map +1 -1
- package/dist/common/src/interfaces/entities/index.js +1 -0
- package/dist/common/src/interfaces/entities/index.js.map +1 -1
- package/dist/common/src/interfaces/events-manager/ClientSession.d.ts +2 -1
- package/dist/common/src/interfaces/events-manager/ClientSession.d.ts.map +1 -1
- package/dist/common/src/interfaces/events-manager/DashboardClientSessionOptions.d.ts +2 -1
- package/dist/common/src/interfaces/events-manager/DashboardClientSessionOptions.d.ts.map +1 -1
- package/dist/common/src/interfaces/events-manager/SignalingClient.d.ts +1 -2
- package/dist/common/src/interfaces/events-manager/SignalingClient.d.ts.map +1 -1
- package/dist/common/src/interfaces/events-manager/StorageProcessor.d.ts +2 -2
- package/dist/common/src/interfaces/events-manager/StorageProcessor.d.ts.map +1 -1
- package/dist/common/src/interfaces/events-manager/index.d.ts +0 -1
- package/dist/common/src/interfaces/events-manager/index.d.ts.map +1 -1
- package/dist/common/src/interfaces/events-manager/index.js +0 -1
- package/dist/common/src/interfaces/events-manager/index.js.map +1 -1
- package/dist/common/src/interfaces/presentation/Category.d.ts +2 -1
- package/dist/common/src/interfaces/presentation/Category.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/RTSeeStory.d.ts +4 -16
- package/dist/common/src/interfaces/presentation/RTSeeStory.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/tag/RTSeeTag.d.ts +1 -0
- package/dist/common/src/interfaces/utilities/tag/RTSeeTag.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/common/src/interfaces/events-manager/DashboardEvent.d.ts +0 -10
- package/dist/common/src/interfaces/events-manager/DashboardEvent.d.ts.map +0 -1
- package/dist/common/src/interfaces/events-manager/DashboardEvent.js.map +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IRTSeeHandlerCommonOptions } from "@rtsee/core";
|
|
2
|
+
import { IRTSeeEntity, IRTSeeEntityConfiguration, IEntitiesRemoteActions, ITagsRemoteActions } from "@rtsee/common";
|
|
3
|
+
export interface IRTSeeEntityOptions extends IRTSeeHandlerCommonOptions {
|
|
4
|
+
entityData: IRTSeeEntity;
|
|
5
|
+
remoteActions?: IEntitiesRemoteActions & ITagsRemoteActions;
|
|
6
|
+
}
|
|
7
|
+
export interface IRTSeeEntityConfigurationOptions extends IRTSeeHandlerCommonOptions {
|
|
8
|
+
entityConfigurationData: IRTSeeEntityConfiguration;
|
|
9
|
+
}
|
|
10
|
+
export interface IRTSeeManageEntityOptions extends IRTSeeHandlerCommonOptions {
|
|
11
|
+
}
|
|
12
|
+
export interface IRTSeeManageEntityConfigurationsOptions extends IRTSeeHandlerCommonOptions {
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=ManageEntitiesOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageEntitiesOptions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/ManageEntitiesOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,yBAAyB,EACzB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,mBAAoB,SAAQ,0BAA0B;IACrE,UAAU,EAAE,YAAY,CAAC;IACzB,aAAa,CAAC,EAAE,sBAAsB,GAAG,kBAAkB,CAAC;CAC7D;AAED,MAAM,WAAW,gCACf,SAAQ,0BAA0B;IAClC,uBAAuB,EAAE,yBAAyB,CAAC;CACpD;AAED,MAAM,WAAW,yBAA0B,SAAQ,0BAA0B;CAAG;AAChF,MAAM,WAAW,uCACf,SAAQ,0BAA0B;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageEntitiesOptions.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/ManageEntitiesOptions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./EntityConfiguration"), exports);
|
|
18
18
|
__exportStar(require("./Entity"), exports);
|
|
19
19
|
__exportStar(require("./RemoteActions"), exports);
|
|
20
|
+
__exportStar(require("./ManageEntitiesOptions"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,2CAAyB;AACzB,kDAAgC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,2CAAyB;AACzB,kDAAgC;AAChC,0DAAwC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IRTSeeDashboardEvent } from "@rtsee/core";
|
|
2
|
+
import { IDeviceDetectionResult } from "@rtsee/common";
|
|
2
3
|
export interface IRTSeeEventsManagerClientSession {
|
|
3
4
|
id: string;
|
|
4
5
|
clientId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientSession.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/ClientSession.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ClientSession.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/ClientSession.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAEvD,MAAM,WAAW,gCAAgC;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,sBAAsB,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { IDeviceDetectionResult
|
|
1
|
+
import { IDeviceDetectionResult } from "@rtsee/common";
|
|
2
|
+
import { IRTSeeDashboardEvent } from "@rtsee/core";
|
|
2
3
|
export interface IRTSeeDashboardClientSessionOptions {
|
|
3
4
|
id: string;
|
|
4
5
|
clientId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardClientSessionOptions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/DashboardClientSessionOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DashboardClientSessionOptions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/DashboardClientSessionOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD,MAAM,WAAW,mCAAmC;IAClD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,sBAAsB,CAAC;IAC/B,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { IRTSeeSignalingClientBase, RTSeeCore } from "@rtsee/core";
|
|
2
|
-
import { IRTSeeDashboardEvent } from "@rtsee/common";
|
|
1
|
+
import { IRTSeeSignalingClientBase, RTSeeCore, IRTSeeDashboardEvent } from "@rtsee/core";
|
|
3
2
|
export interface IRTSeeEventsManagerSignalingClient extends IRTSeeSignalingClientBase {
|
|
4
3
|
sendMessage<T>(event: Omit<IRTSeeDashboardEvent<T>, "sessionId">): void;
|
|
5
4
|
attachEventsDashboard(dashboard: RTSeeCore): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SignalingClient.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/SignalingClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"SignalingClient.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/SignalingClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEzF,MAAM,WAAW,kCACf,SAAQ,yBAAyB;IACjC,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,GAAG,IAAI,CAAC;IACxE,qBAAqB,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CACnD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDeviceDetectionResult, IRTSeeDashboardClient,
|
|
2
|
-
import { IRTSeeTransport } from "@rtsee/core";
|
|
1
|
+
import { IDeviceDetectionResult, IRTSeeDashboardClient, IRTSeeEventsManagerClient, IRTSeeEventsManagerClientSession } from "@rtsee/common";
|
|
2
|
+
import { IRTSeeTransport, IRTSeeDashboardEvent } from "@rtsee/core";
|
|
3
3
|
export interface IRTSeeEventsManagerSessionCreateResult {
|
|
4
4
|
session: IRTSeeEventsManagerClientSession;
|
|
5
5
|
client: IRTSeeEventsManagerClient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/StorageProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,qBAAqB,EACrB,
|
|
1
|
+
{"version":3,"file":"StorageProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/StorageProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,qBAAqB,EACrB,yBAAyB,EACzB,gCAAgC,EACjC,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEpE,MAAM,WAAW,sCAAsC;IACrD,OAAO,EAAE,gCAAgC,CAAC;IAC1C,MAAM,EAAE,yBAAyB,CAAC;IAClC,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,mCAAmC;IAClD,OAAO,EAAE,gCAAgC,CAAC;IAC1C,MAAM,EAAE,yBAAyB,CAAC;IAClC,oBAAoB,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,WAAW,mCAAmC;IAClD,aAAa,CACX,SAAS,EAAE,eAAe,GACzB,OAAO,CAAC,sCAAsC,GAAG,IAAI,CAAC,CAAC;IAC1D,UAAU,CACR,SAAS,EAAE,eAAe,GACzB,OAAO,CAAC,mCAAmC,GAAG,IAAI,CAAC,CAAC;IACvD,YAAY,CACV,SAAS,EAAE,eAAe,EAC1B,YAAY,EAAE,oBAAoB,GACjC,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC,CAAC;IACxC,eAAe,CACb,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,sBAAsB,GAC5B,OAAO,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACpD,cAAc,CACZ,SAAS,EAAE,eAAe,EAC1B,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;IACpC,UAAU,CACR,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,gCAAgC,GAAG,IAAI,CAAC,CAAC;IACpD,aAAa,CACX,SAAS,EAAE,eAAe,EAC1B,EAAE,EAAE,MAAM,GACT,OAAO,CAAC,yBAAyB,GAAG,IAAI,CAAC,CAAC;CAC9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC"}
|
|
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./DashboardEvent"), exports);
|
|
18
17
|
__exportStar(require("./StorageProcessor"), exports);
|
|
19
18
|
__exportStar(require("./StorageProcessor"), exports);
|
|
20
19
|
__exportStar(require("./DashboardClient"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,qDAAmC;AACnC,oDAAkC;AAClC,2CAAyB;AACzB,0DAAwC;AACxC,kDAAgC;AAChC,kEAAgD;AAChD,6CAA2B;AAC3B,2DAAyC;AACzC,oDAAkC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IEntitiesRemoteActions, IRTSeeStory, IRTSeeStorySession, ITagsRemoteActions } from "@rtsee/common";
|
|
2
|
-
import { IRTSeeHandlerCommonOptions } from "@rtsee/core";
|
|
2
|
+
import { IRTSeeHandlerCommonOptions, IRTSeeEventsCollector } from "@rtsee/core";
|
|
3
3
|
export interface IRTSeeStoryCategoryBase {
|
|
4
4
|
id: string;
|
|
5
5
|
name: string;
|
|
@@ -11,6 +11,7 @@ export interface IRTSeeStoryCategory extends IRTSeeStoryCategoryBase {
|
|
|
11
11
|
export interface IRTSeeStoryCategoryOptions extends IRTSeeHandlerCommonOptions {
|
|
12
12
|
entitiesRemoteActions?: IEntitiesRemoteActions & ITagsRemoteActions;
|
|
13
13
|
categoryData?: IRTSeeStoryCategory;
|
|
14
|
+
evCollector?: IRTSeeEventsCollector;
|
|
14
15
|
}
|
|
15
16
|
export interface IRTSeeStoryCategoryRequestOptions {
|
|
16
17
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Category.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Category.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEhF,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,mBAAoB,SAAQ,uBAAuB;IAClE,OAAO,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,0BAA2B,SAAQ,0BAA0B;IAC5E,qBAAqB,CAAC,EAAE,sBAAsB,GAAG,kBAAkB,CAAC;IACpE,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,WAAW,CAAC,EAAE,qBAAqB,CAAA;CACpC;AAED,MAAM,WAAW,iCAAiC;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,mCAAmC;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,EAAE,kBAAkB,EAAE,CAAC;IAC/B,UAAU,EAAE,mBAAmB,EAAE,CAAC;CACnC"}
|
|
@@ -1,33 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IRTSeeHandlerCommonOptions } from "@rtsee/core";
|
|
3
|
-
export interface IRTSeeStory {
|
|
4
|
-
id: string;
|
|
5
|
-
name: string;
|
|
6
|
-
imageUrl: string;
|
|
1
|
+
import { IRTSeeEntity, IRTSeeStoryCategory, IRTSeeStorySlide, IStorySlidesQuery, IStorySlidesQueryResponse, IEntitiesRemoteActions, ITagsRemoteActions } from "@rtsee/common";
|
|
2
|
+
import { IRTSeeHandlerCommonOptions, IRTSeeEventsCollector } from "@rtsee/core";
|
|
3
|
+
export interface IRTSeeStory extends IRTSeeEntity {
|
|
7
4
|
totalSlides: number;
|
|
8
|
-
commentsEnabled?: boolean;
|
|
9
|
-
discussionId?: string;
|
|
10
|
-
discussion?: IRTSeeChat;
|
|
11
5
|
averageReadTime?: number;
|
|
12
6
|
description?: string;
|
|
13
|
-
background?: string;
|
|
14
7
|
authorId?: string;
|
|
15
8
|
isPublished?: boolean;
|
|
16
9
|
slides?: IRTSeeStorySlide[];
|
|
17
10
|
categoriesIds?: string[];
|
|
18
|
-
labelsIds?: string[];
|
|
19
11
|
categories?: Omit<IRTSeeStoryCategory, "stories">[];
|
|
20
|
-
labels?: Omit<IRTSeeStoryLabel, "stories">[];
|
|
21
12
|
preselectedSlideNumber?: number;
|
|
22
|
-
entityId?: string;
|
|
23
|
-
entity?: IRTSeeEntity;
|
|
24
|
-
rating?: number;
|
|
25
|
-
ratesCount?: number;
|
|
26
13
|
}
|
|
27
14
|
export interface IRTSeeStoryOptions extends IRTSeeHandlerCommonOptions {
|
|
28
15
|
storyData?: IRTSeeStory;
|
|
29
16
|
getRemoteSlides?: (options: IStorySlidesQuery) => Promise<IStorySlidesQueryResponse>;
|
|
30
17
|
entitiesRemoteActions?: IEntitiesRemoteActions & ITagsRemoteActions;
|
|
31
18
|
preloadBuffer?: number;
|
|
19
|
+
evCollector?: IRTSeeEventsCollector;
|
|
32
20
|
}
|
|
33
21
|
//# sourceMappingURL=RTSeeStory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RTSeeStory.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeeStory.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"RTSeeStory.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeeStory.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,EACzB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,0BAA0B,EAAE,qBAAqB,EAAC,MAAM,aAAa,CAAC;AAE9E,MAAM,WAAW,WAAY,SAAQ,YAAY;IAC/C,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,UAAU,CAAC,EAAE,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,EAAE,CAAC;IACpD,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,kBAAmB,SAAQ,0BAA0B;IACpE,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,eAAe,CAAC,EAAE,CAChB,OAAO,EAAE,iBAAiB,KACvB,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACxC,qBAAqB,CAAC,EAAE,sBAAsB,GAAG,kBAAkB,CAAC;IACpE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,qBAAqB,CAAC;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RTSeeTag.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RTSeeTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,SAAU,SAAQ,aAAa;IAC9C,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;CACxB"}
|
|
1
|
+
{"version":3,"file":"RTSeeTag.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RTSeeTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,SAAU,SAAQ,aAAa;IAC9C,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;CACxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rtsee/common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.65",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/common/src/index",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "09bf52b7bbbc7d02ccc621519e3ede7e1dd15d91"
|
|
35
35
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardEvent.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/DashboardEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,GAAG;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,CAAC,CAAC;CACV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardEvent.js","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/DashboardEvent.ts"],"names":[],"mappings":""}
|