@stuartshay/otel-data-types 1.0.541 → 1.0.576

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 +163 -29
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2203,6 +2203,14 @@ export type components = {
2203
2203
  * @description UTC last-update timestamp
2204
2204
  */
2205
2205
  updated_at?: string | null;
2206
+ /**
2207
+ * Route
2208
+ * @description Ordered [latitude, longitude] pairs tracing the segment path, recovered and simplified from the source activity's GPS track. Null when no source activity track can be matched.
2209
+ */
2210
+ route?: [
2211
+ number,
2212
+ number
2213
+ ][] | null;
2206
2214
  };
2207
2215
  /**
2208
2216
  * GarminSegmentCreate
@@ -3694,14 +3702,12 @@ export interface operations {
3694
3702
  "application/json": components["schemas"]["PaginatedResponse_Location_"];
3695
3703
  };
3696
3704
  };
3697
- /** @description Validation Error */
3705
+ /** @description Invalid date format */
3698
3706
  422: {
3699
3707
  headers: {
3700
3708
  [name: string]: unknown;
3701
3709
  };
3702
- content: {
3703
- "application/json": components["schemas"]["HTTPValidationError"];
3704
- };
3710
+ content?: never;
3705
3711
  };
3706
3712
  };
3707
3713
  };
@@ -3743,6 +3749,13 @@ export interface operations {
3743
3749
  "application/json": components["schemas"]["LocationDateRange"];
3744
3750
  };
3745
3751
  };
3752
+ /** @description No location data found */
3753
+ 404: {
3754
+ headers: {
3755
+ [name: string]: unknown;
3756
+ };
3757
+ content?: never;
3758
+ };
3746
3759
  };
3747
3760
  };
3748
3761
  location_count_api_v1_locations_count_get: {
@@ -3768,14 +3781,12 @@ export interface operations {
3768
3781
  "application/json": components["schemas"]["LocationCount"];
3769
3782
  };
3770
3783
  };
3771
- /** @description Validation Error */
3784
+ /** @description Invalid date format */
3772
3785
  422: {
3773
3786
  headers: {
3774
3787
  [name: string]: unknown;
3775
3788
  };
3776
- content: {
3777
- "application/json": components["schemas"]["HTTPValidationError"];
3778
- };
3789
+ content?: never;
3779
3790
  };
3780
3791
  };
3781
3792
  };
@@ -3800,6 +3811,13 @@ export interface operations {
3800
3811
  "application/json": components["schemas"]["LocationDetail"];
3801
3812
  };
3802
3813
  };
3814
+ /** @description Location not found */
3815
+ 404: {
3816
+ headers: {
3817
+ [name: string]: unknown;
3818
+ };
3819
+ content?: never;
3820
+ };
3803
3821
  /** @description Validation Error */
3804
3822
  422: {
3805
3823
  headers: {
@@ -3914,6 +3932,13 @@ export interface operations {
3914
3932
  "application/json": components["schemas"]["GarminDateRange"];
3915
3933
  };
3916
3934
  };
3935
+ /** @description No Garmin activity data found */
3936
+ 404: {
3937
+ headers: {
3938
+ [name: string]: unknown;
3939
+ };
3940
+ content?: never;
3941
+ };
3917
3942
  };
3918
3943
  };
3919
3944
  list_activities_api_v1_garmin_activities_get: {
@@ -3949,14 +3974,12 @@ export interface operations {
3949
3974
  "application/json": components["schemas"]["PaginatedResponse_GarminActivity_"];
3950
3975
  };
3951
3976
  };
3952
- /** @description Validation Error */
3977
+ /** @description Invalid date format */
3953
3978
  422: {
3954
3979
  headers: {
3955
3980
  [name: string]: unknown;
3956
3981
  };
3957
- content: {
3958
- "application/json": components["schemas"]["HTTPValidationError"];
3959
- };
3982
+ content?: never;
3960
3983
  };
3961
3984
  };
3962
3985
  };
@@ -4107,7 +4130,7 @@ export interface operations {
4107
4130
  };
4108
4131
  content?: never;
4109
4132
  };
4110
- /** @description Authentication required */
4133
+ /** @description Authentication required or token invalid */
4111
4134
  401: {
4112
4135
  headers: {
4113
4136
  [name: string]: unknown;
@@ -4130,6 +4153,13 @@ export interface operations {
4130
4153
  "application/json": components["schemas"]["HTTPValidationError"];
4131
4154
  };
4132
4155
  };
4156
+ /** @description Authentication service unavailable */
4157
+ 503: {
4158
+ headers: {
4159
+ [name: string]: unknown;
4160
+ };
4161
+ content?: never;
4162
+ };
4133
4163
  };
4134
4164
  };
4135
4165
  list_track_points_api_v1_garmin_activities__activity_id__tracks_get: {
@@ -4328,14 +4358,12 @@ export interface operations {
4328
4358
  "application/json": components["schemas"]["PaginatedResponse_GarminActivityLapsGroup_"];
4329
4359
  };
4330
4360
  };
4331
- /** @description Validation Error */
4361
+ /** @description Invalid date format */
4332
4362
  422: {
4333
4363
  headers: {
4334
4364
  [name: string]: unknown;
4335
4365
  };
4336
- content: {
4337
- "application/json": components["schemas"]["HTTPValidationError"];
4338
- };
4366
+ content?: never;
4339
4367
  };
4340
4368
  };
4341
4369
  };
@@ -4417,14 +4445,12 @@ export interface operations {
4417
4445
  "application/json": components["schemas"]["SegmentEffortsResponse"];
4418
4446
  };
4419
4447
  };
4420
- /** @description Validation Error */
4448
+ /** @description Invalid date format */
4421
4449
  422: {
4422
4450
  headers: {
4423
4451
  [name: string]: unknown;
4424
4452
  };
4425
- content: {
4426
- "application/json": components["schemas"]["HTTPValidationError"];
4427
- };
4453
+ content?: never;
4428
4454
  };
4429
4455
  };
4430
4456
  };
@@ -4491,6 +4517,13 @@ export interface operations {
4491
4517
  "application/json": components["schemas"]["HTTPValidationError"];
4492
4518
  };
4493
4519
  };
4520
+ /** @description Failed to create segment */
4521
+ 500: {
4522
+ headers: {
4523
+ [name: string]: unknown;
4524
+ };
4525
+ content?: never;
4526
+ };
4494
4527
  };
4495
4528
  };
4496
4529
  get_segment_api_v1_garmin_segments__segment_id__get: {
@@ -4551,6 +4584,20 @@ export interface operations {
4551
4584
  };
4552
4585
  content?: never;
4553
4586
  };
4587
+ /** @description Authentication required or token invalid */
4588
+ 401: {
4589
+ headers: {
4590
+ [name: string]: unknown;
4591
+ };
4592
+ content?: never;
4593
+ };
4594
+ /** @description Segment not found */
4595
+ 404: {
4596
+ headers: {
4597
+ [name: string]: unknown;
4598
+ };
4599
+ content?: never;
4600
+ };
4554
4601
  /** @description Validation Error */
4555
4602
  422: {
4556
4603
  headers: {
@@ -4560,6 +4607,13 @@ export interface operations {
4560
4607
  "application/json": components["schemas"]["HTTPValidationError"];
4561
4608
  };
4562
4609
  };
4610
+ /** @description Authentication service unavailable */
4611
+ 503: {
4612
+ headers: {
4613
+ [name: string]: unknown;
4614
+ };
4615
+ content?: never;
4616
+ };
4563
4617
  };
4564
4618
  };
4565
4619
  get_segment_efforts_api_v1_garmin_segments__segment_id__efforts_get: {
@@ -4645,14 +4699,12 @@ export interface operations {
4645
4699
  "application/json": components["schemas"]["PaginatedResponse_UnifiedGpsPoint_"];
4646
4700
  };
4647
4701
  };
4648
- /** @description Validation Error */
4702
+ /** @description Invalid date format */
4649
4703
  422: {
4650
4704
  headers: {
4651
4705
  [name: string]: unknown;
4652
4706
  };
4653
- content: {
4654
- "application/json": components["schemas"]["HTTPValidationError"];
4655
- };
4707
+ content?: never;
4656
4708
  };
4657
4709
  };
4658
4710
  };
@@ -4683,14 +4735,12 @@ export interface operations {
4683
4735
  "application/json": components["schemas"]["PaginatedResponse_DailyActivitySummary_"];
4684
4736
  };
4685
4737
  };
4686
- /** @description Validation Error */
4738
+ /** @description Invalid date format */
4687
4739
  422: {
4688
4740
  headers: {
4689
4741
  [name: string]: unknown;
4690
4742
  };
4691
- content: {
4692
- "application/json": components["schemas"]["HTTPValidationError"];
4693
- };
4743
+ content?: never;
4694
4744
  };
4695
4745
  };
4696
4746
  };
@@ -4712,6 +4762,13 @@ export interface operations {
4712
4762
  "application/json": components["schemas"]["DailySummaryDateRange"];
4713
4763
  };
4714
4764
  };
4765
+ /** @description No daily summary data found */
4766
+ 404: {
4767
+ headers: {
4768
+ [name: string]: unknown;
4769
+ };
4770
+ content?: never;
4771
+ };
4715
4772
  };
4716
4773
  };
4717
4774
  list_reference_locations_api_v1_reference_locations_get: {
@@ -4756,6 +4813,13 @@ export interface operations {
4756
4813
  "application/json": components["schemas"]["ReferenceLocation"];
4757
4814
  };
4758
4815
  };
4816
+ /** @description Authentication required or token invalid */
4817
+ 401: {
4818
+ headers: {
4819
+ [name: string]: unknown;
4820
+ };
4821
+ content?: never;
4822
+ };
4759
4823
  /** @description Validation Error */
4760
4824
  422: {
4761
4825
  headers: {
@@ -4765,6 +4829,20 @@ export interface operations {
4765
4829
  "application/json": components["schemas"]["HTTPValidationError"];
4766
4830
  };
4767
4831
  };
4832
+ /** @description Failed to create reference location */
4833
+ 500: {
4834
+ headers: {
4835
+ [name: string]: unknown;
4836
+ };
4837
+ content?: never;
4838
+ };
4839
+ /** @description Authentication service unavailable */
4840
+ 503: {
4841
+ headers: {
4842
+ [name: string]: unknown;
4843
+ };
4844
+ content?: never;
4845
+ };
4768
4846
  };
4769
4847
  };
4770
4848
  get_reference_location_api_v1_reference_locations__location_id__get: {
@@ -4788,6 +4866,13 @@ export interface operations {
4788
4866
  "application/json": components["schemas"]["ReferenceLocation"];
4789
4867
  };
4790
4868
  };
4869
+ /** @description Reference location not found */
4870
+ 404: {
4871
+ headers: {
4872
+ [name: string]: unknown;
4873
+ };
4874
+ content?: never;
4875
+ };
4791
4876
  /** @description Validation Error */
4792
4877
  422: {
4793
4878
  headers: {
@@ -4824,6 +4909,27 @@ export interface operations {
4824
4909
  "application/json": components["schemas"]["ReferenceLocation"];
4825
4910
  };
4826
4911
  };
4912
+ /** @description No fields to update */
4913
+ 400: {
4914
+ headers: {
4915
+ [name: string]: unknown;
4916
+ };
4917
+ content?: never;
4918
+ };
4919
+ /** @description Authentication required or token invalid */
4920
+ 401: {
4921
+ headers: {
4922
+ [name: string]: unknown;
4923
+ };
4924
+ content?: never;
4925
+ };
4926
+ /** @description Reference location not found */
4927
+ 404: {
4928
+ headers: {
4929
+ [name: string]: unknown;
4930
+ };
4931
+ content?: never;
4932
+ };
4827
4933
  /** @description Validation Error */
4828
4934
  422: {
4829
4935
  headers: {
@@ -4833,6 +4939,13 @@ export interface operations {
4833
4939
  "application/json": components["schemas"]["HTTPValidationError"];
4834
4940
  };
4835
4941
  };
4942
+ /** @description Authentication service unavailable */
4943
+ 503: {
4944
+ headers: {
4945
+ [name: string]: unknown;
4946
+ };
4947
+ content?: never;
4948
+ };
4836
4949
  };
4837
4950
  };
4838
4951
  delete_reference_location_api_v1_reference_locations__location_id__delete: {
@@ -4854,6 +4967,20 @@ export interface operations {
4854
4967
  };
4855
4968
  content?: never;
4856
4969
  };
4970
+ /** @description Authentication required or token invalid */
4971
+ 401: {
4972
+ headers: {
4973
+ [name: string]: unknown;
4974
+ };
4975
+ content?: never;
4976
+ };
4977
+ /** @description Reference location not found */
4978
+ 404: {
4979
+ headers: {
4980
+ [name: string]: unknown;
4981
+ };
4982
+ content?: never;
4983
+ };
4857
4984
  /** @description Validation Error */
4858
4985
  422: {
4859
4986
  headers: {
@@ -4863,6 +4990,13 @@ export interface operations {
4863
4990
  "application/json": components["schemas"]["HTTPValidationError"];
4864
4991
  };
4865
4992
  };
4993
+ /** @description Authentication service unavailable */
4994
+ 503: {
4995
+ headers: {
4996
+ [name: string]: unknown;
4997
+ };
4998
+ content?: never;
4999
+ };
4866
5000
  };
4867
5001
  };
4868
5002
  find_nearby_api_v1_spatial_nearby_get: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stuartshay/otel-data-types",
3
- "version": "1.0.541",
3
+ "version": "1.0.576",
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": {