@be-link/cs-cli-nodejs 0.1.117 → 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 {
|
|
@@ -744,6 +744,7 @@ export declare namespace Restructure {
|
|
|
744
744
|
categoryName: string;
|
|
745
745
|
}[];
|
|
746
746
|
nearestDate?: string;
|
|
747
|
+
tourDay?: number;
|
|
747
748
|
multiPrice?: boolean;
|
|
748
749
|
salePrice: number;
|
|
749
750
|
sellOut: boolean;
|
|
@@ -1026,7 +1027,7 @@ export declare namespace Restructure {
|
|
|
1026
1027
|
type buildOldSkuInfoFromNew = any;
|
|
1027
1028
|
type buildRestructureCommodityInfoSnapShot = void;
|
|
1028
1029
|
interface decodeScene {
|
|
1029
|
-
itemId: string
|
|
1030
|
+
itemId: string;
|
|
1030
1031
|
fromId: string | undefined;
|
|
1031
1032
|
bizId: string | undefined;
|
|
1032
1033
|
shareInfo: any;
|