@be-link/cs-cli-nodejs 0.1.53 → 0.1.55

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.
@@ -123,6 +123,7 @@ export declare namespace QueryByItem {
123
123
  }>;
124
124
  hasStock: boolean;
125
125
  maxSkuSurplus: number;
126
+ itemIsPrivateInfo: boolean;
126
127
  }[];
127
128
  total: number;
128
129
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.53",
3
+ "version": "0.1.55",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {