@be-link/cs-cli-nodejs 0.0.124 → 0.0.126

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.
@@ -203,7 +203,6 @@ export declare namespace ServiceVenue {
203
203
  lng: number;
204
204
  };
205
205
  };
206
- pics: string[];
207
206
  type: string;
208
207
  name: string;
209
208
  basicInfo?: {
@@ -68,6 +68,8 @@ export declare namespace Supplier {
68
68
  interface IQuery {
69
69
  /** 供应商名称 */
70
70
  name?: string;
71
+ /** 名称条件是否启用强匹配 */
72
+ strictName?: boolean;
71
73
  /** 状态 */
72
74
  status?: CommonStatus;
73
75
  /** 服务场所ID列表 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.124",
3
+ "version": "0.0.126",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {