@be-link/cs-cli-nodejs 0.1.51 → 0.1.52

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.
@@ -3,7 +3,7 @@ import * as GDto from '../../../../types';
3
3
  export declare enum SortField {
4
4
  createdAt = "createdAt",
5
5
  updatedAt = "updatedAt",
6
- saleCount = "saleCount"
6
+ itemSaleCount = "itemSaleCount"
7
7
  }
8
8
  export declare enum SortOrder {
9
9
  ASC = "ASC",
@@ -5,7 +5,7 @@ var SortField;
5
5
  (function (SortField) {
6
6
  SortField["createdAt"] = "createdAt";
7
7
  SortField["updatedAt"] = "updatedAt";
8
- SortField["saleCount"] = "saleCount";
8
+ SortField["itemSaleCount"] = "itemSaleCount";
9
9
  })(SortField || (exports.SortField = SortField = {}));
10
10
  var SortOrder;
11
11
  (function (SortOrder) {
@@ -1 +1 @@
1
- {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAEA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;AACzB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AACD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
1
+ {"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAEA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,4CAA+B,CAAA;AACjC,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AACD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {