@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/rating/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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
|