@globalscoutme/api-client 1.0.13 → 1.0.15
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/README.md +197 -119
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/sdk.gen.d.ts +82 -30
- package/dist/sdk.gen.js +143 -29
- package/dist/types.gen.d.ts +603 -144
- package/index.ts +191 -114
- package/package.json +1 -1
- package/sdk.gen.ts +471 -201
- package/types.gen.ts +719 -170
package/index.ts
CHANGED
|
@@ -4,15 +4,19 @@ export {
|
|
|
4
4
|
Achievements,
|
|
5
5
|
Auth,
|
|
6
6
|
Body,
|
|
7
|
+
Challenges,
|
|
8
|
+
Clubs,
|
|
7
9
|
Documents,
|
|
8
10
|
GlobalScoutMeClient,
|
|
9
11
|
Index,
|
|
12
|
+
Invitations,
|
|
10
13
|
Offers,
|
|
11
14
|
type Options,
|
|
12
15
|
Organizations,
|
|
13
16
|
Players,
|
|
14
17
|
Profile,
|
|
15
18
|
Storage,
|
|
19
|
+
Training,
|
|
16
20
|
Videos,
|
|
17
21
|
} from './sdk.gen.js';
|
|
18
22
|
export type {
|
|
@@ -20,97 +24,146 @@ export type {
|
|
|
20
24
|
AuthMeResponseDto,
|
|
21
25
|
BodyMeasurementResponseDto,
|
|
22
26
|
CareerAchievementDto,
|
|
27
|
+
ChallengeCatalogDto,
|
|
23
28
|
ClientOptions,
|
|
29
|
+
ClubResponseDto,
|
|
24
30
|
ConversationDetailDto,
|
|
25
31
|
ConversationItemDto,
|
|
26
32
|
ConversationListResultDto,
|
|
33
|
+
ConversationOrganizationDto,
|
|
27
34
|
ConversationParticipantDto,
|
|
28
35
|
CreateBodyMeasurementDto,
|
|
36
|
+
CreateClubDto,
|
|
29
37
|
CreateConversationDto,
|
|
30
38
|
CreateDocumentDto,
|
|
31
39
|
CreateUploadUrlDto,
|
|
32
40
|
CreateVideoDto,
|
|
33
41
|
DashboardResponseDto,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
+
DeleteApiClubsMeByIdData,
|
|
43
|
+
DeleteApiClubsMeByIdErrors,
|
|
44
|
+
DeleteApiClubsMeByIdResponse,
|
|
45
|
+
DeleteApiClubsMeByIdResponses,
|
|
46
|
+
DeleteApiInvitationsByIdData,
|
|
47
|
+
DeleteApiInvitationsByIdErrors,
|
|
48
|
+
DeleteApiInvitationsByIdResponse,
|
|
49
|
+
DeleteApiInvitationsByIdResponses,
|
|
50
|
+
DeleteApiPlayersMeData,
|
|
51
|
+
DeleteApiPlayersMeErrors,
|
|
52
|
+
DeleteApiPlayersMeResponse,
|
|
53
|
+
DeleteApiPlayersMeResponses,
|
|
54
|
+
DeleteApiVideosByIdData,
|
|
55
|
+
DeleteApiVideosByIdErrors,
|
|
56
|
+
DeleteApiVideosByIdResponse,
|
|
57
|
+
DeleteApiVideosByIdResponses,
|
|
58
|
+
DivisionDto,
|
|
42
59
|
DocumentResponseDto,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
60
|
+
GetApiAchievementsData,
|
|
61
|
+
GetApiAchievementsMeData,
|
|
62
|
+
GetApiAchievementsMeErrors,
|
|
63
|
+
GetApiAchievementsMeResponse,
|
|
64
|
+
GetApiAchievementsMeResponses,
|
|
65
|
+
GetApiAchievementsResponse,
|
|
66
|
+
GetApiAchievementsResponses,
|
|
67
|
+
GetApiAuthMeData,
|
|
68
|
+
GetApiAuthMeErrors,
|
|
69
|
+
GetApiAuthMeResponse,
|
|
70
|
+
GetApiAuthMeResponses,
|
|
71
|
+
GetApiBodyMeasurementsMeData,
|
|
72
|
+
GetApiBodyMeasurementsMeErrors,
|
|
73
|
+
GetApiBodyMeasurementsMeResponse,
|
|
74
|
+
GetApiBodyMeasurementsMeResponses,
|
|
75
|
+
GetApiChallengesData,
|
|
76
|
+
GetApiChallengesErrors,
|
|
77
|
+
GetApiChallengesMeData,
|
|
78
|
+
GetApiChallengesMeErrors,
|
|
79
|
+
GetApiChallengesMeResponse,
|
|
80
|
+
GetApiChallengesMeResponses,
|
|
81
|
+
GetApiChallengesResponse,
|
|
82
|
+
GetApiChallengesResponses,
|
|
83
|
+
GetApiClubsMeData,
|
|
84
|
+
GetApiClubsMeErrors,
|
|
85
|
+
GetApiClubsMeResponse,
|
|
86
|
+
GetApiClubsMeResponses,
|
|
87
|
+
GetApiDocumentsMeData,
|
|
88
|
+
GetApiDocumentsMeErrors,
|
|
89
|
+
GetApiDocumentsMeResponse,
|
|
90
|
+
GetApiDocumentsMeResponses,
|
|
91
|
+
GetApiIndexByTableNameData,
|
|
92
|
+
GetApiIndexByTableNameErrors,
|
|
93
|
+
GetApiIndexByTableNameResponse,
|
|
94
|
+
GetApiIndexByTableNameResponses,
|
|
95
|
+
GetApiInvitationsData,
|
|
96
|
+
GetApiInvitationsResponse,
|
|
97
|
+
GetApiInvitationsResponses,
|
|
98
|
+
GetApiOffersConversationsByIdMessagesData,
|
|
99
|
+
GetApiOffersConversationsByIdMessagesErrors,
|
|
100
|
+
GetApiOffersConversationsByIdMessagesResponse,
|
|
101
|
+
GetApiOffersConversationsByIdMessagesResponses,
|
|
102
|
+
GetApiOffersConversationsData,
|
|
103
|
+
GetApiOffersConversationsErrors,
|
|
104
|
+
GetApiOffersConversationsResponse,
|
|
105
|
+
GetApiOffersConversationsResponses,
|
|
106
|
+
GetApiOrganizationsMeData,
|
|
107
|
+
GetApiOrganizationsMeErrors,
|
|
108
|
+
GetApiOrganizationsMeResponse,
|
|
109
|
+
GetApiOrganizationsMeResponses,
|
|
110
|
+
GetApiPlayersByIdData,
|
|
111
|
+
GetApiPlayersByIdErrors,
|
|
112
|
+
GetApiPlayersByIdResponse,
|
|
113
|
+
GetApiPlayersByIdResponses,
|
|
114
|
+
GetApiPlayersMeDashboardData,
|
|
115
|
+
GetApiPlayersMeDashboardErrors,
|
|
116
|
+
GetApiPlayersMeDashboardResponse,
|
|
117
|
+
GetApiPlayersMeDashboardResponses,
|
|
118
|
+
GetApiPlayersMeData,
|
|
119
|
+
GetApiPlayersMeErrors,
|
|
120
|
+
GetApiPlayersMeResponse,
|
|
121
|
+
GetApiPlayersMeResponses,
|
|
122
|
+
GetApiProfileMeData,
|
|
123
|
+
GetApiProfileMeErrors,
|
|
124
|
+
GetApiProfileMeResponse,
|
|
125
|
+
GetApiProfileMeResponses,
|
|
126
|
+
GetApiTrainingByIdData,
|
|
127
|
+
GetApiTrainingByIdErrors,
|
|
128
|
+
GetApiTrainingByIdResponse,
|
|
129
|
+
GetApiTrainingByIdResponses,
|
|
130
|
+
GetApiTrainingData,
|
|
131
|
+
GetApiTrainingErrors,
|
|
132
|
+
GetApiTrainingGroupedData,
|
|
133
|
+
GetApiTrainingGroupedErrors,
|
|
134
|
+
GetApiTrainingGroupedResponse,
|
|
135
|
+
GetApiTrainingGroupedResponses,
|
|
136
|
+
GetApiTrainingResponse,
|
|
137
|
+
GetApiTrainingResponses,
|
|
138
|
+
GetApiVideosByIdPlayUrlData,
|
|
139
|
+
GetApiVideosByIdPlayUrlErrors,
|
|
140
|
+
GetApiVideosByIdPlayUrlResponse,
|
|
141
|
+
GetApiVideosByIdPlayUrlResponses,
|
|
142
|
+
GetApiVideosMeData,
|
|
143
|
+
GetApiVideosMeErrors,
|
|
144
|
+
GetApiVideosMeResponse,
|
|
145
|
+
GetApiVideosMeResponses,
|
|
146
|
+
HeartbeatDto,
|
|
147
|
+
HeartbeatResponseDto,
|
|
102
148
|
IndexItemDto,
|
|
149
|
+
InvitationResponseDto,
|
|
103
150
|
MessageItemDto,
|
|
104
151
|
MessageListResultDto,
|
|
105
152
|
MessageSenderDto,
|
|
153
|
+
MyChallengeDto,
|
|
106
154
|
OrganizationResponseDto,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
155
|
+
PaginatedTrainingContentDto,
|
|
156
|
+
PatchApiClubsMeByIdData,
|
|
157
|
+
PatchApiClubsMeByIdErrors,
|
|
158
|
+
PatchApiClubsMeByIdResponse,
|
|
159
|
+
PatchApiClubsMeByIdResponses,
|
|
160
|
+
PatchApiOffersConversationsByIdReadData,
|
|
161
|
+
PatchApiOffersConversationsByIdReadErrors,
|
|
162
|
+
PatchApiOffersConversationsByIdReadResponses,
|
|
163
|
+
PatchApiPlayersMeData,
|
|
164
|
+
PatchApiPlayersMeErrors,
|
|
165
|
+
PatchApiPlayersMeResponse,
|
|
166
|
+
PatchApiPlayersMeResponses,
|
|
114
167
|
PlayerAchievementDto,
|
|
115
168
|
PlayerByIdDto,
|
|
116
169
|
PlayerClubDto,
|
|
@@ -120,51 +173,75 @@ export type {
|
|
|
120
173
|
PlayerSearchResultDto,
|
|
121
174
|
PlayerVideoDto,
|
|
122
175
|
PlayUrlResponseDto,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
176
|
+
PostApiBodyMeasurementsData,
|
|
177
|
+
PostApiBodyMeasurementsErrors,
|
|
178
|
+
PostApiBodyMeasurementsResponse,
|
|
179
|
+
PostApiBodyMeasurementsResponses,
|
|
180
|
+
PostApiClubsMeData,
|
|
181
|
+
PostApiClubsMeErrors,
|
|
182
|
+
PostApiClubsMeResponse,
|
|
183
|
+
PostApiClubsMeResponses,
|
|
184
|
+
PostApiDocumentsData,
|
|
185
|
+
PostApiDocumentsErrors,
|
|
186
|
+
PostApiDocumentsResponse,
|
|
187
|
+
PostApiDocumentsResponses,
|
|
188
|
+
PostApiInvitationsAcceptData,
|
|
189
|
+
PostApiInvitationsAcceptResponse,
|
|
190
|
+
PostApiInvitationsAcceptResponses,
|
|
191
|
+
PostApiInvitationsByIdResendData,
|
|
192
|
+
PostApiInvitationsByIdResendErrors,
|
|
193
|
+
PostApiInvitationsByIdResendResponse,
|
|
194
|
+
PostApiInvitationsByIdResendResponses,
|
|
195
|
+
PostApiInvitationsData,
|
|
196
|
+
PostApiInvitationsErrors,
|
|
197
|
+
PostApiInvitationsResponse,
|
|
198
|
+
PostApiInvitationsResponses,
|
|
199
|
+
PostApiOffersConversationsByIdMessagesData,
|
|
200
|
+
PostApiOffersConversationsByIdMessagesErrors,
|
|
201
|
+
PostApiOffersConversationsByIdMessagesResponse,
|
|
202
|
+
PostApiOffersConversationsByIdMessagesResponses,
|
|
203
|
+
PostApiOffersConversationsData,
|
|
204
|
+
PostApiOffersConversationsErrors,
|
|
205
|
+
PostApiOffersConversationsResponse,
|
|
206
|
+
PostApiOffersConversationsResponses,
|
|
207
|
+
PostApiOrganizationsRegisterClubData,
|
|
208
|
+
PostApiOrganizationsRegisterClubErrors,
|
|
209
|
+
PostApiOrganizationsRegisterClubResponse,
|
|
210
|
+
PostApiOrganizationsRegisterClubResponses,
|
|
211
|
+
PostApiPlayersMeHeartbeatData,
|
|
212
|
+
PostApiPlayersMeHeartbeatErrors,
|
|
213
|
+
PostApiPlayersMeHeartbeatResponse,
|
|
214
|
+
PostApiPlayersMeHeartbeatResponses,
|
|
215
|
+
PostApiPlayersSearchData,
|
|
216
|
+
PostApiPlayersSearchErrors,
|
|
217
|
+
PostApiPlayersSearchResponse,
|
|
218
|
+
PostApiPlayersSearchResponses,
|
|
219
|
+
PostApiStorageUploadUrlData,
|
|
220
|
+
PostApiStorageUploadUrlErrors,
|
|
221
|
+
PostApiStorageUploadUrlResponse,
|
|
222
|
+
PostApiStorageUploadUrlResponses,
|
|
223
|
+
PostApiVideosData,
|
|
224
|
+
PostApiVideosErrors,
|
|
225
|
+
PostApiVideosResponse,
|
|
226
|
+
PostApiVideosResponses,
|
|
155
227
|
PreviousClubDto,
|
|
156
228
|
ProfileResponseDto,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
229
|
+
PutApiOrganizationsMeData,
|
|
230
|
+
PutApiOrganizationsMeErrors,
|
|
231
|
+
PutApiOrganizationsMeResponse,
|
|
232
|
+
PutApiOrganizationsMeResponses,
|
|
233
|
+
PutApiProfileMeData,
|
|
234
|
+
PutApiProfileMeErrors,
|
|
235
|
+
PutApiProfileMeResponse,
|
|
236
|
+
PutApiProfileMeResponses,
|
|
165
237
|
RegisterClubDto,
|
|
166
238
|
RegisterClubResponseDto,
|
|
239
|
+
SendInvitationRequestDto,
|
|
167
240
|
SendMessageDto,
|
|
241
|
+
TrainingCategoryGroupDto,
|
|
242
|
+
TrainingContentDetailDto,
|
|
243
|
+
TrainingContentListItemDto,
|
|
244
|
+
UpdateClubDto,
|
|
168
245
|
UpdateOrganizationDto,
|
|
169
246
|
UpdatePlayerDto,
|
|
170
247
|
UpdateProfileDto,
|