@be-link/pos-cli-nodejs 1.0.27 → 1.0.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,6 +12,9 @@ declare class OrderJobService extends BaseService implements Service.OrderJobCon
12
12
  jobSendCommentRemindSms(): Promise<void>;
13
13
  jobSendCommentRemindSmsForOneSecondParty(): Promise<void>;
14
14
  jobSmsNoticeForInsurance(): Promise<void>;
15
+ jobSmsNoticeForInsuranceWhileReceive(): Promise<void>;
16
+ jobSmsNoticeForInsuranceT2(): Promise<void>;
17
+ jobSmsNoticeForInsuranceT1(): Promise<void>;
15
18
  jobSmsNoticeForDepartureSecurity(): Promise<void>;
16
19
  jobSendSubscribeNoticeForInsurance(): Promise<void>;
17
20
  jobNotifyFeiShuOfNotReceivedInsurance(): Promise<void>;
@@ -40,6 +40,15 @@ class OrderJobService extends service_1.default {
40
40
  jobSmsNoticeForInsurance() {
41
41
  return (0, http_1.callApi)(this.getApiUrl(this.jobSmsNoticeForInsurance));
42
42
  }
43
+ jobSmsNoticeForInsuranceWhileReceive() {
44
+ return (0, http_1.callApi)(this.getApiUrl(this.jobSmsNoticeForInsuranceWhileReceive));
45
+ }
46
+ jobSmsNoticeForInsuranceT2() {
47
+ return (0, http_1.callApi)(this.getApiUrl(this.jobSmsNoticeForInsuranceT2));
48
+ }
49
+ jobSmsNoticeForInsuranceT1() {
50
+ return (0, http_1.callApi)(this.getApiUrl(this.jobSmsNoticeForInsuranceT1));
51
+ }
43
52
  jobSmsNoticeForDepartureSecurity() {
44
53
  return (0, http_1.callApi)(this.getApiUrl(this.jobSmsNoticeForDepartureSecurity));
45
54
  }
@@ -20,6 +20,12 @@ export declare namespace Service {
20
20
  jobSendCommentRemindSmsForOneSecondParty(): Promise<void>;
21
21
  /** 发送保险提醒统计 */
22
22
  jobSmsNoticeForInsurance(): Promise<void>;
23
+ /** 发送保险提醒接单t+1 */
24
+ jobSmsNoticeForInsuranceWhileReceive(): Promise<void>;
25
+ /** 发送保险提醒出行前t-2 */
26
+ jobSmsNoticeForInsuranceT2(): Promise<void>;
27
+ /** 发送保险提醒出行前t-1 */
28
+ jobSmsNoticeForInsuranceT1(): Promise<void>;
23
29
  /** 发送保障服务通知 */
24
30
  jobSmsNoticeForDepartureSecurity(): Promise<void>;
25
31
  /** 发送提醒同行人领取保险服务通知 */
@@ -35,6 +35,8 @@ export declare namespace Service {
35
35
  invoiceBase?: string;
36
36
  page?: number;
37
37
  limit?: number;
38
+ /** 商品名称 */
39
+ itemName?: string;
38
40
  itemIds?: string[];
39
41
  tradeOrderId?: string;
40
42
  categoryTwoList?: string[];