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

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.
@@ -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.55",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {