@vertikalx/vtx-backend-client 3.0.0-dev-max.58 → 3.0.0-dev-max.59
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/client/schema.d.ts +32 -0
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +19 -1
- package/src/client/types.js +88 -34
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.default = {
|
|
|
9
9
|
102,
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
|
-
|
|
12
|
+
139,
|
|
13
13
|
149,
|
|
14
14
|
162,
|
|
15
15
|
175,
|
|
@@ -1350,6 +1350,9 @@ exports.default = {
|
|
|
1350
1350
|
"website": [
|
|
1351
1351
|
1
|
|
1352
1352
|
],
|
|
1353
|
+
"affiliateLink": [
|
|
1354
|
+
1
|
|
1355
|
+
],
|
|
1353
1356
|
"description": [
|
|
1354
1357
|
1
|
|
1355
1358
|
],
|
|
@@ -3542,10 +3545,23 @@ exports.default = {
|
|
|
3542
3545
|
"dateCreated": [
|
|
3543
3546
|
14
|
|
3544
3547
|
],
|
|
3548
|
+
"totalCodes": [
|
|
3549
|
+
139
|
|
3550
|
+
],
|
|
3551
|
+
"availableCodes": [
|
|
3552
|
+
139
|
|
3553
|
+
],
|
|
3554
|
+
"availableCountries": [
|
|
3555
|
+
41
|
|
3556
|
+
],
|
|
3557
|
+
"disclaimer": [
|
|
3558
|
+
1
|
|
3559
|
+
],
|
|
3545
3560
|
"__typename": [
|
|
3546
3561
|
1
|
|
3547
3562
|
]
|
|
3548
3563
|
},
|
|
3564
|
+
"Int": {},
|
|
3549
3565
|
"Promotion": {
|
|
3550
3566
|
"_id": [
|
|
3551
3567
|
1
|
|
@@ -3595,6 +3611,21 @@ exports.default = {
|
|
|
3595
3611
|
"dateCreated": [
|
|
3596
3612
|
14
|
|
3597
3613
|
],
|
|
3614
|
+
"totalCodes": [
|
|
3615
|
+
139
|
|
3616
|
+
],
|
|
3617
|
+
"availableCodes": [
|
|
3618
|
+
139
|
|
3619
|
+
],
|
|
3620
|
+
"availableCountries": [
|
|
3621
|
+
41
|
|
3622
|
+
],
|
|
3623
|
+
"disclaimer": [
|
|
3624
|
+
1
|
|
3625
|
+
],
|
|
3626
|
+
"genericCode": [
|
|
3627
|
+
1
|
|
3628
|
+
],
|
|
3598
3629
|
"__typename": [
|
|
3599
3630
|
1
|
|
3600
3631
|
]
|
|
@@ -3668,8 +3699,20 @@ exports.default = {
|
|
|
3668
3699
|
"dateCreated": [
|
|
3669
3700
|
14
|
|
3670
3701
|
],
|
|
3702
|
+
"totalCodes": [
|
|
3703
|
+
139
|
|
3704
|
+
],
|
|
3705
|
+
"availableCodes": [
|
|
3706
|
+
139
|
|
3707
|
+
],
|
|
3708
|
+
"availableCountries": [
|
|
3709
|
+
41
|
|
3710
|
+
],
|
|
3711
|
+
"disclaimer": [
|
|
3712
|
+
1
|
|
3713
|
+
],
|
|
3671
3714
|
"couponCodes": [
|
|
3672
|
-
|
|
3715
|
+
141
|
|
3673
3716
|
],
|
|
3674
3717
|
"__typename": [
|
|
3675
3718
|
1
|
|
@@ -3677,16 +3720,16 @@ exports.default = {
|
|
|
3677
3720
|
},
|
|
3678
3721
|
"EnhancedPaginationInfoType": {
|
|
3679
3722
|
"currentPage": [
|
|
3680
|
-
|
|
3723
|
+
139
|
|
3681
3724
|
],
|
|
3682
3725
|
"totalPages": [
|
|
3683
|
-
|
|
3726
|
+
139
|
|
3684
3727
|
],
|
|
3685
3728
|
"totalItems": [
|
|
3686
|
-
|
|
3729
|
+
139
|
|
3687
3730
|
],
|
|
3688
3731
|
"itemsPerPage": [
|
|
3689
|
-
|
|
3732
|
+
139
|
|
3690
3733
|
],
|
|
3691
3734
|
"hasNextPage": [
|
|
3692
3735
|
2
|
|
@@ -3695,22 +3738,21 @@ exports.default = {
|
|
|
3695
3738
|
2
|
|
3696
3739
|
],
|
|
3697
3740
|
"startIndex": [
|
|
3698
|
-
|
|
3741
|
+
139
|
|
3699
3742
|
],
|
|
3700
3743
|
"endIndex": [
|
|
3701
|
-
|
|
3744
|
+
139
|
|
3702
3745
|
],
|
|
3703
3746
|
"__typename": [
|
|
3704
3747
|
1
|
|
3705
3748
|
]
|
|
3706
3749
|
},
|
|
3707
|
-
"Int": {},
|
|
3708
3750
|
"PaginatedBrands": {
|
|
3709
3751
|
"items": [
|
|
3710
3752
|
62
|
|
3711
3753
|
],
|
|
3712
3754
|
"pagination": [
|
|
3713
|
-
|
|
3755
|
+
143
|
|
3714
3756
|
],
|
|
3715
3757
|
"__typename": [
|
|
3716
3758
|
1
|
|
@@ -3721,7 +3763,7 @@ exports.default = {
|
|
|
3721
3763
|
58
|
|
3722
3764
|
],
|
|
3723
3765
|
"pagination": [
|
|
3724
|
-
|
|
3766
|
+
143
|
|
3725
3767
|
],
|
|
3726
3768
|
"__typename": [
|
|
3727
3769
|
1
|
|
@@ -4017,7 +4059,7 @@ exports.default = {
|
|
|
4017
4059
|
67
|
|
4018
4060
|
],
|
|
4019
4061
|
"pagination": [
|
|
4020
|
-
|
|
4062
|
+
143
|
|
4021
4063
|
],
|
|
4022
4064
|
"__typename": [
|
|
4023
4065
|
1
|
|
@@ -4088,7 +4130,7 @@ exports.default = {
|
|
|
4088
4130
|
135
|
|
4089
4131
|
],
|
|
4090
4132
|
"pagination": [
|
|
4091
|
-
|
|
4133
|
+
143
|
|
4092
4134
|
],
|
|
4093
4135
|
"__typename": [
|
|
4094
4136
|
1
|
|
@@ -4155,7 +4197,7 @@ exports.default = {
|
|
|
4155
4197
|
75
|
|
4156
4198
|
],
|
|
4157
4199
|
"pagination": [
|
|
4158
|
-
|
|
4200
|
+
143
|
|
4159
4201
|
],
|
|
4160
4202
|
"__typename": [
|
|
4161
4203
|
1
|
|
@@ -4253,7 +4295,7 @@ exports.default = {
|
|
|
4253
4295
|
137
|
|
4254
4296
|
],
|
|
4255
4297
|
"pagination": [
|
|
4256
|
-
|
|
4298
|
+
143
|
|
4257
4299
|
],
|
|
4258
4300
|
"__typename": [
|
|
4259
4301
|
1
|
|
@@ -4264,7 +4306,7 @@ exports.default = {
|
|
|
4264
4306
|
138
|
|
4265
4307
|
],
|
|
4266
4308
|
"pagination": [
|
|
4267
|
-
|
|
4309
|
+
143
|
|
4268
4310
|
],
|
|
4269
4311
|
"__typename": [
|
|
4270
4312
|
1
|
|
@@ -4292,7 +4334,7 @@ exports.default = {
|
|
|
4292
4334
|
},
|
|
4293
4335
|
"ValidationError": {
|
|
4294
4336
|
"line": [
|
|
4295
|
-
|
|
4337
|
+
139
|
|
4296
4338
|
],
|
|
4297
4339
|
"code": [
|
|
4298
4340
|
1
|
|
@@ -4306,7 +4348,7 @@ exports.default = {
|
|
|
4306
4348
|
},
|
|
4307
4349
|
"UploadResult": {
|
|
4308
4350
|
"codesAdded": [
|
|
4309
|
-
|
|
4351
|
+
139
|
|
4310
4352
|
],
|
|
4311
4353
|
"errors": [
|
|
4312
4354
|
180
|
|
@@ -4320,10 +4362,10 @@ exports.default = {
|
|
|
4320
4362
|
2
|
|
4321
4363
|
],
|
|
4322
4364
|
"totalCodes": [
|
|
4323
|
-
|
|
4365
|
+
139
|
|
4324
4366
|
],
|
|
4325
4367
|
"availableCodes": [
|
|
4326
|
-
|
|
4368
|
+
139
|
|
4327
4369
|
],
|
|
4328
4370
|
"__typename": [
|
|
4329
4371
|
1
|
|
@@ -4573,10 +4615,10 @@ exports.default = {
|
|
|
4573
4615
|
},
|
|
4574
4616
|
"BrandQueryDto": {
|
|
4575
4617
|
"page": [
|
|
4576
|
-
|
|
4618
|
+
139
|
|
4577
4619
|
],
|
|
4578
4620
|
"limit": [
|
|
4579
|
-
|
|
4621
|
+
139
|
|
4580
4622
|
],
|
|
4581
4623
|
"search": [
|
|
4582
4624
|
1
|
|
@@ -4641,10 +4683,10 @@ exports.default = {
|
|
|
4641
4683
|
},
|
|
4642
4684
|
"SponsorQueryDto": {
|
|
4643
4685
|
"page": [
|
|
4644
|
-
|
|
4686
|
+
139
|
|
4645
4687
|
],
|
|
4646
4688
|
"limit": [
|
|
4647
|
-
|
|
4689
|
+
139
|
|
4648
4690
|
],
|
|
4649
4691
|
"search": [
|
|
4650
4692
|
1
|
|
@@ -5091,10 +5133,10 @@ exports.default = {
|
|
|
5091
5133
|
},
|
|
5092
5134
|
"SportQueryDto": {
|
|
5093
5135
|
"page": [
|
|
5094
|
-
|
|
5136
|
+
139
|
|
5095
5137
|
],
|
|
5096
5138
|
"limit": [
|
|
5097
|
-
|
|
5139
|
+
139
|
|
5098
5140
|
],
|
|
5099
5141
|
"search": [
|
|
5100
5142
|
1
|
|
@@ -5296,10 +5338,10 @@ exports.default = {
|
|
|
5296
5338
|
},
|
|
5297
5339
|
"UserQueryDto": {
|
|
5298
5340
|
"page": [
|
|
5299
|
-
|
|
5341
|
+
139
|
|
5300
5342
|
],
|
|
5301
5343
|
"limit": [
|
|
5302
|
-
|
|
5344
|
+
139
|
|
5303
5345
|
],
|
|
5304
5346
|
"search": [
|
|
5305
5347
|
1
|
|
@@ -5439,10 +5481,10 @@ exports.default = {
|
|
|
5439
5481
|
},
|
|
5440
5482
|
"EventQueryDto": {
|
|
5441
5483
|
"page": [
|
|
5442
|
-
|
|
5484
|
+
139
|
|
5443
5485
|
],
|
|
5444
5486
|
"limit": [
|
|
5445
|
-
|
|
5487
|
+
139
|
|
5446
5488
|
],
|
|
5447
5489
|
"search": [
|
|
5448
5490
|
1
|
|
@@ -5851,10 +5893,10 @@ exports.default = {
|
|
|
5851
5893
|
},
|
|
5852
5894
|
"TransactionQueryDto": {
|
|
5853
5895
|
"page": [
|
|
5854
|
-
|
|
5896
|
+
139
|
|
5855
5897
|
],
|
|
5856
5898
|
"limit": [
|
|
5857
|
-
|
|
5899
|
+
139
|
|
5858
5900
|
],
|
|
5859
5901
|
"search": [
|
|
5860
5902
|
1
|
|
@@ -5944,6 +5986,18 @@ exports.default = {
|
|
|
5944
5986
|
"dateEnd": [
|
|
5945
5987
|
14
|
|
5946
5988
|
],
|
|
5989
|
+
"totalCodes": [
|
|
5990
|
+
139
|
|
5991
|
+
],
|
|
5992
|
+
"disclaimer": [
|
|
5993
|
+
1
|
|
5994
|
+
],
|
|
5995
|
+
"availableCountryIds": [
|
|
5996
|
+
1
|
|
5997
|
+
],
|
|
5998
|
+
"genericCode": [
|
|
5999
|
+
1
|
|
6000
|
+
],
|
|
5947
6001
|
"__typename": [
|
|
5948
6002
|
1
|
|
5949
6003
|
]
|
|
@@ -5993,10 +6047,10 @@ exports.default = {
|
|
|
5993
6047
|
},
|
|
5994
6048
|
"OfferQueryDto": {
|
|
5995
6049
|
"page": [
|
|
5996
|
-
|
|
6050
|
+
139
|
|
5997
6051
|
],
|
|
5998
6052
|
"limit": [
|
|
5999
|
-
|
|
6053
|
+
139
|
|
6000
6054
|
],
|
|
6001
6055
|
"search": [
|
|
6002
6056
|
1
|