@be-link/cs-cli-nodejs 0.0.85 → 0.0.86

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.
@@ -88,6 +88,8 @@ export declare namespace RoomStockNamespace {
88
88
  interface IQuery {
89
89
  /** 供应商ID */
90
90
  supplierId: string;
91
+ /** 门店ID */
92
+ venueId: string;
91
93
  /** 状态列表 */
92
94
  status: CommonStatus[];
93
95
  /** 房型ID */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {