tmc.js 0.3.39 → 0.3.40

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/README.md CHANGED
@@ -134,7 +134,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
134
134
 
135
135
  ## 支持的TOPICS
136
136
 
137
- <details><summary>共计 84+ 类别,501+ 消息数</summary>
137
+ <details><summary>共计 84+ 类别,503+ 消息数</summary>
138
138
 
139
139
  | 类别 | 消息数 |
140
140
  | --- | --- |
@@ -150,11 +150,11 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
150
150
  | 导购平台 | 21 |
151
151
  | 淘宝汽车票 | 4 |
152
152
  | 服务市场 | 9 |
153
- | 天猫服务 | 27 |
153
+ | 天猫服务 | 28 |
154
154
  | 天猫美妆 | 2 |
155
155
  | 聚石塔 | 9 |
156
156
  | 淘宝物流 | 1 |
157
- | 阿里通信 | 19 |
157
+ | 阿里通信 | 20 |
158
158
  | 天猫魔盒 | 2 |
159
159
  | 营销平台 | 1 |
160
160
  | OpenIM消息 | 1 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tmc.js",
3
- "version": "0.3.39",
3
+ "version": "0.3.40",
4
4
  "description": "Event driven and chained Taobao Message Channel(TMC) for NodeJS",
5
5
  "author": "James ZHANG",
6
6
  "license": "MIT",
@@ -1429,6 +1429,17 @@ declare namespace Alibaba.Icbulive {
1429
1429
  }
1430
1430
  }
1431
1431
 
1432
+ /** 闲鱼 */
1433
+ declare namespace Alibaba.Idle {
1434
+ /** {@link https://open.taobao.com/tmc.htm?docId=2555&docType=9 闲鱼房源状态变更通知} */
1435
+ interface HouseStatusNotify {
1436
+ /** 房源状态 0:上架,-1:删除,-2:下架 */
1437
+ house_status: number;
1438
+ /** 房源id */
1439
+ item_id: number;
1440
+ }
1441
+ }
1442
+
1432
1443
  /** 五道口配送 */
1433
1444
  declare namespace Alibaba.Ifp {
1434
1445
  /** {@link https://open.taobao.com/tmc.htm?docId=2386&docType=9 同城履约包裹状态变更消息} */
@@ -4563,6 +4574,37 @@ declare namespace Alibaba.Wdktrade {
4563
4574
  }
4564
4575
  }
4565
4576
 
4577
+ /** 天猫服务 */
4578
+ declare namespace Alibaba.Yichao {
4579
+ /** {@link https://open.taobao.com/tmc.htm?docId=2549&docType=9 蚁巢保单修改消息} */
4580
+ interface InsuranceUpdate {
4581
+ /** 保单生效时间 */
4582
+ gmt_effect: string;
4583
+ /** 保单失效时间 */
4584
+ gmt_expiry: string;
4585
+ /** 保司保单号 */
4586
+ insurance_application_no: string;
4587
+ /** 蚁巢保单号 */
4588
+ insurance_order_id: string;
4589
+ /** 被保人id */
4590
+ insurant_id: string;
4591
+ /** 被保人姓名 */
4592
+ insurant_name: string;
4593
+ /** 单据唯一键 */
4594
+ out_id: string;
4595
+ /** 工单或者服务单号 */
4596
+ out_order_id: string;
4597
+ /** 关联单据类型 */
4598
+ out_order_type: string;
4599
+ /** 保单类型 */
4600
+ product_code: string;
4601
+ /** 蚁巢保单状态 */
4602
+ status: string;
4603
+ /** 蚁巢保单状态 */
4604
+ status_code: string;
4605
+ }
4606
+ }
4607
+
4566
4608
  /** 平台消息 */
4567
4609
  declare namespace Alibaba.Yunio {
4568
4610
  /** {@link https://open.taobao.com/tmc.htm?docId=1063&docType=9 YunIO数据流转} */
@@ -0,0 +1,8 @@
1
+ /** ALIPIC */
2
+ declare namespace Alipic.Lark {
3
+ /** {@link https://open.taobao.com/tmc.htm?docId=2556&docType=9 排期列表数据增量下行} */
4
+ interface SchedulesDataDownlink {
5
+ /** 发送业务消息 */
6
+ schedules_data: string;
7
+ }
8
+ }
package/types/alsc.d.ts CHANGED
@@ -243,6 +243,16 @@ declare namespace Alsc.Reviewbwc {
243
243
  /** 消息类型 */
244
244
  type: string;
245
245
  }
246
+
247
+ /** {@link https://open.taobao.com/tmc.htm?docId=2552&docType=9 评价有礼渠道用户身份SID绑定通知} */
248
+ interface SidBindSync {
249
+ /** 推广位 */
250
+ pid: string;
251
+ /** 短码 */
252
+ scene: string;
253
+ /** 用户侧会员ID */
254
+ sid: string;
255
+ }
246
256
  }
247
257
 
248
258
  /** 口碑 */
package/types/index.d.ts CHANGED
@@ -264,6 +264,8 @@ declare interface TaoTopicsDescriptor {
264
264
  alibaba_icbulive_CommentNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIcbuliveCommentNotice) => void): TaoMessageConsumer;
265
265
  /** {@link IncomingMessage.AlibabaIcbuliveEnterNotice ICBU > 直播观众进场通知} */
266
266
  alibaba_icbulive_EnterNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIcbuliveEnterNotice) => void): TaoMessageConsumer;
267
+ /** {@link IncomingMessage.AlibabaIdleHouseStatusNotify 闲鱼 > 闲鱼房源状态变更通知} */
268
+ alibaba_idle_HouseStatusNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleHouseStatusNotify) => void): TaoMessageConsumer;
267
269
  /** {@link IncomingMessage.AlibabaIfpPackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息} */
268
270
  alibaba_ifp_PackageCfcContainer(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIfpPackageCfcContainer) => void): TaoMessageConsumer;
269
271
  /** {@link IncomingMessage.AlibabaInfopGoodsChange 采购系统 > 采购系统商品消息变更消息} */
@@ -618,6 +620,8 @@ declare interface TaoTopicsDescriptor {
618
620
  alibaba_wdkorder_VoucherStatus(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdkorderVoucherStatus) => void): TaoMessageConsumer;
619
621
  /** {@link IncomingMessage.AlibabaWdktradeCouponInstance 五道口营销 > 营销券实例消息} */
620
622
  alibaba_wdktrade_CouponInstance(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdktradeCouponInstance) => void): TaoMessageConsumer;
623
+ /** {@link IncomingMessage.AlibabaYichaoInsuranceUpdate 天猫服务 > 蚁巢保单修改消息} */
624
+ alibaba_yichao_InsuranceUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYichaoInsuranceUpdate) => void): TaoMessageConsumer;
621
625
  /** {@link IncomingMessage.AlibabaYunioDataTransfer 平台消息 > YunIO数据流转} */
622
626
  alibaba_yunio_DataTransfer(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYunioDataTransfer) => void): TaoMessageConsumer;
623
627
  /** {@link IncomingMessage.AlicomAxbSubsEventSync 阿里通信 > 绑定事件同步} */
@@ -784,6 +788,8 @@ declare interface TaoTopicsDescriptor {
784
788
  alipay_update_Seller(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlipayUpdateSeller) => void): TaoMessageConsumer;
785
789
  /** {@link IncomingMessage.AlipayXiaodaiSignNotify 阿里金融 > 阿里金融签约通知} */
786
790
  alipay_xiaodai_SignNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlipayXiaodaiSignNotify) => void): TaoMessageConsumer;
791
+ /** {@link IncomingMessage.AlipicLarkSchedulesDataDownlink ALIPIC > 排期列表数据增量下行} */
792
+ alipic_lark_SchedulesDataDownlink(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlipicLarkSchedulesDataDownlink) => void): TaoMessageConsumer;
787
793
  /** {@link IncomingMessage.AlisportsBankAlipayattention 支付宝体育 > 支付宝体育服务小程序关注消息} */
788
794
  alisports_bank_Alipayattention(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlisportsBankAlipayattention) => void): TaoMessageConsumer;
789
795
  /** {@link IncomingMessage.AlitripAgentNotify 淘宝机票 > 商家机票业务通知} */
@@ -888,6 +894,8 @@ declare interface TaoTopicsDescriptor {
888
894
  alsc_kbbbt_ProductChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlscKbbbtProductChange) => void): TaoMessageConsumer;
889
895
  /** {@link IncomingMessage.AlscReviewbwcActivityEnrollSync 口碑 > 本地联盟饿了么评价有礼门店活动消息} */
890
896
  alsc_reviewbwc_ActivityEnrollSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlscReviewbwcActivityEnrollSync) => void): TaoMessageConsumer;
897
+ /** {@link IncomingMessage.AlscReviewbwcSidBindSync 口碑 > 评价有礼渠道用户身份SID绑定通知} */
898
+ alsc_reviewbwc_SidBindSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlscReviewbwcSidBindSync) => void): TaoMessageConsumer;
891
899
  /** {@link IncomingMessage.AlscRiskPunishSend 口碑 > 本地生活处罚中心处罚下发} */
892
900
  alsc_risk_PunishSend(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlscRiskPunishSend) => void): TaoMessageConsumer;
893
901
  /** {@link IncomingMessage.AlscSalesadaptorShopAuditingNotify 口碑 > 饿了么开店状态通知接口} */
@@ -1460,6 +1468,8 @@ declare interface TaoTopicsDescriptor {
1460
1468
  taobao_istore_GiftingMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIstoreGiftingMsg) => void): TaoMessageConsumer;
1461
1469
  /** {@link IncomingMessage.TaobaoItemAuditResultNotify 淘宝商品 > 淘宝商品审核结果消息通知} */
1462
1470
  taobao_item_AuditResultNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoItemAuditResultNotify) => void): TaoMessageConsumer;
1471
+ /** {@link IncomingMessage.TaobaoItemDistributeItemEdit 淘宝商品 > 商品变更消息通知} */
1472
+ taobao_item_DistributeItemEdit(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoItemDistributeItemEdit) => void): TaoMessageConsumer;
1463
1473
  /** {@link IncomingMessage.TaobaoItemItemAdd 淘宝商品 > 商品新增消息} */
1464
1474
  taobao_item_ItemAdd(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoItemItemAdd) => void): TaoMessageConsumer;
1465
1475
  /** {@link IncomingMessage.TaobaoItemItemDelete 淘宝商品 > 商品删除消息} */
@@ -2208,6 +2218,8 @@ declare interface TaoTopicsDescriptor {
2208
2218
  tmall_sasssign_Msg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallSasssignMsg) => void): TaoMessageConsumer;
2209
2219
  /** {@link IncomingMessage.TmallScmSendTmcsDistributeSettleFee 天猫 > 猫超经销结算打款消息} */
2210
2220
  tmall_scm_SendTmcsDistributeSettleFee(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallScmSendTmcsDistributeSettleFee) => void): TaoMessageConsumer;
2221
+ /** {@link IncomingMessage.TmallServiceCycleBillInvoice 天猫 > 服务结算账期账单发票消息} */
2222
+ tmall_service_CycleBillInvoice(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallServiceCycleBillInvoice) => void): TaoMessageConsumer;
2211
2223
  /** {@link IncomingMessage.TmallServicecenterTaskUpdate 天猫服务 > 天猫服务平台工单更新} */
2212
2224
  tmall_servicecenter_TaskUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenterTaskUpdate) => void): TaoMessageConsumer;
2213
2225
  /** {@link IncomingMessage.TmallServiceplatformServiceProductChanged 天猫服务 > 天猫服务产品变更消息} */
@@ -2372,6 +2384,8 @@ declare interface TaoTopicsDescriptor {
2372
2384
  alibaba_homestyler(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaHomestyler) => void): TaoMessageConsumer;
2373
2385
  /** {@link IncomingMessage.AlibabaIcbulive} */
2374
2386
  alibaba_icbulive(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIcbulive) => void): TaoMessageConsumer;
2387
+ /** {@link IncomingMessage.AlibabaIdle} */
2388
+ alibaba_idle(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdle) => void): TaoMessageConsumer;
2375
2389
  /** {@link IncomingMessage.AlibabaIfp} */
2376
2390
  alibaba_ifp(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIfp) => void): TaoMessageConsumer;
2377
2391
  /** {@link IncomingMessage.AlibabaInfop} */
@@ -2444,6 +2458,8 @@ declare interface TaoTopicsDescriptor {
2444
2458
  alibaba_wdkorder(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdkorder) => void): TaoMessageConsumer;
2445
2459
  /** {@link IncomingMessage.AlibabaWdktrade} */
2446
2460
  alibaba_wdktrade(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdktrade) => void): TaoMessageConsumer;
2461
+ /** {@link IncomingMessage.AlibabaYichao} */
2462
+ alibaba_yichao(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYichao) => void): TaoMessageConsumer;
2447
2463
  /** {@link IncomingMessage.AlibabaYunio} */
2448
2464
  alibaba_yunio(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYunio) => void): TaoMessageConsumer;
2449
2465
  /** {@link IncomingMessage.AlicomAxb} */
@@ -2500,6 +2516,8 @@ declare interface TaoTopicsDescriptor {
2500
2516
  alipay_update(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlipayUpdate) => void): TaoMessageConsumer;
2501
2517
  /** {@link IncomingMessage.AlipayXiaodai} */
2502
2518
  alipay_xiaodai(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlipayXiaodai) => void): TaoMessageConsumer;
2519
+ /** {@link IncomingMessage.AlipicLark} */
2520
+ alipic_lark(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlipicLark) => void): TaoMessageConsumer;
2503
2521
  /** {@link IncomingMessage.AlisportsBank} */
2504
2522
  alisports_bank(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlisportsBank) => void): TaoMessageConsumer;
2505
2523
  /** {@link IncomingMessage.AlitripAgent} */
@@ -2926,6 +2944,8 @@ declare interface TaoTopicsDescriptor {
2926
2944
  tmall_sasssign(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallSasssign) => void): TaoMessageConsumer;
2927
2945
  /** {@link IncomingMessage.TmallScm} */
2928
2946
  tmall_scm(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallScm) => void): TaoMessageConsumer;
2947
+ /** {@link IncomingMessage.TmallService} */
2948
+ tmall_service(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallService) => void): TaoMessageConsumer;
2929
2949
  /** {@link IncomingMessage.TmallServicecenter} */
2930
2950
  tmall_servicecenter(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenter) => void): TaoMessageConsumer;
2931
2951
  /** {@link IncomingMessage.TmallServiceplatform} */
@@ -3008,6 +3028,8 @@ declare interface TaoTopicsDescriptor {
3008
3028
  alios(fn: (this: TaoMessageConsumer, message: IncomingMessage.Alios) => void): TaoMessageConsumer;
3009
3029
  /** {@link IncomingMessage.Alipay} */
3010
3030
  alipay(fn: (this: TaoMessageConsumer, message: IncomingMessage.Alipay) => void): TaoMessageConsumer;
3031
+ /** {@link IncomingMessage.Alipic} */
3032
+ alipic(fn: (this: TaoMessageConsumer, message: IncomingMessage.Alipic) => void): TaoMessageConsumer;
3011
3033
  /** {@link IncomingMessage.Alisports} */
3012
3034
  alisports(fn: (this: TaoMessageConsumer, message: IncomingMessage.Alisports) => void): TaoMessageConsumer;
3013
3035
  /** {@link IncomingMessage.Alitrip} */
@@ -3279,6 +3301,8 @@ declare interface TaoEventsListener {
3279
3301
  on(topic: 'alibaba_icbulive_CommentNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIcbuliveCommentNotice) => void): TaoMessageConsumer;
3280
3302
  /** {@link IncomingMessage.AlibabaIcbuliveEnterNotice ICBU > 直播观众进场通知} */
3281
3303
  on(topic: 'alibaba_icbulive_EnterNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIcbuliveEnterNotice) => void): TaoMessageConsumer;
3304
+ /** {@link IncomingMessage.AlibabaIdleHouseStatusNotify 闲鱼 > 闲鱼房源状态变更通知} */
3305
+ on(topic: 'alibaba_idle_HouseStatusNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleHouseStatusNotify) => void): TaoMessageConsumer;
3282
3306
  /** {@link IncomingMessage.AlibabaIfpPackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息} */
3283
3307
  on(topic: 'alibaba_ifp_PackageCfcContainer', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIfpPackageCfcContainer) => void): TaoMessageConsumer;
3284
3308
  /** {@link IncomingMessage.AlibabaInfopGoodsChange 采购系统 > 采购系统商品消息变更消息} */
@@ -3633,6 +3657,8 @@ declare interface TaoEventsListener {
3633
3657
  on(topic: 'alibaba_wdkorder_VoucherStatus', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdkorderVoucherStatus) => void): TaoMessageConsumer;
3634
3658
  /** {@link IncomingMessage.AlibabaWdktradeCouponInstance 五道口营销 > 营销券实例消息} */
3635
3659
  on(topic: 'alibaba_wdktrade_CouponInstance', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdktradeCouponInstance) => void): TaoMessageConsumer;
3660
+ /** {@link IncomingMessage.AlibabaYichaoInsuranceUpdate 天猫服务 > 蚁巢保单修改消息} */
3661
+ on(topic: 'alibaba_yichao_InsuranceUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYichaoInsuranceUpdate) => void): TaoMessageConsumer;
3636
3662
  /** {@link IncomingMessage.AlibabaYunioDataTransfer 平台消息 > YunIO数据流转} */
3637
3663
  on(topic: 'alibaba_yunio_DataTransfer', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYunioDataTransfer) => void): TaoMessageConsumer;
3638
3664
  /** {@link IncomingMessage.AlicomAxbSubsEventSync 阿里通信 > 绑定事件同步} */
@@ -3799,6 +3825,8 @@ declare interface TaoEventsListener {
3799
3825
  on(topic: 'alipay_update_Seller', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlipayUpdateSeller) => void): TaoMessageConsumer;
3800
3826
  /** {@link IncomingMessage.AlipayXiaodaiSignNotify 阿里金融 > 阿里金融签约通知} */
3801
3827
  on(topic: 'alipay_xiaodai_SignNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlipayXiaodaiSignNotify) => void): TaoMessageConsumer;
3828
+ /** {@link IncomingMessage.AlipicLarkSchedulesDataDownlink ALIPIC > 排期列表数据增量下行} */
3829
+ on(topic: 'alipic_lark_SchedulesDataDownlink', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlipicLarkSchedulesDataDownlink) => void): TaoMessageConsumer;
3802
3830
  /** {@link IncomingMessage.AlisportsBankAlipayattention 支付宝体育 > 支付宝体育服务小程序关注消息} */
3803
3831
  on(topic: 'alisports_bank_Alipayattention', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlisportsBankAlipayattention) => void): TaoMessageConsumer;
3804
3832
  /** {@link IncomingMessage.AlitripAgentNotify 淘宝机票 > 商家机票业务通知} */
@@ -3903,6 +3931,8 @@ declare interface TaoEventsListener {
3903
3931
  on(topic: 'alsc_kbbbt_ProductChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlscKbbbtProductChange) => void): TaoMessageConsumer;
3904
3932
  /** {@link IncomingMessage.AlscReviewbwcActivityEnrollSync 口碑 > 本地联盟饿了么评价有礼门店活动消息} */
3905
3933
  on(topic: 'alsc_reviewbwc_ActivityEnrollSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlscReviewbwcActivityEnrollSync) => void): TaoMessageConsumer;
3934
+ /** {@link IncomingMessage.AlscReviewbwcSidBindSync 口碑 > 评价有礼渠道用户身份SID绑定通知} */
3935
+ on(topic: 'alsc_reviewbwc_SidBindSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlscReviewbwcSidBindSync) => void): TaoMessageConsumer;
3906
3936
  /** {@link IncomingMessage.AlscRiskPunishSend 口碑 > 本地生活处罚中心处罚下发} */
3907
3937
  on(topic: 'alsc_risk_PunishSend', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlscRiskPunishSend) => void): TaoMessageConsumer;
3908
3938
  /** {@link IncomingMessage.AlscSalesadaptorShopAuditingNotify 口碑 > 饿了么开店状态通知接口} */
@@ -4475,6 +4505,8 @@ declare interface TaoEventsListener {
4475
4505
  on(topic: 'taobao_istore_GiftingMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIstoreGiftingMsg) => void): TaoMessageConsumer;
4476
4506
  /** {@link IncomingMessage.TaobaoItemAuditResultNotify 淘宝商品 > 淘宝商品审核结果消息通知} */
4477
4507
  on(topic: 'taobao_item_AuditResultNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoItemAuditResultNotify) => void): TaoMessageConsumer;
4508
+ /** {@link IncomingMessage.TaobaoItemDistributeItemEdit 淘宝商品 > 商品变更消息通知} */
4509
+ on(topic: 'taobao_item_DistributeItemEdit', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoItemDistributeItemEdit) => void): TaoMessageConsumer;
4478
4510
  /** {@link IncomingMessage.TaobaoItemItemAdd 淘宝商品 > 商品新增消息} */
4479
4511
  on(topic: 'taobao_item_ItemAdd', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoItemItemAdd) => void): TaoMessageConsumer;
4480
4512
  /** {@link IncomingMessage.TaobaoItemItemDelete 淘宝商品 > 商品删除消息} */
@@ -5223,6 +5255,8 @@ declare interface TaoEventsListener {
5223
5255
  on(topic: 'tmall_sasssign_Msg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallSasssignMsg) => void): TaoMessageConsumer;
5224
5256
  /** {@link IncomingMessage.TmallScmSendTmcsDistributeSettleFee 天猫 > 猫超经销结算打款消息} */
5225
5257
  on(topic: 'tmall_scm_SendTmcsDistributeSettleFee', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallScmSendTmcsDistributeSettleFee) => void): TaoMessageConsumer;
5258
+ /** {@link IncomingMessage.TmallServiceCycleBillInvoice 天猫 > 服务结算账期账单发票消息} */
5259
+ on(topic: 'tmall_service_CycleBillInvoice', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallServiceCycleBillInvoice) => void): TaoMessageConsumer;
5226
5260
  /** {@link IncomingMessage.TmallServicecenterTaskUpdate 天猫服务 > 天猫服务平台工单更新} */
5227
5261
  on(topic: 'tmall_servicecenter_TaskUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenterTaskUpdate) => void): TaoMessageConsumer;
5228
5262
  /** {@link IncomingMessage.TmallServiceplatformServiceProductChanged 天猫服务 > 天猫服务产品变更消息} */
@@ -5387,6 +5421,8 @@ declare interface TaoEventsListener {
5387
5421
  on(topic: 'alibaba_homestyler', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaHomestyler) => void): TaoMessageConsumer;
5388
5422
  /** {@link IncomingMessage.AlibabaIcbulive} */
5389
5423
  on(topic: 'alibaba_icbulive', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIcbulive) => void): TaoMessageConsumer;
5424
+ /** {@link IncomingMessage.AlibabaIdle} */
5425
+ on(topic: 'alibaba_idle', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdle) => void): TaoMessageConsumer;
5390
5426
  /** {@link IncomingMessage.AlibabaIfp} */
5391
5427
  on(topic: 'alibaba_ifp', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIfp) => void): TaoMessageConsumer;
5392
5428
  /** {@link IncomingMessage.AlibabaInfop} */
@@ -5459,6 +5495,8 @@ declare interface TaoEventsListener {
5459
5495
  on(topic: 'alibaba_wdkorder', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdkorder) => void): TaoMessageConsumer;
5460
5496
  /** {@link IncomingMessage.AlibabaWdktrade} */
5461
5497
  on(topic: 'alibaba_wdktrade', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaWdktrade) => void): TaoMessageConsumer;
5498
+ /** {@link IncomingMessage.AlibabaYichao} */
5499
+ on(topic: 'alibaba_yichao', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYichao) => void): TaoMessageConsumer;
5462
5500
  /** {@link IncomingMessage.AlibabaYunio} */
5463
5501
  on(topic: 'alibaba_yunio', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaYunio) => void): TaoMessageConsumer;
5464
5502
  /** {@link IncomingMessage.AlicomAxb} */
@@ -5515,6 +5553,8 @@ declare interface TaoEventsListener {
5515
5553
  on(topic: 'alipay_update', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlipayUpdate) => void): TaoMessageConsumer;
5516
5554
  /** {@link IncomingMessage.AlipayXiaodai} */
5517
5555
  on(topic: 'alipay_xiaodai', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlipayXiaodai) => void): TaoMessageConsumer;
5556
+ /** {@link IncomingMessage.AlipicLark} */
5557
+ on(topic: 'alipic_lark', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlipicLark) => void): TaoMessageConsumer;
5518
5558
  /** {@link IncomingMessage.AlisportsBank} */
5519
5559
  on(topic: 'alisports_bank', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlisportsBank) => void): TaoMessageConsumer;
5520
5560
  /** {@link IncomingMessage.AlitripAgent} */
@@ -5941,6 +5981,8 @@ declare interface TaoEventsListener {
5941
5981
  on(topic: 'tmall_sasssign', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallSasssign) => void): TaoMessageConsumer;
5942
5982
  /** {@link IncomingMessage.TmallScm} */
5943
5983
  on(topic: 'tmall_scm', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallScm) => void): TaoMessageConsumer;
5984
+ /** {@link IncomingMessage.TmallService} */
5985
+ on(topic: 'tmall_service', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallService) => void): TaoMessageConsumer;
5944
5986
  /** {@link IncomingMessage.TmallServicecenter} */
5945
5987
  on(topic: 'tmall_servicecenter', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenter) => void): TaoMessageConsumer;
5946
5988
  /** {@link IncomingMessage.TmallServiceplatform} */
@@ -6023,6 +6065,8 @@ declare interface TaoEventsListener {
6023
6065
  on(topic: 'alios', listener: (this: TaoMessageConsumer, message: IncomingMessage.Alios) => void): TaoMessageConsumer;
6024
6066
  /** {@link IncomingMessage.Alipay} */
6025
6067
  on(topic: 'alipay', listener: (this: TaoMessageConsumer, message: IncomingMessage.Alipay) => void): TaoMessageConsumer;
6068
+ /** {@link IncomingMessage.Alipic} */
6069
+ on(topic: 'alipic', listener: (this: TaoMessageConsumer, message: IncomingMessage.Alipic) => void): TaoMessageConsumer;
6026
6070
  /** {@link IncomingMessage.Alisports} */
6027
6071
  on(topic: 'alisports', listener: (this: TaoMessageConsumer, message: IncomingMessage.Alisports) => void): TaoMessageConsumer;
6028
6072
  /** {@link IncomingMessage.Alitrip} */
@@ -8,6 +8,7 @@
8
8
  /// <reference path="alihouse.d.ts" />
9
9
  /// <reference path="alios.d.ts" />
10
10
  /// <reference path="alipay.d.ts" />
11
+ /// <reference path="alipic.d.ts" />
11
12
  /// <reference path="alisports.d.ts" />
12
13
  /// <reference path="alitrip.d.ts" />
13
14
  /// <reference path="aliyun.d.ts" />
@@ -244,6 +245,8 @@ declare namespace IncomingMessage {
244
245
  type AlibabaIcbuliveCommentNotice = Message & { content?: MessageContent & { topic?: 'alibaba_icbulive_CommentNotice', content?: string | Alibaba.Icbulive.CommentNotice } };
245
246
  /** {@link Alibaba.Icbulive.EnterNotice ICBU > 直播观众进场通知} */
246
247
  type AlibabaIcbuliveEnterNotice = Message & { content?: MessageContent & { topic?: 'alibaba_icbulive_EnterNotice', content?: string | Alibaba.Icbulive.EnterNotice } };
248
+ /** {@link Alibaba.Idle.HouseStatusNotify 闲鱼 > 闲鱼房源状态变更通知} */
249
+ type AlibabaIdleHouseStatusNotify = Message & { content?: MessageContent & { topic?: 'alibaba_idle_HouseStatusNotify', content?: string | Alibaba.Idle.HouseStatusNotify } };
247
250
  /** {@link Alibaba.Ifp.PackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息} */
248
251
  type AlibabaIfpPackageCfcContainer = Message & { content?: MessageContent & { topic?: 'alibaba_ifp_PackageCfcContainer', content?: string | Alibaba.Ifp.PackageCfcContainer } };
249
252
  /** {@link Alibaba.Infop.GoodsChange 采购系统 > 采购系统商品消息变更消息} */
@@ -598,6 +601,8 @@ declare namespace IncomingMessage {
598
601
  type AlibabaWdkorderVoucherStatus = Message & { content?: MessageContent & { topic?: 'alibaba_wdkorder_VoucherStatus', content?: string | Alibaba.Wdkorder.VoucherStatus } };
599
602
  /** {@link Alibaba.Wdktrade.CouponInstance 五道口营销 > 营销券实例消息} */
600
603
  type AlibabaWdktradeCouponInstance = Message & { content?: MessageContent & { topic?: 'alibaba_wdktrade_CouponInstance', content?: string | Alibaba.Wdktrade.CouponInstance } };
604
+ /** {@link Alibaba.Yichao.InsuranceUpdate 天猫服务 > 蚁巢保单修改消息} */
605
+ type AlibabaYichaoInsuranceUpdate = Message & { content?: MessageContent & { topic?: 'alibaba_yichao_InsuranceUpdate', content?: string | Alibaba.Yichao.InsuranceUpdate } };
601
606
  /** {@link Alibaba.Yunio.DataTransfer 平台消息 > YunIO数据流转} */
602
607
  type AlibabaYunioDataTransfer = Message & { content?: MessageContent & { topic?: 'alibaba_yunio_DataTransfer', content?: string | Alibaba.Yunio.DataTransfer } };
603
608
  /** {@link Alicom.Axb.SubsEventSync 阿里通信 > 绑定事件同步} */
@@ -764,6 +769,8 @@ declare namespace IncomingMessage {
764
769
  type AlipayUpdateSeller = Message & { content?: MessageContent & { topic?: 'alipay_update_Seller', content?: string | Alipay.Update.Seller } };
765
770
  /** {@link Alipay.Xiaodai.SignNotify 阿里金融 > 阿里金融签约通知} */
766
771
  type AlipayXiaodaiSignNotify = Message & { content?: MessageContent & { topic?: 'alipay_xiaodai_SignNotify', content?: string | Alipay.Xiaodai.SignNotify } };
772
+ /** {@link Alipic.Lark.SchedulesDataDownlink ALIPIC > 排期列表数据增量下行} */
773
+ type AlipicLarkSchedulesDataDownlink = Message & { content?: MessageContent & { topic?: 'alipic_lark_SchedulesDataDownlink', content?: string | Alipic.Lark.SchedulesDataDownlink } };
767
774
  /** {@link Alisports.Bank.Alipayattention 支付宝体育 > 支付宝体育服务小程序关注消息} */
768
775
  type AlisportsBankAlipayattention = Message & { content?: MessageContent & { topic?: 'alisports_bank_Alipayattention', content?: string | Alisports.Bank.Alipayattention } };
769
776
  /** {@link Alitrip.Agent.Notify 淘宝机票 > 商家机票业务通知} */
@@ -868,6 +875,8 @@ declare namespace IncomingMessage {
868
875
  type AlscKbbbtProductChange = Message & { content?: MessageContent & { topic?: 'alsc_kbbbt_ProductChange', content?: string | Alsc.Kbbbt.ProductChange } };
869
876
  /** {@link Alsc.Reviewbwc.ActivityEnrollSync 口碑 > 本地联盟饿了么评价有礼门店活动消息} */
870
877
  type AlscReviewbwcActivityEnrollSync = Message & { content?: MessageContent & { topic?: 'alsc_reviewbwc_ActivityEnrollSync', content?: string | Alsc.Reviewbwc.ActivityEnrollSync } };
878
+ /** {@link Alsc.Reviewbwc.SidBindSync 口碑 > 评价有礼渠道用户身份SID绑定通知} */
879
+ type AlscReviewbwcSidBindSync = Message & { content?: MessageContent & { topic?: 'alsc_reviewbwc_SidBindSync', content?: string | Alsc.Reviewbwc.SidBindSync } };
871
880
  /** {@link Alsc.Risk.PunishSend 口碑 > 本地生活处罚中心处罚下发} */
872
881
  type AlscRiskPunishSend = Message & { content?: MessageContent & { topic?: 'alsc_risk_PunishSend', content?: string | Alsc.Risk.PunishSend } };
873
882
  /** {@link Alsc.Salesadaptor.ShopAuditingNotify 口碑 > 饿了么开店状态通知接口} */
@@ -1440,6 +1449,8 @@ declare namespace IncomingMessage {
1440
1449
  type TaobaoIstoreGiftingMsg = Message & { content?: MessageContent & { topic?: 'taobao_istore_GiftingMsg', content?: string | Taobao.Istore.GiftingMsg } };
1441
1450
  /** {@link Taobao.Item.AuditResultNotify 淘宝商品 > 淘宝商品审核结果消息通知} */
1442
1451
  type TaobaoItemAuditResultNotify = Message & { content?: MessageContent & { topic?: 'taobao_item_AuditResultNotify', content?: string | Taobao.Item.AuditResultNotify } };
1452
+ /** {@link Taobao.Item.DistributeItemEdit 淘宝商品 > 商品变更消息通知} */
1453
+ type TaobaoItemDistributeItemEdit = Message & { content?: MessageContent & { topic?: 'taobao_item_DistributeItemEdit', content?: string | Taobao.Item.DistributeItemEdit } };
1443
1454
  /** {@link Taobao.Item.ItemAdd 淘宝商品 > 商品新增消息} */
1444
1455
  type TaobaoItemItemAdd = Message & { content?: MessageContent & { topic?: 'taobao_item_ItemAdd', content?: string | Taobao.Item.ItemAdd } };
1445
1456
  /** {@link Taobao.Item.ItemDelete 淘宝商品 > 商品删除消息} */
@@ -2188,6 +2199,8 @@ declare namespace IncomingMessage {
2188
2199
  type TmallSasssignMsg = Message & { content?: MessageContent & { topic?: 'tmall_sasssign_Msg', content?: string | Tmall.Sasssign.Msg } };
2189
2200
  /** {@link Tmall.Scm.SendTmcsDistributeSettleFee 天猫 > 猫超经销结算打款消息} */
2190
2201
  type TmallScmSendTmcsDistributeSettleFee = Message & { content?: MessageContent & { topic?: 'tmall_scm_SendTmcsDistributeSettleFee', content?: string | Tmall.Scm.SendTmcsDistributeSettleFee } };
2202
+ /** {@link Tmall.Service.CycleBillInvoice 天猫 > 服务结算账期账单发票消息} */
2203
+ type TmallServiceCycleBillInvoice = Message & { content?: MessageContent & { topic?: 'tmall_service_CycleBillInvoice', content?: string | Tmall.Service.CycleBillInvoice } };
2191
2204
  /** {@link Tmall.Servicecenter.TaskUpdate 天猫服务 > 天猫服务平台工单更新} */
2192
2205
  type TmallServicecenterTaskUpdate = Message & { content?: MessageContent & { topic?: 'tmall_servicecenter_TaskUpdate', content?: string | Tmall.Servicecenter.TaskUpdate } };
2193
2206
  /** {@link Tmall.Serviceplatform.ServiceProductChanged 天猫服务 > 天猫服务产品变更消息} */
@@ -2552,6 +2565,10 @@ declare namespace IncomingMessage {
2552
2565
  */
2553
2566
  type AlibabaIcbulive = AlibabaIcbuliveCommentNotice
2554
2567
  | AlibabaIcbuliveEnterNotice;
2568
+ /**
2569
+ * - {@link AlibabaIdleHouseStatusNotify 闲鱼 > 闲鱼房源状态变更通知}
2570
+ */
2571
+ type AlibabaIdle = AlibabaIdleHouseStatusNotify;
2555
2572
  /**
2556
2573
  * - {@link AlibabaIfpPackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息}
2557
2574
  */
@@ -2978,6 +2995,10 @@ declare namespace IncomingMessage {
2978
2995
  * - {@link AlibabaWdktradeCouponInstance 五道口营销 > 营销券实例消息}
2979
2996
  */
2980
2997
  type AlibabaWdktrade = AlibabaWdktradeCouponInstance;
2998
+ /**
2999
+ * - {@link AlibabaYichaoInsuranceUpdate 天猫服务 > 蚁巢保单修改消息}
3000
+ */
3001
+ type AlibabaYichao = AlibabaYichaoInsuranceUpdate;
2981
3002
  /**
2982
3003
  * - {@link AlibabaYunioDataTransfer 平台消息 > YunIO数据流转}
2983
3004
  */
@@ -3200,6 +3221,10 @@ declare namespace IncomingMessage {
3200
3221
  * - {@link AlipayXiaodaiSignNotify 阿里金融 > 阿里金融签约通知}
3201
3222
  */
3202
3223
  type AlipayXiaodai = AlipayXiaodaiSignNotify;
3224
+ /**
3225
+ * - {@link AlipicLarkSchedulesDataDownlink ALIPIC > 排期列表数据增量下行}
3226
+ */
3227
+ type AlipicLark = AlipicLarkSchedulesDataDownlink;
3203
3228
  /**
3204
3229
  * - {@link AlisportsBankAlipayattention 支付宝体育 > 支付宝体育服务小程序关注消息}
3205
3230
  */
@@ -3352,8 +3377,10 @@ declare namespace IncomingMessage {
3352
3377
  | AlscKbbbtProductChange;
3353
3378
  /**
3354
3379
  * - {@link AlscReviewbwcActivityEnrollSync 口碑 > 本地联盟饿了么评价有礼门店活动消息}
3380
+ * - {@link AlscReviewbwcSidBindSync 口碑 > 评价有礼渠道用户身份SID绑定通知}
3355
3381
  */
3356
- type AlscReviewbwc = AlscReviewbwcActivityEnrollSync;
3382
+ type AlscReviewbwc = AlscReviewbwcActivityEnrollSync
3383
+ | AlscReviewbwcSidBindSync;
3357
3384
  /**
3358
3385
  * - {@link AlscRiskPunishSend 口碑 > 本地生活处罚中心处罚下发}
3359
3386
  */
@@ -4116,6 +4143,7 @@ declare namespace IncomingMessage {
4116
4143
  type TaobaoIstore = TaobaoIstoreGiftingMsg;
4117
4144
  /**
4118
4145
  * - {@link TaobaoItemAuditResultNotify 淘宝商品 > 淘宝商品审核结果消息通知}
4146
+ * - {@link TaobaoItemDistributeItemEdit 淘宝商品 > 商品变更消息通知}
4119
4147
  * - {@link TaobaoItemItemAdd 淘宝商品 > 商品新增消息}
4120
4148
  * - {@link TaobaoItemItemDelete 淘宝商品 > 商品删除消息}
4121
4149
  * - {@link TaobaoItemItemDownshelf 淘宝商品 > 商品下架消息}
@@ -4133,6 +4161,7 @@ declare namespace IncomingMessage {
4133
4161
  * - {@link TaobaoItemItemZeroStock 淘宝商品 > 商品卖空消息}
4134
4162
  */
4135
4163
  type TaobaoItem = TaobaoItemAuditResultNotify
4164
+ | TaobaoItemDistributeItemEdit
4136
4165
  | TaobaoItemItemAdd
4137
4166
  | TaobaoItemItemDelete
4138
4167
  | TaobaoItemItemDownshelf
@@ -5050,6 +5079,10 @@ declare namespace IncomingMessage {
5050
5079
  * - {@link TmallScmSendTmcsDistributeSettleFee 天猫 > 猫超经销结算打款消息}
5051
5080
  */
5052
5081
  type TmallScm = TmallScmSendTmcsDistributeSettleFee;
5082
+ /**
5083
+ * - {@link TmallServiceCycleBillInvoice 天猫 > 服务结算账期账单发票消息}
5084
+ */
5085
+ type TmallService = TmallServiceCycleBillInvoice;
5053
5086
  /**
5054
5087
  * - {@link TmallServicecenterTaskUpdate 天猫服务 > 天猫服务平台工单更新}
5055
5088
  */
@@ -5258,6 +5291,7 @@ declare namespace IncomingMessage {
5258
5291
  * - {@link AlibabaHj}
5259
5292
  * - {@link AlibabaHomestyler}
5260
5293
  * - {@link AlibabaIcbulive}
5294
+ * - {@link AlibabaIdle}
5261
5295
  * - {@link AlibabaIfp}
5262
5296
  * - {@link AlibabaInfop}
5263
5297
  * - {@link AlibabaIntime}
@@ -5294,6 +5328,7 @@ declare namespace IncomingMessage {
5294
5328
  * - {@link AlibabaWdkopen}
5295
5329
  * - {@link AlibabaWdkorder}
5296
5330
  * - {@link AlibabaWdktrade}
5331
+ * - {@link AlibabaYichao}
5297
5332
  * - {@link AlibabaYunio}
5298
5333
  */
5299
5334
  type Alibaba = AlibabaAdlab
@@ -5321,6 +5356,7 @@ declare namespace IncomingMessage {
5321
5356
  | AlibabaHj
5322
5357
  | AlibabaHomestyler
5323
5358
  | AlibabaIcbulive
5359
+ | AlibabaIdle
5324
5360
  | AlibabaIfp
5325
5361
  | AlibabaInfop
5326
5362
  | AlibabaIntime
@@ -5357,6 +5393,7 @@ declare namespace IncomingMessage {
5357
5393
  | AlibabaWdkopen
5358
5394
  | AlibabaWdkorder
5359
5395
  | AlibabaWdktrade
5396
+ | AlibabaYichao
5360
5397
  | AlibabaYunio;
5361
5398
  /**
5362
5399
  * - {@link AlicomAxb}
@@ -5424,6 +5461,10 @@ declare namespace IncomingMessage {
5424
5461
  | AlipayTrade
5425
5462
  | AlipayUpdate
5426
5463
  | AlipayXiaodai;
5464
+ /**
5465
+ * - {@link AlipicLark}
5466
+ */
5467
+ type Alipic = AlipicLark;
5427
5468
  /**
5428
5469
  * - {@link AlisportsBank}
5429
5470
  */
@@ -5880,6 +5921,7 @@ declare namespace IncomingMessage {
5880
5921
  * - {@link TmallRetail}
5881
5922
  * - {@link TmallSasssign}
5882
5923
  * - {@link TmallScm}
5924
+ * - {@link TmallService}
5883
5925
  * - {@link TmallServicecenter}
5884
5926
  * - {@link TmallServiceplatform}
5885
5927
  * - {@link TmallSupermarket}
@@ -5911,6 +5953,7 @@ declare namespace IncomingMessage {
5911
5953
  | TmallRetail
5912
5954
  | TmallSasssign
5913
5955
  | TmallScm
5956
+ | TmallService
5914
5957
  | TmallServicecenter
5915
5958
  | TmallServiceplatform
5916
5959
  | TmallSupermarket
package/types/taobao.d.ts CHANGED
@@ -2449,6 +2449,18 @@ declare namespace Taobao.Item {
2449
2449
  user_nick: string;
2450
2450
  }
2451
2451
 
2452
+ /** {@link https://open.taobao.com/tmc.htm?docId=2551&docType=9 商品变更消息通知} */
2453
+ interface DistributeItemEdit {
2454
+ /** 业务类型 */
2455
+ biz_type: string;
2456
+ /** 变更类型 */
2457
+ message_type?: string;
2458
+ /** 消息主键id */
2459
+ msg_id: string;
2460
+ /** 平台商品id */
2461
+ platform_item_id?: string;
2462
+ }
2463
+
2452
2464
  /** {@link https://open.taobao.com/tmc.htm?docId=128&docType=9 商品新增消息} */
2453
2465
  interface ItemAdd {
2454
2466
  /** 卖家昵称 */
package/types/tmall.d.ts CHANGED
@@ -1041,6 +1041,27 @@ declare namespace Tmall.Scm {
1041
1041
  }
1042
1042
  }
1043
1043
 
1044
+ /** 天猫 */
1045
+ declare namespace Tmall.Service {
1046
+ /** {@link https://open.taobao.com/tmc.htm?docId=2542&docType=9 服务结算账期账单发票消息} */
1047
+ interface CycleBillInvoice {
1048
+ /** 含税金额 元 */
1049
+ amount: string;
1050
+ /** 账期 */
1051
+ bill_cycle: string;
1052
+ /** 账单ID */
1053
+ bill_id: string;
1054
+ /** 不含税金额 元 */
1055
+ excluding_tax_amount: string;
1056
+ /** 发票错误信息 */
1057
+ invoice_error_info?: string;
1058
+ /** 发票状态 */
1059
+ invoice_status?: string;
1060
+ /** 税额 元 */
1061
+ tax_amount: string;
1062
+ }
1063
+ }
1064
+
1044
1065
  /** 天猫服务 */
1045
1066
  declare namespace Tmall.Servicecenter {
1046
1067
  /** {@link https://open.taobao.com/tmc.htm?docId=905&docType=9 天猫服务平台工单更新} */