wildberries-sdk 0.1.112 → 0.1.113
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.
|
@@ -25,12 +25,10 @@ export interface AccessInner {
|
|
|
25
25
|
* * `showcase` — Управление витриной магазина
|
|
26
26
|
* * `suppliersDocuments` — Просмотр и скачивание документов по работе с площадкой
|
|
27
27
|
* * `supply` — Создание и управление поставками FBW
|
|
28
|
-
* * `feedbacksQuestions` — Просмотр и ответы на вопросы и отзывы покупателей, жалобы на отзывы
|
|
29
28
|
* * `questions` — Просмотр и ответы на вопросы покупателей
|
|
30
29
|
* * `pinFeedbacks` — Возможность закреплять и откреплять отзывы
|
|
31
30
|
* * `pointsForReviews` — Баллы за отзывы
|
|
32
31
|
* * `feedbacks` — Просмотр и ответы на отзывы покупателей
|
|
33
|
-
* * `wbPoint` — WB Point
|
|
34
32
|
* * `oldAnalyticsReports` — Отчёты
|
|
35
33
|
* * `marketplace` — Свой склад
|
|
36
34
|
* * `brandsFlow` — Мои бренды
|
|
@@ -63,12 +61,10 @@ export declare const AccessInnerCodeEnum: {
|
|
|
63
61
|
readonly Showcase: "showcase";
|
|
64
62
|
readonly SuppliersDocuments: "suppliersDocuments";
|
|
65
63
|
readonly Supply: "supply";
|
|
66
|
-
readonly FeedbacksQuestions: "feedbacksQuestions";
|
|
67
64
|
readonly Questions: "questions";
|
|
68
65
|
readonly PinFeedbacks: "pinFeedbacks";
|
|
69
66
|
readonly PointsForReviews: "pointsForReviews";
|
|
70
67
|
readonly Feedbacks: "feedbacks";
|
|
71
|
-
readonly WbPoint: "wbPoint";
|
|
72
68
|
readonly OldAnalyticsReports: "oldAnalyticsReports";
|
|
73
69
|
readonly Marketplace: "marketplace";
|
|
74
70
|
readonly BrandsFlow: "brandsFlow";
|
|
@@ -31,12 +31,10 @@ exports.AccessInnerCodeEnum = {
|
|
|
31
31
|
Showcase: 'showcase',
|
|
32
32
|
SuppliersDocuments: 'suppliersDocuments',
|
|
33
33
|
Supply: 'supply',
|
|
34
|
-
FeedbacksQuestions: 'feedbacksQuestions',
|
|
35
34
|
Questions: 'questions',
|
|
36
35
|
PinFeedbacks: 'pinFeedbacks',
|
|
37
36
|
PointsForReviews: 'pointsForReviews',
|
|
38
37
|
Feedbacks: 'feedbacks',
|
|
39
|
-
WbPoint: 'wbPoint',
|
|
40
38
|
OldAnalyticsReports: 'oldAnalyticsReports',
|
|
41
39
|
Marketplace: 'marketplace',
|
|
42
40
|
BrandsFlow: 'brandsFlow',
|