@vertikalx/vtx-backend-client 3.0.0-dev.30 → 3.0.0-dev.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/vtx-base-api.js +2 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +17 -0
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +16 -0
- package/src/client/types.js +88 -48
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -19,9 +19,9 @@ exports.default = {
|
|
|
19
19
|
206,
|
|
20
20
|
207,
|
|
21
21
|
300,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
311,
|
|
23
|
+
312,
|
|
24
|
+
313
|
|
25
25
|
],
|
|
26
26
|
"types": {
|
|
27
27
|
"User": {
|
|
@@ -2787,7 +2787,7 @@ exports.default = {
|
|
|
2787
2787
|
90
|
|
2788
2788
|
],
|
|
2789
2789
|
"mode": [
|
|
2790
|
-
|
|
2790
|
+
311
|
|
2791
2791
|
],
|
|
2792
2792
|
"athleteId": [
|
|
2793
2793
|
1
|
|
@@ -4697,6 +4697,9 @@ exports.default = {
|
|
|
4697
4697
|
"notCountedReason": [
|
|
4698
4698
|
1
|
|
4699
4699
|
],
|
|
4700
|
+
"prMetrics": [
|
|
4701
|
+
1
|
|
4702
|
+
],
|
|
4700
4703
|
"__typename": [
|
|
4701
4704
|
1
|
|
4702
4705
|
]
|
|
@@ -4771,6 +4774,12 @@ exports.default = {
|
|
|
4771
4774
|
"scoreInfo": [
|
|
4772
4775
|
197
|
|
4773
4776
|
],
|
|
4777
|
+
"prMetrics": [
|
|
4778
|
+
1
|
|
4779
|
+
],
|
|
4780
|
+
"caption": [
|
|
4781
|
+
1
|
|
4782
|
+
],
|
|
4774
4783
|
"__typename": [
|
|
4775
4784
|
1
|
|
4776
4785
|
]
|
|
@@ -6713,7 +6722,7 @@ exports.default = {
|
|
|
6713
6722
|
},
|
|
6714
6723
|
"OfferClaimQueryDto": {
|
|
6715
6724
|
"status": [
|
|
6716
|
-
|
|
6725
|
+
312
|
|
6717
6726
|
],
|
|
6718
6727
|
"__typename": [
|
|
6719
6728
|
1
|
|
@@ -6799,6 +6808,34 @@ exports.default = {
|
|
|
6799
6808
|
1
|
|
6800
6809
|
]
|
|
6801
6810
|
},
|
|
6811
|
+
"MetricRangeInput": {
|
|
6812
|
+
"metricName": [
|
|
6813
|
+
1
|
|
6814
|
+
],
|
|
6815
|
+
"min": [
|
|
6816
|
+
18
|
|
6817
|
+
],
|
|
6818
|
+
"max": [
|
|
6819
|
+
18
|
|
6820
|
+
],
|
|
6821
|
+
"__typename": [
|
|
6822
|
+
1
|
|
6823
|
+
]
|
|
6824
|
+
},
|
|
6825
|
+
"ActivityFiltersInput": {
|
|
6826
|
+
"dateFilter": [
|
|
6827
|
+
1
|
|
6828
|
+
],
|
|
6829
|
+
"activityTypes": [
|
|
6830
|
+
1
|
|
6831
|
+
],
|
|
6832
|
+
"metricRanges": [
|
|
6833
|
+
303
|
|
6834
|
+
],
|
|
6835
|
+
"__typename": [
|
|
6836
|
+
1
|
|
6837
|
+
]
|
|
6838
|
+
},
|
|
6802
6839
|
"ActivitiesQueryDto": {
|
|
6803
6840
|
"athleteId": [
|
|
6804
6841
|
1
|
|
@@ -6815,6 +6852,9 @@ exports.default = {
|
|
|
6815
6852
|
"limit": [
|
|
6816
6853
|
51
|
|
6817
6854
|
],
|
|
6855
|
+
"filters": [
|
|
6856
|
+
304
|
|
6857
|
+
],
|
|
6818
6858
|
"__typename": [
|
|
6819
6859
|
1
|
|
6820
6860
|
]
|
|
@@ -6868,7 +6908,7 @@ exports.default = {
|
|
|
6868
6908
|
51
|
|
6869
6909
|
],
|
|
6870
6910
|
"sortBy": [
|
|
6871
|
-
|
|
6911
|
+
313
|
|
6872
6912
|
],
|
|
6873
6913
|
"contentType": [
|
|
6874
6914
|
206
|
|
@@ -6956,7 +6996,7 @@ exports.default = {
|
|
|
6956
6996
|
32,
|
|
6957
6997
|
{
|
|
6958
6998
|
"input": [
|
|
6959
|
-
|
|
6999
|
+
315,
|
|
6960
7000
|
"AWSS3GetUploadDto!"
|
|
6961
7001
|
]
|
|
6962
7002
|
}
|
|
@@ -7034,7 +7074,7 @@ exports.default = {
|
|
|
7034
7074
|
105,
|
|
7035
7075
|
{
|
|
7036
7076
|
"input": [
|
|
7037
|
-
|
|
7077
|
+
316,
|
|
7038
7078
|
"FindSponsorAthleteInvitationDto!"
|
|
7039
7079
|
]
|
|
7040
7080
|
}
|
|
@@ -7103,7 +7143,7 @@ exports.default = {
|
|
|
7103
7143
|
82,
|
|
7104
7144
|
{
|
|
7105
7145
|
"input": [
|
|
7106
|
-
|
|
7146
|
+
317,
|
|
7107
7147
|
"GetAthleteCompetitionsDto!"
|
|
7108
7148
|
]
|
|
7109
7149
|
}
|
|
@@ -7303,7 +7343,7 @@ exports.default = {
|
|
|
7303
7343
|
0,
|
|
7304
7344
|
{
|
|
7305
7345
|
"input": [
|
|
7306
|
-
|
|
7346
|
+
318,
|
|
7307
7347
|
"FindVtxUserDto!"
|
|
7308
7348
|
]
|
|
7309
7349
|
}
|
|
@@ -7375,7 +7415,7 @@ exports.default = {
|
|
|
7375
7415
|
76,
|
|
7376
7416
|
{
|
|
7377
7417
|
"input": [
|
|
7378
|
-
|
|
7418
|
+
319,
|
|
7379
7419
|
"GetSportEventsDto!"
|
|
7380
7420
|
]
|
|
7381
7421
|
}
|
|
@@ -7449,7 +7489,7 @@ exports.default = {
|
|
|
7449
7489
|
32,
|
|
7450
7490
|
{
|
|
7451
7491
|
"input": [
|
|
7452
|
-
|
|
7492
|
+
315,
|
|
7453
7493
|
"AWSS3GetUploadDto!"
|
|
7454
7494
|
]
|
|
7455
7495
|
}
|
|
@@ -7631,7 +7671,7 @@ exports.default = {
|
|
|
7631
7671
|
195,
|
|
7632
7672
|
{
|
|
7633
7673
|
"input": [
|
|
7634
|
-
|
|
7674
|
+
305,
|
|
7635
7675
|
"ActivitiesQueryDto!"
|
|
7636
7676
|
]
|
|
7637
7677
|
}
|
|
@@ -7640,7 +7680,7 @@ exports.default = {
|
|
|
7640
7680
|
198,
|
|
7641
7681
|
{
|
|
7642
7682
|
"input": [
|
|
7643
|
-
|
|
7683
|
+
306,
|
|
7644
7684
|
"ActivityDetailQueryDto!"
|
|
7645
7685
|
]
|
|
7646
7686
|
}
|
|
@@ -7649,7 +7689,7 @@ exports.default = {
|
|
|
7649
7689
|
200,
|
|
7650
7690
|
{
|
|
7651
7691
|
"input": [
|
|
7652
|
-
|
|
7692
|
+
307,
|
|
7653
7693
|
"ComponentSummaryQueryDto!"
|
|
7654
7694
|
]
|
|
7655
7695
|
}
|
|
@@ -7658,7 +7698,7 @@ exports.default = {
|
|
|
7658
7698
|
203,
|
|
7659
7699
|
{
|
|
7660
7700
|
"input": [
|
|
7661
|
-
|
|
7701
|
+
308,
|
|
7662
7702
|
"ActivityDatesQueryDto!"
|
|
7663
7703
|
]
|
|
7664
7704
|
}
|
|
@@ -7675,7 +7715,7 @@ exports.default = {
|
|
|
7675
7715
|
"Platform!"
|
|
7676
7716
|
],
|
|
7677
7717
|
"range": [
|
|
7678
|
-
|
|
7718
|
+
309,
|
|
7679
7719
|
"DateRangeInput!"
|
|
7680
7720
|
],
|
|
7681
7721
|
"periodType": [
|
|
@@ -7695,7 +7735,7 @@ exports.default = {
|
|
|
7695
7735
|
"Platform!"
|
|
7696
7736
|
],
|
|
7697
7737
|
"options": [
|
|
7698
|
-
|
|
7738
|
+
310
|
|
7699
7739
|
]
|
|
7700
7740
|
}
|
|
7701
7741
|
],
|
|
@@ -7760,7 +7800,7 @@ exports.default = {
|
|
|
7760
7800
|
5,
|
|
7761
7801
|
{
|
|
7762
7802
|
"tenant": [
|
|
7763
|
-
|
|
7803
|
+
321,
|
|
7764
7804
|
"CreateTenantInput!"
|
|
7765
7805
|
]
|
|
7766
7806
|
}
|
|
@@ -7769,7 +7809,7 @@ exports.default = {
|
|
|
7769
7809
|
11,
|
|
7770
7810
|
{
|
|
7771
7811
|
"tenant": [
|
|
7772
|
-
|
|
7812
|
+
321,
|
|
7773
7813
|
"CreateTenantInput!"
|
|
7774
7814
|
]
|
|
7775
7815
|
}
|
|
@@ -7778,7 +7818,7 @@ exports.default = {
|
|
|
7778
7818
|
3,
|
|
7779
7819
|
{
|
|
7780
7820
|
"user": [
|
|
7781
|
-
|
|
7821
|
+
322,
|
|
7782
7822
|
"CreateActiveUserInput!"
|
|
7783
7823
|
]
|
|
7784
7824
|
}
|
|
@@ -7813,7 +7853,7 @@ exports.default = {
|
|
|
7813
7853
|
0,
|
|
7814
7854
|
{
|
|
7815
7855
|
"input": [
|
|
7816
|
-
|
|
7856
|
+
323,
|
|
7817
7857
|
"RegisterUserToDomainFromEmailInput!"
|
|
7818
7858
|
]
|
|
7819
7859
|
}
|
|
@@ -7822,7 +7862,7 @@ exports.default = {
|
|
|
7822
7862
|
8,
|
|
7823
7863
|
{
|
|
7824
7864
|
"dto": [
|
|
7825
|
-
|
|
7865
|
+
324,
|
|
7826
7866
|
"RefreshTokenInput!"
|
|
7827
7867
|
]
|
|
7828
7868
|
}
|
|
@@ -7831,7 +7871,7 @@ exports.default = {
|
|
|
7831
7871
|
33,
|
|
7832
7872
|
{
|
|
7833
7873
|
"input": [
|
|
7834
|
-
|
|
7874
|
+
325,
|
|
7835
7875
|
"AWSS3DeleteUseTypeFileDto!"
|
|
7836
7876
|
]
|
|
7837
7877
|
}
|
|
@@ -7840,7 +7880,7 @@ exports.default = {
|
|
|
7840
7880
|
33,
|
|
7841
7881
|
{
|
|
7842
7882
|
"input": [
|
|
7843
|
-
|
|
7883
|
+
326,
|
|
7844
7884
|
"AWSS3DeleteBucketFileDto!"
|
|
7845
7885
|
]
|
|
7846
7886
|
}
|
|
@@ -7849,7 +7889,7 @@ exports.default = {
|
|
|
7849
7889
|
33,
|
|
7850
7890
|
{
|
|
7851
7891
|
"input": [
|
|
7852
|
-
|
|
7892
|
+
327,
|
|
7853
7893
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
7854
7894
|
]
|
|
7855
7895
|
}
|
|
@@ -7867,7 +7907,7 @@ exports.default = {
|
|
|
7867
7907
|
37,
|
|
7868
7908
|
{
|
|
7869
7909
|
"input": [
|
|
7870
|
-
|
|
7910
|
+
328,
|
|
7871
7911
|
"CreateIndustryDto!"
|
|
7872
7912
|
]
|
|
7873
7913
|
}
|
|
@@ -7933,7 +7973,7 @@ exports.default = {
|
|
|
7933
7973
|
59,
|
|
7934
7974
|
{
|
|
7935
7975
|
"input": [
|
|
7936
|
-
|
|
7976
|
+
329,
|
|
7937
7977
|
"RegisterSponsorInput!"
|
|
7938
7978
|
]
|
|
7939
7979
|
}
|
|
@@ -7964,7 +8004,7 @@ exports.default = {
|
|
|
7964
8004
|
"String!"
|
|
7965
8005
|
],
|
|
7966
8006
|
"input": [
|
|
7967
|
-
|
|
8007
|
+
330,
|
|
7968
8008
|
"UpdateSponsorDto!"
|
|
7969
8009
|
]
|
|
7970
8010
|
}
|
|
@@ -7991,7 +8031,7 @@ exports.default = {
|
|
|
7991
8031
|
101,
|
|
7992
8032
|
{
|
|
7993
8033
|
"input": [
|
|
7994
|
-
|
|
8034
|
+
331,
|
|
7995
8035
|
"RegisterAthleteDto!"
|
|
7996
8036
|
]
|
|
7997
8037
|
}
|
|
@@ -8000,7 +8040,7 @@ exports.default = {
|
|
|
8000
8040
|
150,
|
|
8001
8041
|
{
|
|
8002
8042
|
"input": [
|
|
8003
|
-
|
|
8043
|
+
332,
|
|
8004
8044
|
"EditValueDto!"
|
|
8005
8045
|
]
|
|
8006
8046
|
}
|
|
@@ -8054,7 +8094,7 @@ exports.default = {
|
|
|
8054
8094
|
81,
|
|
8055
8095
|
{
|
|
8056
8096
|
"input": [
|
|
8057
|
-
|
|
8097
|
+
333,
|
|
8058
8098
|
"EditDisplayIndexDto!"
|
|
8059
8099
|
]
|
|
8060
8100
|
}
|
|
@@ -8114,7 +8154,7 @@ exports.default = {
|
|
|
8114
8154
|
90,
|
|
8115
8155
|
{
|
|
8116
8156
|
"input": [
|
|
8117
|
-
|
|
8157
|
+
335,
|
|
8118
8158
|
"SetCurrentCampaignDto!"
|
|
8119
8159
|
]
|
|
8120
8160
|
}
|
|
@@ -8123,7 +8163,7 @@ exports.default = {
|
|
|
8123
8163
|
68,
|
|
8124
8164
|
{
|
|
8125
8165
|
"input": [
|
|
8126
|
-
|
|
8166
|
+
336,
|
|
8127
8167
|
"CreateSportDto!"
|
|
8128
8168
|
]
|
|
8129
8169
|
}
|
|
@@ -8132,7 +8172,7 @@ exports.default = {
|
|
|
8132
8172
|
68,
|
|
8133
8173
|
{
|
|
8134
8174
|
"input": [
|
|
8135
|
-
|
|
8175
|
+
337,
|
|
8136
8176
|
"UpdateSportDto!"
|
|
8137
8177
|
]
|
|
8138
8178
|
}
|
|
@@ -8141,7 +8181,7 @@ exports.default = {
|
|
|
8141
8181
|
71,
|
|
8142
8182
|
{
|
|
8143
8183
|
"input": [
|
|
8144
|
-
|
|
8184
|
+
338,
|
|
8145
8185
|
"CreateSportLevelDto!"
|
|
8146
8186
|
]
|
|
8147
8187
|
}
|
|
@@ -8150,7 +8190,7 @@ exports.default = {
|
|
|
8150
8190
|
58,
|
|
8151
8191
|
{
|
|
8152
8192
|
"input": [
|
|
8153
|
-
|
|
8193
|
+
340,
|
|
8154
8194
|
"CreateSponsorshipDto!"
|
|
8155
8195
|
]
|
|
8156
8196
|
}
|
|
@@ -8159,7 +8199,7 @@ exports.default = {
|
|
|
8159
8199
|
41,
|
|
8160
8200
|
{
|
|
8161
8201
|
"input": [
|
|
8162
|
-
|
|
8202
|
+
345,
|
|
8163
8203
|
"CreateCountryDto!"
|
|
8164
8204
|
]
|
|
8165
8205
|
}
|
|
@@ -8168,7 +8208,7 @@ exports.default = {
|
|
|
8168
8208
|
40,
|
|
8169
8209
|
{
|
|
8170
8210
|
"input": [
|
|
8171
|
-
|
|
8211
|
+
346,
|
|
8172
8212
|
"CreateStateDto!"
|
|
8173
8213
|
]
|
|
8174
8214
|
}
|
|
@@ -8177,7 +8217,7 @@ exports.default = {
|
|
|
8177
8217
|
39,
|
|
8178
8218
|
{
|
|
8179
8219
|
"input": [
|
|
8180
|
-
|
|
8220
|
+
347,
|
|
8181
8221
|
"CreateCityDto!"
|
|
8182
8222
|
]
|
|
8183
8223
|
}
|
|
@@ -8301,7 +8341,7 @@ exports.default = {
|
|
|
8301
8341
|
76,
|
|
8302
8342
|
{
|
|
8303
8343
|
"input": [
|
|
8304
|
-
|
|
8344
|
+
348,
|
|
8305
8345
|
"CreateSportEventDto!"
|
|
8306
8346
|
]
|
|
8307
8347
|
}
|
|
@@ -8466,7 +8506,7 @@ exports.default = {
|
|
|
8466
8506
|
98,
|
|
8467
8507
|
{
|
|
8468
8508
|
"input": [
|
|
8469
|
-
|
|
8509
|
+
349,
|
|
8470
8510
|
"CreateStripeAccountDto!"
|
|
8471
8511
|
]
|
|
8472
8512
|
}
|
|
@@ -8833,7 +8873,7 @@ exports.default = {
|
|
|
8833
8873
|
},
|
|
8834
8874
|
"EditDisplayIndexDto": {
|
|
8835
8875
|
"updates": [
|
|
8836
|
-
|
|
8876
|
+
334
|
|
8837
8877
|
],
|
|
8838
8878
|
"__typename": [
|
|
8839
8879
|
1
|
|
@@ -8897,7 +8937,7 @@ exports.default = {
|
|
|
8897
8937
|
18
|
|
8898
8938
|
],
|
|
8899
8939
|
"translations": [
|
|
8900
|
-
|
|
8940
|
+
339
|
|
8901
8941
|
],
|
|
8902
8942
|
"__typename": [
|
|
8903
8943
|
1
|
|
@@ -8943,13 +8983,13 @@ exports.default = {
|
|
|
8943
8983
|
14
|
|
8944
8984
|
],
|
|
8945
8985
|
"duration": [
|
|
8946
|
-
|
|
8986
|
+
341
|
|
8947
8987
|
],
|
|
8948
8988
|
"sponsorshipItems": [
|
|
8949
|
-
|
|
8989
|
+
342
|
|
8950
8990
|
],
|
|
8951
8991
|
"commitments": [
|
|
8952
|
-
|
|
8992
|
+
343
|
|
8953
8993
|
],
|
|
8954
8994
|
"terms": [
|
|
8955
8995
|
1
|
|
@@ -8961,7 +9001,7 @@ exports.default = {
|
|
|
8961
9001
|
2
|
|
8962
9002
|
],
|
|
8963
9003
|
"translations": [
|
|
8964
|
-
|
|
9004
|
+
344
|
|
8965
9005
|
],
|
|
8966
9006
|
"__typename": [
|
|
8967
9007
|
1
|