@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 +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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RTSeeTag.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RTSeeTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,SAAU,SAAQ,aAAa;IAC9C,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;CACxB"}
|
|
1
|
+
{"version":3,"file":"RTSeeTag.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RTSeeTag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,SAAU,SAAQ,aAAa;IAC9C,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;CACxB"}
|
|
@@ -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.64",
|
|
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": "08e0e0575808fdf49c61806630fcb87c932f0467"
|
|
35
35
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardEvent.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/DashboardEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,GAAG;IAC3C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,CAAC,CAAC;CACV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardEvent.js","sourceRoot":"","sources":["../../../../../src/interfaces/events-manager/DashboardEvent.ts"],"names":[],"mappings":""}
|