@be-link/cs-cli-nodejs 0.0.179 → 0.0.181

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.
@@ -56,12 +56,11 @@ export declare namespace Facility {
56
56
  namespace Response {
57
57
  interface QuerySubCategoryList {
58
58
  data: DTO.FacilitySubCategory[];
59
- total: number;
60
59
  }
61
60
  interface QueryFacility {
62
- data: DTO.Facility & {
61
+ data: (DTO.Facility & {
63
62
  subCategoryName: string;
64
- }[];
63
+ })[];
65
64
  total: number;
66
65
  }
67
66
  interface UpsertFacility {
@@ -96,7 +96,6 @@ export declare namespace QueryByItem {
96
96
  interface IQueryItemListByTag {
97
97
  /** 标签ID */
98
98
  tagId: string;
99
- itemType: CommodityEnums.CommodityItemType;
100
99
  }
101
100
  }
102
101
  namespace Response {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.179",
3
+ "version": "0.0.181",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {