tmc.js 0.3.11 → 0.3.13

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/types/alicom.d.ts CHANGED
@@ -11,11 +11,11 @@ declare namespace Alicom.Axb {
11
11
  /** 绑定关系变更事件event的ID,一组绑定关系分配一个subs_id,期间发生多次变更会产生多个event事件,每个event有一个event_id */
12
12
  event_id: number;
13
13
  /** 事件生成时间 */
14
- gmt_create: Date;
14
+ gmt_create: Date | number | string;
15
15
  /** 绑定失效时间 */
16
16
  gmt_subs_end: string;
17
17
  /** 绑定开始时间 */
18
- gmt_subs_start: Date;
18
+ gmt_subs_start: Date | number | string;
19
19
  /** 是否需要录音 */
20
20
  need_record: boolean;
21
21
  /** AXB三元组的A号码 */
@@ -44,7 +44,7 @@ declare namespace Aliexpress.Order {
44
44
  /** 当前订单状态,唯一值为:FINISH */
45
45
  current_status: string;
46
46
  /** 上一个订单状态:RISK_CONTROL、RISK_CONTROL_HOLD、WAIT_SELLER_EXAMINE_MONEY、WAIT_GROUP_SUCCESS、WAIT_SELLER_SEND_GOODS、WAIT_BUYER_ACCEPT_GOODS或IN_CANCEL */
47
- last_status: string;
47
+ last_status?: string;
48
48
  /** 卖家账号ID */
49
49
  login_id: string;
50
50
  /** 订单状态变化时间 */
@@ -13,7 +13,7 @@ declare namespace Alitrip.Agent {
13
13
  /** 事件 */
14
14
  event: string;
15
15
  /** 消息发送时间 */
16
- msg_time: Date;
16
+ msg_time: Date | number | string;
17
17
  /** 业务类型 */
18
18
  type: string;
19
19
  }
@@ -28,7 +28,7 @@ declare namespace Alitrip.Btrip {
28
28
  /** 签约结果:成功/失败 */
29
29
  sign_result: boolean;
30
30
  /** 签约结果提示:成功/失败提示 */
31
- sign_tips: string;
31
+ sign_tips?: string;
32
32
  }
33
33
 
34
34
  /** 阿里商旅企业超标审批单提交消息 */
@@ -51,27 +51,27 @@ declare namespace Alitrip.Flight {
51
51
  /** 航变消息 */
52
52
  interface Change {
53
53
  /** 航变时间 */
54
- flight_change_time: Date;
54
+ flight_change_time: Date | number | string;
55
55
  /** 航变类型,1为取消,2为变更,3为保护 */
56
56
  flight_change_type: number;
57
57
  /** 新到达机场 */
58
58
  new_arr_airport: string;
59
59
  /** 新到达时间 */
60
- new_arr_time: Date;
60
+ new_arr_time?: Date | number | string;
61
61
  /** 新出发机场 */
62
62
  new_dep_airport: string;
63
63
  /** 新出发时间 */
64
- new_dep_time: Date;
64
+ new_dep_time?: Date | number | string;
65
65
  /** 新航班号 */
66
66
  new_flight_num: string;
67
67
  /** 原到达机场 */
68
68
  old_arr_airport: string;
69
69
  /** 原到达时间 */
70
- old_arr_time: Date;
70
+ old_arr_time: Date | number | string;
71
71
  /** 原出发机场 */
72
72
  old_dep_airport: string;
73
73
  /** 原出发时间 */
74
- old_dep_time: Date;
74
+ old_dep_time: Date | number | string;
75
75
  /** 原航班号 */
76
76
  old_flight_num: string;
77
77
  /** 订单id */
@@ -86,27 +86,27 @@ declare namespace Alitrip.Iesr {
86
86
  /** 发生航班请及时通知乘客 */
87
87
  desc: string;
88
88
  /** 航变时间 */
89
- flight_change_time: Date;
89
+ flight_change_time: Date | number | string;
90
90
  /** 航变类型(1-航班取消, 2-航班变更) */
91
91
  flight_change_type: number;
92
92
  /** 航变后到达机场 */
93
93
  new_arr_airport: string;
94
94
  /** 航变后到达时间 */
95
- new_arr_time: Date;
95
+ new_arr_time: Date | number | string;
96
96
  /** 航变后出发机场 */
97
97
  new_dep_airport: string;
98
98
  /** 航变后出发时间 */
99
- new_dep_time: Date;
99
+ new_dep_time: Date | number | string;
100
100
  /** 航变后航班号 */
101
101
  new_flight_num: string;
102
102
  /** 航变前到达机场 */
103
103
  old_arr_airport: string;
104
104
  /** 航变前到达时间 */
105
- old_arr_time: Date;
105
+ old_arr_time: Date | number | string;
106
106
  /** 航变前出发机场 */
107
107
  old_dep_airport: string;
108
108
  /** 航变前出发时间 */
109
- old_dep_time: Date;
109
+ old_dep_time: Date | number | string;
110
110
  /** 航变前航班号 */
111
111
  old_flight_num: string;
112
112
  /** 订单ID */
@@ -116,7 +116,7 @@ declare namespace Alitrip.Iesr {
116
116
  /** 国际运价采购票消息 */
117
117
  interface TicketMessage {
118
118
  /** 消息描述 */
119
- description: string;
119
+ description?: string;
120
120
  /** 消息类型 */
121
121
  messagetype: string;
122
122
  /** 订单ID */
@@ -187,17 +187,17 @@ declare namespace Alitrip.Travel {
187
187
  /** 飞猪度假交易订单状态变更消息 */
188
188
  interface OrderChanged {
189
189
  /** 可选字段,跨店铺数据访问情况下,已被授权允许访问该笔订单数据的appkey列表 */
190
- auth_appkeys: string;
190
+ auth_appkeys?: string;
191
191
  /** 垂直业务相关扩展信息,json格式字符串,支持的key列表详见:https://open.alitrip.com/docs/doc.htm?spm=0.0.0.0.wOSWfy&docType=1&articleId=108054&previewCode=99F3B6F3E954A7979A6F2135174EC898 */
192
- biz_exts: string;
192
+ biz_exts?: string;
193
193
  /** 可选字段,垂直业务类型。1-度假(自由行,跟团游),2-普通签证,3-门票,4-wifi,7-当地玩乐,9-邮轮,10-用车(包车,租车),12-电话卡,17-流量充值,18-港澳签注,19-在线签证,0-其他 */
194
- biz_type: number;
194
+ biz_type?: number;
195
195
  /** 买家昵称 */
196
196
  buyer_nick: string;
197
197
  /** 订单创建时间 */
198
- gmt_created: Date;
198
+ gmt_created: Date | number | string;
199
199
  /** 订单上一次修改时间 */
200
- gmt_modified: Date;
200
+ gmt_modified: Date | number | string;
201
201
  /** 该主订单下子订单列表所对应的商品信息列表,多个以英文逗号分隔。商品信息格式为:类目id:商品id:商品级别商家编码:sku级别商家编码 */
202
202
  item_infos: string;
203
203
  /** 主订单id */
@@ -219,31 +219,31 @@ declare namespace Alitrip.Travel {
219
219
  /** 签证消息服务 */
220
220
  interface VisaService {
221
221
  /** 申请人id */
222
- apply_id: string;
222
+ apply_id?: string;
223
223
  /** 是否是线下准备 true表示下线 false表示非下线 */
224
- face_offline: boolean;
224
+ face_offline?: boolean;
225
225
  /** 申请表PDF链接 */
226
- form_url: string;
226
+ form_url?: string;
227
227
  /** 实人认证身份证号码 */
228
- id_number: string;
228
+ id_number?: string;
229
229
  /** 物流单号 */
230
- logistics_numer: string;
230
+ logistics_numer?: string;
231
231
  /** 消息类型 */
232
232
  message_type: string;
233
233
  /** 订单id */
234
234
  order_id: number;
235
235
  /** 证件照url */
236
- photo_url: string;
236
+ photo_url?: string;
237
237
  /** 物流公司code */
238
- post_company_code: string;
238
+ post_company_code?: string;
239
239
  /** 商家昵称 */
240
240
  seller_nick: string;
241
241
  /** 实人认证失败原因 */
242
- verify_fail_msg: string;
242
+ verify_fail_msg?: string;
243
243
  /** 实人认证姓名 */
244
- verify_name: string;
244
+ verify_name?: string;
245
245
  /** 实人认证状态 -1未认证 0认证中 1通过 2不通过 10失效 */
246
- verify_status: number;
246
+ verify_status?: number;
247
247
  }
248
248
  }
249
249
 
@@ -258,11 +258,11 @@ declare namespace Alitrip.Tripticket {
258
258
  /** 订单id */
259
259
  oid: string;
260
260
  /** 订单创建时间 */
261
- order_create_time: Date;
261
+ order_create_time: Date | number | string;
262
262
  /** 卖家昵称 */
263
263
  seller_nick: string;
264
264
  /** 提交出行人时间 */
265
- traveler_input_time: Date;
265
+ traveler_input_time: Date | number | string;
266
266
  }
267
267
  }
268
268
 
@@ -293,6 +293,6 @@ declare namespace Alitrip.Visa {
293
293
  /** 用户ID */
294
294
  user_id: number;
295
295
  /** 签证类型 */
296
- visa_mode: string;
296
+ visa_mode?: string;
297
297
  }
298
298
  }
package/types/banma.d.ts CHANGED
@@ -9,6 +9,6 @@ declare namespace Banma.Right {
9
9
  /** 实例状态 */
10
10
  instance_state: string;
11
11
  /** 订单编号 */
12
- order_code: string;
12
+ order_code?: string;
13
13
  }
14
14
  }
@@ -13,7 +13,7 @@ declare namespace Cainiao.Consignplatform {
13
13
  /** 面单号 */
14
14
  mail_no: string;
15
15
  /** 事件发生时间 */
16
- occur_time: Date;
16
+ occur_time: Date | number | string;
17
17
  /** 订单来源,比如 ”TMJL“ 代表天猫精灵 */
18
18
  order_source: string;
19
19
  /** 外部系统的业务id */
package/types/damai.d.ts CHANGED
@@ -54,6 +54,6 @@ declare namespace Damai.Trade {
54
54
  /** 1表示票单状态,2表示退票状态 */
55
55
  status_type: number;
56
56
  /** 子订单ID */
57
- sub_order_id: number;
57
+ sub_order_id?: number;
58
58
  }
59
59
  }
package/types/fliggy.d.ts CHANGED
@@ -20,27 +20,27 @@ declare namespace Fliggy.Jipiao {
20
20
  /** 航变消息服务 */
21
21
  interface FlightChange {
22
22
  /** 航变产生时间 */
23
- flight_change_time: Date;
23
+ flight_change_time: Date | number | string;
24
24
  /** 1为取消,2为变更 */
25
25
  flight_change_type: number;
26
26
  /** 新到达机场 */
27
- new_arr_airport: string;
27
+ new_arr_airport?: string;
28
28
  /** 新到达时间 */
29
- new_arr_time: Date;
29
+ new_arr_time: Date | number | string;
30
30
  /** 新出发机场 */
31
- new_dep_airport: string;
31
+ new_dep_airport?: string;
32
32
  /** 新出发时间 */
33
- new_dep_time: Date;
33
+ new_dep_time?: Date | number | string;
34
34
  /** 新航班号 */
35
- new_flight_num: string;
35
+ new_flight_num?: string;
36
36
  /** 到达机场三字码 */
37
37
  old_arr_airport: string;
38
38
  /** 到达时间 */
39
- old_arr_time: Date;
39
+ old_arr_time: Date | number | string;
40
40
  /** 出发机场三字码 */
41
41
  old_dep_airport: string;
42
42
  /** 出发时间 */
43
- old_dep_time: Date;
43
+ old_dep_time: Date | number | string;
44
44
  /** 原航班号 */
45
45
  old_flight_num: string;
46
46
  /** 订单id */
@@ -69,9 +69,9 @@ declare namespace Fliggy.Ticket {
69
69
  /** 采购单关闭原因 */
70
70
  close_order_reason: string;
71
71
  /** 创建时间 */
72
- gmt_create: Date;
72
+ gmt_create: Date | number | string;
73
73
  /** 修改时间 */
74
- gmt_modified: Date;
74
+ gmt_modified: Date | number | string;
75
75
  /** 子采购单id */
76
76
  order_id: number;
77
77
  /** 外部订单id */
package/types/fuwu.d.ts CHANGED
@@ -5,7 +5,7 @@ declare namespace Fuwu.Confirm {
5
5
  /** 内购服务名称 */
6
6
  article_name: string;
7
7
  /** 确认单Id */
8
- confirm_id: number;
8
+ readonly confirm_id: number;
9
9
  /** 订单id */
10
10
  order_id: string;
11
11
  /** 失败原因:用户拒绝,内部错误 */
@@ -21,7 +21,7 @@ declare namespace Fuwu.Confirm {
21
21
  /** 内购服务名称 */
22
22
  article_name: string;
23
23
  /** 确认单Id */
24
- confirm_id: number;
24
+ readonly confirm_id: number;
25
25
  /** 订单id */
26
26
  order_id: string;
27
27
  /** 成功原因:一种是用户主动确认,一种是到期自动确认 */
package/types/gov.d.ts CHANGED
@@ -11,7 +11,7 @@ declare namespace Gov.Auction {
11
11
  /** 拍品链接 */
12
12
  item_url: string;
13
13
  /** 车辆vin码 */
14
- vin: string;
14
+ vin?: string;
15
15
  }
16
16
 
17
17
  /** 斑马-机动车数据推送 */
@@ -25,6 +25,6 @@ declare namespace Gov.Auction {
25
25
  /** 拍品链接 */
26
26
  item_url: string;
27
27
  /** 机动车vin码 */
28
- vin: string;
28
+ vin?: string;
29
29
  }
30
30
  }
package/types/idle.d.ts CHANGED
@@ -15,7 +15,7 @@ declare namespace Idle.Agreement {
15
15
  /** 状态 */
16
16
  status: string;
17
17
  /** 状态描述 */
18
- status_desc: string;
18
+ status_desc?: string;
19
19
  }
20
20
  }
21
21
 
@@ -112,9 +112,9 @@ declare namespace Idle.Topisv {
112
112
  /** 闲鱼开放平台-国际货品变更消息通知 */
113
113
  interface GlobalProductNotice {
114
114
  /** 对应的货品库存等级,当供货价变更时才会有,即 product_change_type 为 0 时 */
115
- inv_grade: string;
115
+ inv_grade?: string;
116
116
  /** 商品 id,商货绑定关系变更时才会有,即product_change_type 为 1或者2时 */
117
- item_id: number;
117
+ item_id?: number;
118
118
  /** 货品变更类型 0:供货价变更 1:商货绑定关系解除 */
119
119
  product_change_type: number;
120
120
  /** 货品id */
@@ -119,7 +119,7 @@ declare namespace Alibaba.Pur {
119
119
  /** 同步商品通知 */
120
120
  interface NotifyProduct {
121
121
  /** 消息描述 */
122
- desc: string;
122
+ desc?: string;
123
123
  /** 通知的标识 */
124
124
  message_id: string;
125
125
  /** 来源 */
@@ -131,9 +131,9 @@ declare namespace Alibaba.Pur {
131
131
  /** 状态 enabled,disabled */
132
132
  status: string;
133
133
  /** 供应商名称 */
134
- supplier_name: string;
134
+ supplier_name?: string;
135
135
  /** 租户 */
136
- tenant_id: number;
136
+ tenant_id?: number;
137
137
  }
138
138
  }
139
139
 
@@ -152,7 +152,7 @@ declare namespace Alicom.Secret {
152
152
  /** 分隔符,|默认是'|'分隔 */
153
153
  split: string;
154
154
  /** 时间挫 */
155
- timestamp: Date;
155
+ timestamp: Date | number | string;
156
156
  /** 供应商Key */
157
157
  vendor_key: string;
158
158
  }
@@ -163,7 +163,7 @@ declare namespace Ant.Pur {
163
163
  /** 蚂蚁采购同步商品通知 */
164
164
  interface NotifyProduct {
165
165
  /** 消息描述 */
166
- desc: string;
166
+ desc?: string;
167
167
  /** 通知的标识 */
168
168
  message_id: string;
169
169
  /** 来源 */
@@ -175,9 +175,9 @@ declare namespace Ant.Pur {
175
175
  /** 状态 enabled,disabled */
176
176
  status: string;
177
177
  /** 供应商名称 */
178
- supplier_name: string;
178
+ supplier_name?: string;
179
179
  /** 租户 */
180
- tenant_id: number;
180
+ tenant_id?: number;
181
181
  }
182
182
  }
183
183
 
@@ -220,7 +220,7 @@ declare namespace Ele.Fengniao {
220
220
  /** 商家签约结果通知 */
221
221
  interface MerchantSign {
222
222
  /** 签约失败原因 */
223
- fail_reason: string;
223
+ fail_reason?: string;
224
224
  /** 是否通过 */
225
225
  is_sign: boolean;
226
226
  /** 商家code */
@@ -246,11 +246,11 @@ declare namespace Ele.Fengniao {
246
246
  /** 物流状态信息同步 */
247
247
  interface StatusSync {
248
248
  /** 蜂鸟配送员姓名 */
249
- carrier_driver_name: string;
249
+ carrier_driver_name?: string;
250
250
  /** 蜂鸟配送员电话 */
251
- carrier_driver_phone: string;
251
+ carrier_driver_phone?: string;
252
252
  /** 描述信息 */
253
- description: string;
253
+ description?: string;
254
254
  /** 状态码 */
255
255
  order_status: number;
256
256
  /** 商户自己的订单号 */
@@ -258,7 +258,7 @@ declare namespace Ele.Fengniao {
258
258
  /** 状态推送时间(毫秒) */
259
259
  push_time: number;
260
260
  /** 说明状态码 */
261
- remark_code: string;
261
+ remark_code?: string;
262
262
  /** 时间戳(毫秒) */
263
263
  timestamp: number;
264
264
  }
@@ -279,15 +279,15 @@ declare namespace Taobao.Fuwu {
279
279
  /** 咨询人数 */
280
280
  consult_num: number;
281
281
  /** 报表统计日期 */
282
- date: Date;
282
+ date: Date | number | string;
283
283
  /** 最早上线时间 HH:mm:ss */
284
- earliest_online_time: Date;
284
+ earliest_online_time: Date | number | string;
285
285
  /** 首次响应总耗时(s) */
286
286
  first_reply_cost: number;
287
287
  /** 首次响应人数 */
288
288
  first_reply_times: number;
289
289
  /** 最晚上线时间 HH:mm:ss */
290
- latest_online_time: Date;
290
+ latest_online_time: Date | number | string;
291
291
  /** 日登录次数 */
292
292
  login_num: number;
293
293
  /** 长接待人数 */
@@ -367,7 +367,7 @@ declare namespace Taobao.Fuwu {
367
367
  /** 总响应人数 */
368
368
  total_reply_times: number;
369
369
  /** 数据上传时间 */
370
- updatetime: Date;
370
+ updatetime: Date | number | string;
371
371
  /** 用户系统配置 */
372
372
  user_config_params: string;
373
373
  /** 旺旺昵称 */
@@ -379,7 +379,7 @@ declare namespace Taobao.Fuwu {
379
379
  /** 开票金额 */
380
380
  amount: string;
381
381
  /** 电子发票号 */
382
- e_invoice_no: string;
382
+ e_invoice_no?: string;
383
383
  /** 电子发票流水号,流水号唯一标识 */
384
384
  id: number;
385
385
  /** 发票代码 */
@@ -389,9 +389,9 @@ declare namespace Taobao.Fuwu {
389
389
  /** 发票号码 */
390
390
  invoice_no: string;
391
391
  /** 开票日期 */
392
- invoice_time: Date;
392
+ invoice_time: Date | number | string;
393
393
  /** 淘宝子订单号 */
394
- oid: number | bigint;
394
+ oid?: number | bigint;
395
395
  /** 交易编号 (父订单的交易编号) */
396
396
  tid: number | bigint;
397
397
  }
@@ -433,18 +433,28 @@ declare namespace Taobao.Ihomesvj {
433
433
  declare namespace Taobao.Jds {
434
434
  /** 退款单状态跟踪 */
435
435
  interface RefundTrace {
436
+ /** 业务动作发生的时间 */
437
+ action_time: Date | number | string;
438
+ /** 操作人 */
439
+ operator?: string;
440
+ /** 退款单Id */
441
+ refund_id: number | bigint;
442
+ /** 卖家的淘宝用户名 */
443
+ seller_nick: string;
444
+ /** 退款单状态。X_REFUND_START(退款开始),X_RETURN_START(退货开始),X_TO_SYSTEM(已转单),X_SERVICE_AUDITED(已客审),T_SELLER_REFUSE_BUYER(拒绝退款),X_FINANCE_AUDITED(已财审),T_WAIT_BUYER_RETURN_GOODS(等待买家发货),T_WAIT_SELLER_CONFIRM_GOODS(买家已发货),X_MATCHED(退货已匹配),X_EXAMINED(商家已验收),T_SUCCESS(退款成功),X_RETURN_SUCCESS(退货成功),T_CLOSED(退款关闭) */
445
+ status: string;
436
446
  }
437
447
 
438
448
  /** 交易订单状态跟踪 */
439
449
  interface TradeTrace {
440
450
  /** 业务动作发生的时间 */
441
- action_time: Date;
451
+ action_time: Date | number | string;
442
452
  /** 操作人 */
443
- operator: string;
453
+ operator?: string;
444
454
  /** 子订单ID列表,多个ID用半角逗号分隔 */
445
- order_ids: string;
455
+ order_ids?: string;
446
456
  /** 业务备注 */
447
- remark: string;
457
+ remark?: string;
448
458
  /** 卖家的淘宝用户名 */
449
459
  seller_nick: string;
450
460
  /** 订单状态。T_WAIT_BUYER_PAY(等待买家付款),T_WAIT_SELLER_SEND_GOODS(等待卖家发货),X_DOWNLOADED(订单已推送),X_TO_SYSTEM(系统已接单),X_SERVICE_AUDITED(已客审),X_FINANCE_AUDITED(已财审),X_ALLOCATION_NOTIFIED(已通知配货),X_WAIT_ALLOCATION(待配货),X_SORT_PRINTED(已打拣货单),X_SEND_PRINTED(已打发货单),X_LOGISTICS_PRINTED(已打物流单),X_SORTED(已拣货),X_EXAMINED(已验货),X_PACKAGED(已打包),X_WEIGHED(已称重),X_OUT_WAREHOUSE(已出库),T_WAIT_BUYER_CONFIRM_GOODS(已发货),T_TRADE_FINISHED(已完成),T_TRADE_CLOSED(已结束) */
@@ -465,9 +475,9 @@ declare namespace Tmall.Mh {
465
475
  /** 客户 */
466
476
  customer: string;
467
477
  /** 发货仓库 */
468
- delivery_store: string;
478
+ delivery_store?: string;
469
479
  /** 快递公司 */
470
- express: string;
480
+ express?: string;
471
481
  /** 商品名称 */
472
482
  item_name: string;
473
483
  /** Mac地址 */
@@ -475,29 +485,29 @@ declare namespace Tmall.Mh {
475
485
  /** 数量 */
476
486
  num: string;
477
487
  /** 单价 */
478
- price: string;
488
+ price?: string;
479
489
  /** 详细信息 */
480
- receiver_address: string;
490
+ receiver_address?: string;
481
491
  /** 城市 */
482
- receiver_city: string;
492
+ receiver_city?: string;
483
493
  /** 区县 */
484
- receiver_district: string;
494
+ receiver_district?: string;
485
495
  /** 收货人 */
486
496
  receiver_name: string;
487
497
  /** 省份 */
488
- receiver_state: string;
498
+ receiver_state?: string;
489
499
  /** 店铺名称 */
490
- seller_nick: string;
500
+ seller_nick?: string;
491
501
  /** 规格名称 */
492
- sku_name: string;
502
+ sku_name?: string;
493
503
  /** 规格编码 */
494
504
  sku_num: string;
495
505
  /** 订单id */
496
506
  tid: number | bigint;
497
507
  /** 总价 */
498
- total: string;
508
+ total?: string;
499
509
  /** 单位 */
500
- unit: string;
510
+ unit?: string;
501
511
  }
502
512
 
503
513
  /** 天猫魔盒扫码SN号回传 */
@@ -534,7 +544,7 @@ declare namespace Tmall.Nrt {
534
544
  /** 商户简称 */
535
545
  f_jc: string;
536
546
  /** 主营品牌 阿里品牌 */
537
- f_jypp: string;
547
+ f_jypp?: string;
538
548
  /** 商户名称 */
539
549
  f_name: string;
540
550
  /** 操作类型 基础类型 new 、update、delete、query */
@@ -562,15 +572,15 @@ declare namespace Tmall.Nrt {
562
572
  /** 合同编号 */
563
573
  f_hth: string;
564
574
  /** 原合同编号 */
565
- f_hth_old: string;
575
+ f_hth_old?: string;
566
576
  /** 租赁日期 止 */
567
- f_htyxq_end: Date;
577
+ f_htyxq_end: Date | number | string;
568
578
  /** 租赁日期 起 */
569
- f_htyxq_start: Date;
579
+ f_htyxq_start: Date | number | string;
570
580
  /** 摊位钉钉部门ID */
571
581
  f_stalldingdeptid: string;
572
582
  /** 原摊位钉钉部门ID */
573
- f_stalldingdeptid_old: string;
583
+ f_stalldingdeptid_old?: string;
574
584
  /** 合同状态 */
575
585
  f_status: number;
576
586
  /** 门店钉钉部门ID */
@@ -582,13 +592,13 @@ declare namespace Tmall.Nrt {
582
592
  /** 主营品类名称 */
583
593
  f_zypl_name: string;
584
594
  /** 主营品牌代码 */
585
- f_zyppdm: string;
595
+ f_zyppdm?: string;
586
596
  /** 主营品牌名称 */
587
597
  f_zypp_name: string;
588
598
  /** 操作类型 基础类型 new 、update、delete、query */
589
599
  op_type: string;
590
600
  /** 跨摊位合同号 */
591
- related_contract_no: string;
601
+ related_contract_no?: string;
592
602
  }
593
603
 
594
604
  /** 摊位信息数据回流 */
@@ -604,7 +614,7 @@ declare namespace Tmall.Nrt {
604
614
  /** 门店信息回流 */
605
615
  interface StoreInfoToTmall {
606
616
  /** 门店地址 */
607
- f_dz: string;
617
+ f_dz?: string;
608
618
  /** 门店编码 */
609
619
  f_fddm: string;
610
620
  /** 门店名称 */