@rtsee/common 0.0.61 → 0.0.64
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/conference/StorageProcessor.d.ts +2 -2
- package/dist/common/src/interfaces/conference/StorageProcessor.d.ts.map +1 -1
- package/dist/common/src/interfaces/conference/index.d.ts +2 -2
- package/dist/common/src/interfaces/emails/index.d.ts +1 -1
- package/dist/common/src/interfaces/entities/EntityConfiguration.d.ts.map +1 -1
- 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/entities/ManageEntitiesOptions.js +3 -0
- package/dist/common/src/interfaces/entities/ManageEntitiesOptions.js.map +1 -0
- package/dist/common/src/interfaces/entities/RemoteActions.d.ts +15 -0
- package/dist/common/src/interfaces/entities/RemoteActions.d.ts.map +1 -0
- package/dist/common/src/interfaces/{events-manager/DashboardEvent.js → entities/RemoteActions.js} +1 -1
- package/dist/common/src/interfaces/entities/RemoteActions.js.map +1 -0
- package/dist/common/src/interfaces/entities/index.d.ts +4 -2
- package/dist/common/src/interfaces/entities/index.d.ts.map +1 -1
- package/dist/common/src/interfaces/entities/index.js +2 -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/file-vault/Image.d.ts +2 -2
- package/dist/common/src/interfaces/file-vault/index.d.ts +2 -2
- package/dist/common/src/interfaces/index.d.ts +3 -3
- package/dist/common/src/interfaces/index.d.ts.map +1 -1
- package/dist/common/src/interfaces/index.js.map +1 -1
- package/dist/common/src/interfaces/messenger/Chat.d.ts +5 -2
- package/dist/common/src/interfaces/messenger/Chat.d.ts.map +1 -1
- package/dist/common/src/interfaces/messenger/Message.d.ts +2 -0
- package/dist/common/src/interfaces/messenger/Message.d.ts.map +1 -1
- package/dist/common/src/interfaces/messenger/Query.d.ts +3 -0
- package/dist/common/src/interfaces/messenger/Query.d.ts.map +1 -1
- package/dist/common/src/interfaces/messenger/StorageHandlers.d.ts.map +1 -1
- package/dist/common/src/interfaces/messenger/index.d.ts +1 -1
- package/dist/common/src/interfaces/payments/PaymentSession.d.ts +1 -1
- package/dist/common/src/interfaces/payments/Price.d.ts +1 -1
- package/dist/common/src/interfaces/payments/Product.d.ts +1 -1
- package/dist/common/src/interfaces/payments/Product.d.ts.map +1 -1
- package/dist/common/src/interfaces/payments/index.d.ts +4 -4
- package/dist/common/src/interfaces/presentation/Category.d.ts +7 -1
- package/dist/common/src/interfaces/presentation/Category.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/PresentationStorageHandlers.d.ts +5 -5
- package/dist/common/src/interfaces/presentation/PresentationStorageHandlers.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/RTSeePresentationOptions.d.ts +2 -1
- package/dist/common/src/interfaces/presentation/RTSeePresentationOptions.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/RTSeeStory.d.ts +8 -13
- package/dist/common/src/interfaces/presentation/RTSeeStory.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/Room.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/StoriesQuery.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/StorySession.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/StorySlidesQuery.d.ts.map +1 -1
- package/dist/common/src/interfaces/presentation/index.d.ts +14 -14
- package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.d.ts +5 -0
- package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.js +6 -0
- package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.js.map +1 -1
- package/dist/common/src/interfaces/utilities/UtilitiesStorageHandlers.d.ts +12 -7
- package/dist/common/src/interfaces/utilities/UtilitiesStorageHandlers.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/index.d.ts +4 -4
- package/dist/common/src/interfaces/utilities/rating/EntityRates.d.ts +2 -1
- package/dist/common/src/interfaces/utilities/rating/EntityRates.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/rating/Rate.d.ts +8 -3
- package/dist/common/src/interfaces/utilities/rating/Rate.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/rating/RateConfiguration.d.ts +1 -0
- package/dist/common/src/interfaces/utilities/rating/RateConfiguration.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/rating/RatesGroup.d.ts +28 -0
- package/dist/common/src/interfaces/utilities/rating/RatesGroup.d.ts.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/RatesGroup.js +3 -0
- package/dist/common/src/interfaces/utilities/rating/RatesGroup.js.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/Rating.d.ts +9 -0
- package/dist/common/src/interfaces/utilities/rating/Rating.d.ts.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/Rating.js +3 -0
- package/dist/common/src/interfaces/utilities/rating/Rating.js.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/RatingConfigsWithRates.d.ts +5 -0
- package/dist/common/src/interfaces/utilities/rating/RatingConfigsWithRates.d.ts.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/RatingConfigsWithRates.js +3 -0
- package/dist/common/src/interfaces/utilities/rating/RatingConfigsWithRates.js.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/RatingConfiguration.d.ts +5 -0
- package/dist/common/src/interfaces/utilities/rating/RatingConfiguration.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/rating/RemoteActions.d.ts +1 -0
- package/dist/common/src/interfaces/utilities/rating/RemoteActions.d.ts.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/RemoteActions.js +1 -0
- package/dist/common/src/interfaces/utilities/rating/RemoteActions.js.map +1 -0
- package/dist/common/src/interfaces/utilities/rating/index.d.ts +7 -4
- package/dist/common/src/interfaces/utilities/rating/index.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/rating/index.js +3 -0
- package/dist/common/src/interfaces/utilities/rating/index.js.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/dist/common/src/interfaces/utilities/tag/RemoteActions.d.ts +15 -0
- package/dist/common/src/interfaces/utilities/tag/RemoteActions.d.ts.map +1 -0
- package/dist/common/src/interfaces/utilities/tag/RemoteActions.js +3 -0
- package/dist/common/src/interfaces/utilities/tag/RemoteActions.js.map +1 -0
- package/dist/common/src/interfaces/utilities/tag/TagsQueries.d.ts +1 -1
- package/dist/common/src/interfaces/utilities/tag/index.d.ts +4 -3
- package/dist/common/src/interfaces/utilities/tag/index.d.ts.map +1 -1
- package/dist/common/src/interfaces/utilities/tag/index.js +1 -0
- package/dist/common/src/interfaces/utilities/tag/index.js.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IRTSeeConferenceRoom, IRTSeeCall, IRTSeeTransport } from "@rtsee/core";
|
|
2
2
|
export interface IRTSeeConferenceStorageProcessor {
|
|
3
|
-
createRoom(transport: IRTSeeTransport, roomData: Omit<IRTSeeConferenceRoom,
|
|
4
|
-
createCall(transport: IRTSeeTransport, call: Omit<IRTSeeCall,
|
|
3
|
+
createRoom(transport: IRTSeeTransport, roomData: Omit<IRTSeeConferenceRoom, "id">): Promise<IRTSeeConferenceRoom>;
|
|
4
|
+
createCall(transport: IRTSeeTransport, call: Omit<IRTSeeCall, "id" | "members">): Promise<IRTSeeCall | null>;
|
|
5
5
|
joinCall(transport: IRTSeeTransport, call: IRTSeeCall): Promise<IRTSeeCall | null>;
|
|
6
6
|
leaveCall(transport: IRTSeeTransport, call: IRTSeeCall): Promise<IRTSeeCall | null>;
|
|
7
7
|
endCall(transport: IRTSeeTransport, call: IRTSeeCall): Promise<IRTSeeCall | null>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/conference/StorageProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"StorageProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/conference/StorageProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEhF,MAAM,WAAW,gCAAgC;IAC/C,UAAU,CACR,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,IAAI,CAAC,oBAAoB,EAAE,IAAI,CAAC,GACzC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC,UAAU,CACR,SAAS,EAAE,eAAe,EAC1B,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,GAAG,SAAS,CAAC,GACvC,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAC9B,QAAQ,CACN,SAAS,EAAE,eAAe,EAC1B,IAAI,EAAE,UAAU,GACf,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAE9B,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,IAAI,EAAE,UAAU,GACf,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAC9B,OAAO,CACL,SAAS,EAAE,eAAe,EAC1B,IAAI,EAAE,UAAU,GACf,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;CAC/B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./Template";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityConfiguration.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/EntityConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"EntityConfiguration.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/EntityConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE1E,MAAM,WAAW,6BAA6B;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,yBACf,SAAQ,6BAA6B;IACrC,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;CACjD;AAED,MAAM,WAAW,iCAAiC;IAChD,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,kCAAkC;IACjD,cAAc,EAAE,yBAAyB,EAAE,CAAC;CAC7C;AAED,MAAM,WAAW,gCAAgC;IAC/C,aAAa,EAAE,MAAM,CAAC;IACtB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,iCAAiC;IAChD,aAAa,EAAE,yBAAyB,CAAC;CAC1C"}
|
|
@@ -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":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { RTSeeSignalRequest } from "@rtsee/core";
|
|
2
|
+
import { IRTSeeEntitiesRequest, IRTSeeEntitiesResponse, IRTSeeEntity, IRTSeeEntityConfiguration, IRTSeeEntityConfigurationRequest, IRTSeeEntityConfigurationResponse, IRTSeeEntityConfigurationsRequest, IRTSeeEntityConfigurationsResponse, IRTSeeEntityRequest, IRTSeeEntityResponse } from "@rtsee/common";
|
|
3
|
+
export interface IEntitiesRemoteActions {
|
|
4
|
+
getEntityConfigurations: RTSeeSignalRequest<IRTSeeEntityConfigurationsResponse, IRTSeeEntityConfigurationsRequest>;
|
|
5
|
+
getEntityConfiguration: RTSeeSignalRequest<IRTSeeEntityConfigurationResponse, IRTSeeEntityConfigurationRequest>;
|
|
6
|
+
createEntityConfiguration: RTSeeSignalRequest<IRTSeeEntityConfigurationResponse, Omit<IRTSeeEntityConfiguration, "id">>;
|
|
7
|
+
editEntityConfiguration: RTSeeSignalRequest<IRTSeeEntityConfigurationResponse, IRTSeeEntityConfiguration>;
|
|
8
|
+
deleteEntityConfiguration: RTSeeSignalRequest<IRTSeeEntityConfigurationResponse, IRTSeeEntityConfigurationRequest>;
|
|
9
|
+
getEntities: RTSeeSignalRequest<IRTSeeEntitiesResponse, IRTSeeEntitiesRequest>;
|
|
10
|
+
getEntity: RTSeeSignalRequest<IRTSeeEntityResponse, IRTSeeEntityRequest>;
|
|
11
|
+
createEntity: RTSeeSignalRequest<IRTSeeEntityResponse, Omit<IRTSeeEntity, "id">>;
|
|
12
|
+
editEntity: RTSeeSignalRequest<IRTSeeEntityResponse, IRTSeeEntity>;
|
|
13
|
+
deleteEntity: RTSeeSignalRequest<IRTSeeEntityResponse, IRTSeeEntityRequest>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=RemoteActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteActions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/RemoteActions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,YAAY,EACZ,yBAAyB,EACzB,gCAAgC,EAChC,iCAAiC,EACjC,iCAAiC,EACjC,kCAAkC,EAClC,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,sBAAsB;IAErC,uBAAuB,EAAE,kBAAkB,CACzC,kCAAkC,EAClC,iCAAiC,CAClC,CAAC;IACF,sBAAsB,EAAE,kBAAkB,CACxC,iCAAiC,EACjC,gCAAgC,CACjC,CAAC;IACF,yBAAyB,EAAE,kBAAkB,CAC3C,iCAAiC,EACjC,IAAI,CAAC,yBAAyB,EAAE,IAAI,CAAC,CACtC,CAAC;IACF,uBAAuB,EAAE,kBAAkB,CACzC,iCAAiC,EACjC,yBAAyB,CAC1B,CAAC;IACF,yBAAyB,EAAE,kBAAkB,CAC3C,iCAAiC,EACjC,gCAAgC,CACjC,CAAC;IAGF,WAAW,EAAE,kBAAkB,CAC7B,sBAAsB,EACtB,qBAAqB,CACtB,CAAC;IACF,SAAS,EAAE,kBAAkB,CAAC,oBAAoB,EAAE,mBAAmB,CAAC,CAAC;IACzE,YAAY,EAAE,kBAAkB,CAC9B,oBAAoB,EACpB,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CACzB,CAAC;IACF,UAAU,EAAE,kBAAkB,CAAC,oBAAoB,EAAE,YAAY,CAAC,CAAC;IACnE,YAAY,EAAE,kBAAkB,CAAC,oBAAoB,EAAE,mBAAmB,CAAC,CAAC;CAC7E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteActions.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/RemoteActions.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"}
|
|
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"}
|
|
@@ -16,4 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./EntityConfiguration"), exports);
|
|
18
18
|
__exportStar(require("./Entity"), exports);
|
|
19
|
+
__exportStar(require("./RemoteActions"), exports);
|
|
20
|
+
__exportStar(require("./ManageEntitiesOptions"), exports);
|
|
19
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"}
|
|
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"}
|
|
@@ -3,7 +3,7 @@ export interface IRTSeeImage {
|
|
|
3
3
|
width: number;
|
|
4
4
|
height: number;
|
|
5
5
|
aspectRatio: number;
|
|
6
|
-
smallVersion?: Omit<IRTSeeImage,
|
|
7
|
-
squareVersion?: Omit<IRTSeeImage,
|
|
6
|
+
smallVersion?: Omit<IRTSeeImage, "smallVersion" | "squareVersion">;
|
|
7
|
+
squareVersion?: Omit<IRTSeeImage, "squareVersion" | "smallVersion">;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=Image.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./Image";
|
|
2
|
+
export * from "./FileMetadata";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -3,8 +3,8 @@ export * from "./events-manager";
|
|
|
3
3
|
export * from "./conference";
|
|
4
4
|
export * from "./presentation";
|
|
5
5
|
export * from "./file-vault";
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
6
|
+
export * from "./payments";
|
|
7
|
+
export * from "./emails";
|
|
8
|
+
export * from "./utilities";
|
|
9
9
|
export * from "./entities";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,iDAA+B;AAC/B,+CAA6B;AAC7B,6CAA2B;AAC3B,2CAAyB;AACzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,iDAA+B;AAC/B,+CAA6B;AAC7B,6CAA2B;AAC3B,2CAAyB;AACzB,8CAA4B;AAC5B,6CAA2B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IRTSeeMessageBase, IRTSeeMessengerSignalingClient, RTSeeChatTypes } from "@rtsee/common";
|
|
1
|
+
import { IRTSeeMessageBase, IRTSeeMessengerSignalingClient, IRTSeeRatingConfiguration, RTSeeChatTypes } from "@rtsee/common";
|
|
2
2
|
import { IRTSeeChatMemberBase } from "./ChatMember";
|
|
3
|
-
import { IRTSeeConferenceRoom } from "@rtsee/core";
|
|
3
|
+
import { IRTSeeConferenceRoom, IRTSeeSignalingClientBase } from "@rtsee/core";
|
|
4
4
|
export interface IRTSeeChatBase {
|
|
5
5
|
id: string;
|
|
6
6
|
type: RTSeeChatTypes;
|
|
@@ -15,11 +15,14 @@ export interface IRTSeeChatBase {
|
|
|
15
15
|
export interface IRTSeeChat extends Omit<IRTSeeChatBase, "creatorId"> {
|
|
16
16
|
clientId?: string;
|
|
17
17
|
signalingClient?: IRTSeeMessengerSignalingClient;
|
|
18
|
+
utilitiesSignalingClient?: IRTSeeSignalingClientBase;
|
|
18
19
|
creator: IRTSeeChatMemberBase;
|
|
19
20
|
members: IRTSeeChatMemberBase[];
|
|
20
21
|
messages: IRTSeeMessageBase[];
|
|
21
22
|
unreadMessagesCount: number;
|
|
22
23
|
lastSeenMessageId?: string;
|
|
23
24
|
isStandalone?: boolean;
|
|
25
|
+
ratingConfigurationId?: string;
|
|
26
|
+
ratingConfiguration?: IRTSeeRatingConfiguration;
|
|
24
27
|
}
|
|
25
28
|
//# sourceMappingURL=Chat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/Chat.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,8BAA8B,EAC9B,cAAc,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/Chat.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,8BAA8B,EAC9B,yBAAyB,EACzB,cAAc,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAE9E,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,cAAc,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAaD,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,cAAc,EAAE,WAAW,CAAC;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,8BAA8B,CAAC;IACjD,wBAAwB,CAAC,EAAE,yBAAyB,CAAC;IACrD,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;CACjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/Message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,iBAAiB,CAAC,CAAC,GAAG,GAAG;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/Message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,iBAAiB,CAAC,CAAC,GAAG,GAAG;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,CAAC,CAAC;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -3,6 +3,9 @@ export interface IRTSeePaginatedQueryParams {
|
|
|
3
3
|
limit?: number;
|
|
4
4
|
offset?: number;
|
|
5
5
|
}
|
|
6
|
+
export interface IRTSeePaginatedQueryResponse {
|
|
7
|
+
total: number;
|
|
8
|
+
}
|
|
6
9
|
export interface IRTSeeMessengerQuery extends IRTSeePaginatedQueryParams {
|
|
7
10
|
chatId?: string;
|
|
8
11
|
clientId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,6BAA6B,
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,6BAA6B,EAC7B,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,0BAA0B;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,4BAA4B;IAC3C,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,oBAAqB,SAAQ,0BAA0B;IACtE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mBAAoB,SAAQ,oBAAoB;IAC/D,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,6BAA6B,CAAC;CAC3C;AAED,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,6BAA6B,CAAC;IACzC,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/StorageHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,gCAAgC,EAChC,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,eAAe,CAAC;AACvB,OAAO,
|
|
1
|
+
{"version":3,"file":"StorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/messenger/StorageHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,gCAAgC,EAChC,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAErD,MAAM,WAAW,8BAA8B;IAC7C,WAAW,EAAE,CACX,SAAS,EAAE,eAAe,EAC1B,EAAE,EAAE,MAAM,KACP,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,CAAC;IAC3B,UAAU,EAAE,CACV,SAAS,EAAE,eAAe,EAC1B,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,KACjB,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,CAAC;IAC3B,WAAW,EAAE,CACX,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,mBAAmB,KACzB,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACnC,QAAQ,EAAE,CACR,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,gBAAgB,KACtB,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAChC,OAAO,EAAE,CACP,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,gBAAgB,KACtB,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAChC,qBAAqB,EAAE,CACrB,SAAS,EAAE,eAAe,EAC1B,UAAU,CAAC,EAAE,MAAM,EAAE,KAClB,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,kBAAkB,EAAE,CAClB,SAAS,EAAE,eAAe,EAC1B,MAAM,CAAC,EAAE,MAAM,KACZ,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,cAAc,EAAE,CACd,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,iBAAiB,KACvB,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAChC,UAAU,EAAE,CACV,SAAS,EAAE,eAAe,EAC1B,IAAI,EAAE,uBAAuB,KAC1B,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAChC,eAAe,EAAE,CACf,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,MAAM,KACX,OAAO,CAAC,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC;IAC9B,4BAA4B,CAAC,EAAE,CAC7B,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,gCAAgC,KACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,wBAAwB,CAAC,EAAE,CACzB,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,gCAAgC,KACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,aAAa,CAAC,EAAE,CACd,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,4BAA4B,KAClC,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC5C"}
|
|
@@ -10,5 +10,5 @@ export * from "./SearchResponse";
|
|
|
10
10
|
export * from "./MessageThumbnail";
|
|
11
11
|
export * from "./StorageHandlers";
|
|
12
12
|
export * from "./MessengerClientEvents";
|
|
13
|
-
export * from
|
|
13
|
+
export * from "./RTSeeMessengerEvents";
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -17,7 +17,7 @@ export interface IRTSeePaymentPlanInfo {
|
|
|
17
17
|
activeTo: Date;
|
|
18
18
|
}
|
|
19
19
|
export interface IRTSeePaymentStatus {
|
|
20
|
-
status:
|
|
20
|
+
status: "complete" | "expired" | "open" | "unavailable";
|
|
21
21
|
customerEmail: string;
|
|
22
22
|
customerId: string;
|
|
23
23
|
paymentPlan: IRTSeePaymentPlanInfo;
|
|
@@ -7,7 +7,7 @@ export interface IRTSeePaymentPriceItem {
|
|
|
7
7
|
description: string;
|
|
8
8
|
}
|
|
9
9
|
export interface IRTSeeCreatePriceItemRequest {
|
|
10
|
-
item: Omit<IRTSeePaymentPriceItem,
|
|
10
|
+
item: Omit<IRTSeePaymentPriceItem, "id">;
|
|
11
11
|
}
|
|
12
12
|
export interface IRTSeePriceItemResponse {
|
|
13
13
|
item: IRTSeePaymentPriceItem;
|
|
@@ -7,7 +7,7 @@ export interface IRTSeePaymentProduct {
|
|
|
7
7
|
prices?: IRTSeePaymentPriceItem[];
|
|
8
8
|
}
|
|
9
9
|
export interface IRTSeeCreatePaymentProductRequest {
|
|
10
|
-
product: Omit<IRTSeePaymentProduct,
|
|
10
|
+
product: Omit<IRTSeePaymentProduct, "id">;
|
|
11
11
|
}
|
|
12
12
|
export interface IRTSeePaymentProductResponse {
|
|
13
13
|
product: IRTSeePaymentProduct;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/payments/Product.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/payments/Product.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAEvD,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,iCAAiC;IAChD,OAAO,EAAE,IAAI,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC;CAC3C;AAED,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,oBAAoB,CAAC;CAC/B;AAED,MAAM,WAAW,iCAAiC;IAChD,QAAQ,EAAE,oBAAoB,EAAE,CAAC;CAClC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./PaymentSession";
|
|
2
|
+
export * from "./Price";
|
|
3
|
+
export * from "./Configuration";
|
|
4
|
+
export * from "./Product";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { IRTSeeStory, IRTSeeStorySession } from "@rtsee/common";
|
|
1
|
+
import { IEntitiesRemoteActions, IRTSeeStory, IRTSeeStorySession, ITagsRemoteActions } from "@rtsee/common";
|
|
2
|
+
import { IRTSeeHandlerCommonOptions, IRTSeeEventsCollector } from "@rtsee/core";
|
|
2
3
|
export interface IRTSeeStoryCategoryBase {
|
|
3
4
|
id: string;
|
|
4
5
|
name: string;
|
|
@@ -7,6 +8,11 @@ export interface IRTSeeStoryCategoryBase {
|
|
|
7
8
|
export interface IRTSeeStoryCategory extends IRTSeeStoryCategoryBase {
|
|
8
9
|
stories: IRTSeeStory[];
|
|
9
10
|
}
|
|
11
|
+
export interface IRTSeeStoryCategoryOptions extends IRTSeeHandlerCommonOptions {
|
|
12
|
+
entitiesRemoteActions?: IEntitiesRemoteActions & ITagsRemoteActions;
|
|
13
|
+
categoryData?: IRTSeeStoryCategory;
|
|
14
|
+
evCollector?: IRTSeeEventsCollector;
|
|
15
|
+
}
|
|
10
16
|
export interface IRTSeeStoryCategoryRequestOptions {
|
|
11
17
|
id: string;
|
|
12
18
|
populate: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Category.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
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"}
|
|
@@ -9,29 +9,29 @@ export interface IPresentationStorageHandlers {
|
|
|
9
9
|
getRoomsForPeer(transport: IRTSeeTransport): Promise<IPresentationRoom[]>;
|
|
10
10
|
getStories(transport: IRTSeeTransport, options: IStoriesQuery): Promise<IStoriesQueryResponse>;
|
|
11
11
|
getStory(transport: IRTSeeTransport, storyId: string): Promise<IRTSeeStory>;
|
|
12
|
-
createStory(transport: IRTSeeTransport, options: Omit<IRTSeeStory,
|
|
12
|
+
createStory(transport: IRTSeeTransport, options: Omit<IRTSeeStory, "id">): Promise<IRTSeeStory>;
|
|
13
13
|
editStory(transport: IRTSeeTransport, options: IRTSeeStory): Promise<IRTSeeStory>;
|
|
14
14
|
deleteStory(transport: IRTSeeTransport, storyId: string): Promise<IRTSeeStory>;
|
|
15
15
|
publishStory(transport: IRTSeeTransport, storyId: string): Promise<IRTSeeStory>;
|
|
16
16
|
getSlides(transport: IRTSeeTransport, options: IStorySlidesQuery): Promise<IStorySlidesQueryResponse>;
|
|
17
|
-
createSlide(transport: IRTSeeTransport, options: Omit<IRTSeeStorySlide,
|
|
17
|
+
createSlide(transport: IRTSeeTransport, options: Omit<IRTSeeStorySlide, "id">): Promise<IRTSeeStorySlide>;
|
|
18
18
|
editSlide(transport: IRTSeeTransport, options: IRTSeeStorySlide): Promise<IRTSeeStorySlide>;
|
|
19
19
|
deleteSlide(transport: IRTSeeTransport, slideId: string): Promise<IRTSeeStorySlide>;
|
|
20
20
|
processStorySessionEvent(transport: IRTSeeTransport, options: Partial<IRTSeeStorySession>): Promise<IRTSeeStorySession>;
|
|
21
21
|
getCategories(transport: IRTSeeTransport, options: IRTSeeStoryCategoriesRequestOptions): Promise<IRTSeeStoryCategoryResponse>;
|
|
22
|
-
createCategory(transport: IRTSeeTransport, category: Omit<IRTSeeStoryCategory,
|
|
22
|
+
createCategory(transport: IRTSeeTransport, category: Omit<IRTSeeStoryCategory, "id">): Promise<IRTSeeStoryCategory>;
|
|
23
23
|
deleteCategory(transport: IRTSeeTransport, categoryId: string): Promise<IRTSeeStoryCategory | null>;
|
|
24
24
|
updateCategory(transport: IRTSeeTransport, category: IRTSeeStoryCategory): Promise<IRTSeeStoryCategory | null>;
|
|
25
25
|
addStoryToCategory(transport: IRTSeeTransport, storyId: string, categoryId: string): Promise<IRTSeeStory | null>;
|
|
26
26
|
removeStoryFromCategory(transport: IRTSeeTransport, storyId: string, categoryId: string): Promise<IRTSeeStory | null>;
|
|
27
27
|
getLabels(transport: IRTSeeTransport, populate?: boolean): Promise<IRTSeeStoryLabel[]>;
|
|
28
28
|
getLabel(transport: IRTSeeTransport, options: IRTSeeStoryLabelRequestOptions): Promise<IRTSeeStoryLabel>;
|
|
29
|
-
createLabel(transport: IRTSeeTransport, label: Omit<IRTSeeStoryLabel,
|
|
29
|
+
createLabel(transport: IRTSeeTransport, label: Omit<IRTSeeStoryLabel, "id" | "stories">): Promise<IRTSeeStoryLabel>;
|
|
30
30
|
editLabel(transport: IRTSeeTransport, label: IRTSeeStoryLabel): Promise<IRTSeeStoryLabel>;
|
|
31
31
|
deleteLabel(transport: IRTSeeTransport, labelId: string): Promise<IRTSeeStoryLabel>;
|
|
32
32
|
getTopics(transport: IRTSeeTransport, populate?: boolean): Promise<IRTSeeStoryTopic[]>;
|
|
33
33
|
getTopic(transport: IRTSeeTransport, options: IRTSeeStoryTopicRequestOptions): Promise<IRTSeeStoryTopic>;
|
|
34
|
-
createTopic(transport: IRTSeeTransport, topic: Omit<IRTSeeStoryTopic,
|
|
34
|
+
createTopic(transport: IRTSeeTransport, topic: Omit<IRTSeeStoryTopic, "id">): Promise<IRTSeeStoryTopic>;
|
|
35
35
|
editTopic(transport: IRTSeeTransport, topic: IRTSeeStoryTopic): Promise<IRTSeeStoryTopic>;
|
|
36
36
|
deleteTopic(transport: IRTSeeTransport, topicId: string): Promise<IRTSeeStoryTopic>;
|
|
37
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationStorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/PresentationStorageHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,WAAW,EACX,mCAAmC,EACnC,mBAAmB,EACnB,2BAA2B,EAC3B,gBAAgB,EAChB,8BAA8B,EAC9B,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,8BAA8B,EAC9B,aAAa,EACb,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG9C,MAAM,WAAW,4BAA4B;IAE3C,UAAU,
|
|
1
|
+
{"version":3,"file":"PresentationStorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/PresentationStorageHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,WAAW,EACX,mCAAmC,EACnC,mBAAmB,EACnB,2BAA2B,EAC3B,gBAAgB,EAChB,8BAA8B,EAC9B,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,8BAA8B,EAC9B,aAAa,EACb,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG9C,MAAM,WAAW,4BAA4B;IAE3C,UAAU,CACR,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACrC,UAAU,CACR,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACrC,iBAAiB,CACf,SAAS,EAAE,eAAe,EAC1B,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACrC,YAAY,CAAC,SAAS,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxE,UAAU,CAAC,SAAS,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE,eAAe,CAAC,SAAS,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC;IAG1E,UAAU,CACR,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,aAAa,GACrB,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC,QAAQ,CAAC,SAAS,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC5E,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,GAC/B,OAAO,CAAC,WAAW,CAAC,CAAC;IACxB,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,WAAW,GACnB,OAAO,CAAC,WAAW,CAAC,CAAC;IACxB,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,WAAW,CAAC,CAAC;IACxB,YAAY,CACV,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,WAAW,CAAC,CAAC;IAGxB,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,GACpC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,wBAAwB,CACtB,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,OAAO,CAAC,kBAAkB,CAAC,GACnC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAG/B,aAAa,CACX,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,mCAAmC,GAC3C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC,cAAc,CACZ,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,GACxC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC,cAAc,CACZ,SAAS,EAAE,eAAe,EAC1B,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC;IACvC,cAAc,CACZ,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,mBAAmB,GAC5B,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC;IACvC,kBAAkB,CAChB,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAC/B,uBAAuB,CACrB,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAG/B,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,QAAQ,CAAC,EAAE,OAAO,GACjB,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAC/B,QAAQ,CACN,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,8BAA8B,GACtC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,SAAS,CAAC,GAC9C,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,KAAK,EAAE,gBAAgB,GACtB,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAG7B,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,QAAQ,CAAC,EAAE,OAAO,GACjB,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAC/B,QAAQ,CACN,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,8BAA8B,GACtC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAClC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,SAAS,CACP,SAAS,EAAE,eAAe,EAC1B,KAAK,EAAE,gBAAgB,GACtB,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B,WAAW,CACT,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAAC;CAC9B"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { IStoriesQuery, IStoriesQueryResponse, IStorySlidesQuery, IStorySlidesQueryResponse } from "@rtsee/common";
|
|
2
|
-
import { IRTSeeCoreOptions } from "@rtsee/core";
|
|
2
|
+
import { IRTSeeCoreOptions, IRTSeeSignalingClientBase } from "@rtsee/core";
|
|
3
3
|
export interface IRTSeePresentationOptions extends IRTSeeCoreOptions {
|
|
4
4
|
getStories?: (options: IStoriesQuery) => Promise<IStoriesQueryResponse>;
|
|
5
5
|
getSlides?: (options: IStorySlidesQuery) => Promise<IStorySlidesQueryResponse>;
|
|
6
6
|
roomPrefix: string;
|
|
7
7
|
step?: number;
|
|
8
8
|
companionUrl?: string;
|
|
9
|
+
utilitiesSignalingClient?: IRTSeeSignalingClientBase;
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=RTSeePresentationOptions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RTSeePresentationOptions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeePresentationOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"RTSeePresentationOptions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeePresentationOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,qBAAqB,EACrB,iBAAiB,EACjB,yBAAyB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAE3E,MAAM,WAAW,yBAA0B,SAAQ,iBAAiB;IAClE,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACxE,SAAS,CAAC,EAAE,CACV,OAAO,EAAE,iBAAiB,KACvB,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wBAAwB,CAAC,EAAE,yBAAyB,CAAC;CACtD"}
|
|
@@ -1,26 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
name: string;
|
|
5
|
-
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 {
|
|
6
4
|
totalSlides: number;
|
|
7
|
-
commentsEnabled?: boolean;
|
|
8
|
-
discussionId?: string;
|
|
9
|
-
discussion?: IRTSeeChat;
|
|
10
5
|
averageReadTime?: number;
|
|
11
6
|
description?: string;
|
|
12
|
-
background?: string;
|
|
13
7
|
authorId?: string;
|
|
14
8
|
isPublished?: boolean;
|
|
15
9
|
slides?: IRTSeeStorySlide[];
|
|
16
10
|
categoriesIds?: string[];
|
|
17
|
-
|
|
18
|
-
categories?: Omit<IRTSeeStoryCategory, 'stories'>[];
|
|
19
|
-
labels?: Omit<IRTSeeStoryLabel, 'stories'>[];
|
|
11
|
+
categories?: Omit<IRTSeeStoryCategory, "stories">[];
|
|
20
12
|
preselectedSlideNumber?: number;
|
|
21
13
|
}
|
|
22
|
-
export interface IRTSeeStoryOptions extends
|
|
14
|
+
export interface IRTSeeStoryOptions extends IRTSeeHandlerCommonOptions {
|
|
15
|
+
storyData?: IRTSeeStory;
|
|
23
16
|
getRemoteSlides?: (options: IStorySlidesQuery) => Promise<IStorySlidesQueryResponse>;
|
|
17
|
+
entitiesRemoteActions?: IEntitiesRemoteActions & ITagsRemoteActions;
|
|
24
18
|
preloadBuffer?: number;
|
|
19
|
+
evCollector?: IRTSeeEventsCollector;
|
|
25
20
|
}
|
|
26
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":"Room.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Room.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,wBAAyB,SAAQ,OAAO,CAAC,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"Room.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Room.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,wBAAyB,SAAQ,OAAO,CAAC,iBAAiB,CAAC;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StoriesQuery.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/StoriesQuery.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"StoriesQuery.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/StoriesQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEjE,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,mBAAmB,EAAE,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorySession.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/StorySession.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"StorySession.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/StorySession.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB"}
|