@leavittsoftware/lg-core-typescript 2.94.0 → 2.95.0

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.net.core.ts +2 -2
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -1888,9 +1888,9 @@ export interface LeavittFitActivity {
1888
1888
  Date: string;
1889
1889
  DeletedById: number | null;
1890
1890
  DeletedDate: string | null;
1891
- Distance: number | null;
1891
+ Distance: Partial<number> | null;
1892
1892
  DistanceUnit: string | null;
1893
- Duration: string;
1893
+ DurationInSeconds: number;
1894
1894
  Id: number;
1895
1895
  IntegrationToActivity: Partial<LeavittFitIntegrationToActivity> | null;
1896
1896
  IntegrationToActivityId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.94.0",
3
+ "version": "2.95.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [