wildberries-sdk 0.1.28__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 (61) 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/products/models/content_v2_cards_update_post_request_inner_characteristics_inner.py +1 -1
  41. wildberries_sdk/products/models/content_v2_object_charcs_subject_id_get200_response_data_inner.py +2 -2
  42. wildberries_sdk/promotion/__init__.py +1 -1
  43. wildberries_sdk/promotion/api/default_api.py +95 -47
  44. wildberries_sdk/promotion/api_client.py +1 -1
  45. wildberries_sdk/promotion/configuration.py +1 -1
  46. wildberries_sdk/reports/__init__.py +1 -1
  47. wildberries_sdk/reports/api/default_api.py +30 -15
  48. wildberries_sdk/reports/api_client.py +1 -1
  49. wildberries_sdk/reports/configuration.py +1 -1
  50. wildberries_sdk/tariffs/__init__.py +1 -1
  51. wildberries_sdk/tariffs/api/default_api.py +2 -1
  52. wildberries_sdk/tariffs/api_client.py +1 -1
  53. wildberries_sdk/tariffs/configuration.py +1 -1
  54. wildberries_sdk/wbd/__init__.py +1 -1
  55. wildberries_sdk/wbd/api_client.py +1 -1
  56. wildberries_sdk/wbd/configuration.py +1 -1
  57. {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/METADATA +1 -1
  58. {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/RECORD +61 -61
  59. {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/LICENSE +0 -0
  60. {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/WHEEL +0 -0
  61. {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/top_level.txt +0 -0
@@ -300,7 +300,8 @@ class DefaultApi:
300
300
  if 'Accept' not in _header_params:
301
301
  _header_params['Accept'] = self.api_client.select_header_accept(
302
302
  [
303
- 'application/json'
303
+ 'application/json',
304
+ 'application/problem+json'
304
305
  ]
305
306
  )
306
307
 
@@ -586,7 +587,8 @@ class DefaultApi:
586
587
  if 'Accept' not in _header_params:
587
588
  _header_params['Accept'] = self.api_client.select_header_accept(
588
589
  [
589
- 'application/json'
590
+ 'application/json',
591
+ 'application/problem+json'
590
592
  ]
591
593
  )
592
594
 
@@ -925,7 +927,8 @@ class DefaultApi:
925
927
  if 'Accept' not in _header_params:
926
928
  _header_params['Accept'] = self.api_client.select_header_accept(
927
929
  [
928
- 'application/json'
930
+ 'application/json',
931
+ 'application/problem+json'
929
932
  ]
930
933
  )
931
934
 
@@ -1180,7 +1183,8 @@ class DefaultApi:
1180
1183
  if 'Accept' not in _header_params:
1181
1184
  _header_params['Accept'] = self.api_client.select_header_accept(
1182
1185
  [
1183
- 'application/json'
1186
+ 'application/json',
1187
+ 'application/problem+json'
1184
1188
  ]
1185
1189
  )
1186
1190
 
@@ -1459,7 +1463,8 @@ class DefaultApi:
1459
1463
  if 'Accept' not in _header_params:
1460
1464
  _header_params['Accept'] = self.api_client.select_header_accept(
1461
1465
  [
1462
- 'application/json'
1466
+ 'application/json',
1467
+ 'application/problem+json'
1463
1468
  ]
1464
1469
  )
1465
1470
 
@@ -1738,7 +1743,8 @@ class DefaultApi:
1738
1743
  if 'Accept' not in _header_params:
1739
1744
  _header_params['Accept'] = self.api_client.select_header_accept(
1740
1745
  [
1741
- 'application/json'
1746
+ 'application/json',
1747
+ 'application/problem+json'
1742
1748
  ]
1743
1749
  )
1744
1750
 
@@ -2028,6 +2034,7 @@ class DefaultApi:
2028
2034
  if 'Accept' not in _header_params:
2029
2035
  _header_params['Accept'] = self.api_client.select_header_accept(
2030
2036
  [
2037
+ 'application/problem+json',
2031
2038
  'application/json'
2032
2039
  ]
2033
2040
  )
@@ -2301,7 +2308,8 @@ class DefaultApi:
2301
2308
  if 'Accept' not in _header_params:
2302
2309
  _header_params['Accept'] = self.api_client.select_header_accept(
2303
2310
  [
2304
- 'application/json'
2311
+ 'application/json',
2312
+ 'application/problem+json'
2305
2313
  ]
2306
2314
  )
2307
2315
 
@@ -2595,7 +2603,8 @@ class DefaultApi:
2595
2603
  if 'Accept' not in _header_params:
2596
2604
  _header_params['Accept'] = self.api_client.select_header_accept(
2597
2605
  [
2598
- 'application/json'
2606
+ 'application/json',
2607
+ 'application/problem+json'
2599
2608
  ]
2600
2609
  )
2601
2610
 
@@ -2902,7 +2911,8 @@ class DefaultApi:
2902
2911
  if 'Accept' not in _header_params:
2903
2912
  _header_params['Accept'] = self.api_client.select_header_accept(
2904
2913
  [
2905
- 'application/json'
2914
+ 'application/json',
2915
+ 'application/problem+json'
2906
2916
  ]
2907
2917
  )
2908
2918
 
@@ -3209,7 +3219,8 @@ class DefaultApi:
3209
3219
  if 'Accept' not in _header_params:
3210
3220
  _header_params['Accept'] = self.api_client.select_header_accept(
3211
3221
  [
3212
- 'application/json'
3222
+ 'application/json',
3223
+ 'application/problem+json'
3213
3224
  ]
3214
3225
  )
3215
3226
 
@@ -3516,7 +3527,8 @@ class DefaultApi:
3516
3527
  if 'Accept' not in _header_params:
3517
3528
  _header_params['Accept'] = self.api_client.select_header_accept(
3518
3529
  [
3519
- 'application/json'
3530
+ 'application/json',
3531
+ 'application/problem+json'
3520
3532
  ]
3521
3533
  )
3522
3534
 
@@ -3808,7 +3820,8 @@ class DefaultApi:
3808
3820
  if 'Accept' not in _header_params:
3809
3821
  _header_params['Accept'] = self.api_client.select_header_accept(
3810
3822
  [
3811
- 'application/json'
3823
+ 'application/json',
3824
+ 'application/problem+json'
3812
3825
  ]
3813
3826
  )
3814
3827
 
@@ -4087,7 +4100,8 @@ class DefaultApi:
4087
4100
  if 'Accept' not in _header_params:
4088
4101
  _header_params['Accept'] = self.api_client.select_header_accept(
4089
4102
  [
4090
- 'application/json'
4103
+ 'application/json',
4104
+ 'application/problem+json'
4091
4105
  ]
4092
4106
  )
4093
4107
 
@@ -4366,7 +4380,8 @@ class DefaultApi:
4366
4380
  if 'Accept' not in _header_params:
4367
4381
  _header_params['Accept'] = self.api_client.select_header_accept(
4368
4382
  [
4369
- 'application/json'
4383
+ 'application/json',
4384
+ 'application/problem+json'
4370
4385
  ]
4371
4386
  )
4372
4387
 
@@ -4639,7 +4654,8 @@ class DefaultApi:
4639
4654
  if 'Accept' not in _header_params:
4640
4655
  _header_params['Accept'] = self.api_client.select_header_accept(
4641
4656
  [
4642
- 'application/json'
4657
+ 'application/json',
4658
+ 'application/problem+json'
4643
4659
  ]
4644
4660
  )
4645
4661
 
@@ -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.28/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.in_store_pickup.Configuration(
536
536
  "OS: {env}\n"\
537
537
  "Python Version: {pyversion}\n"\
538
538
  "Version of the API: instorepickup\n"\
539
- "SDK Package Version: 0.1.28".\
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.28"
17
+ __version__ = "0.1.30"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -319,7 +319,8 @@ class DefaultApi:
319
319
  if 'Accept' not in _header_params:
320
320
  _header_params['Accept'] = self.api_client.select_header_accept(
321
321
  [
322
- 'application/json'
322
+ 'application/json',
323
+ 'application/problem+json'
323
324
  ]
324
325
  )
325
326
 
@@ -611,7 +612,8 @@ class DefaultApi:
611
612
  if 'Accept' not in _header_params:
612
613
  _header_params['Accept'] = self.api_client.select_header_accept(
613
614
  [
614
- 'application/json'
615
+ 'application/json',
616
+ 'application/problem+json'
615
617
  ]
616
618
  )
617
619
 
@@ -903,7 +905,8 @@ class DefaultApi:
903
905
  if 'Accept' not in _header_params:
904
906
  _header_params['Accept'] = self.api_client.select_header_accept(
905
907
  [
906
- 'application/json'
908
+ 'application/json',
909
+ 'application/problem+json'
907
910
  ]
908
911
  )
909
912
 
@@ -1195,7 +1198,8 @@ class DefaultApi:
1195
1198
  if 'Accept' not in _header_params:
1196
1199
  _header_params['Accept'] = self.api_client.select_header_accept(
1197
1200
  [
1198
- 'application/json'
1201
+ 'application/json',
1202
+ 'application/problem+json'
1199
1203
  ]
1200
1204
  )
1201
1205
 
@@ -1484,7 +1488,8 @@ class DefaultApi:
1484
1488
  if 'Accept' not in _header_params:
1485
1489
  _header_params['Accept'] = self.api_client.select_header_accept(
1486
1490
  [
1487
- 'application/json'
1491
+ 'application/json',
1492
+ 'application/problem+json'
1488
1493
  ]
1489
1494
  )
1490
1495
 
@@ -1776,7 +1781,8 @@ class DefaultApi:
1776
1781
  if 'Accept' not in _header_params:
1777
1782
  _header_params['Accept'] = self.api_client.select_header_accept(
1778
1783
  [
1779
- 'application/json'
1784
+ 'application/json',
1785
+ 'application/problem+json'
1780
1786
  ]
1781
1787
  )
1782
1788
 
@@ -2068,7 +2074,8 @@ class DefaultApi:
2068
2074
  if 'Accept' not in _header_params:
2069
2075
  _header_params['Accept'] = self.api_client.select_header_accept(
2070
2076
  [
2071
- 'application/json'
2077
+ 'application/json',
2078
+ 'application/problem+json'
2072
2079
  ]
2073
2080
  )
2074
2081
 
@@ -2357,7 +2364,8 @@ class DefaultApi:
2357
2364
  if 'Accept' not in _header_params:
2358
2365
  _header_params['Accept'] = self.api_client.select_header_accept(
2359
2366
  [
2360
- 'application/json'
2367
+ 'application/json',
2368
+ 'application/problem+json'
2361
2369
  ]
2362
2370
  )
2363
2371
 
@@ -2646,7 +2654,8 @@ class DefaultApi:
2646
2654
  if 'Accept' not in _header_params:
2647
2655
  _header_params['Accept'] = self.api_client.select_header_accept(
2648
2656
  [
2649
- 'application/json'
2657
+ 'application/json',
2658
+ 'application/problem+json'
2650
2659
  ]
2651
2660
  )
2652
2661
 
@@ -2935,7 +2944,8 @@ class DefaultApi:
2935
2944
  if 'Accept' not in _header_params:
2936
2945
  _header_params['Accept'] = self.api_client.select_header_accept(
2937
2946
  [
2938
- 'application/json'
2947
+ 'application/json',
2948
+ 'application/problem+json'
2939
2949
  ]
2940
2950
  )
2941
2951
 
@@ -3227,7 +3237,8 @@ class DefaultApi:
3227
3237
  if 'Accept' not in _header_params:
3228
3238
  _header_params['Accept'] = self.api_client.select_header_accept(
3229
3239
  [
3230
- 'application/json'
3240
+ 'application/json',
3241
+ 'application/problem+json'
3231
3242
  ]
3232
3243
  )
3233
3244
 
@@ -3516,7 +3527,8 @@ class DefaultApi:
3516
3527
  if 'Accept' not in _header_params:
3517
3528
  _header_params['Accept'] = self.api_client.select_header_accept(
3518
3529
  [
3519
- 'application/json'
3530
+ 'application/json',
3531
+ 'application/problem+json'
3520
3532
  ]
3521
3533
  )
3522
3534
 
@@ -3805,7 +3817,8 @@ class DefaultApi:
3805
3817
  if 'Accept' not in _header_params:
3806
3818
  _header_params['Accept'] = self.api_client.select_header_accept(
3807
3819
  [
3808
- 'application/json'
3820
+ 'application/json',
3821
+ 'application/problem+json'
3809
3822
  ]
3810
3823
  )
3811
3824
 
@@ -4094,7 +4107,8 @@ class DefaultApi:
4094
4107
  if 'Accept' not in _header_params:
4095
4108
  _header_params['Accept'] = self.api_client.select_header_accept(
4096
4109
  [
4097
- 'application/json'
4110
+ 'application/json',
4111
+ 'application/problem+json'
4098
4112
  ]
4099
4113
  )
4100
4114
 
@@ -4386,7 +4400,8 @@ class DefaultApi:
4386
4400
  if 'Accept' not in _header_params:
4387
4401
  _header_params['Accept'] = self.api_client.select_header_accept(
4388
4402
  [
4389
- 'application/json'
4403
+ 'application/json',
4404
+ 'application/problem+json'
4390
4405
  ]
4391
4406
  )
4392
4407
 
@@ -4675,7 +4690,8 @@ class DefaultApi:
4675
4690
  if 'Accept' not in _header_params:
4676
4691
  _header_params['Accept'] = self.api_client.select_header_accept(
4677
4692
  [
4678
- 'application/json'
4693
+ 'application/json',
4694
+ 'application/problem+json'
4679
4695
  ]
4680
4696
  )
4681
4697
 
@@ -5017,7 +5033,8 @@ class DefaultApi:
5017
5033
  if 'Accept' not in _header_params:
5018
5034
  _header_params['Accept'] = self.api_client.select_header_accept(
5019
5035
  [
5020
- 'application/json'
5036
+ 'application/json',
5037
+ 'application/problem+json'
5021
5038
  ]
5022
5039
  )
5023
5040
 
@@ -5275,7 +5292,8 @@ class DefaultApi:
5275
5292
  if 'Accept' not in _header_params:
5276
5293
  _header_params['Accept'] = self.api_client.select_header_accept(
5277
5294
  [
5278
- 'application/json'
5295
+ 'application/json',
5296
+ 'application/problem+json'
5279
5297
  ]
5280
5298
  )
5281
5299
 
@@ -5560,7 +5578,8 @@ class DefaultApi:
5560
5578
  if 'Accept' not in _header_params:
5561
5579
  _header_params['Accept'] = self.api_client.select_header_accept(
5562
5580
  [
5563
- 'application/json'
5581
+ 'application/json',
5582
+ 'application/problem+json'
5564
5583
  ]
5565
5584
  )
5566
5585
 
@@ -5845,7 +5864,8 @@ class DefaultApi:
5845
5864
  if 'Accept' not in _header_params:
5846
5865
  _header_params['Accept'] = self.api_client.select_header_accept(
5847
5866
  [
5848
- 'application/json'
5867
+ 'application/json',
5868
+ 'application/problem+json'
5849
5869
  ]
5850
5870
  )
5851
5871
 
@@ -6130,7 +6150,8 @@ class DefaultApi:
6130
6150
  if 'Accept' not in _header_params:
6131
6151
  _header_params['Accept'] = self.api_client.select_header_accept(
6132
6152
  [
6133
- 'application/json'
6153
+ 'application/json',
6154
+ 'application/problem+json'
6134
6155
  ]
6135
6156
  )
6136
6157
 
@@ -6429,7 +6450,8 @@ class DefaultApi:
6429
6450
  if 'Accept' not in _header_params:
6430
6451
  _header_params['Accept'] = self.api_client.select_header_accept(
6431
6452
  [
6432
- 'application/json'
6453
+ 'application/json',
6454
+ 'application/problem+json'
6433
6455
  ]
6434
6456
  )
6435
6457
 
@@ -6708,7 +6730,8 @@ class DefaultApi:
6708
6730
  if 'Accept' not in _header_params:
6709
6731
  _header_params['Accept'] = self.api_client.select_header_accept(
6710
6732
  [
6711
- 'application/json'
6733
+ 'application/json',
6734
+ 'application/problem+json'
6712
6735
  ]
6713
6736
  )
6714
6737
 
@@ -7008,7 +7031,8 @@ class DefaultApi:
7008
7031
  if 'Accept' not in _header_params:
7009
7032
  _header_params['Accept'] = self.api_client.select_header_accept(
7010
7033
  [
7011
- 'application/json'
7034
+ 'application/json',
7035
+ 'application/problem+json'
7012
7036
  ]
7013
7037
  )
7014
7038
 
@@ -7321,7 +7345,8 @@ class DefaultApi:
7321
7345
  if 'Accept' not in _header_params:
7322
7346
  _header_params['Accept'] = self.api_client.select_header_accept(
7323
7347
  [
7324
- 'application/json'
7348
+ 'application/json',
7349
+ 'application/problem+json'
7325
7350
  ]
7326
7351
  )
7327
7352
 
@@ -7634,7 +7659,8 @@ class DefaultApi:
7634
7659
  if 'Accept' not in _header_params:
7635
7660
  _header_params['Accept'] = self.api_client.select_header_accept(
7636
7661
  [
7637
- 'application/json'
7662
+ 'application/json',
7663
+ 'application/problem+json'
7638
7664
  ]
7639
7665
  )
7640
7666
 
@@ -7947,7 +7973,8 @@ class DefaultApi:
7947
7973
  if 'Accept' not in _header_params:
7948
7974
  _header_params['Accept'] = self.api_client.select_header_accept(
7949
7975
  [
7950
- 'application/json'
7976
+ 'application/json',
7977
+ 'application/problem+json'
7951
7978
  ]
7952
7979
  )
7953
7980
 
@@ -8260,7 +8287,8 @@ class DefaultApi:
8260
8287
  if 'Accept' not in _header_params:
8261
8288
  _header_params['Accept'] = self.api_client.select_header_accept(
8262
8289
  [
8263
- 'application/json'
8290
+ 'application/json',
8291
+ 'application/problem+json'
8264
8292
  ]
8265
8293
  )
8266
8294
 
@@ -8573,7 +8601,8 @@ class DefaultApi:
8573
8601
  if 'Accept' not in _header_params:
8574
8602
  _header_params['Accept'] = self.api_client.select_header_accept(
8575
8603
  [
8576
- 'application/json'
8604
+ 'application/json',
8605
+ 'application/problem+json'
8577
8606
  ]
8578
8607
  )
8579
8608
 
@@ -8865,7 +8894,8 @@ class DefaultApi:
8865
8894
  if 'Accept' not in _header_params:
8866
8895
  _header_params['Accept'] = self.api_client.select_header_accept(
8867
8896
  [
8868
- 'application/json'
8897
+ 'application/json',
8898
+ 'application/problem+json'
8869
8899
  ]
8870
8900
  )
8871
8901
 
@@ -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.28/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_dbs.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.28".\
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.28"
17
+ __version__ = "0.1.30"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -301,7 +301,8 @@ class DefaultApi:
301
301
  if 'Accept' not in _header_params:
302
302
  _header_params['Accept'] = self.api_client.select_header_accept(
303
303
  [
304
- 'application/json'
304
+ 'application/json',
305
+ 'application/problem+json'
305
306
  ]
306
307
  )
307
308
 
@@ -590,7 +591,8 @@ class DefaultApi:
590
591
  if 'Accept' not in _header_params:
591
592
  _header_params['Accept'] = self.api_client.select_header_accept(
592
593
  [
593
- 'application/json'
594
+ 'application/json',
595
+ 'application/problem+json'
594
596
  ]
595
597
  )
596
598
 
@@ -932,7 +934,8 @@ class DefaultApi:
932
934
  if 'Accept' not in _header_params:
933
935
  _header_params['Accept'] = self.api_client.select_header_accept(
934
936
  [
935
- 'application/json'
937
+ 'application/json',
938
+ 'application/problem+json'
936
939
  ]
937
940
  )
938
941
 
@@ -1190,7 +1193,8 @@ class DefaultApi:
1190
1193
  if 'Accept' not in _header_params:
1191
1194
  _header_params['Accept'] = self.api_client.select_header_accept(
1192
1195
  [
1193
- 'application/json'
1196
+ 'application/json',
1197
+ 'application/problem+json'
1194
1198
  ]
1195
1199
  )
1196
1200
 
@@ -1472,7 +1476,8 @@ class DefaultApi:
1472
1476
  if 'Accept' not in _header_params:
1473
1477
  _header_params['Accept'] = self.api_client.select_header_accept(
1474
1478
  [
1475
- 'application/json'
1479
+ 'application/json',
1480
+ 'application/problem+json'
1476
1481
  ]
1477
1482
  )
1478
1483
 
@@ -1754,7 +1759,8 @@ class DefaultApi:
1754
1759
  if 'Accept' not in _header_params:
1755
1760
  _header_params['Accept'] = self.api_client.select_header_accept(
1756
1761
  [
1757
- 'application/json'
1762
+ 'application/json',
1763
+ 'application/problem+json'
1758
1764
  ]
1759
1765
  )
1760
1766
 
@@ -2036,7 +2042,8 @@ class DefaultApi:
2036
2042
  if 'Accept' not in _header_params:
2037
2043
  _header_params['Accept'] = self.api_client.select_header_accept(
2038
2044
  [
2039
- 'application/json'
2045
+ 'application/json',
2046
+ 'application/problem+json'
2040
2047
  ]
2041
2048
  )
2042
2049
 
@@ -2332,7 +2339,8 @@ class DefaultApi:
2332
2339
  if 'Accept' not in _header_params:
2333
2340
  _header_params['Accept'] = self.api_client.select_header_accept(
2334
2341
  [
2335
- 'application/json'
2342
+ 'application/json',
2343
+ 'application/problem+json'
2336
2344
  ]
2337
2345
  )
2338
2346
 
@@ -2611,7 +2619,8 @@ class DefaultApi:
2611
2619
  if 'Accept' not in _header_params:
2612
2620
  _header_params['Accept'] = self.api_client.select_header_accept(
2613
2621
  [
2614
- 'application/json'
2622
+ 'application/json',
2623
+ 'application/problem+json'
2615
2624
  ]
2616
2625
  )
2617
2626
 
@@ -2908,7 +2917,8 @@ class DefaultApi:
2908
2917
  if 'Accept' not in _header_params:
2909
2918
  _header_params['Accept'] = self.api_client.select_header_accept(
2910
2919
  [
2911
- 'application/json'
2920
+ 'application/json',
2921
+ 'application/problem+json'
2912
2922
  ]
2913
2923
  )
2914
2924
 
@@ -3218,7 +3228,8 @@ class DefaultApi:
3218
3228
  if 'Accept' not in _header_params:
3219
3229
  _header_params['Accept'] = self.api_client.select_header_accept(
3220
3230
  [
3221
- 'application/json'
3231
+ 'application/json',
3232
+ 'application/problem+json'
3222
3233
  ]
3223
3234
  )
3224
3235
 
@@ -3528,7 +3539,8 @@ class DefaultApi:
3528
3539
  if 'Accept' not in _header_params:
3529
3540
  _header_params['Accept'] = self.api_client.select_header_accept(
3530
3541
  [
3531
- 'application/json'
3542
+ 'application/json',
3543
+ 'application/problem+json'
3532
3544
  ]
3533
3545
  )
3534
3546
 
@@ -3838,7 +3850,8 @@ class DefaultApi:
3838
3850
  if 'Accept' not in _header_params:
3839
3851
  _header_params['Accept'] = self.api_client.select_header_accept(
3840
3852
  [
3841
- 'application/json'
3853
+ 'application/json',
3854
+ 'application/problem+json'
3842
3855
  ]
3843
3856
  )
3844
3857
 
@@ -4127,7 +4140,8 @@ class DefaultApi:
4127
4140
  if 'Accept' not in _header_params:
4128
4141
  _header_params['Accept'] = self.api_client.select_header_accept(
4129
4142
  [
4130
- 'application/json'
4143
+ 'application/json',
4144
+ 'application/problem+json'
4131
4145
  ]
4132
4146
  )
4133
4147
 
@@ -4467,7 +4481,8 @@ class DefaultApi:
4467
4481
  if 'Accept' not in _header_params:
4468
4482
  _header_params['Accept'] = self.api_client.select_header_accept(
4469
4483
  [
4470
- 'application/json'
4484
+ 'application/json',
4485
+ 'application/problem+json'
4471
4486
  ]
4472
4487
  )
4473
4488
 
@@ -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.28/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_dbw.Configuration(
536
536
  "OS: {env}\n"\
537
537
  "Python Version: {pyversion}\n"\
538
538
  "Version of the API: ordersdbw\n"\
539
- "SDK Package Version: 0.1.28".\
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.28"
17
+ __version__ = "0.1.30"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [