@jealous-robot-dev/shared-types-responses 1.30.4 → 1.30.7

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.
@@ -161,6 +161,7 @@ export interface ViewEventReview {
161
161
  export interface ViewEventReviews {
162
162
  entries: ViewEventReview[];
163
163
  has_more: boolean;
164
+ pages: number;
164
165
  }
165
166
  export interface ViewEventReviewsPhrases {
166
167
  title: string;
@@ -19,6 +19,7 @@ export interface UserReviewData {
19
19
  has_more: boolean;
20
20
  }
21
21
  export interface UserReviewPhrases {
22
+ title: string;
22
23
  average_rate: string;
23
24
  total_reviews: string;
24
25
  no_reviews_with: string;
@@ -50,6 +50,7 @@ export interface UserEventsInProfile {
50
50
  export interface UserReviewsInProfile {
51
51
  reviews: EventReview[];
52
52
  has_more: boolean;
53
+ pages: number;
53
54
  }
54
55
  export interface UserProfileCurrentUserPhrases {
55
56
  updateProfile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.30.4",
3
+ "version": "1.30.7",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",