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

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.
@@ -109,7 +109,6 @@ export declare namespace QueryByItem {
109
109
  id: string;
110
110
  name: string;
111
111
  categoryTwo: string;
112
- address: string;
113
112
  itemType: CommodityEnums.CommodityItemType;
114
113
  saleCount: number;
115
114
  sortType: CommodityEnums.CommodityBizTagSortType;
@@ -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;IA0H1B,IAAiB,QAAQ,CAwBxB;IAxBD,WAAiB,QAAQ;QAuBvB,CAAC;QAAA,EAAE,CAAA;IACL,CAAC,EAxBgB,QAAQ,GAAR,oBAAQ,KAAR,oBAAQ,QAwBxB;AAuBH,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,CAuK3B;AAvKD,WAAiB,WAAW;IA0H1B,IAAiB,QAAQ,CAsBxB;IAtBD,WAAiB,QAAQ;QAqBvB,CAAC;QAAA,EAAE,CAAA;IACL,CAAC,EAtBgB,QAAQ,GAAR,oBAAQ,KAAR,oBAAQ,QAsBxB;AAuBH,CAAC,EAvKgB,WAAW,2BAAX,WAAW,QAuK3B"}
@@ -122,6 +122,8 @@ export declare namespace ShuttleBusSupplier {
122
122
  }
123
123
  interface GetProductAssociatedShuttleSupplierList {
124
124
  itemId: string;
125
+ page: number;
126
+ pageSize: number;
125
127
  }
126
128
  interface BindShuttleBus {
127
129
  itemId: string;
@@ -157,6 +159,7 @@ export declare namespace ShuttleBusSupplier {
157
159
  }
158
160
  interface QueryShuttleBusRoute {
159
161
  data: (DTO.ShuttleBusRouteInfo & {
162
+ isBind: boolean;
160
163
  supplierName?: string;
161
164
  })[];
162
165
  total: number;
@@ -171,12 +174,15 @@ export declare namespace ShuttleBusSupplier {
171
174
  interface UpsertShuttleBusPickupPoint {
172
175
  id: string;
173
176
  }
174
- type GetProductAssociatedShuttleSupplierList = DTO.ItemShuttleBusRouteRelation & {
175
- departureCity: string;
176
- supplierName: string;
177
- isLimitStock: boolean;
178
- validDates: number[];
179
- }[];
177
+ type GetProductAssociatedShuttleSupplierList = {
178
+ data: (DTO.ItemShuttleBusRouteRelation & {
179
+ departureCity: string;
180
+ supplierName: string;
181
+ isLimitStock: boolean;
182
+ validDates: number[];
183
+ })[];
184
+ total: number;
185
+ };
180
186
  }
181
187
  interface Controller {
182
188
  /** 查询班车供应商列表 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {