@be-link/cs-cli-nodejs 0.1.116 → 0.1.118
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.
|
@@ -294,8 +294,8 @@ export declare namespace Restructure {
|
|
|
294
294
|
interface getEcBasicInfo {
|
|
295
295
|
itemId: string;
|
|
296
296
|
bizId: string;
|
|
297
|
-
source
|
|
298
|
-
buyingSource
|
|
297
|
+
source?: string;
|
|
298
|
+
buyingSource?: string;
|
|
299
299
|
unionId: string;
|
|
300
300
|
}
|
|
301
301
|
interface getHomeDialogInfo {
|
|
@@ -743,6 +743,8 @@ export declare namespace Restructure {
|
|
|
743
743
|
level: number;
|
|
744
744
|
categoryName: string;
|
|
745
745
|
}[];
|
|
746
|
+
nearestDate?: string;
|
|
747
|
+
tourDay?: number;
|
|
746
748
|
multiPrice?: boolean;
|
|
747
749
|
salePrice: number;
|
|
748
750
|
sellOut: boolean;
|
|
@@ -751,6 +753,7 @@ export declare namespace Restructure {
|
|
|
751
753
|
memberPrice?: number;
|
|
752
754
|
headVideo: string;
|
|
753
755
|
status: string;
|
|
756
|
+
skuList?: any;
|
|
754
757
|
floatPictureUrl?: string;
|
|
755
758
|
storeId?: string;
|
|
756
759
|
storeStar?: number;
|
|
@@ -1024,7 +1027,7 @@ export declare namespace Restructure {
|
|
|
1024
1027
|
type buildOldSkuInfoFromNew = any;
|
|
1025
1028
|
type buildRestructureCommodityInfoSnapShot = void;
|
|
1026
1029
|
interface decodeScene {
|
|
1027
|
-
itemId: string
|
|
1030
|
+
itemId: string;
|
|
1028
1031
|
fromId: string | undefined;
|
|
1029
1032
|
bizId: string | undefined;
|
|
1030
1033
|
shareInfo: any;
|