hevy-shared 1.0.754 → 1.0.756

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 (2) hide show
  1. package/built/index.d.ts +3 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1668,7 +1668,9 @@ export interface RatingPromptFeedback extends BaseFeedback {
1668
1668
  }
1669
1669
  export interface TrainerRatingPromptFeedback extends BaseFeedback {
1670
1670
  type: 'trainer-rating';
1671
- rating: number;
1671
+ data: {
1672
+ rating: number;
1673
+ };
1672
1674
  }
1673
1675
  export interface CancelSubscriptionFeedback extends BaseFeedback {
1674
1676
  type: 'cancel-subscription';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.754",
3
+ "version": "1.0.756",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",