@be-link/cs-cli-nodejs 0.1.28 → 0.1.30
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.
- package/cs/modules/itemManage/index.d.ts +1 -1
- package/cs/modules/itemManage/item/service.d.ts +1 -1
- package/cs/modules/itemManage/item/type.d.ts +1 -1
- package/cs/modules/itemQuery/byItemCombo/service.d.ts +1 -0
- package/cs/modules/itemQuery/byItemCombo/service.js +3 -0
- package/cs/modules/itemQuery/byItemCombo/service.js.map +1 -1
- package/cs/modules/itemQuery/byItemCombo/type.d.ts +4 -0
- package/cs/modules/itemQuery/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ declare const itemManageService: {
|
|
|
7
7
|
deleteDraftItem(request: import("./item/type").ManageByItem.Request.deleteDraftItem): Promise<void>;
|
|
8
8
|
toggleItemStatus(request: import("./item/type").ManageByItem.Request.toggleItemStatus): Promise<void>;
|
|
9
9
|
checkItemBeforeOrder(request: import("./item/type").ManageByItem.Request.checkItemBeforeOrder): Promise<import("./item/type").ManageByItem.Response.checkItemBeforeOrderRes>;
|
|
10
|
-
updateMigrationFlag(request: import("./item/type").ManageByItem.Request.updateMigrationFlag): Promise<
|
|
10
|
+
updateMigrationFlag(request: import("./item/type").ManageByItem.Request.updateMigrationFlag): Promise<string>;
|
|
11
11
|
isPublicEnv: boolean;
|
|
12
12
|
readonly natDevHost: "http://qgostaxv.cs.nmkh74o4.rlwzae9d.com:8090";
|
|
13
13
|
readonly natProdHost: "http://bxbvjnca.cs.cwl9ok0a.mk2u3r3l.com:8090";
|
|
@@ -8,7 +8,7 @@ declare class ManageByItemService extends BaseService implements ManageByItem.Co
|
|
|
8
8
|
deleteDraftItem(request: ManageByItem.Request.deleteDraftItem): Promise<void>;
|
|
9
9
|
toggleItemStatus(request: ManageByItem.Request.toggleItemStatus): Promise<void>;
|
|
10
10
|
checkItemBeforeOrder(request: ManageByItem.Request.checkItemBeforeOrder): Promise<ManageByItem.Response.checkItemBeforeOrderRes>;
|
|
11
|
-
updateMigrationFlag(request: ManageByItem.Request.updateMigrationFlag): Promise<
|
|
11
|
+
updateMigrationFlag(request: ManageByItem.Request.updateMigrationFlag): Promise<string>;
|
|
12
12
|
}
|
|
13
13
|
declare const byItem: ManageByItemService;
|
|
14
14
|
export default byItem;
|
|
@@ -123,6 +123,6 @@ export declare namespace ManageByItem {
|
|
|
123
123
|
/** 下单商品校验 */
|
|
124
124
|
checkItemBeforeOrder(request: Request.checkItemBeforeOrder): Promise<Response.checkItemBeforeOrderRes>;
|
|
125
125
|
/** 更新商品迁移标志 */
|
|
126
|
-
updateMigrationFlag(request: Request.updateMigrationFlag): Promise<
|
|
126
|
+
updateMigrationFlag(request: Request.updateMigrationFlag): Promise<string>;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
@@ -8,6 +8,7 @@ declare class QueryByItemComboService extends BaseService implements QueryByItem
|
|
|
8
8
|
mget(request: QueryByItemCombo.Request.IMGet): Promise<QueryByItemCombo.Response.IMGet[]>;
|
|
9
9
|
mgetShortcut(request: QueryByItemCombo.Request.IMGetShortcut): Promise<QueryByItemCombo.Response.IMGetShortcut[]>;
|
|
10
10
|
getComboRoomSaleBindCondition(request: QueryByItemCombo.Request.IGetComboRoomSaleBindCondition): Promise<GDto.IItemRoomSaleBindCondition>;
|
|
11
|
+
mgetComboRoomSaleBindCondition(request: QueryByItemCombo.Request.IMGetComboRoomSaleBindCondition): Promise<GDto.IItemRoomSaleBindCondition[]>;
|
|
11
12
|
getDetail(request: QueryByItemCombo.Request.IGet): Promise<GDto.IItemCombo>;
|
|
12
13
|
getShortcutDetail(request: QueryByItemCombo.Request.IGetShortcut): Promise<QueryByItemCombo.Response.IGetShortcutDetail>;
|
|
13
14
|
}
|
|
@@ -25,6 +25,9 @@ class QueryByItemComboService extends baseService_1.default {
|
|
|
25
25
|
getComboRoomSaleBindCondition(request) {
|
|
26
26
|
return (0, http_1.callApi)(this.getApiUrl(this.getComboRoomSaleBindCondition), request);
|
|
27
27
|
}
|
|
28
|
+
mgetComboRoomSaleBindCondition(request) {
|
|
29
|
+
return (0, http_1.callApi)(this.getApiUrl(this.mgetComboRoomSaleBindCondition), request);
|
|
30
|
+
}
|
|
28
31
|
getDetail(request) {
|
|
29
32
|
return (0, http_1.callApi)(this.getApiUrl(this.getDetail), request);
|
|
30
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItemCombo/service.ts"],"names":[],"mappings":";;;;;AAAA,oEAA2C;AAG3C,wCAAuC;AAEvC,MAAM,uBAAwB,SAAQ,qBAAW;IAAjD;;QACE,cAAS,GAAW,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItemCombo/service.ts"],"names":[],"mappings":";;;;;AAAA,oEAA2C;AAG3C,wCAAuC;AAEvC,MAAM,uBAAwB,SAAQ,qBAAW;IAAjD;;QACE,cAAS,GAAW,2BAA2B,CAAA;IA6DjD,CAAC;IA3DC,GAAG,CAAC,OAAsC;QACxC,OAAO,IAAA,cAAO,EAAqC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,CAAA;IACvF,CAAC;IAED,WAAW,CACT,OAA8C;QAE9C,OAAO,IAAA,cAAO,EACZ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,EAChC,OAAO,CACR,CAAA;IACH,CAAC;IAED,IAAI,CAAC,OAAuC;QAC1C,OAAO,IAAA,cAAO,EAAsC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,CAAA;IACzF,CAAC;IAED,YAAY,CACV,OAA+C;QAE/C,OAAO,IAAA,cAAO,EACZ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,EACjC,OAAO,CACR,CAAA;IACH,CAAC;IAED,6BAA6B,CAC3B,OAAgE;QAEhE,OAAO,IAAA,cAAO,EACZ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,6BAA6B,CAAC,EAClD,OAAO,CACR,CAAA;IACH,CAAC;IAED,8BAA8B,CAC5B,OAAiE;QAEjE,OAAO,IAAA,cAAO,EACZ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,8BAA8B,CAAC,EACnD,OAAO,CACR,CAAA;IACH,CAAC;IAED,SAAS,CAAC,OAAsC;QAC9C,OAAO,IAAA,cAAO,EACZ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAC9B,OAAO,CACR,CAAA;IACH,CAAC;IAED,iBAAiB,CACf,OAA8C;QAE9C,OAAO,IAAA,cAAO,EACZ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,EACtC,OAAO,CACR,CAAA;IACH,CAAC;CACF;AAED,MAAM,WAAW,GAAG,IAAI,uBAAuB,EAAE,CAAA;AACjD,kBAAe,WAAW,CAAA"}
|
|
@@ -21,6 +21,9 @@ export declare namespace QueryByItemCombo {
|
|
|
21
21
|
interface IGetComboRoomSaleBindCondition {
|
|
22
22
|
comboId: string;
|
|
23
23
|
}
|
|
24
|
+
interface IMGetComboRoomSaleBindCondition {
|
|
25
|
+
comboIds: string[];
|
|
26
|
+
}
|
|
24
27
|
}
|
|
25
28
|
namespace Response {
|
|
26
29
|
interface IItemCombo {
|
|
@@ -95,6 +98,7 @@ export declare namespace QueryByItemCombo {
|
|
|
95
98
|
mget(request: QueryByItemCombo.Request.IMGet): Promise<QueryByItemCombo.Response.IMGet[]>;
|
|
96
99
|
mgetShortcut(request: QueryByItemCombo.Request.IMGetShortcut): Promise<QueryByItemCombo.Response.IMGetShortcut[]>;
|
|
97
100
|
getComboRoomSaleBindCondition(request: QueryByItemCombo.Request.IGetComboRoomSaleBindCondition): Promise<GDto.IItemRoomSaleBindCondition>;
|
|
101
|
+
mgetComboRoomSaleBindCondition(request: QueryByItemCombo.Request.IMGetComboRoomSaleBindCondition): Promise<GDto.IItemRoomSaleBindCondition[]>;
|
|
98
102
|
getDetail(request: QueryByItemCombo.Request.IGet): Promise<GDto.IItemCombo>;
|
|
99
103
|
getShortcutDetail(request: QueryByItemCombo.Request.IGetShortcut): Promise<QueryByItemCombo.Response.IGetShortcutDetail>;
|
|
100
104
|
}
|
|
@@ -44,6 +44,7 @@ declare const itemQueryService: {
|
|
|
44
44
|
mget(request: import("./byItemCombo/type").QueryByItemCombo.Request.IMGet): Promise<import("./byItemCombo/type").QueryByItemCombo.Response.IItemCombo[]>;
|
|
45
45
|
mgetShortcut(request: import("./byItemCombo/type").QueryByItemCombo.Request.IMGetShortcut): Promise<import("./byItemCombo/type").QueryByItemCombo.Response.IMGetShortcut[]>;
|
|
46
46
|
getComboRoomSaleBindCondition(request: import("./byItemCombo/type").QueryByItemCombo.Request.IGetComboRoomSaleBindCondition): Promise<import("../../../types").IItemRoomSaleBindCondition>;
|
|
47
|
+
mgetComboRoomSaleBindCondition(request: import("./byItemCombo/type").QueryByItemCombo.Request.IMGetComboRoomSaleBindCondition): Promise<import("../../../types").IItemRoomSaleBindCondition[]>;
|
|
47
48
|
getDetail(request: import("./byItemCombo/type").QueryByItemCombo.Request.IGet): Promise<import("../../../types").IItemCombo>;
|
|
48
49
|
getShortcutDetail(request: import("./byItemCombo/type").QueryByItemCombo.Request.IGetShortcut): Promise<import("./byItemCombo/type").QueryByItemCombo.Response.IGetShortcutDetail>;
|
|
49
50
|
isPublicEnv: boolean;
|