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.
- wildberries_sdk/analytics/__init__.py +1 -1
- wildberries_sdk/analytics/api/default_api.py +32 -16
- wildberries_sdk/analytics/api_client.py +1 -1
- wildberries_sdk/analytics/configuration.py +1 -1
- wildberries_sdk/communications/__init__.py +1 -1
- wildberries_sdk/communications/api/default_api.py +42 -22
- wildberries_sdk/communications/api_client.py +1 -1
- wildberries_sdk/communications/configuration.py +1 -1
- wildberries_sdk/finances/__init__.py +1 -1
- wildberries_sdk/finances/api/default_api.py +12 -6
- wildberries_sdk/finances/api_client.py +1 -1
- wildberries_sdk/finances/configuration.py +1 -1
- wildberries_sdk/general/__init__.py +1 -1
- wildberries_sdk/general/api/default_api.py +14 -7
- wildberries_sdk/general/api_client.py +1 -1
- wildberries_sdk/general/configuration.py +1 -1
- wildberries_sdk/in_store_pickup/__init__.py +1 -1
- wildberries_sdk/in_store_pickup/api/default_api.py +31 -15
- wildberries_sdk/in_store_pickup/api_client.py +1 -1
- wildberries_sdk/in_store_pickup/configuration.py +1 -1
- wildberries_sdk/orders_dbs/__init__.py +1 -1
- wildberries_sdk/orders_dbs/api/default_api.py +60 -30
- wildberries_sdk/orders_dbs/api_client.py +1 -1
- wildberries_sdk/orders_dbs/configuration.py +1 -1
- wildberries_sdk/orders_dbw/__init__.py +1 -1
- wildberries_sdk/orders_dbw/api/default_api.py +30 -15
- wildberries_sdk/orders_dbw/api_client.py +1 -1
- wildberries_sdk/orders_dbw/configuration.py +1 -1
- wildberries_sdk/orders_fbs/__init__.py +1 -1
- wildberries_sdk/orders_fbs/api_client.py +1 -1
- wildberries_sdk/orders_fbs/configuration.py +1 -1
- wildberries_sdk/orders_fbw/__init__.py +1 -1
- wildberries_sdk/orders_fbw/api/default_api.py +16 -8
- wildberries_sdk/orders_fbw/api_client.py +1 -1
- wildberries_sdk/orders_fbw/configuration.py +1 -1
- wildberries_sdk/products/__init__.py +1 -1
- wildberries_sdk/products/api/default_api.py +95 -47
- wildberries_sdk/products/api_client.py +1 -1
- wildberries_sdk/products/configuration.py +1 -1
- wildberries_sdk/products/models/content_v2_cards_update_post_request_inner_characteristics_inner.py +1 -1
- wildberries_sdk/products/models/content_v2_object_charcs_subject_id_get200_response_data_inner.py +2 -2
- wildberries_sdk/promotion/__init__.py +1 -1
- wildberries_sdk/promotion/api/default_api.py +95 -47
- wildberries_sdk/promotion/api_client.py +1 -1
- wildberries_sdk/promotion/configuration.py +1 -1
- wildberries_sdk/reports/__init__.py +1 -1
- wildberries_sdk/reports/api/default_api.py +30 -15
- wildberries_sdk/reports/api_client.py +1 -1
- wildberries_sdk/reports/configuration.py +1 -1
- wildberries_sdk/tariffs/__init__.py +1 -1
- wildberries_sdk/tariffs/api/default_api.py +2 -1
- wildberries_sdk/tariffs/api_client.py +1 -1
- wildberries_sdk/tariffs/configuration.py +1 -1
- wildberries_sdk/wbd/__init__.py +1 -1
- wildberries_sdk/wbd/api_client.py +1 -1
- wildberries_sdk/wbd/configuration.py +1 -1
- {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/METADATA +1 -1
- {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/RECORD +61 -61
- {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/LICENSE +0 -0
- {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/WHEEL +0 -0
- {wildberries_sdk-0.1.28.dist-info → wildberries_sdk-0.1.30.dist-info}/top_level.txt +0 -0
|
@@ -317,7 +317,8 @@ class DefaultApi:
|
|
|
317
317
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
318
318
|
[
|
|
319
319
|
'application/zip',
|
|
320
|
-
'application/json'
|
|
320
|
+
'application/json',
|
|
321
|
+
'application/problem+json'
|
|
321
322
|
]
|
|
322
323
|
)
|
|
323
324
|
|
|
@@ -596,7 +597,8 @@ class DefaultApi:
|
|
|
596
597
|
if 'Accept' not in _header_params:
|
|
597
598
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
598
599
|
[
|
|
599
|
-
'application/json'
|
|
600
|
+
'application/json',
|
|
601
|
+
'application/problem+json'
|
|
600
602
|
]
|
|
601
603
|
)
|
|
602
604
|
|
|
@@ -872,7 +874,8 @@ class DefaultApi:
|
|
|
872
874
|
if 'Accept' not in _header_params:
|
|
873
875
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
874
876
|
[
|
|
875
|
-
'application/json'
|
|
877
|
+
'application/json',
|
|
878
|
+
'application/problem+json'
|
|
876
879
|
]
|
|
877
880
|
)
|
|
878
881
|
|
|
@@ -1161,7 +1164,8 @@ class DefaultApi:
|
|
|
1161
1164
|
if 'Accept' not in _header_params:
|
|
1162
1165
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1163
1166
|
[
|
|
1164
|
-
'application/json'
|
|
1167
|
+
'application/json',
|
|
1168
|
+
'application/problem+json'
|
|
1165
1169
|
]
|
|
1166
1170
|
)
|
|
1167
1171
|
|
|
@@ -1450,7 +1454,8 @@ class DefaultApi:
|
|
|
1450
1454
|
if 'Accept' not in _header_params:
|
|
1451
1455
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1452
1456
|
[
|
|
1453
|
-
'application/json'
|
|
1457
|
+
'application/json',
|
|
1458
|
+
'application/problem+json'
|
|
1454
1459
|
]
|
|
1455
1460
|
)
|
|
1456
1461
|
|
|
@@ -1739,7 +1744,8 @@ class DefaultApi:
|
|
|
1739
1744
|
if 'Accept' not in _header_params:
|
|
1740
1745
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1741
1746
|
[
|
|
1742
|
-
'application/json'
|
|
1747
|
+
'application/json',
|
|
1748
|
+
'application/problem+json'
|
|
1743
1749
|
]
|
|
1744
1750
|
)
|
|
1745
1751
|
|
|
@@ -2028,7 +2034,8 @@ class DefaultApi:
|
|
|
2028
2034
|
if 'Accept' not in _header_params:
|
|
2029
2035
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
2030
2036
|
[
|
|
2031
|
-
'application/json'
|
|
2037
|
+
'application/json',
|
|
2038
|
+
'application/problem+json'
|
|
2032
2039
|
]
|
|
2033
2040
|
)
|
|
2034
2041
|
|
|
@@ -2317,7 +2324,8 @@ class DefaultApi:
|
|
|
2317
2324
|
if 'Accept' not in _header_params:
|
|
2318
2325
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
2319
2326
|
[
|
|
2320
|
-
'application/json'
|
|
2327
|
+
'application/json',
|
|
2328
|
+
'application/problem+json'
|
|
2321
2329
|
]
|
|
2322
2330
|
)
|
|
2323
2331
|
|
|
@@ -2606,7 +2614,8 @@ class DefaultApi:
|
|
|
2606
2614
|
if 'Accept' not in _header_params:
|
|
2607
2615
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
2608
2616
|
[
|
|
2609
|
-
'application/json'
|
|
2617
|
+
'application/json',
|
|
2618
|
+
'application/problem+json'
|
|
2610
2619
|
]
|
|
2611
2620
|
)
|
|
2612
2621
|
|
|
@@ -2895,7 +2904,8 @@ class DefaultApi:
|
|
|
2895
2904
|
if 'Accept' not in _header_params:
|
|
2896
2905
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
2897
2906
|
[
|
|
2898
|
-
'application/json'
|
|
2907
|
+
'application/json',
|
|
2908
|
+
'application/problem+json'
|
|
2899
2909
|
]
|
|
2900
2910
|
)
|
|
2901
2911
|
|
|
@@ -3184,7 +3194,8 @@ class DefaultApi:
|
|
|
3184
3194
|
if 'Accept' not in _header_params:
|
|
3185
3195
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3186
3196
|
[
|
|
3187
|
-
'application/json'
|
|
3197
|
+
'application/json',
|
|
3198
|
+
'application/problem+json'
|
|
3188
3199
|
]
|
|
3189
3200
|
)
|
|
3190
3201
|
|
|
@@ -3473,7 +3484,8 @@ class DefaultApi:
|
|
|
3473
3484
|
if 'Accept' not in _header_params:
|
|
3474
3485
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3475
3486
|
[
|
|
3476
|
-
'application/json'
|
|
3487
|
+
'application/json',
|
|
3488
|
+
'application/problem+json'
|
|
3477
3489
|
]
|
|
3478
3490
|
)
|
|
3479
3491
|
|
|
@@ -3762,7 +3774,8 @@ class DefaultApi:
|
|
|
3762
3774
|
if 'Accept' not in _header_params:
|
|
3763
3775
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3764
3776
|
[
|
|
3765
|
-
'application/json'
|
|
3777
|
+
'application/json',
|
|
3778
|
+
'application/problem+json'
|
|
3766
3779
|
]
|
|
3767
3780
|
)
|
|
3768
3781
|
|
|
@@ -4051,7 +4064,8 @@ class DefaultApi:
|
|
|
4051
4064
|
if 'Accept' not in _header_params:
|
|
4052
4065
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4053
4066
|
[
|
|
4054
|
-
'application/json'
|
|
4067
|
+
'application/json',
|
|
4068
|
+
'application/problem+json'
|
|
4055
4069
|
]
|
|
4056
4070
|
)
|
|
4057
4071
|
|
|
@@ -4340,7 +4354,8 @@ class DefaultApi:
|
|
|
4340
4354
|
if 'Accept' not in _header_params:
|
|
4341
4355
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4342
4356
|
[
|
|
4343
|
-
'application/json'
|
|
4357
|
+
'application/json',
|
|
4358
|
+
'application/problem+json'
|
|
4344
4359
|
]
|
|
4345
4360
|
)
|
|
4346
4361
|
|
|
@@ -4629,7 +4644,8 @@ class DefaultApi:
|
|
|
4629
4644
|
if 'Accept' not in _header_params:
|
|
4630
4645
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4631
4646
|
[
|
|
4632
|
-
'application/json'
|
|
4647
|
+
'application/json',
|
|
4648
|
+
'application/problem+json'
|
|
4633
4649
|
]
|
|
4634
4650
|
)
|
|
4635
4651
|
|
|
@@ -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.
|
|
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.analytics.Configuration(
|
|
|
536
536
|
"OS: {env}\n"\
|
|
537
537
|
"Python Version: {pyversion}\n"\
|
|
538
538
|
"Version of the API: analytics\n"\
|
|
539
|
-
"SDK Package Version: 0.1.
|
|
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]:
|
|
@@ -432,7 +432,8 @@ class DefaultApi:
|
|
|
432
432
|
if 'Accept' not in _header_params:
|
|
433
433
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
434
434
|
[
|
|
435
|
-
'application/json'
|
|
435
|
+
'application/json',
|
|
436
|
+
'application/problem+json'
|
|
436
437
|
]
|
|
437
438
|
)
|
|
438
439
|
|
|
@@ -706,7 +707,8 @@ class DefaultApi:
|
|
|
706
707
|
if 'Accept' not in _header_params:
|
|
707
708
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
708
709
|
[
|
|
709
|
-
'application/json'
|
|
710
|
+
'application/json',
|
|
711
|
+
'application/problem+json'
|
|
710
712
|
]
|
|
711
713
|
)
|
|
712
714
|
|
|
@@ -1148,7 +1150,8 @@ class DefaultApi:
|
|
|
1148
1150
|
if 'Accept' not in _header_params:
|
|
1149
1151
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1150
1152
|
[
|
|
1151
|
-
'application/json'
|
|
1153
|
+
'application/json',
|
|
1154
|
+
'application/problem+json'
|
|
1152
1155
|
]
|
|
1153
1156
|
)
|
|
1154
1157
|
|
|
@@ -1403,7 +1406,8 @@ class DefaultApi:
|
|
|
1403
1406
|
if 'Accept' not in _header_params:
|
|
1404
1407
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1405
1408
|
[
|
|
1406
|
-
'application/json'
|
|
1409
|
+
'application/json',
|
|
1410
|
+
'application/problem+json'
|
|
1407
1411
|
]
|
|
1408
1412
|
)
|
|
1409
1413
|
|
|
@@ -1680,7 +1684,8 @@ class DefaultApi:
|
|
|
1680
1684
|
if 'Accept' not in _header_params:
|
|
1681
1685
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1682
1686
|
[
|
|
1683
|
-
'application/json'
|
|
1687
|
+
'application/json',
|
|
1688
|
+
'application/problem+json'
|
|
1684
1689
|
]
|
|
1685
1690
|
)
|
|
1686
1691
|
|
|
@@ -1967,7 +1972,7 @@ class DefaultApi:
|
|
|
1967
1972
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1968
1973
|
[
|
|
1969
1974
|
'application/json; charset=utf-8',
|
|
1970
|
-
'application/json'
|
|
1975
|
+
'application/problem+json'
|
|
1971
1976
|
]
|
|
1972
1977
|
)
|
|
1973
1978
|
|
|
@@ -2599,7 +2604,8 @@ class DefaultApi:
|
|
|
2599
2604
|
if 'Accept' not in _header_params:
|
|
2600
2605
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
2601
2606
|
[
|
|
2602
|
-
'application/json'
|
|
2607
|
+
'application/json',
|
|
2608
|
+
'application/problem+json'
|
|
2603
2609
|
]
|
|
2604
2610
|
)
|
|
2605
2611
|
|
|
@@ -2869,7 +2875,7 @@ class DefaultApi:
|
|
|
2869
2875
|
if 'Accept' not in _header_params:
|
|
2870
2876
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
2871
2877
|
[
|
|
2872
|
-
'application/json'
|
|
2878
|
+
'application/problem+json'
|
|
2873
2879
|
]
|
|
2874
2880
|
)
|
|
2875
2881
|
|
|
@@ -3155,7 +3161,8 @@ class DefaultApi:
|
|
|
3155
3161
|
if 'Accept' not in _header_params:
|
|
3156
3162
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3157
3163
|
[
|
|
3158
|
-
'application/json'
|
|
3164
|
+
'application/json',
|
|
3165
|
+
'application/problem+json'
|
|
3159
3166
|
]
|
|
3160
3167
|
)
|
|
3161
3168
|
|
|
@@ -3497,7 +3504,8 @@ class DefaultApi:
|
|
|
3497
3504
|
if 'Accept' not in _header_params:
|
|
3498
3505
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3499
3506
|
[
|
|
3500
|
-
'application/json'
|
|
3507
|
+
'application/json',
|
|
3508
|
+
'application/problem+json'
|
|
3501
3509
|
]
|
|
3502
3510
|
)
|
|
3503
3511
|
|
|
@@ -3809,7 +3817,8 @@ class DefaultApi:
|
|
|
3809
3817
|
if 'Accept' not in _header_params:
|
|
3810
3818
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3811
3819
|
[
|
|
3812
|
-
'application/json'
|
|
3820
|
+
'application/json',
|
|
3821
|
+
'application/problem+json'
|
|
3813
3822
|
]
|
|
3814
3823
|
)
|
|
3815
3824
|
|
|
@@ -4067,7 +4076,8 @@ class DefaultApi:
|
|
|
4067
4076
|
if 'Accept' not in _header_params:
|
|
4068
4077
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4069
4078
|
[
|
|
4070
|
-
'application/json'
|
|
4079
|
+
'application/json',
|
|
4080
|
+
'application/problem+json'
|
|
4071
4081
|
]
|
|
4072
4082
|
)
|
|
4073
4083
|
|
|
@@ -4447,7 +4457,8 @@ class DefaultApi:
|
|
|
4447
4457
|
if 'Accept' not in _header_params:
|
|
4448
4458
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4449
4459
|
[
|
|
4450
|
-
'application/json'
|
|
4460
|
+
'application/json',
|
|
4461
|
+
'application/problem+json'
|
|
4451
4462
|
]
|
|
4452
4463
|
)
|
|
4453
4464
|
|
|
@@ -4723,7 +4734,8 @@ class DefaultApi:
|
|
|
4723
4734
|
if 'Accept' not in _header_params:
|
|
4724
4735
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4725
4736
|
[
|
|
4726
|
-
'application/json'
|
|
4737
|
+
'application/json',
|
|
4738
|
+
'application/problem+json'
|
|
4727
4739
|
]
|
|
4728
4740
|
)
|
|
4729
4741
|
|
|
@@ -4994,7 +5006,8 @@ class DefaultApi:
|
|
|
4994
5006
|
if 'Accept' not in _header_params:
|
|
4995
5007
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4996
5008
|
[
|
|
4997
|
-
'application/json'
|
|
5009
|
+
'application/json',
|
|
5010
|
+
'application/problem+json'
|
|
4998
5011
|
]
|
|
4999
5012
|
)
|
|
5000
5013
|
|
|
@@ -5272,7 +5285,8 @@ class DefaultApi:
|
|
|
5272
5285
|
if 'Accept' not in _header_params:
|
|
5273
5286
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
5274
5287
|
[
|
|
5275
|
-
'application/json'
|
|
5288
|
+
'application/json',
|
|
5289
|
+
'application/problem+json'
|
|
5276
5290
|
]
|
|
5277
5291
|
)
|
|
5278
5292
|
|
|
@@ -5584,7 +5598,8 @@ class DefaultApi:
|
|
|
5584
5598
|
if 'Accept' not in _header_params:
|
|
5585
5599
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
5586
5600
|
[
|
|
5587
|
-
'application/json'
|
|
5601
|
+
'application/json',
|
|
5602
|
+
'application/problem+json'
|
|
5588
5603
|
]
|
|
5589
5604
|
)
|
|
5590
5605
|
|
|
@@ -5842,7 +5857,8 @@ class DefaultApi:
|
|
|
5842
5857
|
if 'Accept' not in _header_params:
|
|
5843
5858
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
5844
5859
|
[
|
|
5845
|
-
'application/json'
|
|
5860
|
+
'application/json',
|
|
5861
|
+
'application/problem+json'
|
|
5846
5862
|
]
|
|
5847
5863
|
)
|
|
5848
5864
|
|
|
@@ -6222,7 +6238,8 @@ class DefaultApi:
|
|
|
6222
6238
|
if 'Accept' not in _header_params:
|
|
6223
6239
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
6224
6240
|
[
|
|
6225
|
-
'application/json'
|
|
6241
|
+
'application/json',
|
|
6242
|
+
'application/problem+json'
|
|
6226
6243
|
]
|
|
6227
6244
|
)
|
|
6228
6245
|
|
|
@@ -6501,7 +6518,8 @@ class DefaultApi:
|
|
|
6501
6518
|
if 'Accept' not in _header_params:
|
|
6502
6519
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
6503
6520
|
[
|
|
6504
|
-
'application/json'
|
|
6521
|
+
'application/json',
|
|
6522
|
+
'application/problem+json'
|
|
6505
6523
|
]
|
|
6506
6524
|
)
|
|
6507
6525
|
|
|
@@ -6769,7 +6787,8 @@ class DefaultApi:
|
|
|
6769
6787
|
if 'Accept' not in _header_params:
|
|
6770
6788
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
6771
6789
|
[
|
|
6772
|
-
'application/json'
|
|
6790
|
+
'application/json',
|
|
6791
|
+
'application/problem+json'
|
|
6773
6792
|
]
|
|
6774
6793
|
)
|
|
6775
6794
|
|
|
@@ -7321,7 +7340,8 @@ class DefaultApi:
|
|
|
7321
7340
|
if 'Accept' not in _header_params:
|
|
7322
7341
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
7323
7342
|
[
|
|
7324
|
-
'application/json'
|
|
7343
|
+
'application/json',
|
|
7344
|
+
'application/problem+json'
|
|
7325
7345
|
]
|
|
7326
7346
|
)
|
|
7327
7347
|
|
|
@@ -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.
|
|
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.communications.Configuration(
|
|
|
536
536
|
"OS: {env}\n"\
|
|
537
537
|
"Python Version: {pyversion}\n"\
|
|
538
538
|
"Version of the API: communication\n"\
|
|
539
|
-
"SDK Package Version: 0.1.
|
|
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]:
|
|
@@ -273,7 +273,8 @@ class DefaultApi:
|
|
|
273
273
|
if 'Accept' not in _header_params:
|
|
274
274
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
275
275
|
[
|
|
276
|
-
'application/json'
|
|
276
|
+
'application/json',
|
|
277
|
+
'application/problem+json'
|
|
277
278
|
]
|
|
278
279
|
)
|
|
279
280
|
|
|
@@ -545,7 +546,8 @@ class DefaultApi:
|
|
|
545
546
|
if 'Accept' not in _header_params:
|
|
546
547
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
547
548
|
[
|
|
548
|
-
'application/json'
|
|
549
|
+
'application/json',
|
|
550
|
+
'application/problem+json'
|
|
549
551
|
]
|
|
550
552
|
)
|
|
551
553
|
|
|
@@ -818,7 +820,8 @@ class DefaultApi:
|
|
|
818
820
|
if 'Accept' not in _header_params:
|
|
819
821
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
820
822
|
[
|
|
821
|
-
'application/json'
|
|
823
|
+
'application/json',
|
|
824
|
+
'application/problem+json'
|
|
822
825
|
]
|
|
823
826
|
)
|
|
824
827
|
|
|
@@ -1123,7 +1126,8 @@ class DefaultApi:
|
|
|
1123
1126
|
if 'Accept' not in _header_params:
|
|
1124
1127
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1125
1128
|
[
|
|
1126
|
-
'application/json'
|
|
1129
|
+
'application/json',
|
|
1130
|
+
'application/problem+json'
|
|
1127
1131
|
]
|
|
1128
1132
|
)
|
|
1129
1133
|
|
|
@@ -1552,7 +1556,8 @@ class DefaultApi:
|
|
|
1552
1556
|
if 'Accept' not in _header_params:
|
|
1553
1557
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1554
1558
|
[
|
|
1555
|
-
'application/json'
|
|
1559
|
+
'application/json',
|
|
1560
|
+
'application/problem+json'
|
|
1556
1561
|
]
|
|
1557
1562
|
)
|
|
1558
1563
|
|
|
@@ -1916,7 +1921,8 @@ class DefaultApi:
|
|
|
1916
1921
|
if 'Accept' not in _header_params:
|
|
1917
1922
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1918
1923
|
[
|
|
1919
|
-
'application/json'
|
|
1924
|
+
'application/json',
|
|
1925
|
+
'application/problem+json'
|
|
1920
1926
|
]
|
|
1921
1927
|
)
|
|
1922
1928
|
|
|
@@ -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.
|
|
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.finances.Configuration(
|
|
|
536
536
|
"OS: {env}\n"\
|
|
537
537
|
"Python Version: {pyversion}\n"\
|
|
538
538
|
"Version of the API: finances\n"\
|
|
539
|
-
"SDK Package Version: 0.1.
|
|
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]:
|
|
@@ -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
|
|
|
@@ -592,7 +593,8 @@ class DefaultApi:
|
|
|
592
593
|
if 'Accept' not in _header_params:
|
|
593
594
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
594
595
|
[
|
|
595
|
-
'application/json'
|
|
596
|
+
'application/json',
|
|
597
|
+
'application/problem+json'
|
|
596
598
|
]
|
|
597
599
|
)
|
|
598
600
|
|
|
@@ -860,7 +862,8 @@ class DefaultApi:
|
|
|
860
862
|
if 'Accept' not in _header_params:
|
|
861
863
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
862
864
|
[
|
|
863
|
-
'application/json'
|
|
865
|
+
'application/json',
|
|
866
|
+
'application/problem+json'
|
|
864
867
|
]
|
|
865
868
|
)
|
|
866
869
|
|
|
@@ -1135,7 +1138,8 @@ class DefaultApi:
|
|
|
1135
1138
|
if 'Accept' not in _header_params:
|
|
1136
1139
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1137
1140
|
[
|
|
1138
|
-
'application/json'
|
|
1141
|
+
'application/json',
|
|
1142
|
+
'application/problem+json'
|
|
1139
1143
|
]
|
|
1140
1144
|
)
|
|
1141
1145
|
|
|
@@ -1408,7 +1412,8 @@ class DefaultApi:
|
|
|
1408
1412
|
if 'Accept' not in _header_params:
|
|
1409
1413
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1410
1414
|
[
|
|
1411
|
-
'application/json'
|
|
1415
|
+
'application/json',
|
|
1416
|
+
'application/problem+json'
|
|
1412
1417
|
]
|
|
1413
1418
|
)
|
|
1414
1419
|
|
|
@@ -1730,7 +1735,8 @@ class DefaultApi:
|
|
|
1730
1735
|
if 'Accept' not in _header_params:
|
|
1731
1736
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1732
1737
|
[
|
|
1733
|
-
'application/json'
|
|
1738
|
+
'application/json',
|
|
1739
|
+
'application/problem+json'
|
|
1734
1740
|
]
|
|
1735
1741
|
)
|
|
1736
1742
|
|
|
@@ -1985,7 +1991,8 @@ class DefaultApi:
|
|
|
1985
1991
|
if 'Accept' not in _header_params:
|
|
1986
1992
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1987
1993
|
[
|
|
1988
|
-
'application/json'
|
|
1994
|
+
'application/json',
|
|
1995
|
+
'application/problem+json'
|
|
1989
1996
|
]
|
|
1990
1997
|
)
|
|
1991
1998
|
|
|
@@ -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.
|
|
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.general.Configuration(
|
|
|
536
536
|
"OS: {env}\n"\
|
|
537
537
|
"Python Version: {pyversion}\n"\
|
|
538
538
|
"Version of the API: general\n"\
|
|
539
|
-
"SDK Package Version: 0.1.
|
|
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]:
|