@be-link/cs-cli-nodejs 0.0.54 → 0.0.56

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.
@@ -108,6 +108,7 @@ export declare namespace QueryByItem {
108
108
  }
109
109
  interface IGetItemDetail {
110
110
  itemId: string;
111
+ tagStatus?: CommodityEnums.ItemStatus;
111
112
  }
112
113
  }
113
114
  namespace Response {
@@ -1 +1 @@
1
- {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAIA,IAAiB,WAAW,CAyK3B;AAzKD,WAAiB,WAAW;IAmI1B,IAAiB,QAAQ,CAiBxB;IAjBD,WAAiB,QAAQ;QAItB,EAAE,CAAA;IAaL,CAAC,EAjBgB,QAAQ,GAAR,oBAAQ,KAAR,oBAAQ,QAiBxB;AAqBH,CAAC,EAzKgB,WAAW,2BAAX,WAAW,QAyK3B"}
1
+ {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAIA,IAAiB,WAAW,CA4K3B;AA5KD,WAAiB,WAAW;IAsI1B,IAAiB,QAAQ,CAiBxB;IAjBD,WAAiB,QAAQ;QAItB,EAAE,CAAA;IAaL,CAAC,EAjBgB,QAAQ,GAAR,oBAAQ,KAAR,oBAAQ,QAiBxB;AAqBH,CAAC,EA5KgB,WAAW,2BAAX,WAAW,QA4K3B"}
@@ -71,11 +71,12 @@ export declare namespace ShuttleBusSupplier {
71
71
  /** 供应商名称 */
72
72
  name?: string;
73
73
  /** 页码,从0开始 */
74
- pageIndex?: number;
74
+ pageIndex: number;
75
75
  /** 每页数量 */
76
- pageSize?: number;
76
+ pageSize: number;
77
77
  }
78
78
  interface UpsertShuttleBusSupplier {
79
+ id?: string;
79
80
  name: string;
80
81
  contactName: string;
81
82
  contactMobile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {