@vertikalx/vtx-backend-client 2.0.0-dev.0 → 2.0.0-dev.10

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 (95) hide show
  1. package/package.json +1 -1
  2. package/src/api/response-builder.js +2 -3
  3. package/src/api/response-builder.js.map +1 -1
  4. package/src/api/vtx-base-api.d.ts +4 -4
  5. package/src/api/vtx-base-api.js +178 -5
  6. package/src/api/vtx-base-api.js.map +1 -1
  7. package/src/client/runtime/generateGraphqlOperation.d.ts +1 -1
  8. package/src/client/schema.d.ts +31 -0
  9. package/src/client/schema.js.map +1 -1
  10. package/src/client/types.d.ts +23 -0
  11. package/src/client/types.js +79 -18
  12. package/src/client/types.js.map +1 -1
  13. package/tsconfig.lib.tsbuildinfo +1 -1
  14. package/libs/vtx-backend-client/package.json +0 -16
  15. package/libs/vtx-backend-client/src/api/api-call-headers.d.ts +0 -12
  16. package/libs/vtx-backend-client/src/api/api-call-headers.js +0 -16
  17. package/libs/vtx-backend-client/src/api/api-call-headers.js.map +0 -1
  18. package/libs/vtx-backend-client/src/api/backend-response.d.ts +0 -10
  19. package/libs/vtx-backend-client/src/api/backend-response.js +0 -3
  20. package/libs/vtx-backend-client/src/api/backend-response.js.map +0 -1
  21. package/libs/vtx-backend-client/src/api/domains.d.ts +0 -3
  22. package/libs/vtx-backend-client/src/api/domains.js +0 -7
  23. package/libs/vtx-backend-client/src/api/domains.js.map +0 -1
  24. package/libs/vtx-backend-client/src/api/response-builder.d.ts +0 -4
  25. package/libs/vtx-backend-client/src/api/response-builder.js +0 -123
  26. package/libs/vtx-backend-client/src/api/response-builder.js.map +0 -1
  27. package/libs/vtx-backend-client/src/api/types.d.ts +0 -2
  28. package/libs/vtx-backend-client/src/api/types.js +0 -3
  29. package/libs/vtx-backend-client/src/api/types.js.map +0 -1
  30. package/libs/vtx-backend-client/src/api/vtx-apikey-api.d.ts +0 -6
  31. package/libs/vtx-backend-client/src/api/vtx-apikey-api.js +0 -19
  32. package/libs/vtx-backend-client/src/api/vtx-apikey-api.js.map +0 -1
  33. package/libs/vtx-backend-client/src/api/vtx-base-api.d.ts +0 -117
  34. package/libs/vtx-backend-client/src/api/vtx-base-api.js +0 -7426
  35. package/libs/vtx-backend-client/src/api/vtx-base-api.js.map +0 -1
  36. package/libs/vtx-backend-client/src/api/vtx-mobile-api.d.ts +0 -6
  37. package/libs/vtx-backend-client/src/api/vtx-mobile-api.js +0 -27
  38. package/libs/vtx-backend-client/src/api/vtx-mobile-api.js.map +0 -1
  39. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.d.ts +0 -7
  40. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js +0 -36
  41. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js.map +0 -1
  42. package/libs/vtx-backend-client/src/api/vtx-web-server-api.d.ts +0 -7
  43. package/libs/vtx-backend-client/src/api/vtx-web-server-api.js +0 -33
  44. package/libs/vtx-backend-client/src/api/vtx-web-server-api.js.map +0 -1
  45. package/libs/vtx-backend-client/src/client/index.d.ts +0 -25
  46. package/libs/vtx-backend-client/src/client/index.js +0 -44
  47. package/libs/vtx-backend-client/src/client/index.js.map +0 -1
  48. package/libs/vtx-backend-client/src/client/runtime/batcher.d.ts +0 -36
  49. package/libs/vtx-backend-client/src/client/runtime/batcher.js +0 -123
  50. package/libs/vtx-backend-client/src/client/runtime/batcher.js.map +0 -1
  51. package/libs/vtx-backend-client/src/client/runtime/createClient.d.ts +0 -17
  52. package/libs/vtx-backend-client/src/client/runtime/createClient.js +0 -28
  53. package/libs/vtx-backend-client/src/client/runtime/createClient.js.map +0 -1
  54. package/libs/vtx-backend-client/src/client/runtime/error.d.ts +0 -15
  55. package/libs/vtx-backend-client/src/client/runtime/error.js +0 -19
  56. package/libs/vtx-backend-client/src/client/runtime/error.js.map +0 -1
  57. package/libs/vtx-backend-client/src/client/runtime/fetcher.d.ts +0 -10
  58. package/libs/vtx-backend-client/src/client/runtime/fetcher.js +0 -68
  59. package/libs/vtx-backend-client/src/client/runtime/fetcher.js.map +0 -1
  60. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.d.ts +0 -30
  61. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js +0 -134
  62. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js.map +0 -1
  63. package/libs/vtx-backend-client/src/client/runtime/index.d.ts +0 -11
  64. package/libs/vtx-backend-client/src/client/runtime/index.js +0 -17
  65. package/libs/vtx-backend-client/src/client/runtime/index.js.map +0 -1
  66. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.d.ts +0 -9
  67. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js +0 -95
  68. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js.map +0 -1
  69. package/libs/vtx-backend-client/src/client/runtime/typeSelection.d.ts +0 -28
  70. package/libs/vtx-backend-client/src/client/runtime/typeSelection.js +0 -3
  71. package/libs/vtx-backend-client/src/client/runtime/typeSelection.js.map +0 -1
  72. package/libs/vtx-backend-client/src/client/runtime/types.d.ts +0 -55
  73. package/libs/vtx-backend-client/src/client/runtime/types.js +0 -3
  74. package/libs/vtx-backend-client/src/client/runtime/types.js.map +0 -1
  75. package/libs/vtx-backend-client/src/client/schema.d.ts +0 -4537
  76. package/libs/vtx-backend-client/src/client/schema.js +0 -981
  77. package/libs/vtx-backend-client/src/client/schema.js.map +0 -1
  78. package/libs/vtx-backend-client/src/client/types.d.ts +0 -2418
  79. package/libs/vtx-backend-client/src/client/types.js +0 -6307
  80. package/libs/vtx-backend-client/src/client/types.js.map +0 -1
  81. package/libs/vtx-backend-client/src/index.d.ts +0 -11
  82. package/libs/vtx-backend-client/src/index.js +0 -28
  83. package/libs/vtx-backend-client/src/index.js.map +0 -1
  84. package/src/api/dto/create-budget.dto.d.ts +0 -15
  85. package/src/api/dto/create-budget.dto.js +0 -72
  86. package/src/api/dto/create-budget.dto.js.map +0 -1
  87. package/src/api/dto/create-funding-campaign.dto.d.ts +0 -21
  88. package/src/api/dto/create-funding-campaign.dto.js +0 -97
  89. package/src/api/dto/create-funding-campaign.dto.js.map +0 -1
  90. package/src/api/dto/get-athlete-campaigns.dto.d.ts +0 -3
  91. package/src/api/dto/get-athlete-campaigns.dto.js +0 -26
  92. package/src/api/dto/get-athlete-campaigns.dto.js.map +0 -1
  93. package/src/api/dto/set-current-campaign.dto.d.ts +0 -3
  94. package/src/api/dto/set-current-campaign.dto.js +0 -26
  95. package/src/api/dto/set-current-campaign.dto.js.map +0 -1
@@ -1,4537 +0,0 @@
1
- export type Scalars = {
2
- String: string;
3
- Boolean: boolean;
4
- DateTime: any;
5
- Float: number;
6
- ID: string;
7
- JSONObject: any;
8
- };
9
- export interface User {
10
- _id: Scalars['String'];
11
- loginEmail: Scalars['String'];
12
- suspended: Scalars['Boolean'];
13
- domains: (DomainCredential[] | null);
14
- loginMethods: (Scalars['String'][] | null);
15
- __typename: 'User';
16
- }
17
- export interface UserWithToken {
18
- _id: Scalars['String'];
19
- loginEmail: Scalars['String'];
20
- suspended: Scalars['Boolean'];
21
- domains: (DomainCredential[] | null);
22
- loginMethods: (Scalars['String'][] | null);
23
- token: UserToken;
24
- __typename: 'UserWithToken';
25
- }
26
- export interface BaseTenant {
27
- _id: Scalars['String'];
28
- name: Scalars['String'];
29
- tenant_uri: Scalars['String'];
30
- domain: Domain;
31
- __typename: 'BaseTenant';
32
- }
33
- export interface Tenant {
34
- _id: Scalars['String'];
35
- name: Scalars['String'];
36
- tenant_uri: Scalars['String'];
37
- domain: Domain;
38
- email: Scalars['String'];
39
- owner: (User | null);
40
- __typename: 'Tenant';
41
- }
42
- export interface Domain {
43
- _id: Scalars['String'];
44
- name: Scalars['String'];
45
- description: (Scalars['String'] | null);
46
- __typename: 'Domain';
47
- }
48
- export interface DomainCredential {
49
- _id: Scalars['String'];
50
- name: Scalars['String'];
51
- description: (Scalars['String'] | null);
52
- tenant: (BaseTenant | null);
53
- __typename: 'DomainCredential';
54
- }
55
- export interface UserToken {
56
- actualToken: Scalars['String'];
57
- refreshToken: Scalars['String'];
58
- __typename: 'UserToken';
59
- }
60
- export interface DecodedToken {
61
- tokenId: Scalars['String'];
62
- systemId: Scalars['String'];
63
- userId: Scalars['String'];
64
- email: Scalars['String'];
65
- refreshTokenId: Scalars['String'];
66
- domains: DomainCredential[];
67
- __typename: 'DecodedToken';
68
- }
69
- export interface DecodedRefreshToken {
70
- userId: Scalars['String'];
71
- email: Scalars['String'];
72
- originalTokenId: Scalars['String'];
73
- __typename: 'DecodedRefreshToken';
74
- }
75
- export interface TenantWithUserLogin {
76
- _id: Scalars['String'];
77
- name: Scalars['String'];
78
- tenant_uri: Scalars['String'];
79
- domain: Domain;
80
- email: Scalars['String'];
81
- owner: (User | null);
82
- user: UserWithToken;
83
- __typename: 'TenantWithUserLogin';
84
- }
85
- export interface UriAvailableType {
86
- available: Scalars['Boolean'];
87
- valid: Scalars['Boolean'];
88
- __typename: 'UriAvailableType';
89
- }
90
- export interface Agreement {
91
- _id: Scalars['String'];
92
- kind: Scalars['String'];
93
- domain: Scalars['String'];
94
- isActiveAgreement: Scalars['Boolean'];
95
- encoding: Scalars['String'];
96
- version: Scalars['String'];
97
- publishedDate: (Scalars['DateTime'] | null);
98
- unPublishedDate: (Scalars['DateTime'] | null);
99
- locked: Scalars['Boolean'];
100
- name: Scalars['String'];
101
- description: (Scalars['String'] | null);
102
- content: (Scalars['String'] | null);
103
- httpContentType: (Scalars['String'] | null);
104
- createdDate: Scalars['DateTime'];
105
- updatedDate: Scalars['DateTime'];
106
- __typename: 'Agreement';
107
- }
108
- export interface SignedAgreement {
109
- _id: Scalars['String'];
110
- agreement: Agreement;
111
- createdDate: Scalars['DateTime'];
112
- signerReference: (Scalars['String'] | null);
113
- json: (Scalars['String'] | null);
114
- signedDate: Scalars['DateTime'];
115
- ipAddress: (Scalars['String'] | null);
116
- userAgent: (Scalars['String'] | null);
117
- signedFromLocation: (Scalars['String'] | null);
118
- comments: (Scalars['String'] | null);
119
- updatedDate: Scalars['DateTime'];
120
- __typename: 'SignedAgreement';
121
- }
122
- export interface BillEntity {
123
- name: Scalars['String'];
124
- taxId: (Scalars['String'] | null);
125
- line1: (Scalars['String'] | null);
126
- line2: (Scalars['String'] | null);
127
- line3: (Scalars['String'] | null);
128
- city: (Scalars['String'] | null);
129
- state: (Scalars['String'] | null);
130
- country: (Scalars['String'] | null);
131
- zip: (Scalars['String'] | null);
132
- __typename: 'BillEntity';
133
- }
134
- export interface InvoiceItem {
135
- _id: Scalars['String'];
136
- unitPrice: Scalars['Float'];
137
- unitTax: Scalars['Float'];
138
- quantity: Scalars['Float'];
139
- unit: Scalars['String'];
140
- itemPrice: Scalars['Float'];
141
- itemTotal: Scalars['Float'];
142
- __typename: 'InvoiceItem';
143
- }
144
- export interface Payment {
145
- _id: Scalars['String'];
146
- amount: Scalars['Float'];
147
- currency: Scalars['String'];
148
- datePaid: Scalars['DateTime'];
149
- paymentComment: (Scalars['String'] | null);
150
- transactionId: (Scalars['String'] | null);
151
- processorType: (Scalars['String'] | null);
152
- processorReference: (Scalars['String'] | null);
153
- paidItemReference: (Scalars['String'] | null);
154
- payeeReference: (Scalars['String'] | null);
155
- payorReference: (Scalars['String'] | null);
156
- paymentMethodType: (Scalars['String'] | null);
157
- paymentMethodReference: (Scalars['String'] | null);
158
- __typename: 'Payment';
159
- }
160
- export interface PlaFeature {
161
- _id: Scalars['String'];
162
- title: Scalars['String'];
163
- description: (Scalars['String'] | null);
164
- quantity: (Scalars['Float'] | null);
165
- quantityUnit: (Scalars['String'] | null);
166
- __typename: 'PlaFeature';
167
- }
168
- export interface Plan {
169
- _id: Scalars['String'];
170
- name: (Scalars['String'] | null);
171
- description: (Scalars['String'] | null);
172
- prices: PlanPrice[];
173
- features: PlaFeature[];
174
- isPublic: Scalars['Boolean'];
175
- active: Scalars['Boolean'];
176
- startOfferingDate: (Scalars['DateTime'] | null);
177
- endOfferingDate: (Scalars['DateTime'] | null);
178
- termsAndConditions: (Scalars['String'] | null);
179
- __typename: 'Plan';
180
- }
181
- export interface PlanPrice {
182
- _id: Scalars['String'];
183
- currency: Scalars['String'];
184
- price: Scalars['Float'];
185
- taxMode: Scalars['String'];
186
- period: Scalars['String'];
187
- customDays: (Scalars['Float'] | null);
188
- plan: (Plan | null);
189
- __typename: 'PlanPrice';
190
- }
191
- export interface Invoice {
192
- _id: Scalars['String'];
193
- invoiceDate: Scalars['DateTime'];
194
- billedEntity: BillEntity;
195
- dueDate: Scalars['DateTime'];
196
- billAmount: Scalars['Float'];
197
- tax: Scalars['Float'];
198
- total: Scalars['Float'];
199
- currency: Scalars['String'];
200
- items: (InvoiceItem[] | null);
201
- payments: (Payment[] | null);
202
- __typename: 'Invoice';
203
- }
204
- export interface SubscriptionInvoice {
205
- _id: Scalars['String'];
206
- invoice: Invoice;
207
- billedPlan: PlanPrice;
208
- subscriber: PlanSubscription;
209
- __typename: 'SubscriptionInvoice';
210
- }
211
- export interface PlanSubscription {
212
- _id: Scalars['String'];
213
- currentPlan: PlanPrice;
214
- billPrice: Scalars['Float'];
215
- billCurrency: Scalars['String'];
216
- billPriceComment: (Scalars['String'] | null);
217
- lastBillDate: Scalars['DateTime'];
218
- endAccessDate: Scalars['DateTime'];
219
- autoRenew: Scalars['Boolean'];
220
- autoRenewPlan: (PlanPrice | null);
221
- autoRenewDate: Scalars['DateTime'];
222
- payments: SubscriptionPayment[];
223
- invoices: SubscriptionInvoice[];
224
- __typename: 'PlanSubscription';
225
- }
226
- export interface SubscriptionPayment {
227
- _id: Scalars['String'];
228
- payment: Payment;
229
- subscriber: PlanSubscription;
230
- __typename: 'SubscriptionPayment';
231
- }
232
- export interface AWSS3File {
233
- _id: Scalars['String'];
234
- name: (Scalars['String'] | null);
235
- contentType: (Scalars['String'] | null);
236
- size: (Scalars['Float'] | null);
237
- useType: (Scalars['String'] | null);
238
- url: Scalars['String'];
239
- key: Scalars['String'];
240
- pendingDelete: Scalars['Boolean'];
241
- __typename: 'AWSS3File';
242
- }
243
- export interface MagicLink {
244
- _id: Scalars['String'];
245
- code: Scalars['String'];
246
- type: Scalars['String'];
247
- url: Scalars['String'];
248
- expires: (Scalars['DateTime'] | null);
249
- data: (Scalars['String'] | null);
250
- isExpired: Scalars['Boolean'];
251
- __typename: 'MagicLink';
252
- }
253
- export interface VerificationCode {
254
- _id: Scalars['String'];
255
- type: (Scalars['String'] | null);
256
- recipient: (Scalars['String'] | null);
257
- expires: (Scalars['DateTime'] | null);
258
- data: (Scalars['String'] | null);
259
- isExpired: Scalars['Boolean'];
260
- createdDate: Scalars['DateTime'];
261
- __typename: 'VerificationCode';
262
- }
263
- export interface ErrorInfo {
264
- errorCode: Scalars['Float'];
265
- errorMessage: Scalars['String'];
266
- __typename: 'ErrorInfo';
267
- }
268
- export interface HttpRequestField {
269
- key: Scalars['String'];
270
- value: Scalars['String'];
271
- __typename: 'HttpRequestField';
272
- }
273
- export interface AWSS3UploadUrl {
274
- uploadUrl: Scalars['String'];
275
- fields: HttpRequestField[];
276
- downloadUrl: Scalars['String'];
277
- bucket: Scalars['String'];
278
- key: Scalars['String'];
279
- __typename: 'AWSS3UploadUrl';
280
- }
281
- export interface AWSS3CallResult {
282
- httpStatus: Scalars['Float'];
283
- result: Scalars['String'];
284
- message: Scalars['String'];
285
- errors: (Scalars['String'][] | null);
286
- __typename: 'AWSS3CallResult';
287
- }
288
- export interface DatabaseFile {
289
- _id: Scalars['String'];
290
- identifier: Scalars['String'];
291
- version: Scalars['String'];
292
- contentType: Scalars['String'];
293
- updated: Scalars['DateTime'];
294
- created: Scalars['DateTime'];
295
- __typename: 'DatabaseFile';
296
- }
297
- export interface TextDatabaseFile {
298
- _id: Scalars['String'];
299
- identifier: Scalars['String'];
300
- version: Scalars['String'];
301
- contentType: Scalars['String'];
302
- updated: Scalars['DateTime'];
303
- created: Scalars['DateTime'];
304
- content: Scalars['String'];
305
- __typename: 'TextDatabaseFile';
306
- }
307
- export interface CodeVerificationResponse {
308
- result: Scalars['String'];
309
- code: (VerificationCode | null);
310
- error: (ErrorInfo | null);
311
- __typename: 'CodeVerificationResponse';
312
- }
313
- export interface BrandStats {
314
- campaigns: (Scalars['Float'] | null);
315
- sponsorships: (Scalars['Float'] | null);
316
- sports: (Scalars['Float'] | null);
317
- athletes: (Scalars['Float'] | null);
318
- __typename: 'BrandStats';
319
- }
320
- export interface BrandTranslation {
321
- _id: Scalars['String'];
322
- brandId: Scalars['String'];
323
- language: Scalars['String'];
324
- name: (Scalars['String'] | null);
325
- slogan: (Scalars['String'] | null);
326
- description: (Scalars['String'] | null);
327
- logo: (AWSS3File | null);
328
- banner: (AWSS3File | null);
329
- __typename: 'BrandTranslation';
330
- }
331
- export interface Brand {
332
- _id: Scalars['String'];
333
- name: Scalars['String'];
334
- slogan: (Scalars['String'] | null);
335
- website: (Scalars['String'] | null);
336
- description: (Scalars['String'] | null);
337
- approved: Scalars['Boolean'];
338
- published: Scalars['Boolean'];
339
- logo: (AWSS3File | null);
340
- banner: (AWSS3File | null);
341
- stats: (BrandStats | null);
342
- operatorIds: (Scalars['String'][] | null);
343
- translations: (BrandTranslation[] | null);
344
- __typename: 'Brand';
345
- }
346
- export interface StravaTpiRideDto {
347
- distanceKm: Scalars['Float'];
348
- distanceKmLast: Scalars['Float'];
349
- elapsedTimeMin: Scalars['Float'];
350
- elapsedTimeMinLast: Scalars['Float'];
351
- averageSpeedKmh: Scalars['Float'];
352
- averageSpeedKmhLast: Scalars['Float'];
353
- maxSpeedKmh: Scalars['Float'];
354
- maxSpeedKmhLast: Scalars['Float'];
355
- averageHeartRateBpm: Scalars['Float'];
356
- averageHeartRateBpmLast: Scalars['Float'];
357
- maxHeartRateBpm: Scalars['Float'];
358
- maxHeartRateBpmLast: Scalars['Float'];
359
- averageCadenceStm: Scalars['Float'];
360
- averageCadenceStmLast: Scalars['Float'];
361
- lastDate: (Scalars['DateTime'] | null);
362
- country: (Scalars['String'] | null);
363
- state: (Scalars['String'] | null);
364
- city: (Scalars['String'] | null);
365
- tpi: Scalars['Float'];
366
- __typename: 'StravaTpiRideDto';
367
- }
368
- export interface StravaTpiRunDto {
369
- distanceKm: Scalars['Float'];
370
- distanceKmLast: Scalars['Float'];
371
- elapsedTimeMin: Scalars['Float'];
372
- elapsedTimeMinLast: Scalars['Float'];
373
- averageSpeedKmh: Scalars['Float'];
374
- averageSpeedKmhLast: Scalars['Float'];
375
- maxSpeedKmh: Scalars['Float'];
376
- maxSpeedKmhLast: Scalars['Float'];
377
- averageHeartRateBpm: Scalars['Float'];
378
- averageHeartRateBpmLast: Scalars['Float'];
379
- maxHeartRateBpm: Scalars['Float'];
380
- maxHeartRateBpmLast: Scalars['Float'];
381
- averageCadenceStm: Scalars['Float'];
382
- averageCadenceStmLast: Scalars['Float'];
383
- elevHigh: Scalars['Float'];
384
- elevHighLast: Scalars['Float'];
385
- elevLow: Scalars['Float'];
386
- elevLowLast: Scalars['Float'];
387
- lastDate: (Scalars['DateTime'] | null);
388
- country: (Scalars['String'] | null);
389
- state: (Scalars['String'] | null);
390
- city: (Scalars['String'] | null);
391
- tpi: Scalars['Float'];
392
- __typename: 'StravaTpiRunDto';
393
- }
394
- export interface StravaTpiSwimDto {
395
- distanceKm: Scalars['Float'];
396
- distanceKmLast: Scalars['Float'];
397
- elapsedTimeMin: Scalars['Float'];
398
- elapsedTimeMinLast: Scalars['Float'];
399
- averageSpeedKmh: Scalars['Float'];
400
- averageSpeedKmhLast: Scalars['Float'];
401
- maxSpeedKmh: Scalars['Float'];
402
- maxSpeedKmhLast: Scalars['Float'];
403
- averageHeartRateBpm: Scalars['Float'];
404
- averageHeartRateBpmLast: Scalars['Float'];
405
- maxHeartRateBpm: Scalars['Float'];
406
- maxHeartRateBpmLast: Scalars['Float'];
407
- averageCadenceStm: Scalars['Float'];
408
- averageCadenceStmLast: Scalars['Float'];
409
- lastDate: (Scalars['DateTime'] | null);
410
- country: (Scalars['String'] | null);
411
- state: (Scalars['String'] | null);
412
- city: (Scalars['String'] | null);
413
- tpi: Scalars['Float'];
414
- __typename: 'StravaTpiSwimDto';
415
- }
416
- export interface City {
417
- _id: Scalars['String'];
418
- name: Scalars['String'];
419
- localizedName: Scalars['String'];
420
- state: (State | null);
421
- latitude: (Scalars['Float'] | null);
422
- longitude: (Scalars['Float'] | null);
423
- timezone: (Scalars['String'] | null);
424
- __typename: 'City';
425
- }
426
- export interface State {
427
- _id: Scalars['String'];
428
- name: Scalars['String'];
429
- country: (Country | null);
430
- cities: (City[] | null);
431
- __typename: 'State';
432
- }
433
- export interface Country {
434
- _id: Scalars['String'];
435
- name: Scalars['String'];
436
- states: (State[] | null);
437
- __typename: 'Country';
438
- }
439
- export interface AgeQualification {
440
- type: Scalars['String'];
441
- value: Scalars['Float'];
442
- operator: Scalars['String'];
443
- __typename: 'AgeQualification';
444
- }
445
- export interface GenderQualification {
446
- type: Scalars['String'];
447
- operator: Scalars['String'];
448
- values: Scalars['String'][];
449
- __typename: 'GenderQualification';
450
- }
451
- export interface ScoreQualification {
452
- type: Scalars['String'];
453
- scoreType: Scalars['String'];
454
- operator: Scalars['String'];
455
- value: Scalars['Float'];
456
- __typename: 'ScoreQualification';
457
- }
458
- export interface LocationQualification {
459
- type: Scalars['String'];
460
- operator: Scalars['String'];
461
- countries: Country[];
462
- states: State[];
463
- cities: City[];
464
- __typename: 'LocationQualification';
465
- }
466
- export interface NationalityQualification {
467
- type: Scalars['String'];
468
- operator: Scalars['String'];
469
- countries: Country[];
470
- __typename: 'NationalityQualification';
471
- }
472
- export interface DistanceQualification {
473
- type: Scalars['String'];
474
- maxDistance: Scalars['Float'];
475
- latitude: (Scalars['Float'] | null);
476
- longitude: (Scalars['Float'] | null);
477
- cityId: (Scalars['String'] | null);
478
- __typename: 'DistanceQualification';
479
- }
480
- export interface SportsQualification {
481
- type: Scalars['String'];
482
- sports: Scalars['String'][];
483
- operator: Scalars['String'];
484
- __typename: 'SportsQualification';
485
- }
486
- export interface SportsLevelQualification {
487
- type: Scalars['String'];
488
- operator: Scalars['String'];
489
- level: Scalars['String'];
490
- __typename: 'SportsLevelQualification';
491
- }
492
- export interface AthleteCriteria {
493
- _id: Scalars['String'];
494
- label: (Scalars['String'] | null);
495
- qualifications: (QualificationTypeUnion[] | null);
496
- __typename: 'AthleteCriteria';
497
- }
498
- export type QualificationTypeUnion = (AgeQualification | GenderQualification | ScoreQualification | LocationQualification | NationalityQualification | DistanceQualification | SportsQualification | SportsLevelQualification) & {
499
- __isUnion?: true;
500
- };
501
- export interface Industry {
502
- _id: Scalars['String'];
503
- name: Scalars['String'];
504
- __typename: 'Industry';
505
- }
506
- export interface SponsorStats {
507
- sponsoredAthletes: Scalars['Float'];
508
- totalBrands: Scalars['Float'];
509
- activeCampaigns: Scalars['Float'];
510
- activeSponsorships: Scalars['Float'];
511
- __typename: 'SponsorStats';
512
- }
513
- export interface SponsorBrand {
514
- _id: Scalars['String'];
515
- name: Scalars['String'];
516
- slogan: (Scalars['String'] | null);
517
- website: (Scalars['String'] | null);
518
- description: (Scalars['String'] | null);
519
- approved: Scalars['Boolean'];
520
- published: Scalars['Boolean'];
521
- logo: (AWSS3File | null);
522
- banner: (AWSS3File | null);
523
- stats: (BrandStats | null);
524
- operatorIds: (Scalars['String'][] | null);
525
- translations: (BrandTranslation[] | null);
526
- sponsorBrandId: Scalars['String'];
527
- authorizedUse: Scalars['Boolean'];
528
- isAuthorizer: Scalars['Boolean'];
529
- __typename: 'SponsorBrand';
530
- }
531
- export interface Sponsor {
532
- _id: Scalars['String'];
533
- name: Scalars['String'];
534
- description: Scalars['String'];
535
- tenant: Tenant;
536
- industry: (Industry | null);
537
- stats: (SponsorStats | null);
538
- brands: (SponsorBrand[] | null);
539
- sponsorships: (Sponsorship[] | null);
540
- approved: Scalars['Boolean'];
541
- __typename: 'Sponsor';
542
- }
543
- export interface SponsorshipItem {
544
- _id: Scalars['String'];
545
- quantity: Scalars['Float'];
546
- title: Scalars['String'];
547
- value: Scalars['Float'];
548
- type: Scalars['String'];
549
- __typename: 'SponsorshipItem';
550
- }
551
- export interface SponsorshipCommitment {
552
- _id: Scalars['String'];
553
- title: Scalars['String'];
554
- details: (Scalars['String'] | null);
555
- hashTags: Scalars['String'];
556
- media: Scalars['String'];
557
- actionType: Scalars['String'];
558
- frequency: (Scalars['Float'] | null);
559
- periodicity: Scalars['String'];
560
- autoMeasurable: Scalars['Boolean'];
561
- __typename: 'SponsorshipCommitment';
562
- }
563
- export interface Duration {
564
- length: Scalars['Float'];
565
- unit: Scalars['String'];
566
- __typename: 'Duration';
567
- }
568
- export interface SponsorshipStats {
569
- totalSponsorships: (Scalars['Float'] | null);
570
- totalApplications: (Scalars['Float'] | null);
571
- newApplications: (Scalars['Float'] | null);
572
- discardedApplications: (Scalars['Float'] | null);
573
- selectedApplications: (Scalars['Float'] | null);
574
- approvedApplications: (Scalars['Float'] | null);
575
- grantedSponsorships: (Scalars['Float'] | null);
576
- remainingSponsorships: (Scalars['Float'] | null);
577
- __typename: 'SponsorshipStats';
578
- }
579
- export interface SponsorshipTranslation {
580
- _id: Scalars['String'];
581
- sponsorshipId: Scalars['String'];
582
- language: Scalars['String'];
583
- title: (Scalars['String'] | null);
584
- description: (Scalars['String'] | null);
585
- terms: (Scalars['String'] | null);
586
- banner: (AWSS3File | null);
587
- __typename: 'SponsorshipTranslation';
588
- }
589
- export interface Sponsorship {
590
- _id: Scalars['String'];
591
- title: Scalars['String'];
592
- description: (Scalars['String'] | null);
593
- cashValue: Scalars['Float'];
594
- otherValue: Scalars['Float'];
595
- brand: (Brand | null);
596
- banner: (AWSS3File | null);
597
- criteria: (AthleteCriteria | null);
598
- deadline: (Scalars['DateTime'] | null);
599
- startDate: (Scalars['DateTime'] | null);
600
- duration: Duration;
601
- sponsor: (Sponsor | null);
602
- sponsorshipItems: (SponsorshipItem[] | null);
603
- commitments: (SponsorshipCommitment[] | null);
604
- terms: (Scalars['String'] | null);
605
- stats: (SponsorshipStats | null);
606
- isPrivate: Scalars['Boolean'];
607
- approved: Scalars['Boolean'];
608
- published: Scalars['Boolean'];
609
- translations: (SponsorshipTranslation[] | null);
610
- __typename: 'Sponsorship';
611
- }
612
- export interface FollowStats {
613
- followers: Scalars['Float'];
614
- followed: Scalars['Float'];
615
- raves: Scalars['Float'];
616
- favorites: Scalars['Float'];
617
- __typename: 'FollowStats';
618
- }
619
- export interface Sport {
620
- _id: Scalars['String'];
621
- name: Scalars['String'];
622
- resultType: Scalars['String'];
623
- __typename: 'Sport';
624
- }
625
- export interface VtxScores {
626
- vtxScore: Scalars['Float'];
627
- socialScore: Scalars['Float'];
628
- trainingScore: Scalars['Float'];
629
- competitionScore: Scalars['Float'];
630
- __typename: 'VtxScores';
631
- }
632
- export interface SportLevelTranslation {
633
- _id: Scalars['String'];
634
- language: Scalars['String'];
635
- label: Scalars['String'];
636
- __typename: 'SportLevelTranslation';
637
- }
638
- export interface SportLevel {
639
- _id: Scalars['String'];
640
- label: Scalars['String'];
641
- index: Scalars['Float'];
642
- translations: (SportLevelTranslation[] | null);
643
- __typename: 'SportLevel';
644
- }
645
- export interface Ranking {
646
- scope: Scalars['String'];
647
- scopeId: Scalars['String'];
648
- scopeName: Scalars['String'];
649
- position: Scalars['Float'];
650
- total: Scalars['Float'];
651
- __typename: 'Ranking';
652
- }
653
- export interface AthleteRankings {
654
- worldRanking: (Ranking | null);
655
- countryRanking: (Ranking | null);
656
- stateRanking: (Ranking | null);
657
- cityRanking: (Ranking | null);
658
- __typename: 'AthleteRankings';
659
- }
660
- export interface Team {
661
- _id: Scalars['String'];
662
- name: Scalars['String'];
663
- description: (Scalars['String'] | null);
664
- sports: (Sport[] | null);
665
- approved: (Scalars['Boolean'] | null);
666
- logo: (AWSS3File | null);
667
- banner: (AWSS3File | null);
668
- __typename: 'Team';
669
- }
670
- export interface WorldLocation {
671
- _id: Scalars['String'];
672
- userProvidedLatitude: (Scalars['Float'] | null);
673
- userProvidedLongitude: (Scalars['Float'] | null);
674
- cityNameGeocode: (Scalars['String'] | null);
675
- stateNameGeocode: (Scalars['String'] | null);
676
- countryIso2CodeGeocode: (Scalars['String'] | null);
677
- timeZoneGeocode: (Scalars['String'] | null);
678
- latitudeGeocode: (Scalars['Float'] | null);
679
- longitudeGeocode: (Scalars['Float'] | null);
680
- city: (City | null);
681
- __typename: 'WorldLocation';
682
- }
683
- export interface SportsEvent {
684
- _id: Scalars['String'];
685
- name: Scalars['String'];
686
- mainSport: (Sport | null);
687
- eventWebSite: (Scalars['String'] | null);
688
- startDate: Scalars['DateTime'];
689
- endDate: (Scalars['DateTime'] | null);
690
- verified: Scalars['Boolean'];
691
- banner: (AWSS3File | null);
692
- location: (WorldLocation | null);
693
- eventLevel: (Scalars['String'] | null);
694
- __typename: 'SportsEvent';
695
- }
696
- export interface AthleteCompetitionResult {
697
- _id: Scalars['String'];
698
- resultType: Scalars['String'];
699
- position: (Scalars['Float'] | null);
700
- totalParticipants: (Scalars['Float'] | null);
701
- score: (Scalars['String'] | null);
702
- finishTimeMS: (Scalars['Float'] | null);
703
- resultWebLink: (Scalars['String'] | null);
704
- outcome: Scalars['String'];
705
- adversary: (Scalars['String'] | null);
706
- genderPosition: (Scalars['Float'] | null);
707
- genderParticipants: (Scalars['Float'] | null);
708
- categoryPosition: (Scalars['Float'] | null);
709
- categoryParticipants: (Scalars['Float'] | null);
710
- categoryName: (Scalars['String'] | null);
711
- __typename: 'AthleteCompetitionResult';
712
- }
713
- export interface BudgetItem {
714
- _id: Scalars['String'];
715
- quantity: Scalars['Float'];
716
- concept: Scalars['String'];
717
- itemCost: Scalars['Float'];
718
- __typename: 'BudgetItem';
719
- }
720
- export interface Budget {
721
- _id: Scalars['String'];
722
- initialFunds: Scalars['Float'];
723
- totalRequired: Scalars['Float'];
724
- items: (BudgetItem[] | null);
725
- __typename: 'Budget';
726
- }
727
- export interface PhotoAlbum {
728
- _id: Scalars['String'];
729
- photo: (AWSS3File | null);
730
- __typename: 'PhotoAlbum';
731
- }
732
- export interface Album {
733
- _id: Scalars['String'];
734
- label: Scalars['String'];
735
- description: (Scalars['String'] | null);
736
- photos: (PhotoAlbum[] | null);
737
- displayIndex: Scalars['Float'];
738
- competitionId: (Scalars['String'] | null);
739
- __typename: 'Album';
740
- }
741
- export interface AthleteCompetition {
742
- _id: Scalars['String'];
743
- event: SportsEvent;
744
- participationDate: (Scalars['DateTime'] | null);
745
- competitionNumber: (Scalars['String'] | null);
746
- result: (AthleteCompetitionResult | null);
747
- fundRaisingCampaignIds: (Scalars['String'][] | null);
748
- budget: (Budget | null);
749
- albums: (Album[] | null);
750
- __typename: 'AthleteCompetition';
751
- }
752
- export interface MembershipOrganizationReference {
753
- _id: Scalars['String'];
754
- shortName: (Scalars['String'] | null);
755
- acronym: (Scalars['String'] | null);
756
- fullName: Scalars['String'];
757
- website: (Scalars['String'] | null);
758
- verified: Scalars['Boolean'];
759
- logo: (AWSS3File | null);
760
- country: (Country | null);
761
- sport: (Sport | null);
762
- __typename: 'MembershipOrganizationReference';
763
- }
764
- export interface MembershipOrganization {
765
- _id: Scalars['String'];
766
- shortName: (Scalars['String'] | null);
767
- acronym: (Scalars['String'] | null);
768
- fullName: Scalars['String'];
769
- website: (Scalars['String'] | null);
770
- verified: Scalars['Boolean'];
771
- logo: (AWSS3File | null);
772
- country: (Country | null);
773
- sport: (Sport | null);
774
- memberships: (AthleteMembership[] | null);
775
- __typename: 'MembershipOrganization';
776
- }
777
- export interface AthleteMembership {
778
- _id: Scalars['String'];
779
- organization: MembershipOrganizationReference;
780
- athlete: AthleteReference;
781
- membershipNumber: (Scalars['String'] | null);
782
- membershipType: (Scalars['String'] | null);
783
- issueDate: (Scalars['DateTime'] | null);
784
- expirationDate: (Scalars['DateTime'] | null);
785
- __typename: 'AthleteMembership';
786
- }
787
- export interface NewsLink {
788
- _id: Scalars['String'];
789
- title: Scalars['String'];
790
- url: Scalars['String'];
791
- abstract: (Scalars['String'] | null);
792
- __typename: 'NewsLink';
793
- }
794
- export interface Channel {
795
- _id: Scalars['String'];
796
- type: Scalars['String'];
797
- handle: (Scalars['String'] | null);
798
- url: Scalars['String'];
799
- linked: Scalars['Boolean'];
800
- __typename: 'Channel';
801
- }
802
- export interface AthletePreferences {
803
- _id: Scalars['String'];
804
- showProfileHelper: Scalars['Boolean'];
805
- defaultAlbum: (Album | null);
806
- __typename: 'AthletePreferences';
807
- }
808
- export interface FundRaisingCampaign {
809
- _id: Scalars['String'];
810
- athlete: AthleteReference;
811
- budgetMode: Scalars['String'];
812
- status: Scalars['String'];
813
- title: Scalars['String'];
814
- motivation: (Scalars['String'] | null);
815
- website: (Scalars['String'] | null);
816
- fundsRequired: Scalars['Float'];
817
- initialFundsObtained: Scalars['Float'];
818
- fundsObtained: Scalars['Float'];
819
- location: (WorldLocation | null);
820
- createdDate: Scalars['DateTime'];
821
- endingDate: Scalars['DateTime'];
822
- budget: (Budget | null);
823
- competitions: (AthleteCompetition[] | null);
824
- vtxComissionPct: Scalars['Float'];
825
- __typename: 'FundRaisingCampaign';
826
- }
827
- export interface StripeCapabilityType {
828
- acss_debit_payments: (Scalars['String'] | null);
829
- affirm_payments: (Scalars['String'] | null);
830
- afterpay_clearpay_payments: (Scalars['String'] | null);
831
- alma_payments: (Scalars['String'] | null);
832
- amazon_pay_payments: (Scalars['String'] | null);
833
- au_becs_debit_payments: (Scalars['String'] | null);
834
- bacs_debit_payments: (Scalars['String'] | null);
835
- bancontact_payments: (Scalars['String'] | null);
836
- bank_transfer_payments: (Scalars['String'] | null);
837
- blik_payments: (Scalars['String'] | null);
838
- boleto_payments: (Scalars['String'] | null);
839
- card_issuing: (Scalars['String'] | null);
840
- card_payments: (Scalars['String'] | null);
841
- cartes_bancaires_payments: (Scalars['String'] | null);
842
- cashapp_payments: (Scalars['String'] | null);
843
- eps_payments: (Scalars['String'] | null);
844
- fpx_payments: (Scalars['String'] | null);
845
- gb_bank_transfer_payments: (Scalars['String'] | null);
846
- giropay_payments: (Scalars['String'] | null);
847
- grabpay_payments: (Scalars['String'] | null);
848
- ideal_payments: (Scalars['String'] | null);
849
- india_international_payments: (Scalars['String'] | null);
850
- jcb_payments: (Scalars['String'] | null);
851
- jp_bank_transfer_payments: (Scalars['String'] | null);
852
- kakao_pay_payments: (Scalars['String'] | null);
853
- klarna_payments: (Scalars['String'] | null);
854
- konbini_payments: (Scalars['String'] | null);
855
- kr_card_payments: (Scalars['String'] | null);
856
- legacy_payments: (Scalars['String'] | null);
857
- link_payments: (Scalars['String'] | null);
858
- mobilepay_payments: (Scalars['String'] | null);
859
- multibanco_payments: (Scalars['String'] | null);
860
- mx_bank_transfer_payments: (Scalars['String'] | null);
861
- naver_pay_payments: (Scalars['String'] | null);
862
- oxxo_payments: (Scalars['String'] | null);
863
- p24_payments: (Scalars['String'] | null);
864
- pay_by_bank_payments: (Scalars['String'] | null);
865
- payco_payments: (Scalars['String'] | null);
866
- paynow_payments: (Scalars['String'] | null);
867
- promptpay_payments: (Scalars['String'] | null);
868
- revolut_pay_payments: (Scalars['String'] | null);
869
- samsung_pay_payments: (Scalars['String'] | null);
870
- sepa_bank_transfer_payments: (Scalars['String'] | null);
871
- sepa_debit_payments: (Scalars['String'] | null);
872
- sofort_payments: (Scalars['String'] | null);
873
- swish_payments: (Scalars['String'] | null);
874
- tax_reporting_us_1099_k: (Scalars['String'] | null);
875
- tax_reporting_us_1099_misc: (Scalars['String'] | null);
876
- transfers: (Scalars['String'] | null);
877
- treasury: (Scalars['String'] | null);
878
- twint_payments: (Scalars['String'] | null);
879
- us_bank_account_ach_payments: (Scalars['String'] | null);
880
- us_bank_transfer_payments: (Scalars['String'] | null);
881
- zip_payments: (Scalars['String'] | null);
882
- __typename: 'StripeCapabilityType';
883
- }
884
- export interface StripeRequirementAlternativeType {
885
- alternative_fields_due: Scalars['String'][];
886
- original_fields_due: Scalars['String'][];
887
- __typename: 'StripeRequirementAlternativeType';
888
- }
889
- export interface StripeFutureRequirementAlternativeType {
890
- alternative_fields_due: Scalars['String'][];
891
- original_fields_due: Scalars['String'][];
892
- __typename: 'StripeFutureRequirementAlternativeType';
893
- }
894
- export interface StripeErrorType {
895
- code: Scalars['String'];
896
- reason: Scalars['String'];
897
- requirement: Scalars['String'];
898
- __typename: 'StripeErrorType';
899
- }
900
- export interface StripeRequirementType {
901
- alternatives: (StripeRequirementAlternativeType[] | null);
902
- current_deadline: (Scalars['DateTime'] | null);
903
- currently_due: (Scalars['String'][] | null);
904
- disabled_reason: (Scalars['String'] | null);
905
- errors: (StripeErrorType[] | null);
906
- eventually_due: (Scalars['String'][] | null);
907
- past_due: (Scalars['String'][] | null);
908
- pending_verification: (Scalars['String'][] | null);
909
- __typename: 'StripeRequirementType';
910
- }
911
- export interface StripeFutureRequirementType {
912
- alternatives: (StripeFutureRequirementAlternativeType[] | null);
913
- current_deadline: (Scalars['DateTime'] | null);
914
- currently_due: (Scalars['String'][] | null);
915
- disabled_reason: (Scalars['String'] | null);
916
- errors: (StripeErrorType[] | null);
917
- eventually_due: (Scalars['String'][] | null);
918
- past_due: (Scalars['String'][] | null);
919
- pending_verification: (Scalars['String'][] | null);
920
- __typename: 'StripeFutureRequirementType';
921
- }
922
- export interface StripeAccount {
923
- id: Scalars['String'];
924
- object: Scalars['String'];
925
- business_type: (Scalars['String'] | null);
926
- country: Scalars['String'];
927
- email: (Scalars['String'] | null);
928
- capabilities: (StripeCapabilityType | null);
929
- requirements: (StripeRequirementType | null);
930
- future_requirements: (StripeFutureRequirementType | null);
931
- type: Scalars['String'];
932
- charges_enabled: Scalars['Boolean'];
933
- payouts_enabled: Scalars['Boolean'];
934
- created: (Scalars['DateTime'] | null);
935
- default_currency: (Scalars['String'] | null);
936
- __typename: 'StripeAccount';
937
- }
938
- export interface StripeAccountReference {
939
- _id: Scalars['String'];
940
- stripeAccountId: Scalars['String'];
941
- account: (StripeAccount | null);
942
- __typename: 'StripeAccountReference';
943
- }
944
- export interface HistoricalScoreType {
945
- _id: Scalars['String'];
946
- scoreType: Scalars['String'];
947
- score: Scalars['Float'];
948
- date: Scalars['DateTime'];
949
- athleteId: Scalars['String'];
950
- __typename: 'HistoricalScoreType';
951
- }
952
- export interface AthleteReference {
953
- _id: Scalars['String'];
954
- firstName: Scalars['String'];
955
- lastName: Scalars['String'];
956
- screenName: (Scalars['String'] | null);
957
- dob: (Scalars['DateTime'] | null);
958
- lgbt: (Scalars['Boolean'] | null);
959
- competitionGender: (Scalars['String'] | null);
960
- country: (Country | null);
961
- location: (WorldLocation | null);
962
- trainer: (Scalars['String'] | null);
963
- trainerUrl: (Scalars['String'] | null);
964
- followStats: (FollowStats | null);
965
- mainSport: Sport;
966
- mainSportLevel: SportLevel;
967
- scores: VtxScores;
968
- rankings: (AthleteRankings | null);
969
- totalUpcomingCompetitions: (Scalars['Float'] | null);
970
- totalPastCompetitions: (Scalars['Float'] | null);
971
- profilePicture: (AWSS3File | null);
972
- cardPicture: (AWSS3File | null);
973
- bannerPicture: (AWSS3File | null);
974
- aboutMe: (Scalars['String'] | null);
975
- preferences: AthletePreferences;
976
- __typename: 'AthleteReference';
977
- }
978
- export interface Athlete {
979
- _id: Scalars['String'];
980
- firstName: Scalars['String'];
981
- lastName: Scalars['String'];
982
- screenName: (Scalars['String'] | null);
983
- dob: (Scalars['DateTime'] | null);
984
- lgbt: (Scalars['Boolean'] | null);
985
- competitionGender: (Scalars['String'] | null);
986
- country: (Country | null);
987
- location: (WorldLocation | null);
988
- trainer: (Scalars['String'] | null);
989
- trainerUrl: (Scalars['String'] | null);
990
- followStats: (FollowStats | null);
991
- mainSport: Sport;
992
- mainSportLevel: SportLevel;
993
- scores: VtxScores;
994
- rankings: (AthleteRankings | null);
995
- totalUpcomingCompetitions: (Scalars['Float'] | null);
996
- totalPastCompetitions: (Scalars['Float'] | null);
997
- profilePicture: (AWSS3File | null);
998
- cardPicture: (AWSS3File | null);
999
- bannerPicture: (AWSS3File | null);
1000
- aboutMe: (Scalars['String'] | null);
1001
- preferences: AthletePreferences;
1002
- allSports: (Sport[] | null);
1003
- teams: (Team[] | null);
1004
- sponsorBrands: (Brand[] | null);
1005
- competitions: (AthleteCompetition[] | null);
1006
- affiliations: (AthleteMembership[] | null);
1007
- newsLinks: (NewsLink[] | null);
1008
- channels: (Channel[] | null);
1009
- currentCampaign: (FundRaisingCampaign | null);
1010
- fundingCampaigns: (FundRaisingCampaign[] | null);
1011
- stripeAccountReference: (StripeAccountReference | null);
1012
- albums: (Album[] | null);
1013
- historicalScores: (HistoricalScoreType[] | null);
1014
- signedAgreements: (SignedAgreement[] | null);
1015
- __typename: 'Athlete';
1016
- }
1017
- export interface CheckoutSession {
1018
- _id: Scalars['ID'];
1019
- type: (Scalars['String'] | null);
1020
- estimatedStripeComission: (Scalars['Float'] | null);
1021
- stripeSessionId: Scalars['String'];
1022
- stripeAccountId: Scalars['String'];
1023
- donationAmount: Scalars['Float'];
1024
- fromEmail: (Scalars['String'] | null);
1025
- confirmed: Scalars['Boolean'];
1026
- completed: Scalars['Boolean'];
1027
- completedDate: (Scalars['DateTime'] | null);
1028
- createdDate: Scalars['DateTime'];
1029
- __typename: 'CheckoutSession';
1030
- }
1031
- export interface FundingCheckoutSessionData {
1032
- _id: Scalars['ID'];
1033
- session: (CheckoutSession | null);
1034
- fromName: (Scalars['String'] | null);
1035
- paidToAthlete: (Scalars['Float'] | null);
1036
- paidToVtx: (Scalars['Float'] | null);
1037
- fundingCampaign: (FundRaisingCampaign | null);
1038
- mode: DonationMode;
1039
- athleteId: Scalars['String'];
1040
- athleteName: Scalars['String'];
1041
- fromPhone: (Scalars['String'] | null);
1042
- message: (Scalars['String'] | null);
1043
- __typename: 'FundingCheckoutSessionData';
1044
- }
1045
- export interface SponsorAthleteInvitation {
1046
- _id: Scalars['String'];
1047
- name: (Scalars['String'] | null);
1048
- email: Scalars['String'];
1049
- dateSent: Scalars['DateTime'];
1050
- sponsor: Sponsor;
1051
- magicLink: MagicLink;
1052
- brand: (Brand | null);
1053
- status: Scalars['String'];
1054
- __typename: 'SponsorAthleteInvitation';
1055
- }
1056
- export interface StravaToken {
1057
- token_type: Scalars['String'];
1058
- expires_at: Scalars['String'];
1059
- refresh_token: Scalars['String'];
1060
- access_token: Scalars['String'];
1061
- __typename: 'StravaToken';
1062
- }
1063
- export interface StripeSession {
1064
- account: Scalars['String'];
1065
- client_secret: Scalars['String'];
1066
- expires_at: Scalars['Float'];
1067
- livemode: Scalars['Boolean'];
1068
- __typename: 'StripeSession';
1069
- }
1070
- export interface StripeCheckoutSession {
1071
- client_secret: Scalars['String'];
1072
- expires_at: Scalars['Float'];
1073
- livemode: Scalars['Boolean'];
1074
- __typename: 'StripeCheckoutSession';
1075
- }
1076
- export interface StravaAthleteData {
1077
- id: Scalars['Float'];
1078
- username: (Scalars['String'] | null);
1079
- firstname: Scalars['String'];
1080
- lastname: Scalars['String'];
1081
- bio: (Scalars['String'] | null);
1082
- city: (Scalars['String'] | null);
1083
- state: (Scalars['String'] | null);
1084
- country: (Scalars['String'] | null);
1085
- sex: (Scalars['String'] | null);
1086
- premium: Scalars['Boolean'];
1087
- profile: (Scalars['String'] | null);
1088
- created_at: (Scalars['String'] | null);
1089
- updated_at: (Scalars['String'] | null);
1090
- weight: (Scalars['Float'] | null);
1091
- __typename: 'StravaAthleteData';
1092
- }
1093
- export interface InstagramCursors {
1094
- before: (Scalars['String'] | null);
1095
- after: (Scalars['String'] | null);
1096
- __typename: 'InstagramCursors';
1097
- }
1098
- export interface InstagramPaging {
1099
- cursors: (InstagramCursors | null);
1100
- next: (Scalars['String'] | null);
1101
- __typename: 'InstagramPaging';
1102
- }
1103
- export interface InstagramMetric {
1104
- name: Scalars['String'];
1105
- period: Scalars['String'];
1106
- values: Scalars['String'];
1107
- __typename: 'InstagramMetric';
1108
- }
1109
- export interface InstagramInsights {
1110
- data: (InstagramMetric[] | null);
1111
- __typename: 'InstagramInsights';
1112
- }
1113
- export interface InstagramMediaItem {
1114
- id: Scalars['String'];
1115
- caption: (Scalars['String'] | null);
1116
- media_type: Scalars['String'];
1117
- media_url: (Scalars['String'] | null);
1118
- permalink: Scalars['String'];
1119
- thumbnail_url: (Scalars['String'] | null);
1120
- timestamp: Scalars['String'];
1121
- username: Scalars['String'];
1122
- like_count: (Scalars['Float'] | null);
1123
- comments_count: (Scalars['Float'] | null);
1124
- insights: (InstagramInsights | null);
1125
- __typename: 'InstagramMediaItem';
1126
- }
1127
- export interface InstagramMediaData {
1128
- data: (InstagramMediaItem[] | null);
1129
- paging: (InstagramPaging | null);
1130
- __typename: 'InstagramMediaData';
1131
- }
1132
- export interface InstagramUserData {
1133
- user_id: Scalars['String'];
1134
- username: Scalars['String'];
1135
- name: (Scalars['String'] | null);
1136
- account_type: (Scalars['String'] | null);
1137
- followers_count: (Scalars['String'] | null);
1138
- media_count: (Scalars['Float'] | null);
1139
- __typename: 'InstagramUserData';
1140
- }
1141
- export interface AthleteIntegrationReference {
1142
- _id: Scalars['String'];
1143
- athlete: AthleteReference;
1144
- hasStravaIntegration: (Scalars['Boolean'] | null);
1145
- stravaTokenExpires: (Scalars['DateTime'] | null);
1146
- stravaAthleteData: (StravaAthleteData | null);
1147
- hasInstagramIntegration: (Scalars['Boolean'] | null);
1148
- instagramTokenExpires: (Scalars['DateTime'] | null);
1149
- instagramUserData: (InstagramUserData | null);
1150
- instagramMediaData: (InstagramMediaData | null);
1151
- __typename: 'AthleteIntegrationReference';
1152
- }
1153
- export interface Receipt {
1154
- receiptId: Scalars['String'];
1155
- campaignName: (Scalars['String'] | null);
1156
- athleteName: (Scalars['String'] | null);
1157
- donorName: Scalars['String'];
1158
- amount: Scalars['Float'];
1159
- currency: Scalars['String'];
1160
- dateIssued: Scalars['DateTime'];
1161
- confirmed: Scalars['Boolean'];
1162
- message: (Scalars['String'] | null);
1163
- __typename: 'Receipt';
1164
- }
1165
- export interface ReceiptUrl {
1166
- receiptId: Scalars['String'];
1167
- __typename: 'ReceiptUrl';
1168
- }
1169
- export interface ErrorType {
1170
- code: Scalars['Float'];
1171
- message: Scalars['String'];
1172
- __typename: 'ErrorType';
1173
- }
1174
- export interface DeleteValuesResponse {
1175
- deleted: Scalars['String'][];
1176
- failedToDelete: Scalars['String'][];
1177
- failureReason: ErrorType[];
1178
- result: Scalars['String'];
1179
- __typename: 'DeleteValuesResponse';
1180
- }
1181
- export interface BudgetItemReference {
1182
- _id: Scalars['String'];
1183
- concept: Scalars['String'];
1184
- quantity: Scalars['Float'];
1185
- itemCost: Scalars['Float'];
1186
- totalCost: Scalars['Float'];
1187
- __typename: 'BudgetItemReference';
1188
- }
1189
- export interface BudgetReference {
1190
- _id: Scalars['String'];
1191
- items: BudgetItemReference[];
1192
- totalAmount: Scalars['Float'];
1193
- __typename: 'BudgetReference';
1194
- }
1195
- export interface CompetitionBudgetReference {
1196
- competitionId: Scalars['String'];
1197
- eventName: Scalars['String'];
1198
- budget: BudgetReference;
1199
- __typename: 'CompetitionBudgetReference';
1200
- }
1201
- export interface BaseBudgetData {
1202
- id: Scalars['String'];
1203
- dateCreated: Scalars['String'];
1204
- type: Scalars['String'];
1205
- name: Scalars['String'];
1206
- budget: Scalars['Float'];
1207
- __typename: 'BaseBudgetData';
1208
- }
1209
- export interface CompetitionBudgetData {
1210
- id: Scalars['String'];
1211
- dateCreated: Scalars['String'];
1212
- type: Scalars['String'];
1213
- name: Scalars['String'];
1214
- budget: Scalars['Float'];
1215
- eventDate: Scalars['String'];
1216
- campaign: (Scalars['String'] | null);
1217
- items: BudgetItemReference[];
1218
- __typename: 'CompetitionBudgetData';
1219
- }
1220
- export interface CampaignBudgetData {
1221
- id: Scalars['String'];
1222
- dateCreated: Scalars['String'];
1223
- type: Scalars['String'];
1224
- name: Scalars['String'];
1225
- budget: Scalars['Float'];
1226
- endingDate: Scalars['String'];
1227
- competitions: (Scalars['Float'] | null);
1228
- fundsRequired: Scalars['Float'];
1229
- initialFundsObtained: Scalars['Float'];
1230
- status: FundingStatus;
1231
- budgetMode: FundingMode;
1232
- items: (BudgetItemReference[] | null);
1233
- competitionBudgets: (CompetitionBudgetReference[] | null);
1234
- __typename: 'CampaignBudgetData';
1235
- }
1236
- export type FundingStatus = 'CREATED' | 'ACTIVE' | 'PAUSED' | 'COMPLETED' | 'CANCELLED';
1237
- export type FundingMode = 'FIXED_AMOUNT' | 'SINGLE_BUDGET' | 'COMPETITION_BUDGETS';
1238
- export interface BudgetData {
1239
- competitions: CompetitionBudgetData[];
1240
- campaigns: CampaignBudgetData[];
1241
- __typename: 'BudgetData';
1242
- }
1243
- export interface EditValueResponse {
1244
- field: Scalars['String'];
1245
- oldValue: (Scalars['String'] | null);
1246
- newValue: (Scalars['String'] | null);
1247
- changed: Scalars['Boolean'];
1248
- __typename: 'EditValueResponse';
1249
- }
1250
- export interface DeleteSingleValueResponse {
1251
- idToDelete: Scalars['String'];
1252
- deleted: Scalars['Boolean'];
1253
- failureReason: (ErrorType | null);
1254
- __typename: 'DeleteSingleValueResponse';
1255
- }
1256
- export interface SortOrder {
1257
- sortField: Scalars['String'];
1258
- order: Scalars['String'];
1259
- __typename: 'SortOrder';
1260
- }
1261
- export interface CursorPaginationResponse {
1262
- sort: (SortOrder | null);
1263
- initialCursorId: (Scalars['String'] | null);
1264
- nextCursorId: (Scalars['String'] | null);
1265
- initialCursorValue: (Scalars['String'] | null);
1266
- nextCursorValue: (Scalars['String'] | null);
1267
- limit: Scalars['Float'];
1268
- retrieved: Scalars['Float'];
1269
- isLastPage: Scalars['Boolean'];
1270
- __typename: 'CursorPaginationResponse';
1271
- }
1272
- export interface AthleteQueryResponse {
1273
- athletes: Athlete[];
1274
- cursor: CursorPaginationResponse;
1275
- __typename: 'AthleteQueryResponse';
1276
- }
1277
- export interface EditPictureResponse {
1278
- field: Scalars['String'];
1279
- oldValue: (AWSS3File | null);
1280
- newValue: (AWSS3File | null);
1281
- changed: Scalars['Boolean'];
1282
- __typename: 'EditPictureResponse';
1283
- }
1284
- export interface AddValuesResponse {
1285
- added: Scalars['String'][];
1286
- failedToAdd: (Scalars['String'][] | null);
1287
- failureReason: (ErrorType[] | null);
1288
- result: Scalars['String'];
1289
- __typename: 'AddValuesResponse';
1290
- }
1291
- export interface ExistValueResponse {
1292
- exist: Scalars['Boolean'];
1293
- __typename: 'ExistValueResponse';
1294
- }
1295
- export interface StripeObject {
1296
- type: Scalars['String'];
1297
- json: Scalars['JSONObject'];
1298
- __typename: 'StripeObject';
1299
- }
1300
- export interface UserImages {
1301
- profilePictureUrl: (Scalars['String'] | null);
1302
- cardPictureUrl: (Scalars['String'] | null);
1303
- bannerPictureUrl: (Scalars['String'] | null);
1304
- __typename: 'UserImages';
1305
- }
1306
- export interface StripeTransfer {
1307
- _id: Scalars['ID'];
1308
- stripeId: (Scalars['String'] | null);
1309
- amount: Scalars['Float'];
1310
- amount_reversed: Scalars['Float'];
1311
- currency: Scalars['String'];
1312
- destination: (Scalars['String'] | null);
1313
- description: (Scalars['String'] | null);
1314
- reversed: Scalars['Boolean'];
1315
- livemode: Scalars['Boolean'];
1316
- transfer_group: (Scalars['String'] | null);
1317
- status: StripeTransferStatus;
1318
- lastError: (Scalars['String'] | null);
1319
- json: Scalars['String'];
1320
- __typename: 'StripeTransfer';
1321
- }
1322
- export type StripeTransferStatus = 'not_applicable' | 'pending' | 'failed' | 'completed';
1323
- export interface UserDomain {
1324
- _id: Scalars['String'];
1325
- user: (User | null);
1326
- __typename: 'UserDomain';
1327
- }
1328
- export type DonationMode = 'PUBLIC' | 'PRIVATE' | 'ANONYMOUS';
1329
- export interface Query {
1330
- findTenantById: Tenant;
1331
- findTenantByEmail: Tenant;
1332
- getTenants: Tenant[];
1333
- isTenantUriAvailable: UriAvailableType;
1334
- findUserById: User;
1335
- findUserByEmail: User;
1336
- validateUserCredentials: User;
1337
- getUploadUrl: AWSS3UploadUrl;
1338
- industries: Industry[];
1339
- findIndustryById: Industry;
1340
- brands: Brand[];
1341
- getBrandByName: Brand;
1342
- getBrandTranslation: BrandTranslation;
1343
- existsValidSponsorForEmail: Sponsor;
1344
- sponsors: Sponsor[];
1345
- findSponsorAthleteInvitation: SponsorAthleteInvitation;
1346
- getAthletes: Athlete[];
1347
- queryAthleteFundingCampaigns: AthleteQueryResponse;
1348
- searchAthletes: Athlete[];
1349
- findAthleteById: Athlete;
1350
- findAthleteForUser: Athlete;
1351
- getRecommendedAthletes: Athlete[];
1352
- getSponsorAthletesForTenant: Athlete[];
1353
- getAthleteCompetitions: AthleteCompetition[];
1354
- getAthleteMemberships: AthleteMembership[];
1355
- findAthletebyIdpublic: Athlete;
1356
- getAthleteAlbums: Album[];
1357
- getAndSetAlbumById: Album;
1358
- getAthleteAlbumId: Album;
1359
- queryAthleteWithFilter: AthleteQueryResponse;
1360
- getPublicAthleteAlbums: Album[];
1361
- screenNameAvailability: ExistValueResponse;
1362
- getAthleteHistoricalScores: HistoricalScoreType[];
1363
- getMyHistoricalScores: HistoricalScoreType[];
1364
- getAthleteCampaigns: FundRaisingCampaign[];
1365
- getSports: Sport[];
1366
- findSportById: Sport;
1367
- getSportLevels: SportLevel[];
1368
- getPublicSponsorships: Sponsorship[];
1369
- getTenantSponsorships: Sponsorship[];
1370
- getCountries: Country[];
1371
- getCountryStates: State[];
1372
- getStates: State[];
1373
- getStateCities: City[];
1374
- findCitiesStartingWith: City[];
1375
- findCityById: City;
1376
- findVtxUser: User;
1377
- validateUserCredentialsVtx: User;
1378
- getUserImagesFromEmail: UserImages;
1379
- getResetVerificationCode: VerificationCode;
1380
- verifyCode: CodeVerificationResponse;
1381
- getStravaLoginUrl: Scalars['String'];
1382
- getSportsEvents: SportsEvent[];
1383
- getBudgetsByAthlete: BudgetData;
1384
- getMembershipOrganizations: MembershipOrganizationReference[];
1385
- getAthleteStravaIntegration: AthleteIntegrationReference;
1386
- getAthleteInstagramIntegration: AthleteIntegrationReference;
1387
- getAthleteIntegrations: AthleteIntegrationReference;
1388
- stripeQuery: StripeObject;
1389
- getDatabaseTextFile: TextDatabaseFile;
1390
- getReceipt: Receipt;
1391
- getReceiptUrl: ReceiptUrl;
1392
- __typename: 'Query';
1393
- }
1394
- export interface Mutation {
1395
- registerNewDomainTenant: Tenant;
1396
- registerNewDomainTenantWithLogin: TenantWithUserLogin;
1397
- createUserAndLogin: UserWithToken;
1398
- loginUserFromEmail: UserToken;
1399
- loginUserFromCredentials: UserWithToken;
1400
- registerUserToDomainFromEmail: User;
1401
- refreshToken: UserToken;
1402
- deleteUploadedUseTypeFile: AWSS3CallResult;
1403
- deleteUploadedBucketFile: AWSS3CallResult;
1404
- deleteUploadedTypeKeyFile: AWSS3CallResult;
1405
- registerS3UploadedFile: AWSS3File;
1406
- createIndustry: Industry;
1407
- createBrand: Brand;
1408
- registerSponsor: Sponsor;
1409
- createSponsor: Sponsor;
1410
- sendAthleteInvitations: SponsorAthleteInvitation[];
1411
- registerAthlete: Athlete;
1412
- editProfileValue: EditValueResponse;
1413
- editPicture: EditPictureResponse;
1414
- AddAlbumPictures: AddValuesResponse;
1415
- addAthleteCompetition: AthleteCompetition;
1416
- deleteAthleteCompetition: DeleteSingleValueResponse;
1417
- createAthleteAlbum: Album;
1418
- editAlbum: Album;
1419
- deleteAthleteAlbum: DeleteSingleValueResponse;
1420
- deleteAthletePhotos: DeleteValuesResponse;
1421
- saveAthleteCompetitionResult: AthleteCompetitionResult;
1422
- updateAthleteScores: Athlete;
1423
- setCurrentCampaign: FundRaisingCampaign;
1424
- createSport: Sport;
1425
- updateSport: Sport;
1426
- createSportLevel: SportLevel;
1427
- createSponsorship: Sponsorship;
1428
- createCountry: Country;
1429
- createState: State;
1430
- createCity: City;
1431
- preRegisterAthleteUser: VerificationCode;
1432
- confirmAthleteUserRegistrationAndLogin: UserWithToken;
1433
- confirmAthleteUserRegistration: User;
1434
- registerAthleteUser: User;
1435
- registerSponsorUser: User;
1436
- loginUserFromCredentialsVtx: UserWithToken;
1437
- createResetPasswordCode: EditValueResponse;
1438
- resetUserPassword: EditValueResponse;
1439
- handleStravaCallback: StravaToken;
1440
- refreshStravaToken: StravaToken;
1441
- createSportsEvent: SportsEvent;
1442
- setFundingStatus: FundRaisingCampaign;
1443
- createFundingCampaign: FundRaisingCampaign;
1444
- updateFundingCampaign: FundRaisingCampaign;
1445
- deleteFundingCampaign: DeleteSingleValueResponse;
1446
- deleteFundingCampaigns: DeleteValuesResponse;
1447
- deleteCompetitionBudget: Scalars['Boolean'];
1448
- addCompetitionBudget: Scalars['Boolean'];
1449
- editCompetitionBudget: Scalars['Boolean'];
1450
- editCampaignBudget: Scalars['Boolean'];
1451
- createMembershipOrganization: MembershipOrganizationReference;
1452
- createAthleteMembershipAffilation: AthleteMembership;
1453
- deleteAthleteMembershipAffilation: DeleteSingleValueResponse;
1454
- updateAthleteIntegration: Scalars['Boolean'];
1455
- createStripeAccount: StripeAccountReference;
1456
- createAthleteStripeSession: StripeSession;
1457
- createStripeCheckoutSession: StripeCheckoutSession;
1458
- __typename: 'Mutation';
1459
- }
1460
- export interface UserGenqlSelection {
1461
- _id?: boolean | number;
1462
- loginEmail?: boolean | number;
1463
- suspended?: boolean | number;
1464
- domains?: DomainCredentialGenqlSelection;
1465
- loginMethods?: boolean | number;
1466
- __typename?: boolean | number;
1467
- __scalar?: boolean | number;
1468
- }
1469
- export interface UserWithTokenGenqlSelection {
1470
- _id?: boolean | number;
1471
- loginEmail?: boolean | number;
1472
- suspended?: boolean | number;
1473
- domains?: DomainCredentialGenqlSelection;
1474
- loginMethods?: boolean | number;
1475
- token?: UserTokenGenqlSelection;
1476
- __typename?: boolean | number;
1477
- __scalar?: boolean | number;
1478
- }
1479
- export interface BaseTenantGenqlSelection {
1480
- _id?: boolean | number;
1481
- name?: boolean | number;
1482
- tenant_uri?: boolean | number;
1483
- domain?: DomainGenqlSelection;
1484
- __typename?: boolean | number;
1485
- __scalar?: boolean | number;
1486
- }
1487
- export interface TenantGenqlSelection {
1488
- _id?: boolean | number;
1489
- name?: boolean | number;
1490
- tenant_uri?: boolean | number;
1491
- domain?: DomainGenqlSelection;
1492
- email?: boolean | number;
1493
- owner?: UserGenqlSelection;
1494
- __typename?: boolean | number;
1495
- __scalar?: boolean | number;
1496
- }
1497
- export interface DomainGenqlSelection {
1498
- _id?: boolean | number;
1499
- name?: boolean | number;
1500
- description?: boolean | number;
1501
- __typename?: boolean | number;
1502
- __scalar?: boolean | number;
1503
- }
1504
- export interface DomainCredentialGenqlSelection {
1505
- _id?: boolean | number;
1506
- name?: boolean | number;
1507
- description?: boolean | number;
1508
- tenant?: BaseTenantGenqlSelection;
1509
- __typename?: boolean | number;
1510
- __scalar?: boolean | number;
1511
- }
1512
- export interface UserTokenGenqlSelection {
1513
- actualToken?: boolean | number;
1514
- refreshToken?: boolean | number;
1515
- __typename?: boolean | number;
1516
- __scalar?: boolean | number;
1517
- }
1518
- export interface DecodedTokenGenqlSelection {
1519
- tokenId?: boolean | number;
1520
- systemId?: boolean | number;
1521
- userId?: boolean | number;
1522
- email?: boolean | number;
1523
- refreshTokenId?: boolean | number;
1524
- domains?: DomainCredentialGenqlSelection;
1525
- __typename?: boolean | number;
1526
- __scalar?: boolean | number;
1527
- }
1528
- export interface DecodedRefreshTokenGenqlSelection {
1529
- userId?: boolean | number;
1530
- email?: boolean | number;
1531
- originalTokenId?: boolean | number;
1532
- __typename?: boolean | number;
1533
- __scalar?: boolean | number;
1534
- }
1535
- export interface TenantWithUserLoginGenqlSelection {
1536
- _id?: boolean | number;
1537
- name?: boolean | number;
1538
- tenant_uri?: boolean | number;
1539
- domain?: DomainGenqlSelection;
1540
- email?: boolean | number;
1541
- owner?: UserGenqlSelection;
1542
- user?: UserWithTokenGenqlSelection;
1543
- __typename?: boolean | number;
1544
- __scalar?: boolean | number;
1545
- }
1546
- export interface UriAvailableTypeGenqlSelection {
1547
- available?: boolean | number;
1548
- valid?: boolean | number;
1549
- __typename?: boolean | number;
1550
- __scalar?: boolean | number;
1551
- }
1552
- export interface AgreementGenqlSelection {
1553
- _id?: boolean | number;
1554
- kind?: boolean | number;
1555
- domain?: boolean | number;
1556
- isActiveAgreement?: boolean | number;
1557
- encoding?: boolean | number;
1558
- version?: boolean | number;
1559
- publishedDate?: boolean | number;
1560
- unPublishedDate?: boolean | number;
1561
- locked?: boolean | number;
1562
- name?: boolean | number;
1563
- description?: boolean | number;
1564
- content?: boolean | number;
1565
- httpContentType?: boolean | number;
1566
- createdDate?: boolean | number;
1567
- updatedDate?: boolean | number;
1568
- __typename?: boolean | number;
1569
- __scalar?: boolean | number;
1570
- }
1571
- export interface SignedAgreementGenqlSelection {
1572
- _id?: boolean | number;
1573
- agreement?: AgreementGenqlSelection;
1574
- createdDate?: boolean | number;
1575
- signerReference?: boolean | number;
1576
- json?: boolean | number;
1577
- signedDate?: boolean | number;
1578
- ipAddress?: boolean | number;
1579
- userAgent?: boolean | number;
1580
- signedFromLocation?: boolean | number;
1581
- comments?: boolean | number;
1582
- updatedDate?: boolean | number;
1583
- __typename?: boolean | number;
1584
- __scalar?: boolean | number;
1585
- }
1586
- export interface BillEntityGenqlSelection {
1587
- name?: boolean | number;
1588
- taxId?: boolean | number;
1589
- line1?: boolean | number;
1590
- line2?: boolean | number;
1591
- line3?: boolean | number;
1592
- city?: boolean | number;
1593
- state?: boolean | number;
1594
- country?: boolean | number;
1595
- zip?: boolean | number;
1596
- __typename?: boolean | number;
1597
- __scalar?: boolean | number;
1598
- }
1599
- export interface InvoiceItemGenqlSelection {
1600
- _id?: boolean | number;
1601
- unitPrice?: boolean | number;
1602
- unitTax?: boolean | number;
1603
- quantity?: boolean | number;
1604
- unit?: boolean | number;
1605
- itemPrice?: boolean | number;
1606
- itemTotal?: boolean | number;
1607
- __typename?: boolean | number;
1608
- __scalar?: boolean | number;
1609
- }
1610
- export interface PaymentGenqlSelection {
1611
- _id?: boolean | number;
1612
- amount?: boolean | number;
1613
- currency?: boolean | number;
1614
- datePaid?: boolean | number;
1615
- paymentComment?: boolean | number;
1616
- transactionId?: boolean | number;
1617
- processorType?: boolean | number;
1618
- processorReference?: boolean | number;
1619
- paidItemReference?: boolean | number;
1620
- payeeReference?: boolean | number;
1621
- payorReference?: boolean | number;
1622
- paymentMethodType?: boolean | number;
1623
- paymentMethodReference?: boolean | number;
1624
- __typename?: boolean | number;
1625
- __scalar?: boolean | number;
1626
- }
1627
- export interface PlaFeatureGenqlSelection {
1628
- _id?: boolean | number;
1629
- title?: boolean | number;
1630
- description?: boolean | number;
1631
- quantity?: boolean | number;
1632
- quantityUnit?: boolean | number;
1633
- __typename?: boolean | number;
1634
- __scalar?: boolean | number;
1635
- }
1636
- export interface PlanGenqlSelection {
1637
- _id?: boolean | number;
1638
- name?: boolean | number;
1639
- description?: boolean | number;
1640
- prices?: PlanPriceGenqlSelection;
1641
- features?: PlaFeatureGenqlSelection;
1642
- isPublic?: boolean | number;
1643
- active?: boolean | number;
1644
- startOfferingDate?: boolean | number;
1645
- endOfferingDate?: boolean | number;
1646
- termsAndConditions?: boolean | number;
1647
- __typename?: boolean | number;
1648
- __scalar?: boolean | number;
1649
- }
1650
- export interface PlanPriceGenqlSelection {
1651
- _id?: boolean | number;
1652
- currency?: boolean | number;
1653
- price?: boolean | number;
1654
- taxMode?: boolean | number;
1655
- period?: boolean | number;
1656
- customDays?: boolean | number;
1657
- plan?: PlanGenqlSelection;
1658
- __typename?: boolean | number;
1659
- __scalar?: boolean | number;
1660
- }
1661
- export interface InvoiceGenqlSelection {
1662
- _id?: boolean | number;
1663
- invoiceDate?: boolean | number;
1664
- billedEntity?: BillEntityGenqlSelection;
1665
- dueDate?: boolean | number;
1666
- billAmount?: boolean | number;
1667
- tax?: boolean | number;
1668
- total?: boolean | number;
1669
- currency?: boolean | number;
1670
- items?: InvoiceItemGenqlSelection;
1671
- payments?: PaymentGenqlSelection;
1672
- __typename?: boolean | number;
1673
- __scalar?: boolean | number;
1674
- }
1675
- export interface SubscriptionInvoiceGenqlSelection {
1676
- _id?: boolean | number;
1677
- invoice?: InvoiceGenqlSelection;
1678
- billedPlan?: PlanPriceGenqlSelection;
1679
- subscriber?: PlanSubscriptionGenqlSelection;
1680
- __typename?: boolean | number;
1681
- __scalar?: boolean | number;
1682
- }
1683
- export interface PlanSubscriptionGenqlSelection {
1684
- _id?: boolean | number;
1685
- currentPlan?: PlanPriceGenqlSelection;
1686
- billPrice?: boolean | number;
1687
- billCurrency?: boolean | number;
1688
- billPriceComment?: boolean | number;
1689
- lastBillDate?: boolean | number;
1690
- endAccessDate?: boolean | number;
1691
- autoRenew?: boolean | number;
1692
- autoRenewPlan?: PlanPriceGenqlSelection;
1693
- autoRenewDate?: boolean | number;
1694
- payments?: SubscriptionPaymentGenqlSelection;
1695
- invoices?: SubscriptionInvoiceGenqlSelection;
1696
- __typename?: boolean | number;
1697
- __scalar?: boolean | number;
1698
- }
1699
- export interface SubscriptionPaymentGenqlSelection {
1700
- _id?: boolean | number;
1701
- payment?: PaymentGenqlSelection;
1702
- subscriber?: PlanSubscriptionGenqlSelection;
1703
- __typename?: boolean | number;
1704
- __scalar?: boolean | number;
1705
- }
1706
- export interface AWSS3FileGenqlSelection {
1707
- _id?: boolean | number;
1708
- name?: boolean | number;
1709
- contentType?: boolean | number;
1710
- size?: boolean | number;
1711
- useType?: boolean | number;
1712
- url?: boolean | number;
1713
- key?: boolean | number;
1714
- pendingDelete?: boolean | number;
1715
- __typename?: boolean | number;
1716
- __scalar?: boolean | number;
1717
- }
1718
- export interface MagicLinkGenqlSelection {
1719
- _id?: boolean | number;
1720
- code?: boolean | number;
1721
- type?: boolean | number;
1722
- url?: boolean | number;
1723
- expires?: boolean | number;
1724
- data?: boolean | number;
1725
- isExpired?: boolean | number;
1726
- __typename?: boolean | number;
1727
- __scalar?: boolean | number;
1728
- }
1729
- export interface VerificationCodeGenqlSelection {
1730
- _id?: boolean | number;
1731
- type?: boolean | number;
1732
- recipient?: boolean | number;
1733
- expires?: boolean | number;
1734
- data?: boolean | number;
1735
- isExpired?: boolean | number;
1736
- createdDate?: boolean | number;
1737
- __typename?: boolean | number;
1738
- __scalar?: boolean | number;
1739
- }
1740
- export interface ErrorInfoGenqlSelection {
1741
- errorCode?: boolean | number;
1742
- errorMessage?: boolean | number;
1743
- __typename?: boolean | number;
1744
- __scalar?: boolean | number;
1745
- }
1746
- export interface HttpRequestFieldGenqlSelection {
1747
- key?: boolean | number;
1748
- value?: boolean | number;
1749
- __typename?: boolean | number;
1750
- __scalar?: boolean | number;
1751
- }
1752
- export interface AWSS3UploadUrlGenqlSelection {
1753
- uploadUrl?: boolean | number;
1754
- fields?: HttpRequestFieldGenqlSelection;
1755
- downloadUrl?: boolean | number;
1756
- bucket?: boolean | number;
1757
- key?: boolean | number;
1758
- __typename?: boolean | number;
1759
- __scalar?: boolean | number;
1760
- }
1761
- export interface AWSS3CallResultGenqlSelection {
1762
- httpStatus?: boolean | number;
1763
- result?: boolean | number;
1764
- message?: boolean | number;
1765
- errors?: boolean | number;
1766
- __typename?: boolean | number;
1767
- __scalar?: boolean | number;
1768
- }
1769
- export interface DatabaseFileGenqlSelection {
1770
- _id?: boolean | number;
1771
- identifier?: boolean | number;
1772
- version?: boolean | number;
1773
- contentType?: boolean | number;
1774
- updated?: boolean | number;
1775
- created?: boolean | number;
1776
- __typename?: boolean | number;
1777
- __scalar?: boolean | number;
1778
- }
1779
- export interface TextDatabaseFileGenqlSelection {
1780
- _id?: boolean | number;
1781
- identifier?: boolean | number;
1782
- version?: boolean | number;
1783
- contentType?: boolean | number;
1784
- updated?: boolean | number;
1785
- created?: boolean | number;
1786
- content?: boolean | number;
1787
- __typename?: boolean | number;
1788
- __scalar?: boolean | number;
1789
- }
1790
- export interface CodeVerificationResponseGenqlSelection {
1791
- result?: boolean | number;
1792
- code?: VerificationCodeGenqlSelection;
1793
- error?: ErrorInfoGenqlSelection;
1794
- __typename?: boolean | number;
1795
- __scalar?: boolean | number;
1796
- }
1797
- export interface BrandStatsGenqlSelection {
1798
- campaigns?: boolean | number;
1799
- sponsorships?: boolean | number;
1800
- sports?: boolean | number;
1801
- athletes?: boolean | number;
1802
- __typename?: boolean | number;
1803
- __scalar?: boolean | number;
1804
- }
1805
- export interface BrandTranslationGenqlSelection {
1806
- _id?: boolean | number;
1807
- brandId?: boolean | number;
1808
- language?: boolean | number;
1809
- name?: boolean | number;
1810
- slogan?: boolean | number;
1811
- description?: boolean | number;
1812
- logo?: AWSS3FileGenqlSelection;
1813
- banner?: AWSS3FileGenqlSelection;
1814
- __typename?: boolean | number;
1815
- __scalar?: boolean | number;
1816
- }
1817
- export interface BrandGenqlSelection {
1818
- _id?: boolean | number;
1819
- name?: boolean | number;
1820
- slogan?: boolean | number;
1821
- website?: boolean | number;
1822
- description?: boolean | number;
1823
- approved?: boolean | number;
1824
- published?: boolean | number;
1825
- logo?: AWSS3FileGenqlSelection;
1826
- banner?: AWSS3FileGenqlSelection;
1827
- stats?: BrandStatsGenqlSelection;
1828
- operatorIds?: boolean | number;
1829
- translations?: BrandTranslationGenqlSelection;
1830
- __typename?: boolean | number;
1831
- __scalar?: boolean | number;
1832
- }
1833
- export interface StravaTpiRideDtoGenqlSelection {
1834
- distanceKm?: boolean | number;
1835
- distanceKmLast?: boolean | number;
1836
- elapsedTimeMin?: boolean | number;
1837
- elapsedTimeMinLast?: boolean | number;
1838
- averageSpeedKmh?: boolean | number;
1839
- averageSpeedKmhLast?: boolean | number;
1840
- maxSpeedKmh?: boolean | number;
1841
- maxSpeedKmhLast?: boolean | number;
1842
- averageHeartRateBpm?: boolean | number;
1843
- averageHeartRateBpmLast?: boolean | number;
1844
- maxHeartRateBpm?: boolean | number;
1845
- maxHeartRateBpmLast?: boolean | number;
1846
- averageCadenceStm?: boolean | number;
1847
- averageCadenceStmLast?: boolean | number;
1848
- lastDate?: boolean | number;
1849
- country?: boolean | number;
1850
- state?: boolean | number;
1851
- city?: boolean | number;
1852
- tpi?: boolean | number;
1853
- __typename?: boolean | number;
1854
- __scalar?: boolean | number;
1855
- }
1856
- export interface StravaTpiRunDtoGenqlSelection {
1857
- distanceKm?: boolean | number;
1858
- distanceKmLast?: boolean | number;
1859
- elapsedTimeMin?: boolean | number;
1860
- elapsedTimeMinLast?: boolean | number;
1861
- averageSpeedKmh?: boolean | number;
1862
- averageSpeedKmhLast?: boolean | number;
1863
- maxSpeedKmh?: boolean | number;
1864
- maxSpeedKmhLast?: boolean | number;
1865
- averageHeartRateBpm?: boolean | number;
1866
- averageHeartRateBpmLast?: boolean | number;
1867
- maxHeartRateBpm?: boolean | number;
1868
- maxHeartRateBpmLast?: boolean | number;
1869
- averageCadenceStm?: boolean | number;
1870
- averageCadenceStmLast?: boolean | number;
1871
- elevHigh?: boolean | number;
1872
- elevHighLast?: boolean | number;
1873
- elevLow?: boolean | number;
1874
- elevLowLast?: boolean | number;
1875
- lastDate?: boolean | number;
1876
- country?: boolean | number;
1877
- state?: boolean | number;
1878
- city?: boolean | number;
1879
- tpi?: boolean | number;
1880
- __typename?: boolean | number;
1881
- __scalar?: boolean | number;
1882
- }
1883
- export interface StravaTpiSwimDtoGenqlSelection {
1884
- distanceKm?: boolean | number;
1885
- distanceKmLast?: boolean | number;
1886
- elapsedTimeMin?: boolean | number;
1887
- elapsedTimeMinLast?: boolean | number;
1888
- averageSpeedKmh?: boolean | number;
1889
- averageSpeedKmhLast?: boolean | number;
1890
- maxSpeedKmh?: boolean | number;
1891
- maxSpeedKmhLast?: boolean | number;
1892
- averageHeartRateBpm?: boolean | number;
1893
- averageHeartRateBpmLast?: boolean | number;
1894
- maxHeartRateBpm?: boolean | number;
1895
- maxHeartRateBpmLast?: boolean | number;
1896
- averageCadenceStm?: boolean | number;
1897
- averageCadenceStmLast?: boolean | number;
1898
- lastDate?: boolean | number;
1899
- country?: boolean | number;
1900
- state?: boolean | number;
1901
- city?: boolean | number;
1902
- tpi?: boolean | number;
1903
- __typename?: boolean | number;
1904
- __scalar?: boolean | number;
1905
- }
1906
- export interface CityGenqlSelection {
1907
- _id?: boolean | number;
1908
- name?: boolean | number;
1909
- localizedName?: boolean | number;
1910
- state?: StateGenqlSelection;
1911
- latitude?: boolean | number;
1912
- longitude?: boolean | number;
1913
- timezone?: boolean | number;
1914
- __typename?: boolean | number;
1915
- __scalar?: boolean | number;
1916
- }
1917
- export interface StateGenqlSelection {
1918
- _id?: boolean | number;
1919
- name?: boolean | number;
1920
- country?: CountryGenqlSelection;
1921
- cities?: CityGenqlSelection;
1922
- __typename?: boolean | number;
1923
- __scalar?: boolean | number;
1924
- }
1925
- export interface CountryGenqlSelection {
1926
- _id?: boolean | number;
1927
- name?: boolean | number;
1928
- states?: StateGenqlSelection;
1929
- __typename?: boolean | number;
1930
- __scalar?: boolean | number;
1931
- }
1932
- export interface AgeQualificationGenqlSelection {
1933
- type?: boolean | number;
1934
- value?: boolean | number;
1935
- operator?: boolean | number;
1936
- __typename?: boolean | number;
1937
- __scalar?: boolean | number;
1938
- }
1939
- export interface GenderQualificationGenqlSelection {
1940
- type?: boolean | number;
1941
- operator?: boolean | number;
1942
- values?: boolean | number;
1943
- __typename?: boolean | number;
1944
- __scalar?: boolean | number;
1945
- }
1946
- export interface ScoreQualificationGenqlSelection {
1947
- type?: boolean | number;
1948
- scoreType?: boolean | number;
1949
- operator?: boolean | number;
1950
- value?: boolean | number;
1951
- __typename?: boolean | number;
1952
- __scalar?: boolean | number;
1953
- }
1954
- export interface LocationQualificationGenqlSelection {
1955
- type?: boolean | number;
1956
- operator?: boolean | number;
1957
- countries?: CountryGenqlSelection;
1958
- states?: StateGenqlSelection;
1959
- cities?: CityGenqlSelection;
1960
- __typename?: boolean | number;
1961
- __scalar?: boolean | number;
1962
- }
1963
- export interface NationalityQualificationGenqlSelection {
1964
- type?: boolean | number;
1965
- operator?: boolean | number;
1966
- countries?: CountryGenqlSelection;
1967
- __typename?: boolean | number;
1968
- __scalar?: boolean | number;
1969
- }
1970
- export interface DistanceQualificationGenqlSelection {
1971
- type?: boolean | number;
1972
- maxDistance?: boolean | number;
1973
- latitude?: boolean | number;
1974
- longitude?: boolean | number;
1975
- cityId?: boolean | number;
1976
- __typename?: boolean | number;
1977
- __scalar?: boolean | number;
1978
- }
1979
- export interface SportsQualificationGenqlSelection {
1980
- type?: boolean | number;
1981
- sports?: boolean | number;
1982
- operator?: boolean | number;
1983
- __typename?: boolean | number;
1984
- __scalar?: boolean | number;
1985
- }
1986
- export interface SportsLevelQualificationGenqlSelection {
1987
- type?: boolean | number;
1988
- operator?: boolean | number;
1989
- level?: boolean | number;
1990
- __typename?: boolean | number;
1991
- __scalar?: boolean | number;
1992
- }
1993
- export interface AthleteCriteriaGenqlSelection {
1994
- _id?: boolean | number;
1995
- label?: boolean | number;
1996
- qualifications?: QualificationTypeUnionGenqlSelection;
1997
- __typename?: boolean | number;
1998
- __scalar?: boolean | number;
1999
- }
2000
- export interface QualificationTypeUnionGenqlSelection {
2001
- on_AgeQualification?: AgeQualificationGenqlSelection;
2002
- on_GenderQualification?: GenderQualificationGenqlSelection;
2003
- on_ScoreQualification?: ScoreQualificationGenqlSelection;
2004
- on_LocationQualification?: LocationQualificationGenqlSelection;
2005
- on_NationalityQualification?: NationalityQualificationGenqlSelection;
2006
- on_DistanceQualification?: DistanceQualificationGenqlSelection;
2007
- on_SportsQualification?: SportsQualificationGenqlSelection;
2008
- on_SportsLevelQualification?: SportsLevelQualificationGenqlSelection;
2009
- __typename?: boolean | number;
2010
- }
2011
- export interface IndustryGenqlSelection {
2012
- _id?: boolean | number;
2013
- name?: boolean | number;
2014
- __typename?: boolean | number;
2015
- __scalar?: boolean | number;
2016
- }
2017
- export interface SponsorStatsGenqlSelection {
2018
- sponsoredAthletes?: boolean | number;
2019
- totalBrands?: boolean | number;
2020
- activeCampaigns?: boolean | number;
2021
- activeSponsorships?: boolean | number;
2022
- __typename?: boolean | number;
2023
- __scalar?: boolean | number;
2024
- }
2025
- export interface SponsorBrandGenqlSelection {
2026
- _id?: boolean | number;
2027
- name?: boolean | number;
2028
- slogan?: boolean | number;
2029
- website?: boolean | number;
2030
- description?: boolean | number;
2031
- approved?: boolean | number;
2032
- published?: boolean | number;
2033
- logo?: AWSS3FileGenqlSelection;
2034
- banner?: AWSS3FileGenqlSelection;
2035
- stats?: BrandStatsGenqlSelection;
2036
- operatorIds?: boolean | number;
2037
- translations?: BrandTranslationGenqlSelection;
2038
- sponsorBrandId?: boolean | number;
2039
- authorizedUse?: boolean | number;
2040
- isAuthorizer?: boolean | number;
2041
- __typename?: boolean | number;
2042
- __scalar?: boolean | number;
2043
- }
2044
- export interface SponsorGenqlSelection {
2045
- _id?: boolean | number;
2046
- name?: boolean | number;
2047
- description?: boolean | number;
2048
- tenant?: TenantGenqlSelection;
2049
- industry?: IndustryGenqlSelection;
2050
- stats?: SponsorStatsGenqlSelection;
2051
- brands?: SponsorBrandGenqlSelection;
2052
- sponsorships?: SponsorshipGenqlSelection;
2053
- approved?: boolean | number;
2054
- __typename?: boolean | number;
2055
- __scalar?: boolean | number;
2056
- }
2057
- export interface SponsorshipItemGenqlSelection {
2058
- _id?: boolean | number;
2059
- quantity?: boolean | number;
2060
- title?: boolean | number;
2061
- value?: boolean | number;
2062
- type?: boolean | number;
2063
- __typename?: boolean | number;
2064
- __scalar?: boolean | number;
2065
- }
2066
- export interface SponsorshipCommitmentGenqlSelection {
2067
- _id?: boolean | number;
2068
- title?: boolean | number;
2069
- details?: boolean | number;
2070
- hashTags?: boolean | number;
2071
- media?: boolean | number;
2072
- actionType?: boolean | number;
2073
- frequency?: boolean | number;
2074
- periodicity?: boolean | number;
2075
- autoMeasurable?: boolean | number;
2076
- __typename?: boolean | number;
2077
- __scalar?: boolean | number;
2078
- }
2079
- export interface DurationGenqlSelection {
2080
- length?: boolean | number;
2081
- unit?: boolean | number;
2082
- __typename?: boolean | number;
2083
- __scalar?: boolean | number;
2084
- }
2085
- export interface SponsorshipStatsGenqlSelection {
2086
- totalSponsorships?: boolean | number;
2087
- totalApplications?: boolean | number;
2088
- newApplications?: boolean | number;
2089
- discardedApplications?: boolean | number;
2090
- selectedApplications?: boolean | number;
2091
- approvedApplications?: boolean | number;
2092
- grantedSponsorships?: boolean | number;
2093
- remainingSponsorships?: boolean | number;
2094
- __typename?: boolean | number;
2095
- __scalar?: boolean | number;
2096
- }
2097
- export interface SponsorshipTranslationGenqlSelection {
2098
- _id?: boolean | number;
2099
- sponsorshipId?: boolean | number;
2100
- language?: boolean | number;
2101
- title?: boolean | number;
2102
- description?: boolean | number;
2103
- terms?: boolean | number;
2104
- banner?: AWSS3FileGenqlSelection;
2105
- __typename?: boolean | number;
2106
- __scalar?: boolean | number;
2107
- }
2108
- export interface SponsorshipGenqlSelection {
2109
- _id?: boolean | number;
2110
- title?: boolean | number;
2111
- description?: boolean | number;
2112
- cashValue?: boolean | number;
2113
- otherValue?: boolean | number;
2114
- brand?: BrandGenqlSelection;
2115
- banner?: AWSS3FileGenqlSelection;
2116
- criteria?: AthleteCriteriaGenqlSelection;
2117
- deadline?: boolean | number;
2118
- startDate?: boolean | number;
2119
- duration?: DurationGenqlSelection;
2120
- sponsor?: SponsorGenqlSelection;
2121
- sponsorshipItems?: SponsorshipItemGenqlSelection;
2122
- commitments?: SponsorshipCommitmentGenqlSelection;
2123
- terms?: boolean | number;
2124
- stats?: SponsorshipStatsGenqlSelection;
2125
- isPrivate?: boolean | number;
2126
- approved?: boolean | number;
2127
- published?: boolean | number;
2128
- translations?: SponsorshipTranslationGenqlSelection;
2129
- __typename?: boolean | number;
2130
- __scalar?: boolean | number;
2131
- }
2132
- export interface FollowStatsGenqlSelection {
2133
- followers?: boolean | number;
2134
- followed?: boolean | number;
2135
- raves?: boolean | number;
2136
- favorites?: boolean | number;
2137
- __typename?: boolean | number;
2138
- __scalar?: boolean | number;
2139
- }
2140
- export interface SportGenqlSelection {
2141
- _id?: boolean | number;
2142
- name?: boolean | number;
2143
- resultType?: boolean | number;
2144
- __typename?: boolean | number;
2145
- __scalar?: boolean | number;
2146
- }
2147
- export interface VtxScoresGenqlSelection {
2148
- vtxScore?: boolean | number;
2149
- socialScore?: boolean | number;
2150
- trainingScore?: boolean | number;
2151
- competitionScore?: boolean | number;
2152
- __typename?: boolean | number;
2153
- __scalar?: boolean | number;
2154
- }
2155
- export interface SportLevelTranslationGenqlSelection {
2156
- _id?: boolean | number;
2157
- language?: boolean | number;
2158
- label?: boolean | number;
2159
- __typename?: boolean | number;
2160
- __scalar?: boolean | number;
2161
- }
2162
- export interface SportLevelGenqlSelection {
2163
- _id?: boolean | number;
2164
- label?: boolean | number;
2165
- index?: boolean | number;
2166
- translations?: SportLevelTranslationGenqlSelection;
2167
- __typename?: boolean | number;
2168
- __scalar?: boolean | number;
2169
- }
2170
- export interface RankingGenqlSelection {
2171
- scope?: boolean | number;
2172
- scopeId?: boolean | number;
2173
- scopeName?: boolean | number;
2174
- position?: boolean | number;
2175
- total?: boolean | number;
2176
- __typename?: boolean | number;
2177
- __scalar?: boolean | number;
2178
- }
2179
- export interface AthleteRankingsGenqlSelection {
2180
- worldRanking?: RankingGenqlSelection;
2181
- countryRanking?: RankingGenqlSelection;
2182
- stateRanking?: RankingGenqlSelection;
2183
- cityRanking?: RankingGenqlSelection;
2184
- __typename?: boolean | number;
2185
- __scalar?: boolean | number;
2186
- }
2187
- export interface TeamGenqlSelection {
2188
- _id?: boolean | number;
2189
- name?: boolean | number;
2190
- description?: boolean | number;
2191
- sports?: SportGenqlSelection;
2192
- approved?: boolean | number;
2193
- logo?: AWSS3FileGenqlSelection;
2194
- banner?: AWSS3FileGenqlSelection;
2195
- __typename?: boolean | number;
2196
- __scalar?: boolean | number;
2197
- }
2198
- export interface WorldLocationGenqlSelection {
2199
- _id?: boolean | number;
2200
- userProvidedLatitude?: boolean | number;
2201
- userProvidedLongitude?: boolean | number;
2202
- cityNameGeocode?: boolean | number;
2203
- stateNameGeocode?: boolean | number;
2204
- countryIso2CodeGeocode?: boolean | number;
2205
- timeZoneGeocode?: boolean | number;
2206
- latitudeGeocode?: boolean | number;
2207
- longitudeGeocode?: boolean | number;
2208
- city?: CityGenqlSelection;
2209
- __typename?: boolean | number;
2210
- __scalar?: boolean | number;
2211
- }
2212
- export interface SportsEventGenqlSelection {
2213
- _id?: boolean | number;
2214
- name?: boolean | number;
2215
- mainSport?: SportGenqlSelection;
2216
- eventWebSite?: boolean | number;
2217
- startDate?: boolean | number;
2218
- endDate?: boolean | number;
2219
- verified?: boolean | number;
2220
- banner?: AWSS3FileGenqlSelection;
2221
- location?: WorldLocationGenqlSelection;
2222
- eventLevel?: boolean | number;
2223
- __typename?: boolean | number;
2224
- __scalar?: boolean | number;
2225
- }
2226
- export interface AthleteCompetitionResultGenqlSelection {
2227
- _id?: boolean | number;
2228
- resultType?: boolean | number;
2229
- position?: boolean | number;
2230
- totalParticipants?: boolean | number;
2231
- score?: boolean | number;
2232
- finishTimeMS?: boolean | number;
2233
- resultWebLink?: boolean | number;
2234
- outcome?: boolean | number;
2235
- adversary?: boolean | number;
2236
- genderPosition?: boolean | number;
2237
- genderParticipants?: boolean | number;
2238
- categoryPosition?: boolean | number;
2239
- categoryParticipants?: boolean | number;
2240
- categoryName?: boolean | number;
2241
- __typename?: boolean | number;
2242
- __scalar?: boolean | number;
2243
- }
2244
- export interface BudgetItemGenqlSelection {
2245
- _id?: boolean | number;
2246
- quantity?: boolean | number;
2247
- concept?: boolean | number;
2248
- itemCost?: boolean | number;
2249
- __typename?: boolean | number;
2250
- __scalar?: boolean | number;
2251
- }
2252
- export interface BudgetGenqlSelection {
2253
- _id?: boolean | number;
2254
- initialFunds?: boolean | number;
2255
- totalRequired?: boolean | number;
2256
- items?: BudgetItemGenqlSelection;
2257
- __typename?: boolean | number;
2258
- __scalar?: boolean | number;
2259
- }
2260
- export interface PhotoAlbumGenqlSelection {
2261
- _id?: boolean | number;
2262
- photo?: AWSS3FileGenqlSelection;
2263
- __typename?: boolean | number;
2264
- __scalar?: boolean | number;
2265
- }
2266
- export interface AlbumGenqlSelection {
2267
- _id?: boolean | number;
2268
- label?: boolean | number;
2269
- description?: boolean | number;
2270
- photos?: PhotoAlbumGenqlSelection;
2271
- displayIndex?: boolean | number;
2272
- competitionId?: boolean | number;
2273
- __typename?: boolean | number;
2274
- __scalar?: boolean | number;
2275
- }
2276
- export interface AthleteCompetitionGenqlSelection {
2277
- _id?: boolean | number;
2278
- event?: SportsEventGenqlSelection;
2279
- participationDate?: boolean | number;
2280
- competitionNumber?: boolean | number;
2281
- result?: AthleteCompetitionResultGenqlSelection;
2282
- fundRaisingCampaignIds?: boolean | number;
2283
- budget?: BudgetGenqlSelection;
2284
- albums?: AlbumGenqlSelection;
2285
- __typename?: boolean | number;
2286
- __scalar?: boolean | number;
2287
- }
2288
- export interface MembershipOrganizationReferenceGenqlSelection {
2289
- _id?: boolean | number;
2290
- shortName?: boolean | number;
2291
- acronym?: boolean | number;
2292
- fullName?: boolean | number;
2293
- website?: boolean | number;
2294
- verified?: boolean | number;
2295
- logo?: AWSS3FileGenqlSelection;
2296
- country?: CountryGenqlSelection;
2297
- sport?: SportGenqlSelection;
2298
- __typename?: boolean | number;
2299
- __scalar?: boolean | number;
2300
- }
2301
- export interface MembershipOrganizationGenqlSelection {
2302
- _id?: boolean | number;
2303
- shortName?: boolean | number;
2304
- acronym?: boolean | number;
2305
- fullName?: boolean | number;
2306
- website?: boolean | number;
2307
- verified?: boolean | number;
2308
- logo?: AWSS3FileGenqlSelection;
2309
- country?: CountryGenqlSelection;
2310
- sport?: SportGenqlSelection;
2311
- memberships?: AthleteMembershipGenqlSelection;
2312
- __typename?: boolean | number;
2313
- __scalar?: boolean | number;
2314
- }
2315
- export interface AthleteMembershipGenqlSelection {
2316
- _id?: boolean | number;
2317
- organization?: MembershipOrganizationReferenceGenqlSelection;
2318
- athlete?: AthleteReferenceGenqlSelection;
2319
- membershipNumber?: boolean | number;
2320
- membershipType?: boolean | number;
2321
- issueDate?: boolean | number;
2322
- expirationDate?: boolean | number;
2323
- __typename?: boolean | number;
2324
- __scalar?: boolean | number;
2325
- }
2326
- export interface NewsLinkGenqlSelection {
2327
- _id?: boolean | number;
2328
- title?: boolean | number;
2329
- url?: boolean | number;
2330
- abstract?: boolean | number;
2331
- __typename?: boolean | number;
2332
- __scalar?: boolean | number;
2333
- }
2334
- export interface ChannelGenqlSelection {
2335
- _id?: boolean | number;
2336
- type?: boolean | number;
2337
- handle?: boolean | number;
2338
- url?: boolean | number;
2339
- linked?: boolean | number;
2340
- __typename?: boolean | number;
2341
- __scalar?: boolean | number;
2342
- }
2343
- export interface AthletePreferencesGenqlSelection {
2344
- _id?: boolean | number;
2345
- showProfileHelper?: boolean | number;
2346
- defaultAlbum?: AlbumGenqlSelection;
2347
- __typename?: boolean | number;
2348
- __scalar?: boolean | number;
2349
- }
2350
- export interface FundRaisingCampaignGenqlSelection {
2351
- _id?: boolean | number;
2352
- athlete?: AthleteReferenceGenqlSelection;
2353
- budgetMode?: boolean | number;
2354
- status?: boolean | number;
2355
- title?: boolean | number;
2356
- motivation?: boolean | number;
2357
- website?: boolean | number;
2358
- fundsRequired?: boolean | number;
2359
- initialFundsObtained?: boolean | number;
2360
- fundsObtained?: boolean | number;
2361
- location?: WorldLocationGenqlSelection;
2362
- createdDate?: boolean | number;
2363
- endingDate?: boolean | number;
2364
- budget?: BudgetGenqlSelection;
2365
- competitions?: AthleteCompetitionGenqlSelection;
2366
- vtxComissionPct?: boolean | number;
2367
- __typename?: boolean | number;
2368
- __scalar?: boolean | number;
2369
- }
2370
- export interface StripeCapabilityTypeGenqlSelection {
2371
- acss_debit_payments?: boolean | number;
2372
- affirm_payments?: boolean | number;
2373
- afterpay_clearpay_payments?: boolean | number;
2374
- alma_payments?: boolean | number;
2375
- amazon_pay_payments?: boolean | number;
2376
- au_becs_debit_payments?: boolean | number;
2377
- bacs_debit_payments?: boolean | number;
2378
- bancontact_payments?: boolean | number;
2379
- bank_transfer_payments?: boolean | number;
2380
- blik_payments?: boolean | number;
2381
- boleto_payments?: boolean | number;
2382
- card_issuing?: boolean | number;
2383
- card_payments?: boolean | number;
2384
- cartes_bancaires_payments?: boolean | number;
2385
- cashapp_payments?: boolean | number;
2386
- eps_payments?: boolean | number;
2387
- fpx_payments?: boolean | number;
2388
- gb_bank_transfer_payments?: boolean | number;
2389
- giropay_payments?: boolean | number;
2390
- grabpay_payments?: boolean | number;
2391
- ideal_payments?: boolean | number;
2392
- india_international_payments?: boolean | number;
2393
- jcb_payments?: boolean | number;
2394
- jp_bank_transfer_payments?: boolean | number;
2395
- kakao_pay_payments?: boolean | number;
2396
- klarna_payments?: boolean | number;
2397
- konbini_payments?: boolean | number;
2398
- kr_card_payments?: boolean | number;
2399
- legacy_payments?: boolean | number;
2400
- link_payments?: boolean | number;
2401
- mobilepay_payments?: boolean | number;
2402
- multibanco_payments?: boolean | number;
2403
- mx_bank_transfer_payments?: boolean | number;
2404
- naver_pay_payments?: boolean | number;
2405
- oxxo_payments?: boolean | number;
2406
- p24_payments?: boolean | number;
2407
- pay_by_bank_payments?: boolean | number;
2408
- payco_payments?: boolean | number;
2409
- paynow_payments?: boolean | number;
2410
- promptpay_payments?: boolean | number;
2411
- revolut_pay_payments?: boolean | number;
2412
- samsung_pay_payments?: boolean | number;
2413
- sepa_bank_transfer_payments?: boolean | number;
2414
- sepa_debit_payments?: boolean | number;
2415
- sofort_payments?: boolean | number;
2416
- swish_payments?: boolean | number;
2417
- tax_reporting_us_1099_k?: boolean | number;
2418
- tax_reporting_us_1099_misc?: boolean | number;
2419
- transfers?: boolean | number;
2420
- treasury?: boolean | number;
2421
- twint_payments?: boolean | number;
2422
- us_bank_account_ach_payments?: boolean | number;
2423
- us_bank_transfer_payments?: boolean | number;
2424
- zip_payments?: boolean | number;
2425
- __typename?: boolean | number;
2426
- __scalar?: boolean | number;
2427
- }
2428
- export interface StripeRequirementAlternativeTypeGenqlSelection {
2429
- alternative_fields_due?: boolean | number;
2430
- original_fields_due?: boolean | number;
2431
- __typename?: boolean | number;
2432
- __scalar?: boolean | number;
2433
- }
2434
- export interface StripeFutureRequirementAlternativeTypeGenqlSelection {
2435
- alternative_fields_due?: boolean | number;
2436
- original_fields_due?: boolean | number;
2437
- __typename?: boolean | number;
2438
- __scalar?: boolean | number;
2439
- }
2440
- export interface StripeErrorTypeGenqlSelection {
2441
- code?: boolean | number;
2442
- reason?: boolean | number;
2443
- requirement?: boolean | number;
2444
- __typename?: boolean | number;
2445
- __scalar?: boolean | number;
2446
- }
2447
- export interface StripeRequirementTypeGenqlSelection {
2448
- alternatives?: StripeRequirementAlternativeTypeGenqlSelection;
2449
- current_deadline?: boolean | number;
2450
- currently_due?: boolean | number;
2451
- disabled_reason?: boolean | number;
2452
- errors?: StripeErrorTypeGenqlSelection;
2453
- eventually_due?: boolean | number;
2454
- past_due?: boolean | number;
2455
- pending_verification?: boolean | number;
2456
- __typename?: boolean | number;
2457
- __scalar?: boolean | number;
2458
- }
2459
- export interface StripeFutureRequirementTypeGenqlSelection {
2460
- alternatives?: StripeFutureRequirementAlternativeTypeGenqlSelection;
2461
- current_deadline?: boolean | number;
2462
- currently_due?: boolean | number;
2463
- disabled_reason?: boolean | number;
2464
- errors?: StripeErrorTypeGenqlSelection;
2465
- eventually_due?: boolean | number;
2466
- past_due?: boolean | number;
2467
- pending_verification?: boolean | number;
2468
- __typename?: boolean | number;
2469
- __scalar?: boolean | number;
2470
- }
2471
- export interface StripeAccountGenqlSelection {
2472
- id?: boolean | number;
2473
- object?: boolean | number;
2474
- business_type?: boolean | number;
2475
- country?: boolean | number;
2476
- email?: boolean | number;
2477
- capabilities?: StripeCapabilityTypeGenqlSelection;
2478
- requirements?: StripeRequirementTypeGenqlSelection;
2479
- future_requirements?: StripeFutureRequirementTypeGenqlSelection;
2480
- type?: boolean | number;
2481
- charges_enabled?: boolean | number;
2482
- payouts_enabled?: boolean | number;
2483
- created?: boolean | number;
2484
- default_currency?: boolean | number;
2485
- __typename?: boolean | number;
2486
- __scalar?: boolean | number;
2487
- }
2488
- export interface StripeAccountReferenceGenqlSelection {
2489
- _id?: boolean | number;
2490
- stripeAccountId?: boolean | number;
2491
- account?: StripeAccountGenqlSelection;
2492
- __typename?: boolean | number;
2493
- __scalar?: boolean | number;
2494
- }
2495
- export interface HistoricalScoreTypeGenqlSelection {
2496
- _id?: boolean | number;
2497
- scoreType?: boolean | number;
2498
- score?: boolean | number;
2499
- date?: boolean | number;
2500
- athleteId?: boolean | number;
2501
- __typename?: boolean | number;
2502
- __scalar?: boolean | number;
2503
- }
2504
- export interface AthleteReferenceGenqlSelection {
2505
- _id?: boolean | number;
2506
- firstName?: boolean | number;
2507
- lastName?: boolean | number;
2508
- screenName?: boolean | number;
2509
- dob?: boolean | number;
2510
- lgbt?: boolean | number;
2511
- competitionGender?: boolean | number;
2512
- country?: CountryGenqlSelection;
2513
- location?: WorldLocationGenqlSelection;
2514
- trainer?: boolean | number;
2515
- trainerUrl?: boolean | number;
2516
- followStats?: FollowStatsGenqlSelection;
2517
- mainSport?: SportGenqlSelection;
2518
- mainSportLevel?: SportLevelGenqlSelection;
2519
- scores?: VtxScoresGenqlSelection;
2520
- rankings?: AthleteRankingsGenqlSelection;
2521
- totalUpcomingCompetitions?: boolean | number;
2522
- totalPastCompetitions?: boolean | number;
2523
- profilePicture?: AWSS3FileGenqlSelection;
2524
- cardPicture?: AWSS3FileGenqlSelection;
2525
- bannerPicture?: AWSS3FileGenqlSelection;
2526
- aboutMe?: boolean | number;
2527
- preferences?: AthletePreferencesGenqlSelection;
2528
- __typename?: boolean | number;
2529
- __scalar?: boolean | number;
2530
- }
2531
- export interface AthleteGenqlSelection {
2532
- _id?: boolean | number;
2533
- firstName?: boolean | number;
2534
- lastName?: boolean | number;
2535
- screenName?: boolean | number;
2536
- dob?: boolean | number;
2537
- lgbt?: boolean | number;
2538
- competitionGender?: boolean | number;
2539
- country?: CountryGenqlSelection;
2540
- location?: WorldLocationGenqlSelection;
2541
- trainer?: boolean | number;
2542
- trainerUrl?: boolean | number;
2543
- followStats?: FollowStatsGenqlSelection;
2544
- mainSport?: SportGenqlSelection;
2545
- mainSportLevel?: SportLevelGenqlSelection;
2546
- scores?: VtxScoresGenqlSelection;
2547
- rankings?: AthleteRankingsGenqlSelection;
2548
- totalUpcomingCompetitions?: boolean | number;
2549
- totalPastCompetitions?: boolean | number;
2550
- profilePicture?: AWSS3FileGenqlSelection;
2551
- cardPicture?: AWSS3FileGenqlSelection;
2552
- bannerPicture?: AWSS3FileGenqlSelection;
2553
- aboutMe?: boolean | number;
2554
- preferences?: AthletePreferencesGenqlSelection;
2555
- allSports?: SportGenqlSelection;
2556
- teams?: TeamGenqlSelection;
2557
- sponsorBrands?: BrandGenqlSelection;
2558
- competitions?: AthleteCompetitionGenqlSelection;
2559
- affiliations?: AthleteMembershipGenqlSelection;
2560
- newsLinks?: NewsLinkGenqlSelection;
2561
- channels?: ChannelGenqlSelection;
2562
- currentCampaign?: FundRaisingCampaignGenqlSelection;
2563
- fundingCampaigns?: FundRaisingCampaignGenqlSelection;
2564
- stripeAccountReference?: StripeAccountReferenceGenqlSelection;
2565
- albums?: AlbumGenqlSelection;
2566
- historicalScores?: HistoricalScoreTypeGenqlSelection;
2567
- signedAgreements?: SignedAgreementGenqlSelection;
2568
- __typename?: boolean | number;
2569
- __scalar?: boolean | number;
2570
- }
2571
- export interface CheckoutSessionGenqlSelection {
2572
- _id?: boolean | number;
2573
- type?: boolean | number;
2574
- estimatedStripeComission?: boolean | number;
2575
- stripeSessionId?: boolean | number;
2576
- stripeAccountId?: boolean | number;
2577
- donationAmount?: boolean | number;
2578
- fromEmail?: boolean | number;
2579
- confirmed?: boolean | number;
2580
- completed?: boolean | number;
2581
- completedDate?: boolean | number;
2582
- createdDate?: boolean | number;
2583
- __typename?: boolean | number;
2584
- __scalar?: boolean | number;
2585
- }
2586
- export interface FundingCheckoutSessionDataGenqlSelection {
2587
- _id?: boolean | number;
2588
- session?: CheckoutSessionGenqlSelection;
2589
- fromName?: boolean | number;
2590
- paidToAthlete?: boolean | number;
2591
- paidToVtx?: boolean | number;
2592
- fundingCampaign?: FundRaisingCampaignGenqlSelection;
2593
- mode?: boolean | number;
2594
- athleteId?: boolean | number;
2595
- athleteName?: boolean | number;
2596
- fromPhone?: boolean | number;
2597
- message?: boolean | number;
2598
- __typename?: boolean | number;
2599
- __scalar?: boolean | number;
2600
- }
2601
- export interface SponsorAthleteInvitationGenqlSelection {
2602
- _id?: boolean | number;
2603
- name?: boolean | number;
2604
- email?: boolean | number;
2605
- dateSent?: boolean | number;
2606
- sponsor?: SponsorGenqlSelection;
2607
- magicLink?: MagicLinkGenqlSelection;
2608
- brand?: BrandGenqlSelection;
2609
- status?: boolean | number;
2610
- __typename?: boolean | number;
2611
- __scalar?: boolean | number;
2612
- }
2613
- export interface StravaTokenGenqlSelection {
2614
- token_type?: boolean | number;
2615
- expires_at?: boolean | number;
2616
- refresh_token?: boolean | number;
2617
- access_token?: boolean | number;
2618
- __typename?: boolean | number;
2619
- __scalar?: boolean | number;
2620
- }
2621
- export interface StripeSessionGenqlSelection {
2622
- account?: boolean | number;
2623
- client_secret?: boolean | number;
2624
- expires_at?: boolean | number;
2625
- livemode?: boolean | number;
2626
- __typename?: boolean | number;
2627
- __scalar?: boolean | number;
2628
- }
2629
- export interface StripeCheckoutSessionGenqlSelection {
2630
- client_secret?: boolean | number;
2631
- expires_at?: boolean | number;
2632
- livemode?: boolean | number;
2633
- __typename?: boolean | number;
2634
- __scalar?: boolean | number;
2635
- }
2636
- export interface StravaAthleteDataGenqlSelection {
2637
- id?: boolean | number;
2638
- username?: boolean | number;
2639
- firstname?: boolean | number;
2640
- lastname?: boolean | number;
2641
- bio?: boolean | number;
2642
- city?: boolean | number;
2643
- state?: boolean | number;
2644
- country?: boolean | number;
2645
- sex?: boolean | number;
2646
- premium?: boolean | number;
2647
- profile?: boolean | number;
2648
- created_at?: boolean | number;
2649
- updated_at?: boolean | number;
2650
- weight?: boolean | number;
2651
- __typename?: boolean | number;
2652
- __scalar?: boolean | number;
2653
- }
2654
- export interface InstagramCursorsGenqlSelection {
2655
- before?: boolean | number;
2656
- after?: boolean | number;
2657
- __typename?: boolean | number;
2658
- __scalar?: boolean | number;
2659
- }
2660
- export interface InstagramPagingGenqlSelection {
2661
- cursors?: InstagramCursorsGenqlSelection;
2662
- next?: boolean | number;
2663
- __typename?: boolean | number;
2664
- __scalar?: boolean | number;
2665
- }
2666
- export interface InstagramMetricGenqlSelection {
2667
- name?: boolean | number;
2668
- period?: boolean | number;
2669
- values?: boolean | number;
2670
- __typename?: boolean | number;
2671
- __scalar?: boolean | number;
2672
- }
2673
- export interface InstagramInsightsGenqlSelection {
2674
- data?: InstagramMetricGenqlSelection;
2675
- __typename?: boolean | number;
2676
- __scalar?: boolean | number;
2677
- }
2678
- export interface InstagramMediaItemGenqlSelection {
2679
- id?: boolean | number;
2680
- caption?: boolean | number;
2681
- media_type?: boolean | number;
2682
- media_url?: boolean | number;
2683
- permalink?: boolean | number;
2684
- thumbnail_url?: boolean | number;
2685
- timestamp?: boolean | number;
2686
- username?: boolean | number;
2687
- like_count?: boolean | number;
2688
- comments_count?: boolean | number;
2689
- insights?: InstagramInsightsGenqlSelection;
2690
- __typename?: boolean | number;
2691
- __scalar?: boolean | number;
2692
- }
2693
- export interface InstagramMediaDataGenqlSelection {
2694
- data?: InstagramMediaItemGenqlSelection;
2695
- paging?: InstagramPagingGenqlSelection;
2696
- __typename?: boolean | number;
2697
- __scalar?: boolean | number;
2698
- }
2699
- export interface InstagramUserDataGenqlSelection {
2700
- user_id?: boolean | number;
2701
- username?: boolean | number;
2702
- name?: boolean | number;
2703
- account_type?: boolean | number;
2704
- followers_count?: boolean | number;
2705
- media_count?: boolean | number;
2706
- __typename?: boolean | number;
2707
- __scalar?: boolean | number;
2708
- }
2709
- export interface AthleteIntegrationReferenceGenqlSelection {
2710
- _id?: boolean | number;
2711
- athlete?: AthleteReferenceGenqlSelection;
2712
- hasStravaIntegration?: boolean | number;
2713
- stravaTokenExpires?: boolean | number;
2714
- stravaAthleteData?: StravaAthleteDataGenqlSelection;
2715
- hasInstagramIntegration?: boolean | number;
2716
- instagramTokenExpires?: boolean | number;
2717
- instagramUserData?: InstagramUserDataGenqlSelection;
2718
- instagramMediaData?: InstagramMediaDataGenqlSelection;
2719
- __typename?: boolean | number;
2720
- __scalar?: boolean | number;
2721
- }
2722
- export interface ReceiptGenqlSelection {
2723
- receiptId?: boolean | number;
2724
- campaignName?: boolean | number;
2725
- athleteName?: boolean | number;
2726
- donorName?: boolean | number;
2727
- amount?: boolean | number;
2728
- currency?: boolean | number;
2729
- dateIssued?: boolean | number;
2730
- confirmed?: boolean | number;
2731
- message?: boolean | number;
2732
- __typename?: boolean | number;
2733
- __scalar?: boolean | number;
2734
- }
2735
- export interface ReceiptUrlGenqlSelection {
2736
- receiptId?: boolean | number;
2737
- __typename?: boolean | number;
2738
- __scalar?: boolean | number;
2739
- }
2740
- export interface ErrorTypeGenqlSelection {
2741
- code?: boolean | number;
2742
- message?: boolean | number;
2743
- __typename?: boolean | number;
2744
- __scalar?: boolean | number;
2745
- }
2746
- export interface DeleteValuesResponseGenqlSelection {
2747
- deleted?: boolean | number;
2748
- failedToDelete?: boolean | number;
2749
- failureReason?: ErrorTypeGenqlSelection;
2750
- result?: boolean | number;
2751
- __typename?: boolean | number;
2752
- __scalar?: boolean | number;
2753
- }
2754
- export interface BudgetItemReferenceGenqlSelection {
2755
- _id?: boolean | number;
2756
- concept?: boolean | number;
2757
- quantity?: boolean | number;
2758
- itemCost?: boolean | number;
2759
- totalCost?: boolean | number;
2760
- __typename?: boolean | number;
2761
- __scalar?: boolean | number;
2762
- }
2763
- export interface BudgetReferenceGenqlSelection {
2764
- _id?: boolean | number;
2765
- items?: BudgetItemReferenceGenqlSelection;
2766
- totalAmount?: boolean | number;
2767
- __typename?: boolean | number;
2768
- __scalar?: boolean | number;
2769
- }
2770
- export interface CompetitionBudgetReferenceGenqlSelection {
2771
- competitionId?: boolean | number;
2772
- eventName?: boolean | number;
2773
- budget?: BudgetReferenceGenqlSelection;
2774
- __typename?: boolean | number;
2775
- __scalar?: boolean | number;
2776
- }
2777
- export interface BaseBudgetDataGenqlSelection {
2778
- id?: boolean | number;
2779
- dateCreated?: boolean | number;
2780
- type?: boolean | number;
2781
- name?: boolean | number;
2782
- budget?: boolean | number;
2783
- __typename?: boolean | number;
2784
- __scalar?: boolean | number;
2785
- }
2786
- export interface CompetitionBudgetDataGenqlSelection {
2787
- id?: boolean | number;
2788
- dateCreated?: boolean | number;
2789
- type?: boolean | number;
2790
- name?: boolean | number;
2791
- budget?: boolean | number;
2792
- eventDate?: boolean | number;
2793
- campaign?: boolean | number;
2794
- items?: BudgetItemReferenceGenqlSelection;
2795
- __typename?: boolean | number;
2796
- __scalar?: boolean | number;
2797
- }
2798
- export interface CampaignBudgetDataGenqlSelection {
2799
- id?: boolean | number;
2800
- dateCreated?: boolean | number;
2801
- type?: boolean | number;
2802
- name?: boolean | number;
2803
- budget?: boolean | number;
2804
- endingDate?: boolean | number;
2805
- competitions?: boolean | number;
2806
- fundsRequired?: boolean | number;
2807
- initialFundsObtained?: boolean | number;
2808
- status?: boolean | number;
2809
- budgetMode?: boolean | number;
2810
- items?: BudgetItemReferenceGenqlSelection;
2811
- competitionBudgets?: CompetitionBudgetReferenceGenqlSelection;
2812
- __typename?: boolean | number;
2813
- __scalar?: boolean | number;
2814
- }
2815
- export interface BudgetDataGenqlSelection {
2816
- competitions?: CompetitionBudgetDataGenqlSelection;
2817
- campaigns?: CampaignBudgetDataGenqlSelection;
2818
- __typename?: boolean | number;
2819
- __scalar?: boolean | number;
2820
- }
2821
- export interface EditValueResponseGenqlSelection {
2822
- field?: boolean | number;
2823
- oldValue?: boolean | number;
2824
- newValue?: boolean | number;
2825
- changed?: boolean | number;
2826
- __typename?: boolean | number;
2827
- __scalar?: boolean | number;
2828
- }
2829
- export interface DeleteSingleValueResponseGenqlSelection {
2830
- idToDelete?: boolean | number;
2831
- deleted?: boolean | number;
2832
- failureReason?: ErrorTypeGenqlSelection;
2833
- __typename?: boolean | number;
2834
- __scalar?: boolean | number;
2835
- }
2836
- export interface SortOrderGenqlSelection {
2837
- sortField?: boolean | number;
2838
- order?: boolean | number;
2839
- __typename?: boolean | number;
2840
- __scalar?: boolean | number;
2841
- }
2842
- export interface CursorPaginationResponseGenqlSelection {
2843
- sort?: SortOrderGenqlSelection;
2844
- initialCursorId?: boolean | number;
2845
- nextCursorId?: boolean | number;
2846
- initialCursorValue?: boolean | number;
2847
- nextCursorValue?: boolean | number;
2848
- limit?: boolean | number;
2849
- retrieved?: boolean | number;
2850
- isLastPage?: boolean | number;
2851
- __typename?: boolean | number;
2852
- __scalar?: boolean | number;
2853
- }
2854
- export interface AthleteQueryResponseGenqlSelection {
2855
- athletes?: AthleteGenqlSelection;
2856
- cursor?: CursorPaginationResponseGenqlSelection;
2857
- __typename?: boolean | number;
2858
- __scalar?: boolean | number;
2859
- }
2860
- export interface EditPictureResponseGenqlSelection {
2861
- field?: boolean | number;
2862
- oldValue?: AWSS3FileGenqlSelection;
2863
- newValue?: AWSS3FileGenqlSelection;
2864
- changed?: boolean | number;
2865
- __typename?: boolean | number;
2866
- __scalar?: boolean | number;
2867
- }
2868
- export interface AddValuesResponseGenqlSelection {
2869
- added?: boolean | number;
2870
- failedToAdd?: boolean | number;
2871
- failureReason?: ErrorTypeGenqlSelection;
2872
- result?: boolean | number;
2873
- __typename?: boolean | number;
2874
- __scalar?: boolean | number;
2875
- }
2876
- export interface ExistValueResponseGenqlSelection {
2877
- exist?: boolean | number;
2878
- __typename?: boolean | number;
2879
- __scalar?: boolean | number;
2880
- }
2881
- export interface StripeObjectGenqlSelection {
2882
- type?: boolean | number;
2883
- json?: boolean | number;
2884
- __typename?: boolean | number;
2885
- __scalar?: boolean | number;
2886
- }
2887
- export interface UserImagesGenqlSelection {
2888
- profilePictureUrl?: boolean | number;
2889
- cardPictureUrl?: boolean | number;
2890
- bannerPictureUrl?: boolean | number;
2891
- __typename?: boolean | number;
2892
- __scalar?: boolean | number;
2893
- }
2894
- export interface StripeTransferGenqlSelection {
2895
- _id?: boolean | number;
2896
- stripeId?: boolean | number;
2897
- amount?: boolean | number;
2898
- amount_reversed?: boolean | number;
2899
- currency?: boolean | number;
2900
- destination?: boolean | number;
2901
- description?: boolean | number;
2902
- reversed?: boolean | number;
2903
- livemode?: boolean | number;
2904
- transfer_group?: boolean | number;
2905
- status?: boolean | number;
2906
- lastError?: boolean | number;
2907
- json?: boolean | number;
2908
- __typename?: boolean | number;
2909
- __scalar?: boolean | number;
2910
- }
2911
- export interface UserDomainGenqlSelection {
2912
- _id?: boolean | number;
2913
- user?: UserGenqlSelection;
2914
- __typename?: boolean | number;
2915
- __scalar?: boolean | number;
2916
- }
2917
- export interface CreateDatabaseFileDto {
2918
- identifier: Scalars['String'];
2919
- version?: Scalars['String'];
2920
- contentType: Scalars['String'];
2921
- }
2922
- export interface CreateTextDatabaseFileDto {
2923
- identifier: Scalars['String'];
2924
- version?: Scalars['String'];
2925
- contentType: Scalars['String'];
2926
- content?: Scalars['String'];
2927
- }
2928
- export interface UpdateDatabaseFileDto {
2929
- _id: Scalars['String'];
2930
- identifier?: (Scalars['String'] | null);
2931
- version?: (Scalars['String'] | null);
2932
- contentType?: (Scalars['String'] | null);
2933
- }
2934
- export interface UpdateTextDatabaseFileDto {
2935
- _id: Scalars['String'];
2936
- identifier?: (Scalars['String'] | null);
2937
- version?: (Scalars['String'] | null);
2938
- contentType?: (Scalars['String'] | null);
2939
- content?: (Scalars['String'] | null);
2940
- }
2941
- export interface CloneDatabaseFileDto {
2942
- _id: Scalars['String'];
2943
- version?: (Scalars['String'] | null);
2944
- }
2945
- export interface FindDatabaseFilesDto {
2946
- _id?: (Scalars['String'] | null);
2947
- identifier?: (Scalars['String'] | null);
2948
- version?: (Scalars['String'] | null);
2949
- }
2950
- export interface GetDatabaseFileDto {
2951
- identifier: Scalars['String'];
2952
- version: Scalars['String'];
2953
- }
2954
- export interface CreateVerificationCodeDto {
2955
- type?: (Scalars['String'] | null);
2956
- recipient?: (Scalars['String'] | null);
2957
- expiresTime?: (Scalars['Float'] | null);
2958
- expiresUnit?: (Scalars['String'] | null);
2959
- data?: (Scalars['String'] | null);
2960
- }
2961
- export interface VerifyCodeDto {
2962
- codeId: Scalars['String'];
2963
- enteredCodeValue: Scalars['String'];
2964
- type?: (Scalars['String'] | null);
2965
- }
2966
- export interface AthleteInvitationDto {
2967
- email: Scalars['String'];
2968
- name?: (Scalars['String'] | null);
2969
- sender?: (Scalars['String'] | null);
2970
- brandId?: (Scalars['String'] | null);
2971
- }
2972
- export interface InviteAthletesDto {
2973
- language?: (Scalars['String'] | null);
2974
- invitations: AthleteInvitationDto[];
2975
- }
2976
- export interface CompetitionResultDto {
2977
- resultType: Scalars['String'];
2978
- position?: (Scalars['Float'] | null);
2979
- score?: (Scalars['String'] | null);
2980
- finishTimeMS?: (Scalars['Float'] | null);
2981
- resultWebLink?: (Scalars['String'] | null);
2982
- totalParticipants?: (Scalars['Float'] | null);
2983
- outcome: Scalars['String'];
2984
- adversary?: (Scalars['String'] | null);
2985
- genderPosition?: (Scalars['Float'] | null);
2986
- genderParticipants?: (Scalars['Float'] | null);
2987
- categoryPosition?: (Scalars['Float'] | null);
2988
- categoryParticipants?: (Scalars['Float'] | null);
2989
- categoryName?: (Scalars['String'] | null);
2990
- }
2991
- export interface SetCompetitionResultDto {
2992
- resultType: Scalars['String'];
2993
- position?: (Scalars['Float'] | null);
2994
- score?: (Scalars['String'] | null);
2995
- finishTimeMS?: (Scalars['Float'] | null);
2996
- resultWebLink?: (Scalars['String'] | null);
2997
- totalParticipants?: (Scalars['Float'] | null);
2998
- outcome: Scalars['String'];
2999
- adversary?: (Scalars['String'] | null);
3000
- genderPosition?: (Scalars['Float'] | null);
3001
- genderParticipants?: (Scalars['Float'] | null);
3002
- categoryPosition?: (Scalars['Float'] | null);
3003
- categoryParticipants?: (Scalars['Float'] | null);
3004
- categoryName?: (Scalars['String'] | null);
3005
- competitionId: Scalars['String'];
3006
- }
3007
- export interface CreateAthleteCompetitionDto {
3008
- event: Scalars['String'];
3009
- date: Scalars['DateTime'];
3010
- eventWebsite?: (Scalars['String'] | null);
3011
- competitionNumber?: (Scalars['String'] | null);
3012
- result?: (CompetitionResultDto | null);
3013
- cityId?: (Scalars['String'] | null);
3014
- }
3015
- export interface CreateAthleteCompetitionForDto {
3016
- event: Scalars['String'];
3017
- date: Scalars['DateTime'];
3018
- eventWebsite?: (Scalars['String'] | null);
3019
- competitionNumber?: (Scalars['String'] | null);
3020
- result?: (CompetitionResultDto | null);
3021
- cityId?: (Scalars['String'] | null);
3022
- loginEmail: Scalars['String'];
3023
- }
3024
- export interface CursorPositionDto {
3025
- cursorId: Scalars['String'];
3026
- cursorFieldValue: Scalars['String'];
3027
- }
3028
- export interface SortCriteriaDto {
3029
- sortField: Scalars['String'];
3030
- order?: Scalars['String'];
3031
- }
3032
- export interface CursorPaginationDto {
3033
- sortCriteria?: (SortCriteriaDto | null);
3034
- limit?: (Scalars['Float'] | null);
3035
- cursorPosition?: (CursorPositionDto | null);
3036
- }
3037
- export interface DeleteSingleValueDto {
3038
- idToDelete: Scalars['String'];
3039
- }
3040
- export interface FundCampaignFilterDto {
3041
- campaignTitle?: (Scalars['String'] | null);
3042
- status?: (Scalars['String'] | null);
3043
- minCompletion?: (Scalars['Float'] | null);
3044
- maxCompletion?: (Scalars['Float'] | null);
3045
- minFundsRequired?: (Scalars['Float'] | null);
3046
- maxFundsRequired?: (Scalars['Float'] | null);
3047
- minEndingDate?: (Scalars['DateTime'] | null);
3048
- maxEndingDate?: (Scalars['DateTime'] | null);
3049
- competitions?: (Scalars['String'][] | null);
3050
- cities?: (Scalars['String'][] | null);
3051
- states?: (Scalars['String'][] | null);
3052
- countries?: (Scalars['String'][] | null);
3053
- }
3054
- export interface AthleteFilterDto {
3055
- name?: (Scalars['String'] | null);
3056
- cities?: (Scalars['String'][] | null);
3057
- states?: (Scalars['String'][] | null);
3058
- countries?: (Scalars['String'][] | null);
3059
- nacionalities?: (Scalars['String'][] | null);
3060
- teams?: (Scalars['String'][] | null);
3061
- currentCampaign?: (FundCampaignFilterDto | null);
3062
- sports?: (Scalars['String'][] | null);
3063
- sportLevels?: (Scalars['String'][] | null);
3064
- mainSportOnly?: (Scalars['Boolean'] | null);
3065
- gender?: (Scalars['String'] | null);
3066
- minAge?: (Scalars['Float'] | null);
3067
- maxAge?: (Scalars['Float'] | null);
3068
- minDob?: (Scalars['DateTime'] | null);
3069
- maxDob?: (Scalars['DateTime'] | null);
3070
- minVTXScore?: (Scalars['Float'] | null);
3071
- maxVTXScore?: (Scalars['Float'] | null);
3072
- minSocialScore?: (Scalars['Float'] | null);
3073
- maxSocialScore?: (Scalars['Float'] | null);
3074
- minTrainingScore?: (Scalars['Float'] | null);
3075
- maxTrainingScore?: (Scalars['Float'] | null);
3076
- minPerformanceScore?: (Scalars['Float'] | null);
3077
- maxPerformanceScore?: (Scalars['Float'] | null);
3078
- }
3079
- export interface AthleteQueryDto {
3080
- cursor?: (CursorPaginationDto | null);
3081
- filters?: (AthleteFilterDto | null);
3082
- }
3083
- export interface EditPictureDto {
3084
- field: Scalars['String'];
3085
- newPicture?: (AWSS3UploadedFileDto | null);
3086
- }
3087
- export interface AWSS3UploadedFileDto {
3088
- key: Scalars['String'];
3089
- useType: Scalars['String'];
3090
- contentType: Scalars['String'];
3091
- originalFileName?: (Scalars['String'] | null);
3092
- fileSize?: (Scalars['Float'] | null);
3093
- }
3094
- export interface UploadAlbumsPicturesDto {
3095
- label: Scalars['String'];
3096
- description?: (Scalars['String'] | null);
3097
- pictures?: (AWSS3UploadedFileDto[] | null);
3098
- albumId?: (Scalars['String'] | null);
3099
- }
3100
- export interface DeleteValuesDto {
3101
- idsToDelete: Scalars['String'][];
3102
- allOrNone?: (Scalars['Boolean'] | null);
3103
- }
3104
- export interface existValueDto {
3105
- Value: Scalars['String'];
3106
- }
3107
- export interface GetMyHistoricalScoresDto {
3108
- minTimestampInclusive: Scalars['DateTime'];
3109
- maxTimestampExclusive: Scalars['DateTime'];
3110
- scoreTypes: Scalars['String'][];
3111
- }
3112
- export interface GetHistoricalScoresDto {
3113
- minTimestampInclusive: Scalars['DateTime'];
3114
- maxTimestampExclusive: Scalars['DateTime'];
3115
- scoreTypes: Scalars['String'][];
3116
- athleteIdOrEmail: Scalars['String'];
3117
- }
3118
- export interface GetAthleteCampaignsDto {
3119
- athleteId: Scalars['String'];
3120
- }
3121
- export interface QualificationDto {
3122
- type: Scalars['String'];
3123
- }
3124
- export interface AgeQualificationDto {
3125
- type: Scalars['String'];
3126
- value: Scalars['Float'];
3127
- operator: Scalars['String'];
3128
- }
3129
- export interface GenderQualificationDto {
3130
- type: Scalars['String'];
3131
- operator: Scalars['String'];
3132
- values: Scalars['String'][];
3133
- }
3134
- export interface NationalityQualificationDto {
3135
- type: Scalars['String'];
3136
- operator: Scalars['String'];
3137
- countries: Scalars['String'][];
3138
- }
3139
- export interface ScoreQualificationDto {
3140
- type: Scalars['String'];
3141
- scoreType: Scalars['String'];
3142
- operator: Scalars['String'];
3143
- value: Scalars['Float'];
3144
- }
3145
- export interface LocationQualificationDto {
3146
- type: Scalars['String'];
3147
- operator: Scalars['String'];
3148
- countries: Scalars['String'][];
3149
- states: Scalars['String'][];
3150
- cities: Scalars['String'][];
3151
- }
3152
- export interface DistanceQualificationDto {
3153
- type: Scalars['String'];
3154
- maxDistance: Scalars['Float'];
3155
- latitude?: (Scalars['Float'] | null);
3156
- longitude?: (Scalars['Float'] | null);
3157
- cityId?: (Scalars['String'] | null);
3158
- }
3159
- export interface SportsQualificationDto {
3160
- type: Scalars['String'];
3161
- sports: Scalars['String'][];
3162
- operator: Scalars['String'];
3163
- }
3164
- export interface SportsLevelQualificationDto {
3165
- type: Scalars['String'];
3166
- operator: Scalars['String'];
3167
- level: Scalars['String'];
3168
- }
3169
- export interface RegisterUserDto {
3170
- email: Scalars['String'];
3171
- password: Scalars['String'];
3172
- inviteCode?: (Scalars['String'] | null);
3173
- }
3174
- export interface resetPasswordDto {
3175
- code: VerifyCodeDto;
3176
- newPassword?: (Scalars['String'] | null);
3177
- }
3178
- export interface GetReceiptDto {
3179
- _id: Scalars['String'];
3180
- }
3181
- export interface BudgetItemDto {
3182
- quantity: Scalars['Float'];
3183
- concept: Scalars['String'];
3184
- itemCost: Scalars['Float'];
3185
- }
3186
- export interface CreateBudgetItemDto {
3187
- quantity: Scalars['Float'];
3188
- concept: Scalars['String'];
3189
- itemCost: Scalars['Float'];
3190
- budgetId: Scalars['String'];
3191
- }
3192
- export interface CreateBudgetDto {
3193
- initialFunds?: (Scalars['Float'] | null);
3194
- items?: (BudgetItemDto[] | null);
3195
- }
3196
- export interface CreateCompetitionBudgetDto {
3197
- initialFunds?: (Scalars['Float'] | null);
3198
- items?: (BudgetItemDto[] | null);
3199
- athleteCompetitionId: Scalars['String'];
3200
- }
3201
- export interface CreateFundingCampaignDto {
3202
- budgetMode: Scalars['String'];
3203
- title: Scalars['String'];
3204
- motivation: Scalars['String'];
3205
- website?: (Scalars['String'] | null);
3206
- fundsRequired: Scalars['Float'];
3207
- initialFundsObtained?: Scalars['Float'];
3208
- cityId?: (Scalars['String'] | null);
3209
- endingDate: Scalars['DateTime'];
3210
- budget?: (CreateBudgetDto | null);
3211
- competitionBudgets?: (CreateCompetitionBudgetDto[] | null);
3212
- competitionIds?: (Scalars['String'][] | null);
3213
- }
3214
- export interface CreateFundingCampaignForDto {
3215
- budgetMode: Scalars['String'];
3216
- title: Scalars['String'];
3217
- motivation: Scalars['String'];
3218
- website?: (Scalars['String'] | null);
3219
- fundsRequired: Scalars['Float'];
3220
- initialFundsObtained?: Scalars['Float'];
3221
- cityId?: (Scalars['String'] | null);
3222
- endingDate: Scalars['DateTime'];
3223
- budget?: (CreateBudgetDto | null);
3224
- competitionBudgets?: (CreateCompetitionBudgetDto[] | null);
3225
- competitionIds?: (Scalars['String'][] | null);
3226
- loginEmail: Scalars['String'];
3227
- }
3228
- export interface UpdateFundingCampaignDto {
3229
- budgetMode: Scalars['String'];
3230
- title: Scalars['String'];
3231
- motivation: Scalars['String'];
3232
- website?: (Scalars['String'] | null);
3233
- fundsRequired: Scalars['Float'];
3234
- initialFundsObtained?: Scalars['Float'];
3235
- cityId?: (Scalars['String'] | null);
3236
- endingDate: Scalars['DateTime'];
3237
- budget?: (CreateBudgetDto | null);
3238
- competitionBudgets?: (CreateCompetitionBudgetDto[] | null);
3239
- competitionIds?: (Scalars['String'][] | null);
3240
- _id: Scalars['String'];
3241
- }
3242
- export interface SetFundingStatusDto {
3243
- fundingCampaignId: Scalars['String'];
3244
- newStatus: Scalars['String'];
3245
- }
3246
- export interface BudgetDto {
3247
- items: BudgetItemDto[];
3248
- }
3249
- export interface AddCompetitionBudgetDto {
3250
- competitionId: Scalars['String'];
3251
- budget: BudgetDto;
3252
- }
3253
- export interface EditCompetitionBudgetDto {
3254
- competitionId: Scalars['String'];
3255
- budget: BudgetDto;
3256
- }
3257
- export interface EditCampaignBudgetDto {
3258
- campaignId: Scalars['String'];
3259
- fundsRequired?: (Scalars['Float'] | null);
3260
- initialFundsObtained?: (Scalars['Float'] | null);
3261
- budget?: (BudgetDto | null);
3262
- }
3263
- export interface CreateMembershipOrganizationDto {
3264
- shortName: Scalars['String'];
3265
- acronym?: (Scalars['String'] | null);
3266
- fullName: Scalars['String'];
3267
- website?: (Scalars['String'] | null);
3268
- logo?: (AWSS3UploadedFileDto | null);
3269
- countryId?: (Scalars['String'] | null);
3270
- sportId?: (Scalars['String'] | null);
3271
- }
3272
- export interface CreateAthleteMembershipDto {
3273
- organizationId: Scalars['String'];
3274
- membershipNumber?: (Scalars['String'] | null);
3275
- membershipType?: (Scalars['String'] | null);
3276
- issueDate?: (Scalars['DateTime'] | null);
3277
- expirationDate?: (Scalars['DateTime'] | null);
3278
- }
3279
- export interface DonationCheckoutDto {
3280
- fundingCampaignId: Scalars['String'];
3281
- donationAmount: Scalars['Float'];
3282
- mode?: Scalars['String'];
3283
- fromName?: (Scalars['String'] | null);
3284
- fromEmail?: (Scalars['String'] | null);
3285
- fromPhone?: (Scalars['String'] | null);
3286
- message?: (Scalars['String'] | null);
3287
- }
3288
- export interface StripeQueryDto {
3289
- operation: Scalars['String'];
3290
- id: Scalars['String'];
3291
- params?: (Scalars['String'] | null);
3292
- }
3293
- export interface CreateAthleteIntegrationDto {
3294
- athleteId: Scalars['String'];
3295
- accessToken: Scalars['String'];
3296
- refreshToken: Scalars['String'];
3297
- expiresIn: Scalars['Float'];
3298
- refreshExpiresIn?: (Scalars['Float'] | null);
3299
- }
3300
- export interface GetFundingCheckoutSessionDataDto {
3301
- _id: Scalars['String'];
3302
- }
3303
- export interface DeleteAthleteDto {
3304
- userIdentifier: Scalars['String'];
3305
- }
3306
- export interface QueryGenqlSelection {
3307
- findTenantById?: (TenantGenqlSelection & {
3308
- __args: {
3309
- _id: Scalars['String'];
3310
- };
3311
- });
3312
- findTenantByEmail?: (TenantGenqlSelection & {
3313
- __args: {
3314
- email: Scalars['String'];
3315
- domainId: Scalars['String'];
3316
- };
3317
- });
3318
- getTenants?: TenantGenqlSelection;
3319
- isTenantUriAvailable?: (UriAvailableTypeGenqlSelection & {
3320
- __args: {
3321
- tenant_uri: Scalars['String'];
3322
- };
3323
- });
3324
- findUserById?: (UserGenqlSelection & {
3325
- __args: {
3326
- _id: Scalars['String'];
3327
- };
3328
- });
3329
- findUserByEmail?: (UserGenqlSelection & {
3330
- __args: {
3331
- email: Scalars['String'];
3332
- };
3333
- });
3334
- validateUserCredentials?: (UserGenqlSelection & {
3335
- __args: {
3336
- username: Scalars['String'];
3337
- password: Scalars['String'];
3338
- };
3339
- });
3340
- getUploadUrl?: (AWSS3UploadUrlGenqlSelection & {
3341
- __args: {
3342
- input: AWSS3GetUploadDto;
3343
- };
3344
- });
3345
- industries?: IndustryGenqlSelection;
3346
- findIndustryById?: (IndustryGenqlSelection & {
3347
- __args: {
3348
- industryId: Scalars['String'];
3349
- };
3350
- });
3351
- brands?: BrandGenqlSelection;
3352
- getBrandByName?: (BrandGenqlSelection & {
3353
- __args: {
3354
- name: Scalars['String'];
3355
- translations: Scalars['Boolean'];
3356
- };
3357
- });
3358
- getBrandTranslation?: (BrandTranslationGenqlSelection & {
3359
- __args: {
3360
- brandId: Scalars['String'];
3361
- language: Scalars['String'];
3362
- };
3363
- });
3364
- existsValidSponsorForEmail?: (SponsorGenqlSelection & {
3365
- __args: {
3366
- loginEmail: Scalars['String'];
3367
- };
3368
- });
3369
- sponsors?: SponsorGenqlSelection;
3370
- findSponsorAthleteInvitation?: (SponsorAthleteInvitationGenqlSelection & {
3371
- __args: {
3372
- input: FindSponsorAthleteInvitationDto;
3373
- };
3374
- });
3375
- getAthletes?: AthleteGenqlSelection;
3376
- queryAthleteFundingCampaigns?: (AthleteQueryResponseGenqlSelection & {
3377
- __args: {
3378
- input: AthleteQueryDto;
3379
- };
3380
- });
3381
- searchAthletes?: (AthleteGenqlSelection & {
3382
- __args: {
3383
- searchString: Scalars['String'];
3384
- };
3385
- });
3386
- findAthleteById?: (AthleteGenqlSelection & {
3387
- __args: {
3388
- athleteId: Scalars['String'];
3389
- };
3390
- });
3391
- findAthleteForUser?: (AthleteGenqlSelection & {
3392
- __args: {
3393
- loginEmail: Scalars['String'];
3394
- };
3395
- });
3396
- getRecommendedAthletes?: (AthleteGenqlSelection & {
3397
- __args: {
3398
- loginEmail: Scalars['String'];
3399
- };
3400
- });
3401
- getSponsorAthletesForTenant?: AthleteGenqlSelection;
3402
- getAthleteCompetitions?: (AthleteCompetitionGenqlSelection & {
3403
- __args: {
3404
- input: GetAthleteCompetitionsDto;
3405
- };
3406
- });
3407
- getAthleteMemberships?: (AthleteMembershipGenqlSelection & {
3408
- __args: {
3409
- athleteId: Scalars['String'];
3410
- };
3411
- });
3412
- findAthletebyIdpublic?: (AthleteGenqlSelection & {
3413
- __args: {
3414
- athleteId: Scalars['String'];
3415
- };
3416
- });
3417
- getAthleteAlbums?: AlbumGenqlSelection;
3418
- getAndSetAlbumById?: (AlbumGenqlSelection & {
3419
- __args: {
3420
- input: Scalars['String'];
3421
- };
3422
- });
3423
- getAthleteAlbumId?: (AlbumGenqlSelection & {
3424
- __args: {
3425
- input: Scalars['String'];
3426
- };
3427
- });
3428
- queryAthleteWithFilter?: (AthleteQueryResponseGenqlSelection & {
3429
- __args: {
3430
- input: AthleteQueryDto;
3431
- };
3432
- });
3433
- getPublicAthleteAlbums?: (AlbumGenqlSelection & {
3434
- __args: {
3435
- athleteId: Scalars['String'];
3436
- };
3437
- });
3438
- screenNameAvailability?: (ExistValueResponseGenqlSelection & {
3439
- __args: {
3440
- input: existValueDto;
3441
- };
3442
- });
3443
- getAthleteHistoricalScores?: (HistoricalScoreTypeGenqlSelection & {
3444
- __args: {
3445
- input: GetHistoricalScoresDto;
3446
- };
3447
- });
3448
- getMyHistoricalScores?: (HistoricalScoreTypeGenqlSelection & {
3449
- __args: {
3450
- input: GetMyHistoricalScoresDto;
3451
- };
3452
- });
3453
- getAthleteCampaigns?: (FundRaisingCampaignGenqlSelection & {
3454
- __args: {
3455
- input: GetAthleteCampaignsDto;
3456
- };
3457
- });
3458
- getSports?: SportGenqlSelection;
3459
- findSportById?: (SportGenqlSelection & {
3460
- __args: {
3461
- sportId: Scalars['String'];
3462
- };
3463
- });
3464
- getSportLevels?: SportLevelGenqlSelection;
3465
- getPublicSponsorships?: SponsorshipGenqlSelection;
3466
- getTenantSponsorships?: SponsorshipGenqlSelection;
3467
- getCountries?: CountryGenqlSelection;
3468
- getCountryStates?: (StateGenqlSelection & {
3469
- __args: {
3470
- countryId: Scalars['String'];
3471
- };
3472
- });
3473
- getStates?: StateGenqlSelection;
3474
- getStateCities?: (CityGenqlSelection & {
3475
- __args: {
3476
- stateId: Scalars['String'];
3477
- };
3478
- });
3479
- findCitiesStartingWith?: (CityGenqlSelection & {
3480
- __args: {
3481
- text: Scalars['String'];
3482
- };
3483
- });
3484
- findCityById?: (CityGenqlSelection & {
3485
- __args: {
3486
- cityId: Scalars['String'];
3487
- };
3488
- });
3489
- findVtxUser?: (UserGenqlSelection & {
3490
- __args: {
3491
- input: FindVtxUserDto;
3492
- };
3493
- });
3494
- validateUserCredentialsVtx?: (UserGenqlSelection & {
3495
- __args: {
3496
- username: Scalars['String'];
3497
- password: Scalars['String'];
3498
- };
3499
- });
3500
- getUserImagesFromEmail?: (UserImagesGenqlSelection & {
3501
- __args: {
3502
- loginEmail: Scalars['String'];
3503
- };
3504
- });
3505
- getResetVerificationCode?: (VerificationCodeGenqlSelection & {
3506
- __args: {
3507
- input: Scalars['String'];
3508
- };
3509
- });
3510
- verifyCode?: (CodeVerificationResponseGenqlSelection & {
3511
- __args: {
3512
- input: VerifyCodeDto;
3513
- };
3514
- });
3515
- getStravaLoginUrl?: boolean | number;
3516
- getSportsEvents?: (SportsEventGenqlSelection & {
3517
- __args: {
3518
- input: GetSportEventsDto;
3519
- };
3520
- });
3521
- getBudgetsByAthlete?: BudgetDataGenqlSelection;
3522
- getMembershipOrganizations?: MembershipOrganizationReferenceGenqlSelection;
3523
- getAthleteStravaIntegration?: AthleteIntegrationReferenceGenqlSelection;
3524
- getAthleteInstagramIntegration?: AthleteIntegrationReferenceGenqlSelection;
3525
- getAthleteIntegrations?: AthleteIntegrationReferenceGenqlSelection;
3526
- stripeQuery?: (StripeObjectGenqlSelection & {
3527
- __args: {
3528
- input: StripeQueryDto;
3529
- };
3530
- });
3531
- getDatabaseTextFile?: (TextDatabaseFileGenqlSelection & {
3532
- __args: {
3533
- input: GetDatabaseFileDto;
3534
- };
3535
- });
3536
- getReceipt?: (ReceiptGenqlSelection & {
3537
- __args: {
3538
- input: GetReceiptDto;
3539
- };
3540
- });
3541
- getReceiptUrl?: (ReceiptUrlGenqlSelection & {
3542
- __args: {
3543
- input: GetReceiptDto;
3544
- };
3545
- });
3546
- __typename?: boolean | number;
3547
- __scalar?: boolean | number;
3548
- }
3549
- export interface AWSS3GetUploadDto {
3550
- useType: Scalars['String'];
3551
- name?: (Scalars['String'] | null);
3552
- }
3553
- export interface FindSponsorAthleteInvitationDto {
3554
- code: Scalars['String'];
3555
- type?: (Scalars['String'] | null);
3556
- }
3557
- export interface GetAthleteCompetitionsDto {
3558
- athleteId: Scalars['String'];
3559
- fromInclusive?: (Scalars['DateTime'] | null);
3560
- toExclusive?: (Scalars['DateTime'] | null);
3561
- }
3562
- export interface FindVtxUserDto {
3563
- loginEmail: Scalars['String'];
3564
- }
3565
- export interface GetSportEventsDto {
3566
- matchString?: (Scalars['String'] | null);
3567
- }
3568
- export interface MutationGenqlSelection {
3569
- registerNewDomainTenant?: (TenantGenqlSelection & {
3570
- __args: {
3571
- tenant: CreateTenantInput;
3572
- };
3573
- });
3574
- registerNewDomainTenantWithLogin?: (TenantWithUserLoginGenqlSelection & {
3575
- __args: {
3576
- tenant: CreateTenantInput;
3577
- };
3578
- });
3579
- createUserAndLogin?: (UserWithTokenGenqlSelection & {
3580
- __args: {
3581
- user: CreateActiveUserInput;
3582
- };
3583
- });
3584
- loginUserFromEmail?: (UserTokenGenqlSelection & {
3585
- __args: {
3586
- email: Scalars['String'];
3587
- loginMethod: Scalars['String'];
3588
- };
3589
- });
3590
- loginUserFromCredentials?: (UserWithTokenGenqlSelection & {
3591
- __args: {
3592
- username: Scalars['String'];
3593
- password: Scalars['String'];
3594
- };
3595
- });
3596
- registerUserToDomainFromEmail?: (UserGenqlSelection & {
3597
- __args: {
3598
- input: RegisterUserToDomainFromEmailInput;
3599
- };
3600
- });
3601
- refreshToken?: (UserTokenGenqlSelection & {
3602
- __args: {
3603
- dto: RefreshTokenInput;
3604
- };
3605
- });
3606
- deleteUploadedUseTypeFile?: (AWSS3CallResultGenqlSelection & {
3607
- __args: {
3608
- input: AWSS3DeleteUseTypeFileDto;
3609
- };
3610
- });
3611
- deleteUploadedBucketFile?: (AWSS3CallResultGenqlSelection & {
3612
- __args: {
3613
- input: AWSS3DeleteBucketFileDto;
3614
- };
3615
- });
3616
- deleteUploadedTypeKeyFile?: (AWSS3CallResultGenqlSelection & {
3617
- __args: {
3618
- input: AWSS3DeleteUseTypeKeyDto;
3619
- };
3620
- });
3621
- registerS3UploadedFile?: (AWSS3FileGenqlSelection & {
3622
- __args: {
3623
- input: AWSS3UploadedFileDto;
3624
- };
3625
- });
3626
- createIndustry?: (IndustryGenqlSelection & {
3627
- __args: {
3628
- input: CreateIndustryDto;
3629
- };
3630
- });
3631
- createBrand?: (BrandGenqlSelection & {
3632
- __args: {
3633
- input: CreateBrandDto;
3634
- };
3635
- });
3636
- registerSponsor?: (SponsorGenqlSelection & {
3637
- __args: {
3638
- input: RegisterSponsorInput;
3639
- };
3640
- });
3641
- createSponsor?: (SponsorGenqlSelection & {
3642
- __args: {
3643
- input: CreateSponsorDto;
3644
- };
3645
- });
3646
- sendAthleteInvitations?: (SponsorAthleteInvitationGenqlSelection & {
3647
- __args: {
3648
- input: InviteAthletesDto;
3649
- };
3650
- });
3651
- registerAthlete?: (AthleteGenqlSelection & {
3652
- __args: {
3653
- input: RegisterAthleteDto;
3654
- };
3655
- });
3656
- editProfileValue?: (EditValueResponseGenqlSelection & {
3657
- __args: {
3658
- input: EditValueDto;
3659
- };
3660
- });
3661
- editPicture?: (EditPictureResponseGenqlSelection & {
3662
- __args: {
3663
- input: EditPictureDto;
3664
- };
3665
- });
3666
- AddAlbumPictures?: (AddValuesResponseGenqlSelection & {
3667
- __args: {
3668
- input: UploadAlbumsPicturesDto;
3669
- };
3670
- });
3671
- addAthleteCompetition?: (AthleteCompetitionGenqlSelection & {
3672
- __args: {
3673
- input: CreateAthleteCompetitionDto;
3674
- };
3675
- });
3676
- deleteAthleteCompetition?: (DeleteSingleValueResponseGenqlSelection & {
3677
- __args: {
3678
- input: DeleteSingleValueDto;
3679
- };
3680
- });
3681
- createAthleteAlbum?: (AlbumGenqlSelection & {
3682
- __args: {
3683
- input: UploadAlbumsPicturesDto;
3684
- };
3685
- });
3686
- editAlbum?: (AlbumGenqlSelection & {
3687
- __args: {
3688
- input: UploadAlbumsPicturesDto;
3689
- };
3690
- });
3691
- deleteAthleteAlbum?: (DeleteSingleValueResponseGenqlSelection & {
3692
- __args: {
3693
- input: DeleteSingleValueDto;
3694
- };
3695
- });
3696
- deleteAthletePhotos?: (DeleteValuesResponseGenqlSelection & {
3697
- __args: {
3698
- input: DeleteValuesDto;
3699
- };
3700
- });
3701
- saveAthleteCompetitionResult?: (AthleteCompetitionResultGenqlSelection & {
3702
- __args: {
3703
- input: SetCompetitionResultDto;
3704
- };
3705
- });
3706
- updateAthleteScores?: AthleteGenqlSelection;
3707
- setCurrentCampaign?: (FundRaisingCampaignGenqlSelection & {
3708
- __args: {
3709
- input: SetCurrentCampaignDto;
3710
- };
3711
- });
3712
- createSport?: (SportGenqlSelection & {
3713
- __args: {
3714
- input: CreateSportDto;
3715
- };
3716
- });
3717
- updateSport?: (SportGenqlSelection & {
3718
- __args: {
3719
- input: UpdateSportDto;
3720
- };
3721
- });
3722
- createSportLevel?: (SportLevelGenqlSelection & {
3723
- __args: {
3724
- input: CreateSportLevelDto;
3725
- };
3726
- });
3727
- createSponsorship?: (SponsorshipGenqlSelection & {
3728
- __args: {
3729
- input: CreateSponsorshipDto;
3730
- };
3731
- });
3732
- createCountry?: (CountryGenqlSelection & {
3733
- __args: {
3734
- input: CreateCountryDto;
3735
- };
3736
- });
3737
- createState?: (StateGenqlSelection & {
3738
- __args: {
3739
- input: CreateStateDto;
3740
- };
3741
- });
3742
- createCity?: (CityGenqlSelection & {
3743
- __args: {
3744
- input: CreateCityDto;
3745
- };
3746
- });
3747
- preRegisterAthleteUser?: (VerificationCodeGenqlSelection & {
3748
- __args: {
3749
- input: RegisterUserDto;
3750
- };
3751
- });
3752
- confirmAthleteUserRegistrationAndLogin?: (UserWithTokenGenqlSelection & {
3753
- __args: {
3754
- input: VerifyCodeDto;
3755
- };
3756
- });
3757
- confirmAthleteUserRegistration?: (UserGenqlSelection & {
3758
- __args: {
3759
- input: VerifyCodeDto;
3760
- };
3761
- });
3762
- registerAthleteUser?: (UserGenqlSelection & {
3763
- __args: {
3764
- input: RegisterUserDto;
3765
- };
3766
- });
3767
- registerSponsorUser?: (UserGenqlSelection & {
3768
- __args: {
3769
- input: RegisterUserDto;
3770
- };
3771
- });
3772
- loginUserFromCredentialsVtx?: (UserWithTokenGenqlSelection & {
3773
- __args: {
3774
- username: Scalars['String'];
3775
- password: Scalars['String'];
3776
- };
3777
- });
3778
- createResetPasswordCode?: (EditValueResponseGenqlSelection & {
3779
- __args: {
3780
- input: Scalars['String'];
3781
- };
3782
- });
3783
- resetUserPassword?: (EditValueResponseGenqlSelection & {
3784
- __args: {
3785
- input: resetPasswordDto;
3786
- };
3787
- });
3788
- handleStravaCallback?: (StravaTokenGenqlSelection & {
3789
- __args: {
3790
- data: RegisterStravaDto;
3791
- };
3792
- });
3793
- refreshStravaToken?: (StravaTokenGenqlSelection & {
3794
- __args: {
3795
- input: Scalars['String'];
3796
- };
3797
- });
3798
- createSportsEvent?: (SportsEventGenqlSelection & {
3799
- __args: {
3800
- input: CreateSportEventDto;
3801
- };
3802
- });
3803
- setFundingStatus?: (FundRaisingCampaignGenqlSelection & {
3804
- __args: {
3805
- input: SetFundingStatusDto;
3806
- };
3807
- });
3808
- createFundingCampaign?: (FundRaisingCampaignGenqlSelection & {
3809
- __args: {
3810
- input: CreateFundingCampaignDto;
3811
- };
3812
- });
3813
- updateFundingCampaign?: (FundRaisingCampaignGenqlSelection & {
3814
- __args: {
3815
- input: UpdateFundingCampaignDto;
3816
- };
3817
- });
3818
- deleteFundingCampaign?: (DeleteSingleValueResponseGenqlSelection & {
3819
- __args: {
3820
- input: DeleteSingleValueDto;
3821
- };
3822
- });
3823
- deleteFundingCampaigns?: (DeleteValuesResponseGenqlSelection & {
3824
- __args: {
3825
- input: DeleteValuesDto;
3826
- };
3827
- });
3828
- deleteCompetitionBudget?: {
3829
- __args: {
3830
- competitionId: Scalars['String'];
3831
- };
3832
- };
3833
- addCompetitionBudget?: {
3834
- __args: {
3835
- input: AddCompetitionBudgetDto;
3836
- };
3837
- };
3838
- editCompetitionBudget?: {
3839
- __args: {
3840
- input: EditCompetitionBudgetDto;
3841
- };
3842
- };
3843
- editCampaignBudget?: {
3844
- __args: {
3845
- input: EditCampaignBudgetDto;
3846
- };
3847
- };
3848
- createMembershipOrganization?: (MembershipOrganizationReferenceGenqlSelection & {
3849
- __args: {
3850
- input: CreateMembershipOrganizationDto;
3851
- };
3852
- });
3853
- createAthleteMembershipAffilation?: (AthleteMembershipGenqlSelection & {
3854
- __args: {
3855
- input: CreateAthleteMembershipDto;
3856
- };
3857
- });
3858
- deleteAthleteMembershipAffilation?: (DeleteSingleValueResponseGenqlSelection & {
3859
- __args: {
3860
- input: DeleteSingleValueDto;
3861
- };
3862
- });
3863
- updateAthleteIntegration?: {
3864
- __args: {
3865
- type: Scalars['String'];
3866
- };
3867
- };
3868
- createStripeAccount?: (StripeAccountReferenceGenqlSelection & {
3869
- __args: {
3870
- input: CreateStripeAccountDto;
3871
- };
3872
- });
3873
- createAthleteStripeSession?: StripeSessionGenqlSelection;
3874
- createStripeCheckoutSession?: (StripeCheckoutSessionGenqlSelection & {
3875
- __args: {
3876
- input: DonationCheckoutDto;
3877
- };
3878
- });
3879
- __typename?: boolean | number;
3880
- __scalar?: boolean | number;
3881
- }
3882
- export interface CreateTenantInput {
3883
- name: Scalars['String'];
3884
- email: Scalars['String'];
3885
- tenant_uri: Scalars['String'];
3886
- domain: Scalars['String'];
3887
- }
3888
- export interface CreateActiveUserInput {
3889
- loginEmail: Scalars['String'];
3890
- password?: (Scalars['String'] | null);
3891
- loginMethod?: (Scalars['String'] | null);
3892
- }
3893
- export interface RegisterUserToDomainFromEmailInput {
3894
- email: Scalars['String'];
3895
- domainId: Scalars['String'];
3896
- tenantId?: (Scalars['String'] | null);
3897
- createUserIfNotExist?: (Scalars['Boolean'] | null);
3898
- }
3899
- export interface RefreshTokenInput {
3900
- refreshToken: Scalars['String'];
3901
- }
3902
- export interface AWSS3DeleteUseTypeFileDto {
3903
- name: Scalars['String'];
3904
- useType: Scalars['String'];
3905
- }
3906
- export interface AWSS3DeleteBucketFileDto {
3907
- key: Scalars['String'];
3908
- bucket: Scalars['String'];
3909
- credentialsId?: (Scalars['String'] | null);
3910
- }
3911
- export interface AWSS3DeleteUseTypeKeyDto {
3912
- key: Scalars['String'];
3913
- useType: Scalars['String'];
3914
- }
3915
- export interface CreateIndustryDto {
3916
- name: Scalars['String'];
3917
- }
3918
- export interface CreateBrandDto {
3919
- name: Scalars['String'];
3920
- description?: (Scalars['String'] | null);
3921
- slogan?: (Scalars['String'] | null);
3922
- website?: (Scalars['String'] | null);
3923
- logo?: (AWSS3UploadedFileDto | null);
3924
- banner?: (AWSS3UploadedFileDto | null);
3925
- translations?: (BrandTranslationDto[] | null);
3926
- }
3927
- export interface BrandTranslationDto {
3928
- brandId: Scalars['String'];
3929
- language: Scalars['String'];
3930
- name?: (Scalars['String'] | null);
3931
- description?: (Scalars['String'] | null);
3932
- slogan?: (Scalars['String'] | null);
3933
- logo?: (AWSS3UploadedFileDto | null);
3934
- banner?: (AWSS3UploadedFileDto | null);
3935
- }
3936
- export interface RegisterSponsorInput {
3937
- name: Scalars['String'];
3938
- phone?: (Scalars['String'] | null);
3939
- hasWhatsapp?: Scalars['Boolean'];
3940
- companyName?: (Scalars['String'] | null);
3941
- companyEmail: Scalars['String'];
3942
- industryId: Scalars['String'];
3943
- companySize: Scalars['String'];
3944
- operatorType: Scalars['String'];
3945
- numberOfAthletes: Scalars['String'];
3946
- brands: Scalars['String'][];
3947
- }
3948
- export interface CreateSponsorDto {
3949
- name: Scalars['String'];
3950
- description?: (Scalars['String'] | null);
3951
- }
3952
- export interface RegisterAthleteDto {
3953
- email: Scalars['String'];
3954
- firstName: Scalars['String'];
3955
- lastName: Scalars['String'];
3956
- screenName?: (Scalars['String'] | null);
3957
- nationality: Scalars['String'];
3958
- cityId: Scalars['String'];
3959
- locLatitude?: (Scalars['Float'] | null);
3960
- locLongitude?: (Scalars['Float'] | null);
3961
- dateOfBirth: Scalars['DateTime'];
3962
- lgbt?: (Scalars['Boolean'] | null);
3963
- trainer?: (Scalars['String'] | null);
3964
- trainerUrl?: (Scalars['String'] | null);
3965
- aboutMe?: (Scalars['String'] | null);
3966
- team?: (Scalars['String'] | null);
3967
- gender: Scalars['String'];
3968
- mainSport: Scalars['String'];
3969
- mainSportLevel: Scalars['String'];
3970
- profilePicture?: (AWSS3UploadedFileDto | null);
3971
- cardPicture?: (AWSS3UploadedFileDto | null);
3972
- }
3973
- export interface EditValueDto {
3974
- field: Scalars['String'];
3975
- newValue?: (Scalars['String'] | null);
3976
- }
3977
- export interface SetCurrentCampaignDto {
3978
- campaignId: Scalars['String'];
3979
- }
3980
- export interface CreateSportDto {
3981
- _id: Scalars['String'];
3982
- name: Scalars['String'];
3983
- priority?: (Scalars['Float'] | null);
3984
- resultType?: (Scalars['String'] | null);
3985
- }
3986
- export interface UpdateSportDto {
3987
- _id: Scalars['String'];
3988
- name: Scalars['String'];
3989
- }
3990
- export interface CreateSportLevelDto {
3991
- _id: Scalars['String'];
3992
- label: Scalars['String'];
3993
- index: Scalars['Float'];
3994
- translations?: (CreateSportLevelTranslationDto[] | null);
3995
- }
3996
- export interface CreateSportLevelTranslationDto {
3997
- language: Scalars['String'];
3998
- label: Scalars['String'];
3999
- }
4000
- export interface CreateSponsorshipDto {
4001
- title: Scalars['String'];
4002
- brandId: Scalars['String'];
4003
- description?: (Scalars['String'] | null);
4004
- cashValue?: (Scalars['Float'] | null);
4005
- otherValue?: (Scalars['Float'] | null);
4006
- banner?: (AWSS3UploadedFileDto | null);
4007
- criteria?: (AthleteCriteriaDto | null);
4008
- deadline?: (Scalars['DateTime'] | null);
4009
- startDate?: (Scalars['DateTime'] | null);
4010
- duration: DurationDto;
4011
- sponsorshipItems?: (SponsorshipItemDto[] | null);
4012
- commitments?: (SponsorshipCommitmentDto[] | null);
4013
- terms?: (Scalars['String'] | null);
4014
- published?: (Scalars['Boolean'] | null);
4015
- isPrivate?: (Scalars['Boolean'] | null);
4016
- translations?: (SponsorshipTranslationDto[] | null);
4017
- }
4018
- export interface AthleteCriteriaDto {
4019
- _id: Scalars['String'];
4020
- label?: (Scalars['String'] | null);
4021
- qualificationsBag?: (QualificationsBagDto | null);
4022
- }
4023
- export interface QualificationsBagDto {
4024
- ageQualifications?: (AgeQualificationDto[] | null);
4025
- genderQualifications?: (GenderQualificationDto[] | null);
4026
- scoreQualifications?: (ScoreQualificationDto[] | null);
4027
- locationQualifications?: (LocationQualificationDto[] | null);
4028
- nationalityQualifications?: (NationalityQualificationDto[] | null);
4029
- distanceQualifications?: (DistanceQualificationDto[] | null);
4030
- sportsQualifications?: (SportsQualificationDto[] | null);
4031
- levelQualifications?: (SportsLevelQualificationDto[] | null);
4032
- }
4033
- export interface DurationDto {
4034
- length?: Scalars['Float'];
4035
- unit?: Scalars['String'];
4036
- }
4037
- export interface SponsorshipItemDto {
4038
- _id: Scalars['String'];
4039
- quantity?: Scalars['Float'];
4040
- title: Scalars['String'];
4041
- value?: Scalars['Float'];
4042
- }
4043
- export interface SponsorshipCommitmentDto {
4044
- _id: Scalars['String'];
4045
- title: Scalars['String'];
4046
- details?: (Scalars['String'] | null);
4047
- hashTags?: (Scalars['String'][] | null);
4048
- media: Scalars['String'];
4049
- actionType: Scalars['String'];
4050
- frequency?: (Scalars['Float'] | null);
4051
- periodicity: Scalars['String'];
4052
- }
4053
- export interface SponsorshipTranslationDto {
4054
- sponsorshipId: Scalars['String'];
4055
- language: Scalars['String'];
4056
- title?: (Scalars['String'] | null);
4057
- description?: (Scalars['String'] | null);
4058
- banner?: (AWSS3UploadedFileDto | null);
4059
- terms?: (Scalars['String'] | null);
4060
- }
4061
- export interface CreateCountryDto {
4062
- _id: Scalars['String'];
4063
- name: Scalars['String'];
4064
- }
4065
- export interface CreateStateDto {
4066
- _id: Scalars['String'];
4067
- name: Scalars['String'];
4068
- countryId: Scalars['String'];
4069
- }
4070
- export interface CreateCityDto {
4071
- _id: Scalars['String'];
4072
- cityName: Scalars['String'];
4073
- cityNameLocalized: Scalars['String'];
4074
- lat: Scalars['Float'];
4075
- lng: Scalars['Float'];
4076
- stateId: Scalars['String'];
4077
- timezone: Scalars['String'];
4078
- city_alt?: (Scalars['String'] | null);
4079
- iso3?: (Scalars['String'] | null);
4080
- admin_type?: (Scalars['String'] | null);
4081
- capital?: (Scalars['String'] | null);
4082
- density?: (Scalars['Float'] | null);
4083
- population?: (Scalars['Float'] | null);
4084
- population_proper?: (Scalars['Float'] | null);
4085
- ranking?: (Scalars['Float'] | null);
4086
- same_name?: (Scalars['String'] | null);
4087
- }
4088
- export interface RegisterStravaDto {
4089
- idAthlete: Scalars['String'];
4090
- code: Scalars['String'];
4091
- }
4092
- export interface CreateSportEventDto {
4093
- name: Scalars['String'];
4094
- cityId?: (Scalars['String'] | null);
4095
- sportId?: (Scalars['String'] | null);
4096
- startDate: Scalars['DateTime'];
4097
- endDate?: (Scalars['DateTime'] | null);
4098
- website?: (Scalars['String'] | null);
4099
- banner?: (AWSS3UploadedFileDto | null);
4100
- eventLevel?: (Scalars['String'] | null);
4101
- }
4102
- export interface CreateStripeAccountDto {
4103
- countryId: Scalars['String'];
4104
- acceptedTermsId: Scalars['String'];
4105
- acceptedPrivacyId: Scalars['String'];
4106
- }
4107
- export declare const isUser: (obj?: {
4108
- __typename?: any;
4109
- } | null) => obj is User;
4110
- export declare const isUserWithToken: (obj?: {
4111
- __typename?: any;
4112
- } | null) => obj is UserWithToken;
4113
- export declare const isBaseTenant: (obj?: {
4114
- __typename?: any;
4115
- } | null) => obj is BaseTenant;
4116
- export declare const isTenant: (obj?: {
4117
- __typename?: any;
4118
- } | null) => obj is Tenant;
4119
- export declare const isDomain: (obj?: {
4120
- __typename?: any;
4121
- } | null) => obj is Domain;
4122
- export declare const isDomainCredential: (obj?: {
4123
- __typename?: any;
4124
- } | null) => obj is DomainCredential;
4125
- export declare const isUserToken: (obj?: {
4126
- __typename?: any;
4127
- } | null) => obj is UserToken;
4128
- export declare const isDecodedToken: (obj?: {
4129
- __typename?: any;
4130
- } | null) => obj is DecodedToken;
4131
- export declare const isDecodedRefreshToken: (obj?: {
4132
- __typename?: any;
4133
- } | null) => obj is DecodedRefreshToken;
4134
- export declare const isTenantWithUserLogin: (obj?: {
4135
- __typename?: any;
4136
- } | null) => obj is TenantWithUserLogin;
4137
- export declare const isUriAvailableType: (obj?: {
4138
- __typename?: any;
4139
- } | null) => obj is UriAvailableType;
4140
- export declare const isAgreement: (obj?: {
4141
- __typename?: any;
4142
- } | null) => obj is Agreement;
4143
- export declare const isSignedAgreement: (obj?: {
4144
- __typename?: any;
4145
- } | null) => obj is SignedAgreement;
4146
- export declare const isBillEntity: (obj?: {
4147
- __typename?: any;
4148
- } | null) => obj is BillEntity;
4149
- export declare const isInvoiceItem: (obj?: {
4150
- __typename?: any;
4151
- } | null) => obj is InvoiceItem;
4152
- export declare const isPayment: (obj?: {
4153
- __typename?: any;
4154
- } | null) => obj is Payment;
4155
- export declare const isPlaFeature: (obj?: {
4156
- __typename?: any;
4157
- } | null) => obj is PlaFeature;
4158
- export declare const isPlan: (obj?: {
4159
- __typename?: any;
4160
- } | null) => obj is Plan;
4161
- export declare const isPlanPrice: (obj?: {
4162
- __typename?: any;
4163
- } | null) => obj is PlanPrice;
4164
- export declare const isInvoice: (obj?: {
4165
- __typename?: any;
4166
- } | null) => obj is Invoice;
4167
- export declare const isSubscriptionInvoice: (obj?: {
4168
- __typename?: any;
4169
- } | null) => obj is SubscriptionInvoice;
4170
- export declare const isPlanSubscription: (obj?: {
4171
- __typename?: any;
4172
- } | null) => obj is PlanSubscription;
4173
- export declare const isSubscriptionPayment: (obj?: {
4174
- __typename?: any;
4175
- } | null) => obj is SubscriptionPayment;
4176
- export declare const isAWSS3File: (obj?: {
4177
- __typename?: any;
4178
- } | null) => obj is AWSS3File;
4179
- export declare const isMagicLink: (obj?: {
4180
- __typename?: any;
4181
- } | null) => obj is MagicLink;
4182
- export declare const isVerificationCode: (obj?: {
4183
- __typename?: any;
4184
- } | null) => obj is VerificationCode;
4185
- export declare const isErrorInfo: (obj?: {
4186
- __typename?: any;
4187
- } | null) => obj is ErrorInfo;
4188
- export declare const isHttpRequestField: (obj?: {
4189
- __typename?: any;
4190
- } | null) => obj is HttpRequestField;
4191
- export declare const isAWSS3UploadUrl: (obj?: {
4192
- __typename?: any;
4193
- } | null) => obj is AWSS3UploadUrl;
4194
- export declare const isAWSS3CallResult: (obj?: {
4195
- __typename?: any;
4196
- } | null) => obj is AWSS3CallResult;
4197
- export declare const isDatabaseFile: (obj?: {
4198
- __typename?: any;
4199
- } | null) => obj is DatabaseFile;
4200
- export declare const isTextDatabaseFile: (obj?: {
4201
- __typename?: any;
4202
- } | null) => obj is TextDatabaseFile;
4203
- export declare const isCodeVerificationResponse: (obj?: {
4204
- __typename?: any;
4205
- } | null) => obj is CodeVerificationResponse;
4206
- export declare const isBrandStats: (obj?: {
4207
- __typename?: any;
4208
- } | null) => obj is BrandStats;
4209
- export declare const isBrandTranslation: (obj?: {
4210
- __typename?: any;
4211
- } | null) => obj is BrandTranslation;
4212
- export declare const isBrand: (obj?: {
4213
- __typename?: any;
4214
- } | null) => obj is Brand;
4215
- export declare const isStravaTpiRideDto: (obj?: {
4216
- __typename?: any;
4217
- } | null) => obj is StravaTpiRideDto;
4218
- export declare const isStravaTpiRunDto: (obj?: {
4219
- __typename?: any;
4220
- } | null) => obj is StravaTpiRunDto;
4221
- export declare const isStravaTpiSwimDto: (obj?: {
4222
- __typename?: any;
4223
- } | null) => obj is StravaTpiSwimDto;
4224
- export declare const isCity: (obj?: {
4225
- __typename?: any;
4226
- } | null) => obj is City;
4227
- export declare const isState: (obj?: {
4228
- __typename?: any;
4229
- } | null) => obj is State;
4230
- export declare const isCountry: (obj?: {
4231
- __typename?: any;
4232
- } | null) => obj is Country;
4233
- export declare const isAgeQualification: (obj?: {
4234
- __typename?: any;
4235
- } | null) => obj is AgeQualification;
4236
- export declare const isGenderQualification: (obj?: {
4237
- __typename?: any;
4238
- } | null) => obj is GenderQualification;
4239
- export declare const isScoreQualification: (obj?: {
4240
- __typename?: any;
4241
- } | null) => obj is ScoreQualification;
4242
- export declare const isLocationQualification: (obj?: {
4243
- __typename?: any;
4244
- } | null) => obj is LocationQualification;
4245
- export declare const isNationalityQualification: (obj?: {
4246
- __typename?: any;
4247
- } | null) => obj is NationalityQualification;
4248
- export declare const isDistanceQualification: (obj?: {
4249
- __typename?: any;
4250
- } | null) => obj is DistanceQualification;
4251
- export declare const isSportsQualification: (obj?: {
4252
- __typename?: any;
4253
- } | null) => obj is SportsQualification;
4254
- export declare const isSportsLevelQualification: (obj?: {
4255
- __typename?: any;
4256
- } | null) => obj is SportsLevelQualification;
4257
- export declare const isAthleteCriteria: (obj?: {
4258
- __typename?: any;
4259
- } | null) => obj is AthleteCriteria;
4260
- export declare const isQualificationTypeUnion: (obj?: {
4261
- __typename?: any;
4262
- } | null) => obj is QualificationTypeUnion;
4263
- export declare const isIndustry: (obj?: {
4264
- __typename?: any;
4265
- } | null) => obj is Industry;
4266
- export declare const isSponsorStats: (obj?: {
4267
- __typename?: any;
4268
- } | null) => obj is SponsorStats;
4269
- export declare const isSponsorBrand: (obj?: {
4270
- __typename?: any;
4271
- } | null) => obj is SponsorBrand;
4272
- export declare const isSponsor: (obj?: {
4273
- __typename?: any;
4274
- } | null) => obj is Sponsor;
4275
- export declare const isSponsorshipItem: (obj?: {
4276
- __typename?: any;
4277
- } | null) => obj is SponsorshipItem;
4278
- export declare const isSponsorshipCommitment: (obj?: {
4279
- __typename?: any;
4280
- } | null) => obj is SponsorshipCommitment;
4281
- export declare const isDuration: (obj?: {
4282
- __typename?: any;
4283
- } | null) => obj is Duration;
4284
- export declare const isSponsorshipStats: (obj?: {
4285
- __typename?: any;
4286
- } | null) => obj is SponsorshipStats;
4287
- export declare const isSponsorshipTranslation: (obj?: {
4288
- __typename?: any;
4289
- } | null) => obj is SponsorshipTranslation;
4290
- export declare const isSponsorship: (obj?: {
4291
- __typename?: any;
4292
- } | null) => obj is Sponsorship;
4293
- export declare const isFollowStats: (obj?: {
4294
- __typename?: any;
4295
- } | null) => obj is FollowStats;
4296
- export declare const isSport: (obj?: {
4297
- __typename?: any;
4298
- } | null) => obj is Sport;
4299
- export declare const isVtxScores: (obj?: {
4300
- __typename?: any;
4301
- } | null) => obj is VtxScores;
4302
- export declare const isSportLevelTranslation: (obj?: {
4303
- __typename?: any;
4304
- } | null) => obj is SportLevelTranslation;
4305
- export declare const isSportLevel: (obj?: {
4306
- __typename?: any;
4307
- } | null) => obj is SportLevel;
4308
- export declare const isRanking: (obj?: {
4309
- __typename?: any;
4310
- } | null) => obj is Ranking;
4311
- export declare const isAthleteRankings: (obj?: {
4312
- __typename?: any;
4313
- } | null) => obj is AthleteRankings;
4314
- export declare const isTeam: (obj?: {
4315
- __typename?: any;
4316
- } | null) => obj is Team;
4317
- export declare const isWorldLocation: (obj?: {
4318
- __typename?: any;
4319
- } | null) => obj is WorldLocation;
4320
- export declare const isSportsEvent: (obj?: {
4321
- __typename?: any;
4322
- } | null) => obj is SportsEvent;
4323
- export declare const isAthleteCompetitionResult: (obj?: {
4324
- __typename?: any;
4325
- } | null) => obj is AthleteCompetitionResult;
4326
- export declare const isBudgetItem: (obj?: {
4327
- __typename?: any;
4328
- } | null) => obj is BudgetItem;
4329
- export declare const isBudget: (obj?: {
4330
- __typename?: any;
4331
- } | null) => obj is Budget;
4332
- export declare const isPhotoAlbum: (obj?: {
4333
- __typename?: any;
4334
- } | null) => obj is PhotoAlbum;
4335
- export declare const isAlbum: (obj?: {
4336
- __typename?: any;
4337
- } | null) => obj is Album;
4338
- export declare const isAthleteCompetition: (obj?: {
4339
- __typename?: any;
4340
- } | null) => obj is AthleteCompetition;
4341
- export declare const isMembershipOrganizationReference: (obj?: {
4342
- __typename?: any;
4343
- } | null) => obj is MembershipOrganizationReference;
4344
- export declare const isMembershipOrganization: (obj?: {
4345
- __typename?: any;
4346
- } | null) => obj is MembershipOrganization;
4347
- export declare const isAthleteMembership: (obj?: {
4348
- __typename?: any;
4349
- } | null) => obj is AthleteMembership;
4350
- export declare const isNewsLink: (obj?: {
4351
- __typename?: any;
4352
- } | null) => obj is NewsLink;
4353
- export declare const isChannel: (obj?: {
4354
- __typename?: any;
4355
- } | null) => obj is Channel;
4356
- export declare const isAthletePreferences: (obj?: {
4357
- __typename?: any;
4358
- } | null) => obj is AthletePreferences;
4359
- export declare const isFundRaisingCampaign: (obj?: {
4360
- __typename?: any;
4361
- } | null) => obj is FundRaisingCampaign;
4362
- export declare const isStripeCapabilityType: (obj?: {
4363
- __typename?: any;
4364
- } | null) => obj is StripeCapabilityType;
4365
- export declare const isStripeRequirementAlternativeType: (obj?: {
4366
- __typename?: any;
4367
- } | null) => obj is StripeRequirementAlternativeType;
4368
- export declare const isStripeFutureRequirementAlternativeType: (obj?: {
4369
- __typename?: any;
4370
- } | null) => obj is StripeFutureRequirementAlternativeType;
4371
- export declare const isStripeErrorType: (obj?: {
4372
- __typename?: any;
4373
- } | null) => obj is StripeErrorType;
4374
- export declare const isStripeRequirementType: (obj?: {
4375
- __typename?: any;
4376
- } | null) => obj is StripeRequirementType;
4377
- export declare const isStripeFutureRequirementType: (obj?: {
4378
- __typename?: any;
4379
- } | null) => obj is StripeFutureRequirementType;
4380
- export declare const isStripeAccount: (obj?: {
4381
- __typename?: any;
4382
- } | null) => obj is StripeAccount;
4383
- export declare const isStripeAccountReference: (obj?: {
4384
- __typename?: any;
4385
- } | null) => obj is StripeAccountReference;
4386
- export declare const isHistoricalScoreType: (obj?: {
4387
- __typename?: any;
4388
- } | null) => obj is HistoricalScoreType;
4389
- export declare const isAthleteReference: (obj?: {
4390
- __typename?: any;
4391
- } | null) => obj is AthleteReference;
4392
- export declare const isAthlete: (obj?: {
4393
- __typename?: any;
4394
- } | null) => obj is Athlete;
4395
- export declare const isCheckoutSession: (obj?: {
4396
- __typename?: any;
4397
- } | null) => obj is CheckoutSession;
4398
- export declare const isFundingCheckoutSessionData: (obj?: {
4399
- __typename?: any;
4400
- } | null) => obj is FundingCheckoutSessionData;
4401
- export declare const isSponsorAthleteInvitation: (obj?: {
4402
- __typename?: any;
4403
- } | null) => obj is SponsorAthleteInvitation;
4404
- export declare const isStravaToken: (obj?: {
4405
- __typename?: any;
4406
- } | null) => obj is StravaToken;
4407
- export declare const isStripeSession: (obj?: {
4408
- __typename?: any;
4409
- } | null) => obj is StripeSession;
4410
- export declare const isStripeCheckoutSession: (obj?: {
4411
- __typename?: any;
4412
- } | null) => obj is StripeCheckoutSession;
4413
- export declare const isStravaAthleteData: (obj?: {
4414
- __typename?: any;
4415
- } | null) => obj is StravaAthleteData;
4416
- export declare const isInstagramCursors: (obj?: {
4417
- __typename?: any;
4418
- } | null) => obj is InstagramCursors;
4419
- export declare const isInstagramPaging: (obj?: {
4420
- __typename?: any;
4421
- } | null) => obj is InstagramPaging;
4422
- export declare const isInstagramMetric: (obj?: {
4423
- __typename?: any;
4424
- } | null) => obj is InstagramMetric;
4425
- export declare const isInstagramInsights: (obj?: {
4426
- __typename?: any;
4427
- } | null) => obj is InstagramInsights;
4428
- export declare const isInstagramMediaItem: (obj?: {
4429
- __typename?: any;
4430
- } | null) => obj is InstagramMediaItem;
4431
- export declare const isInstagramMediaData: (obj?: {
4432
- __typename?: any;
4433
- } | null) => obj is InstagramMediaData;
4434
- export declare const isInstagramUserData: (obj?: {
4435
- __typename?: any;
4436
- } | null) => obj is InstagramUserData;
4437
- export declare const isAthleteIntegrationReference: (obj?: {
4438
- __typename?: any;
4439
- } | null) => obj is AthleteIntegrationReference;
4440
- export declare const isReceipt: (obj?: {
4441
- __typename?: any;
4442
- } | null) => obj is Receipt;
4443
- export declare const isReceiptUrl: (obj?: {
4444
- __typename?: any;
4445
- } | null) => obj is ReceiptUrl;
4446
- export declare const isErrorType: (obj?: {
4447
- __typename?: any;
4448
- } | null) => obj is ErrorType;
4449
- export declare const isDeleteValuesResponse: (obj?: {
4450
- __typename?: any;
4451
- } | null) => obj is DeleteValuesResponse;
4452
- export declare const isBudgetItemReference: (obj?: {
4453
- __typename?: any;
4454
- } | null) => obj is BudgetItemReference;
4455
- export declare const isBudgetReference: (obj?: {
4456
- __typename?: any;
4457
- } | null) => obj is BudgetReference;
4458
- export declare const isCompetitionBudgetReference: (obj?: {
4459
- __typename?: any;
4460
- } | null) => obj is CompetitionBudgetReference;
4461
- export declare const isBaseBudgetData: (obj?: {
4462
- __typename?: any;
4463
- } | null) => obj is BaseBudgetData;
4464
- export declare const isCompetitionBudgetData: (obj?: {
4465
- __typename?: any;
4466
- } | null) => obj is CompetitionBudgetData;
4467
- export declare const isCampaignBudgetData: (obj?: {
4468
- __typename?: any;
4469
- } | null) => obj is CampaignBudgetData;
4470
- export declare const isBudgetData: (obj?: {
4471
- __typename?: any;
4472
- } | null) => obj is BudgetData;
4473
- export declare const isEditValueResponse: (obj?: {
4474
- __typename?: any;
4475
- } | null) => obj is EditValueResponse;
4476
- export declare const isDeleteSingleValueResponse: (obj?: {
4477
- __typename?: any;
4478
- } | null) => obj is DeleteSingleValueResponse;
4479
- export declare const isSortOrder: (obj?: {
4480
- __typename?: any;
4481
- } | null) => obj is SortOrder;
4482
- export declare const isCursorPaginationResponse: (obj?: {
4483
- __typename?: any;
4484
- } | null) => obj is CursorPaginationResponse;
4485
- export declare const isAthleteQueryResponse: (obj?: {
4486
- __typename?: any;
4487
- } | null) => obj is AthleteQueryResponse;
4488
- export declare const isEditPictureResponse: (obj?: {
4489
- __typename?: any;
4490
- } | null) => obj is EditPictureResponse;
4491
- export declare const isAddValuesResponse: (obj?: {
4492
- __typename?: any;
4493
- } | null) => obj is AddValuesResponse;
4494
- export declare const isExistValueResponse: (obj?: {
4495
- __typename?: any;
4496
- } | null) => obj is ExistValueResponse;
4497
- export declare const isStripeObject: (obj?: {
4498
- __typename?: any;
4499
- } | null) => obj is StripeObject;
4500
- export declare const isUserImages: (obj?: {
4501
- __typename?: any;
4502
- } | null) => obj is UserImages;
4503
- export declare const isStripeTransfer: (obj?: {
4504
- __typename?: any;
4505
- } | null) => obj is StripeTransfer;
4506
- export declare const isUserDomain: (obj?: {
4507
- __typename?: any;
4508
- } | null) => obj is UserDomain;
4509
- export declare const isQuery: (obj?: {
4510
- __typename?: any;
4511
- } | null) => obj is Query;
4512
- export declare const isMutation: (obj?: {
4513
- __typename?: any;
4514
- } | null) => obj is Mutation;
4515
- export declare const enumFundingStatus: {
4516
- CREATED: "CREATED";
4517
- ACTIVE: "ACTIVE";
4518
- PAUSED: "PAUSED";
4519
- COMPLETED: "COMPLETED";
4520
- CANCELLED: "CANCELLED";
4521
- };
4522
- export declare const enumFundingMode: {
4523
- FIXED_AMOUNT: "FIXED_AMOUNT";
4524
- SINGLE_BUDGET: "SINGLE_BUDGET";
4525
- COMPETITION_BUDGETS: "COMPETITION_BUDGETS";
4526
- };
4527
- export declare const enumStripeTransferStatus: {
4528
- not_applicable: "not_applicable";
4529
- pending: "pending";
4530
- failed: "failed";
4531
- completed: "completed";
4532
- };
4533
- export declare const enumDonationMode: {
4534
- PUBLIC: "PUBLIC";
4535
- PRIVATE: "PRIVATE";
4536
- ANONYMOUS: "ANONYMOUS";
4537
- };