@stuartshay/otel-data-types 1.0.545 → 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.
- package/index.d.ts +155 -29
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3702,14 +3702,12 @@ export interface operations {
|
|
|
3702
3702
|
"application/json": components["schemas"]["PaginatedResponse_Location_"];
|
|
3703
3703
|
};
|
|
3704
3704
|
};
|
|
3705
|
-
/** @description
|
|
3705
|
+
/** @description Invalid date format */
|
|
3706
3706
|
422: {
|
|
3707
3707
|
headers: {
|
|
3708
3708
|
[name: string]: unknown;
|
|
3709
3709
|
};
|
|
3710
|
-
content
|
|
3711
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
3712
|
-
};
|
|
3710
|
+
content?: never;
|
|
3713
3711
|
};
|
|
3714
3712
|
};
|
|
3715
3713
|
};
|
|
@@ -3751,6 +3749,13 @@ export interface operations {
|
|
|
3751
3749
|
"application/json": components["schemas"]["LocationDateRange"];
|
|
3752
3750
|
};
|
|
3753
3751
|
};
|
|
3752
|
+
/** @description No location data found */
|
|
3753
|
+
404: {
|
|
3754
|
+
headers: {
|
|
3755
|
+
[name: string]: unknown;
|
|
3756
|
+
};
|
|
3757
|
+
content?: never;
|
|
3758
|
+
};
|
|
3754
3759
|
};
|
|
3755
3760
|
};
|
|
3756
3761
|
location_count_api_v1_locations_count_get: {
|
|
@@ -3776,14 +3781,12 @@ export interface operations {
|
|
|
3776
3781
|
"application/json": components["schemas"]["LocationCount"];
|
|
3777
3782
|
};
|
|
3778
3783
|
};
|
|
3779
|
-
/** @description
|
|
3784
|
+
/** @description Invalid date format */
|
|
3780
3785
|
422: {
|
|
3781
3786
|
headers: {
|
|
3782
3787
|
[name: string]: unknown;
|
|
3783
3788
|
};
|
|
3784
|
-
content
|
|
3785
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
3786
|
-
};
|
|
3789
|
+
content?: never;
|
|
3787
3790
|
};
|
|
3788
3791
|
};
|
|
3789
3792
|
};
|
|
@@ -3808,6 +3811,13 @@ export interface operations {
|
|
|
3808
3811
|
"application/json": components["schemas"]["LocationDetail"];
|
|
3809
3812
|
};
|
|
3810
3813
|
};
|
|
3814
|
+
/** @description Location not found */
|
|
3815
|
+
404: {
|
|
3816
|
+
headers: {
|
|
3817
|
+
[name: string]: unknown;
|
|
3818
|
+
};
|
|
3819
|
+
content?: never;
|
|
3820
|
+
};
|
|
3811
3821
|
/** @description Validation Error */
|
|
3812
3822
|
422: {
|
|
3813
3823
|
headers: {
|
|
@@ -3922,6 +3932,13 @@ export interface operations {
|
|
|
3922
3932
|
"application/json": components["schemas"]["GarminDateRange"];
|
|
3923
3933
|
};
|
|
3924
3934
|
};
|
|
3935
|
+
/** @description No Garmin activity data found */
|
|
3936
|
+
404: {
|
|
3937
|
+
headers: {
|
|
3938
|
+
[name: string]: unknown;
|
|
3939
|
+
};
|
|
3940
|
+
content?: never;
|
|
3941
|
+
};
|
|
3925
3942
|
};
|
|
3926
3943
|
};
|
|
3927
3944
|
list_activities_api_v1_garmin_activities_get: {
|
|
@@ -3957,14 +3974,12 @@ export interface operations {
|
|
|
3957
3974
|
"application/json": components["schemas"]["PaginatedResponse_GarminActivity_"];
|
|
3958
3975
|
};
|
|
3959
3976
|
};
|
|
3960
|
-
/** @description
|
|
3977
|
+
/** @description Invalid date format */
|
|
3961
3978
|
422: {
|
|
3962
3979
|
headers: {
|
|
3963
3980
|
[name: string]: unknown;
|
|
3964
3981
|
};
|
|
3965
|
-
content
|
|
3966
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
3967
|
-
};
|
|
3982
|
+
content?: never;
|
|
3968
3983
|
};
|
|
3969
3984
|
};
|
|
3970
3985
|
};
|
|
@@ -4115,7 +4130,7 @@ export interface operations {
|
|
|
4115
4130
|
};
|
|
4116
4131
|
content?: never;
|
|
4117
4132
|
};
|
|
4118
|
-
/** @description Authentication required */
|
|
4133
|
+
/** @description Authentication required or token invalid */
|
|
4119
4134
|
401: {
|
|
4120
4135
|
headers: {
|
|
4121
4136
|
[name: string]: unknown;
|
|
@@ -4138,6 +4153,13 @@ export interface operations {
|
|
|
4138
4153
|
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4139
4154
|
};
|
|
4140
4155
|
};
|
|
4156
|
+
/** @description Authentication service unavailable */
|
|
4157
|
+
503: {
|
|
4158
|
+
headers: {
|
|
4159
|
+
[name: string]: unknown;
|
|
4160
|
+
};
|
|
4161
|
+
content?: never;
|
|
4162
|
+
};
|
|
4141
4163
|
};
|
|
4142
4164
|
};
|
|
4143
4165
|
list_track_points_api_v1_garmin_activities__activity_id__tracks_get: {
|
|
@@ -4336,14 +4358,12 @@ export interface operations {
|
|
|
4336
4358
|
"application/json": components["schemas"]["PaginatedResponse_GarminActivityLapsGroup_"];
|
|
4337
4359
|
};
|
|
4338
4360
|
};
|
|
4339
|
-
/** @description
|
|
4361
|
+
/** @description Invalid date format */
|
|
4340
4362
|
422: {
|
|
4341
4363
|
headers: {
|
|
4342
4364
|
[name: string]: unknown;
|
|
4343
4365
|
};
|
|
4344
|
-
content
|
|
4345
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4346
|
-
};
|
|
4366
|
+
content?: never;
|
|
4347
4367
|
};
|
|
4348
4368
|
};
|
|
4349
4369
|
};
|
|
@@ -4425,14 +4445,12 @@ export interface operations {
|
|
|
4425
4445
|
"application/json": components["schemas"]["SegmentEffortsResponse"];
|
|
4426
4446
|
};
|
|
4427
4447
|
};
|
|
4428
|
-
/** @description
|
|
4448
|
+
/** @description Invalid date format */
|
|
4429
4449
|
422: {
|
|
4430
4450
|
headers: {
|
|
4431
4451
|
[name: string]: unknown;
|
|
4432
4452
|
};
|
|
4433
|
-
content
|
|
4434
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4435
|
-
};
|
|
4453
|
+
content?: never;
|
|
4436
4454
|
};
|
|
4437
4455
|
};
|
|
4438
4456
|
};
|
|
@@ -4499,6 +4517,13 @@ export interface operations {
|
|
|
4499
4517
|
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4500
4518
|
};
|
|
4501
4519
|
};
|
|
4520
|
+
/** @description Failed to create segment */
|
|
4521
|
+
500: {
|
|
4522
|
+
headers: {
|
|
4523
|
+
[name: string]: unknown;
|
|
4524
|
+
};
|
|
4525
|
+
content?: never;
|
|
4526
|
+
};
|
|
4502
4527
|
};
|
|
4503
4528
|
};
|
|
4504
4529
|
get_segment_api_v1_garmin_segments__segment_id__get: {
|
|
@@ -4559,6 +4584,20 @@ export interface operations {
|
|
|
4559
4584
|
};
|
|
4560
4585
|
content?: never;
|
|
4561
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
|
+
};
|
|
4562
4601
|
/** @description Validation Error */
|
|
4563
4602
|
422: {
|
|
4564
4603
|
headers: {
|
|
@@ -4568,6 +4607,13 @@ export interface operations {
|
|
|
4568
4607
|
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4569
4608
|
};
|
|
4570
4609
|
};
|
|
4610
|
+
/** @description Authentication service unavailable */
|
|
4611
|
+
503: {
|
|
4612
|
+
headers: {
|
|
4613
|
+
[name: string]: unknown;
|
|
4614
|
+
};
|
|
4615
|
+
content?: never;
|
|
4616
|
+
};
|
|
4571
4617
|
};
|
|
4572
4618
|
};
|
|
4573
4619
|
get_segment_efforts_api_v1_garmin_segments__segment_id__efforts_get: {
|
|
@@ -4653,14 +4699,12 @@ export interface operations {
|
|
|
4653
4699
|
"application/json": components["schemas"]["PaginatedResponse_UnifiedGpsPoint_"];
|
|
4654
4700
|
};
|
|
4655
4701
|
};
|
|
4656
|
-
/** @description
|
|
4702
|
+
/** @description Invalid date format */
|
|
4657
4703
|
422: {
|
|
4658
4704
|
headers: {
|
|
4659
4705
|
[name: string]: unknown;
|
|
4660
4706
|
};
|
|
4661
|
-
content
|
|
4662
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4663
|
-
};
|
|
4707
|
+
content?: never;
|
|
4664
4708
|
};
|
|
4665
4709
|
};
|
|
4666
4710
|
};
|
|
@@ -4691,14 +4735,12 @@ export interface operations {
|
|
|
4691
4735
|
"application/json": components["schemas"]["PaginatedResponse_DailyActivitySummary_"];
|
|
4692
4736
|
};
|
|
4693
4737
|
};
|
|
4694
|
-
/** @description
|
|
4738
|
+
/** @description Invalid date format */
|
|
4695
4739
|
422: {
|
|
4696
4740
|
headers: {
|
|
4697
4741
|
[name: string]: unknown;
|
|
4698
4742
|
};
|
|
4699
|
-
content
|
|
4700
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4701
|
-
};
|
|
4743
|
+
content?: never;
|
|
4702
4744
|
};
|
|
4703
4745
|
};
|
|
4704
4746
|
};
|
|
@@ -4720,6 +4762,13 @@ export interface operations {
|
|
|
4720
4762
|
"application/json": components["schemas"]["DailySummaryDateRange"];
|
|
4721
4763
|
};
|
|
4722
4764
|
};
|
|
4765
|
+
/** @description No daily summary data found */
|
|
4766
|
+
404: {
|
|
4767
|
+
headers: {
|
|
4768
|
+
[name: string]: unknown;
|
|
4769
|
+
};
|
|
4770
|
+
content?: never;
|
|
4771
|
+
};
|
|
4723
4772
|
};
|
|
4724
4773
|
};
|
|
4725
4774
|
list_reference_locations_api_v1_reference_locations_get: {
|
|
@@ -4764,6 +4813,13 @@ export interface operations {
|
|
|
4764
4813
|
"application/json": components["schemas"]["ReferenceLocation"];
|
|
4765
4814
|
};
|
|
4766
4815
|
};
|
|
4816
|
+
/** @description Authentication required or token invalid */
|
|
4817
|
+
401: {
|
|
4818
|
+
headers: {
|
|
4819
|
+
[name: string]: unknown;
|
|
4820
|
+
};
|
|
4821
|
+
content?: never;
|
|
4822
|
+
};
|
|
4767
4823
|
/** @description Validation Error */
|
|
4768
4824
|
422: {
|
|
4769
4825
|
headers: {
|
|
@@ -4773,6 +4829,20 @@ export interface operations {
|
|
|
4773
4829
|
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4774
4830
|
};
|
|
4775
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
|
+
};
|
|
4776
4846
|
};
|
|
4777
4847
|
};
|
|
4778
4848
|
get_reference_location_api_v1_reference_locations__location_id__get: {
|
|
@@ -4796,6 +4866,13 @@ export interface operations {
|
|
|
4796
4866
|
"application/json": components["schemas"]["ReferenceLocation"];
|
|
4797
4867
|
};
|
|
4798
4868
|
};
|
|
4869
|
+
/** @description Reference location not found */
|
|
4870
|
+
404: {
|
|
4871
|
+
headers: {
|
|
4872
|
+
[name: string]: unknown;
|
|
4873
|
+
};
|
|
4874
|
+
content?: never;
|
|
4875
|
+
};
|
|
4799
4876
|
/** @description Validation Error */
|
|
4800
4877
|
422: {
|
|
4801
4878
|
headers: {
|
|
@@ -4832,6 +4909,27 @@ export interface operations {
|
|
|
4832
4909
|
"application/json": components["schemas"]["ReferenceLocation"];
|
|
4833
4910
|
};
|
|
4834
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
|
+
};
|
|
4835
4933
|
/** @description Validation Error */
|
|
4836
4934
|
422: {
|
|
4837
4935
|
headers: {
|
|
@@ -4841,6 +4939,13 @@ export interface operations {
|
|
|
4841
4939
|
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4842
4940
|
};
|
|
4843
4941
|
};
|
|
4942
|
+
/** @description Authentication service unavailable */
|
|
4943
|
+
503: {
|
|
4944
|
+
headers: {
|
|
4945
|
+
[name: string]: unknown;
|
|
4946
|
+
};
|
|
4947
|
+
content?: never;
|
|
4948
|
+
};
|
|
4844
4949
|
};
|
|
4845
4950
|
};
|
|
4846
4951
|
delete_reference_location_api_v1_reference_locations__location_id__delete: {
|
|
@@ -4862,6 +4967,20 @@ export interface operations {
|
|
|
4862
4967
|
};
|
|
4863
4968
|
content?: never;
|
|
4864
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
|
+
};
|
|
4865
4984
|
/** @description Validation Error */
|
|
4866
4985
|
422: {
|
|
4867
4986
|
headers: {
|
|
@@ -4871,6 +4990,13 @@ export interface operations {
|
|
|
4871
4990
|
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4872
4991
|
};
|
|
4873
4992
|
};
|
|
4993
|
+
/** @description Authentication service unavailable */
|
|
4994
|
+
503: {
|
|
4995
|
+
headers: {
|
|
4996
|
+
[name: string]: unknown;
|
|
4997
|
+
};
|
|
4998
|
+
content?: never;
|
|
4999
|
+
};
|
|
4874
5000
|
};
|
|
4875
5001
|
};
|
|
4876
5002
|
find_nearby_api_v1_spatial_nearby_get: {
|