@leavittsoftware/lg-core-typescript 2.95.0 → 2.95.1

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/lg.core.ts +2 -2
  2. package/package.json +1 -1
package/lg.core.ts CHANGED
@@ -2789,9 +2789,9 @@ export interface LeavittFitActivity {
2789
2789
  DeletedBy: Partial<Person> | null;
2790
2790
  DeletedById: number | null;
2791
2791
  DeletedDate: string | null;
2792
- Distance: number | null;
2792
+ Distance: Partial<number> | null;
2793
2793
  DistanceUnit: string | null;
2794
- Duration: string;
2794
+ DurationInSeconds: number;
2795
2795
  Id: number;
2796
2796
  IntegrationToActivity: Partial<LeavittFitIntegrationToActivity> | null;
2797
2797
  IntegrationToActivityId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.95.0",
3
+ "version": "2.95.1",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [