@be-link/cs-cli-nodejs 0.0.160 → 0.0.161

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.
@@ -132,6 +132,7 @@ export declare namespace RoomStockNamespace {
132
132
  }
133
133
  interface IQueryAvailableStock {
134
134
  supplierId: string;
135
+ venueId: string;
135
136
  dates: number[];
136
137
  }
137
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.160",
3
+ "version": "0.0.161",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {