wildberries-sdk 0.1.87 → 0.1.88
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.
|
@@ -33,6 +33,10 @@ export interface AccessInner {
|
|
|
33
33
|
* * `wbPoint` — WB Point
|
|
34
34
|
* * `oldAnalyticsReports` — Отчёты
|
|
35
35
|
* * `marketplace` — Свой склад
|
|
36
|
+
* * `brandsFlow` — Мои бренды
|
|
37
|
+
* * `copyrightComplaints` — Обращения правообладателей
|
|
38
|
+
* * `pretrialClaims` — Досудебные претензии
|
|
39
|
+
* * `sellersChat` — Чат с покупателями
|
|
36
40
|
*
|
|
37
41
|
* @type {AccessInnerCodeEnum}
|
|
38
42
|
* @memberof AccessInner
|
|
@@ -67,6 +71,10 @@ export declare const AccessInnerCodeEnum: {
|
|
|
67
71
|
readonly WbPoint: "wbPoint";
|
|
68
72
|
readonly OldAnalyticsReports: "oldAnalyticsReports";
|
|
69
73
|
readonly Marketplace: "marketplace";
|
|
74
|
+
readonly BrandsFlow: "brandsFlow";
|
|
75
|
+
readonly CopyrightComplaints: "copyrightComplaints";
|
|
76
|
+
readonly PretrialClaims: "pretrialClaims";
|
|
77
|
+
readonly SellersChat: "sellersChat";
|
|
70
78
|
};
|
|
71
79
|
export type AccessInnerCodeEnum = typeof AccessInnerCodeEnum[keyof typeof AccessInnerCodeEnum];
|
|
72
80
|
/**
|
|
@@ -38,7 +38,11 @@ exports.AccessInnerCodeEnum = {
|
|
|
38
38
|
Feedbacks: 'feedbacks',
|
|
39
39
|
WbPoint: 'wbPoint',
|
|
40
40
|
OldAnalyticsReports: 'oldAnalyticsReports',
|
|
41
|
-
Marketplace: 'marketplace'
|
|
41
|
+
Marketplace: 'marketplace',
|
|
42
|
+
BrandsFlow: 'brandsFlow',
|
|
43
|
+
CopyrightComplaints: 'copyrightComplaints',
|
|
44
|
+
PretrialClaims: 'pretrialClaims',
|
|
45
|
+
SellersChat: 'sellersChat'
|
|
42
46
|
};
|
|
43
47
|
/**
|
|
44
48
|
* Check if a given object implements the AccessInner interface.
|