wildberries-sdk 0.1.54 → 0.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/analytics/apis/DefaultApi.d.ts +18 -1
- package/dist/analytics/apis/DefaultApi.js +73 -0
- package/dist/analytics/models/InventoryRequest.d.ts +50 -0
- package/dist/analytics/models/InventoryRequest.js +55 -0
- package/dist/analytics/models/InventoryWbResponse.d.ts +33 -0
- package/dist/analytics/models/InventoryWbResponse.js +52 -0
- package/dist/analytics/models/InventoryWbResponseItemsInner.d.ts +74 -0
- package/dist/analytics/models/InventoryWbResponseItemsInner.js +79 -0
- package/dist/analytics/models/PostV1StocksReportWbWarehouses200Response.d.ts +33 -0
- package/dist/analytics/models/PostV1StocksReportWbWarehouses200Response.js +52 -0
- package/dist/analytics/models/ProductsRequest.d.ts +1 -1
- package/dist/analytics/models/index.d.ts +4 -0
- package/dist/analytics/models/index.js +4 -0
- package/dist/communications/models/Chat.d.ts +0 -7
- package/dist/communications/models/Chat.js +0 -2
- package/dist/communications/models/Event.d.ts +0 -7
- package/dist/communications/models/Event.js +0 -2
- package/dist/communications/models/GoodCard.d.ts +0 -8
- package/dist/communications/models/GoodCard.js +0 -2
- package/dist/general/models/ApiV1SellerInfoGet200Response.d.ts +6 -0
- package/dist/general/models/ApiV1SellerInfoGet200Response.js +2 -0
- package/dist/products/apis/DefaultApi.d.ts +46 -46
- package/dist/products/apis/DefaultApi.js +46 -46
- package/dist/products/models/ContentV2GetCardsListPostRequestSettingsCursor.d.ts +1 -1
- package/dist/promotion/apis/DefaultApi.d.ts +4 -4
- package/dist/promotion/apis/DefaultApi.js +4 -4
- package/dist/reports/apis/DefaultApi.d.ts +5 -2
- package/dist/reports/apis/DefaultApi.js +5 -2
- package/dist/tariffs/apis/DefaultApi.d.ts +4 -4
- package/dist/tariffs/apis/DefaultApi.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -312,6 +312,7 @@ main().catch(console.error);
|
|
|
312
312
|
- `analytics.DefaultApi.postSalesFunnelGroupedHistory` — Статистика групп карточек товаров по дням
|
|
313
313
|
- `analytics.DefaultApi.postSalesFunnelProducts` — Статистика карточек товаров за период
|
|
314
314
|
- `analytics.DefaultApi.postSalesFunnelProductsHistory` — Статистика карточек товаров по дням
|
|
315
|
+
- `analytics.DefaultApi.postV1StocksReportWbWarehouses` — Остатки на складах WB
|
|
315
316
|
|
|
316
317
|
### reports (`reports`)
|
|
317
318
|
- `reports.CApi.apiV1AnalyticsExciseReportPost` — Получить отчёт
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { ApiV2SearchReportProductOrdersPost200Response, ApiV2SearchReportProductSearchTextsPost200Response, ApiV2SearchReportReportPost200Response, ApiV2SearchReportTableDetailsPost200Response, ApiV2SearchReportTableGroupsPost200Response, ApiV2StocksReportOfficesPost200Response, ApiV2StocksReportProductsGroupsPost200Response, ApiV2StocksReportProductsProductsPost200Response, ApiV2StocksReportProductsSizesPost200Response, CommonShippingOfficeFilters, CommonSizeFilters, GroupedHistoryRequest, MainRequest, PostSalesFunnelGroupedHistory200Response, PostSalesFunnelProducts200Response, ProductHistoryRequest, ProductHistoryResponseInner, ProductOrdersRequest, ProductSearchTextsRequest, ProductsRequest, TableDetailsRequest, TableGroupRequest, TableGroupRequestSt, TableProductRequest } from '../models/index';
|
|
13
|
+
import type { ApiV2SearchReportProductOrdersPost200Response, ApiV2SearchReportProductSearchTextsPost200Response, ApiV2SearchReportReportPost200Response, ApiV2SearchReportTableDetailsPost200Response, ApiV2SearchReportTableGroupsPost200Response, ApiV2StocksReportOfficesPost200Response, ApiV2StocksReportProductsGroupsPost200Response, ApiV2StocksReportProductsProductsPost200Response, ApiV2StocksReportProductsSizesPost200Response, CommonShippingOfficeFilters, CommonSizeFilters, GroupedHistoryRequest, InventoryRequest, MainRequest, PostSalesFunnelGroupedHistory200Response, PostSalesFunnelProducts200Response, PostV1StocksReportWbWarehouses200Response, ProductHistoryRequest, ProductHistoryResponseInner, ProductOrdersRequest, ProductSearchTextsRequest, ProductsRequest, TableDetailsRequest, TableGroupRequest, TableGroupRequestSt, TableProductRequest } from '../models/index';
|
|
14
14
|
export interface ApiV2SearchReportProductOrdersPostRequest {
|
|
15
15
|
productOrdersRequest: ProductOrdersRequest;
|
|
16
16
|
}
|
|
@@ -47,6 +47,9 @@ export interface PostSalesFunnelProductsRequest {
|
|
|
47
47
|
export interface PostSalesFunnelProductsHistoryRequest {
|
|
48
48
|
productHistoryRequest: ProductHistoryRequest;
|
|
49
49
|
}
|
|
50
|
+
export interface PostV1StocksReportWbWarehousesRequest {
|
|
51
|
+
inventoryRequest: InventoryRequest;
|
|
52
|
+
}
|
|
50
53
|
/**
|
|
51
54
|
*
|
|
52
55
|
*/
|
|
@@ -219,4 +222,18 @@ export declare class DefaultApi extends runtime.BaseAPI {
|
|
|
219
222
|
* Статистика карточек товаров по дням
|
|
220
223
|
*/
|
|
221
224
|
postSalesFunnelProductsHistory(requestParameters: PostSalesFunnelProductsHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ProductHistoryResponseInner>>;
|
|
225
|
+
/**
|
|
226
|
+
* Creates request options for postV1StocksReportWbWarehouses without sending the request
|
|
227
|
+
*/
|
|
228
|
+
postV1StocksReportWbWarehousesRequestOpts(requestParameters: PostV1StocksReportWbWarehousesRequest): Promise<runtime.RequestOpts>;
|
|
229
|
+
/**
|
|
230
|
+
* <div class=\"description_token\">Метод доступен по <a href=\"/openapi/api-information#tag/Avtorizaciya/Pravila-ispolzovaniya-tokenov-dostupa-k-API\">типам токенов</a>:<strong> Персональный</strong>,<strong> Сервисный</strong> </div> Метод возвращает текущие остатки товаров на складах WB. <br><br> Данные обновляются 1 раз в 30 минут. <br><br> 1 строка ответа — данные об 1 размере товара на 1 складе WB. <div class=\"description_limit\"> <a href=\"/openapi/api-information#tag/Vvedenie/Limity-zaprosov\">Лимит запросов</a> на один аккаунт продавца: | Период | Лимит | Интервал | Всплеск | | --- | --- | --- | --- | | 1 мин | 3 запроса | 20 сек | 1 запрос | </div>
|
|
231
|
+
* Остатки на складах WB
|
|
232
|
+
*/
|
|
233
|
+
postV1StocksReportWbWarehousesRaw(requestParameters: PostV1StocksReportWbWarehousesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PostV1StocksReportWbWarehouses200Response>>;
|
|
234
|
+
/**
|
|
235
|
+
* <div class=\"description_token\">Метод доступен по <a href=\"/openapi/api-information#tag/Avtorizaciya/Pravila-ispolzovaniya-tokenov-dostupa-k-API\">типам токенов</a>:<strong> Персональный</strong>,<strong> Сервисный</strong> </div> Метод возвращает текущие остатки товаров на складах WB. <br><br> Данные обновляются 1 раз в 30 минут. <br><br> 1 строка ответа — данные об 1 размере товара на 1 складе WB. <div class=\"description_limit\"> <a href=\"/openapi/api-information#tag/Vvedenie/Limity-zaprosov\">Лимит запросов</a> на один аккаунт продавца: | Период | Лимит | Интервал | Всплеск | | --- | --- | --- | --- | | 1 мин | 3 запроса | 20 сек | 1 запрос | </div>
|
|
236
|
+
* Остатки на складах WB
|
|
237
|
+
*/
|
|
238
|
+
postV1StocksReportWbWarehouses(requestParameters: PostV1StocksReportWbWarehousesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PostV1StocksReportWbWarehouses200Response>;
|
|
222
239
|
}
|
|
@@ -951,6 +951,79 @@ var DefaultApi = /** @class */ (function (_super) {
|
|
|
951
951
|
});
|
|
952
952
|
});
|
|
953
953
|
};
|
|
954
|
+
/**
|
|
955
|
+
* Creates request options for postV1StocksReportWbWarehouses without sending the request
|
|
956
|
+
*/
|
|
957
|
+
DefaultApi.prototype.postV1StocksReportWbWarehousesRequestOpts = function (requestParameters) {
|
|
958
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
959
|
+
var queryParameters, headerParameters, _a, _b, urlPath;
|
|
960
|
+
return __generator(this, function (_c) {
|
|
961
|
+
switch (_c.label) {
|
|
962
|
+
case 0:
|
|
963
|
+
if (requestParameters['inventoryRequest'] == null) {
|
|
964
|
+
throw new runtime.RequiredError('inventoryRequest', 'Required parameter "inventoryRequest" was null or undefined when calling postV1StocksReportWbWarehouses().');
|
|
965
|
+
}
|
|
966
|
+
queryParameters = {};
|
|
967
|
+
headerParameters = {};
|
|
968
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
969
|
+
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
970
|
+
_a = headerParameters;
|
|
971
|
+
_b = "Authorization";
|
|
972
|
+
return [4 /*yield*/, this.configuration.apiKey("Authorization")];
|
|
973
|
+
case 1:
|
|
974
|
+
_a[_b] = _c.sent(); // HeaderApiKey authentication
|
|
975
|
+
_c.label = 2;
|
|
976
|
+
case 2:
|
|
977
|
+
urlPath = "/api/analytics/v1/stocks-report/wb-warehouses";
|
|
978
|
+
return [2 /*return*/, {
|
|
979
|
+
path: urlPath,
|
|
980
|
+
method: 'POST',
|
|
981
|
+
headers: headerParameters,
|
|
982
|
+
query: queryParameters,
|
|
983
|
+
body: (0, index_1.InventoryRequestToJSON)(requestParameters['inventoryRequest']),
|
|
984
|
+
}];
|
|
985
|
+
}
|
|
986
|
+
});
|
|
987
|
+
});
|
|
988
|
+
};
|
|
989
|
+
/**
|
|
990
|
+
* <div class=\"description_token\">Метод доступен по <a href=\"/openapi/api-information#tag/Avtorizaciya/Pravila-ispolzovaniya-tokenov-dostupa-k-API\">типам токенов</a>:<strong> Персональный</strong>,<strong> Сервисный</strong> </div> Метод возвращает текущие остатки товаров на складах WB. <br><br> Данные обновляются 1 раз в 30 минут. <br><br> 1 строка ответа — данные об 1 размере товара на 1 складе WB. <div class=\"description_limit\"> <a href=\"/openapi/api-information#tag/Vvedenie/Limity-zaprosov\">Лимит запросов</a> на один аккаунт продавца: | Период | Лимит | Интервал | Всплеск | | --- | --- | --- | --- | | 1 мин | 3 запроса | 20 сек | 1 запрос | </div>
|
|
991
|
+
* Остатки на складах WB
|
|
992
|
+
*/
|
|
993
|
+
DefaultApi.prototype.postV1StocksReportWbWarehousesRaw = function (requestParameters, initOverrides) {
|
|
994
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
995
|
+
var requestOptions, response;
|
|
996
|
+
return __generator(this, function (_a) {
|
|
997
|
+
switch (_a.label) {
|
|
998
|
+
case 0: return [4 /*yield*/, this.postV1StocksReportWbWarehousesRequestOpts(requestParameters)];
|
|
999
|
+
case 1:
|
|
1000
|
+
requestOptions = _a.sent();
|
|
1001
|
+
return [4 /*yield*/, this.request(requestOptions, initOverrides)];
|
|
1002
|
+
case 2:
|
|
1003
|
+
response = _a.sent();
|
|
1004
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PostV1StocksReportWbWarehouses200ResponseFromJSON)(jsonValue); })];
|
|
1005
|
+
}
|
|
1006
|
+
});
|
|
1007
|
+
});
|
|
1008
|
+
};
|
|
1009
|
+
/**
|
|
1010
|
+
* <div class=\"description_token\">Метод доступен по <a href=\"/openapi/api-information#tag/Avtorizaciya/Pravila-ispolzovaniya-tokenov-dostupa-k-API\">типам токенов</a>:<strong> Персональный</strong>,<strong> Сервисный</strong> </div> Метод возвращает текущие остатки товаров на складах WB. <br><br> Данные обновляются 1 раз в 30 минут. <br><br> 1 строка ответа — данные об 1 размере товара на 1 складе WB. <div class=\"description_limit\"> <a href=\"/openapi/api-information#tag/Vvedenie/Limity-zaprosov\">Лимит запросов</a> на один аккаунт продавца: | Период | Лимит | Интервал | Всплеск | | --- | --- | --- | --- | | 1 мин | 3 запроса | 20 сек | 1 запрос | </div>
|
|
1011
|
+
* Остатки на складах WB
|
|
1012
|
+
*/
|
|
1013
|
+
DefaultApi.prototype.postV1StocksReportWbWarehouses = function (requestParameters, initOverrides) {
|
|
1014
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1015
|
+
var response;
|
|
1016
|
+
return __generator(this, function (_a) {
|
|
1017
|
+
switch (_a.label) {
|
|
1018
|
+
case 0: return [4 /*yield*/, this.postV1StocksReportWbWarehousesRaw(requestParameters, initOverrides)];
|
|
1019
|
+
case 1:
|
|
1020
|
+
response = _a.sent();
|
|
1021
|
+
return [4 /*yield*/, response.value()];
|
|
1022
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
1023
|
+
}
|
|
1024
|
+
});
|
|
1025
|
+
});
|
|
1026
|
+
};
|
|
954
1027
|
return DefaultApi;
|
|
955
1028
|
}(runtime.BaseAPI));
|
|
956
1029
|
exports.DefaultApi = DefaultApi;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Аналитика и данные
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: analytics
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Параметры запроса текущих остатков на складах WB
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InventoryRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface InventoryRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Артикулы WB
|
|
20
|
+
* @type {Array<number>}
|
|
21
|
+
* @memberof InventoryRequest
|
|
22
|
+
*/
|
|
23
|
+
nmIds?: Array<number>;
|
|
24
|
+
/**
|
|
25
|
+
* ID размеров. Используется только для указанных в массиве `nmIds` артикулов
|
|
26
|
+
* @type {Array<number>}
|
|
27
|
+
* @memberof InventoryRequest
|
|
28
|
+
*/
|
|
29
|
+
chrtIds?: Array<number>;
|
|
30
|
+
/**
|
|
31
|
+
* Количество строк в ответе
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof InventoryRequest
|
|
34
|
+
*/
|
|
35
|
+
limit?: number;
|
|
36
|
+
/**
|
|
37
|
+
* Сколько элементов пропустить. Например, для значения `10` ответ начнётся с 11 элемента
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof InventoryRequest
|
|
40
|
+
*/
|
|
41
|
+
offset?: number;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the InventoryRequest interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfInventoryRequest(value: object): value is InventoryRequest;
|
|
47
|
+
export declare function InventoryRequestFromJSON(json: any): InventoryRequest;
|
|
48
|
+
export declare function InventoryRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): InventoryRequest;
|
|
49
|
+
export declare function InventoryRequestToJSON(json: any): InventoryRequest;
|
|
50
|
+
export declare function InventoryRequestToJSONTyped(value?: InventoryRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Аналитика и данные
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: analytics
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfInventoryRequest = instanceOfInventoryRequest;
|
|
17
|
+
exports.InventoryRequestFromJSON = InventoryRequestFromJSON;
|
|
18
|
+
exports.InventoryRequestFromJSONTyped = InventoryRequestFromJSONTyped;
|
|
19
|
+
exports.InventoryRequestToJSON = InventoryRequestToJSON;
|
|
20
|
+
exports.InventoryRequestToJSONTyped = InventoryRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the InventoryRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfInventoryRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function InventoryRequestFromJSON(json) {
|
|
28
|
+
return InventoryRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function InventoryRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'nmIds': json['nmIds'] == null ? undefined : json['nmIds'],
|
|
36
|
+
'chrtIds': json['chrtIds'] == null ? undefined : json['chrtIds'],
|
|
37
|
+
'limit': json['limit'] == null ? undefined : json['limit'],
|
|
38
|
+
'offset': json['offset'] == null ? undefined : json['offset'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function InventoryRequestToJSON(json) {
|
|
42
|
+
return InventoryRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function InventoryRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'nmIds': value['nmIds'],
|
|
51
|
+
'chrtIds': value['chrtIds'],
|
|
52
|
+
'limit': value['limit'],
|
|
53
|
+
'offset': value['offset'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Аналитика и данные
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: analytics
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { InventoryWbResponseItemsInner } from './InventoryWbResponseItemsInner';
|
|
13
|
+
/**
|
|
14
|
+
* Текущие остатки товаров на складах WB
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InventoryWbResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface InventoryWbResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Остатки товаров на складах WB по размерам
|
|
21
|
+
* @type {Array<InventoryWbResponseItemsInner>}
|
|
22
|
+
* @memberof InventoryWbResponse
|
|
23
|
+
*/
|
|
24
|
+
items: Array<InventoryWbResponseItemsInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the InventoryWbResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfInventoryWbResponse(value: object): value is InventoryWbResponse;
|
|
30
|
+
export declare function InventoryWbResponseFromJSON(json: any): InventoryWbResponse;
|
|
31
|
+
export declare function InventoryWbResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): InventoryWbResponse;
|
|
32
|
+
export declare function InventoryWbResponseToJSON(json: any): InventoryWbResponse;
|
|
33
|
+
export declare function InventoryWbResponseToJSONTyped(value?: InventoryWbResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Аналитика и данные
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: analytics
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfInventoryWbResponse = instanceOfInventoryWbResponse;
|
|
17
|
+
exports.InventoryWbResponseFromJSON = InventoryWbResponseFromJSON;
|
|
18
|
+
exports.InventoryWbResponseFromJSONTyped = InventoryWbResponseFromJSONTyped;
|
|
19
|
+
exports.InventoryWbResponseToJSON = InventoryWbResponseToJSON;
|
|
20
|
+
exports.InventoryWbResponseToJSONTyped = InventoryWbResponseToJSONTyped;
|
|
21
|
+
var InventoryWbResponseItemsInner_1 = require("./InventoryWbResponseItemsInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the InventoryWbResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfInventoryWbResponse(value) {
|
|
26
|
+
if (!('items' in value) || value['items'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function InventoryWbResponseFromJSON(json) {
|
|
31
|
+
return InventoryWbResponseFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function InventoryWbResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'items': (json['items'].map(InventoryWbResponseItemsInner_1.InventoryWbResponseItemsInnerFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function InventoryWbResponseToJSON(json) {
|
|
42
|
+
return InventoryWbResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function InventoryWbResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'items': (value['items'].map(InventoryWbResponseItemsInner_1.InventoryWbResponseItemsInnerToJSON)),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Аналитика и данные
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: analytics
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InventoryWbResponseItemsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface InventoryWbResponseItemsInner {
|
|
18
|
+
/**
|
|
19
|
+
* Артикул WB
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof InventoryWbResponseItemsInner
|
|
22
|
+
*/
|
|
23
|
+
nmId: number;
|
|
24
|
+
/**
|
|
25
|
+
* ID размера
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof InventoryWbResponseItemsInner
|
|
28
|
+
*/
|
|
29
|
+
chrtId: number;
|
|
30
|
+
/**
|
|
31
|
+
* ID склада
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof InventoryWbResponseItemsInner
|
|
34
|
+
*/
|
|
35
|
+
warehouseId: number;
|
|
36
|
+
/**
|
|
37
|
+
* Название склада
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof InventoryWbResponseItemsInner
|
|
40
|
+
*/
|
|
41
|
+
warehouseName: string;
|
|
42
|
+
/**
|
|
43
|
+
* Регион отгрузки
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof InventoryWbResponseItemsInner
|
|
46
|
+
*/
|
|
47
|
+
regionName: string;
|
|
48
|
+
/**
|
|
49
|
+
* Количество товара на складе, доступное клиентам для добавления в корзину
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof InventoryWbResponseItemsInner
|
|
52
|
+
*/
|
|
53
|
+
quantity: number;
|
|
54
|
+
/**
|
|
55
|
+
* В пути к клиенту
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof InventoryWbResponseItemsInner
|
|
58
|
+
*/
|
|
59
|
+
inWayToClient: number;
|
|
60
|
+
/**
|
|
61
|
+
* В пути от клиента
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof InventoryWbResponseItemsInner
|
|
64
|
+
*/
|
|
65
|
+
inWayFromClient: number;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the InventoryWbResponseItemsInner interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfInventoryWbResponseItemsInner(value: object): value is InventoryWbResponseItemsInner;
|
|
71
|
+
export declare function InventoryWbResponseItemsInnerFromJSON(json: any): InventoryWbResponseItemsInner;
|
|
72
|
+
export declare function InventoryWbResponseItemsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): InventoryWbResponseItemsInner;
|
|
73
|
+
export declare function InventoryWbResponseItemsInnerToJSON(json: any): InventoryWbResponseItemsInner;
|
|
74
|
+
export declare function InventoryWbResponseItemsInnerToJSONTyped(value?: InventoryWbResponseItemsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Аналитика и данные
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: analytics
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfInventoryWbResponseItemsInner = instanceOfInventoryWbResponseItemsInner;
|
|
17
|
+
exports.InventoryWbResponseItemsInnerFromJSON = InventoryWbResponseItemsInnerFromJSON;
|
|
18
|
+
exports.InventoryWbResponseItemsInnerFromJSONTyped = InventoryWbResponseItemsInnerFromJSONTyped;
|
|
19
|
+
exports.InventoryWbResponseItemsInnerToJSON = InventoryWbResponseItemsInnerToJSON;
|
|
20
|
+
exports.InventoryWbResponseItemsInnerToJSONTyped = InventoryWbResponseItemsInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the InventoryWbResponseItemsInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfInventoryWbResponseItemsInner(value) {
|
|
25
|
+
if (!('nmId' in value) || value['nmId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('chrtId' in value) || value['chrtId'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('warehouseId' in value) || value['warehouseId'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('warehouseName' in value) || value['warehouseName'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('regionName' in value) || value['regionName'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('quantity' in value) || value['quantity'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('inWayToClient' in value) || value['inWayToClient'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('inWayFromClient' in value) || value['inWayFromClient'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
function InventoryWbResponseItemsInnerFromJSON(json) {
|
|
44
|
+
return InventoryWbResponseItemsInnerFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function InventoryWbResponseItemsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'nmId': json['nmId'],
|
|
52
|
+
'chrtId': json['chrtId'],
|
|
53
|
+
'warehouseId': json['warehouseId'],
|
|
54
|
+
'warehouseName': json['warehouseName'],
|
|
55
|
+
'regionName': json['regionName'],
|
|
56
|
+
'quantity': json['quantity'],
|
|
57
|
+
'inWayToClient': json['inWayToClient'],
|
|
58
|
+
'inWayFromClient': json['inWayFromClient'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
function InventoryWbResponseItemsInnerToJSON(json) {
|
|
62
|
+
return InventoryWbResponseItemsInnerToJSONTyped(json, false);
|
|
63
|
+
}
|
|
64
|
+
function InventoryWbResponseItemsInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
65
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
66
|
+
if (value == null) {
|
|
67
|
+
return value;
|
|
68
|
+
}
|
|
69
|
+
return {
|
|
70
|
+
'nmId': value['nmId'],
|
|
71
|
+
'chrtId': value['chrtId'],
|
|
72
|
+
'warehouseId': value['warehouseId'],
|
|
73
|
+
'warehouseName': value['warehouseName'],
|
|
74
|
+
'regionName': value['regionName'],
|
|
75
|
+
'quantity': value['quantity'],
|
|
76
|
+
'inWayToClient': value['inWayToClient'],
|
|
77
|
+
'inWayFromClient': value['inWayFromClient'],
|
|
78
|
+
};
|
|
79
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Аналитика и данные
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: analytics
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { InventoryWbResponse } from './InventoryWbResponse';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PostV1StocksReportWbWarehouses200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface PostV1StocksReportWbWarehouses200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {InventoryWbResponse}
|
|
22
|
+
* @memberof PostV1StocksReportWbWarehouses200Response
|
|
23
|
+
*/
|
|
24
|
+
data: InventoryWbResponse;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the PostV1StocksReportWbWarehouses200Response interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfPostV1StocksReportWbWarehouses200Response(value: object): value is PostV1StocksReportWbWarehouses200Response;
|
|
30
|
+
export declare function PostV1StocksReportWbWarehouses200ResponseFromJSON(json: any): PostV1StocksReportWbWarehouses200Response;
|
|
31
|
+
export declare function PostV1StocksReportWbWarehouses200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostV1StocksReportWbWarehouses200Response;
|
|
32
|
+
export declare function PostV1StocksReportWbWarehouses200ResponseToJSON(json: any): PostV1StocksReportWbWarehouses200Response;
|
|
33
|
+
export declare function PostV1StocksReportWbWarehouses200ResponseToJSONTyped(value?: PostV1StocksReportWbWarehouses200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Аналитика и данные
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: analytics
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfPostV1StocksReportWbWarehouses200Response = instanceOfPostV1StocksReportWbWarehouses200Response;
|
|
17
|
+
exports.PostV1StocksReportWbWarehouses200ResponseFromJSON = PostV1StocksReportWbWarehouses200ResponseFromJSON;
|
|
18
|
+
exports.PostV1StocksReportWbWarehouses200ResponseFromJSONTyped = PostV1StocksReportWbWarehouses200ResponseFromJSONTyped;
|
|
19
|
+
exports.PostV1StocksReportWbWarehouses200ResponseToJSON = PostV1StocksReportWbWarehouses200ResponseToJSON;
|
|
20
|
+
exports.PostV1StocksReportWbWarehouses200ResponseToJSONTyped = PostV1StocksReportWbWarehouses200ResponseToJSONTyped;
|
|
21
|
+
var InventoryWbResponse_1 = require("./InventoryWbResponse");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the PostV1StocksReportWbWarehouses200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfPostV1StocksReportWbWarehouses200Response(value) {
|
|
26
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function PostV1StocksReportWbWarehouses200ResponseFromJSON(json) {
|
|
31
|
+
return PostV1StocksReportWbWarehouses200ResponseFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function PostV1StocksReportWbWarehouses200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': (0, InventoryWbResponse_1.InventoryWbResponseFromJSON)(json['data']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function PostV1StocksReportWbWarehouses200ResponseToJSON(json) {
|
|
42
|
+
return PostV1StocksReportWbWarehouses200ResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function PostV1StocksReportWbWarehouses200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, InventoryWbResponse_1.InventoryWbResponseToJSON)(value['data']),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -74,7 +74,7 @@ export interface ProductsRequest {
|
|
|
74
74
|
*/
|
|
75
75
|
limit?: number;
|
|
76
76
|
/**
|
|
77
|
-
* Сколько элементов пропустить. Например, для значения `10` ответ
|
|
77
|
+
* Сколько элементов пропустить. Например, для значения `10` ответ начнётся с 11 элемента
|
|
78
78
|
* @type {number}
|
|
79
79
|
* @memberof ProductsRequest
|
|
80
80
|
*/
|
|
@@ -34,6 +34,9 @@ export * from './HistoryProduct';
|
|
|
34
34
|
export * from './InventoryHistoryReportReq';
|
|
35
35
|
export * from './InventoryHistoryReportReqParams';
|
|
36
36
|
export * from './InventoryMetricsReportReq';
|
|
37
|
+
export * from './InventoryRequest';
|
|
38
|
+
export * from './InventoryWbResponse';
|
|
39
|
+
export * from './InventoryWbResponseItemsInner';
|
|
37
40
|
export * from './Level';
|
|
38
41
|
export * from './MainRequest';
|
|
39
42
|
export * from './MainResponse';
|
|
@@ -59,6 +62,7 @@ export * from './PostSalesFunnelProducts200Response';
|
|
|
59
62
|
export * from './PostSalesFunnelProducts200ResponseData';
|
|
60
63
|
export * from './PostSalesFunnelProducts401Response';
|
|
61
64
|
export * from './PostSalesFunnelProducts402Response';
|
|
65
|
+
export * from './PostV1StocksReportWbWarehouses200Response';
|
|
62
66
|
export * from './Product';
|
|
63
67
|
export * from './ProductHistoryRequest';
|
|
64
68
|
export * from './ProductHistoryResponseInner';
|
|
@@ -52,6 +52,9 @@ __exportStar(require("./HistoryProduct"), exports);
|
|
|
52
52
|
__exportStar(require("./InventoryHistoryReportReq"), exports);
|
|
53
53
|
__exportStar(require("./InventoryHistoryReportReqParams"), exports);
|
|
54
54
|
__exportStar(require("./InventoryMetricsReportReq"), exports);
|
|
55
|
+
__exportStar(require("./InventoryRequest"), exports);
|
|
56
|
+
__exportStar(require("./InventoryWbResponse"), exports);
|
|
57
|
+
__exportStar(require("./InventoryWbResponseItemsInner"), exports);
|
|
55
58
|
__exportStar(require("./Level"), exports);
|
|
56
59
|
__exportStar(require("./MainRequest"), exports);
|
|
57
60
|
__exportStar(require("./MainResponse"), exports);
|
|
@@ -77,6 +80,7 @@ __exportStar(require("./PostSalesFunnelProducts200Response"), exports);
|
|
|
77
80
|
__exportStar(require("./PostSalesFunnelProducts200ResponseData"), exports);
|
|
78
81
|
__exportStar(require("./PostSalesFunnelProducts401Response"), exports);
|
|
79
82
|
__exportStar(require("./PostSalesFunnelProducts402Response"), exports);
|
|
83
|
+
__exportStar(require("./PostV1StocksReportWbWarehouses200Response"), exports);
|
|
80
84
|
__exportStar(require("./Product"), exports);
|
|
81
85
|
__exportStar(require("./ProductHistoryRequest"), exports);
|
|
82
86
|
__exportStar(require("./ProductHistoryResponseInner"), exports);
|
|
@@ -30,13 +30,6 @@ export interface Chat {
|
|
|
30
30
|
* @memberof Chat
|
|
31
31
|
*/
|
|
32
32
|
replySign?: string;
|
|
33
|
-
/**
|
|
34
|
-
* ID покупателя. Поле будет отключено [2 февраля](https://dev.wildberries.ru/release-notes?id=466)
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof Chat
|
|
37
|
-
* @deprecated
|
|
38
|
-
*/
|
|
39
|
-
clientID?: string;
|
|
40
33
|
/**
|
|
41
34
|
* Имя покупателя
|
|
42
35
|
* @type {string}
|