@rtsee/common 0.0.61 → 0.0.63
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/RemoteActions.d.ts +15 -0
- package/dist/common/src/interfaces/entities/RemoteActions.d.ts.map +1 -0
- package/dist/common/src/interfaces/entities/RemoteActions.js +3 -0
- package/dist/common/src/interfaces/entities/RemoteActions.js.map +1 -0
- package/dist/common/src/interfaces/entities/index.d.ts +3 -2
- 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/StorageProcessor.d.ts.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 +6 -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 +11 -4
- 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/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
|
@@ -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,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"}
|
|
@@ -16,4 +16,5 @@ 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);
|
|
19
20
|
//# 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"}
|
|
@@ -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,oBAAoB,EACpB,yBAAyB,EACzB,gCAAgC,EACjC,MAAM,eAAe,CAAC;AACvB,OAAO,
|
|
1
|
+
{"version":3,"file":"StorageProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/StorageProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,yBAAyB,EACzB,gCAAgC,EACjC,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAe,MAAM,aAAa,CAAC;AAE3D,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"}
|
|
@@ -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 } from "@rtsee/core";
|
|
2
3
|
export interface IRTSeeStoryCategoryBase {
|
|
3
4
|
id: string;
|
|
4
5
|
name: string;
|
|
@@ -7,6 +8,10 @@ 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
|
+
}
|
|
10
15
|
export interface IRTSeeStoryCategoryRequestOptions {
|
|
11
16
|
id: string;
|
|
12
17
|
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,MAAM,aAAa,CAAC;AAEzD,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;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":"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"}
|
|
@@ -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,4 +1,5 @@
|
|
|
1
|
-
import { IRTSeeChat, IRTSeeStoryCategory, IRTSeeStoryLabel, IRTSeeStorySlide, IStorySlidesQuery, IStorySlidesQueryResponse } from
|
|
1
|
+
import { IRTSeeChat, IRTSeeEntity, IRTSeeStoryCategory, IRTSeeStoryLabel, IRTSeeStorySlide, IStorySlidesQuery, IStorySlidesQueryResponse, IEntitiesRemoteActions, ITagsRemoteActions } from "@rtsee/common";
|
|
2
|
+
import { IRTSeeHandlerCommonOptions } from "@rtsee/core";
|
|
2
3
|
export interface IRTSeeStory {
|
|
3
4
|
id: string;
|
|
4
5
|
name: string;
|
|
@@ -15,12 +16,18 @@ export interface IRTSeeStory {
|
|
|
15
16
|
slides?: IRTSeeStorySlide[];
|
|
16
17
|
categoriesIds?: string[];
|
|
17
18
|
labelsIds?: string[];
|
|
18
|
-
categories?: Omit<IRTSeeStoryCategory,
|
|
19
|
-
labels?: Omit<IRTSeeStoryLabel,
|
|
19
|
+
categories?: Omit<IRTSeeStoryCategory, "stories">[];
|
|
20
|
+
labels?: Omit<IRTSeeStoryLabel, "stories">[];
|
|
20
21
|
preselectedSlideNumber?: number;
|
|
22
|
+
entityId?: string;
|
|
23
|
+
entity?: IRTSeeEntity;
|
|
24
|
+
rating?: number;
|
|
25
|
+
ratesCount?: number;
|
|
21
26
|
}
|
|
22
|
-
export interface IRTSeeStoryOptions extends
|
|
27
|
+
export interface IRTSeeStoryOptions extends IRTSeeHandlerCommonOptions {
|
|
28
|
+
storyData?: IRTSeeStory;
|
|
23
29
|
getRemoteSlides?: (options: IStorySlidesQuery) => Promise<IStorySlidesQueryResponse>;
|
|
30
|
+
entitiesRemoteActions?: IEntitiesRemoteActions & ITagsRemoteActions;
|
|
24
31
|
preloadBuffer?: number;
|
|
25
32
|
}
|
|
26
33
|
//# 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,UAAU,EACV,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,
|
|
1
|
+
{"version":3,"file":"RTSeeStory.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeeStory.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,EACzB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAEzD,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,EAAE,CAAC;IACpD,MAAM,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,SAAS,CAAC,EAAE,CAAC;IAC7C,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;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;CACxB"}
|
|
@@ -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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorySlidesQuery.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/StorySlidesQuery.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"StorySlidesQuery.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/StorySlidesQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,6BAA6B,EAAE,MAAM,eAAe,CAAC;AAEhF,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,6BAA6B,CAAC;IACzC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
1
|
+
export * from "./RTSeeStory";
|
|
2
|
+
export * from "./RTSeeStorySlide";
|
|
3
|
+
export * from "./StorySlidesQuery";
|
|
4
|
+
export * from "./StoriesQuery";
|
|
5
|
+
export * from "./RTSeePresentationOptions";
|
|
6
|
+
export * from "./RTSeeUtilitiesOptions";
|
|
7
|
+
export * from "./Room";
|
|
8
|
+
export * from "./PresentationStorageHandlers";
|
|
9
|
+
export * from "./PresentationSignalingEvents";
|
|
10
|
+
export * from "./SlideNavigationEvent";
|
|
11
|
+
export * from "./Category";
|
|
12
|
+
export * from "./Label";
|
|
13
|
+
export * from "./StorySession";
|
|
14
|
+
export * from "./Topic";
|
|
15
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -9,6 +9,11 @@ export declare enum UtilitiesSignalingEvents {
|
|
|
9
9
|
CREATE_RATE = "rtsee-create-rate",
|
|
10
10
|
EDIT_RATE = "rtsee-edit-rate",
|
|
11
11
|
DELETE_RATE = "rtsee-delete-rate",
|
|
12
|
+
GET_RATE_GROUPS = "rtsee-get-rate-groups",
|
|
13
|
+
GET_RATE_GROUP = "rtsee-get-rate-group",
|
|
14
|
+
CREATE_RATE_GROUP = "rtsee-create-rate-group",
|
|
15
|
+
EDIT_RATE_GROUP = "rtsee-edit-rate-group",
|
|
16
|
+
DELETE_RATE_GROUP = "rtsee-delete-rate-group",
|
|
12
17
|
GET_TAGS = "rtsee-get-tags",
|
|
13
18
|
GET_TAG = "rtsee-get-tag",
|
|
14
19
|
CREATE_TAG = "rtsee-create-tag",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UtilitiesSignalingEvents.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesSignalingEvents.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAElC,yBAAyB,oCAAoC;IAC7D,wBAAwB,mCAAmC;IAC3D,2BAA2B,sCAAsC;IACjE,yBAAyB,oCAAoC;IAC7D,2BAA2B,sCAAsC;IAGjE,SAAS,oBAAoB;IAC7B,QAAQ,mBAAmB;IAC3B,WAAW,sBAAsB;IACjC,SAAS,oBAAoB;IAC7B,WAAW,sBAAsB;IAGjC,QAAQ,mBAAmB;IAC3B,OAAO,kBAAkB;IACzB,UAAU,qBAAqB;IAC/B,QAAQ,mBAAmB;IAC3B,UAAU,qBAAqB;IAG/B,cAAc,yBAAyB;IACvC,aAAa,wBAAwB;IACrC,gBAAgB,2BAA2B;IAC3C,cAAc,yBAAyB;IACvC,gBAAgB,2BAA2B;IAG3C,yBAAyB,oCAAoC;IAC7D,wBAAwB,mCAAmC;IAC3D,2BAA2B,sCAAsC;IACjE,yBAAyB,oCAAoC;IAC7D,2BAA2B,sCAAsC;IAGjE,YAAY,uBAAuB;IACnC,UAAU,qBAAqB;IAC/B,aAAa,wBAAwB;IACrC,WAAW,sBAAsB;IACjC,aAAa,wBAAwB;CACtC"}
|
|
1
|
+
{"version":3,"file":"UtilitiesSignalingEvents.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesSignalingEvents.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAElC,yBAAyB,oCAAoC;IAC7D,wBAAwB,mCAAmC;IAC3D,2BAA2B,sCAAsC;IACjE,yBAAyB,oCAAoC;IAC7D,2BAA2B,sCAAsC;IAGjE,SAAS,oBAAoB;IAC7B,QAAQ,mBAAmB;IAC3B,WAAW,sBAAsB;IACjC,SAAS,oBAAoB;IAC7B,WAAW,sBAAsB;IAGjC,eAAe,0BAA0B;IACzC,cAAc,yBAAyB;IACvC,iBAAiB,4BAA4B;IAC7C,eAAe,0BAA0B;IACzC,iBAAiB,4BAA4B;IAG7C,QAAQ,mBAAmB;IAC3B,OAAO,kBAAkB;IACzB,UAAU,qBAAqB;IAC/B,QAAQ,mBAAmB;IAC3B,UAAU,qBAAqB;IAG/B,cAAc,yBAAyB;IACvC,aAAa,wBAAwB;IACrC,gBAAgB,2BAA2B;IAC3C,cAAc,yBAAyB;IACvC,gBAAgB,2BAA2B;IAG3C,yBAAyB,oCAAoC;IAC7D,wBAAwB,mCAAmC;IAC3D,2BAA2B,sCAAsC;IACjE,yBAAyB,oCAAoC;IAC7D,2BAA2B,sCAAsC;IAGjE,YAAY,uBAAuB;IACnC,UAAU,qBAAqB;IAC/B,aAAa,wBAAwB;IACrC,WAAW,sBAAsB;IACjC,aAAa,wBAAwB;CACtC"}
|
|
@@ -15,6 +15,12 @@ var UtilitiesSignalingEvents;
|
|
|
15
15
|
UtilitiesSignalingEvents["CREATE_RATE"] = "rtsee-create-rate";
|
|
16
16
|
UtilitiesSignalingEvents["EDIT_RATE"] = "rtsee-edit-rate";
|
|
17
17
|
UtilitiesSignalingEvents["DELETE_RATE"] = "rtsee-delete-rate";
|
|
18
|
+
// rate groups
|
|
19
|
+
UtilitiesSignalingEvents["GET_RATE_GROUPS"] = "rtsee-get-rate-groups";
|
|
20
|
+
UtilitiesSignalingEvents["GET_RATE_GROUP"] = "rtsee-get-rate-group";
|
|
21
|
+
UtilitiesSignalingEvents["CREATE_RATE_GROUP"] = "rtsee-create-rate-group";
|
|
22
|
+
UtilitiesSignalingEvents["EDIT_RATE_GROUP"] = "rtsee-edit-rate-group";
|
|
23
|
+
UtilitiesSignalingEvents["DELETE_RATE_GROUP"] = "rtsee-delete-rate-group";
|
|
18
24
|
// tags
|
|
19
25
|
UtilitiesSignalingEvents["GET_TAGS"] = "rtsee-get-tags";
|
|
20
26
|
UtilitiesSignalingEvents["GET_TAG"] = "rtsee-get-tag";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UtilitiesSignalingEvents.js","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesSignalingEvents.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"UtilitiesSignalingEvents.js","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesSignalingEvents.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAiDX;AAjDD,WAAY,wBAAwB;IAClC,wBAAwB;IACxB,yFAA6D,CAAA;IAC7D,uFAA2D,CAAA;IAC3D,6FAAiE,CAAA;IACjE,yFAA6D,CAAA;IAC7D,6FAAiE,CAAA;IAEjE,QAAQ;IACR,yDAA6B,CAAA;IAC7B,uDAA2B,CAAA;IAC3B,6DAAiC,CAAA;IACjC,yDAA6B,CAAA;IAC7B,6DAAiC,CAAA;IAEjC,cAAc;IACd,qEAAyC,CAAA;IACzC,mEAAuC,CAAA;IACvC,yEAA6C,CAAA;IAC7C,qEAAyC,CAAA;IACzC,yEAA6C,CAAA;IAE7C,OAAO;IACP,uDAA2B,CAAA;IAC3B,qDAAyB,CAAA;IACzB,2DAA+B,CAAA;IAC/B,uDAA2B,CAAA;IAC3B,2DAA+B,CAAA;IAE/B,aAAa;IACb,mEAAuC,CAAA;IACvC,iEAAqC,CAAA;IACrC,uEAA2C,CAAA;IAC3C,mEAAuC,CAAA;IACvC,uEAA2C,CAAA;IAE3C,wBAAwB;IACxB,yFAA6D,CAAA;IAC7D,uFAA2D,CAAA;IAC3D,6FAAiE,CAAA;IACjE,yFAA6D,CAAA;IAC7D,6FAAiE,CAAA;IAEjE,WAAW;IACX,+DAAmC,CAAA;IACnC,2DAA+B,CAAA;IAC/B,iEAAqC,CAAA;IACrC,6DAAiC,CAAA;IACjC,iEAAqC,CAAA;AACvC,CAAC,EAjDW,wBAAwB,wCAAxB,wBAAwB,QAiDnC"}
|
|
@@ -1,34 +1,39 @@
|
|
|
1
|
-
import { IRTSeeRate, IRTSeeTagBase, IRTSeeTagGroupBase, IRTSeeRatesRequest, IRTSeeTagsRequest, IRTSeeTagGroup, IRTSeeRatesResponse, IRTSeeRateResponse, IRTSeeTagsResponse, IRTSeeTagResponse, IRTSeeTagGroupsResponse, IRTSeeTagGroupResponse, IRTSeeTagGroupsRequest, IRTSeeRatingConfigurationsRequest, IRTSeeRatingConfigurationsResponse, IRTSeeRatingConfigurationResponse, IRTSeeRatingConfiguration, IRTSeeEntityConfigurationsRequest, IRTSeeEntityConfigurationsResponse, IRTSeeEntityConfigurationRequest, IRTSeeEntityConfigurationResponse, IRTSeeEntityConfiguration, IRTSeeEntitiesRequest, IRTSeeEntitiesResponse, IRTSeeEntityRequest, IRTSeeEntityResponse, IRTSeeEntity } from "@rtsee/common";
|
|
1
|
+
import { IRTSeeRate, IRTSeeRatesGroup, IRTSeeRateGroupsRequest, IRTSeeRatesGroupResponse, IRTSeeRatesGroupsResponse, IRTSeeTagBase, IRTSeeTagGroupBase, IRTSeeRatesRequest, IRTSeeTagsRequest, IRTSeeTagGroup, IRTSeeRatesResponse, IRTSeeRateResponse, IRTSeeTagsResponse, IRTSeeTagResponse, IRTSeeTagGroupsResponse, IRTSeeTagGroupResponse, IRTSeeTagGroupsRequest, IRTSeeRatingConfigurationsRequest, IRTSeeRatingConfigurationsResponse, IRTSeeRatingConfigurationResponse, IRTSeeRatingConfiguration, IRTSeeEntityConfigurationsRequest, IRTSeeEntityConfigurationsResponse, IRTSeeEntityConfigurationRequest, IRTSeeEntityConfigurationResponse, IRTSeeEntityConfiguration, IRTSeeEntitiesRequest, IRTSeeEntitiesResponse, IRTSeeEntityRequest, IRTSeeEntityResponse, IRTSeeEntity } from "@rtsee/common";
|
|
2
2
|
import { IRTSeeTransport } from "@rtsee/core";
|
|
3
3
|
export interface IUtilitiesStorageHandlers {
|
|
4
4
|
getRatingConfigurations(transport: IRTSeeTransport, options: IRTSeeRatingConfigurationsRequest): Promise<IRTSeeRatingConfigurationsResponse>;
|
|
5
5
|
getRatingConfiguration(transport: IRTSeeTransport, ratingConfigurationId: string): Promise<IRTSeeRatingConfigurationResponse>;
|
|
6
|
-
createRatingConfiguration(transport: IRTSeeTransport, options: Omit<IRTSeeRatingConfiguration,
|
|
6
|
+
createRatingConfiguration(transport: IRTSeeTransport, options: Omit<IRTSeeRatingConfiguration, "id">): Promise<IRTSeeRatingConfigurationResponse>;
|
|
7
7
|
editRatingConfiguration(transport: IRTSeeTransport, options: IRTSeeRatingConfiguration): Promise<IRTSeeRatingConfigurationResponse>;
|
|
8
8
|
deleteRatingConfiguration(transport: IRTSeeTransport, ratingConfigurationId: string): Promise<IRTSeeRatingConfigurationResponse>;
|
|
9
9
|
getRates(transport: IRTSeeTransport, options: IRTSeeRatesRequest): Promise<IRTSeeRatesResponse>;
|
|
10
10
|
getRate(transport: IRTSeeTransport, rateId: string): Promise<IRTSeeRateResponse>;
|
|
11
|
-
createRate(transport: IRTSeeTransport, options: Omit<IRTSeeRate,
|
|
11
|
+
createRate(transport: IRTSeeTransport, options: Omit<IRTSeeRate, "id">): Promise<IRTSeeRateResponse>;
|
|
12
12
|
editRate(transport: IRTSeeTransport, options: IRTSeeRate): Promise<IRTSeeRateResponse>;
|
|
13
13
|
deleteRate(transport: IRTSeeTransport, ratingId: string): Promise<IRTSeeRateResponse>;
|
|
14
|
+
getRateGroups(transport: IRTSeeTransport, options: IRTSeeRateGroupsRequest): Promise<IRTSeeRatesGroupsResponse>;
|
|
15
|
+
getRateGroup(transport: IRTSeeTransport, id: string): Promise<IRTSeeRatesGroupResponse>;
|
|
16
|
+
createRateGroup(transport: IRTSeeTransport, options: Omit<IRTSeeRatesGroup, "id">): Promise<IRTSeeRatesGroupResponse>;
|
|
17
|
+
editRateGroup(transport: IRTSeeTransport, options: IRTSeeRatesGroup): Promise<IRTSeeRatesGroupResponse>;
|
|
18
|
+
deleteRateGroup(transport: IRTSeeTransport, id: string): Promise<IRTSeeRatesGroupResponse>;
|
|
14
19
|
getTags(transport: IRTSeeTransport, options: IRTSeeTagsRequest): Promise<IRTSeeTagsResponse>;
|
|
15
20
|
getTag(transport: IRTSeeTransport, tagId: string): Promise<IRTSeeTagResponse>;
|
|
16
|
-
createTag(transport: IRTSeeTransport, options: Omit<IRTSeeTagBase,
|
|
21
|
+
createTag(transport: IRTSeeTransport, options: Omit<IRTSeeTagBase, "id">): Promise<IRTSeeTagResponse>;
|
|
17
22
|
editTag(transport: IRTSeeTransport, options: IRTSeeTagBase): Promise<IRTSeeTagResponse>;
|
|
18
23
|
deleteTag(transport: IRTSeeTransport, tagId: string): Promise<IRTSeeTagResponse>;
|
|
19
24
|
getTagGroups(transport: IRTSeeTransport, options: IRTSeeTagGroupsRequest): Promise<IRTSeeTagGroupsResponse>;
|
|
20
25
|
getTagGroup(transport: IRTSeeTransport, tagGroupId: string): Promise<IRTSeeTagGroupResponse>;
|
|
21
|
-
createTagGroup(transport: IRTSeeTransport, options: Omit<IRTSeeTagGroupBase,
|
|
26
|
+
createTagGroup(transport: IRTSeeTransport, options: Omit<IRTSeeTagGroupBase, "id">): Promise<IRTSeeTagGroupResponse>;
|
|
22
27
|
editTagGroup(transport: IRTSeeTransport, options: IRTSeeTagGroup): Promise<IRTSeeTagGroupResponse>;
|
|
23
28
|
deleteTagGroup(transport: IRTSeeTransport, tagGroupId: string): Promise<IRTSeeTagGroupResponse>;
|
|
24
29
|
getEntityConfigurations(transport: IRTSeeTransport, options: IRTSeeEntityConfigurationsRequest): Promise<IRTSeeEntityConfigurationsResponse>;
|
|
25
30
|
getEntityConfiguration(transport: IRTSeeTransport, options: IRTSeeEntityConfigurationRequest): Promise<IRTSeeEntityConfigurationResponse>;
|
|
26
|
-
createEntityConfiguration(transport: IRTSeeTransport, options: Omit<IRTSeeEntityConfiguration,
|
|
31
|
+
createEntityConfiguration(transport: IRTSeeTransport, options: Omit<IRTSeeEntityConfiguration, "id">): Promise<IRTSeeEntityConfigurationResponse>;
|
|
27
32
|
editEntityConfiguration(transport: IRTSeeTransport, options: IRTSeeEntityConfiguration): Promise<IRTSeeEntityConfigurationResponse>;
|
|
28
33
|
deleteEntityConfiguration(transport: IRTSeeTransport, options: IRTSeeEntityConfigurationRequest): Promise<IRTSeeEntityConfigurationResponse>;
|
|
29
34
|
getEntities(transport: IRTSeeTransport, options: IRTSeeEntitiesRequest): Promise<IRTSeeEntitiesResponse>;
|
|
30
35
|
getEntity(transport: IRTSeeTransport, options: IRTSeeEntityRequest): Promise<IRTSeeEntityResponse>;
|
|
31
|
-
createEntity(transport: IRTSeeTransport, options: Omit<IRTSeeEntity,
|
|
36
|
+
createEntity(transport: IRTSeeTransport, options: Omit<IRTSeeEntity, "id">): Promise<IRTSeeEntityResponse>;
|
|
32
37
|
editEntity(transport: IRTSeeTransport, options: IRTSeeEntity): Promise<IRTSeeEntityResponse>;
|
|
33
38
|
deleteEntity(transport: IRTSeeTransport, options: IRTSeeEntityRequest): Promise<IRTSeeEntityResponse>;
|
|
34
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UtilitiesStorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesStorageHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,uBAAuB,EACvB,sBAAsB,EACtB,sBAAsB,EACtB,iCAAiC,EACjC,kCAAkC,EAClC,iCAAiC,EACjC,yBAAyB,
|
|
1
|
+
{"version":3,"file":"UtilitiesStorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesStorageHandlers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./rating";
|
|
2
|
+
export * from "./tag";
|
|
3
|
+
export * from "./UtilitiesSignalingEvents";
|
|
4
|
+
export * from "./UtilitiesStorageHandlers";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { IRTSeeRate, IRTSeeRatingConfiguration } from "@rtsee/common";
|
|
2
|
-
export type RTSeeRatingSortingOrder =
|
|
2
|
+
export type RTSeeRatingSortingOrder = "asc" | "desc";
|
|
3
3
|
export interface IRTSeeEntityRatesBase {
|
|
4
4
|
id: string;
|
|
5
5
|
applicationId: string;
|
|
6
6
|
entityId: string;
|
|
7
7
|
ratingConfigurationId: string;
|
|
8
8
|
averageRating?: number;
|
|
9
|
+
ratesCount?: number;
|
|
9
10
|
createdAt: Date;
|
|
10
11
|
}
|
|
11
12
|
export interface IRTSeeEntityRates extends IRTSeeEntityRatesBase {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityRates.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/EntityRates.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"EntityRates.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/EntityRates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAEtE,MAAM,MAAM,uBAAuB,GAAG,KAAK,GAAG,MAAM,CAAC;AAErD,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;IAC9D,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;IAChD,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IPeer } from "@rtsee/core";
|
|
2
|
-
import { IRTSeeEntity } from "@rtsee/common";
|
|
3
|
-
export type RTSeeRateSortingOrder =
|
|
4
|
-
export type RTSeeRateSortingOrderBy =
|
|
2
|
+
import { IRTSeeEntity, IRTSeeRating } from "@rtsee/common";
|
|
3
|
+
export type RTSeeRateSortingOrder = "asc" | "desc";
|
|
4
|
+
export type RTSeeRateSortingOrderBy = "value" | "date";
|
|
5
5
|
export interface IRTSeeRateBase {
|
|
6
6
|
id: string;
|
|
7
7
|
applicationId: string;
|
|
@@ -10,6 +10,7 @@ export interface IRTSeeRateBase {
|
|
|
10
10
|
commentId?: string;
|
|
11
11
|
discussionId?: string;
|
|
12
12
|
peerId: string;
|
|
13
|
+
text?: string;
|
|
13
14
|
value: number;
|
|
14
15
|
maxValue: number;
|
|
15
16
|
createdAt: Date;
|
|
@@ -20,11 +21,15 @@ export interface IRTSeeRate extends IRTSeeRateBase {
|
|
|
20
21
|
}
|
|
21
22
|
export interface IRTSeeRatesRequest {
|
|
22
23
|
entityId: string;
|
|
24
|
+
peerId?: string;
|
|
25
|
+
ratingConfigurationId?: string;
|
|
26
|
+
ratingConfigurationIds?: string[];
|
|
23
27
|
order?: RTSeeRateSortingOrder;
|
|
24
28
|
orderBy?: RTSeeRateSortingOrderBy;
|
|
25
29
|
}
|
|
26
30
|
export interface IRTSeeRateResponse {
|
|
27
31
|
rate: IRTSeeRate;
|
|
32
|
+
rating?: IRTSeeRating;
|
|
28
33
|
}
|
|
29
34
|
export interface IRTSeeRatesResponse {
|
|
30
35
|
rates: IRTSeeRate[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rate.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/Rate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Rate.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/Rate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE3D,MAAM,MAAM,qBAAqB,GAAG,KAAK,GAAG,MAAM,CAAC;AACnD,MAAM,MAAM,uBAAuB,GAAG,OAAO,GAAG,MAAM,CAAC;AAEvD,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,WAAW,UAAW,SAAQ,cAAc;IAChD,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,KAAK,CAAC;CACb;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;IAClC,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAC9B,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACnC;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RateConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RateConfiguration.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB"}
|
|
1
|
+
{"version":3,"file":"RateConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RateConfiguration.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IRTSeePaginatedQueryParams, IRTSeePaginatedQueryResponse, IRTSeeRate } from "@rtsee/common";
|
|
2
|
+
import { IPeer } from "@rtsee/core";
|
|
3
|
+
export type RTSeeRateGroupSortingOrder = "asc" | "desc";
|
|
4
|
+
export type RTSeeRateGroupSortingOrderBy = "createAt";
|
|
5
|
+
export interface IRTSeeRatesGroupBase {
|
|
6
|
+
id: string;
|
|
7
|
+
applicationId: string;
|
|
8
|
+
peerId: string;
|
|
9
|
+
entityId: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IRTSeeRatesGroup extends IRTSeeRatesGroupBase {
|
|
12
|
+
peer: IPeer;
|
|
13
|
+
rates: IRTSeeRate[];
|
|
14
|
+
createdAt: Date;
|
|
15
|
+
}
|
|
16
|
+
export interface IRTSeeRateGroupsRequest extends IRTSeePaginatedQueryParams {
|
|
17
|
+
entityId: string;
|
|
18
|
+
peerId?: string;
|
|
19
|
+
order?: RTSeeRateGroupSortingOrder;
|
|
20
|
+
orderBy?: RTSeeRateGroupSortingOrderBy;
|
|
21
|
+
}
|
|
22
|
+
export interface IRTSeeRatesGroupResponse {
|
|
23
|
+
ratesGroup: IRTSeeRatesGroup;
|
|
24
|
+
}
|
|
25
|
+
export interface IRTSeeRatesGroupsResponse extends IRTSeePaginatedQueryResponse {
|
|
26
|
+
ratesGroups: IRTSeeRatesGroup[];
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=RatesGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RatesGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatesGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,4BAA4B,EAC5B,UAAU,EACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC,MAAM,MAAM,0BAA0B,GAAG,KAAK,GAAG,MAAM,CAAC;AACxD,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC;AACtD,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,WAAW,uBAAwB,SAAQ,0BAA0B;IACzE,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,0BAA0B,CAAC;IACnC,OAAO,CAAC,EAAE,4BAA4B,CAAC;CACxC;AAED,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE,gBAAgB,CAAC;CAC9B;AAED,MAAM,WAAW,yBACf,SAAQ,4BAA4B;IACpC,WAAW,EAAE,gBAAgB,EAAE,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RatesGroup.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatesGroup.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/Rating.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rating.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/Rating.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RatingConfigsWithRates.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatingConfigsWithRates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAEtE,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB;IACtE,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RatingConfigsWithRates.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatingConfigsWithRates.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IRTSeeRate } from "@rtsee/common";
|
|
1
2
|
export interface IRTSeeRatingConfiguration {
|
|
2
3
|
id: string;
|
|
3
4
|
name: string;
|
|
@@ -7,6 +8,10 @@ export interface IRTSeeRatingConfiguration {
|
|
|
7
8
|
maxRateValue: number;
|
|
8
9
|
stepValue: number;
|
|
9
10
|
}
|
|
11
|
+
export interface IRTSeeAppliedRates {
|
|
12
|
+
configuration: IRTSeeRatingConfiguration;
|
|
13
|
+
rate: IRTSeeRate;
|
|
14
|
+
}
|
|
10
15
|
export interface IRTSeeRatingConfigurationsRequest {
|
|
11
16
|
entityConfigurationId: string;
|
|
12
17
|
applicationId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RatingConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatingConfiguration.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iCAAiC;IAChD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,kCAAkC;IACjD,oBAAoB,EAAE,yBAAyB,EAAE,CAAC;CACnD;AAED,MAAM,WAAW,iCAAiC;IAChD,mBAAmB,EAAE,yBAAyB,CAAC;CAChD"}
|
|
1
|
+
{"version":3,"file":"RatingConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatingConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,kBAAkB;IACjC,aAAa,EAAE,yBAAyB,CAAC;IACzC,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,WAAW,iCAAiC;IAChD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,kCAAkC;IACjD,oBAAoB,EAAE,yBAAyB,EAAE,CAAC;CACnD;AAED,MAAM,WAAW,iCAAiC;IAChD,mBAAmB,EAAE,yBAAyB,CAAC;CAChD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=RemoteActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteActions.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RemoteActions.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=RemoteActions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteActions.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RemoteActions.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./Rate";
|
|
2
|
+
export * from "./EntityRates";
|
|
3
|
+
export * from "./RatingConfiguration";
|
|
4
|
+
export * from "./RateConfiguration";
|
|
5
|
+
export * from "./Rating";
|
|
6
|
+
export * from "./RatingConfigsWithRates";
|
|
7
|
+
export * from "./RatesGroup";
|
|
5
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC"}
|
|
@@ -18,4 +18,7 @@ __exportStar(require("./Rate"), exports);
|
|
|
18
18
|
__exportStar(require("./EntityRates"), exports);
|
|
19
19
|
__exportStar(require("./RatingConfiguration"), exports);
|
|
20
20
|
__exportStar(require("./RateConfiguration"), exports);
|
|
21
|
+
__exportStar(require("./Rating"), exports);
|
|
22
|
+
__exportStar(require("./RatingConfigsWithRates"), exports);
|
|
23
|
+
__exportStar(require("./RatesGroup"), exports);
|
|
21
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,gDAA8B;AAC9B,wDAAsC;AACtC,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,gDAA8B;AAC9B,wDAAsC;AACtC,sDAAoC;AACpC,2CAAyB;AACzB,2DAAyC;AACzC,+CAA6B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { RTSeeSignalRequest } from "@rtsee/core";
|
|
2
|
+
import { IRTSeeTag, IRTSeeTagGroup, IRTSeeTagGroupResponse, IRTSeeTagGroupsRequest, IRTSeeTagGroupsResponse, IRTSeeTagResponse, IRTSeeTagsRequest, IRTSeeTagsResponse } from "@rtsee/common";
|
|
3
|
+
export interface ITagsRemoteActions {
|
|
4
|
+
getTags: RTSeeSignalRequest<IRTSeeTagsResponse, IRTSeeTagsRequest>;
|
|
5
|
+
getTag: RTSeeSignalRequest<IRTSeeTagResponse, string>;
|
|
6
|
+
createTag: RTSeeSignalRequest<IRTSeeTagResponse, Omit<IRTSeeTag, "id">>;
|
|
7
|
+
editTag: RTSeeSignalRequest<IRTSeeTagResponse, IRTSeeTag>;
|
|
8
|
+
deleteTag: RTSeeSignalRequest<IRTSeeTagResponse, string>;
|
|
9
|
+
getTagGroups: RTSeeSignalRequest<IRTSeeTagGroupsResponse, IRTSeeTagGroupsRequest>;
|
|
10
|
+
getTagGroup: RTSeeSignalRequest<IRTSeeTagGroupResponse, string>;
|
|
11
|
+
createTagGroup: RTSeeSignalRequest<IRTSeeTagGroupResponse, Omit<IRTSeeTagGroup, "id">>;
|
|
12
|
+
editTagGroup: RTSeeSignalRequest<IRTSeeTagGroupResponse, IRTSeeTagGroup>;
|
|
13
|
+
deleteTagGroup: RTSeeSignalRequest<IRTSeeTagGroupResponse, string>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=RemoteActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteActions.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RemoteActions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EACL,SAAS,EACT,cAAc,EACd,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,kBAAkB;IAEjC,OAAO,EAAE,kBAAkB,CAAC,kBAAkB,EAAE,iBAAiB,CAAC,CAAC;IACnE,MAAM,EAAE,kBAAkB,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IACtD,SAAS,EAAE,kBAAkB,CAAC,iBAAiB,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;IACxE,OAAO,EAAE,kBAAkB,CAAC,iBAAiB,EAAE,SAAS,CAAC,CAAC;IAC1D,SAAS,EAAE,kBAAkB,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IAGzD,YAAY,EAAE,kBAAkB,CAC9B,uBAAuB,EACvB,sBAAsB,CACvB,CAAC;IACF,WAAW,EAAE,kBAAkB,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;IAChE,cAAc,EAAE,kBAAkB,CAChC,sBAAsB,EACtB,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAC3B,CAAC;IACF,YAAY,EAAE,kBAAkB,CAAC,sBAAsB,EAAE,cAAc,CAAC,CAAC;IACzE,cAAc,EAAE,kBAAkB,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;CACpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteActions.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RemoteActions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./RTSeeTag"), exports);
|
|
18
18
|
__exportStar(require("./TagGroup"), exports);
|
|
19
19
|
__exportStar(require("./TagsQueries"), exports);
|
|
20
|
+
__exportStar(require("./RemoteActions"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,6CAA2B;AAC3B,gDAA8B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,6CAA2B;AAC3B,gDAA8B;AAC9B,kDAAgC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rtsee/common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
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": "ed78e51c5a985b2d846bd66cf188a0480632b695"
|
|
35
35
|
}
|