@be-link/cs-cli-nodejs 0.1.130 → 0.1.131

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.
@@ -1294,8 +1294,8 @@ export declare namespace Restructure {
1294
1294
  }
1295
1295
  type queryItemProductManagers = {
1296
1296
  itemId: string;
1297
- bizDevelopers: string | null;
1298
- bizOperators: string | null;
1297
+ bizDevelopers: string[] | null;
1298
+ bizOperators: string[] | null;
1299
1299
  tourPrincipal: string | null;
1300
1300
  }[];
1301
1301
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.130",
3
+ "version": "0.1.131",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",