@be-link/cs-cli-nodejs 0.0.106 → 0.0.107

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.
@@ -178,6 +178,7 @@ export declare namespace ShuttleBusSupplier {
178
178
  type GetProductAssociatedShuttleSupplierList = {
179
179
  data: (DTO.ItemShuttleBusRouteRelation & {
180
180
  departureCity: string;
181
+ departureAddress: string;
181
182
  supplierName: string;
182
183
  isLimitStock: boolean;
183
184
  validDates: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {