@be-link/cs-cli-nodejs 0.0.122 → 0.0.123

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.
@@ -37,8 +37,8 @@ export declare namespace ServiceVenue {
37
37
  /** 更新门店 */
38
38
  interface IUpdateServiceVenue {
39
39
  id: string;
40
- name: string;
41
- status: string;
40
+ name?: string;
41
+ status?: string;
42
42
  poiInfo?: {
43
43
  poi: string;
44
44
  region: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {