@stuartshay/otel-data-types 1.0.151 → 1.0.158
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.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -226,8 +226,8 @@ export type paths = {
|
|
|
226
226
|
* @description Return all track points for chart rendering (no pagination).
|
|
227
227
|
*
|
|
228
228
|
* Provides the complete time-series data (altitude, speed, heart rate, cadence)
|
|
229
|
-
* for an activity,
|
|
230
|
-
*
|
|
229
|
+
* for an activity, ordered by timestamp. Uniqueness is guaranteed by the
|
|
230
|
+
* UNIQUE(activity_id, timestamp) database constraint.
|
|
231
231
|
*/
|
|
232
232
|
get: operations["get_chart_data_api_v1_garmin_activities__activity_id__chart_data_get"];
|
|
233
233
|
put?: never;
|