wildberries-sdk 0.1.29__py3-none-any.whl → 0.1.30__py3-none-any.whl

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 (59) hide show
  1. wildberries_sdk/analytics/__init__.py +1 -1
  2. wildberries_sdk/analytics/api/default_api.py +32 -16
  3. wildberries_sdk/analytics/api_client.py +1 -1
  4. wildberries_sdk/analytics/configuration.py +1 -1
  5. wildberries_sdk/communications/__init__.py +1 -1
  6. wildberries_sdk/communications/api/default_api.py +42 -22
  7. wildberries_sdk/communications/api_client.py +1 -1
  8. wildberries_sdk/communications/configuration.py +1 -1
  9. wildberries_sdk/finances/__init__.py +1 -1
  10. wildberries_sdk/finances/api/default_api.py +12 -6
  11. wildberries_sdk/finances/api_client.py +1 -1
  12. wildberries_sdk/finances/configuration.py +1 -1
  13. wildberries_sdk/general/__init__.py +1 -1
  14. wildberries_sdk/general/api/default_api.py +14 -7
  15. wildberries_sdk/general/api_client.py +1 -1
  16. wildberries_sdk/general/configuration.py +1 -1
  17. wildberries_sdk/in_store_pickup/__init__.py +1 -1
  18. wildberries_sdk/in_store_pickup/api/default_api.py +31 -15
  19. wildberries_sdk/in_store_pickup/api_client.py +1 -1
  20. wildberries_sdk/in_store_pickup/configuration.py +1 -1
  21. wildberries_sdk/orders_dbs/__init__.py +1 -1
  22. wildberries_sdk/orders_dbs/api/default_api.py +60 -30
  23. wildberries_sdk/orders_dbs/api_client.py +1 -1
  24. wildberries_sdk/orders_dbs/configuration.py +1 -1
  25. wildberries_sdk/orders_dbw/__init__.py +1 -1
  26. wildberries_sdk/orders_dbw/api/default_api.py +30 -15
  27. wildberries_sdk/orders_dbw/api_client.py +1 -1
  28. wildberries_sdk/orders_dbw/configuration.py +1 -1
  29. wildberries_sdk/orders_fbs/__init__.py +1 -1
  30. wildberries_sdk/orders_fbs/api_client.py +1 -1
  31. wildberries_sdk/orders_fbs/configuration.py +1 -1
  32. wildberries_sdk/orders_fbw/__init__.py +1 -1
  33. wildberries_sdk/orders_fbw/api/default_api.py +16 -8
  34. wildberries_sdk/orders_fbw/api_client.py +1 -1
  35. wildberries_sdk/orders_fbw/configuration.py +1 -1
  36. wildberries_sdk/products/__init__.py +1 -1
  37. wildberries_sdk/products/api/default_api.py +95 -47
  38. wildberries_sdk/products/api_client.py +1 -1
  39. wildberries_sdk/products/configuration.py +1 -1
  40. wildberries_sdk/promotion/__init__.py +1 -1
  41. wildberries_sdk/promotion/api/default_api.py +95 -47
  42. wildberries_sdk/promotion/api_client.py +1 -1
  43. wildberries_sdk/promotion/configuration.py +1 -1
  44. wildberries_sdk/reports/__init__.py +1 -1
  45. wildberries_sdk/reports/api/default_api.py +30 -15
  46. wildberries_sdk/reports/api_client.py +1 -1
  47. wildberries_sdk/reports/configuration.py +1 -1
  48. wildberries_sdk/tariffs/__init__.py +1 -1
  49. wildberries_sdk/tariffs/api/default_api.py +2 -1
  50. wildberries_sdk/tariffs/api_client.py +1 -1
  51. wildberries_sdk/tariffs/configuration.py +1 -1
  52. wildberries_sdk/wbd/__init__.py +1 -1
  53. wildberries_sdk/wbd/api_client.py +1 -1
  54. wildberries_sdk/wbd/configuration.py +1 -1
  55. {wildberries_sdk-0.1.29.dist-info → wildberries_sdk-0.1.30.dist-info}/METADATA +1 -1
  56. {wildberries_sdk-0.1.29.dist-info → wildberries_sdk-0.1.30.dist-info}/RECORD +59 -59
  57. {wildberries_sdk-0.1.29.dist-info → wildberries_sdk-0.1.30.dist-info}/LICENSE +0 -0
  58. {wildberries_sdk-0.1.29.dist-info → wildberries_sdk-0.1.30.dist-info}/WHEEL +0 -0
  59. {wildberries_sdk-0.1.29.dist-info → wildberries_sdk-0.1.30.dist-info}/top_level.txt +0 -0
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/0.1.29/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.1.30/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -536,7 +536,7 @@ conf = wildberries_sdk.orders_fbs.Configuration(
536
536
  "OS: {env}\n"\
537
537
  "Python Version: {pyversion}\n"\
538
538
  "Version of the API: order\n"\
539
- "SDK Package Version: 0.1.29".\
539
+ "SDK Package Version: 0.1.30".\
540
540
  format(env=sys.platform, pyversion=sys.version)
541
541
 
542
542
  def get_host_settings(self) -> List[HostSetting]:
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "0.1.29"
17
+ __version__ = "0.1.30"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -304,7 +304,8 @@ class DefaultApi:
304
304
  if 'Accept' not in _header_params:
305
305
  _header_params['Accept'] = self.api_client.select_header_accept(
306
306
  [
307
- 'application/json'
307
+ 'application/json',
308
+ 'application/problem+json'
308
309
  ]
309
310
  )
310
311
 
@@ -601,7 +602,8 @@ class DefaultApi:
601
602
  if 'Accept' not in _header_params:
602
603
  _header_params['Accept'] = self.api_client.select_header_accept(
603
604
  [
604
- 'application/json'
605
+ 'application/json',
606
+ 'application/problem+json'
605
607
  ]
606
608
  )
607
609
 
@@ -907,7 +909,8 @@ class DefaultApi:
907
909
  if 'Accept' not in _header_params:
908
910
  _header_params['Accept'] = self.api_client.select_header_accept(
909
911
  [
910
- 'application/json'
912
+ 'application/json',
913
+ 'application/problem+json'
911
914
  ]
912
915
  )
913
916
 
@@ -1231,7 +1234,8 @@ class DefaultApi:
1231
1234
  if 'Accept' not in _header_params:
1232
1235
  _header_params['Accept'] = self.api_client.select_header_accept(
1233
1236
  [
1234
- 'application/json'
1237
+ 'application/json',
1238
+ 'application/problem+json'
1235
1239
  ]
1236
1240
  )
1237
1241
 
@@ -1504,7 +1508,8 @@ class DefaultApi:
1504
1508
  if 'Accept' not in _header_params:
1505
1509
  _header_params['Accept'] = self.api_client.select_header_accept(
1506
1510
  [
1507
- 'application/json'
1511
+ 'application/json',
1512
+ 'application/problem+json'
1508
1513
  ]
1509
1514
  )
1510
1515
 
@@ -1811,7 +1816,8 @@ class DefaultApi:
1811
1816
  if 'Accept' not in _header_params:
1812
1817
  _header_params['Accept'] = self.api_client.select_header_accept(
1813
1818
  [
1814
- 'application/json'
1819
+ 'application/json',
1820
+ 'application/problem+json'
1815
1821
  ]
1816
1822
  )
1817
1823
 
@@ -2079,7 +2085,8 @@ class DefaultApi:
2079
2085
  if 'Accept' not in _header_params:
2080
2086
  _header_params['Accept'] = self.api_client.select_header_accept(
2081
2087
  [
2082
- 'application/json'
2088
+ 'application/json',
2089
+ 'application/problem+json'
2083
2090
  ]
2084
2091
  )
2085
2092
 
@@ -2340,7 +2347,8 @@ class DefaultApi:
2340
2347
  if 'Accept' not in _header_params:
2341
2348
  _header_params['Accept'] = self.api_client.select_header_accept(
2342
2349
  [
2343
- 'application/json'
2350
+ 'application/json',
2351
+ 'application/problem+json'
2344
2352
  ]
2345
2353
  )
2346
2354
 
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/0.1.29/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.1.30/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -536,7 +536,7 @@ conf = wildberries_sdk.orders_fbw.Configuration(
536
536
  "OS: {env}\n"\
537
537
  "Python Version: {pyversion}\n"\
538
538
  "Version of the API: ordersfbw\n"\
539
- "SDK Package Version: 0.1.29".\
539
+ "SDK Package Version: 0.1.30".\
540
540
  format(env=sys.platform, pyversion=sys.version)
541
541
 
542
542
  def get_host_settings(self) -> List[HostSetting]:
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "0.1.29"
17
+ __version__ = "0.1.30"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -673,7 +673,8 @@ class DefaultApi:
673
673
  if 'Accept' not in _header_params:
674
674
  _header_params['Accept'] = self.api_client.select_header_accept(
675
675
  [
676
- 'application/json'
676
+ 'application/json',
677
+ 'application/problem+json'
677
678
  ]
678
679
  )
679
680
 
@@ -951,7 +952,8 @@ class DefaultApi:
951
952
  if 'Accept' not in _header_params:
952
953
  _header_params['Accept'] = self.api_client.select_header_accept(
953
954
  [
954
- 'application/json'
955
+ 'application/json',
956
+ 'application/problem+json'
955
957
  ]
956
958
  )
957
959
 
@@ -1263,7 +1265,8 @@ class DefaultApi:
1263
1265
  if 'Accept' not in _header_params:
1264
1266
  _header_params['Accept'] = self.api_client.select_header_accept(
1265
1267
  [
1266
- 'application/json'
1268
+ 'application/json',
1269
+ 'application/problem+json'
1267
1270
  ]
1268
1271
  )
1269
1272
 
@@ -1541,7 +1544,8 @@ class DefaultApi:
1541
1544
  if 'Accept' not in _header_params:
1542
1545
  _header_params['Accept'] = self.api_client.select_header_accept(
1543
1546
  [
1544
- 'application/json'
1547
+ 'application/json',
1548
+ 'application/problem+json'
1545
1549
  ]
1546
1550
  )
1547
1551
 
@@ -1853,7 +1857,8 @@ class DefaultApi:
1853
1857
  if 'Accept' not in _header_params:
1854
1858
  _header_params['Accept'] = self.api_client.select_header_accept(
1855
1859
  [
1856
- 'application/json'
1860
+ 'application/json',
1861
+ 'application/problem+json'
1857
1862
  ]
1858
1863
  )
1859
1864
 
@@ -2129,7 +2134,8 @@ class DefaultApi:
2129
2134
  if 'Accept' not in _header_params:
2130
2135
  _header_params['Accept'] = self.api_client.select_header_accept(
2131
2136
  [
2132
- 'application/json'
2137
+ 'application/json',
2138
+ 'application/problem+json'
2133
2139
  ]
2134
2140
  )
2135
2141
 
@@ -2454,7 +2460,8 @@ class DefaultApi:
2454
2460
  if 'Accept' not in _header_params:
2455
2461
  _header_params['Accept'] = self.api_client.select_header_accept(
2456
2462
  [
2457
- 'application/json'
2463
+ 'application/json',
2464
+ 'application/problem+json'
2458
2465
  ]
2459
2466
  )
2460
2467
 
@@ -2752,7 +2759,8 @@ class DefaultApi:
2752
2759
  if 'Accept' not in _header_params:
2753
2760
  _header_params['Accept'] = self.api_client.select_header_accept(
2754
2761
  [
2755
- 'application/json'
2762
+ 'application/json',
2763
+ 'application/problem+json'
2756
2764
  ]
2757
2765
  )
2758
2766
 
@@ -3034,7 +3042,8 @@ class DefaultApi:
3034
3042
  if 'Accept' not in _header_params:
3035
3043
  _header_params['Accept'] = self.api_client.select_header_accept(
3036
3044
  [
3037
- 'application/json'
3045
+ 'application/json',
3046
+ 'application/problem+json'
3038
3047
  ]
3039
3048
  )
3040
3049
 
@@ -3329,7 +3338,8 @@ class DefaultApi:
3329
3338
  if 'Accept' not in _header_params:
3330
3339
  _header_params['Accept'] = self.api_client.select_header_accept(
3331
3340
  [
3332
- 'application/json'
3341
+ 'application/json',
3342
+ 'application/problem+json'
3333
3343
  ]
3334
3344
  )
3335
3345
 
@@ -3624,7 +3634,8 @@ class DefaultApi:
3624
3634
  if 'Accept' not in _header_params:
3625
3635
  _header_params['Accept'] = self.api_client.select_header_accept(
3626
3636
  [
3627
- 'application/json'
3637
+ 'application/json',
3638
+ 'application/problem+json'
3628
3639
  ]
3629
3640
  )
3630
3641
 
@@ -3913,7 +3924,8 @@ class DefaultApi:
3913
3924
  if 'Accept' not in _header_params:
3914
3925
  _header_params['Accept'] = self.api_client.select_header_accept(
3915
3926
  [
3916
- 'application/json'
3927
+ 'application/json',
3928
+ 'application/problem+json'
3917
3929
  ]
3918
3930
  )
3919
3931
 
@@ -4204,7 +4216,8 @@ class DefaultApi:
4204
4216
  if 'Accept' not in _header_params:
4205
4217
  _header_params['Accept'] = self.api_client.select_header_accept(
4206
4218
  [
4207
- 'application/json'
4219
+ 'application/json',
4220
+ 'application/problem+json'
4208
4221
  ]
4209
4222
  )
4210
4223
 
@@ -4475,7 +4488,8 @@ class DefaultApi:
4475
4488
  if 'Accept' not in _header_params:
4476
4489
  _header_params['Accept'] = self.api_client.select_header_accept(
4477
4490
  [
4478
- 'application/json'
4491
+ 'application/json',
4492
+ 'application/problem+json'
4479
4493
  ]
4480
4494
  )
4481
4495
 
@@ -4772,7 +4786,8 @@ class DefaultApi:
4772
4786
  if 'Accept' not in _header_params:
4773
4787
  _header_params['Accept'] = self.api_client.select_header_accept(
4774
4788
  [
4775
- 'application/json'
4789
+ 'application/json',
4790
+ 'application/problem+json'
4776
4791
  ]
4777
4792
  )
4778
4793
 
@@ -5079,7 +5094,8 @@ class DefaultApi:
5079
5094
  if 'Accept' not in _header_params:
5080
5095
  _header_params['Accept'] = self.api_client.select_header_accept(
5081
5096
  [
5082
- 'application/json'
5097
+ 'application/json',
5098
+ 'application/problem+json'
5083
5099
  ]
5084
5100
  )
5085
5101
 
@@ -5392,7 +5408,8 @@ class DefaultApi:
5392
5408
  if 'Accept' not in _header_params:
5393
5409
  _header_params['Accept'] = self.api_client.select_header_accept(
5394
5410
  [
5395
- 'application/json'
5411
+ 'application/json',
5412
+ 'application/problem+json'
5396
5413
  ]
5397
5414
  )
5398
5415
 
@@ -5663,7 +5680,8 @@ class DefaultApi:
5663
5680
  if 'Accept' not in _header_params:
5664
5681
  _header_params['Accept'] = self.api_client.select_header_accept(
5665
5682
  [
5666
- 'application/json'
5683
+ 'application/json',
5684
+ 'application/problem+json'
5667
5685
  ]
5668
5686
  )
5669
5687
 
@@ -5945,7 +5963,8 @@ class DefaultApi:
5945
5963
  if 'Accept' not in _header_params:
5946
5964
  _header_params['Accept'] = self.api_client.select_header_accept(
5947
5965
  [
5948
- 'application/json'
5966
+ 'application/json',
5967
+ 'application/problem+json'
5949
5968
  ]
5950
5969
  )
5951
5970
 
@@ -6234,6 +6253,7 @@ class DefaultApi:
6234
6253
  if 'Accept' not in _header_params:
6235
6254
  _header_params['Accept'] = self.api_client.select_header_accept(
6236
6255
  [
6256
+ 'application/problem+json',
6237
6257
  'application/json'
6238
6258
  ]
6239
6259
  )
@@ -6531,7 +6551,8 @@ class DefaultApi:
6531
6551
  if 'Accept' not in _header_params:
6532
6552
  _header_params['Accept'] = self.api_client.select_header_accept(
6533
6553
  [
6534
- 'application/json'
6554
+ 'application/json',
6555
+ 'application/problem+json'
6535
6556
  ]
6536
6557
  )
6537
6558
 
@@ -6817,7 +6838,8 @@ class DefaultApi:
6817
6838
  if 'Accept' not in _header_params:
6818
6839
  _header_params['Accept'] = self.api_client.select_header_accept(
6819
6840
  [
6820
- 'application/json'
6841
+ 'application/json',
6842
+ 'application/problem+json'
6821
6843
  ]
6822
6844
  )
6823
6845
 
@@ -7106,7 +7128,8 @@ class DefaultApi:
7106
7128
  if 'Accept' not in _header_params:
7107
7129
  _header_params['Accept'] = self.api_client.select_header_accept(
7108
7130
  [
7109
- 'application/json'
7131
+ 'application/json',
7132
+ 'application/problem+json'
7110
7133
  ]
7111
7134
  )
7112
7135
 
@@ -7412,7 +7435,8 @@ class DefaultApi:
7412
7435
  if 'Accept' not in _header_params:
7413
7436
  _header_params['Accept'] = self.api_client.select_header_accept(
7414
7437
  [
7415
- 'application/json'
7438
+ 'application/json',
7439
+ 'application/problem+json'
7416
7440
  ]
7417
7441
  )
7418
7442
 
@@ -7683,7 +7707,8 @@ class DefaultApi:
7683
7707
  if 'Accept' not in _header_params:
7684
7708
  _header_params['Accept'] = self.api_client.select_header_accept(
7685
7709
  [
7686
- 'application/json'
7710
+ 'application/json',
7711
+ 'application/problem+json'
7687
7712
  ]
7688
7713
  )
7689
7714
 
@@ -7962,7 +7987,8 @@ class DefaultApi:
7962
7987
  if 'Accept' not in _header_params:
7963
7988
  _header_params['Accept'] = self.api_client.select_header_accept(
7964
7989
  [
7965
- 'application/json'
7990
+ 'application/json',
7991
+ 'application/problem+json'
7966
7992
  ]
7967
7993
  )
7968
7994
 
@@ -8251,7 +8277,8 @@ class DefaultApi:
8251
8277
  if 'Accept' not in _header_params:
8252
8278
  _header_params['Accept'] = self.api_client.select_header_accept(
8253
8279
  [
8254
- 'application/json'
8280
+ 'application/json',
8281
+ 'application/problem+json'
8255
8282
  ]
8256
8283
  )
8257
8284
 
@@ -8544,7 +8571,8 @@ class DefaultApi:
8544
8571
  if 'Accept' not in _header_params:
8545
8572
  _header_params['Accept'] = self.api_client.select_header_accept(
8546
8573
  [
8547
- 'application/json'
8574
+ 'application/json',
8575
+ 'application/problem+json'
8548
8576
  ]
8549
8577
  )
8550
8578
 
@@ -8833,7 +8861,8 @@ class DefaultApi:
8833
8861
  if 'Accept' not in _header_params:
8834
8862
  _header_params['Accept'] = self.api_client.select_header_accept(
8835
8863
  [
8836
- 'application/json'
8864
+ 'application/json',
8865
+ 'application/problem+json'
8837
8866
  ]
8838
8867
  )
8839
8868
 
@@ -9123,7 +9152,8 @@ class DefaultApi:
9123
9152
  if 'Accept' not in _header_params:
9124
9153
  _header_params['Accept'] = self.api_client.select_header_accept(
9125
9154
  [
9126
- 'application/json'
9155
+ 'application/json',
9156
+ 'application/problem+json'
9127
9157
  ]
9128
9158
  )
9129
9159
 
@@ -9414,7 +9444,8 @@ class DefaultApi:
9414
9444
  if 'Accept' not in _header_params:
9415
9445
  _header_params['Accept'] = self.api_client.select_header_accept(
9416
9446
  [
9417
- 'application/json'
9447
+ 'application/json',
9448
+ 'application/problem+json'
9418
9449
  ]
9419
9450
  )
9420
9451
 
@@ -9692,7 +9723,8 @@ class DefaultApi:
9692
9723
  if 'Accept' not in _header_params:
9693
9724
  _header_params['Accept'] = self.api_client.select_header_accept(
9694
9725
  [
9695
- 'application/json'
9726
+ 'application/json',
9727
+ 'application/problem+json'
9696
9728
  ]
9697
9729
  )
9698
9730
 
@@ -9970,7 +10002,8 @@ class DefaultApi:
9970
10002
  if 'Accept' not in _header_params:
9971
10003
  _header_params['Accept'] = self.api_client.select_header_accept(
9972
10004
  [
9973
- 'application/json'
10005
+ 'application/json',
10006
+ 'application/problem+json'
9974
10007
  ]
9975
10008
  )
9976
10009
 
@@ -10248,7 +10281,8 @@ class DefaultApi:
10248
10281
  if 'Accept' not in _header_params:
10249
10282
  _header_params['Accept'] = self.api_client.select_header_accept(
10250
10283
  [
10251
- 'application/json'
10284
+ 'application/json',
10285
+ 'application/problem+json'
10252
10286
  ]
10253
10287
  )
10254
10288
 
@@ -10560,7 +10594,8 @@ class DefaultApi:
10560
10594
  if 'Accept' not in _header_params:
10561
10595
  _header_params['Accept'] = self.api_client.select_header_accept(
10562
10596
  [
10563
- 'application/json'
10597
+ 'application/json',
10598
+ 'application/problem+json'
10564
10599
  ]
10565
10600
  )
10566
10601
 
@@ -10838,7 +10873,8 @@ class DefaultApi:
10838
10873
  if 'Accept' not in _header_params:
10839
10874
  _header_params['Accept'] = self.api_client.select_header_accept(
10840
10875
  [
10841
- 'application/json'
10876
+ 'application/json',
10877
+ 'application/problem+json'
10842
10878
  ]
10843
10879
  )
10844
10880
 
@@ -11132,7 +11168,8 @@ class DefaultApi:
11132
11168
  _header_params['Accept'] = self.api_client.select_header_accept(
11133
11169
  [
11134
11170
  'application/json',
11135
- 'plain/text'
11171
+ 'plain/text',
11172
+ 'application/problem+json'
11136
11173
  ]
11137
11174
  )
11138
11175
 
@@ -11439,7 +11476,8 @@ class DefaultApi:
11439
11476
  _header_params['Accept'] = self.api_client.select_header_accept(
11440
11477
  [
11441
11478
  'application/json',
11442
- 'plain/text'
11479
+ 'plain/text',
11480
+ 'application/problem+json'
11443
11481
  ]
11444
11482
  )
11445
11483
 
@@ -11792,7 +11830,8 @@ class DefaultApi:
11792
11830
  if 'Accept' not in _header_params:
11793
11831
  _header_params['Accept'] = self.api_client.select_header_accept(
11794
11832
  [
11795
- 'application/json'
11833
+ 'application/json',
11834
+ 'application/problem+json'
11796
11835
  ]
11797
11836
  )
11798
11837
 
@@ -12085,7 +12124,8 @@ class DefaultApi:
12085
12124
  if 'Accept' not in _header_params:
12086
12125
  _header_params['Accept'] = self.api_client.select_header_accept(
12087
12126
  [
12088
- 'application/json'
12127
+ 'application/json',
12128
+ 'application/problem+json'
12089
12129
  ]
12090
12130
  )
12091
12131
 
@@ -12363,7 +12403,8 @@ class DefaultApi:
12363
12403
  if 'Accept' not in _header_params:
12364
12404
  _header_params['Accept'] = self.api_client.select_header_accept(
12365
12405
  [
12366
- 'application/json'
12406
+ 'application/json',
12407
+ 'application/problem+json'
12367
12408
  ]
12368
12409
  )
12369
12410
 
@@ -12639,7 +12680,8 @@ class DefaultApi:
12639
12680
  if 'Accept' not in _header_params:
12640
12681
  _header_params['Accept'] = self.api_client.select_header_accept(
12641
12682
  [
12642
- 'application/json'
12683
+ 'application/json',
12684
+ 'application/problem+json'
12643
12685
  ]
12644
12686
  )
12645
12687
 
@@ -12930,7 +12972,8 @@ class DefaultApi:
12930
12972
  if 'Accept' not in _header_params:
12931
12973
  _header_params['Accept'] = self.api_client.select_header_accept(
12932
12974
  [
12933
- 'application/json'
12975
+ 'application/json',
12976
+ 'application/problem+json'
12934
12977
  ]
12935
12978
  )
12936
12979
 
@@ -13219,7 +13262,8 @@ class DefaultApi:
13219
13262
  if 'Accept' not in _header_params:
13220
13263
  _header_params['Accept'] = self.api_client.select_header_accept(
13221
13264
  [
13222
- 'application/json'
13265
+ 'application/json',
13266
+ 'application/problem+json'
13223
13267
  ]
13224
13268
  )
13225
13269
 
@@ -13508,7 +13552,8 @@ class DefaultApi:
13508
13552
  if 'Accept' not in _header_params:
13509
13553
  _header_params['Accept'] = self.api_client.select_header_accept(
13510
13554
  [
13511
- 'application/json'
13555
+ 'application/json',
13556
+ 'application/problem+json'
13512
13557
  ]
13513
13558
  )
13514
13559
 
@@ -13779,7 +13824,8 @@ class DefaultApi:
13779
13824
  if 'Accept' not in _header_params:
13780
13825
  _header_params['Accept'] = self.api_client.select_header_accept(
13781
13826
  [
13782
- 'application/json'
13827
+ 'application/json',
13828
+ 'application/problem+json'
13783
13829
  ]
13784
13830
  )
13785
13831
 
@@ -14086,7 +14132,8 @@ class DefaultApi:
14086
14132
  _header_params['Accept'] = self.api_client.select_header_accept(
14087
14133
  [
14088
14134
  'application/json',
14089
- 'plain/text'
14135
+ 'plain/text',
14136
+ 'application/problem+json'
14090
14137
  ]
14091
14138
  )
14092
14139
 
@@ -14381,7 +14428,8 @@ class DefaultApi:
14381
14428
  if 'Accept' not in _header_params:
14382
14429
  _header_params['Accept'] = self.api_client.select_header_accept(
14383
14430
  [
14384
- 'application/json'
14431
+ 'application/json',
14432
+ 'application/problem+json'
14385
14433
  ]
14386
14434
  )
14387
14435
 
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/0.1.29/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.1.30/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -536,7 +536,7 @@ conf = wildberries_sdk.products.Configuration(
536
536
  "OS: {env}\n"\
537
537
  "Python Version: {pyversion}\n"\
538
538
  "Version of the API: products\n"\
539
- "SDK Package Version: 0.1.29".\
539
+ "SDK Package Version: 0.1.30".\
540
540
  format(env=sys.platform, pyversion=sys.version)
541
541
 
542
542
  def get_host_settings(self) -> List[HostSetting]:
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "0.1.29"
17
+ __version__ = "0.1.30"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [