@be-link/cs-cli-nodejs 0.0.93 → 0.0.94

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.
@@ -156,7 +156,9 @@ export declare namespace ShuttleBusSupplier {
156
156
  id: string;
157
157
  }
158
158
  interface QueryShuttleBusRoute {
159
- data: DTO.ShuttleBusRouteInfo[];
159
+ data: (DTO.ShuttleBusRouteInfo & {
160
+ supplierName?: string;
161
+ })[];
160
162
  total: number;
161
163
  }
162
164
  interface QueryShuttleBusRouteWithItemId {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.93",
3
+ "version": "0.0.94",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {