hevy-shared 1.0.644 → 1.0.645

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 +1 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -444,7 +444,7 @@ export interface UserHevyProSubcription {
444
444
  managing_store: UserHevyProSubcriptionStore;
445
445
  type: 'monthly' | 'yearly' | 'lifetime' | 'custom';
446
446
  expires_date?: string;
447
- grace_period_expires_date: string | null;
447
+ grace_period_expires_date?: string | null;
448
448
  /**
449
449
  * Set if the user has paused/cancelled their subscription
450
450
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.644",
3
+ "version": "1.0.645",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",