@stuartshay/otel-data-types 1.0.151 → 1.0.154

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/index.d.ts +2 -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, deduplicated by timestamp. Designed for client-side charting
230
- * without pagination limits.
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stuartshay/otel-data-types",
3
- "version": "1.0.151",
3
+ "version": "1.0.154",
4
4
  "description": "TypeScript types for otel-data-api — Auto-generated from OpenAPI 3.1 specification",
5
5
  "types": "index.d.ts",
6
6
  "exports": {