@vertikalx/vtx-backend-client 3.0.0-dev-max.37 → 3.0.0-dev-max.38

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "3.0.0-dev-max.37",
3
+ "version": "3.0.0-dev-max.38",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -3689,6 +3689,9 @@ export interface UserQueryDto {
3689
3689
  sortField?: (Scalars['String'] | null);
3690
3690
  sortOrder?: (Scalars['String'] | null);
3691
3691
  }
3692
+ export interface DeleteVtxUserDto {
3693
+ userIdentifier: Scalars['String'];
3694
+ }
3692
3695
  export interface GetReceiptDto {
3693
3696
  _id: Scalars['String'];
3694
3697
  }
@@ -4793,9 +4796,6 @@ export interface CreateCityDto {
4793
4796
  ranking?: (Scalars['Float'] | null);
4794
4797
  same_name?: (Scalars['String'] | null);
4795
4798
  }
4796
- export interface DeleteVtxUserDto {
4797
- userIdentifier: Scalars['String'];
4798
- }
4799
4799
  export interface RegisterStravaDto {
4800
4800
  idAthlete: Scalars['String'];
4801
4801
  code: Scalars['String'];
@@ -1894,6 +1894,10 @@ declare const _default: {
1894
1894
  sortOrder: number[];
1895
1895
  __typename: number[];
1896
1896
  };
1897
+ DeleteVtxUserDto: {
1898
+ userIdentifier: number[];
1899
+ __typename: number[];
1900
+ };
1897
1901
  GetReceiptDto: {
1898
1902
  _id: number[];
1899
1903
  __typename: number[];
@@ -2808,10 +2812,6 @@ declare const _default: {
2808
2812
  same_name: number[];
2809
2813
  __typename: number[];
2810
2814
  };
2811
- DeleteVtxUserDto: {
2812
- userIdentifier: number[];
2813
- __typename: number[];
2814
- };
2815
2815
  RegisterStravaDto: {
2816
2816
  idAthlete: number[];
2817
2817
  code: number[];
@@ -12,7 +12,7 @@ exports.default = {
12
12
  150,
13
13
  152,
14
14
  163,
15
- 239
15
+ 240
16
16
  ],
17
17
  "types": {
18
18
  "User": {
@@ -2792,7 +2792,7 @@ exports.default = {
2792
2792
  89
2793
2793
  ],
2794
2794
  "mode": [
2795
- 239
2795
+ 240
2796
2796
  ],
2797
2797
  "athleteId": [
2798
2798
  1
@@ -4866,6 +4866,14 @@ exports.default = {
4866
4866
  1
4867
4867
  ]
4868
4868
  },
4869
+ "DeleteVtxUserDto": {
4870
+ "userIdentifier": [
4871
+ 1
4872
+ ],
4873
+ "__typename": [
4874
+ 1
4875
+ ]
4876
+ },
4869
4877
  "GetReceiptDto": {
4870
4878
  "_id": [
4871
4879
  1
@@ -5031,7 +5039,7 @@ exports.default = {
5031
5039
  18
5032
5040
  ],
5033
5041
  "items": [
5034
- 218
5042
+ 219
5035
5043
  ],
5036
5044
  "__typename": [
5037
5045
  1
@@ -5042,7 +5050,7 @@ exports.default = {
5042
5050
  18
5043
5051
  ],
5044
5052
  "items": [
5045
- 218
5053
+ 219
5046
5054
  ],
5047
5055
  "athleteCompetitionId": [
5048
5056
  1
@@ -5091,16 +5099,16 @@ exports.default = {
5091
5099
  14
5092
5100
  ],
5093
5101
  "budget": [
5094
- 220
5102
+ 221
5095
5103
  ],
5096
5104
  "competitionBudgets": [
5097
- 221
5105
+ 222
5098
5106
  ],
5099
5107
  "competitionIds": [
5100
5108
  1
5101
5109
  ],
5102
5110
  "video": [
5103
- 222
5111
+ 223
5104
5112
  ],
5105
5113
  "__typename": [
5106
5114
  1
@@ -5132,16 +5140,16 @@ exports.default = {
5132
5140
  14
5133
5141
  ],
5134
5142
  "budget": [
5135
- 220
5143
+ 221
5136
5144
  ],
5137
5145
  "competitionBudgets": [
5138
- 221
5146
+ 222
5139
5147
  ],
5140
5148
  "competitionIds": [
5141
5149
  1
5142
5150
  ],
5143
5151
  "video": [
5144
- 222
5152
+ 223
5145
5153
  ],
5146
5154
  "loginEmail": [
5147
5155
  1
@@ -5176,16 +5184,16 @@ exports.default = {
5176
5184
  14
5177
5185
  ],
5178
5186
  "budget": [
5179
- 220
5187
+ 221
5180
5188
  ],
5181
5189
  "competitionBudgets": [
5182
- 221
5190
+ 222
5183
5191
  ],
5184
5192
  "competitionIds": [
5185
5193
  1
5186
5194
  ],
5187
5195
  "video": [
5188
- 222
5196
+ 223
5189
5197
  ],
5190
5198
  "_id": [
5191
5199
  1
@@ -5207,7 +5215,7 @@ exports.default = {
5207
5215
  },
5208
5216
  "BudgetDto": {
5209
5217
  "items": [
5210
- 218
5218
+ 219
5211
5219
  ],
5212
5220
  "fundingMode": [
5213
5221
  1
@@ -5221,7 +5229,7 @@ exports.default = {
5221
5229
  1
5222
5230
  ],
5223
5231
  "budget": [
5224
- 227
5232
+ 228
5225
5233
  ],
5226
5234
  "__typename": [
5227
5235
  1
@@ -5232,7 +5240,7 @@ exports.default = {
5232
5240
  1
5233
5241
  ],
5234
5242
  "budget": [
5235
- 227
5243
+ 228
5236
5244
  ],
5237
5245
  "__typename": [
5238
5246
  1
@@ -5252,7 +5260,7 @@ exports.default = {
5252
5260
  18
5253
5261
  ],
5254
5262
  "budget": [
5255
- 227
5263
+ 228
5256
5264
  ],
5257
5265
  "__typename": [
5258
5266
  1
@@ -5489,7 +5497,7 @@ exports.default = {
5489
5497
  32,
5490
5498
  {
5491
5499
  "input": [
5492
- 241,
5500
+ 242,
5493
5501
  "AWSS3GetUploadDto!"
5494
5502
  ]
5495
5503
  }
@@ -5551,7 +5559,7 @@ exports.default = {
5551
5559
  104,
5552
5560
  {
5553
5561
  "input": [
5554
- 242,
5562
+ 243,
5555
5563
  "FindSponsorAthleteInvitationDto!"
5556
5564
  ]
5557
5565
  }
@@ -5620,7 +5628,7 @@ exports.default = {
5620
5628
  81,
5621
5629
  {
5622
5630
  "input": [
5623
- 243,
5631
+ 244,
5624
5632
  "GetAthleteCompetitionsDto!"
5625
5633
  ]
5626
5634
  }
@@ -5811,7 +5819,7 @@ exports.default = {
5811
5819
  0,
5812
5820
  {
5813
5821
  "input": [
5814
- 244,
5822
+ 245,
5815
5823
  "FindVtxUserDto!"
5816
5824
  ]
5817
5825
  }
@@ -5883,7 +5891,7 @@ exports.default = {
5883
5891
  75,
5884
5892
  {
5885
5893
  "input": [
5886
- 245,
5894
+ 246,
5887
5895
  "GetSportEventsDto!"
5888
5896
  ]
5889
5897
  }
@@ -5892,7 +5900,7 @@ exports.default = {
5892
5900
  159,
5893
5901
  {
5894
5902
  "query": [
5895
- 217
5903
+ 218
5896
5904
  ]
5897
5905
  }
5898
5906
  ],
@@ -5936,7 +5944,7 @@ exports.default = {
5936
5944
  149,
5937
5945
  {
5938
5946
  "input": [
5939
- 213,
5947
+ 214,
5940
5948
  "StripeQueryDto!"
5941
5949
  ]
5942
5950
  }
@@ -5957,7 +5965,7 @@ exports.default = {
5957
5965
  117,
5958
5966
  {
5959
5967
  "input": [
5960
- 212,
5968
+ 213,
5961
5969
  "GetReceiptDto!"
5962
5970
  ]
5963
5971
  }
@@ -5966,7 +5974,7 @@ exports.default = {
5966
5974
  118,
5967
5975
  {
5968
5976
  "input": [
5969
- 212,
5977
+ 213,
5970
5978
  "GetReceiptDto!"
5971
5979
  ]
5972
5980
  }
@@ -5975,7 +5983,7 @@ exports.default = {
5975
5983
  158,
5976
5984
  {
5977
5985
  "input": [
5978
- 214,
5986
+ 215,
5979
5987
  "GetTransactionDetailsDto!"
5980
5988
  ]
5981
5989
  }
@@ -5999,7 +6007,7 @@ exports.default = {
5999
6007
  165,
6000
6008
  {
6001
6009
  "query": [
6002
- 237
6010
+ 238
6003
6011
  ]
6004
6012
  }
6005
6013
  ],
@@ -6064,7 +6072,7 @@ exports.default = {
6064
6072
  5,
6065
6073
  {
6066
6074
  "tenant": [
6067
- 247,
6075
+ 248,
6068
6076
  "CreateTenantInput!"
6069
6077
  ]
6070
6078
  }
@@ -6073,7 +6081,7 @@ exports.default = {
6073
6081
  11,
6074
6082
  {
6075
6083
  "tenant": [
6076
- 247,
6084
+ 248,
6077
6085
  "CreateTenantInput!"
6078
6086
  ]
6079
6087
  }
@@ -6082,7 +6090,7 @@ exports.default = {
6082
6090
  3,
6083
6091
  {
6084
6092
  "user": [
6085
- 248,
6093
+ 249,
6086
6094
  "CreateActiveUserInput!"
6087
6095
  ]
6088
6096
  }
@@ -6117,7 +6125,7 @@ exports.default = {
6117
6125
  0,
6118
6126
  {
6119
6127
  "input": [
6120
- 249,
6128
+ 250,
6121
6129
  "RegisterUserToDomainFromEmailInput!"
6122
6130
  ]
6123
6131
  }
@@ -6126,7 +6134,7 @@ exports.default = {
6126
6134
  8,
6127
6135
  {
6128
6136
  "dto": [
6129
- 250,
6137
+ 251,
6130
6138
  "RefreshTokenInput!"
6131
6139
  ]
6132
6140
  }
@@ -6135,7 +6143,7 @@ exports.default = {
6135
6143
  33,
6136
6144
  {
6137
6145
  "input": [
6138
- 251,
6146
+ 252,
6139
6147
  "AWSS3DeleteUseTypeFileDto!"
6140
6148
  ]
6141
6149
  }
@@ -6144,7 +6152,7 @@ exports.default = {
6144
6152
  33,
6145
6153
  {
6146
6154
  "input": [
6147
- 252,
6155
+ 253,
6148
6156
  "AWSS3DeleteBucketFileDto!"
6149
6157
  ]
6150
6158
  }
@@ -6153,7 +6161,7 @@ exports.default = {
6153
6161
  33,
6154
6162
  {
6155
6163
  "input": [
6156
- 253,
6164
+ 254,
6157
6165
  "AWSS3DeleteUseTypeKeyDto!"
6158
6166
  ]
6159
6167
  }
@@ -6171,7 +6179,7 @@ exports.default = {
6171
6179
  56,
6172
6180
  {
6173
6181
  "input": [
6174
- 254,
6182
+ 255,
6175
6183
  "CreateIndustryDto!"
6176
6184
  ]
6177
6185
  }
@@ -6180,7 +6188,7 @@ exports.default = {
6180
6188
  39,
6181
6189
  {
6182
6190
  "input": [
6183
- 255,
6191
+ 256,
6184
6192
  "CreateBrandDto!"
6185
6193
  ]
6186
6194
  }
@@ -6189,7 +6197,7 @@ exports.default = {
6189
6197
  59,
6190
6198
  {
6191
6199
  "input": [
6192
- 257,
6200
+ 258,
6193
6201
  "RegisterSponsorInput!"
6194
6202
  ]
6195
6203
  }
@@ -6198,7 +6206,7 @@ exports.default = {
6198
6206
  59,
6199
6207
  {
6200
6208
  "input": [
6201
- 258,
6209
+ 259,
6202
6210
  "CreateSponsorDto!"
6203
6211
  ]
6204
6212
  }
@@ -6225,7 +6233,7 @@ exports.default = {
6225
6233
  100,
6226
6234
  {
6227
6235
  "input": [
6228
- 259,
6236
+ 260,
6229
6237
  "RegisterAthleteDto!"
6230
6238
  ]
6231
6239
  }
@@ -6234,7 +6242,7 @@ exports.default = {
6234
6242
  138,
6235
6243
  {
6236
6244
  "input": [
6237
- 260,
6245
+ 261,
6238
6246
  "EditValueDto!"
6239
6247
  ]
6240
6248
  }
@@ -6288,7 +6296,7 @@ exports.default = {
6288
6296
  80,
6289
6297
  {
6290
6298
  "input": [
6291
- 261,
6299
+ 262,
6292
6300
  "EditDisplayIndexDto!"
6293
6301
  ]
6294
6302
  }
@@ -6336,7 +6344,7 @@ exports.default = {
6336
6344
  89,
6337
6345
  {
6338
6346
  "input": [
6339
- 263,
6347
+ 264,
6340
6348
  "SetCurrentCampaignDto!"
6341
6349
  ]
6342
6350
  }
@@ -6345,7 +6353,7 @@ exports.default = {
6345
6353
  67,
6346
6354
  {
6347
6355
  "input": [
6348
- 264,
6356
+ 265,
6349
6357
  "CreateSportDto!"
6350
6358
  ]
6351
6359
  }
@@ -6354,7 +6362,7 @@ exports.default = {
6354
6362
  67,
6355
6363
  {
6356
6364
  "input": [
6357
- 265,
6365
+ 266,
6358
6366
  "UpdateSportDto!"
6359
6367
  ]
6360
6368
  }
@@ -6363,7 +6371,7 @@ exports.default = {
6363
6371
  70,
6364
6372
  {
6365
6373
  "input": [
6366
- 266,
6374
+ 267,
6367
6375
  "CreateSportLevelDto!"
6368
6376
  ]
6369
6377
  }
@@ -6372,7 +6380,7 @@ exports.default = {
6372
6380
  65,
6373
6381
  {
6374
6382
  "input": [
6375
- 268,
6383
+ 269,
6376
6384
  "CreateSponsorshipDto!"
6377
6385
  ]
6378
6386
  }
@@ -6381,7 +6389,7 @@ exports.default = {
6381
6389
  45,
6382
6390
  {
6383
6391
  "input": [
6384
- 275,
6392
+ 276,
6385
6393
  "CreateCountryDto!"
6386
6394
  ]
6387
6395
  }
@@ -6390,7 +6398,7 @@ exports.default = {
6390
6398
  44,
6391
6399
  {
6392
6400
  "input": [
6393
- 276,
6401
+ 277,
6394
6402
  "CreateStateDto!"
6395
6403
  ]
6396
6404
  }
@@ -6399,7 +6407,7 @@ exports.default = {
6399
6407
  43,
6400
6408
  {
6401
6409
  "input": [
6402
- 277,
6410
+ 278,
6403
6411
  "CreateCityDto!"
6404
6412
  ]
6405
6413
  }
@@ -6514,7 +6522,7 @@ exports.default = {
6514
6522
  156,
6515
6523
  {
6516
6524
  "input": [
6517
- 278,
6525
+ 212,
6518
6526
  "DeleteVtxUserDto!"
6519
6527
  ]
6520
6528
  }
@@ -6550,7 +6558,7 @@ exports.default = {
6550
6558
  75,
6551
6559
  {
6552
6560
  "input": [
6553
- 215,
6561
+ 216,
6554
6562
  "UpdateSportEventDto!"
6555
6563
  ]
6556
6564
  }
@@ -6568,7 +6576,7 @@ exports.default = {
6568
6576
  130,
6569
6577
  {
6570
6578
  "input": [
6571
- 216,
6579
+ 217,
6572
6580
  "MergeSportsEventsDto!"
6573
6581
  ]
6574
6582
  }
@@ -6577,7 +6585,7 @@ exports.default = {
6577
6585
  89,
6578
6586
  {
6579
6587
  "input": [
6580
- 226,
6588
+ 227,
6581
6589
  "SetFundingStatusDto!"
6582
6590
  ]
6583
6591
  }
@@ -6586,7 +6594,7 @@ exports.default = {
6586
6594
  89,
6587
6595
  {
6588
6596
  "input": [
6589
- 223,
6597
+ 224,
6590
6598
  "CreateFundingCampaignDto!"
6591
6599
  ]
6592
6600
  }
@@ -6595,7 +6603,7 @@ exports.default = {
6595
6603
  89,
6596
6604
  {
6597
6605
  "input": [
6598
- 225,
6606
+ 226,
6599
6607
  "UpdateFundingCampaignDto!"
6600
6608
  ]
6601
6609
  }
@@ -6631,7 +6639,7 @@ exports.default = {
6631
6639
  2,
6632
6640
  {
6633
6641
  "input": [
6634
- 228,
6642
+ 229,
6635
6643
  "AddCompetitionBudgetDto!"
6636
6644
  ]
6637
6645
  }
@@ -6640,7 +6648,7 @@ exports.default = {
6640
6648
  2,
6641
6649
  {
6642
6650
  "input": [
6643
- 229,
6651
+ 230,
6644
6652
  "EditCompetitionBudgetDto!"
6645
6653
  ]
6646
6654
  }
@@ -6649,7 +6657,7 @@ exports.default = {
6649
6657
  2,
6650
6658
  {
6651
6659
  "input": [
6652
- 230,
6660
+ 231,
6653
6661
  "EditCampaignBudgetDto!"
6654
6662
  ]
6655
6663
  }
@@ -6658,7 +6666,7 @@ exports.default = {
6658
6666
  2,
6659
6667
  {
6660
6668
  "input": [
6661
- 230,
6669
+ 231,
6662
6670
  "EditCampaignBudgetDto!"
6663
6671
  ]
6664
6672
  }
@@ -6667,7 +6675,7 @@ exports.default = {
6667
6675
  82,
6668
6676
  {
6669
6677
  "input": [
6670
- 231,
6678
+ 232,
6671
6679
  "CreateMembershipOrganizationDto!"
6672
6680
  ]
6673
6681
  }
@@ -6676,7 +6684,7 @@ exports.default = {
6676
6684
  84,
6677
6685
  {
6678
6686
  "input": [
6679
- 232,
6687
+ 233,
6680
6688
  "CreateAthleteMembershipDto!"
6681
6689
  ]
6682
6690
  }
@@ -6730,7 +6738,7 @@ exports.default = {
6730
6738
  134,
6731
6739
  {
6732
6740
  "input": [
6733
- 236,
6741
+ 237,
6734
6742
  "RegisterMemberDto!"
6735
6743
  ]
6736
6744
  }
@@ -6862,7 +6870,7 @@ exports.default = {
6862
6870
  190
6863
6871
  ],
6864
6872
  "translations": [
6865
- 256
6873
+ 257
6866
6874
  ],
6867
6875
  "__typename": [
6868
6876
  1
@@ -7015,7 +7023,7 @@ exports.default = {
7015
7023
  },
7016
7024
  "EditDisplayIndexDto": {
7017
7025
  "updates": [
7018
- 262
7026
+ 263
7019
7027
  ],
7020
7028
  "__typename": [
7021
7029
  1
@@ -7079,7 +7087,7 @@ exports.default = {
7079
7087
  18
7080
7088
  ],
7081
7089
  "translations": [
7082
- 267
7090
+ 268
7083
7091
  ],
7084
7092
  "__typename": [
7085
7093
  1
@@ -7116,7 +7124,7 @@ exports.default = {
7116
7124
  190
7117
7125
  ],
7118
7126
  "criteria": [
7119
- 269
7127
+ 270
7120
7128
  ],
7121
7129
  "deadline": [
7122
7130
  14
@@ -7125,13 +7133,13 @@ exports.default = {
7125
7133
  14
7126
7134
  ],
7127
7135
  "duration": [
7128
- 271
7136
+ 272
7129
7137
  ],
7130
7138
  "sponsorshipItems": [
7131
- 272
7139
+ 273
7132
7140
  ],
7133
7141
  "commitments": [
7134
- 273
7142
+ 274
7135
7143
  ],
7136
7144
  "terms": [
7137
7145
  1
@@ -7143,7 +7151,7 @@ exports.default = {
7143
7151
  2
7144
7152
  ],
7145
7153
  "translations": [
7146
- 274
7154
+ 275
7147
7155
  ],
7148
7156
  "__typename": [
7149
7157
  1
@@ -7157,7 +7165,7 @@ exports.default = {
7157
7165
  1
7158
7166
  ],
7159
7167
  "qualificationsBag": [
7160
- 270
7168
+ 271
7161
7169
  ],
7162
7170
  "__typename": [
7163
7171
  1
@@ -7350,14 +7358,6 @@ exports.default = {
7350
7358
  1
7351
7359
  ]
7352
7360
  },
7353
- "DeleteVtxUserDto": {
7354
- "userIdentifier": [
7355
- 1
7356
- ],
7357
- "__typename": [
7358
- 1
7359
- ]
7360
- },
7361
7361
  "RegisterStravaDto": {
7362
7362
  "idAthlete": [
7363
7363
  1