@stuartshay/otel-data-types 1.0.526 → 1.0.534

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 +6 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -504,6 +504,12 @@ export type paths = {
504
504
  /**
505
505
  * Delete Segment
506
506
  * @description Delete a saved segment (auth required).
507
+ *
508
+ * If the segment has been pushed to Garmin Connect (``garmin_segment_uuid`` is
509
+ * set) it is marked ``delete_pending`` so the garmin-sync agent removes it from
510
+ * Garmin and then deletes the row (end-to-end delete). Segments that were never
511
+ * synced are removed immediately. Either way the segment stops appearing in the
512
+ * read endpoints right away.
507
513
  */
508
514
  delete: operations["delete_segment_api_v1_garmin_segments__segment_id__delete"];
509
515
  options?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stuartshay/otel-data-types",
3
- "version": "1.0.526",
3
+ "version": "1.0.534",
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": {