@larksuiteoapi/node-sdk 1.28.0 → 1.28.1

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 (3) hide show
  1. package/es/index.js +223 -0
  2. package/lib/index.js +223 -0
  3. package/package.json +1 -1
package/es/index.js CHANGED
@@ -284,6 +284,7 @@ class Client$Z {
284
284
  method: "GET",
285
285
  headers: pickBy(innerPayload.headers, identity),
286
286
  params: pickBy(innerPayload.params, identity),
287
+ data,
287
288
  })
288
289
  .catch((e) => {
289
290
  this.logger.error(formatErrors(e));
@@ -570,6 +571,7 @@ class Client$Z {
570
571
  method: "GET",
571
572
  headers: pickBy(innerPayload.headers, identity),
572
573
  params: pickBy(innerPayload.params, identity),
574
+ data,
573
575
  })
574
576
  .catch((e) => {
575
577
  this.logger.error(formatErrors(e));
@@ -763,6 +765,7 @@ class Client$Z {
763
765
  method: "GET",
764
766
  headers: pickBy(innerPayload.headers, identity),
765
767
  params: pickBy(innerPayload.params, identity),
768
+ data,
766
769
  })
767
770
  .catch((e) => {
768
771
  this.logger.error(formatErrors(e));
@@ -1049,6 +1052,7 @@ class Client$Z {
1049
1052
  method: "GET",
1050
1053
  headers: pickBy(innerPayload.headers, identity),
1051
1054
  params: pickBy(innerPayload.params, identity),
1055
+ data,
1052
1056
  })
1053
1057
  .catch((e) => {
1054
1058
  this.logger.error(formatErrors(e));
@@ -1272,6 +1276,7 @@ class Client$Y extends Client$Z {
1272
1276
  method: "GET",
1273
1277
  headers: pickBy(innerPayload.headers, identity),
1274
1278
  params: pickBy(innerPayload.params, identity),
1279
+ data,
1275
1280
  })
1276
1281
  .catch((e) => {
1277
1282
  this.logger.error(formatErrors(e));
@@ -1393,6 +1398,7 @@ class Client$Y extends Client$Z {
1393
1398
  method: "GET",
1394
1399
  headers: pickBy(innerPayload.headers, identity),
1395
1400
  params: pickBy(innerPayload.params, identity),
1401
+ data,
1396
1402
  })
1397
1403
  .catch((e) => {
1398
1404
  this.logger.error(formatErrors(e));
@@ -1566,6 +1572,7 @@ class Client$Y extends Client$Z {
1566
1572
  method: "GET",
1567
1573
  headers: pickBy(innerPayload.headers, identity),
1568
1574
  params: pickBy(innerPayload.params, identity),
1575
+ data,
1569
1576
  })
1570
1577
  .catch((e) => {
1571
1578
  this.logger.error(formatErrors(e));
@@ -1789,6 +1796,7 @@ class Client$Y extends Client$Z {
1789
1796
  method: "GET",
1790
1797
  headers: pickBy(innerPayload.headers, identity),
1791
1798
  params: pickBy(innerPayload.params, identity),
1799
+ data,
1792
1800
  })
1793
1801
  .catch((e) => {
1794
1802
  this.logger.error(formatErrors(e));
@@ -1910,6 +1918,7 @@ class Client$Y extends Client$Z {
1910
1918
  method: "GET",
1911
1919
  headers: pickBy(innerPayload.headers, identity),
1912
1920
  params: pickBy(innerPayload.params, identity),
1921
+ data,
1913
1922
  })
1914
1923
  .catch((e) => {
1915
1924
  this.logger.error(formatErrors(e));
@@ -2083,6 +2092,7 @@ class Client$Y extends Client$Z {
2083
2092
  method: "GET",
2084
2093
  headers: pickBy(innerPayload.headers, identity),
2085
2094
  params: pickBy(innerPayload.params, identity),
2095
+ data,
2086
2096
  })
2087
2097
  .catch((e) => {
2088
2098
  this.logger.error(formatErrors(e));
@@ -2285,6 +2295,7 @@ class Client$X extends Client$Y {
2285
2295
  method: "GET",
2286
2296
  headers: pickBy(innerPayload.headers, identity),
2287
2297
  params: pickBy(innerPayload.params, identity),
2298
+ data,
2288
2299
  })
2289
2300
  .catch((e) => {
2290
2301
  this.logger.error(formatErrors(e));
@@ -2465,6 +2476,7 @@ class Client$X extends Client$Y {
2465
2476
  method: "GET",
2466
2477
  headers: pickBy(innerPayload.headers, identity),
2467
2478
  params: pickBy(innerPayload.params, identity),
2479
+ data,
2468
2480
  })
2469
2481
  .catch((e) => {
2470
2482
  this.logger.error(formatErrors(e));
@@ -2659,6 +2671,7 @@ class Client$X extends Client$Y {
2659
2671
  method: "GET",
2660
2672
  headers: pickBy(innerPayload.headers, identity),
2661
2673
  params: pickBy(innerPayload.params, identity),
2674
+ data,
2662
2675
  })
2663
2676
  .catch((e) => {
2664
2677
  this.logger.error(formatErrors(e));
@@ -2889,6 +2902,7 @@ class Client$X extends Client$Y {
2889
2902
  method: "GET",
2890
2903
  headers: pickBy(innerPayload.headers, identity),
2891
2904
  params: pickBy(innerPayload.params, identity),
2905
+ data,
2892
2906
  })
2893
2907
  .catch((e) => {
2894
2908
  this.logger.error(formatErrors(e));
@@ -3069,6 +3083,7 @@ class Client$X extends Client$Y {
3069
3083
  method: "GET",
3070
3084
  headers: pickBy(innerPayload.headers, identity),
3071
3085
  params: pickBy(innerPayload.params, identity),
3086
+ data,
3072
3087
  })
3073
3088
  .catch((e) => {
3074
3089
  this.logger.error(formatErrors(e));
@@ -3263,6 +3278,7 @@ class Client$X extends Client$Y {
3263
3278
  method: "GET",
3264
3279
  headers: pickBy(innerPayload.headers, identity),
3265
3280
  params: pickBy(innerPayload.params, identity),
3281
+ data,
3266
3282
  })
3267
3283
  .catch((e) => {
3268
3284
  this.logger.error(formatErrors(e));
@@ -3683,6 +3699,7 @@ class Client$W extends Client$X {
3683
3699
  method: "GET",
3684
3700
  headers: pickBy(innerPayload.headers, identity),
3685
3701
  params: pickBy(innerPayload.params, identity),
3702
+ data,
3686
3703
  })
3687
3704
  .catch((e) => {
3688
3705
  this.logger.error(formatErrors(e));
@@ -3876,6 +3893,7 @@ class Client$W extends Client$X {
3876
3893
  method: "GET",
3877
3894
  headers: pickBy(innerPayload.headers, identity),
3878
3895
  params: pickBy(innerPayload.params, identity),
3896
+ data,
3879
3897
  })
3880
3898
  .catch((e) => {
3881
3899
  this.logger.error(formatErrors(e));
@@ -3968,6 +3986,7 @@ class Client$W extends Client$X {
3968
3986
  method: "POST",
3969
3987
  headers: pickBy(innerPayload.headers, identity),
3970
3988
  params: pickBy(innerPayload.params, identity),
3989
+ data,
3971
3990
  })
3972
3991
  .catch((e) => {
3973
3992
  this.logger.error(formatErrors(e));
@@ -4141,6 +4160,7 @@ class Client$W extends Client$X {
4141
4160
  method: "GET",
4142
4161
  headers: pickBy(innerPayload.headers, identity),
4143
4162
  params: pickBy(innerPayload.params, identity),
4163
+ data,
4144
4164
  })
4145
4165
  .catch((e) => {
4146
4166
  this.logger.error(formatErrors(e));
@@ -4266,6 +4286,7 @@ class Client$W extends Client$X {
4266
4286
  method: "GET",
4267
4287
  headers: pickBy(innerPayload.headers, identity),
4268
4288
  params: pickBy(innerPayload.params, identity),
4289
+ data,
4269
4290
  })
4270
4291
  .catch((e) => {
4271
4292
  this.logger.error(formatErrors(e));
@@ -4647,6 +4668,7 @@ class Client$W extends Client$X {
4647
4668
  method: "GET",
4648
4669
  headers: pickBy(innerPayload.headers, identity),
4649
4670
  params: pickBy(innerPayload.params, identity),
4671
+ data,
4650
4672
  })
4651
4673
  .catch((e) => {
4652
4674
  this.logger.error(formatErrors(e));
@@ -4840,6 +4862,7 @@ class Client$W extends Client$X {
4840
4862
  method: "GET",
4841
4863
  headers: pickBy(innerPayload.headers, identity),
4842
4864
  params: pickBy(innerPayload.params, identity),
4865
+ data,
4843
4866
  })
4844
4867
  .catch((e) => {
4845
4868
  this.logger.error(formatErrors(e));
@@ -4932,6 +4955,7 @@ class Client$W extends Client$X {
4932
4955
  method: "POST",
4933
4956
  headers: pickBy(innerPayload.headers, identity),
4934
4957
  params: pickBy(innerPayload.params, identity),
4958
+ data,
4935
4959
  })
4936
4960
  .catch((e) => {
4937
4961
  this.logger.error(formatErrors(e));
@@ -5105,6 +5129,7 @@ class Client$W extends Client$X {
5105
5129
  method: "GET",
5106
5130
  headers: pickBy(innerPayload.headers, identity),
5107
5131
  params: pickBy(innerPayload.params, identity),
5132
+ data,
5108
5133
  })
5109
5134
  .catch((e) => {
5110
5135
  this.logger.error(formatErrors(e));
@@ -5230,6 +5255,7 @@ class Client$W extends Client$X {
5230
5255
  method: "GET",
5231
5256
  headers: pickBy(innerPayload.headers, identity),
5232
5257
  params: pickBy(innerPayload.params, identity),
5258
+ data,
5233
5259
  })
5234
5260
  .catch((e) => {
5235
5261
  this.logger.error(formatErrors(e));
@@ -5590,6 +5616,7 @@ class Client$V extends Client$W {
5590
5616
  method: "GET",
5591
5617
  headers: pickBy(innerPayload.headers, identity),
5592
5618
  params: pickBy(innerPayload.params, identity),
5619
+ data,
5593
5620
  })
5594
5621
  .catch((e) => {
5595
5622
  this.logger.error(formatErrors(e));
@@ -5817,6 +5844,7 @@ class Client$V extends Client$W {
5817
5844
  method: "GET",
5818
5845
  headers: pickBy(innerPayload.headers, identity),
5819
5846
  params: pickBy(innerPayload.params, identity),
5847
+ data,
5820
5848
  })
5821
5849
  .catch((e) => {
5822
5850
  this.logger.error(formatErrors(e));
@@ -6556,6 +6584,7 @@ class Client$V extends Client$W {
6556
6584
  method: "GET",
6557
6585
  headers: pickBy(innerPayload.headers, identity),
6558
6586
  params: pickBy(innerPayload.params, identity),
6587
+ data,
6559
6588
  })
6560
6589
  .catch((e) => {
6561
6590
  this.logger.error(formatErrors(e));
@@ -6783,6 +6812,7 @@ class Client$V extends Client$W {
6783
6812
  method: "GET",
6784
6813
  headers: pickBy(innerPayload.headers, identity),
6785
6814
  params: pickBy(innerPayload.params, identity),
6815
+ data,
6786
6816
  })
6787
6817
  .catch((e) => {
6788
6818
  this.logger.error(formatErrors(e));
@@ -7879,6 +7909,7 @@ class Client$R extends Client$S {
7879
7909
  method: "GET",
7880
7910
  headers: pickBy(innerPayload.headers, identity),
7881
7911
  params: pickBy(innerPayload.params, identity),
7912
+ data,
7882
7913
  })
7883
7914
  .catch((e) => {
7884
7915
  this.logger.error(formatErrors(e));
@@ -8111,6 +8142,7 @@ class Client$R extends Client$S {
8111
8142
  method: "GET",
8112
8143
  headers: pickBy(innerPayload.headers, identity),
8113
8144
  params: pickBy(innerPayload.params, identity),
8145
+ data,
8114
8146
  })
8115
8147
  .catch((e) => {
8116
8148
  this.logger.error(formatErrors(e));
@@ -8207,6 +8239,7 @@ class Client$R extends Client$S {
8207
8239
  method: "POST",
8208
8240
  headers: pickBy(innerPayload.headers, identity),
8209
8241
  params: pickBy(innerPayload.params, identity),
8242
+ data,
8210
8243
  })
8211
8244
  .catch((e) => {
8212
8245
  this.logger.error(formatErrors(e));
@@ -8378,6 +8411,7 @@ class Client$R extends Client$S {
8378
8411
  method: "GET",
8379
8412
  headers: pickBy(innerPayload.headers, identity),
8380
8413
  params: pickBy(innerPayload.params, identity),
8414
+ data,
8381
8415
  })
8382
8416
  .catch((e) => {
8383
8417
  this.logger.error(formatErrors(e));
@@ -8610,6 +8644,7 @@ class Client$R extends Client$S {
8610
8644
  method: "GET",
8611
8645
  headers: pickBy(innerPayload.headers, identity),
8612
8646
  params: pickBy(innerPayload.params, identity),
8647
+ data,
8613
8648
  })
8614
8649
  .catch((e) => {
8615
8650
  this.logger.error(formatErrors(e));
@@ -8706,6 +8741,7 @@ class Client$R extends Client$S {
8706
8741
  method: "POST",
8707
8742
  headers: pickBy(innerPayload.headers, identity),
8708
8743
  params: pickBy(innerPayload.params, identity),
8744
+ data,
8709
8745
  })
8710
8746
  .catch((e) => {
8711
8747
  this.logger.error(formatErrors(e));
@@ -9012,6 +9048,7 @@ class Client$Q extends Client$R {
9012
9048
  method: "GET",
9013
9049
  headers: pickBy(innerPayload.headers, identity),
9014
9050
  params: pickBy(innerPayload.params, identity),
9051
+ data,
9015
9052
  })
9016
9053
  .catch((e) => {
9017
9054
  this.logger.error(formatErrors(e));
@@ -9139,6 +9176,7 @@ class Client$Q extends Client$R {
9139
9176
  method: "GET",
9140
9177
  headers: pickBy(innerPayload.headers, identity),
9141
9178
  params: pickBy(innerPayload.params, identity),
9179
+ data,
9142
9180
  })
9143
9181
  .catch((e) => {
9144
9182
  this.logger.error(formatErrors(e));
@@ -9338,6 +9376,7 @@ class Client$Q extends Client$R {
9338
9376
  method: "GET",
9339
9377
  headers: pickBy(innerPayload.headers, identity),
9340
9378
  params: pickBy(innerPayload.params, identity),
9379
+ data,
9341
9380
  })
9342
9381
  .catch((e) => {
9343
9382
  this.logger.error(formatErrors(e));
@@ -9519,6 +9558,7 @@ class Client$Q extends Client$R {
9519
9558
  method: "GET",
9520
9559
  headers: pickBy(innerPayload.headers, identity),
9521
9560
  params: pickBy(innerPayload.params, identity),
9561
+ data,
9522
9562
  })
9523
9563
  .catch((e) => {
9524
9564
  this.logger.error(formatErrors(e));
@@ -9670,6 +9710,7 @@ class Client$Q extends Client$R {
9670
9710
  method: "GET",
9671
9711
  headers: pickBy(innerPayload.headers, identity),
9672
9712
  params: pickBy(innerPayload.params, identity),
9713
+ data,
9673
9714
  })
9674
9715
  .catch((e) => {
9675
9716
  this.logger.error(formatErrors(e));
@@ -9775,6 +9816,7 @@ class Client$Q extends Client$R {
9775
9816
  method: "GET",
9776
9817
  headers: pickBy(innerPayload.headers, identity),
9777
9818
  params: pickBy(innerPayload.params, identity),
9819
+ data,
9778
9820
  })
9779
9821
  .catch((e) => {
9780
9822
  this.logger.error(formatErrors(e));
@@ -10093,6 +10135,7 @@ class Client$Q extends Client$R {
10093
10135
  method: "GET",
10094
10136
  headers: pickBy(innerPayload.headers, identity),
10095
10137
  params: pickBy(innerPayload.params, identity),
10138
+ data,
10096
10139
  })
10097
10140
  .catch((e) => {
10098
10141
  this.logger.error(formatErrors(e));
@@ -10167,6 +10210,7 @@ class Client$Q extends Client$R {
10167
10210
  method: "POST",
10168
10211
  headers: pickBy(innerPayload.headers, identity),
10169
10212
  params: pickBy(innerPayload.params, identity),
10213
+ data,
10170
10214
  })
10171
10215
  .catch((e) => {
10172
10216
  this.logger.error(formatErrors(e));
@@ -10344,6 +10388,7 @@ class Client$Q extends Client$R {
10344
10388
  method: "GET",
10345
10389
  headers: pickBy(innerPayload.headers, identity),
10346
10390
  params: pickBy(innerPayload.params, identity),
10391
+ data,
10347
10392
  })
10348
10393
  .catch((e) => {
10349
10394
  this.logger.error(formatErrors(e));
@@ -10571,6 +10616,7 @@ class Client$Q extends Client$R {
10571
10616
  method: "GET",
10572
10617
  headers: pickBy(innerPayload.headers, identity),
10573
10618
  params: pickBy(innerPayload.params, identity),
10619
+ data,
10574
10620
  })
10575
10621
  .catch((e) => {
10576
10622
  this.logger.error(formatErrors(e));
@@ -10698,6 +10744,7 @@ class Client$Q extends Client$R {
10698
10744
  method: "GET",
10699
10745
  headers: pickBy(innerPayload.headers, identity),
10700
10746
  params: pickBy(innerPayload.params, identity),
10747
+ data,
10701
10748
  })
10702
10749
  .catch((e) => {
10703
10750
  this.logger.error(formatErrors(e));
@@ -10897,6 +10944,7 @@ class Client$Q extends Client$R {
10897
10944
  method: "GET",
10898
10945
  headers: pickBy(innerPayload.headers, identity),
10899
10946
  params: pickBy(innerPayload.params, identity),
10947
+ data,
10900
10948
  })
10901
10949
  .catch((e) => {
10902
10950
  this.logger.error(formatErrors(e));
@@ -11078,6 +11126,7 @@ class Client$Q extends Client$R {
11078
11126
  method: "GET",
11079
11127
  headers: pickBy(innerPayload.headers, identity),
11080
11128
  params: pickBy(innerPayload.params, identity),
11129
+ data,
11081
11130
  })
11082
11131
  .catch((e) => {
11083
11132
  this.logger.error(formatErrors(e));
@@ -11229,6 +11278,7 @@ class Client$Q extends Client$R {
11229
11278
  method: "GET",
11230
11279
  headers: pickBy(innerPayload.headers, identity),
11231
11280
  params: pickBy(innerPayload.params, identity),
11281
+ data,
11232
11282
  })
11233
11283
  .catch((e) => {
11234
11284
  this.logger.error(formatErrors(e));
@@ -11334,6 +11384,7 @@ class Client$Q extends Client$R {
11334
11384
  method: "GET",
11335
11385
  headers: pickBy(innerPayload.headers, identity),
11336
11386
  params: pickBy(innerPayload.params, identity),
11387
+ data,
11337
11388
  })
11338
11389
  .catch((e) => {
11339
11390
  this.logger.error(formatErrors(e));
@@ -11652,6 +11703,7 @@ class Client$Q extends Client$R {
11652
11703
  method: "GET",
11653
11704
  headers: pickBy(innerPayload.headers, identity),
11654
11705
  params: pickBy(innerPayload.params, identity),
11706
+ data,
11655
11707
  })
11656
11708
  .catch((e) => {
11657
11709
  this.logger.error(formatErrors(e));
@@ -11726,6 +11778,7 @@ class Client$Q extends Client$R {
11726
11778
  method: "POST",
11727
11779
  headers: pickBy(innerPayload.headers, identity),
11728
11780
  params: pickBy(innerPayload.params, identity),
11781
+ data,
11729
11782
  })
11730
11783
  .catch((e) => {
11731
11784
  this.logger.error(formatErrors(e));
@@ -11903,6 +11956,7 @@ class Client$Q extends Client$R {
11903
11956
  method: "GET",
11904
11957
  headers: pickBy(innerPayload.headers, identity),
11905
11958
  params: pickBy(innerPayload.params, identity),
11959
+ data,
11906
11960
  })
11907
11961
  .catch((e) => {
11908
11962
  this.logger.error(formatErrors(e));
@@ -12290,6 +12344,7 @@ class Client$N extends Client$O {
12290
12344
  method: "GET",
12291
12345
  headers: pickBy(innerPayload.headers, identity),
12292
12346
  params: pickBy(innerPayload.params, identity),
12347
+ data,
12293
12348
  })
12294
12349
  .catch((e) => {
12295
12350
  this.logger.error(formatErrors(e));
@@ -12573,6 +12628,7 @@ class Client$N extends Client$O {
12573
12628
  method: "POST",
12574
12629
  headers: pickBy(innerPayload.headers, identity),
12575
12630
  params: pickBy(innerPayload.params, identity),
12631
+ data,
12576
12632
  })
12577
12633
  .catch((e) => {
12578
12634
  this.logger.error(formatErrors(e));
@@ -12802,6 +12858,7 @@ class Client$N extends Client$O {
12802
12858
  method: "GET",
12803
12859
  headers: pickBy(innerPayload.headers, identity),
12804
12860
  params: pickBy(innerPayload.params, identity),
12861
+ data,
12805
12862
  })
12806
12863
  .catch((e) => {
12807
12864
  this.logger.error(formatErrors(e));
@@ -12881,6 +12938,7 @@ class Client$N extends Client$O {
12881
12938
  method: "GET",
12882
12939
  headers: pickBy(innerPayload.headers, identity),
12883
12940
  params: pickBy(innerPayload.params, identity),
12941
+ data,
12884
12942
  })
12885
12943
  .catch((e) => {
12886
12944
  this.logger.error(formatErrors(e));
@@ -13150,6 +13208,7 @@ class Client$N extends Client$O {
13150
13208
  method: "POST",
13151
13209
  headers: pickBy(innerPayload.headers, identity),
13152
13210
  params: pickBy(innerPayload.params, identity),
13211
+ data,
13153
13212
  })
13154
13213
  .catch((e) => {
13155
13214
  this.logger.error(formatErrors(e));
@@ -13573,6 +13632,7 @@ class Client$N extends Client$O {
13573
13632
  method: "GET",
13574
13633
  headers: pickBy(innerPayload.headers, identity),
13575
13634
  params: pickBy(innerPayload.params, identity),
13635
+ data,
13576
13636
  })
13577
13637
  .catch((e) => {
13578
13638
  this.logger.error(formatErrors(e));
@@ -13856,6 +13916,7 @@ class Client$N extends Client$O {
13856
13916
  method: "POST",
13857
13917
  headers: pickBy(innerPayload.headers, identity),
13858
13918
  params: pickBy(innerPayload.params, identity),
13919
+ data,
13859
13920
  })
13860
13921
  .catch((e) => {
13861
13922
  this.logger.error(formatErrors(e));
@@ -14085,6 +14146,7 @@ class Client$N extends Client$O {
14085
14146
  method: "GET",
14086
14147
  headers: pickBy(innerPayload.headers, identity),
14087
14148
  params: pickBy(innerPayload.params, identity),
14149
+ data,
14088
14150
  })
14089
14151
  .catch((e) => {
14090
14152
  this.logger.error(formatErrors(e));
@@ -14164,6 +14226,7 @@ class Client$N extends Client$O {
14164
14226
  method: "GET",
14165
14227
  headers: pickBy(innerPayload.headers, identity),
14166
14228
  params: pickBy(innerPayload.params, identity),
14229
+ data,
14167
14230
  })
14168
14231
  .catch((e) => {
14169
14232
  this.logger.error(formatErrors(e));
@@ -14433,6 +14496,7 @@ class Client$N extends Client$O {
14433
14496
  method: "POST",
14434
14497
  headers: pickBy(innerPayload.headers, identity),
14435
14498
  params: pickBy(innerPayload.params, identity),
14499
+ data,
14436
14500
  })
14437
14501
  .catch((e) => {
14438
14502
  this.logger.error(formatErrors(e));
@@ -14827,6 +14891,7 @@ class Client$L extends Client$M {
14827
14891
  method: "GET",
14828
14892
  headers: pickBy(innerPayload.headers, identity),
14829
14893
  params: pickBy(innerPayload.params, identity),
14894
+ data,
14830
14895
  })
14831
14896
  .catch((e) => {
14832
14897
  this.logger.error(formatErrors(e));
@@ -14926,6 +14991,7 @@ class Client$L extends Client$M {
14926
14991
  method: "GET",
14927
14992
  headers: pickBy(innerPayload.headers, identity),
14928
14993
  params: pickBy(innerPayload.params, identity),
14994
+ data,
14929
14995
  })
14930
14996
  .catch((e) => {
14931
14997
  this.logger.error(formatErrors(e));
@@ -15078,6 +15144,7 @@ class Client$L extends Client$M {
15078
15144
  method: "GET",
15079
15145
  headers: pickBy(innerPayload.headers, identity),
15080
15146
  params: pickBy(innerPayload.params, identity),
15147
+ data,
15081
15148
  })
15082
15149
  .catch((e) => {
15083
15150
  this.logger.error(formatErrors(e));
@@ -15146,6 +15213,7 @@ class Client$L extends Client$M {
15146
15213
  method: "GET",
15147
15214
  headers: pickBy(innerPayload.headers, identity),
15148
15215
  params: pickBy(innerPayload.params, identity),
15216
+ data,
15149
15217
  })
15150
15218
  .catch((e) => {
15151
15219
  this.logger.error(formatErrors(e));
@@ -15246,6 +15314,7 @@ class Client$L extends Client$M {
15246
15314
  method: "POST",
15247
15315
  headers: pickBy(innerPayload.headers, identity),
15248
15316
  params: pickBy(innerPayload.params, identity),
15317
+ data,
15249
15318
  })
15250
15319
  .catch((e) => {
15251
15320
  this.logger.error(formatErrors(e));
@@ -15443,6 +15512,7 @@ class Client$L extends Client$M {
15443
15512
  method: "GET",
15444
15513
  headers: pickBy(innerPayload.headers, identity),
15445
15514
  params: pickBy(innerPayload.params, identity),
15515
+ data,
15446
15516
  })
15447
15517
  .catch((e) => {
15448
15518
  this.logger.error(formatErrors(e));
@@ -15669,6 +15739,7 @@ class Client$L extends Client$M {
15669
15739
  method: "GET",
15670
15740
  headers: pickBy(innerPayload.headers, identity),
15671
15741
  params: pickBy(innerPayload.params, identity),
15742
+ data,
15672
15743
  })
15673
15744
  .catch((e) => {
15674
15745
  this.logger.error(formatErrors(e));
@@ -15882,6 +15953,7 @@ class Client$L extends Client$M {
15882
15953
  method: "GET",
15883
15954
  headers: pickBy(innerPayload.headers, identity),
15884
15955
  params: pickBy(innerPayload.params, identity),
15956
+ data,
15885
15957
  })
15886
15958
  .catch((e) => {
15887
15959
  this.logger.error(formatErrors(e));
@@ -16148,6 +16220,7 @@ class Client$L extends Client$M {
16148
16220
  method: "GET",
16149
16221
  headers: pickBy(innerPayload.headers, identity),
16150
16222
  params: pickBy(innerPayload.params, identity),
16223
+ data,
16151
16224
  })
16152
16225
  .catch((e) => {
16153
16226
  this.logger.error(formatErrors(e));
@@ -16301,6 +16374,7 @@ class Client$L extends Client$M {
16301
16374
  method: "GET",
16302
16375
  headers: pickBy(innerPayload.headers, identity),
16303
16376
  params: pickBy(innerPayload.params, identity),
16377
+ data,
16304
16378
  })
16305
16379
  .catch((e) => {
16306
16380
  this.logger.error(formatErrors(e));
@@ -16414,6 +16488,7 @@ class Client$L extends Client$M {
16414
16488
  method: "GET",
16415
16489
  headers: pickBy(innerPayload.headers, identity),
16416
16490
  params: pickBy(innerPayload.params, identity),
16491
+ data,
16417
16492
  })
16418
16493
  .catch((e) => {
16419
16494
  this.logger.error(formatErrors(e));
@@ -16487,6 +16562,7 @@ class Client$L extends Client$M {
16487
16562
  method: "GET",
16488
16563
  headers: pickBy(innerPayload.headers, identity),
16489
16564
  params: pickBy(innerPayload.params, identity),
16565
+ data,
16490
16566
  })
16491
16567
  .catch((e) => {
16492
16568
  this.logger.error(formatErrors(e));
@@ -16859,6 +16935,7 @@ class Client$L extends Client$M {
16859
16935
  method: "GET",
16860
16936
  headers: pickBy(innerPayload.headers, identity),
16861
16937
  params: pickBy(innerPayload.params, identity),
16938
+ data,
16862
16939
  })
16863
16940
  .catch((e) => {
16864
16941
  this.logger.error(formatErrors(e));
@@ -16957,6 +17034,7 @@ class Client$L extends Client$M {
16957
17034
  method: "GET",
16958
17035
  headers: pickBy(innerPayload.headers, identity),
16959
17036
  params: pickBy(innerPayload.params, identity),
17037
+ data,
16960
17038
  })
16961
17039
  .catch((e) => {
16962
17040
  this.logger.error(formatErrors(e));
@@ -17146,6 +17224,7 @@ class Client$L extends Client$M {
17146
17224
  method: "GET",
17147
17225
  headers: pickBy(innerPayload.headers, identity),
17148
17226
  params: pickBy(innerPayload.params, identity),
17227
+ data,
17149
17228
  })
17150
17229
  .catch((e) => {
17151
17230
  this.logger.error(formatErrors(e));
@@ -17220,6 +17299,7 @@ class Client$L extends Client$M {
17220
17299
  method: "GET",
17221
17300
  headers: pickBy(innerPayload.headers, identity),
17222
17301
  params: pickBy(innerPayload.params, identity),
17302
+ data,
17223
17303
  })
17224
17304
  .catch((e) => {
17225
17305
  this.logger.error(formatErrors(e));
@@ -17319,6 +17399,7 @@ class Client$L extends Client$M {
17319
17399
  method: "GET",
17320
17400
  headers: pickBy(innerPayload.headers, identity),
17321
17401
  params: pickBy(innerPayload.params, identity),
17402
+ data,
17322
17403
  })
17323
17404
  .catch((e) => {
17324
17405
  this.logger.error(formatErrors(e));
@@ -17471,6 +17552,7 @@ class Client$L extends Client$M {
17471
17552
  method: "GET",
17472
17553
  headers: pickBy(innerPayload.headers, identity),
17473
17554
  params: pickBy(innerPayload.params, identity),
17555
+ data,
17474
17556
  })
17475
17557
  .catch((e) => {
17476
17558
  this.logger.error(formatErrors(e));
@@ -17539,6 +17621,7 @@ class Client$L extends Client$M {
17539
17621
  method: "GET",
17540
17622
  headers: pickBy(innerPayload.headers, identity),
17541
17623
  params: pickBy(innerPayload.params, identity),
17624
+ data,
17542
17625
  })
17543
17626
  .catch((e) => {
17544
17627
  this.logger.error(formatErrors(e));
@@ -17639,6 +17722,7 @@ class Client$L extends Client$M {
17639
17722
  method: "POST",
17640
17723
  headers: pickBy(innerPayload.headers, identity),
17641
17724
  params: pickBy(innerPayload.params, identity),
17725
+ data,
17642
17726
  })
17643
17727
  .catch((e) => {
17644
17728
  this.logger.error(formatErrors(e));
@@ -17836,6 +17920,7 @@ class Client$L extends Client$M {
17836
17920
  method: "GET",
17837
17921
  headers: pickBy(innerPayload.headers, identity),
17838
17922
  params: pickBy(innerPayload.params, identity),
17923
+ data,
17839
17924
  })
17840
17925
  .catch((e) => {
17841
17926
  this.logger.error(formatErrors(e));
@@ -18062,6 +18147,7 @@ class Client$L extends Client$M {
18062
18147
  method: "GET",
18063
18148
  headers: pickBy(innerPayload.headers, identity),
18064
18149
  params: pickBy(innerPayload.params, identity),
18150
+ data,
18065
18151
  })
18066
18152
  .catch((e) => {
18067
18153
  this.logger.error(formatErrors(e));
@@ -18275,6 +18361,7 @@ class Client$L extends Client$M {
18275
18361
  method: "GET",
18276
18362
  headers: pickBy(innerPayload.headers, identity),
18277
18363
  params: pickBy(innerPayload.params, identity),
18364
+ data,
18278
18365
  })
18279
18366
  .catch((e) => {
18280
18367
  this.logger.error(formatErrors(e));
@@ -18541,6 +18628,7 @@ class Client$L extends Client$M {
18541
18628
  method: "GET",
18542
18629
  headers: pickBy(innerPayload.headers, identity),
18543
18630
  params: pickBy(innerPayload.params, identity),
18631
+ data,
18544
18632
  })
18545
18633
  .catch((e) => {
18546
18634
  this.logger.error(formatErrors(e));
@@ -18694,6 +18782,7 @@ class Client$L extends Client$M {
18694
18782
  method: "GET",
18695
18783
  headers: pickBy(innerPayload.headers, identity),
18696
18784
  params: pickBy(innerPayload.params, identity),
18785
+ data,
18697
18786
  })
18698
18787
  .catch((e) => {
18699
18788
  this.logger.error(formatErrors(e));
@@ -18807,6 +18896,7 @@ class Client$L extends Client$M {
18807
18896
  method: "GET",
18808
18897
  headers: pickBy(innerPayload.headers, identity),
18809
18898
  params: pickBy(innerPayload.params, identity),
18899
+ data,
18810
18900
  })
18811
18901
  .catch((e) => {
18812
18902
  this.logger.error(formatErrors(e));
@@ -18880,6 +18970,7 @@ class Client$L extends Client$M {
18880
18970
  method: "GET",
18881
18971
  headers: pickBy(innerPayload.headers, identity),
18882
18972
  params: pickBy(innerPayload.params, identity),
18973
+ data,
18883
18974
  })
18884
18975
  .catch((e) => {
18885
18976
  this.logger.error(formatErrors(e));
@@ -19252,6 +19343,7 @@ class Client$L extends Client$M {
19252
19343
  method: "GET",
19253
19344
  headers: pickBy(innerPayload.headers, identity),
19254
19345
  params: pickBy(innerPayload.params, identity),
19346
+ data,
19255
19347
  })
19256
19348
  .catch((e) => {
19257
19349
  this.logger.error(formatErrors(e));
@@ -19350,6 +19442,7 @@ class Client$L extends Client$M {
19350
19442
  method: "GET",
19351
19443
  headers: pickBy(innerPayload.headers, identity),
19352
19444
  params: pickBy(innerPayload.params, identity),
19445
+ data,
19353
19446
  })
19354
19447
  .catch((e) => {
19355
19448
  this.logger.error(formatErrors(e));
@@ -19539,6 +19632,7 @@ class Client$L extends Client$M {
19539
19632
  method: "GET",
19540
19633
  headers: pickBy(innerPayload.headers, identity),
19541
19634
  params: pickBy(innerPayload.params, identity),
19635
+ data,
19542
19636
  })
19543
19637
  .catch((e) => {
19544
19638
  this.logger.error(formatErrors(e));
@@ -21410,6 +21504,7 @@ class Client$I extends Client$J {
21410
21504
  method: "POST",
21411
21505
  headers: pickBy(innerPayload.headers, identity),
21412
21506
  params: pickBy(innerPayload.params, identity),
21507
+ data,
21413
21508
  })
21414
21509
  .catch((e) => {
21415
21510
  this.logger.error(formatErrors(e));
@@ -23823,6 +23918,7 @@ class Client$I extends Client$J {
23823
23918
  method: "POST",
23824
23919
  headers: pickBy(innerPayload.headers, identity),
23825
23920
  params: pickBy(innerPayload.params, identity),
23921
+ data,
23826
23922
  })
23827
23923
  .catch((e) => {
23828
23924
  this.logger.error(formatErrors(e));
@@ -24474,6 +24570,7 @@ class Client$I extends Client$J {
24474
24570
  method: "POST",
24475
24571
  headers: pickBy(innerPayload.headers, identity),
24476
24572
  params: pickBy(innerPayload.params, identity),
24573
+ data,
24477
24574
  })
24478
24575
  .catch((e) => {
24479
24576
  this.logger.error(formatErrors(e));
@@ -24547,6 +24644,7 @@ class Client$I extends Client$J {
24547
24644
  method: "POST",
24548
24645
  headers: pickBy(innerPayload.headers, identity),
24549
24646
  params: pickBy(innerPayload.params, identity),
24647
+ data,
24550
24648
  })
24551
24649
  .catch((e) => {
24552
24650
  this.logger.error(formatErrors(e));
@@ -24620,6 +24718,7 @@ class Client$I extends Client$J {
24620
24718
  method: "POST",
24621
24719
  headers: pickBy(innerPayload.headers, identity),
24622
24720
  params: pickBy(innerPayload.params, identity),
24721
+ data,
24623
24722
  })
24624
24723
  .catch((e) => {
24625
24724
  this.logger.error(formatErrors(e));
@@ -24693,6 +24792,7 @@ class Client$I extends Client$J {
24693
24792
  method: "POST",
24694
24793
  headers: pickBy(innerPayload.headers, identity),
24695
24794
  params: pickBy(innerPayload.params, identity),
24795
+ data,
24696
24796
  })
24697
24797
  .catch((e) => {
24698
24798
  this.logger.error(formatErrors(e));
@@ -24766,6 +24866,7 @@ class Client$I extends Client$J {
24766
24866
  method: "POST",
24767
24867
  headers: pickBy(innerPayload.headers, identity),
24768
24868
  params: pickBy(innerPayload.params, identity),
24869
+ data,
24769
24870
  })
24770
24871
  .catch((e) => {
24771
24872
  this.logger.error(formatErrors(e));
@@ -24839,6 +24940,7 @@ class Client$I extends Client$J {
24839
24940
  method: "POST",
24840
24941
  headers: pickBy(innerPayload.headers, identity),
24841
24942
  params: pickBy(innerPayload.params, identity),
24943
+ data,
24842
24944
  })
24843
24945
  .catch((e) => {
24844
24946
  this.logger.error(formatErrors(e));
@@ -24912,6 +25014,7 @@ class Client$I extends Client$J {
24912
25014
  method: "POST",
24913
25015
  headers: pickBy(innerPayload.headers, identity),
24914
25016
  params: pickBy(innerPayload.params, identity),
25017
+ data,
24915
25018
  })
24916
25019
  .catch((e) => {
24917
25020
  this.logger.error(formatErrors(e));
@@ -24985,6 +25088,7 @@ class Client$I extends Client$J {
24985
25088
  method: "POST",
24986
25089
  headers: pickBy(innerPayload.headers, identity),
24987
25090
  params: pickBy(innerPayload.params, identity),
25091
+ data,
24988
25092
  })
24989
25093
  .catch((e) => {
24990
25094
  this.logger.error(formatErrors(e));
@@ -25078,6 +25182,7 @@ class Client$I extends Client$J {
25078
25182
  method: "GET",
25079
25183
  headers: pickBy(innerPayload.headers, identity),
25080
25184
  params: pickBy(innerPayload.params, identity),
25185
+ data,
25081
25186
  })
25082
25187
  .catch((e) => {
25083
25188
  this.logger.error(formatErrors(e));
@@ -25180,6 +25285,7 @@ class Client$I extends Client$J {
25180
25285
  method: "POST",
25181
25286
  headers: pickBy(innerPayload.headers, identity),
25182
25287
  params: pickBy(innerPayload.params, identity),
25288
+ data,
25183
25289
  })
25184
25290
  .catch((e) => {
25185
25291
  this.logger.error(formatErrors(e));
@@ -25457,6 +25563,7 @@ class Client$I extends Client$J {
25457
25563
  method: "POST",
25458
25564
  headers: pickBy(innerPayload.headers, identity),
25459
25565
  params: pickBy(innerPayload.params, identity),
25566
+ data,
25460
25567
  })
25461
25568
  .catch((e) => {
25462
25569
  this.logger.error(formatErrors(e));
@@ -25554,6 +25661,7 @@ class Client$I extends Client$J {
25554
25661
  method: "POST",
25555
25662
  headers: pickBy(innerPayload.headers, identity),
25556
25663
  params: pickBy(innerPayload.params, identity),
25664
+ data,
25557
25665
  })
25558
25666
  .catch((e) => {
25559
25667
  this.logger.error(formatErrors(e));
@@ -25748,6 +25856,7 @@ class Client$I extends Client$J {
25748
25856
  method: "POST",
25749
25857
  headers: pickBy(innerPayload.headers, identity),
25750
25858
  params: pickBy(innerPayload.params, identity),
25859
+ data,
25751
25860
  })
25752
25861
  .catch((e) => {
25753
25862
  this.logger.error(formatErrors(e));
@@ -25975,6 +26084,7 @@ class Client$I extends Client$J {
25975
26084
  method: "POST",
25976
26085
  headers: pickBy(innerPayload.headers, identity),
25977
26086
  params: pickBy(innerPayload.params, identity),
26087
+ data,
25978
26088
  })
25979
26089
  .catch((e) => {
25980
26090
  this.logger.error(formatErrors(e));
@@ -26135,6 +26245,7 @@ class Client$I extends Client$J {
26135
26245
  method: "POST",
26136
26246
  headers: pickBy(innerPayload.headers, identity),
26137
26247
  params: pickBy(innerPayload.params, identity),
26248
+ data,
26138
26249
  })
26139
26250
  .catch((e) => {
26140
26251
  this.logger.error(formatErrors(e));
@@ -26228,6 +26339,7 @@ class Client$I extends Client$J {
26228
26339
  method: "GET",
26229
26340
  headers: pickBy(innerPayload.headers, identity),
26230
26341
  params: pickBy(innerPayload.params, identity),
26342
+ data,
26231
26343
  })
26232
26344
  .catch((e) => {
26233
26345
  this.logger.error(formatErrors(e));
@@ -26863,6 +26975,7 @@ class Client$F extends Client$G {
26863
26975
  method: "GET",
26864
26976
  headers: pickBy(innerPayload.headers, identity),
26865
26977
  params: pickBy(innerPayload.params, identity),
26978
+ data,
26866
26979
  })
26867
26980
  .catch((e) => {
26868
26981
  this.logger.error(formatErrors(e));
@@ -27028,6 +27141,7 @@ class Client$F extends Client$G {
27028
27141
  method: "GET",
27029
27142
  headers: pickBy(innerPayload.headers, identity),
27030
27143
  params: pickBy(innerPayload.params, identity),
27144
+ data,
27031
27145
  })
27032
27146
  .catch((e) => {
27033
27147
  this.logger.error(formatErrors(e));
@@ -27255,6 +27369,7 @@ class Client$F extends Client$G {
27255
27369
  method: "GET",
27256
27370
  headers: pickBy(innerPayload.headers, identity),
27257
27371
  params: pickBy(innerPayload.params, identity),
27372
+ data,
27258
27373
  })
27259
27374
  .catch((e) => {
27260
27375
  this.logger.error(formatErrors(e));
@@ -27420,6 +27535,7 @@ class Client$F extends Client$G {
27420
27535
  method: "GET",
27421
27536
  headers: pickBy(innerPayload.headers, identity),
27422
27537
  params: pickBy(innerPayload.params, identity),
27538
+ data,
27423
27539
  })
27424
27540
  .catch((e) => {
27425
27541
  this.logger.error(formatErrors(e));
@@ -27767,6 +27883,7 @@ class Client$E extends Client$F {
27767
27883
  method: "GET",
27768
27884
  headers: pickBy(innerPayload.headers, identity),
27769
27885
  params: pickBy(innerPayload.params, identity),
27886
+ data,
27770
27887
  })
27771
27888
  .catch((e) => {
27772
27889
  this.logger.error(formatErrors(e));
@@ -27892,6 +28009,7 @@ class Client$E extends Client$F {
27892
28009
  method: "GET",
27893
28010
  headers: pickBy(innerPayload.headers, identity),
27894
28011
  params: pickBy(innerPayload.params, identity),
28012
+ data,
27895
28013
  })
27896
28014
  .catch((e) => {
27897
28015
  this.logger.error(formatErrors(e));
@@ -28182,6 +28300,7 @@ class Client$E extends Client$F {
28182
28300
  method: "GET",
28183
28301
  headers: pickBy(innerPayload.headers, identity),
28184
28302
  params: pickBy(innerPayload.params, identity),
28303
+ data,
28185
28304
  })
28186
28305
  .catch((e) => {
28187
28306
  this.logger.error(formatErrors(e));
@@ -28619,6 +28738,7 @@ class Client$E extends Client$F {
28619
28738
  method: "GET",
28620
28739
  headers: pickBy(innerPayload.headers, identity),
28621
28740
  params: pickBy(innerPayload.params, identity),
28741
+ data,
28622
28742
  })
28623
28743
  .catch((e) => {
28624
28744
  this.logger.error(formatErrors(e));
@@ -28696,6 +28816,7 @@ class Client$E extends Client$F {
28696
28816
  method: "GET",
28697
28817
  headers: pickBy(innerPayload.headers, identity),
28698
28818
  params: pickBy(innerPayload.params, identity),
28819
+ data,
28699
28820
  })
28700
28821
  .catch((e) => {
28701
28822
  this.logger.error(formatErrors(e));
@@ -29461,6 +29582,7 @@ class Client$E extends Client$F {
29461
29582
  method: "GET",
29462
29583
  headers: pickBy(innerPayload.headers, identity),
29463
29584
  params: pickBy(innerPayload.params, identity),
29585
+ data,
29464
29586
  })
29465
29587
  .catch((e) => {
29466
29588
  this.logger.error(formatErrors(e));
@@ -29586,6 +29708,7 @@ class Client$E extends Client$F {
29586
29708
  method: "GET",
29587
29709
  headers: pickBy(innerPayload.headers, identity),
29588
29710
  params: pickBy(innerPayload.params, identity),
29711
+ data,
29589
29712
  })
29590
29713
  .catch((e) => {
29591
29714
  this.logger.error(formatErrors(e));
@@ -29876,6 +29999,7 @@ class Client$E extends Client$F {
29876
29999
  method: "GET",
29877
30000
  headers: pickBy(innerPayload.headers, identity),
29878
30001
  params: pickBy(innerPayload.params, identity),
30002
+ data,
29879
30003
  })
29880
30004
  .catch((e) => {
29881
30005
  this.logger.error(formatErrors(e));
@@ -30313,6 +30437,7 @@ class Client$E extends Client$F {
30313
30437
  method: "GET",
30314
30438
  headers: pickBy(innerPayload.headers, identity),
30315
30439
  params: pickBy(innerPayload.params, identity),
30440
+ data,
30316
30441
  })
30317
30442
  .catch((e) => {
30318
30443
  this.logger.error(formatErrors(e));
@@ -30390,6 +30515,7 @@ class Client$E extends Client$F {
30390
30515
  method: "GET",
30391
30516
  headers: pickBy(innerPayload.headers, identity),
30392
30517
  params: pickBy(innerPayload.params, identity),
30518
+ data,
30393
30519
  })
30394
30520
  .catch((e) => {
30395
30521
  this.logger.error(formatErrors(e));
@@ -31107,6 +31233,7 @@ class Client$C extends Client$D {
31107
31233
  method: "GET",
31108
31234
  headers: pickBy(innerPayload.headers, identity),
31109
31235
  params: pickBy(innerPayload.params, identity),
31236
+ data,
31110
31237
  })
31111
31238
  .catch((e) => {
31112
31239
  this.logger.error(formatErrors(e));
@@ -31231,6 +31358,7 @@ class Client$C extends Client$D {
31231
31358
  method: "GET",
31232
31359
  headers: pickBy(innerPayload.headers, identity),
31233
31360
  params: pickBy(innerPayload.params, identity),
31361
+ data,
31234
31362
  })
31235
31363
  .catch((e) => {
31236
31364
  this.logger.error(formatErrors(e));
@@ -31332,6 +31460,7 @@ class Client$A extends Client$B {
31332
31460
  method: "GET",
31333
31461
  headers: pickBy(innerPayload.headers, identity),
31334
31462
  params: pickBy(innerPayload.params, identity),
31463
+ data,
31335
31464
  })
31336
31465
  .catch((e) => {
31337
31466
  this.logger.error(formatErrors(e));
@@ -31412,6 +31541,7 @@ class Client$A extends Client$B {
31412
31541
  method: "GET",
31413
31542
  headers: pickBy(innerPayload.headers, identity),
31414
31543
  params: pickBy(innerPayload.params, identity),
31544
+ data,
31415
31545
  })
31416
31546
  .catch((e) => {
31417
31547
  this.logger.error(formatErrors(e));
@@ -31577,6 +31707,7 @@ class Client$w extends Client$x {
31577
31707
  method: "GET",
31578
31708
  headers: pickBy(innerPayload.headers, identity),
31579
31709
  params: pickBy(innerPayload.params, identity),
31710
+ data,
31580
31711
  })
31581
31712
  .catch((e) => {
31582
31713
  this.logger.error(formatErrors(e));
@@ -31691,6 +31822,7 @@ class Client$w extends Client$x {
31691
31822
  method: "GET",
31692
31823
  headers: pickBy(innerPayload.headers, identity),
31693
31824
  params: pickBy(innerPayload.params, identity),
31825
+ data,
31694
31826
  })
31695
31827
  .catch((e) => {
31696
31828
  this.logger.error(formatErrors(e));
@@ -32432,6 +32564,7 @@ class Client$v extends Client$w {
32432
32564
  method: "GET",
32433
32565
  headers: pickBy(innerPayload.headers, identity),
32434
32566
  params: pickBy(innerPayload.params, identity),
32567
+ data,
32435
32568
  })
32436
32569
  .catch((e) => {
32437
32570
  this.logger.error(formatErrors(e));
@@ -32528,6 +32661,7 @@ class Client$v extends Client$w {
32528
32661
  method: "GET",
32529
32662
  headers: pickBy(innerPayload.headers, identity),
32530
32663
  params: pickBy(innerPayload.params, identity),
32664
+ data,
32531
32665
  })
32532
32666
  .catch((e) => {
32533
32667
  this.logger.error(formatErrors(e));
@@ -33115,6 +33249,7 @@ class Client$v extends Client$w {
33115
33249
  method: "GET",
33116
33250
  headers: pickBy(innerPayload.headers, identity),
33117
33251
  params: pickBy(innerPayload.params, identity),
33252
+ data,
33118
33253
  })
33119
33254
  .catch((e) => {
33120
33255
  this.logger.error(formatErrors(e));
@@ -33872,6 +34007,7 @@ class Client$v extends Client$w {
33872
34007
  method: "GET",
33873
34008
  headers: pickBy(innerPayload.headers, identity),
33874
34009
  params: pickBy(innerPayload.params, identity),
34010
+ data,
33875
34011
  })
33876
34012
  .catch((e) => {
33877
34013
  this.logger.error(formatErrors(e));
@@ -33968,6 +34104,7 @@ class Client$v extends Client$w {
33968
34104
  method: "GET",
33969
34105
  headers: pickBy(innerPayload.headers, identity),
33970
34106
  params: pickBy(innerPayload.params, identity),
34107
+ data,
33971
34108
  })
33972
34109
  .catch((e) => {
33973
34110
  this.logger.error(formatErrors(e));
@@ -34555,6 +34692,7 @@ class Client$v extends Client$w {
34555
34692
  method: "GET",
34556
34693
  headers: pickBy(innerPayload.headers, identity),
34557
34694
  params: pickBy(innerPayload.params, identity),
34695
+ data,
34558
34696
  })
34559
34697
  .catch((e) => {
34560
34698
  this.logger.error(formatErrors(e));
@@ -35420,6 +35558,7 @@ class Client$u extends Client$v {
35420
35558
  method: "GET",
35421
35559
  headers: pickBy(innerPayload.headers, identity),
35422
35560
  params: pickBy(innerPayload.params, identity),
35561
+ data,
35423
35562
  })
35424
35563
  .catch((e) => {
35425
35564
  this.logger.error(formatErrors(e));
@@ -36065,6 +36204,7 @@ class Client$u extends Client$v {
36065
36204
  method: "GET",
36066
36205
  headers: pickBy(innerPayload.headers, identity),
36067
36206
  params: pickBy(innerPayload.params, identity),
36207
+ data,
36068
36208
  })
36069
36209
  .catch((e) => {
36070
36210
  this.logger.error(formatErrors(e));
@@ -36574,6 +36714,7 @@ class Client$u extends Client$v {
36574
36714
  method: "GET",
36575
36715
  headers: pickBy(innerPayload.headers, identity),
36576
36716
  params: pickBy(innerPayload.params, identity),
36717
+ data,
36577
36718
  })
36578
36719
  .catch((e) => {
36579
36720
  this.logger.error(formatErrors(e));
@@ -36649,6 +36790,7 @@ class Client$u extends Client$v {
36649
36790
  method: "GET",
36650
36791
  headers: pickBy(innerPayload.headers, identity),
36651
36792
  params: pickBy(innerPayload.params, identity),
36793
+ data,
36652
36794
  })
36653
36795
  .catch((e) => {
36654
36796
  this.logger.error(formatErrors(e));
@@ -36722,6 +36864,7 @@ class Client$u extends Client$v {
36722
36864
  method: "GET",
36723
36865
  headers: pickBy(innerPayload.headers, identity),
36724
36866
  params: pickBy(innerPayload.params, identity),
36867
+ data,
36725
36868
  })
36726
36869
  .catch((e) => {
36727
36870
  this.logger.error(formatErrors(e));
@@ -36900,6 +37043,7 @@ class Client$u extends Client$v {
36900
37043
  method: "GET",
36901
37044
  headers: pickBy(innerPayload.headers, identity),
36902
37045
  params: pickBy(innerPayload.params, identity),
37046
+ data,
36903
37047
  })
36904
37048
  .catch((e) => {
36905
37049
  this.logger.error(formatErrors(e));
@@ -37758,6 +37902,7 @@ class Client$u extends Client$v {
37758
37902
  method: "GET",
37759
37903
  headers: pickBy(innerPayload.headers, identity),
37760
37904
  params: pickBy(innerPayload.params, identity),
37905
+ data,
37761
37906
  })
37762
37907
  .catch((e) => {
37763
37908
  this.logger.error(formatErrors(e));
@@ -38403,6 +38548,7 @@ class Client$u extends Client$v {
38403
38548
  method: "GET",
38404
38549
  headers: pickBy(innerPayload.headers, identity),
38405
38550
  params: pickBy(innerPayload.params, identity),
38551
+ data,
38406
38552
  })
38407
38553
  .catch((e) => {
38408
38554
  this.logger.error(formatErrors(e));
@@ -38912,6 +39058,7 @@ class Client$u extends Client$v {
38912
39058
  method: "GET",
38913
39059
  headers: pickBy(innerPayload.headers, identity),
38914
39060
  params: pickBy(innerPayload.params, identity),
39061
+ data,
38915
39062
  })
38916
39063
  .catch((e) => {
38917
39064
  this.logger.error(formatErrors(e));
@@ -38987,6 +39134,7 @@ class Client$u extends Client$v {
38987
39134
  method: "GET",
38988
39135
  headers: pickBy(innerPayload.headers, identity),
38989
39136
  params: pickBy(innerPayload.params, identity),
39137
+ data,
38990
39138
  })
38991
39139
  .catch((e) => {
38992
39140
  this.logger.error(formatErrors(e));
@@ -39060,6 +39208,7 @@ class Client$u extends Client$v {
39060
39208
  method: "GET",
39061
39209
  headers: pickBy(innerPayload.headers, identity),
39062
39210
  params: pickBy(innerPayload.params, identity),
39211
+ data,
39063
39212
  })
39064
39213
  .catch((e) => {
39065
39214
  this.logger.error(formatErrors(e));
@@ -39238,6 +39387,7 @@ class Client$u extends Client$v {
39238
39387
  method: "GET",
39239
39388
  headers: pickBy(innerPayload.headers, identity),
39240
39389
  params: pickBy(innerPayload.params, identity),
39390
+ data,
39241
39391
  })
39242
39392
  .catch((e) => {
39243
39393
  this.logger.error(formatErrors(e));
@@ -39677,6 +39827,7 @@ class Client$s extends Client$t {
39677
39827
  method: "GET",
39678
39828
  headers: pickBy(innerPayload.headers, identity),
39679
39829
  params: pickBy(innerPayload.params, identity),
39830
+ data,
39680
39831
  })
39681
39832
  .catch((e) => {
39682
39833
  this.logger.error(formatErrors(e));
@@ -39751,6 +39902,7 @@ class Client$s extends Client$t {
39751
39902
  method: "GET",
39752
39903
  headers: pickBy(innerPayload.headers, identity),
39753
39904
  params: pickBy(innerPayload.params, identity),
39905
+ data,
39754
39906
  })
39755
39907
  .catch((e) => {
39756
39908
  this.logger.error(formatErrors(e));
@@ -39965,6 +40117,7 @@ class Client$s extends Client$t {
39965
40117
  method: "GET",
39966
40118
  headers: pickBy(innerPayload.headers, identity),
39967
40119
  params: pickBy(innerPayload.params, identity),
40120
+ data,
39968
40121
  })
39969
40122
  .catch((e) => {
39970
40123
  this.logger.error(formatErrors(e));
@@ -40236,6 +40389,7 @@ class Client$s extends Client$t {
40236
40389
  method: "GET",
40237
40390
  headers: pickBy(innerPayload.headers, identity),
40238
40391
  params: pickBy(innerPayload.params, identity),
40392
+ data,
40239
40393
  })
40240
40394
  .catch((e) => {
40241
40395
  this.logger.error(formatErrors(e));
@@ -40779,6 +40933,7 @@ class Client$s extends Client$t {
40779
40933
  method: "GET",
40780
40934
  headers: pickBy(innerPayload.headers, identity),
40781
40935
  params: pickBy(innerPayload.params, identity),
40936
+ data,
40782
40937
  })
40783
40938
  .catch((e) => {
40784
40939
  this.logger.error(formatErrors(e));
@@ -41212,6 +41367,7 @@ class Client$s extends Client$t {
41212
41367
  method: "GET",
41213
41368
  headers: pickBy(innerPayload.headers, identity),
41214
41369
  params: pickBy(innerPayload.params, identity),
41370
+ data,
41215
41371
  })
41216
41372
  .catch((e) => {
41217
41373
  this.logger.error(formatErrors(e));
@@ -41389,6 +41545,7 @@ class Client$s extends Client$t {
41389
41545
  method: "GET",
41390
41546
  headers: pickBy(innerPayload.headers, identity),
41391
41547
  params: pickBy(innerPayload.params, identity),
41548
+ data,
41392
41549
  })
41393
41550
  .catch((e) => {
41394
41551
  this.logger.error(formatErrors(e));
@@ -41740,6 +41897,7 @@ class Client$s extends Client$t {
41740
41897
  method: "GET",
41741
41898
  headers: pickBy(innerPayload.headers, identity),
41742
41899
  params: pickBy(innerPayload.params, identity),
41900
+ data,
41743
41901
  })
41744
41902
  .catch((e) => {
41745
41903
  this.logger.error(formatErrors(e));
@@ -41814,6 +41972,7 @@ class Client$s extends Client$t {
41814
41972
  method: "GET",
41815
41973
  headers: pickBy(innerPayload.headers, identity),
41816
41974
  params: pickBy(innerPayload.params, identity),
41975
+ data,
41817
41976
  })
41818
41977
  .catch((e) => {
41819
41978
  this.logger.error(formatErrors(e));
@@ -42028,6 +42187,7 @@ class Client$s extends Client$t {
42028
42187
  method: "GET",
42029
42188
  headers: pickBy(innerPayload.headers, identity),
42030
42189
  params: pickBy(innerPayload.params, identity),
42190
+ data,
42031
42191
  })
42032
42192
  .catch((e) => {
42033
42193
  this.logger.error(formatErrors(e));
@@ -42299,6 +42459,7 @@ class Client$s extends Client$t {
42299
42459
  method: "GET",
42300
42460
  headers: pickBy(innerPayload.headers, identity),
42301
42461
  params: pickBy(innerPayload.params, identity),
42462
+ data,
42302
42463
  })
42303
42464
  .catch((e) => {
42304
42465
  this.logger.error(formatErrors(e));
@@ -42842,6 +43003,7 @@ class Client$s extends Client$t {
42842
43003
  method: "GET",
42843
43004
  headers: pickBy(innerPayload.headers, identity),
42844
43005
  params: pickBy(innerPayload.params, identity),
43006
+ data,
42845
43007
  })
42846
43008
  .catch((e) => {
42847
43009
  this.logger.error(formatErrors(e));
@@ -43275,6 +43437,7 @@ class Client$s extends Client$t {
43275
43437
  method: "GET",
43276
43438
  headers: pickBy(innerPayload.headers, identity),
43277
43439
  params: pickBy(innerPayload.params, identity),
43440
+ data,
43278
43441
  })
43279
43442
  .catch((e) => {
43280
43443
  this.logger.error(formatErrors(e));
@@ -43452,6 +43615,7 @@ class Client$s extends Client$t {
43452
43615
  method: "GET",
43453
43616
  headers: pickBy(innerPayload.headers, identity),
43454
43617
  params: pickBy(innerPayload.params, identity),
43618
+ data,
43455
43619
  })
43456
43620
  .catch((e) => {
43457
43621
  this.logger.error(formatErrors(e));
@@ -43829,6 +43993,7 @@ class Client$r extends Client$s {
43829
43993
  method: "GET",
43830
43994
  headers: pickBy(innerPayload.headers, identity),
43831
43995
  params: pickBy(innerPayload.params, identity),
43996
+ data,
43832
43997
  })
43833
43998
  .catch((e) => {
43834
43999
  this.logger.error(formatErrors(e));
@@ -44027,6 +44192,7 @@ class Client$r extends Client$s {
44027
44192
  method: "GET",
44028
44193
  headers: pickBy(innerPayload.headers, identity),
44029
44194
  params: pickBy(innerPayload.params, identity),
44195
+ data,
44030
44196
  })
44031
44197
  .catch((e) => {
44032
44198
  this.logger.error(formatErrors(e));
@@ -44115,6 +44281,7 @@ class Client$r extends Client$s {
44115
44281
  method: "POST",
44116
44282
  headers: pickBy(innerPayload.headers, identity),
44117
44283
  params: pickBy(innerPayload.params, identity),
44284
+ data,
44118
44285
  })
44119
44286
  .catch((e) => {
44120
44287
  this.logger.error(formatErrors(e));
@@ -44456,6 +44623,7 @@ class Client$q extends Client$r {
44456
44623
  method: "GET",
44457
44624
  headers: pickBy(innerPayload.headers, identity),
44458
44625
  params: pickBy(innerPayload.params, identity),
44626
+ data,
44459
44627
  })
44460
44628
  .catch((e) => {
44461
44629
  this.logger.error(formatErrors(e));
@@ -44629,6 +44797,7 @@ class Client$q extends Client$r {
44629
44797
  method: "GET",
44630
44798
  headers: pickBy(innerPayload.headers, identity),
44631
44799
  params: pickBy(innerPayload.params, identity),
44800
+ data,
44632
44801
  })
44633
44802
  .catch((e) => {
44634
44803
  this.logger.error(formatErrors(e));
@@ -44818,6 +44987,7 @@ class Client$q extends Client$r {
44818
44987
  method: "GET",
44819
44988
  headers: pickBy(innerPayload.headers, identity),
44820
44989
  params: pickBy(innerPayload.params, identity),
44990
+ data,
44821
44991
  })
44822
44992
  .catch((e) => {
44823
44993
  this.logger.error(formatErrors(e));
@@ -45007,6 +45177,7 @@ class Client$q extends Client$r {
45007
45177
  method: "GET",
45008
45178
  headers: pickBy(innerPayload.headers, identity),
45009
45179
  params: pickBy(innerPayload.params, identity),
45180
+ data,
45010
45181
  })
45011
45182
  .catch((e) => {
45012
45183
  this.logger.error(formatErrors(e));
@@ -45233,6 +45404,7 @@ class Client$q extends Client$r {
45233
45404
  method: "GET",
45234
45405
  headers: pickBy(innerPayload.headers, identity),
45235
45406
  params: pickBy(innerPayload.params, identity),
45407
+ data,
45236
45408
  })
45237
45409
  .catch((e) => {
45238
45410
  this.logger.error(formatErrors(e));
@@ -45494,6 +45666,7 @@ class Client$q extends Client$r {
45494
45666
  method: "GET",
45495
45667
  headers: pickBy(innerPayload.headers, identity),
45496
45668
  params: pickBy(innerPayload.params, identity),
45669
+ data,
45497
45670
  })
45498
45671
  .catch((e) => {
45499
45672
  this.logger.error(formatErrors(e));
@@ -45648,6 +45821,7 @@ class Client$q extends Client$r {
45648
45821
  method: "GET",
45649
45822
  headers: pickBy(innerPayload.headers, identity),
45650
45823
  params: pickBy(innerPayload.params, identity),
45824
+ data,
45651
45825
  })
45652
45826
  .catch((e) => {
45653
45827
  this.logger.error(formatErrors(e));
@@ -45904,6 +46078,7 @@ class Client$q extends Client$r {
45904
46078
  method: "GET",
45905
46079
  headers: pickBy(innerPayload.headers, identity),
45906
46080
  params: pickBy(innerPayload.params, identity),
46081
+ data,
45907
46082
  })
45908
46083
  .catch((e) => {
45909
46084
  this.logger.error(formatErrors(e));
@@ -46077,6 +46252,7 @@ class Client$q extends Client$r {
46077
46252
  method: "GET",
46078
46253
  headers: pickBy(innerPayload.headers, identity),
46079
46254
  params: pickBy(innerPayload.params, identity),
46255
+ data,
46080
46256
  })
46081
46257
  .catch((e) => {
46082
46258
  this.logger.error(formatErrors(e));
@@ -46266,6 +46442,7 @@ class Client$q extends Client$r {
46266
46442
  method: "GET",
46267
46443
  headers: pickBy(innerPayload.headers, identity),
46268
46444
  params: pickBy(innerPayload.params, identity),
46445
+ data,
46269
46446
  })
46270
46447
  .catch((e) => {
46271
46448
  this.logger.error(formatErrors(e));
@@ -46455,6 +46632,7 @@ class Client$q extends Client$r {
46455
46632
  method: "GET",
46456
46633
  headers: pickBy(innerPayload.headers, identity),
46457
46634
  params: pickBy(innerPayload.params, identity),
46635
+ data,
46458
46636
  })
46459
46637
  .catch((e) => {
46460
46638
  this.logger.error(formatErrors(e));
@@ -46681,6 +46859,7 @@ class Client$q extends Client$r {
46681
46859
  method: "GET",
46682
46860
  headers: pickBy(innerPayload.headers, identity),
46683
46861
  params: pickBy(innerPayload.params, identity),
46862
+ data,
46684
46863
  })
46685
46864
  .catch((e) => {
46686
46865
  this.logger.error(formatErrors(e));
@@ -46942,6 +47121,7 @@ class Client$q extends Client$r {
46942
47121
  method: "GET",
46943
47122
  headers: pickBy(innerPayload.headers, identity),
46944
47123
  params: pickBy(innerPayload.params, identity),
47124
+ data,
46945
47125
  })
46946
47126
  .catch((e) => {
46947
47127
  this.logger.error(formatErrors(e));
@@ -47096,6 +47276,7 @@ class Client$q extends Client$r {
47096
47276
  method: "GET",
47097
47277
  headers: pickBy(innerPayload.headers, identity),
47098
47278
  params: pickBy(innerPayload.params, identity),
47279
+ data,
47099
47280
  })
47100
47281
  .catch((e) => {
47101
47282
  this.logger.error(formatErrors(e));
@@ -48301,6 +48482,7 @@ class Client$h extends Client$i {
48301
48482
  method: "GET",
48302
48483
  headers: pickBy(innerPayload.headers, identity),
48303
48484
  params: pickBy(innerPayload.params, identity),
48485
+ data,
48304
48486
  })
48305
48487
  .catch((e) => {
48306
48488
  this.logger.error(formatErrors(e));
@@ -48505,6 +48687,7 @@ class Client$h extends Client$i {
48505
48687
  method: "GET",
48506
48688
  headers: pickBy(innerPayload.headers, identity),
48507
48689
  params: pickBy(innerPayload.params, identity),
48690
+ data,
48508
48691
  })
48509
48692
  .catch((e) => {
48510
48693
  this.logger.error(formatErrors(e));
@@ -48917,6 +49100,7 @@ class Client$e extends Client$f {
48917
49100
  method: "GET",
48918
49101
  headers: pickBy(innerPayload.headers, identity),
48919
49102
  params: pickBy(innerPayload.params, identity),
49103
+ data,
48920
49104
  })
48921
49105
  .catch((e) => {
48922
49106
  this.logger.error(formatErrors(e));
@@ -49319,6 +49503,7 @@ class Client$e extends Client$f {
49319
49503
  method: "GET",
49320
49504
  headers: pickBy(innerPayload.headers, identity),
49321
49505
  params: pickBy(innerPayload.params, identity),
49506
+ data,
49322
49507
  })
49323
49508
  .catch((e) => {
49324
49509
  this.logger.error(formatErrors(e));
@@ -51412,6 +51597,7 @@ class Client$8 extends Client$9 {
51412
51597
  method: "GET",
51413
51598
  headers: pickBy(innerPayload.headers, identity),
51414
51599
  params: pickBy(innerPayload.params, identity),
51600
+ data,
51415
51601
  })
51416
51602
  .catch((e) => {
51417
51603
  this.logger.error(formatErrors(e));
@@ -51585,6 +51771,7 @@ class Client$8 extends Client$9 {
51585
51771
  method: "GET",
51586
51772
  headers: pickBy(innerPayload.headers, identity),
51587
51773
  params: pickBy(innerPayload.params, identity),
51774
+ data,
51588
51775
  })
51589
51776
  .catch((e) => {
51590
51777
  this.logger.error(formatErrors(e));
@@ -51734,6 +51921,7 @@ class Client$8 extends Client$9 {
51734
51921
  method: "GET",
51735
51922
  headers: pickBy(innerPayload.headers, identity),
51736
51923
  params: pickBy(innerPayload.params, identity),
51924
+ data,
51737
51925
  })
51738
51926
  .catch((e) => {
51739
51927
  this.logger.error(formatErrors(e));
@@ -51883,6 +52071,7 @@ class Client$8 extends Client$9 {
51883
52071
  method: "GET",
51884
52072
  headers: pickBy(innerPayload.headers, identity),
51885
52073
  params: pickBy(innerPayload.params, identity),
52074
+ data,
51886
52075
  })
51887
52076
  .catch((e) => {
51888
52077
  this.logger.error(formatErrors(e));
@@ -52008,6 +52197,7 @@ class Client$8 extends Client$9 {
52008
52197
  method: "GET",
52009
52198
  headers: pickBy(innerPayload.headers, identity),
52010
52199
  params: pickBy(innerPayload.params, identity),
52200
+ data,
52011
52201
  })
52012
52202
  .catch((e) => {
52013
52203
  this.logger.error(formatErrors(e));
@@ -52230,6 +52420,7 @@ class Client$8 extends Client$9 {
52230
52420
  method: "GET",
52231
52421
  headers: pickBy(innerPayload.headers, identity),
52232
52422
  params: pickBy(innerPayload.params, identity),
52423
+ data,
52233
52424
  })
52234
52425
  .catch((e) => {
52235
52426
  this.logger.error(formatErrors(e));
@@ -52403,6 +52594,7 @@ class Client$8 extends Client$9 {
52403
52594
  method: "GET",
52404
52595
  headers: pickBy(innerPayload.headers, identity),
52405
52596
  params: pickBy(innerPayload.params, identity),
52597
+ data,
52406
52598
  })
52407
52599
  .catch((e) => {
52408
52600
  this.logger.error(formatErrors(e));
@@ -52552,6 +52744,7 @@ class Client$8 extends Client$9 {
52552
52744
  method: "GET",
52553
52745
  headers: pickBy(innerPayload.headers, identity),
52554
52746
  params: pickBy(innerPayload.params, identity),
52747
+ data,
52555
52748
  })
52556
52749
  .catch((e) => {
52557
52750
  this.logger.error(formatErrors(e));
@@ -52701,6 +52894,7 @@ class Client$8 extends Client$9 {
52701
52894
  method: "GET",
52702
52895
  headers: pickBy(innerPayload.headers, identity),
52703
52896
  params: pickBy(innerPayload.params, identity),
52897
+ data,
52704
52898
  })
52705
52899
  .catch((e) => {
52706
52900
  this.logger.error(formatErrors(e));
@@ -52826,6 +53020,7 @@ class Client$8 extends Client$9 {
52826
53020
  method: "GET",
52827
53021
  headers: pickBy(innerPayload.headers, identity),
52828
53022
  params: pickBy(innerPayload.params, identity),
53023
+ data,
52829
53024
  })
52830
53025
  .catch((e) => {
52831
53026
  this.logger.error(formatErrors(e));
@@ -52945,6 +53140,7 @@ class Client$8 extends Client$9 {
52945
53140
  method: "GET",
52946
53141
  headers: pickBy(innerPayload.headers, identity),
52947
53142
  params: pickBy(innerPayload.params, identity),
53143
+ data,
52948
53144
  })
52949
53145
  .catch((e) => {
52950
53146
  this.logger.error(formatErrors(e));
@@ -53099,6 +53295,7 @@ class Client$8 extends Client$9 {
53099
53295
  method: "GET",
53100
53296
  headers: pickBy(innerPayload.headers, identity),
53101
53297
  params: pickBy(innerPayload.params, identity),
53298
+ data,
53102
53299
  })
53103
53300
  .catch((e) => {
53104
53301
  this.logger.error(formatErrors(e));
@@ -53252,6 +53449,7 @@ class Client$8 extends Client$9 {
53252
53449
  method: "GET",
53253
53450
  headers: pickBy(innerPayload.headers, identity),
53254
53451
  params: pickBy(innerPayload.params, identity),
53452
+ data,
53255
53453
  })
53256
53454
  .catch((e) => {
53257
53455
  this.logger.error(formatErrors(e));
@@ -53470,6 +53668,7 @@ class Client$8 extends Client$9 {
53470
53668
  method: "GET",
53471
53669
  headers: pickBy(innerPayload.headers, identity),
53472
53670
  params: pickBy(innerPayload.params, identity),
53671
+ data,
53473
53672
  })
53474
53673
  .catch((e) => {
53475
53674
  this.logger.error(formatErrors(e));
@@ -53558,6 +53757,7 @@ class Client$8 extends Client$9 {
53558
53757
  method: "GET",
53559
53758
  headers: pickBy(innerPayload.headers, identity),
53560
53759
  params: pickBy(innerPayload.params, identity),
53760
+ data,
53561
53761
  })
53562
53762
  .catch((e) => {
53563
53763
  this.logger.error(formatErrors(e));
@@ -53771,6 +53971,7 @@ class Client$8 extends Client$9 {
53771
53971
  method: "GET",
53772
53972
  headers: pickBy(innerPayload.headers, identity),
53773
53973
  params: pickBy(innerPayload.params, identity),
53974
+ data,
53774
53975
  })
53775
53976
  .catch((e) => {
53776
53977
  this.logger.error(formatErrors(e));
@@ -53984,6 +54185,7 @@ class Client$8 extends Client$9 {
53984
54185
  method: "GET",
53985
54186
  headers: pickBy(innerPayload.headers, identity),
53986
54187
  params: pickBy(innerPayload.params, identity),
54188
+ data,
53987
54189
  })
53988
54190
  .catch((e) => {
53989
54191
  this.logger.error(formatErrors(e));
@@ -54242,6 +54444,7 @@ class Client$8 extends Client$9 {
54242
54444
  method: "GET",
54243
54445
  headers: pickBy(innerPayload.headers, identity),
54244
54446
  params: pickBy(innerPayload.params, identity),
54447
+ data,
54245
54448
  })
54246
54449
  .catch((e) => {
54247
54450
  this.logger.error(formatErrors(e));
@@ -54653,6 +54856,7 @@ class Client$4 extends Client$5 {
54653
54856
  method: "GET",
54654
54857
  headers: pickBy(innerPayload.headers, identity),
54655
54858
  params: pickBy(innerPayload.params, identity),
54859
+ data,
54656
54860
  })
54657
54861
  .catch((e) => {
54658
54862
  this.logger.error(formatErrors(e));
@@ -54996,6 +55200,7 @@ class Client$4 extends Client$5 {
54996
55200
  method: "GET",
54997
55201
  headers: pickBy(innerPayload.headers, identity),
54998
55202
  params: pickBy(innerPayload.params, identity),
55203
+ data,
54999
55204
  })
55000
55205
  .catch((e) => {
55001
55206
  this.logger.error(formatErrors(e));
@@ -55208,6 +55413,7 @@ class Client$4 extends Client$5 {
55208
55413
  method: "GET",
55209
55414
  headers: pickBy(innerPayload.headers, identity),
55210
55415
  params: pickBy(innerPayload.params, identity),
55416
+ data,
55211
55417
  })
55212
55418
  .catch((e) => {
55213
55419
  this.logger.error(formatErrors(e));
@@ -55281,6 +55487,7 @@ class Client$4 extends Client$5 {
55281
55487
  method: "GET",
55282
55488
  headers: pickBy(innerPayload.headers, identity),
55283
55489
  params: pickBy(innerPayload.params, identity),
55490
+ data,
55284
55491
  })
55285
55492
  .catch((e) => {
55286
55493
  this.logger.error(formatErrors(e));
@@ -55354,6 +55561,7 @@ class Client$4 extends Client$5 {
55354
55561
  method: "GET",
55355
55562
  headers: pickBy(innerPayload.headers, identity),
55356
55563
  params: pickBy(innerPayload.params, identity),
55564
+ data,
55357
55565
  })
55358
55566
  .catch((e) => {
55359
55567
  this.logger.error(formatErrors(e));
@@ -55807,6 +56015,7 @@ class Client$4 extends Client$5 {
55807
56015
  method: "GET",
55808
56016
  headers: pickBy(innerPayload.headers, identity),
55809
56017
  params: pickBy(innerPayload.params, identity),
56018
+ data,
55810
56019
  })
55811
56020
  .catch((e) => {
55812
56021
  this.logger.error(formatErrors(e));
@@ -55952,6 +56161,7 @@ class Client$4 extends Client$5 {
55952
56161
  method: "GET",
55953
56162
  headers: pickBy(innerPayload.headers, identity),
55954
56163
  params: pickBy(innerPayload.params, identity),
56164
+ data,
55955
56165
  })
55956
56166
  .catch((e) => {
55957
56167
  this.logger.error(formatErrors(e));
@@ -56258,6 +56468,7 @@ class Client$4 extends Client$5 {
56258
56468
  method: "GET",
56259
56469
  headers: pickBy(innerPayload.headers, identity),
56260
56470
  params: pickBy(innerPayload.params, identity),
56471
+ data,
56261
56472
  })
56262
56473
  .catch((e) => {
56263
56474
  this.logger.error(formatErrors(e));
@@ -56461,6 +56672,7 @@ class Client$4 extends Client$5 {
56461
56672
  method: "GET",
56462
56673
  headers: pickBy(innerPayload.headers, identity),
56463
56674
  params: pickBy(innerPayload.params, identity),
56675
+ data,
56464
56676
  })
56465
56677
  .catch((e) => {
56466
56678
  this.logger.error(formatErrors(e));
@@ -56804,6 +57016,7 @@ class Client$4 extends Client$5 {
56804
57016
  method: "GET",
56805
57017
  headers: pickBy(innerPayload.headers, identity),
56806
57018
  params: pickBy(innerPayload.params, identity),
57019
+ data,
56807
57020
  })
56808
57021
  .catch((e) => {
56809
57022
  this.logger.error(formatErrors(e));
@@ -57016,6 +57229,7 @@ class Client$4 extends Client$5 {
57016
57229
  method: "GET",
57017
57230
  headers: pickBy(innerPayload.headers, identity),
57018
57231
  params: pickBy(innerPayload.params, identity),
57232
+ data,
57019
57233
  })
57020
57234
  .catch((e) => {
57021
57235
  this.logger.error(formatErrors(e));
@@ -57089,6 +57303,7 @@ class Client$4 extends Client$5 {
57089
57303
  method: "GET",
57090
57304
  headers: pickBy(innerPayload.headers, identity),
57091
57305
  params: pickBy(innerPayload.params, identity),
57306
+ data,
57092
57307
  })
57093
57308
  .catch((e) => {
57094
57309
  this.logger.error(formatErrors(e));
@@ -57162,6 +57377,7 @@ class Client$4 extends Client$5 {
57162
57377
  method: "GET",
57163
57378
  headers: pickBy(innerPayload.headers, identity),
57164
57379
  params: pickBy(innerPayload.params, identity),
57380
+ data,
57165
57381
  })
57166
57382
  .catch((e) => {
57167
57383
  this.logger.error(formatErrors(e));
@@ -57615,6 +57831,7 @@ class Client$4 extends Client$5 {
57615
57831
  method: "GET",
57616
57832
  headers: pickBy(innerPayload.headers, identity),
57617
57833
  params: pickBy(innerPayload.params, identity),
57834
+ data,
57618
57835
  })
57619
57836
  .catch((e) => {
57620
57837
  this.logger.error(formatErrors(e));
@@ -57760,6 +57977,7 @@ class Client$4 extends Client$5 {
57760
57977
  method: "GET",
57761
57978
  headers: pickBy(innerPayload.headers, identity),
57762
57979
  params: pickBy(innerPayload.params, identity),
57980
+ data,
57763
57981
  })
57764
57982
  .catch((e) => {
57765
57983
  this.logger.error(formatErrors(e));
@@ -58066,6 +58284,7 @@ class Client$4 extends Client$5 {
58066
58284
  method: "GET",
58067
58285
  headers: pickBy(innerPayload.headers, identity),
58068
58286
  params: pickBy(innerPayload.params, identity),
58287
+ data,
58069
58288
  })
58070
58289
  .catch((e) => {
58071
58290
  this.logger.error(formatErrors(e));
@@ -58402,6 +58621,7 @@ class Client$2 extends Client$3 {
58402
58621
  method: "GET",
58403
58622
  headers: pickBy(innerPayload.headers, identity),
58404
58623
  params: pickBy(innerPayload.params, identity),
58624
+ data,
58405
58625
  })
58406
58626
  .catch((e) => {
58407
58627
  this.logger.error(formatErrors(e));
@@ -58588,6 +58808,7 @@ class Client$2 extends Client$3 {
58588
58808
  method: "GET",
58589
58809
  headers: pickBy(innerPayload.headers, identity),
58590
58810
  params: pickBy(innerPayload.params, identity),
58811
+ data,
58591
58812
  })
58592
58813
  .catch((e) => {
58593
58814
  this.logger.error(formatErrors(e));
@@ -58888,6 +59109,7 @@ class Client$2 extends Client$3 {
58888
59109
  method: "GET",
58889
59110
  headers: pickBy(innerPayload.headers, identity),
58890
59111
  params: pickBy(innerPayload.params, identity),
59112
+ data,
58891
59113
  })
58892
59114
  .catch((e) => {
58893
59115
  this.logger.error(formatErrors(e));
@@ -59074,6 +59296,7 @@ class Client$2 extends Client$3 {
59074
59296
  method: "GET",
59075
59297
  headers: pickBy(innerPayload.headers, identity),
59076
59298
  params: pickBy(innerPayload.params, identity),
59299
+ data,
59077
59300
  })
59078
59301
  .catch((e) => {
59079
59302
  this.logger.error(formatErrors(e));