@nativesquare/soma 0.9.3 → 0.10.0
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/dist/client/index.d.ts +96 -33
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +80 -35
- package/dist/client/index.js.map +1 -1
- package/dist/component/_generated/api.d.ts +18 -0
- package/dist/component/_generated/api.d.ts.map +1 -1
- package/dist/component/_generated/api.js.map +1 -1
- package/dist/component/_generated/component.d.ts +43 -9
- package/dist/component/_generated/component.d.ts.map +1 -1
- package/dist/component/garmin/auth.d.ts +0 -4
- package/dist/component/garmin/auth.d.ts.map +1 -1
- package/dist/component/garmin/auth.js +0 -8
- package/dist/component/garmin/auth.js.map +1 -1
- package/dist/component/garmin/private.d.ts +20 -3
- package/dist/component/garmin/private.d.ts.map +1 -1
- package/dist/component/garmin/private.js +17 -26
- package/dist/component/garmin/private.js.map +1 -1
- package/dist/component/garmin/public.d.ts +4 -4
- package/dist/component/garmin/public.d.ts.map +1 -1
- package/dist/component/garmin/public.js +6 -1
- package/dist/component/garmin/public.js.map +1 -1
- package/dist/component/garmin/webhooks.d.ts +4 -0
- package/dist/component/garmin/webhooks.d.ts.map +1 -1
- package/dist/component/garmin/webhooks.js +23 -18
- package/dist/component/garmin/webhooks.js.map +1 -1
- package/dist/component/schema.d.ts +2 -2
- package/dist/component/schema.d.ts.map +1 -1
- package/dist/component/schema.js +5 -3
- package/dist/component/schema.js.map +1 -1
- package/dist/{strava → component/strava}/auth.d.ts +15 -48
- package/dist/component/strava/auth.d.ts.map +1 -0
- package/dist/{strava → component/strava}/auth.js +4 -39
- package/dist/component/strava/auth.js.map +1 -0
- package/dist/component/strava/client.d.ts +8 -0
- package/dist/component/strava/client.d.ts.map +1 -0
- package/dist/component/strava/client.js +18 -0
- package/dist/component/strava/client.js.map +1 -0
- package/dist/component/strava/private.d.ts +19 -0
- package/dist/component/strava/private.d.ts.map +1 -1
- package/dist/component/strava/private.js +52 -2
- package/dist/component/strava/private.js.map +1 -1
- package/dist/component/strava/public.d.ts +87 -12
- package/dist/component/strava/public.d.ts.map +1 -1
- package/dist/component/strava/public.js +218 -92
- package/dist/component/strava/public.js.map +1 -1
- package/dist/component/strava/transform/activity.d.ts +19 -0
- package/dist/component/strava/transform/activity.d.ts.map +1 -0
- package/dist/{strava → component/strava/transform}/activity.js +21 -41
- package/dist/component/strava/transform/activity.js.map +1 -0
- package/dist/{strava → component/strava/transform}/athlete.d.ts +4 -10
- package/dist/component/strava/transform/athlete.d.ts.map +1 -0
- package/dist/{strava → component/strava/transform}/athlete.js +2 -8
- package/dist/component/strava/transform/athlete.js.map +1 -0
- package/dist/component/strava/transform/maps/sportType.d.ts +7 -0
- package/dist/component/strava/transform/maps/sportType.d.ts.map +1 -0
- package/dist/{strava/maps/sport-type.js → component/strava/transform/maps/sportType.js} +4 -2
- package/dist/component/strava/transform/maps/sportType.js.map +1 -0
- package/dist/component/strava/types/stravaApi/client/client.gen.d.ts +3 -0
- package/dist/component/strava/types/stravaApi/client/client.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/client/client.gen.js +236 -0
- package/dist/component/strava/types/stravaApi/client/client.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/client/index.d.ts +9 -0
- package/dist/component/strava/types/stravaApi/client/index.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/client/index.js +7 -0
- package/dist/component/strava/types/stravaApi/client/index.js.map +1 -0
- package/dist/component/strava/types/stravaApi/client/types.gen.d.ts +118 -0
- package/dist/component/strava/types/stravaApi/client/types.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/client/types.gen.js +3 -0
- package/dist/component/strava/types/stravaApi/client/types.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/client/utils.gen.d.ts +34 -0
- package/dist/component/strava/types/stravaApi/client/utils.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/client/utils.gen.js +229 -0
- package/dist/component/strava/types/stravaApi/client/utils.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/client.gen.d.ts +13 -0
- package/dist/component/strava/types/stravaApi/client.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/client.gen.js +4 -0
- package/dist/component/strava/types/stravaApi/client.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/auth.gen.d.ts +19 -0
- package/dist/component/strava/types/stravaApi/core/auth.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/auth.gen.js +15 -0
- package/dist/component/strava/types/stravaApi/core/auth.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/bodySerializer.gen.d.ts +26 -0
- package/dist/component/strava/types/stravaApi/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/bodySerializer.gen.js +58 -0
- package/dist/component/strava/types/stravaApi/core/bodySerializer.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/params.gen.d.ts +44 -0
- package/dist/component/strava/types/stravaApi/core/params.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/params.gen.js +101 -0
- package/dist/component/strava/types/stravaApi/core/params.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/pathSerializer.gen.d.ts +34 -0
- package/dist/component/strava/types/stravaApi/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/pathSerializer.gen.js +107 -0
- package/dist/component/strava/types/stravaApi/core/pathSerializer.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/component/strava/types/stravaApi/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/queryKeySerializer.gen.js +93 -0
- package/dist/component/strava/types/stravaApi/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/component/strava/types/stravaApi/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/serverSentEvents.gen.js +134 -0
- package/dist/component/strava/types/stravaApi/core/serverSentEvents.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/types.gen.d.ts +79 -0
- package/dist/component/strava/types/stravaApi/core/types.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/types.gen.js +3 -0
- package/dist/component/strava/types/stravaApi/core/types.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/core/utils.gen.d.ts +20 -0
- package/dist/component/strava/types/stravaApi/core/utils.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/core/utils.gen.js +88 -0
- package/dist/component/strava/types/stravaApi/core/utils.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/index.d.ts +3 -0
- package/dist/component/strava/types/stravaApi/index.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/index.js +3 -0
- package/dist/component/strava/types/stravaApi/index.js.map +1 -0
- package/dist/component/strava/types/stravaApi/sdk.gen.d.ts +224 -0
- package/dist/component/strava/types/stravaApi/sdk.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/sdk.gen.js +361 -0
- package/dist/component/strava/types/stravaApi/sdk.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/types.gen.d.ts +2209 -0
- package/dist/component/strava/types/stravaApi/types.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/types.gen.js +3 -0
- package/dist/component/strava/types/stravaApi/types.gen.js.map +1 -0
- package/dist/component/strava/types/stravaApi/zod.gen.d.ts +5332 -0
- package/dist/component/strava/types/stravaApi/zod.gen.d.ts.map +1 -0
- package/dist/component/strava/types/stravaApi/zod.gen.js +1009 -0
- package/dist/component/strava/types/stravaApi/zod.gen.js.map +1 -0
- package/dist/component/strava/utils.d.ts +15 -0
- package/dist/component/strava/utils.d.ts.map +1 -0
- package/dist/component/strava/utils.js +36 -0
- package/dist/component/strava/utils.js.map +1 -0
- package/dist/component/utils.d.ts +5 -0
- package/dist/component/utils.d.ts.map +1 -0
- package/dist/component/utils.js +11 -0
- package/dist/component/utils.js.map +1 -0
- package/package.json +131 -130
- package/src/client/index.ts +121 -52
- package/src/component/_generated/api.ts +18 -0
- package/src/component/_generated/component.ts +44 -11
- package/src/component/garmin/auth.ts +0 -9
- package/src/component/garmin/private.ts +0 -12
- package/src/component/garmin/public.ts +8 -1
- package/src/component/schema.ts +5 -3
- package/src/{strava → component/strava}/auth.ts +143 -185
- package/src/component/strava/client.ts +20 -0
- package/src/component/strava/private.ts +147 -89
- package/src/component/strava/public.ts +268 -110
- package/src/{strava → component/strava/transform}/activity.ts +256 -276
- package/src/{strava → component/strava/transform}/athlete.ts +41 -47
- package/src/{strava/maps/sport-type.ts → component/strava/transform/maps/sportType.ts} +100 -99
- package/src/component/strava/types/specs/strava-api.json +4796 -0
- package/src/component/strava/types/stravaApi/client/client.gen.ts +290 -0
- package/src/component/strava/types/stravaApi/client/index.ts +25 -0
- package/src/component/strava/types/stravaApi/client/types.gen.ts +214 -0
- package/src/component/strava/types/stravaApi/client/utils.gen.ts +316 -0
- package/src/component/strava/types/stravaApi/client.gen.ts +16 -0
- package/src/component/strava/types/stravaApi/core/auth.gen.ts +41 -0
- package/src/component/strava/types/stravaApi/core/bodySerializer.gen.ts +82 -0
- package/src/component/strava/types/stravaApi/core/params.gen.ts +169 -0
- package/src/component/strava/types/stravaApi/core/pathSerializer.gen.ts +171 -0
- package/src/component/strava/types/stravaApi/core/queryKeySerializer.gen.ts +117 -0
- package/src/component/strava/types/stravaApi/core/serverSentEvents.gen.ts +243 -0
- package/src/component/strava/types/stravaApi/core/types.gen.ts +104 -0
- package/src/component/strava/types/stravaApi/core/utils.gen.ts +140 -0
- package/src/component/strava/types/stravaApi/index.ts +4 -0
- package/src/component/strava/types/stravaApi/sdk.gen.ts +410 -0
- package/src/component/strava/types/stravaApi/types.gen.ts +2435 -0
- package/src/component/strava/types/stravaApi/zod.gen.ts +1132 -0
- package/src/component/strava/utils.ts +52 -0
- package/src/component/utils.ts +11 -0
- package/dist/strava/activity.d.ts +0 -121
- package/dist/strava/activity.d.ts.map +0 -1
- package/dist/strava/activity.js.map +0 -1
- package/dist/strava/athlete.d.ts.map +0 -1
- package/dist/strava/athlete.js.map +0 -1
- package/dist/strava/auth.d.ts.map +0 -1
- package/dist/strava/auth.js.map +0 -1
- package/dist/strava/client.d.ts +0 -93
- package/dist/strava/client.d.ts.map +0 -1
- package/dist/strava/client.js +0 -158
- package/dist/strava/client.js.map +0 -1
- package/dist/strava/index.d.ts +0 -13
- package/dist/strava/index.d.ts.map +0 -1
- package/dist/strava/index.js +0 -17
- package/dist/strava/index.js.map +0 -1
- package/dist/strava/maps/sport-type.d.ts +0 -7
- package/dist/strava/maps/sport-type.d.ts.map +0 -1
- package/dist/strava/maps/sport-type.js.map +0 -1
- package/dist/strava/sync.d.ts +0 -104
- package/dist/strava/sync.d.ts.map +0 -1
- package/dist/strava/sync.js +0 -87
- package/dist/strava/sync.js.map +0 -1
- package/dist/strava/types.d.ts +0 -266
- package/dist/strava/types.d.ts.map +0 -1
- package/dist/strava/types.js +0 -8
- package/dist/strava/types.js.map +0 -1
- package/src/strava/activity.test.ts +0 -415
- package/src/strava/athlete.test.ts +0 -139
- package/src/strava/auth.test.ts +0 -78
- package/src/strava/client.ts +0 -212
- package/src/strava/index.ts +0 -54
- package/src/strava/maps/sport-type.test.ts +0 -69
- package/src/strava/sync.ts +0 -168
- package/src/strava/types.ts +0 -361
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
import { formDataBodySerializer } from './client';
|
|
3
|
+
import { client } from './client.gen';
|
|
4
|
+
/**
|
|
5
|
+
* Get Athlete Stats
|
|
6
|
+
*
|
|
7
|
+
* Returns the activity stats of an athlete. Only includes data from activities set to Everyone visibilty.
|
|
8
|
+
*/
|
|
9
|
+
export const getStats = (options) => (options.client ?? client).get({
|
|
10
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
11
|
+
url: '/athletes/{id}/stats',
|
|
12
|
+
...options
|
|
13
|
+
});
|
|
14
|
+
/**
|
|
15
|
+
* Get Authenticated Athlete
|
|
16
|
+
*
|
|
17
|
+
* Returns the currently authenticated athlete. Tokens with profile:read_all scope will receive a detailed athlete representation; all others will receive a summary representation.
|
|
18
|
+
*/
|
|
19
|
+
export const getLoggedInAthlete = (options) => (options?.client ?? client).get({
|
|
20
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
21
|
+
url: '/athlete',
|
|
22
|
+
...options
|
|
23
|
+
});
|
|
24
|
+
/**
|
|
25
|
+
* Update Athlete
|
|
26
|
+
*
|
|
27
|
+
* Update the currently authenticated athlete. Requires profile:write scope.
|
|
28
|
+
*/
|
|
29
|
+
export const updateLoggedInAthlete = (options) => (options.client ?? client).put({
|
|
30
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
31
|
+
url: '/athlete',
|
|
32
|
+
...options
|
|
33
|
+
});
|
|
34
|
+
/**
|
|
35
|
+
* Get Zones
|
|
36
|
+
*
|
|
37
|
+
* Returns the the authenticated athlete's heart rate and power zones. Requires profile:read_all.
|
|
38
|
+
*/
|
|
39
|
+
export const getLoggedInAthleteZones = (options) => (options?.client ?? client).get({
|
|
40
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
41
|
+
url: '/athlete/zones',
|
|
42
|
+
...options
|
|
43
|
+
});
|
|
44
|
+
/**
|
|
45
|
+
* Get Segment
|
|
46
|
+
*
|
|
47
|
+
* Returns the specified segment. read_all scope required in order to retrieve athlete-specific segment information, or to retrieve private segments.
|
|
48
|
+
*/
|
|
49
|
+
export const getSegmentById = (options) => (options.client ?? client).get({
|
|
50
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
51
|
+
url: '/segments/{id}',
|
|
52
|
+
...options
|
|
53
|
+
});
|
|
54
|
+
/**
|
|
55
|
+
* List Starred Segments
|
|
56
|
+
*
|
|
57
|
+
* List of the authenticated athlete's starred segments. Private segments are filtered out unless requested by a token with read_all scope.
|
|
58
|
+
*/
|
|
59
|
+
export const getLoggedInAthleteStarredSegments = (options) => (options?.client ?? client).get({
|
|
60
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
61
|
+
url: '/segments/starred',
|
|
62
|
+
...options
|
|
63
|
+
});
|
|
64
|
+
/**
|
|
65
|
+
* Star Segment
|
|
66
|
+
*
|
|
67
|
+
* Stars/Unstars the given segment for the authenticated athlete. Requires profile:write scope.
|
|
68
|
+
*/
|
|
69
|
+
export const starSegment = (options) => (options.client ?? client).put({
|
|
70
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
71
|
+
url: '/segments/{id}/starred',
|
|
72
|
+
...options
|
|
73
|
+
});
|
|
74
|
+
/**
|
|
75
|
+
* List Segment Efforts
|
|
76
|
+
*
|
|
77
|
+
* Returns a set of the authenticated athlete's segment efforts for a given segment. Requires subscription.
|
|
78
|
+
*/
|
|
79
|
+
export const getEffortsBySegmentId = (options) => (options.client ?? client).get({
|
|
80
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
81
|
+
url: '/segment_efforts',
|
|
82
|
+
...options
|
|
83
|
+
});
|
|
84
|
+
/**
|
|
85
|
+
* Explore segments
|
|
86
|
+
*
|
|
87
|
+
* Returns the top 10 segments matching a specified query.
|
|
88
|
+
*/
|
|
89
|
+
export const exploreSegments = (options) => (options.client ?? client).get({
|
|
90
|
+
querySerializer: { parameters: { bounds: { array: { explode: false } } } },
|
|
91
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
92
|
+
url: '/segments/explore',
|
|
93
|
+
...options
|
|
94
|
+
});
|
|
95
|
+
/**
|
|
96
|
+
* Get Segment Effort
|
|
97
|
+
*
|
|
98
|
+
* Returns a segment effort from an activity that is owned by the authenticated athlete. Requires subscription.
|
|
99
|
+
*/
|
|
100
|
+
export const getSegmentEffortById = (options) => (options.client ?? client).get({
|
|
101
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
102
|
+
url: '/segment_efforts/{id}',
|
|
103
|
+
...options
|
|
104
|
+
});
|
|
105
|
+
/**
|
|
106
|
+
* Create an Activity
|
|
107
|
+
*
|
|
108
|
+
* Creates a manual activity for an athlete, requires activity:write scope.
|
|
109
|
+
*/
|
|
110
|
+
export const createActivity = (options) => (options?.client ?? client).post({
|
|
111
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
112
|
+
url: '/activities',
|
|
113
|
+
...options
|
|
114
|
+
});
|
|
115
|
+
/**
|
|
116
|
+
* Get Activity
|
|
117
|
+
*
|
|
118
|
+
* Returns the given activity that is owned by the authenticated athlete. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.
|
|
119
|
+
*
|
|
120
|
+
* We strongly encourage you to display the appropriate attribution that identifies Garmin as the data source and the device name in your application. Please see example below from VeloViewer (that provides an attribution for a Garmin Forerunner device).
|
|
121
|
+
*
|
|
122
|
+
* 
|
|
123
|
+
*/
|
|
124
|
+
export const getActivityById = (options) => (options.client ?? client).get({
|
|
125
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
126
|
+
url: '/activities/{id}',
|
|
127
|
+
...options
|
|
128
|
+
});
|
|
129
|
+
/**
|
|
130
|
+
* Update Activity
|
|
131
|
+
*
|
|
132
|
+
* Updates the given activity that is owned by the authenticated athlete. Requires activity:write. Also requires activity:read_all in order to update Only Me activities
|
|
133
|
+
*/
|
|
134
|
+
export const updateActivityById = (options) => (options.client ?? client).put({
|
|
135
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
136
|
+
url: '/activities/{id}',
|
|
137
|
+
...options,
|
|
138
|
+
headers: {
|
|
139
|
+
'Content-Type': 'application/json',
|
|
140
|
+
...options.headers
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
/**
|
|
144
|
+
* List Athlete Activities
|
|
145
|
+
*
|
|
146
|
+
* Returns the activities of an athlete for a specific identifier. Requires activity:read. Only Me activities will be filtered out unless requested by a token with activity:read_all.
|
|
147
|
+
*/
|
|
148
|
+
export const getLoggedInAthleteActivities = (options) => (options?.client ?? client).get({
|
|
149
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
150
|
+
url: '/athlete/activities',
|
|
151
|
+
...options
|
|
152
|
+
});
|
|
153
|
+
/**
|
|
154
|
+
* List Activity Laps
|
|
155
|
+
*
|
|
156
|
+
* Returns the laps of an activity identified by an identifier. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.
|
|
157
|
+
*/
|
|
158
|
+
export const getLapsByActivityId = (options) => (options.client ?? client).get({
|
|
159
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
160
|
+
url: '/activities/{id}/laps',
|
|
161
|
+
...options
|
|
162
|
+
});
|
|
163
|
+
/**
|
|
164
|
+
* Get Activity Zones
|
|
165
|
+
*
|
|
166
|
+
* Summit Feature. Returns the zones of a given activity. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.
|
|
167
|
+
*/
|
|
168
|
+
export const getZonesByActivityId = (options) => (options.client ?? client).get({
|
|
169
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
170
|
+
url: '/activities/{id}/zones',
|
|
171
|
+
...options
|
|
172
|
+
});
|
|
173
|
+
/**
|
|
174
|
+
* List Activity Comments
|
|
175
|
+
*
|
|
176
|
+
* Returns the comments on the given activity. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.
|
|
177
|
+
*/
|
|
178
|
+
export const getCommentsByActivityId = (options) => (options.client ?? client).get({
|
|
179
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
180
|
+
url: '/activities/{id}/comments',
|
|
181
|
+
...options
|
|
182
|
+
});
|
|
183
|
+
/**
|
|
184
|
+
* List Activity Kudoers
|
|
185
|
+
*
|
|
186
|
+
* Returns the athletes who kudoed an activity identified by an identifier. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.
|
|
187
|
+
*/
|
|
188
|
+
export const getKudoersByActivityId = (options) => (options.client ?? client).get({
|
|
189
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
190
|
+
url: '/activities/{id}/kudos',
|
|
191
|
+
...options
|
|
192
|
+
});
|
|
193
|
+
/**
|
|
194
|
+
* Get Club
|
|
195
|
+
*
|
|
196
|
+
* Returns a given a club using its identifier.
|
|
197
|
+
*/
|
|
198
|
+
export const getClubById = (options) => (options.client ?? client).get({
|
|
199
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
200
|
+
url: '/clubs/{id}',
|
|
201
|
+
...options
|
|
202
|
+
});
|
|
203
|
+
/**
|
|
204
|
+
* List Club Members
|
|
205
|
+
*
|
|
206
|
+
* Returns a list of the athletes who are members of a given club.
|
|
207
|
+
*/
|
|
208
|
+
export const getClubMembersById = (options) => (options.client ?? client).get({
|
|
209
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
210
|
+
url: '/clubs/{id}/members',
|
|
211
|
+
...options
|
|
212
|
+
});
|
|
213
|
+
/**
|
|
214
|
+
* List Club Administrators
|
|
215
|
+
*
|
|
216
|
+
* Returns a list of the administrators of a given club.
|
|
217
|
+
*/
|
|
218
|
+
export const getClubAdminsById = (options) => (options.client ?? client).get({
|
|
219
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
220
|
+
url: '/clubs/{id}/admins',
|
|
221
|
+
...options
|
|
222
|
+
});
|
|
223
|
+
/**
|
|
224
|
+
* List Club Activities
|
|
225
|
+
*
|
|
226
|
+
* Retrieve recent activities from members of a specific club. The authenticated athlete must belong to the requested club in order to hit this endpoint. Pagination is supported. Athlete profile visibility is respected for all activities.
|
|
227
|
+
*/
|
|
228
|
+
export const getClubActivitiesById = (options) => (options.client ?? client).get({
|
|
229
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
230
|
+
url: '/clubs/{id}/activities',
|
|
231
|
+
...options
|
|
232
|
+
});
|
|
233
|
+
/**
|
|
234
|
+
* List Athlete Clubs
|
|
235
|
+
*
|
|
236
|
+
* Returns a list of the clubs whose membership includes the authenticated athlete.
|
|
237
|
+
*/
|
|
238
|
+
export const getLoggedInAthleteClubs = (options) => (options?.client ?? client).get({
|
|
239
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
240
|
+
url: '/athlete/clubs',
|
|
241
|
+
...options
|
|
242
|
+
});
|
|
243
|
+
/**
|
|
244
|
+
* Get Equipment
|
|
245
|
+
*
|
|
246
|
+
* Returns an equipment using its identifier.
|
|
247
|
+
*/
|
|
248
|
+
export const getGearById = (options) => (options.client ?? client).get({
|
|
249
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
250
|
+
url: '/gear/{id}',
|
|
251
|
+
...options
|
|
252
|
+
});
|
|
253
|
+
/**
|
|
254
|
+
* Get Route
|
|
255
|
+
*
|
|
256
|
+
* Returns a route using its identifier. Requires read_all scope for private routes.
|
|
257
|
+
*/
|
|
258
|
+
export const getRouteById = (options) => (options.client ?? client).get({
|
|
259
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
260
|
+
url: '/routes/{id}',
|
|
261
|
+
...options
|
|
262
|
+
});
|
|
263
|
+
/**
|
|
264
|
+
* List Athlete Routes
|
|
265
|
+
*
|
|
266
|
+
* Returns a list of the routes created by the authenticated athlete. Private routes are filtered out unless requested by a token with read_all scope.
|
|
267
|
+
*/
|
|
268
|
+
export const getRoutesByAthleteId = (options) => (options?.client ?? client).get({
|
|
269
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
270
|
+
url: '/athletes/{id}/routes',
|
|
271
|
+
...options
|
|
272
|
+
});
|
|
273
|
+
/**
|
|
274
|
+
* Export Route GPX
|
|
275
|
+
*
|
|
276
|
+
* Returns a GPX file of the route. Requires read_all scope for private routes.
|
|
277
|
+
*/
|
|
278
|
+
export const getRouteAsGpx = (options) => (options.client ?? client).get({
|
|
279
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
280
|
+
url: '/routes/{id}/export_gpx',
|
|
281
|
+
...options
|
|
282
|
+
});
|
|
283
|
+
/**
|
|
284
|
+
* Export Route TCX
|
|
285
|
+
*
|
|
286
|
+
* Returns a TCX file of the route. Requires read_all scope for private routes.
|
|
287
|
+
*/
|
|
288
|
+
export const getRouteAsTcx = (options) => (options.client ?? client).get({
|
|
289
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
290
|
+
url: '/routes/{id}/export_tcx',
|
|
291
|
+
...options
|
|
292
|
+
});
|
|
293
|
+
/**
|
|
294
|
+
* Upload Activity
|
|
295
|
+
*
|
|
296
|
+
* Uploads a new data file to create an activity from. Requires activity:write scope.
|
|
297
|
+
*/
|
|
298
|
+
export const createUpload = (options) => (options?.client ?? client).post({
|
|
299
|
+
...formDataBodySerializer,
|
|
300
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
301
|
+
url: '/uploads',
|
|
302
|
+
...options,
|
|
303
|
+
headers: {
|
|
304
|
+
'Content-Type': null,
|
|
305
|
+
...options?.headers
|
|
306
|
+
}
|
|
307
|
+
});
|
|
308
|
+
/**
|
|
309
|
+
* Get Upload
|
|
310
|
+
*
|
|
311
|
+
* Returns an upload for a given identifier. Requires activity:write scope.
|
|
312
|
+
*/
|
|
313
|
+
export const getUploadById = (options) => (options.client ?? client).get({
|
|
314
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
315
|
+
url: '/uploads/{uploadId}',
|
|
316
|
+
...options
|
|
317
|
+
});
|
|
318
|
+
/**
|
|
319
|
+
* Get Activity Streams
|
|
320
|
+
*
|
|
321
|
+
* Returns the given activity's streams. Requires activity:read scope. Requires activity:read_all scope for Only Me activities.
|
|
322
|
+
*/
|
|
323
|
+
export const getActivityStreams = (options) => (options.client ?? client).get({
|
|
324
|
+
querySerializer: { parameters: { keys: { array: { explode: false } } } },
|
|
325
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
326
|
+
url: '/activities/{id}/streams',
|
|
327
|
+
...options
|
|
328
|
+
});
|
|
329
|
+
/**
|
|
330
|
+
* Get Segment Effort Streams
|
|
331
|
+
*
|
|
332
|
+
* Returns a set of streams for a segment effort completed by the authenticated athlete. Requires read_all scope.
|
|
333
|
+
*/
|
|
334
|
+
export const getSegmentEffortStreams = (options) => (options.client ?? client).get({
|
|
335
|
+
querySerializer: { parameters: { keys: { array: { explode: false } } } },
|
|
336
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
337
|
+
url: '/segment_efforts/{id}/streams',
|
|
338
|
+
...options
|
|
339
|
+
});
|
|
340
|
+
/**
|
|
341
|
+
* Get Segment Streams
|
|
342
|
+
*
|
|
343
|
+
* Returns the given segment's streams. Requires read_all scope for private segments.
|
|
344
|
+
*/
|
|
345
|
+
export const getSegmentStreams = (options) => (options.client ?? client).get({
|
|
346
|
+
querySerializer: { parameters: { keys: { array: { explode: false } } } },
|
|
347
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
348
|
+
url: '/segments/{id}/streams',
|
|
349
|
+
...options
|
|
350
|
+
});
|
|
351
|
+
/**
|
|
352
|
+
* Get Route Streams
|
|
353
|
+
*
|
|
354
|
+
* Returns the given route's streams. Requires read_all scope for private routes.
|
|
355
|
+
*/
|
|
356
|
+
export const getRouteStreams = (options) => (options.client ?? client).get({
|
|
357
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
358
|
+
url: '/routes/{id}/streams',
|
|
359
|
+
...options
|
|
360
|
+
});
|
|
361
|
+
//# sourceMappingURL=sdk.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../../../../src/component/strava/types/stravaApi/sdk.gen.ts"],"names":[],"mappings":"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"}
|