@globalscoutme/api-client 1.1.1 → 1.1.3
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/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/sdk.gen.d.ts +42 -14
- package/dist/sdk.gen.js +165 -53
- package/dist/types.gen.d.ts +751 -139
- package/index.ts +88 -0
- package/package.json +1 -1
- package/sdk.gen.ts +366 -92
- package/types.gen.ts +896 -187
package/index.ts
CHANGED
|
@@ -3,15 +3,18 @@
|
|
|
3
3
|
export {
|
|
4
4
|
Achievements,
|
|
5
5
|
Auth,
|
|
6
|
+
Billing,
|
|
6
7
|
Body,
|
|
7
8
|
Challenges,
|
|
8
9
|
Clubs,
|
|
10
|
+
Cmj,
|
|
9
11
|
Dashboard,
|
|
10
12
|
Documents,
|
|
11
13
|
GlobalScoutMeClient,
|
|
12
14
|
Index,
|
|
13
15
|
Invitations,
|
|
14
16
|
Kyc,
|
|
17
|
+
Measurements,
|
|
15
18
|
Notifications,
|
|
16
19
|
Offers,
|
|
17
20
|
type Options,
|
|
@@ -25,7 +28,20 @@ export {
|
|
|
25
28
|
} from './sdk.gen.js';
|
|
26
29
|
export type {
|
|
27
30
|
AchievementCatalogDto,
|
|
31
|
+
AiReportClipDto,
|
|
32
|
+
AiReportClipTargetDto,
|
|
33
|
+
AiReportMetaDto,
|
|
34
|
+
AiReportResultResponseDto,
|
|
35
|
+
AiReportViewDto,
|
|
28
36
|
AuthMeResponseDto,
|
|
37
|
+
BillingEntitlementResponseDto,
|
|
38
|
+
BillingManageActionDto,
|
|
39
|
+
BillingPlanDto,
|
|
40
|
+
BillingPlansResponseDto,
|
|
41
|
+
BillingProductDto,
|
|
42
|
+
BillingProductsResponseDto,
|
|
43
|
+
BillingProviderProductDto,
|
|
44
|
+
BodyMeasurementProfileDto,
|
|
29
45
|
BodyMeasurementResponseDto,
|
|
30
46
|
CancelKycRequestDto,
|
|
31
47
|
CareerAchievementDto,
|
|
@@ -33,6 +49,8 @@ export type {
|
|
|
33
49
|
CheckoutResultDto,
|
|
34
50
|
ClientOptions,
|
|
35
51
|
ClubResponseDto,
|
|
52
|
+
CmjMeasurementProfileDto,
|
|
53
|
+
CmjMeasurementResponseDto,
|
|
36
54
|
ConversationDetailDto,
|
|
37
55
|
ConversationItemDto,
|
|
38
56
|
ConversationListResultDto,
|
|
@@ -44,6 +62,7 @@ export type {
|
|
|
44
62
|
CreateClubDto,
|
|
45
63
|
CreateConversationDto,
|
|
46
64
|
CreateDocumentDto,
|
|
65
|
+
CreateMeasurementPlayerSessionDto,
|
|
47
66
|
CreatePortalDto,
|
|
48
67
|
CreateUploadUrlDto,
|
|
49
68
|
CreateVideoDto,
|
|
@@ -83,6 +102,21 @@ export type {
|
|
|
83
102
|
GetApiAuthMeErrors,
|
|
84
103
|
GetApiAuthMeResponse,
|
|
85
104
|
GetApiAuthMeResponses,
|
|
105
|
+
GetApiBillingMeData,
|
|
106
|
+
GetApiBillingMeResponse,
|
|
107
|
+
GetApiBillingMeResponses,
|
|
108
|
+
GetApiBillingPlansData,
|
|
109
|
+
GetApiBillingPlansResponse,
|
|
110
|
+
GetApiBillingPlansResponses,
|
|
111
|
+
GetApiBillingProductsData,
|
|
112
|
+
GetApiBillingProductsResponse,
|
|
113
|
+
GetApiBillingProductsResponses,
|
|
114
|
+
GetApiBillingReportPurchasesByIdReportData,
|
|
115
|
+
GetApiBillingReportPurchasesByIdReportResponse,
|
|
116
|
+
GetApiBillingReportPurchasesByIdReportResponses,
|
|
117
|
+
GetApiBillingReportPurchasesCurrentData,
|
|
118
|
+
GetApiBillingReportPurchasesCurrentResponse,
|
|
119
|
+
GetApiBillingReportPurchasesCurrentResponses,
|
|
86
120
|
GetApiBodyMeasurementsMeData,
|
|
87
121
|
GetApiBodyMeasurementsMeErrors,
|
|
88
122
|
GetApiBodyMeasurementsMeResponse,
|
|
@@ -99,6 +133,10 @@ export type {
|
|
|
99
133
|
GetApiClubsMeErrors,
|
|
100
134
|
GetApiClubsMeResponse,
|
|
101
135
|
GetApiClubsMeResponses,
|
|
136
|
+
GetApiCmjMeasurementsMeData,
|
|
137
|
+
GetApiCmjMeasurementsMeErrors,
|
|
138
|
+
GetApiCmjMeasurementsMeResponse,
|
|
139
|
+
GetApiCmjMeasurementsMeResponses,
|
|
102
140
|
GetApiDashboardMeData,
|
|
103
141
|
GetApiDashboardMeErrors,
|
|
104
142
|
GetApiDashboardMeResponse,
|
|
@@ -126,6 +164,10 @@ export type {
|
|
|
126
164
|
GetApiKycStatusByUserIdErrors,
|
|
127
165
|
GetApiKycStatusByUserIdResponse,
|
|
128
166
|
GetApiKycStatusByUserIdResponses,
|
|
167
|
+
GetApiMeasurementsProfileMeData,
|
|
168
|
+
GetApiMeasurementsProfileMeErrors,
|
|
169
|
+
GetApiMeasurementsProfileMeResponse,
|
|
170
|
+
GetApiMeasurementsProfileMeResponses,
|
|
129
171
|
GetApiNotificationsPreferencesData,
|
|
130
172
|
GetApiNotificationsPreferencesResponse,
|
|
131
173
|
GetApiNotificationsPreferencesResponses,
|
|
@@ -143,6 +185,10 @@ export type {
|
|
|
143
185
|
GetApiOrganizationsMeResponses,
|
|
144
186
|
GetApiPlayersByIdData,
|
|
145
187
|
GetApiPlayersByIdErrors,
|
|
188
|
+
GetApiPlayersByIdReportData,
|
|
189
|
+
GetApiPlayersByIdReportErrors,
|
|
190
|
+
GetApiPlayersByIdReportResponse,
|
|
191
|
+
GetApiPlayersByIdReportResponses,
|
|
146
192
|
GetApiPlayersByIdResponse,
|
|
147
193
|
GetApiPlayersByIdResponses,
|
|
148
194
|
GetApiPlayersMeDashboardData,
|
|
@@ -190,6 +236,10 @@ export type {
|
|
|
190
236
|
KycStatusDto,
|
|
191
237
|
KycWebhookDto,
|
|
192
238
|
MarkSubmittedKycRequestDto,
|
|
239
|
+
MeasurementProfileResponseDto,
|
|
240
|
+
MeasurementSessionDto,
|
|
241
|
+
MeasurementSessionMetricsDto,
|
|
242
|
+
MeasurementTagEvaluationDto,
|
|
193
243
|
MessageItemDto,
|
|
194
244
|
MessageListResultDto,
|
|
195
245
|
MessageSenderDto,
|
|
@@ -217,6 +267,8 @@ export type {
|
|
|
217
267
|
PlayerAchievementDto,
|
|
218
268
|
PlayerByIdDto,
|
|
219
269
|
PlayerClubDto,
|
|
270
|
+
PlayerReportResponseDto,
|
|
271
|
+
PlayerReportViewDto,
|
|
220
272
|
PlayerResponseDto,
|
|
221
273
|
PlayerSearchItemDto,
|
|
222
274
|
PlayerSearchRequestDto,
|
|
@@ -224,6 +276,23 @@ export type {
|
|
|
224
276
|
PlayerVideoDto,
|
|
225
277
|
PlayUrlResponseDto,
|
|
226
278
|
PortalResultDto,
|
|
279
|
+
PostApiBillingAccessCodesRedeemData,
|
|
280
|
+
PostApiBillingAccessCodesRedeemResponse,
|
|
281
|
+
PostApiBillingAccessCodesRedeemResponses,
|
|
282
|
+
PostApiBillingAppleSyncPurchaseData,
|
|
283
|
+
PostApiBillingAppleSyncPurchaseResponses,
|
|
284
|
+
PostApiBillingGoogleSyncPurchaseData,
|
|
285
|
+
PostApiBillingGoogleSyncPurchaseResponses,
|
|
286
|
+
PostApiBillingReportPurchasesByIdStartGenerationData,
|
|
287
|
+
PostApiBillingReportPurchasesByIdStartGenerationResponse,
|
|
288
|
+
PostApiBillingReportPurchasesByIdStartGenerationResponses,
|
|
289
|
+
PostApiBillingReportPurchasesPlayerCandidatesData,
|
|
290
|
+
PostApiBillingReportPurchasesPlayerCandidatesResponse,
|
|
291
|
+
PostApiBillingReportPurchasesPlayerCandidatesResponses,
|
|
292
|
+
PostApiBillingStripeCheckoutSessionData,
|
|
293
|
+
PostApiBillingStripeCheckoutSessionResponses,
|
|
294
|
+
PostApiBillingStripePortalSessionData,
|
|
295
|
+
PostApiBillingStripePortalSessionResponses,
|
|
227
296
|
PostApiBodyMeasurementsData,
|
|
228
297
|
PostApiBodyMeasurementsErrors,
|
|
229
298
|
PostApiBodyMeasurementsResponse,
|
|
@@ -262,6 +331,10 @@ export type {
|
|
|
262
331
|
PostApiKycWebhookData,
|
|
263
332
|
PostApiKycWebhookErrors,
|
|
264
333
|
PostApiKycWebhookResponses,
|
|
334
|
+
PostApiMeasurementsPlayerSessionMeData,
|
|
335
|
+
PostApiMeasurementsPlayerSessionMeErrors,
|
|
336
|
+
PostApiMeasurementsPlayerSessionMeResponse,
|
|
337
|
+
PostApiMeasurementsPlayerSessionMeResponses,
|
|
265
338
|
PostApiNotificationsDevicesData,
|
|
266
339
|
PostApiNotificationsDevicesResponse,
|
|
267
340
|
PostApiNotificationsDevicesResponses,
|
|
@@ -310,6 +383,7 @@ export type {
|
|
|
310
383
|
PostApiVideosResponses,
|
|
311
384
|
PreviousClubDto,
|
|
312
385
|
ProfileResponseDto,
|
|
386
|
+
ProviderCheckoutRequestDto,
|
|
313
387
|
PushDeviceRegistrationResultDto,
|
|
314
388
|
PutApiOrganizationsMeData,
|
|
315
389
|
PutApiOrganizationsMeErrors,
|
|
@@ -319,16 +393,30 @@ export type {
|
|
|
319
393
|
PutApiProfileMeErrors,
|
|
320
394
|
PutApiProfileMeResponse,
|
|
321
395
|
PutApiProfileMeResponses,
|
|
396
|
+
RedeemAccessCodeDto,
|
|
322
397
|
RegisterAgentDto,
|
|
323
398
|
RegisterAgentResponseDto,
|
|
324
399
|
RegisterClubDto,
|
|
325
400
|
RegisterClubResponseDto,
|
|
326
401
|
RegisterPushDeviceDto,
|
|
402
|
+
ReportGenerationStartResponseDto,
|
|
403
|
+
ReportPlayerCandidateBboxDto,
|
|
404
|
+
ReportPlayerCandidateDto,
|
|
405
|
+
ReportPlayerCandidatesRequestDto,
|
|
406
|
+
ReportPlayerCandidatesResponseDto,
|
|
407
|
+
ReportPlayerCandidateTargetDto,
|
|
408
|
+
ReportPrerequisiteDto,
|
|
409
|
+
ReportPurchaseDto,
|
|
410
|
+
ReportPurchaseStatusResponseDto,
|
|
411
|
+
ReportVideoCandidatesDto,
|
|
327
412
|
ScoutDashboardResponseDto,
|
|
328
413
|
SendInvitationRequestDto,
|
|
329
414
|
SendMessageDto,
|
|
330
415
|
StartKycRequestDto,
|
|
331
416
|
StartKycResponseDto,
|
|
417
|
+
StartReportGenerationClipDto,
|
|
418
|
+
StartReportGenerationRequestDto,
|
|
419
|
+
StorePurchaseSyncRequestDto,
|
|
332
420
|
SubscriptionPlanDto,
|
|
333
421
|
TrainingCategoryGroupDto,
|
|
334
422
|
TrainingContentDetailDto,
|