@rtsee/common 0.0.58 → 0.0.60

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.
Files changed (83) hide show
  1. package/dist/common/src/interfaces/emails/Template.d.ts +20 -0
  2. package/dist/common/src/interfaces/emails/Template.d.ts.map +1 -0
  3. package/dist/common/src/interfaces/emails/Template.js +3 -0
  4. package/dist/common/src/interfaces/emails/Template.js.map +1 -0
  5. package/dist/common/src/interfaces/emails/index.d.ts +2 -0
  6. package/dist/common/src/interfaces/emails/index.d.ts.map +1 -0
  7. package/dist/common/src/interfaces/emails/index.js +18 -0
  8. package/dist/common/src/interfaces/emails/index.js.map +1 -0
  9. package/dist/common/src/interfaces/entities/Entity.d.ts +31 -0
  10. package/dist/common/src/interfaces/entities/Entity.d.ts.map +1 -0
  11. package/dist/common/src/interfaces/entities/Entity.js +3 -0
  12. package/dist/common/src/interfaces/entities/Entity.js.map +1 -0
  13. package/dist/common/src/interfaces/entities/EntityConfiguration.d.ts +30 -0
  14. package/dist/common/src/interfaces/entities/EntityConfiguration.d.ts.map +1 -0
  15. package/dist/common/src/interfaces/entities/EntityConfiguration.js +3 -0
  16. package/dist/common/src/interfaces/entities/EntityConfiguration.js.map +1 -0
  17. package/dist/common/src/interfaces/entities/index.d.ts +3 -0
  18. package/dist/common/src/interfaces/entities/index.d.ts.map +1 -0
  19. package/dist/common/src/interfaces/entities/index.js +19 -0
  20. package/dist/common/src/interfaces/entities/index.js.map +1 -0
  21. package/dist/common/src/interfaces/index.d.ts +3 -0
  22. package/dist/common/src/interfaces/index.d.ts.map +1 -1
  23. package/dist/common/src/interfaces/index.js +3 -0
  24. package/dist/common/src/interfaces/index.js.map +1 -1
  25. package/dist/common/src/interfaces/presentation/Label.d.ts +2 -0
  26. package/dist/common/src/interfaces/presentation/Label.d.ts.map +1 -1
  27. package/dist/common/src/interfaces/presentation/RTSeeUtilitiesOptions.d.ts +5 -0
  28. package/dist/common/src/interfaces/presentation/RTSeeUtilitiesOptions.d.ts.map +1 -0
  29. package/dist/common/src/interfaces/presentation/RTSeeUtilitiesOptions.js +3 -0
  30. package/dist/common/src/interfaces/presentation/RTSeeUtilitiesOptions.js.map +1 -0
  31. package/dist/common/src/interfaces/presentation/index.d.ts +1 -0
  32. package/dist/common/src/interfaces/presentation/index.d.ts.map +1 -1
  33. package/dist/common/src/interfaces/presentation/index.js +1 -0
  34. package/dist/common/src/interfaces/presentation/index.js.map +1 -1
  35. package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.d.ts +33 -0
  36. package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.d.ts.map +1 -0
  37. package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.js +43 -0
  38. package/dist/common/src/interfaces/utilities/UtilitiesSignalingEvents.js.map +1 -0
  39. package/dist/common/src/interfaces/utilities/UtilitiesStorageHandlers.d.ts +35 -0
  40. package/dist/common/src/interfaces/utilities/UtilitiesStorageHandlers.d.ts.map +1 -0
  41. package/dist/common/src/interfaces/utilities/UtilitiesStorageHandlers.js +3 -0
  42. package/dist/common/src/interfaces/utilities/UtilitiesStorageHandlers.js.map +1 -0
  43. package/dist/common/src/interfaces/utilities/index.d.ts +5 -0
  44. package/dist/common/src/interfaces/utilities/index.d.ts.map +1 -0
  45. package/dist/common/src/interfaces/utilities/index.js +21 -0
  46. package/dist/common/src/interfaces/utilities/index.js.map +1 -0
  47. package/dist/common/src/interfaces/utilities/rating/EntityRates.d.ts +15 -0
  48. package/dist/common/src/interfaces/utilities/rating/EntityRates.d.ts.map +1 -0
  49. package/dist/common/src/interfaces/utilities/rating/EntityRates.js +3 -0
  50. package/dist/common/src/interfaces/utilities/rating/EntityRates.js.map +1 -0
  51. package/dist/common/src/interfaces/utilities/rating/Rate.d.ts +32 -0
  52. package/dist/common/src/interfaces/utilities/rating/Rate.d.ts.map +1 -0
  53. package/dist/common/src/interfaces/utilities/rating/Rate.js +3 -0
  54. package/dist/common/src/interfaces/utilities/rating/Rate.js.map +1 -0
  55. package/dist/common/src/interfaces/utilities/rating/RateConfiguration.d.ts +6 -0
  56. package/dist/common/src/interfaces/utilities/rating/RateConfiguration.d.ts.map +1 -0
  57. package/dist/common/src/interfaces/utilities/rating/RateConfiguration.js +3 -0
  58. package/dist/common/src/interfaces/utilities/rating/RateConfiguration.js.map +1 -0
  59. package/dist/common/src/interfaces/utilities/rating/RatingConfiguration.d.ts +20 -0
  60. package/dist/common/src/interfaces/utilities/rating/RatingConfiguration.d.ts.map +1 -0
  61. package/dist/common/src/interfaces/utilities/rating/RatingConfiguration.js +3 -0
  62. package/dist/common/src/interfaces/utilities/rating/RatingConfiguration.js.map +1 -0
  63. package/dist/common/src/interfaces/utilities/rating/index.d.ts +5 -0
  64. package/dist/common/src/interfaces/utilities/rating/index.d.ts.map +1 -0
  65. package/dist/common/src/interfaces/utilities/rating/index.js +21 -0
  66. package/dist/common/src/interfaces/utilities/rating/index.js.map +1 -0
  67. package/dist/common/src/interfaces/utilities/tag/RTSeeTag.d.ts +19 -0
  68. package/dist/common/src/interfaces/utilities/tag/RTSeeTag.d.ts.map +1 -0
  69. package/dist/common/src/interfaces/utilities/tag/RTSeeTag.js +3 -0
  70. package/dist/common/src/interfaces/utilities/tag/RTSeeTag.js.map +1 -0
  71. package/dist/common/src/interfaces/utilities/tag/TagGroup.d.ts +13 -0
  72. package/dist/common/src/interfaces/utilities/tag/TagGroup.d.ts.map +1 -0
  73. package/dist/common/src/interfaces/utilities/tag/TagGroup.js +3 -0
  74. package/dist/common/src/interfaces/utilities/tag/TagGroup.js.map +1 -0
  75. package/dist/common/src/interfaces/utilities/tag/TagsQueries.d.ts +26 -0
  76. package/dist/common/src/interfaces/utilities/tag/TagsQueries.d.ts.map +1 -0
  77. package/dist/common/src/interfaces/utilities/tag/TagsQueries.js +3 -0
  78. package/dist/common/src/interfaces/utilities/tag/TagsQueries.js.map +1 -0
  79. package/dist/common/src/interfaces/utilities/tag/index.d.ts +4 -0
  80. package/dist/common/src/interfaces/utilities/tag/index.d.ts.map +1 -0
  81. package/dist/common/src/interfaces/utilities/tag/index.js +20 -0
  82. package/dist/common/src/interfaces/utilities/tag/index.js.map +1 -0
  83. package/package.json +2 -2
@@ -0,0 +1,20 @@
1
+ export interface IRTSeeEmailTemplate {
2
+ id: string;
3
+ applicationId: string;
4
+ name: string;
5
+ markup: string;
6
+ input?: string;
7
+ parentId?: string;
8
+ subject?: string;
9
+ style?: string;
10
+ }
11
+ export interface IRTSeeEmailTemplatesListResponse {
12
+ templates: IRTSeeEmailTemplate[];
13
+ }
14
+ export interface IRTSeeEmailTemplateResponse {
15
+ template: IRTSeeEmailTemplate;
16
+ }
17
+ export interface IRTSeeEmailTemplatePreviewResponse {
18
+ html: string;
19
+ }
20
+ //# sourceMappingURL=Template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/emails/Template.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,gCAAgC;IAC/C,SAAS,EAAE,mBAAmB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,EAAE,mBAAmB,CAAC;CAC/B;AAED,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Template.js","sourceRoot":"","sources":["../../../../../src/interfaces/emails/Template.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './Template';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/emails/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./Template"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/emails/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -0,0 +1,31 @@
1
+ import { IRTSeeChat, IRTSeeEntityConfiguration, IRTSeeEntityRates, IRTSeeTag } from "@rtsee/common";
2
+ export interface IRTSeeEntityBase {
3
+ id: string;
4
+ applicationId: string;
5
+ name: string;
6
+ imageUrl?: string;
7
+ configurationId: string;
8
+ configuration?: IRTSeeEntityConfiguration;
9
+ discussionId?: string;
10
+ tagIds: string[];
11
+ tags: IRTSeeTag[];
12
+ createdAt?: Date;
13
+ }
14
+ export interface IRTSeeEntity extends IRTSeeEntityBase {
15
+ comments?: IRTSeeChat;
16
+ rates?: IRTSeeEntityRates;
17
+ }
18
+ export interface IRTSeeEntitiesRequest {
19
+ applicationId: string;
20
+ }
21
+ export interface IRTSeeEntitiesResponse {
22
+ entities: IRTSeeEntity[];
23
+ }
24
+ export interface IRTSeeEntityRequest {
25
+ applicationId: string;
26
+ id: string;
27
+ }
28
+ export interface IRTSeeEntityResponse {
29
+ entity: IRTSeeEntity;
30
+ }
31
+ //# sourceMappingURL=Entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Entity.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/Entity.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,yBAAyB,EACzB,iBAAiB,EACjB,SAAS,EACV,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,YAAa,SAAQ,gBAAgB;IACpD,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B;AAED,MAAM,WAAW,qBAAqB;IACpC,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,YAAY,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,YAAY,CAAC;CACtB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Entity.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/Entity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ import { IRTSeeRatingConfiguration, IRTSeeTagGroup } from "@rtsee/common";
2
+ export interface IRTSeeEntityConfigurationBase {
3
+ id: string;
4
+ name: string;
5
+ description: string;
6
+ applicationId: string;
7
+ taggingEnabled: boolean;
8
+ commentsEnabled: boolean;
9
+ ratingEnabled: boolean;
10
+ tagGroupIds?: string[];
11
+ createdAt?: Date;
12
+ }
13
+ export interface IRTSeeEntityConfiguration extends IRTSeeEntityConfigurationBase {
14
+ tagGroups?: IRTSeeTagGroup[];
15
+ ratingConfiguration?: IRTSeeRatingConfiguration;
16
+ }
17
+ export interface IRTSeeEntityConfigurationsRequest {
18
+ applicationId: string;
19
+ }
20
+ export interface IRTSeeEntityConfigurationsResponse {
21
+ configurations: IRTSeeEntityConfiguration[];
22
+ }
23
+ export interface IRTSeeEntityConfigurationRequest {
24
+ applicationId: string;
25
+ id: string;
26
+ }
27
+ export interface IRTSeeEntityConfigurationResponse {
28
+ configuration: IRTSeeEntityConfiguration;
29
+ }
30
+ //# sourceMappingURL=EntityConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityConfiguration.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/entities/EntityConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,yBAAyB,EAAE,cAAc,EAAC,MAAM,eAAe,CAAC;AAExE,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,yBAA0B,SAAQ,6BAA6B;IAC9E,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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=EntityConfiguration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityConfiguration.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/EntityConfiguration.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from './EntityConfiguration';
2
+ export * from './Entity';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./EntityConfiguration"), exports);
18
+ __exportStar(require("./Entity"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,2CAAyB"}
@@ -4,4 +4,7 @@ export * from "./conference";
4
4
  export * from "./presentation";
5
5
  export * from "./file-vault";
6
6
  export * from './payments';
7
+ export * from './emails';
8
+ export * from './utilities';
9
+ export * from "./entities";
7
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"}
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,CAAA;AAC3B,cAAc,YAAY,CAAC"}
@@ -20,4 +20,7 @@ __exportStar(require("./conference"), exports);
20
20
  __exportStar(require("./presentation"), exports);
21
21
  __exportStar(require("./file-vault"), exports);
22
22
  __exportStar(require("./payments"), exports);
23
+ __exportStar(require("./emails"), exports);
24
+ __exportStar(require("./utilities"), exports);
25
+ __exportStar(require("./entities"), exports);
23
26
  //# sourceMappingURL=index.js.map
@@ -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"}
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,8CAA2B;AAC3B,6CAA2B"}
@@ -5,6 +5,8 @@ export interface IRTSeeStoryLabelBase {
5
5
  description: string;
6
6
  symbol: string;
7
7
  color: string;
8
+ groupId?: string;
9
+ groupName?: string;
8
10
  }
9
11
  export interface IRTSeeStoryLabel extends IRTSeeStoryLabelBase {
10
12
  stories: IRTSeeStory[];
@@ -1 +1 @@
1
- {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Label.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAE1C,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D,OAAO,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,8BAA8B;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;CACnB"}
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/Label.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D,OAAO,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,8BAA8B;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,5 @@
1
+ import { IRTSeeCoreOptions } from "@rtsee/core";
2
+ export interface IRTSeeUtilitiesOptions extends IRTSeeCoreOptions {
3
+ companionUrl?: string;
4
+ }
5
+ //# sourceMappingURL=RTSeeUtilitiesOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeeUtilitiesOptions.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeeUtilitiesOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB;IAC/D,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RTSeeUtilitiesOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeeUtilitiesOptions.js","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/RTSeeUtilitiesOptions.ts"],"names":[],"mappings":""}
@@ -3,6 +3,7 @@ export * from './RTSeeStorySlide';
3
3
  export * from './StorySlidesQuery';
4
4
  export * from './StoriesQuery';
5
5
  export * from './RTSeePresentationOptions';
6
+ export * from './RTSeeUtilitiesOptions';
6
7
  export * from './Room';
7
8
  export * from './PresentationStorageHandlers';
8
9
  export * from './PresentationSignalingEvents';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC;AACvB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,QAAQ,CAAC;AACvB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC"}
@@ -19,6 +19,7 @@ __exportStar(require("./RTSeeStorySlide"), exports);
19
19
  __exportStar(require("./StorySlidesQuery"), exports);
20
20
  __exportStar(require("./StoriesQuery"), exports);
21
21
  __exportStar(require("./RTSeePresentationOptions"), exports);
22
+ __exportStar(require("./RTSeeUtilitiesOptions"), exports);
22
23
  __exportStar(require("./Room"), exports);
23
24
  __exportStar(require("./PresentationStorageHandlers"), exports);
24
25
  __exportStar(require("./PresentationSignalingEvents"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,qDAAmC;AACnC,iDAA+B;AAC/B,6DAA2C;AAC3C,yCAAuB;AACvB,gEAA8C;AAC9C,gEAA8C;AAC9C,yDAAuC;AACvC,6CAA2B;AAC3B,0CAAwB;AACxB,iDAA+B;AAC/B,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/presentation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,qDAAmC;AACnC,iDAA+B;AAC/B,6DAA2C;AAC3C,0DAAwC;AACxC,yCAAuB;AACvB,gEAA8C;AAC9C,gEAA8C;AAC9C,yDAAuC;AACvC,6CAA2B;AAC3B,0CAAwB;AACxB,iDAA+B;AAC/B,0CAAwB"}
@@ -0,0 +1,33 @@
1
+ export declare enum UtilitiesSignalingEvents {
2
+ GET_RATING_CONFIGURATIONS = "rtsee-get-rating-configurations",
3
+ GET_RATING_CONFIGURATION = "rtsee-get-rating-configuration",
4
+ CREATE_RATING_CONFIGURATION = "rtsee-create-rating-configuration",
5
+ EDIT_RATING_CONFIGURATION = "rtsee-edit-rating-configuration",
6
+ DELETE_RATING_CONFIGURATION = "rtsee-delete-rating-configuration",
7
+ GET_RATES = "rtsee-get-rates",
8
+ GET_RATE = "rtsee-get-rate",
9
+ CREATE_RATE = "rtsee-create-rate",
10
+ EDIT_RATE = "rtsee-edit-rate",
11
+ DELETE_RATE = "rtsee-delete-rate",
12
+ GET_TAGS = "rtsee-get-tags",
13
+ GET_TAG = "rtsee-get-tag",
14
+ CREATE_TAG = "rtsee-create-tag",
15
+ EDIT_TAG = "rtsee-edit-tag",
16
+ DELETE_TAG = "rtsee-delete-tag",
17
+ GET_TAG_GROUPS = "rtsee-get-tag-groups",
18
+ GET_TAG_GROUP = "rtsee-get-tag-group",
19
+ CREATE_TAG_GROUP = "rtsee-create-tag-group",
20
+ EDIT_TAG_GROUP = "rtsee-edit-tag-group",
21
+ DELETE_TAG_GROUP = "rtsee-delete-tag-group",
22
+ GET_ENTITY_CONFIGURATIONS = "rtsee-get-entity-configurations",
23
+ GET_ENTITY_CONFIGURATION = "rtsee-get-entity-configuration",
24
+ CREATE_ENTITY_CONFIGURATION = "rtsee-create-entity-configuration",
25
+ EDIT_ENTITY_CONFIGURATION = "rtsee-edit-entity-configuration",
26
+ DELETE_ENTITY_CONFIGURATION = "rtsee-delete-entity-configuration",
27
+ GET_ENTITIES = "rtsee-get-entities",
28
+ GET_ENTITY = "rtsee-get-entity",
29
+ CREATE_ENTITY = "rtsee-create-entity",
30
+ EDIT_ENTITY = "rtsee-edit-entity",
31
+ DELETE_ENTITY = "rtsee-delete-entity"
32
+ }
33
+ //# sourceMappingURL=UtilitiesSignalingEvents.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UtilitiesSignalingEvents = void 0;
4
+ var UtilitiesSignalingEvents;
5
+ (function (UtilitiesSignalingEvents) {
6
+ // rating configurations
7
+ UtilitiesSignalingEvents["GET_RATING_CONFIGURATIONS"] = "rtsee-get-rating-configurations";
8
+ UtilitiesSignalingEvents["GET_RATING_CONFIGURATION"] = "rtsee-get-rating-configuration";
9
+ UtilitiesSignalingEvents["CREATE_RATING_CONFIGURATION"] = "rtsee-create-rating-configuration";
10
+ UtilitiesSignalingEvents["EDIT_RATING_CONFIGURATION"] = "rtsee-edit-rating-configuration";
11
+ UtilitiesSignalingEvents["DELETE_RATING_CONFIGURATION"] = "rtsee-delete-rating-configuration";
12
+ // rates
13
+ UtilitiesSignalingEvents["GET_RATES"] = "rtsee-get-rates";
14
+ UtilitiesSignalingEvents["GET_RATE"] = "rtsee-get-rate";
15
+ UtilitiesSignalingEvents["CREATE_RATE"] = "rtsee-create-rate";
16
+ UtilitiesSignalingEvents["EDIT_RATE"] = "rtsee-edit-rate";
17
+ UtilitiesSignalingEvents["DELETE_RATE"] = "rtsee-delete-rate";
18
+ // tags
19
+ UtilitiesSignalingEvents["GET_TAGS"] = "rtsee-get-tags";
20
+ UtilitiesSignalingEvents["GET_TAG"] = "rtsee-get-tag";
21
+ UtilitiesSignalingEvents["CREATE_TAG"] = "rtsee-create-tag";
22
+ UtilitiesSignalingEvents["EDIT_TAG"] = "rtsee-edit-tag";
23
+ UtilitiesSignalingEvents["DELETE_TAG"] = "rtsee-delete-tag";
24
+ // tag groups
25
+ UtilitiesSignalingEvents["GET_TAG_GROUPS"] = "rtsee-get-tag-groups";
26
+ UtilitiesSignalingEvents["GET_TAG_GROUP"] = "rtsee-get-tag-group";
27
+ UtilitiesSignalingEvents["CREATE_TAG_GROUP"] = "rtsee-create-tag-group";
28
+ UtilitiesSignalingEvents["EDIT_TAG_GROUP"] = "rtsee-edit-tag-group";
29
+ UtilitiesSignalingEvents["DELETE_TAG_GROUP"] = "rtsee-delete-tag-group";
30
+ // entity configurations
31
+ UtilitiesSignalingEvents["GET_ENTITY_CONFIGURATIONS"] = "rtsee-get-entity-configurations";
32
+ UtilitiesSignalingEvents["GET_ENTITY_CONFIGURATION"] = "rtsee-get-entity-configuration";
33
+ UtilitiesSignalingEvents["CREATE_ENTITY_CONFIGURATION"] = "rtsee-create-entity-configuration";
34
+ UtilitiesSignalingEvents["EDIT_ENTITY_CONFIGURATION"] = "rtsee-edit-entity-configuration";
35
+ UtilitiesSignalingEvents["DELETE_ENTITY_CONFIGURATION"] = "rtsee-delete-entity-configuration";
36
+ // entities
37
+ UtilitiesSignalingEvents["GET_ENTITIES"] = "rtsee-get-entities";
38
+ UtilitiesSignalingEvents["GET_ENTITY"] = "rtsee-get-entity";
39
+ UtilitiesSignalingEvents["CREATE_ENTITY"] = "rtsee-create-entity";
40
+ UtilitiesSignalingEvents["EDIT_ENTITY"] = "rtsee-edit-entity";
41
+ UtilitiesSignalingEvents["DELETE_ENTITY"] = "rtsee-delete-entity";
42
+ })(UtilitiesSignalingEvents || (exports.UtilitiesSignalingEvents = UtilitiesSignalingEvents = {}));
43
+ //# sourceMappingURL=UtilitiesSignalingEvents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UtilitiesSignalingEvents.js","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesSignalingEvents.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBA0CX;AA1CD,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,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,EA1CW,wBAAwB,wCAAxB,wBAAwB,QA0CnC"}
@@ -0,0 +1,35 @@
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";
2
+ import { IRTSeeTransport } from "@rtsee/core";
3
+ export interface IUtilitiesStorageHandlers {
4
+ getRatingConfigurations(transport: IRTSeeTransport, options: IRTSeeRatingConfigurationsRequest): Promise<IRTSeeRatingConfigurationsResponse>;
5
+ getRatingConfiguration(transport: IRTSeeTransport, ratingConfigurationId: string): Promise<IRTSeeRatingConfigurationResponse>;
6
+ createRatingConfiguration(transport: IRTSeeTransport, options: Omit<IRTSeeRatingConfiguration, 'id'>): Promise<IRTSeeRatingConfigurationResponse>;
7
+ editRatingConfiguration(transport: IRTSeeTransport, options: IRTSeeRatingConfiguration): Promise<IRTSeeRatingConfigurationResponse>;
8
+ deleteRatingConfiguration(transport: IRTSeeTransport, ratingConfigurationId: string): Promise<IRTSeeRatingConfigurationResponse>;
9
+ getRates(transport: IRTSeeTransport, options: IRTSeeRatesRequest): Promise<IRTSeeRatesResponse>;
10
+ getRate(transport: IRTSeeTransport, rateId: string): Promise<IRTSeeRateResponse>;
11
+ createRate(transport: IRTSeeTransport, options: Omit<IRTSeeRate, 'id'>): Promise<IRTSeeRateResponse>;
12
+ editRate(transport: IRTSeeTransport, options: IRTSeeRate): Promise<IRTSeeRateResponse>;
13
+ deleteRate(transport: IRTSeeTransport, ratingId: string): Promise<IRTSeeRateResponse>;
14
+ getTags(transport: IRTSeeTransport, options: IRTSeeTagsRequest): Promise<IRTSeeTagsResponse>;
15
+ getTag(transport: IRTSeeTransport, tagId: string): Promise<IRTSeeTagResponse>;
16
+ createTag(transport: IRTSeeTransport, options: Omit<IRTSeeTagBase, 'id'>): Promise<IRTSeeTagResponse>;
17
+ editTag(transport: IRTSeeTransport, options: IRTSeeTagBase): Promise<IRTSeeTagResponse>;
18
+ deleteTag(transport: IRTSeeTransport, tagId: string): Promise<IRTSeeTagResponse>;
19
+ getTagGroups(transport: IRTSeeTransport, options: IRTSeeTagGroupsRequest): Promise<IRTSeeTagGroupsResponse>;
20
+ getTagGroup(transport: IRTSeeTransport, tagGroupId: string): Promise<IRTSeeTagGroupResponse>;
21
+ createTagGroup(transport: IRTSeeTransport, options: Omit<IRTSeeTagGroupBase, 'id'>): Promise<IRTSeeTagGroupResponse>;
22
+ editTagGroup(transport: IRTSeeTransport, options: IRTSeeTagGroup): Promise<IRTSeeTagGroupResponse>;
23
+ deleteTagGroup(transport: IRTSeeTransport, tagGroupId: string): Promise<IRTSeeTagGroupResponse>;
24
+ getEntityConfigurations(transport: IRTSeeTransport, options: IRTSeeEntityConfigurationsRequest): Promise<IRTSeeEntityConfigurationsResponse>;
25
+ getEntityConfiguration(transport: IRTSeeTransport, options: IRTSeeEntityConfigurationRequest): Promise<IRTSeeEntityConfigurationResponse>;
26
+ createEntityConfiguration(transport: IRTSeeTransport, options: Omit<IRTSeeEntityConfiguration, 'id'>): Promise<IRTSeeEntityConfigurationResponse>;
27
+ editEntityConfiguration(transport: IRTSeeTransport, options: IRTSeeEntityConfiguration): Promise<IRTSeeEntityConfigurationResponse>;
28
+ deleteEntityConfiguration(transport: IRTSeeTransport, options: IRTSeeEntityConfigurationRequest): Promise<IRTSeeEntityConfigurationResponse>;
29
+ getEntities(transport: IRTSeeTransport, options: IRTSeeEntitiesRequest): Promise<IRTSeeEntitiesResponse>;
30
+ getEntity(transport: IRTSeeTransport, options: IRTSeeEntityRequest): Promise<IRTSeeEntityResponse>;
31
+ createEntity(transport: IRTSeeTransport, options: Omit<IRTSeeEntity, 'id'>): Promise<IRTSeeEntityResponse>;
32
+ editEntity(transport: IRTSeeTransport, options: IRTSeeEntity): Promise<IRTSeeEntityResponse>;
33
+ deleteEntity(transport: IRTSeeTransport, options: IRTSeeEntityRequest): Promise<IRTSeeEntityResponse>;
34
+ }
35
+ //# sourceMappingURL=UtilitiesStorageHandlers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UtilitiesStorageHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesStorageHandlers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=UtilitiesStorageHandlers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UtilitiesStorageHandlers.js","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/UtilitiesStorageHandlers.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export * from './rating';
2
+ export * from './tag';
3
+ export * from './UtilitiesSignalingEvents';
4
+ export * from './UtilitiesStorageHandlers';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./rating"), exports);
18
+ __exportStar(require("./tag"), exports);
19
+ __exportStar(require("./UtilitiesSignalingEvents"), exports);
20
+ __exportStar(require("./UtilitiesStorageHandlers"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interfaces/utilities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,wCAAsB;AACtB,6DAA2C;AAC3C,6DAA2C"}
@@ -0,0 +1,15 @@
1
+ import { IRTSeeRate, IRTSeeRatingConfiguration } from "@rtsee/common";
2
+ export type RTSeeRatingSortingOrder = 'asc' | 'desc';
3
+ export interface IRTSeeEntityRatesBase {
4
+ id: string;
5
+ applicationId: string;
6
+ entityId: string;
7
+ ratingConfigurationId: string;
8
+ averageRating?: number;
9
+ createdAt: Date;
10
+ }
11
+ export interface IRTSeeEntityRates extends IRTSeeEntityRatesBase {
12
+ ratingConfiguration?: IRTSeeRatingConfiguration;
13
+ rates: IRTSeeRate[];
14
+ }
15
+ //# sourceMappingURL=EntityRates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityRates.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/EntityRates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,yBAAyB,EAAC,MAAM,eAAe,CAAC;AAEpE,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,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;IAC9D,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;IAChD,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=EntityRates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityRates.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/EntityRates.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ import { IPeer } from "@rtsee/core";
2
+ import { IRTSeeEntity } from "@rtsee/common";
3
+ export type RTSeeRateSortingOrder = 'asc' | 'desc';
4
+ export type RTSeeRateSortingOrderBy = 'value' | 'date';
5
+ export interface IRTSeeRateBase {
6
+ id: string;
7
+ applicationId: string;
8
+ configurationId: string;
9
+ entityId: string;
10
+ commentId?: string;
11
+ discussionId?: string;
12
+ peerId: string;
13
+ value: number;
14
+ maxValue: number;
15
+ createdAt: Date;
16
+ }
17
+ export interface IRTSeeRate extends IRTSeeRateBase {
18
+ entity?: IRTSeeEntity;
19
+ peer: IPeer;
20
+ }
21
+ export interface IRTSeeRatesRequest {
22
+ entityId: string;
23
+ order?: RTSeeRateSortingOrder;
24
+ orderBy?: RTSeeRateSortingOrderBy;
25
+ }
26
+ export interface IRTSeeRateResponse {
27
+ rate: IRTSeeRate;
28
+ }
29
+ export interface IRTSeeRatesResponse {
30
+ rates: IRTSeeRate[];
31
+ }
32
+ //# sourceMappingURL=Rate.d.ts.map
@@ -0,0 +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;AAE7C,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,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,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAC9B,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACnC;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Rate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rate.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/Rate.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export interface IRTSeeRateConfiguration {
2
+ max: number;
3
+ value: number;
4
+ createdAt?: Date;
5
+ }
6
+ //# sourceMappingURL=RateConfiguration.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RateConfiguration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RateConfiguration.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RateConfiguration.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ export interface IRTSeeRatingConfiguration {
2
+ id: string;
3
+ name: string;
4
+ description: string;
5
+ applicationId: string;
6
+ entityConfigurationId: string;
7
+ maxRateValue: number;
8
+ stepValue: number;
9
+ }
10
+ export interface IRTSeeRatingConfigurationsRequest {
11
+ entityConfigurationId: string;
12
+ applicationId: string;
13
+ }
14
+ export interface IRTSeeRatingConfigurationsResponse {
15
+ ratingConfigurations: IRTSeeRatingConfiguration[];
16
+ }
17
+ export interface IRTSeeRatingConfigurationResponse {
18
+ ratingConfiguration: IRTSeeRatingConfiguration;
19
+ }
20
+ //# sourceMappingURL=RatingConfiguration.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RatingConfiguration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RatingConfiguration.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/rating/RatingConfiguration.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export * from './Rate';
2
+ export * from './EntityRates';
3
+ export * from './RatingConfiguration';
4
+ export * from './RateConfiguration';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./Rate"), exports);
18
+ __exportStar(require("./EntityRates"), exports);
19
+ __exportStar(require("./RatingConfiguration"), exports);
20
+ __exportStar(require("./RateConfiguration"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +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"}
@@ -0,0 +1,19 @@
1
+ import { IRTSeeTagGroupBase } from "@rtsee/common";
2
+ export interface IRTSeeTagBase {
3
+ id: string;
4
+ applicationId: string;
5
+ name: string;
6
+ iconClassName?: string;
7
+ priority?: number;
8
+ description?: string;
9
+ value?: string;
10
+ parentId?: string;
11
+ childrenIds?: string[];
12
+ createdAt?: Date;
13
+ }
14
+ export interface IRTSeeTag extends IRTSeeTagBase {
15
+ groups?: IRTSeeTagGroupBase[];
16
+ parent?: IRTSeeTagBase;
17
+ children?: IRTSeeTag[];
18
+ }
19
+ //# sourceMappingURL=RTSeeTag.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RTSeeTag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTSeeTag.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/RTSeeTag.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { IRTSeeTag } from "@rtsee/common";
2
+ export interface IRTSeeTagGroupBase {
3
+ id: string;
4
+ name: string;
5
+ description: string;
6
+ applicationId: string;
7
+ tagsIds?: string[];
8
+ createdAt?: Date;
9
+ }
10
+ export interface IRTSeeTagGroup extends IRTSeeTagGroupBase {
11
+ tags?: IRTSeeTag[];
12
+ }
13
+ //# sourceMappingURL=TagGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/TagGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,cAAe,SAAQ,kBAAkB;IACxD,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TagGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagGroup.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/TagGroup.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ import { IRTSeeTag, IRTSeeTagGroup } from "@rtsee/common";
2
+ export type RTSeeTagsSortingOrder = 'asc' | 'desc';
3
+ export interface IRTSeeTagsRequest {
4
+ applicationId: string;
5
+ groupId?: string;
6
+ parentId?: string;
7
+ priorityOrder?: RTSeeTagsSortingOrder;
8
+ includeChildren?: boolean;
9
+ flat?: boolean;
10
+ }
11
+ export interface IRTSeeTagResponse {
12
+ tag: IRTSeeTag;
13
+ }
14
+ export interface IRTSeeTagsResponse {
15
+ tags: IRTSeeTag[];
16
+ }
17
+ export interface IRTSeeTagGroupResponse {
18
+ tagGroup: IRTSeeTagGroup;
19
+ }
20
+ export interface IRTSeeTagGroupsResponse {
21
+ tagGroups: IRTSeeTagGroup[];
22
+ }
23
+ export interface IRTSeeTagGroupsRequest {
24
+ applicationId: string;
25
+ }
26
+ //# sourceMappingURL=TagsQueries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagsQueries.d.ts","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/TagsQueries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE1D,MAAM,MAAM,qBAAqB,GAAG,KAAK,GAAG,MAAM,CAAC;AAEnD,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,qBAAqB,CAAC;IACtC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,SAAS,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,SAAS,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,cAAc,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,cAAc,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TagsQueries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagsQueries.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/TagsQueries.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export * from './RTSeeTag';
2
+ export * from './TagGroup';
3
+ export * from './TagsQueries';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./RTSeeTag"), exports);
18
+ __exportStar(require("./TagGroup"), exports);
19
+ __exportStar(require("./TagsQueries"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/interfaces/utilities/tag/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,6CAA2B;AAC3B,gDAA8B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtsee/common",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
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": "4107b1c5904d0c2cd8667a09ed783f8a25514089"
34
+ "gitHead": "1b642ce33ceebb6a75cb755ad7bcf9335b15a43a"
35
35
  }