@experts_hub/shared 1.0.609 → 1.0.610

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/index.d.mts CHANGED
@@ -989,6 +989,7 @@ declare class TestNotificationDto {
989
989
  declare const RATING_PATTERN: {
990
990
  addRating: string;
991
991
  fetchRating: string;
992
+ fetchPublicRating: string;
992
993
  };
993
994
 
994
995
  declare abstract class BaseEntity {
package/dist/index.d.ts CHANGED
@@ -989,6 +989,7 @@ declare class TestNotificationDto {
989
989
  declare const RATING_PATTERN: {
990
990
  addRating: string;
991
991
  fetchRating: string;
992
+ fetchPublicRating: string;
992
993
  };
993
994
 
994
995
  declare abstract class BaseEntity {
package/dist/index.js CHANGED
@@ -2507,7 +2507,8 @@ __decorateClass([
2507
2507
  // src/modules/rating/pattern/pattern.ts
2508
2508
  var RATING_PATTERN = {
2509
2509
  addRating: "add.rating",
2510
- fetchRating: "fetch.rating"
2510
+ fetchRating: "fetch.rating",
2511
+ fetchPublicRating: "fetch.public.rating"
2511
2512
  };
2512
2513
 
2513
2514
  // src/modules/rating/dto/add.rating.dto.ts
package/dist/index.mjs CHANGED
@@ -2210,7 +2210,8 @@ __decorateClass([
2210
2210
  // src/modules/rating/pattern/pattern.ts
2211
2211
  var RATING_PATTERN = {
2212
2212
  addRating: "add.rating",
2213
- fetchRating: "fetch.rating"
2213
+ fetchRating: "fetch.rating",
2214
+ fetchPublicRating: "fetch.public.rating"
2214
2215
  };
2215
2216
 
2216
2217
  // src/modules/rating/dto/add.rating.dto.ts
@@ -1,4 +1,5 @@
1
1
  export declare const RATING_PATTERN: {
2
2
  addRating: string;
3
3
  fetchRating: string;
4
+ fetchPublicRating: string;
4
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.609",
3
+ "version": "1.0.610",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",