@be-link/ecommerce-backend-bff-service-node-sdk 0.1.24 → 0.1.25
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/cjs/bff/modules/pandora/trade/ros/orderQuery/service.d.ts +0 -1
- package/cjs/bff/modules/pandora/trade/ros/orderQuery/service.js +0 -3
- package/cjs/bff/modules/pandora/trade/ros/orderQuery/types.d.ts +0 -1
- package/esm/bff/modules/pandora/trade/ros/orderQuery/service.d.ts +0 -1
- package/esm/bff/modules/pandora/trade/ros/orderQuery/service.mjs +0 -3
- package/esm/bff/modules/pandora/trade/ros/orderQuery/types.d.ts +0 -1
- package/package.json +1 -1
|
@@ -7,6 +7,5 @@ export declare class PandoraRosOrderQueryService extends BaseService implements
|
|
|
7
7
|
list(request: RosOrderQueryService.Request.IRefundList): Promise<StandardResponse<RosOrderQueryService.Response.IRefundList>>;
|
|
8
8
|
orderExport(request: RosOrderQueryService.Request.IRefundExportOrderData): Promise<StandardResponse<RosOrderQueryService.Response.IRefundExportOrderData>>;
|
|
9
9
|
getApplyRefundInfo(request: RosOrderQueryService.Request.IRefundGetApplyRefundInfo): Promise<StandardResponse<RosOrderQueryService.Response.IRefundGetApplyRefundInfo>>;
|
|
10
|
-
getRefundCouponInfo(request: RosOrderQueryService.Request.IRefundGetRefundCouponInfo): Promise<StandardResponse<RosOrderQueryService.Response.IRefundGetRefundCouponInfo>>;
|
|
11
10
|
countPendingOrders(): Promise<StandardResponse<RosOrderQueryService.Response.IRefundCountPendingOrders>>;
|
|
12
11
|
}
|
|
@@ -22,9 +22,6 @@ class PandoraRosOrderQueryService extends BaseService_1.default {
|
|
|
22
22
|
getApplyRefundInfo(request) {
|
|
23
23
|
return this.request(this.getApplyRefundInfo, request);
|
|
24
24
|
}
|
|
25
|
-
getRefundCouponInfo(request) {
|
|
26
|
-
return this.request(this.getRefundCouponInfo, request);
|
|
27
|
-
}
|
|
28
25
|
countPendingOrders() {
|
|
29
26
|
return this.request(this.countPendingOrders);
|
|
30
27
|
}
|
|
@@ -20,7 +20,6 @@ export declare namespace RosOrderQueryService {
|
|
|
20
20
|
list(request: Request.IRefundList, req?: any): Promise<StandardResponse<Response.IRefundList>>;
|
|
21
21
|
orderExport(request: Request.IRefundExportOrderData, req?: any): Promise<StandardResponse<Response.IRefundExportOrderData>>;
|
|
22
22
|
getApplyRefundInfo(request: Request.IRefundGetApplyRefundInfo, req?: any): Promise<StandardResponse<Response.IRefundGetApplyRefundInfo>>;
|
|
23
|
-
getRefundCouponInfo(request: Request.IRefundGetRefundCouponInfo, req?: any): Promise<StandardResponse<Response.IRefundGetRefundCouponInfo>>;
|
|
24
23
|
countPendingOrders(): Promise<StandardResponse<Response.IRefundCountPendingOrders>>;
|
|
25
24
|
}
|
|
26
25
|
}
|
|
@@ -7,6 +7,5 @@ export declare class PandoraRosOrderQueryService extends BaseService implements
|
|
|
7
7
|
list(request: RosOrderQueryService.Request.IRefundList): Promise<StandardResponse<RosOrderQueryService.Response.IRefundList>>;
|
|
8
8
|
orderExport(request: RosOrderQueryService.Request.IRefundExportOrderData): Promise<StandardResponse<RosOrderQueryService.Response.IRefundExportOrderData>>;
|
|
9
9
|
getApplyRefundInfo(request: RosOrderQueryService.Request.IRefundGetApplyRefundInfo): Promise<StandardResponse<RosOrderQueryService.Response.IRefundGetApplyRefundInfo>>;
|
|
10
|
-
getRefundCouponInfo(request: RosOrderQueryService.Request.IRefundGetRefundCouponInfo): Promise<StandardResponse<RosOrderQueryService.Response.IRefundGetRefundCouponInfo>>;
|
|
11
10
|
countPendingOrders(): Promise<StandardResponse<RosOrderQueryService.Response.IRefundCountPendingOrders>>;
|
|
12
11
|
}
|
|
@@ -16,9 +16,6 @@ export class PandoraRosOrderQueryService extends BaseService {
|
|
|
16
16
|
getApplyRefundInfo(request) {
|
|
17
17
|
return this.request(this.getApplyRefundInfo, request);
|
|
18
18
|
}
|
|
19
|
-
getRefundCouponInfo(request) {
|
|
20
|
-
return this.request(this.getRefundCouponInfo, request);
|
|
21
|
-
}
|
|
22
19
|
countPendingOrders() {
|
|
23
20
|
return this.request(this.countPendingOrders);
|
|
24
21
|
}
|
|
@@ -20,7 +20,6 @@ export declare namespace RosOrderQueryService {
|
|
|
20
20
|
list(request: Request.IRefundList, req?: any): Promise<StandardResponse<Response.IRefundList>>;
|
|
21
21
|
orderExport(request: Request.IRefundExportOrderData, req?: any): Promise<StandardResponse<Response.IRefundExportOrderData>>;
|
|
22
22
|
getApplyRefundInfo(request: Request.IRefundGetApplyRefundInfo, req?: any): Promise<StandardResponse<Response.IRefundGetApplyRefundInfo>>;
|
|
23
|
-
getRefundCouponInfo(request: Request.IRefundGetRefundCouponInfo, req?: any): Promise<StandardResponse<Response.IRefundGetRefundCouponInfo>>;
|
|
24
23
|
countPendingOrders(): Promise<StandardResponse<Response.IRefundCountPendingOrders>>;
|
|
25
24
|
}
|
|
26
25
|
}
|