@be-link/cs-cli-nodejs 0.1.51 → 0.1.53
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
|
-
|
|
6
|
+
itemSaleCount = "itemSaleCount"
|
|
7
7
|
}
|
|
8
8
|
export declare enum SortOrder {
|
|
9
9
|
ASC = "ASC",
|
|
@@ -122,6 +122,7 @@ export declare namespace QueryByItem {
|
|
|
122
122
|
minSingleRoomPrice: number;
|
|
123
123
|
}>;
|
|
124
124
|
hasStock: boolean;
|
|
125
|
+
maxSkuSurplus: number;
|
|
125
126
|
}[];
|
|
126
127
|
total: number;
|
|
127
128
|
};
|
|
@@ -5,7 +5,7 @@ var SortField;
|
|
|
5
5
|
(function (SortField) {
|
|
6
6
|
SortField["createdAt"] = "createdAt";
|
|
7
7
|
SortField["updatedAt"] = "updatedAt";
|
|
8
|
-
SortField["
|
|
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,
|
|
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"}
|