@be-link/cs-cli-nodejs 0.0.125 → 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.
@@ -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.125",
3
+ "version": "0.0.126",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {