@be-link/cs-cli-nodejs 0.1.116 → 0.1.117

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.
@@ -743,6 +743,7 @@ export declare namespace Restructure {
743
743
  level: number;
744
744
  categoryName: string;
745
745
  }[];
746
+ nearestDate?: string;
746
747
  multiPrice?: boolean;
747
748
  salePrice: number;
748
749
  sellOut: boolean;
@@ -751,6 +752,7 @@ export declare namespace Restructure {
751
752
  memberPrice?: number;
752
753
  headVideo: string;
753
754
  status: string;
755
+ skuList?: any;
754
756
  floatPictureUrl?: string;
755
757
  storeId?: string;
756
758
  storeStar?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.116",
3
+ "version": "0.1.117",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",