tmc.js 0.3.58 → 0.3.59
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 +5 -4
- package/package.json +1 -1
- package/types/alibaba.d.ts +30 -0
- package/types/idle.d.ts +37 -0
- package/types/index.d.ts +84 -4
- package/types/message.in.d.ts +87 -7
- package/types/taobao.d.ts +176 -1
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>共计
|
|
137
|
+
<details><summary>共计 105+ 类别,616+ 消息数</summary>
|
|
138
138
|
|
|
139
139
|
| 类别 | 消息数 |
|
|
140
140
|
| --- | --- |
|
|
@@ -227,8 +227,8 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
|
|
|
227
227
|
| 阿里健康-疫苗 | 2 |
|
|
228
228
|
| 酒店交易消息API | 1 |
|
|
229
229
|
| 智能应用 | 1 |
|
|
230
|
-
| 内容开放 |
|
|
231
|
-
| 闲鱼电商Saas |
|
|
230
|
+
| 内容开放 | 4 |
|
|
231
|
+
| 闲鱼电商Saas | 15 |
|
|
232
232
|
| 货源服务消息 | 2 |
|
|
233
233
|
| 淘宝闪购联盟-卡券消息API | 2 |
|
|
234
234
|
| 淘宝闪购联盟-卡券包采购单消息API | 2 |
|
|
@@ -238,10 +238,11 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
|
|
|
238
238
|
| 闲鱼房源-前台 | 1 |
|
|
239
239
|
| 绘蛙消息 | 3 |
|
|
240
240
|
| 公益三小时公共 | 1 |
|
|
241
|
-
| 采购宝API |
|
|
241
|
+
| 采购宝API | 8 |
|
|
242
242
|
| 闪购交易 | 13 |
|
|
243
243
|
| 闲鱼奢品寄卖 | 1 |
|
|
244
244
|
| 全渠道API | 1 |
|
|
245
|
+
| 销售库存 | 1 |
|
|
245
246
|
|
|
246
247
|
</details>
|
|
247
248
|
|
package/package.json
CHANGED
package/types/alibaba.d.ts
CHANGED
|
@@ -1570,6 +1570,36 @@ declare namespace Alibaba.Idle {
|
|
|
1570
1570
|
status: number;
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2738&docType=9 闲鱼同城ka商家im绑定状态同步} */
|
|
1574
|
+
interface LocalIMBindStatusSyn {
|
|
1575
|
+
/** 行业 */
|
|
1576
|
+
biz_type: number;
|
|
1577
|
+
/** 加密卖家会员名 */
|
|
1578
|
+
encrypt_member_name: string;
|
|
1579
|
+
/** 变更状态 0:服务商绑定,-1:解绑,1:授权 */
|
|
1580
|
+
status: number;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2737&docType=9 闲鱼留资卡确认消息同步} */
|
|
1584
|
+
interface LocalLeadConfirmSyn {
|
|
1585
|
+
/** 加密买家展示昵称 */
|
|
1586
|
+
encry_buyer_display_nick: string;
|
|
1587
|
+
/** 加密买家id */
|
|
1588
|
+
encry_buyer_id: string;
|
|
1589
|
+
/** 加密商品id */
|
|
1590
|
+
encry_item_id: string;
|
|
1591
|
+
/** 加密卖家id */
|
|
1592
|
+
encry_seller_id: string;
|
|
1593
|
+
/** 加密卖家会员名 */
|
|
1594
|
+
encry_seller_member_name: string;
|
|
1595
|
+
/** 加密会话id */
|
|
1596
|
+
encry_session_id: string;
|
|
1597
|
+
/** 加密电话号码 */
|
|
1598
|
+
encry_tel: string;
|
|
1599
|
+
/** 时间戳 */
|
|
1600
|
+
time_stamp: number;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1573
1603
|
/** {@link https://open.taobao.com/tmc.htm?docId=2712&docType=9 闲鱼KA商家询单消息通知} */
|
|
1574
1604
|
interface LocalMessageNotify {
|
|
1575
1605
|
/** 消息内容 */
|
package/types/idle.d.ts
CHANGED
|
@@ -174,6 +174,29 @@ declare namespace Idle.Distribution {
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
/** 闲鱼电商Saas */
|
|
178
|
+
declare namespace Idle.Eticket {
|
|
179
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2741&docType=9 闲鱼囤囤券商品到有效期通知消息} */
|
|
180
|
+
interface ItemExpire {
|
|
181
|
+
/** 商品id */
|
|
182
|
+
item_id: string;
|
|
183
|
+
/** 商品归属的卖家id */
|
|
184
|
+
seller_id: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2730&docType=9 闲鱼卡券电子凭证订单消息} */
|
|
188
|
+
interface Ordermsg {
|
|
189
|
+
/** 订单id */
|
|
190
|
+
biz_order_id: string;
|
|
191
|
+
/** expire_refund:过期自动退,unuse_refund:未使用退款 */
|
|
192
|
+
msg_type: string;
|
|
193
|
+
/** 逆向单id */
|
|
194
|
+
refund_id: string;
|
|
195
|
+
/** 卖家id */
|
|
196
|
+
seller_id: string;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
177
200
|
/** 闲鱼 */
|
|
178
201
|
declare namespace Idle.Fishmarket {
|
|
179
202
|
/** {@link https://open.taobao.com/tmc.htm?docId=2683&docType=9 闲鱼鱼市买家单状态同步} */
|
|
@@ -344,6 +367,20 @@ declare namespace Idle.Seller {
|
|
|
344
367
|
/** 提效包使用开始时间 */
|
|
345
368
|
use_start_time: string;
|
|
346
369
|
}
|
|
370
|
+
|
|
371
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2731&docType=9 闲鱼鱼小铺专业号身份变更状态} */
|
|
372
|
+
interface ProShopStatus {
|
|
373
|
+
/** 专业号退出时间 */
|
|
374
|
+
pro_shop_quit_time?: string;
|
|
375
|
+
/** 专业号对应状态,1-待生效 2-已生效 3-已退出 */
|
|
376
|
+
pro_shop_status: number;
|
|
377
|
+
/** 专业号升级时间 */
|
|
378
|
+
pro_shop_upgrade_time?: string;
|
|
379
|
+
/** 专业号生效时间 */
|
|
380
|
+
pro_shop_valid_time?: string;
|
|
381
|
+
/** 用户id */
|
|
382
|
+
user_id: number;
|
|
383
|
+
}
|
|
347
384
|
}
|
|
348
385
|
|
|
349
386
|
/** 闲鱼电商Saas */
|
package/types/index.d.ts
CHANGED
|
@@ -284,6 +284,10 @@ declare interface TaoTopicsDescriptor {
|
|
|
284
284
|
alibaba_idle_HouseStatusNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleHouseStatusNotify) => void): TaoMessageConsumer;
|
|
285
285
|
/** {@link IncomingMessage.AlibabaIdleJobItemChangeStatusNotify 闲鱼 > 岗位状态变更通知} */
|
|
286
286
|
alibaba_idle_JobItemChangeStatusNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleJobItemChangeStatusNotify) => void): TaoMessageConsumer;
|
|
287
|
+
/** {@link IncomingMessage.AlibabaIdleLocalIMBindStatusSyn 闲鱼 > 闲鱼同城ka商家im绑定状态同步} */
|
|
288
|
+
alibaba_idle_LocalIMBindStatusSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleLocalIMBindStatusSyn) => void): TaoMessageConsumer;
|
|
289
|
+
/** {@link IncomingMessage.AlibabaIdleLocalLeadConfirmSyn 闲鱼 > 闲鱼留资卡确认消息同步} */
|
|
290
|
+
alibaba_idle_LocalLeadConfirmSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleLocalLeadConfirmSyn) => void): TaoMessageConsumer;
|
|
287
291
|
/** {@link IncomingMessage.AlibabaIdleLocalMessageNotify 闲鱼 > 闲鱼KA商家询单消息通知} */
|
|
288
292
|
alibaba_idle_LocalMessageNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleLocalMessageNotify) => void): TaoMessageConsumer;
|
|
289
293
|
/** {@link IncomingMessage.AlibabaIfpPackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息} */
|
|
@@ -1188,6 +1192,10 @@ declare interface TaoTopicsDescriptor {
|
|
|
1188
1192
|
idle_cycleshop_SaleOrderNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopSaleOrderNotice) => void): TaoMessageConsumer;
|
|
1189
1193
|
/** {@link IncomingMessage.IdleDistributionItemChange 闲鱼回收商消息 > 分销闲管家消息通道} */
|
|
1190
1194
|
idle_distribution_ItemChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleDistributionItemChange) => void): TaoMessageConsumer;
|
|
1195
|
+
/** {@link IncomingMessage.IdleEticketItemExpire 闲鱼电商Saas > 闲鱼囤囤券商品到有效期通知消息} */
|
|
1196
|
+
idle_eticket_ItemExpire(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleEticketItemExpire) => void): TaoMessageConsumer;
|
|
1197
|
+
/** {@link IncomingMessage.IdleEticketOrdermsg 闲鱼电商Saas > 闲鱼卡券电子凭证订单消息} */
|
|
1198
|
+
idle_eticket_Ordermsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleEticketOrdermsg) => void): TaoMessageConsumer;
|
|
1191
1199
|
/** {@link IncomingMessage.IdleFishmarketBuyerOrderStateSyn 闲鱼 > 闲鱼鱼市买家单状态同步} */
|
|
1192
1200
|
idle_fishmarket_BuyerOrderStateSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleFishmarketBuyerOrderStateSyn) => void): TaoMessageConsumer;
|
|
1193
1201
|
/** {@link IncomingMessage.IdleFishmarketItemAuctionStateSyn 闲鱼 > 闲鱼鱼市商品竞拍消息同步} */
|
|
@@ -1210,6 +1218,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1210
1218
|
idle_recycle_StoreSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleRecycleStoreSyn) => void): TaoMessageConsumer;
|
|
1211
1219
|
/** {@link IncomingMessage.IdleSellerImprovePackOrder 闲鱼电商Saas > 闲鱼鱼小铺运营提效包订购消息} */
|
|
1212
1220
|
idle_seller_ImprovePackOrder(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleSellerImprovePackOrder) => void): TaoMessageConsumer;
|
|
1221
|
+
/** {@link IncomingMessage.IdleSellerProShopStatus 闲鱼电商Saas > 闲鱼鱼小铺专业号身份变更状态} */
|
|
1222
|
+
idle_seller_ProShopStatus(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleSellerProShopStatus) => void): TaoMessageConsumer;
|
|
1213
1223
|
/** {@link IncomingMessage.IdleTopisvCompensateNotice 闲鱼电商Saas > 闲鱼开放平台-服务赔付单变更消息通知} */
|
|
1214
1224
|
idle_topisv_CompensateNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleTopisvCompensateNotice) => void): TaoMessageConsumer;
|
|
1215
1225
|
/** {@link IncomingMessage.IdleTopisvGlobalProductNotice 闲鱼电商Saas > 闲鱼开放平台-国际货品变更消息通知} */
|
|
@@ -1272,7 +1282,9 @@ declare interface TaoTopicsDescriptor {
|
|
|
1272
1282
|
taobao_ag_SignInfo(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgSignInfo) => void): TaoMessageConsumer;
|
|
1273
1283
|
/** {@link IncomingMessage.TaobaoAgTicketsMsg AliGenius > 商家工单消息} */
|
|
1274
1284
|
taobao_ag_TicketsMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgTicketsMsg) => void): TaoMessageConsumer;
|
|
1275
|
-
/** {@link IncomingMessage.
|
|
1285
|
+
/** {@link IncomingMessage.TaobaoAgentAgentRes 内容开放 > tao agent执行结果通知} */
|
|
1286
|
+
taobao_agent_AgentRes(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgentAgentRes) => void): TaoMessageConsumer;
|
|
1287
|
+
/** {@link IncomingMessage.TaobaoAgentWorkflowAsyncResult 内容开放 > 工作流开放异步执行结果通知} */
|
|
1276
1288
|
taobao_agent_WorkflowAsyncResult(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgentWorkflowAsyncResult) => void): TaoMessageConsumer;
|
|
1277
1289
|
/** {@link IncomingMessage.TaobaoAisCommonMessage 淘宝 > 厂商协同统一消息} */
|
|
1278
1290
|
taobao_ais_CommonMessage(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAisCommonMessage) => void): TaoMessageConsumer;
|
|
@@ -1364,6 +1376,10 @@ declare interface TaoTopicsDescriptor {
|
|
|
1364
1376
|
taobao_cco_AlipayCase(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCcoAlipayCase) => void): TaoMessageConsumer;
|
|
1365
1377
|
/** {@link IncomingMessage.TaobaoCcoGjCase 淘宝 > cco工单创建广交通知} */
|
|
1366
1378
|
taobao_cco_GjCase(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCcoGjCase) => void): TaoMessageConsumer;
|
|
1379
|
+
/** {@link IncomingMessage.TaobaoClothFulfillmentMsg 淘宝 > 淘宝服饰平台仓履约单消息} */
|
|
1380
|
+
taobao_cloth_FulfillmentMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoClothFulfillmentMsg) => void): TaoMessageConsumer;
|
|
1381
|
+
/** {@link IncomingMessage.TaobaoClothInboundMsg 淘宝 > 淘宝服饰平台仓入库单消息} */
|
|
1382
|
+
taobao_cloth_InboundMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoClothInboundMsg) => void): TaoMessageConsumer;
|
|
1367
1383
|
/** {@link IncomingMessage.TaobaoContentAuditAutocut 内容开放 > 智能混剪发布视频空间审核结果} */
|
|
1368
1384
|
taobao_content_AuditAutocut(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoContentAuditAutocut) => void): TaoMessageConsumer;
|
|
1369
1385
|
/** {@link IncomingMessage.TaobaoContentAuditMvx 内容开放 > 视频工具发布视频空间审核结果} */
|
|
@@ -1408,6 +1424,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1408
1424
|
taobao_dispute_NegotiationApply(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeNegotiationApply) => void): TaoMessageConsumer;
|
|
1409
1425
|
/** {@link IncomingMessage.TaobaoDisputeNegotiationRefused 淘宝 > 退款-买家拒绝协商申请} */
|
|
1410
1426
|
taobao_dispute_NegotiationRefused(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeNegotiationRefused) => void): TaoMessageConsumer;
|
|
1427
|
+
/** {@link IncomingMessage.TaobaoDisputePostageRefundApplied 淘宝 > 发起退运费申请} */
|
|
1428
|
+
taobao_dispute_PostageRefundApplied(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputePostageRefundApplied) => void): TaoMessageConsumer;
|
|
1411
1429
|
/** {@link IncomingMessage.TaobaoDisputePostageRefundSuccess 淘宝 > 退货运费单成功消息} */
|
|
1412
1430
|
taobao_dispute_PostageRefundSuccess(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputePostageRefundSuccess) => void): TaoMessageConsumer;
|
|
1413
1431
|
/** {@link IncomingMessage.TaobaoDisputeRefundCreated 淘宝 > 新退款创建} */
|
|
@@ -1590,7 +1608,13 @@ declare interface TaoTopicsDescriptor {
|
|
|
1590
1608
|
taobao_ifashion_OrderCreate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIfashionOrderCreate) => void): TaoMessageConsumer;
|
|
1591
1609
|
/** {@link IncomingMessage.TaobaoIhomeAigcTaskChange 淘宝 > aigc任务状态变更} */
|
|
1592
1610
|
taobao_ihome_AigcTaskChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIhomeAigcTaskChange) => void): TaoMessageConsumer;
|
|
1593
|
-
/** {@link IncomingMessage.
|
|
1611
|
+
/** {@link IncomingMessage.TaobaoIndustryPetDoc 淘宝 > 宠物档案新增或变更通知} */
|
|
1612
|
+
taobao_industry_PetDoc(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIndustryPetDoc) => void): TaoMessageConsumer;
|
|
1613
|
+
/** {@link IncomingMessage.TaobaoIndustryWWClothItemMsgNotify 淘宝 > 淘宝行业ww服饰商品变更消息推送} */
|
|
1614
|
+
taobao_industry_WWClothItemMsgNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIndustryWWClothItemMsgNotify) => void): TaoMessageConsumer;
|
|
1615
|
+
/** {@link IncomingMessage.TaobaoInventoryLowQuantityWarning 销售库存 > 低库存预警消息} */
|
|
1616
|
+
taobao_inventory_LowQuantityWarning(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoInventoryLowQuantityWarning) => void): TaoMessageConsumer;
|
|
1617
|
+
/** {@link IncomingMessage.TaobaoInventoryShareInventory 销售库存 > 天猫国际共享库存订单push} */
|
|
1594
1618
|
taobao_inventory_ShareInventory(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoInventoryShareInventory) => void): TaoMessageConsumer;
|
|
1595
1619
|
/** {@link IncomingMessage.TaobaoIstoreGiftingMsg Gifting送礼 > istoreGifing消息} */
|
|
1596
1620
|
taobao_istore_GiftingMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIstoreGiftingMsg) => void): TaoMessageConsumer;
|
|
@@ -1740,6 +1764,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1740
1764
|
taobao_oc_TradeTagChanged(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOcTradeTagChanged) => void): TaoMessageConsumer;
|
|
1741
1765
|
/** {@link IncomingMessage.TaobaoOfnCreditPayStatusChange 以旧换新-订单域 > 信用代扣状态变更同步} */
|
|
1742
1766
|
taobao_ofn_CreditPayStatusChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnCreditPayStatusChange) => void): TaoMessageConsumer;
|
|
1767
|
+
/** {@link IncomingMessage.TaobaoOfnDifferenceRefundPay 以旧换新-订单域 > 消费者补贴追差付款完成通知} */
|
|
1768
|
+
taobao_ofn_DifferenceRefundPay(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnDifferenceRefundPay) => void): TaoMessageConsumer;
|
|
1743
1769
|
/** {@link IncomingMessage.TaobaoOfnNewOrderEventSync 以旧换新-订单域 > 以旧换新新机单事件同步} */
|
|
1744
1770
|
taobao_ofn_NewOrderEventSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnNewOrderEventSync) => void): TaoMessageConsumer;
|
|
1745
1771
|
/** {@link IncomingMessage.TaobaoOfnOrderStatusSync 以旧换新-订单域 > 以旧换新回收单状态同步} */
|
|
@@ -1834,6 +1860,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1834
1860
|
taobao_pc_EgoTradePackage(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcEgoTradePackage) => void): TaoMessageConsumer;
|
|
1835
1861
|
/** {@link IncomingMessage.TaobaoPcItemChange 采购宝API > 商品变更消息} */
|
|
1836
1862
|
taobao_pc_ItemChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcItemChange) => void): TaoMessageConsumer;
|
|
1863
|
+
/** {@link IncomingMessage.TaobaoPcItemSkuChange 采购宝API > SKU变更消息} */
|
|
1864
|
+
taobao_pc_ItemSkuChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcItemSkuChange) => void): TaoMessageConsumer;
|
|
1837
1865
|
/** {@link IncomingMessage.TaobaoPcSaleInvoiceResult 采购宝API > PC企业购发票通知消息} */
|
|
1838
1866
|
taobao_pc_SaleInvoiceResult(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcSaleInvoiceResult) => void): TaoMessageConsumer;
|
|
1839
1867
|
/** {@link IncomingMessage.TaobaoPcSettleProcessEventMsg 采购宝API > PC企业购结算流程事件消息} */
|
|
@@ -1908,6 +1936,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1908
1936
|
taobao_rhino_QcResultUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRhinoQcResultUpdate) => void): TaoMessageConsumer;
|
|
1909
1937
|
/** {@link IncomingMessage.TaobaoRhinoWarehouseUpdate 智能制造API > 订单入库通知} */
|
|
1910
1938
|
taobao_rhino_WarehouseUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRhinoWarehouseUpdate) => void): TaoMessageConsumer;
|
|
1939
|
+
/** {@link IncomingMessage.TaobaoRobotUserSubscribeResult 淘宝 > 机器人辅助状态变更消息通知} */
|
|
1940
|
+
taobao_robot_UserSubscribeResult(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRobotUserSubscribeResult) => void): TaoMessageConsumer;
|
|
1911
1941
|
/** {@link IncomingMessage.TaobaoSecWlcAlipaySync 淘宝 > 无量尺风控信息同步支付宝} */
|
|
1912
1942
|
taobao_sec_WlcAlipaySync(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoSecWlcAlipaySync) => void): TaoMessageConsumer;
|
|
1913
1943
|
/** {@link IncomingMessage.TaobaoSeedGeneralDataCommutation 淘宝 > 淘宝种草数据交换} */
|
|
@@ -2020,6 +2050,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
2020
2050
|
taobao_taotv_VideoPublish(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTaotvVideoPublish) => void): TaoMessageConsumer;
|
|
2021
2051
|
/** {@link IncomingMessage.TaobaoTbkContentMsgGet 淘宝 > 媒体内容消息接收API} */
|
|
2022
2052
|
taobao_tbk_ContentMsgGet(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTbkContentMsgGet) => void): TaoMessageConsumer;
|
|
2053
|
+
/** {@link IncomingMessage.TaobaoTbkIntelligentRecommendationReply 淘宝 > 淘宝客-公用-导购智能推荐回复} */
|
|
2054
|
+
taobao_tbk_IntelligentRecommendationReply(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTbkIntelligentRecommendationReply) => void): TaoMessageConsumer;
|
|
2023
2055
|
/** {@link IncomingMessage.TaobaoTbkItemMaterialPush 淘宝 > 淘宝联盟官方单品物料推送} */
|
|
2024
2056
|
taobao_tbk_ItemMaterialPush(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTbkItemMaterialPush) => void): TaoMessageConsumer;
|
|
2025
2057
|
/** {@link IncomingMessage.TaobaoTbkJINGCAITOUTIAOTljReport 淘宝 > 淘礼金实时报表} */
|
|
@@ -2938,6 +2970,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
2938
2970
|
idle_cycleshop(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshop) => void): TaoMessageConsumer;
|
|
2939
2971
|
/** {@link IncomingMessage.IdleDistribution} */
|
|
2940
2972
|
idle_distribution(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleDistribution) => void): TaoMessageConsumer;
|
|
2973
|
+
/** {@link IncomingMessage.IdleEticket} */
|
|
2974
|
+
idle_eticket(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleEticket) => void): TaoMessageConsumer;
|
|
2941
2975
|
/** {@link IncomingMessage.IdleFishmarket} */
|
|
2942
2976
|
idle_fishmarket(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleFishmarket) => void): TaoMessageConsumer;
|
|
2943
2977
|
/** {@link IncomingMessage.IdleFishmarketfixed} */
|
|
@@ -3014,6 +3048,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
3014
3048
|
taobao_carlease(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCarlease) => void): TaoMessageConsumer;
|
|
3015
3049
|
/** {@link IncomingMessage.TaobaoCco} */
|
|
3016
3050
|
taobao_cco(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCco) => void): TaoMessageConsumer;
|
|
3051
|
+
/** {@link IncomingMessage.TaobaoCloth} */
|
|
3052
|
+
taobao_cloth(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCloth) => void): TaoMessageConsumer;
|
|
3017
3053
|
/** {@link IncomingMessage.TaobaoContent} */
|
|
3018
3054
|
taobao_content(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoContent) => void): TaoMessageConsumer;
|
|
3019
3055
|
/** {@link IncomingMessage.TaobaoDaifa} */
|
|
@@ -3056,6 +3092,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
3056
3092
|
taobao_ifashion(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIfashion) => void): TaoMessageConsumer;
|
|
3057
3093
|
/** {@link IncomingMessage.TaobaoIhome} */
|
|
3058
3094
|
taobao_ihome(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIhome) => void): TaoMessageConsumer;
|
|
3095
|
+
/** {@link IncomingMessage.TaobaoIndustry} */
|
|
3096
|
+
taobao_industry(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIndustry) => void): TaoMessageConsumer;
|
|
3059
3097
|
/** {@link IncomingMessage.TaobaoInventory} */
|
|
3060
3098
|
taobao_inventory(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoInventory) => void): TaoMessageConsumer;
|
|
3061
3099
|
/** {@link IncomingMessage.TaobaoIstore} */
|
|
@@ -3134,6 +3172,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
3134
3172
|
taobao_retrieve(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRetrieve) => void): TaoMessageConsumer;
|
|
3135
3173
|
/** {@link IncomingMessage.TaobaoRhino} */
|
|
3136
3174
|
taobao_rhino(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRhino) => void): TaoMessageConsumer;
|
|
3175
|
+
/** {@link IncomingMessage.TaobaoRobot} */
|
|
3176
|
+
taobao_robot(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRobot) => void): TaoMessageConsumer;
|
|
3137
3177
|
/** {@link IncomingMessage.TaobaoSec} */
|
|
3138
3178
|
taobao_sec(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoSec) => void): TaoMessageConsumer;
|
|
3139
3179
|
/** {@link IncomingMessage.TaobaoSeed} */
|
|
@@ -3669,6 +3709,10 @@ declare interface TaoEventsListener {
|
|
|
3669
3709
|
on(topic: 'alibaba_idle_HouseStatusNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleHouseStatusNotify) => void): TaoMessageConsumer;
|
|
3670
3710
|
/** {@link IncomingMessage.AlibabaIdleJobItemChangeStatusNotify 闲鱼 > 岗位状态变更通知} */
|
|
3671
3711
|
on(topic: 'alibaba_idle_JobItemChangeStatusNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleJobItemChangeStatusNotify) => void): TaoMessageConsumer;
|
|
3712
|
+
/** {@link IncomingMessage.AlibabaIdleLocalIMBindStatusSyn 闲鱼 > 闲鱼同城ka商家im绑定状态同步} */
|
|
3713
|
+
on(topic: 'alibaba_idle_LocalIMBindStatusSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleLocalIMBindStatusSyn) => void): TaoMessageConsumer;
|
|
3714
|
+
/** {@link IncomingMessage.AlibabaIdleLocalLeadConfirmSyn 闲鱼 > 闲鱼留资卡确认消息同步} */
|
|
3715
|
+
on(topic: 'alibaba_idle_LocalLeadConfirmSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleLocalLeadConfirmSyn) => void): TaoMessageConsumer;
|
|
3672
3716
|
/** {@link IncomingMessage.AlibabaIdleLocalMessageNotify 闲鱼 > 闲鱼KA商家询单消息通知} */
|
|
3673
3717
|
on(topic: 'alibaba_idle_LocalMessageNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaIdleLocalMessageNotify) => void): TaoMessageConsumer;
|
|
3674
3718
|
/** {@link IncomingMessage.AlibabaIfpPackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息} */
|
|
@@ -4573,6 +4617,10 @@ declare interface TaoEventsListener {
|
|
|
4573
4617
|
on(topic: 'idle_cycleshop_SaleOrderNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopSaleOrderNotice) => void): TaoMessageConsumer;
|
|
4574
4618
|
/** {@link IncomingMessage.IdleDistributionItemChange 闲鱼回收商消息 > 分销闲管家消息通道} */
|
|
4575
4619
|
on(topic: 'idle_distribution_ItemChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleDistributionItemChange) => void): TaoMessageConsumer;
|
|
4620
|
+
/** {@link IncomingMessage.IdleEticketItemExpire 闲鱼电商Saas > 闲鱼囤囤券商品到有效期通知消息} */
|
|
4621
|
+
on(topic: 'idle_eticket_ItemExpire', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleEticketItemExpire) => void): TaoMessageConsumer;
|
|
4622
|
+
/** {@link IncomingMessage.IdleEticketOrdermsg 闲鱼电商Saas > 闲鱼卡券电子凭证订单消息} */
|
|
4623
|
+
on(topic: 'idle_eticket_Ordermsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleEticketOrdermsg) => void): TaoMessageConsumer;
|
|
4576
4624
|
/** {@link IncomingMessage.IdleFishmarketBuyerOrderStateSyn 闲鱼 > 闲鱼鱼市买家单状态同步} */
|
|
4577
4625
|
on(topic: 'idle_fishmarket_BuyerOrderStateSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleFishmarketBuyerOrderStateSyn) => void): TaoMessageConsumer;
|
|
4578
4626
|
/** {@link IncomingMessage.IdleFishmarketItemAuctionStateSyn 闲鱼 > 闲鱼鱼市商品竞拍消息同步} */
|
|
@@ -4595,6 +4643,8 @@ declare interface TaoEventsListener {
|
|
|
4595
4643
|
on(topic: 'idle_recycle_StoreSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleRecycleStoreSyn) => void): TaoMessageConsumer;
|
|
4596
4644
|
/** {@link IncomingMessage.IdleSellerImprovePackOrder 闲鱼电商Saas > 闲鱼鱼小铺运营提效包订购消息} */
|
|
4597
4645
|
on(topic: 'idle_seller_ImprovePackOrder', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleSellerImprovePackOrder) => void): TaoMessageConsumer;
|
|
4646
|
+
/** {@link IncomingMessage.IdleSellerProShopStatus 闲鱼电商Saas > 闲鱼鱼小铺专业号身份变更状态} */
|
|
4647
|
+
on(topic: 'idle_seller_ProShopStatus', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleSellerProShopStatus) => void): TaoMessageConsumer;
|
|
4598
4648
|
/** {@link IncomingMessage.IdleTopisvCompensateNotice 闲鱼电商Saas > 闲鱼开放平台-服务赔付单变更消息通知} */
|
|
4599
4649
|
on(topic: 'idle_topisv_CompensateNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleTopisvCompensateNotice) => void): TaoMessageConsumer;
|
|
4600
4650
|
/** {@link IncomingMessage.IdleTopisvGlobalProductNotice 闲鱼电商Saas > 闲鱼开放平台-国际货品变更消息通知} */
|
|
@@ -4657,7 +4707,9 @@ declare interface TaoEventsListener {
|
|
|
4657
4707
|
on(topic: 'taobao_ag_SignInfo', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgSignInfo) => void): TaoMessageConsumer;
|
|
4658
4708
|
/** {@link IncomingMessage.TaobaoAgTicketsMsg AliGenius > 商家工单消息} */
|
|
4659
4709
|
on(topic: 'taobao_ag_TicketsMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgTicketsMsg) => void): TaoMessageConsumer;
|
|
4660
|
-
/** {@link IncomingMessage.
|
|
4710
|
+
/** {@link IncomingMessage.TaobaoAgentAgentRes 内容开放 > tao agent执行结果通知} */
|
|
4711
|
+
on(topic: 'taobao_agent_AgentRes', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgentAgentRes) => void): TaoMessageConsumer;
|
|
4712
|
+
/** {@link IncomingMessage.TaobaoAgentWorkflowAsyncResult 内容开放 > 工作流开放异步执行结果通知} */
|
|
4661
4713
|
on(topic: 'taobao_agent_WorkflowAsyncResult', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAgentWorkflowAsyncResult) => void): TaoMessageConsumer;
|
|
4662
4714
|
/** {@link IncomingMessage.TaobaoAisCommonMessage 淘宝 > 厂商协同统一消息} */
|
|
4663
4715
|
on(topic: 'taobao_ais_CommonMessage', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoAisCommonMessage) => void): TaoMessageConsumer;
|
|
@@ -4749,6 +4801,10 @@ declare interface TaoEventsListener {
|
|
|
4749
4801
|
on(topic: 'taobao_cco_AlipayCase', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCcoAlipayCase) => void): TaoMessageConsumer;
|
|
4750
4802
|
/** {@link IncomingMessage.TaobaoCcoGjCase 淘宝 > cco工单创建广交通知} */
|
|
4751
4803
|
on(topic: 'taobao_cco_GjCase', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCcoGjCase) => void): TaoMessageConsumer;
|
|
4804
|
+
/** {@link IncomingMessage.TaobaoClothFulfillmentMsg 淘宝 > 淘宝服饰平台仓履约单消息} */
|
|
4805
|
+
on(topic: 'taobao_cloth_FulfillmentMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoClothFulfillmentMsg) => void): TaoMessageConsumer;
|
|
4806
|
+
/** {@link IncomingMessage.TaobaoClothInboundMsg 淘宝 > 淘宝服饰平台仓入库单消息} */
|
|
4807
|
+
on(topic: 'taobao_cloth_InboundMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoClothInboundMsg) => void): TaoMessageConsumer;
|
|
4752
4808
|
/** {@link IncomingMessage.TaobaoContentAuditAutocut 内容开放 > 智能混剪发布视频空间审核结果} */
|
|
4753
4809
|
on(topic: 'taobao_content_AuditAutocut', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoContentAuditAutocut) => void): TaoMessageConsumer;
|
|
4754
4810
|
/** {@link IncomingMessage.TaobaoContentAuditMvx 内容开放 > 视频工具发布视频空间审核结果} */
|
|
@@ -4793,6 +4849,8 @@ declare interface TaoEventsListener {
|
|
|
4793
4849
|
on(topic: 'taobao_dispute_NegotiationApply', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeNegotiationApply) => void): TaoMessageConsumer;
|
|
4794
4850
|
/** {@link IncomingMessage.TaobaoDisputeNegotiationRefused 淘宝 > 退款-买家拒绝协商申请} */
|
|
4795
4851
|
on(topic: 'taobao_dispute_NegotiationRefused', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeNegotiationRefused) => void): TaoMessageConsumer;
|
|
4852
|
+
/** {@link IncomingMessage.TaobaoDisputePostageRefundApplied 淘宝 > 发起退运费申请} */
|
|
4853
|
+
on(topic: 'taobao_dispute_PostageRefundApplied', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputePostageRefundApplied) => void): TaoMessageConsumer;
|
|
4796
4854
|
/** {@link IncomingMessage.TaobaoDisputePostageRefundSuccess 淘宝 > 退货运费单成功消息} */
|
|
4797
4855
|
on(topic: 'taobao_dispute_PostageRefundSuccess', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputePostageRefundSuccess) => void): TaoMessageConsumer;
|
|
4798
4856
|
/** {@link IncomingMessage.TaobaoDisputeRefundCreated 淘宝 > 新退款创建} */
|
|
@@ -4975,7 +5033,13 @@ declare interface TaoEventsListener {
|
|
|
4975
5033
|
on(topic: 'taobao_ifashion_OrderCreate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIfashionOrderCreate) => void): TaoMessageConsumer;
|
|
4976
5034
|
/** {@link IncomingMessage.TaobaoIhomeAigcTaskChange 淘宝 > aigc任务状态变更} */
|
|
4977
5035
|
on(topic: 'taobao_ihome_AigcTaskChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIhomeAigcTaskChange) => void): TaoMessageConsumer;
|
|
4978
|
-
/** {@link IncomingMessage.
|
|
5036
|
+
/** {@link IncomingMessage.TaobaoIndustryPetDoc 淘宝 > 宠物档案新增或变更通知} */
|
|
5037
|
+
on(topic: 'taobao_industry_PetDoc', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIndustryPetDoc) => void): TaoMessageConsumer;
|
|
5038
|
+
/** {@link IncomingMessage.TaobaoIndustryWWClothItemMsgNotify 淘宝 > 淘宝行业ww服饰商品变更消息推送} */
|
|
5039
|
+
on(topic: 'taobao_industry_WWClothItemMsgNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIndustryWWClothItemMsgNotify) => void): TaoMessageConsumer;
|
|
5040
|
+
/** {@link IncomingMessage.TaobaoInventoryLowQuantityWarning 销售库存 > 低库存预警消息} */
|
|
5041
|
+
on(topic: 'taobao_inventory_LowQuantityWarning', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoInventoryLowQuantityWarning) => void): TaoMessageConsumer;
|
|
5042
|
+
/** {@link IncomingMessage.TaobaoInventoryShareInventory 销售库存 > 天猫国际共享库存订单push} */
|
|
4979
5043
|
on(topic: 'taobao_inventory_ShareInventory', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoInventoryShareInventory) => void): TaoMessageConsumer;
|
|
4980
5044
|
/** {@link IncomingMessage.TaobaoIstoreGiftingMsg Gifting送礼 > istoreGifing消息} */
|
|
4981
5045
|
on(topic: 'taobao_istore_GiftingMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIstoreGiftingMsg) => void): TaoMessageConsumer;
|
|
@@ -5125,6 +5189,8 @@ declare interface TaoEventsListener {
|
|
|
5125
5189
|
on(topic: 'taobao_oc_TradeTagChanged', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOcTradeTagChanged) => void): TaoMessageConsumer;
|
|
5126
5190
|
/** {@link IncomingMessage.TaobaoOfnCreditPayStatusChange 以旧换新-订单域 > 信用代扣状态变更同步} */
|
|
5127
5191
|
on(topic: 'taobao_ofn_CreditPayStatusChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnCreditPayStatusChange) => void): TaoMessageConsumer;
|
|
5192
|
+
/** {@link IncomingMessage.TaobaoOfnDifferenceRefundPay 以旧换新-订单域 > 消费者补贴追差付款完成通知} */
|
|
5193
|
+
on(topic: 'taobao_ofn_DifferenceRefundPay', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnDifferenceRefundPay) => void): TaoMessageConsumer;
|
|
5128
5194
|
/** {@link IncomingMessage.TaobaoOfnNewOrderEventSync 以旧换新-订单域 > 以旧换新新机单事件同步} */
|
|
5129
5195
|
on(topic: 'taobao_ofn_NewOrderEventSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnNewOrderEventSync) => void): TaoMessageConsumer;
|
|
5130
5196
|
/** {@link IncomingMessage.TaobaoOfnOrderStatusSync 以旧换新-订单域 > 以旧换新回收单状态同步} */
|
|
@@ -5219,6 +5285,8 @@ declare interface TaoEventsListener {
|
|
|
5219
5285
|
on(topic: 'taobao_pc_EgoTradePackage', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcEgoTradePackage) => void): TaoMessageConsumer;
|
|
5220
5286
|
/** {@link IncomingMessage.TaobaoPcItemChange 采购宝API > 商品变更消息} */
|
|
5221
5287
|
on(topic: 'taobao_pc_ItemChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcItemChange) => void): TaoMessageConsumer;
|
|
5288
|
+
/** {@link IncomingMessage.TaobaoPcItemSkuChange 采购宝API > SKU变更消息} */
|
|
5289
|
+
on(topic: 'taobao_pc_ItemSkuChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcItemSkuChange) => void): TaoMessageConsumer;
|
|
5222
5290
|
/** {@link IncomingMessage.TaobaoPcSaleInvoiceResult 采购宝API > PC企业购发票通知消息} */
|
|
5223
5291
|
on(topic: 'taobao_pc_SaleInvoiceResult', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoPcSaleInvoiceResult) => void): TaoMessageConsumer;
|
|
5224
5292
|
/** {@link IncomingMessage.TaobaoPcSettleProcessEventMsg 采购宝API > PC企业购结算流程事件消息} */
|
|
@@ -5293,6 +5361,8 @@ declare interface TaoEventsListener {
|
|
|
5293
5361
|
on(topic: 'taobao_rhino_QcResultUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRhinoQcResultUpdate) => void): TaoMessageConsumer;
|
|
5294
5362
|
/** {@link IncomingMessage.TaobaoRhinoWarehouseUpdate 智能制造API > 订单入库通知} */
|
|
5295
5363
|
on(topic: 'taobao_rhino_WarehouseUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRhinoWarehouseUpdate) => void): TaoMessageConsumer;
|
|
5364
|
+
/** {@link IncomingMessage.TaobaoRobotUserSubscribeResult 淘宝 > 机器人辅助状态变更消息通知} */
|
|
5365
|
+
on(topic: 'taobao_robot_UserSubscribeResult', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRobotUserSubscribeResult) => void): TaoMessageConsumer;
|
|
5296
5366
|
/** {@link IncomingMessage.TaobaoSecWlcAlipaySync 淘宝 > 无量尺风控信息同步支付宝} */
|
|
5297
5367
|
on(topic: 'taobao_sec_WlcAlipaySync', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoSecWlcAlipaySync) => void): TaoMessageConsumer;
|
|
5298
5368
|
/** {@link IncomingMessage.TaobaoSeedGeneralDataCommutation 淘宝 > 淘宝种草数据交换} */
|
|
@@ -5405,6 +5475,8 @@ declare interface TaoEventsListener {
|
|
|
5405
5475
|
on(topic: 'taobao_taotv_VideoPublish', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTaotvVideoPublish) => void): TaoMessageConsumer;
|
|
5406
5476
|
/** {@link IncomingMessage.TaobaoTbkContentMsgGet 淘宝 > 媒体内容消息接收API} */
|
|
5407
5477
|
on(topic: 'taobao_tbk_ContentMsgGet', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTbkContentMsgGet) => void): TaoMessageConsumer;
|
|
5478
|
+
/** {@link IncomingMessage.TaobaoTbkIntelligentRecommendationReply 淘宝 > 淘宝客-公用-导购智能推荐回复} */
|
|
5479
|
+
on(topic: 'taobao_tbk_IntelligentRecommendationReply', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTbkIntelligentRecommendationReply) => void): TaoMessageConsumer;
|
|
5408
5480
|
/** {@link IncomingMessage.TaobaoTbkItemMaterialPush 淘宝 > 淘宝联盟官方单品物料推送} */
|
|
5409
5481
|
on(topic: 'taobao_tbk_ItemMaterialPush', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoTbkItemMaterialPush) => void): TaoMessageConsumer;
|
|
5410
5482
|
/** {@link IncomingMessage.TaobaoTbkJINGCAITOUTIAOTljReport 淘宝 > 淘礼金实时报表} */
|
|
@@ -6323,6 +6395,8 @@ declare interface TaoEventsListener {
|
|
|
6323
6395
|
on(topic: 'idle_cycleshop', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshop) => void): TaoMessageConsumer;
|
|
6324
6396
|
/** {@link IncomingMessage.IdleDistribution} */
|
|
6325
6397
|
on(topic: 'idle_distribution', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleDistribution) => void): TaoMessageConsumer;
|
|
6398
|
+
/** {@link IncomingMessage.IdleEticket} */
|
|
6399
|
+
on(topic: 'idle_eticket', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleEticket) => void): TaoMessageConsumer;
|
|
6326
6400
|
/** {@link IncomingMessage.IdleFishmarket} */
|
|
6327
6401
|
on(topic: 'idle_fishmarket', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleFishmarket) => void): TaoMessageConsumer;
|
|
6328
6402
|
/** {@link IncomingMessage.IdleFishmarketfixed} */
|
|
@@ -6399,6 +6473,8 @@ declare interface TaoEventsListener {
|
|
|
6399
6473
|
on(topic: 'taobao_carlease', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCarlease) => void): TaoMessageConsumer;
|
|
6400
6474
|
/** {@link IncomingMessage.TaobaoCco} */
|
|
6401
6475
|
on(topic: 'taobao_cco', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCco) => void): TaoMessageConsumer;
|
|
6476
|
+
/** {@link IncomingMessage.TaobaoCloth} */
|
|
6477
|
+
on(topic: 'taobao_cloth', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoCloth) => void): TaoMessageConsumer;
|
|
6402
6478
|
/** {@link IncomingMessage.TaobaoContent} */
|
|
6403
6479
|
on(topic: 'taobao_content', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoContent) => void): TaoMessageConsumer;
|
|
6404
6480
|
/** {@link IncomingMessage.TaobaoDaifa} */
|
|
@@ -6441,6 +6517,8 @@ declare interface TaoEventsListener {
|
|
|
6441
6517
|
on(topic: 'taobao_ifashion', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIfashion) => void): TaoMessageConsumer;
|
|
6442
6518
|
/** {@link IncomingMessage.TaobaoIhome} */
|
|
6443
6519
|
on(topic: 'taobao_ihome', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIhome) => void): TaoMessageConsumer;
|
|
6520
|
+
/** {@link IncomingMessage.TaobaoIndustry} */
|
|
6521
|
+
on(topic: 'taobao_industry', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoIndustry) => void): TaoMessageConsumer;
|
|
6444
6522
|
/** {@link IncomingMessage.TaobaoInventory} */
|
|
6445
6523
|
on(topic: 'taobao_inventory', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoInventory) => void): TaoMessageConsumer;
|
|
6446
6524
|
/** {@link IncomingMessage.TaobaoIstore} */
|
|
@@ -6519,6 +6597,8 @@ declare interface TaoEventsListener {
|
|
|
6519
6597
|
on(topic: 'taobao_retrieve', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRetrieve) => void): TaoMessageConsumer;
|
|
6520
6598
|
/** {@link IncomingMessage.TaobaoRhino} */
|
|
6521
6599
|
on(topic: 'taobao_rhino', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRhino) => void): TaoMessageConsumer;
|
|
6600
|
+
/** {@link IncomingMessage.TaobaoRobot} */
|
|
6601
|
+
on(topic: 'taobao_robot', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoRobot) => void): TaoMessageConsumer;
|
|
6522
6602
|
/** {@link IncomingMessage.TaobaoSec} */
|
|
6523
6603
|
on(topic: 'taobao_sec', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoSec) => void): TaoMessageConsumer;
|
|
6524
6604
|
/** {@link IncomingMessage.TaobaoSeed} */
|
package/types/message.in.d.ts
CHANGED
|
@@ -270,6 +270,10 @@ declare namespace IncomingMessage {
|
|
|
270
270
|
type AlibabaIdleHouseStatusNotify = Message & { content?: MessageContent & { topic?: 'alibaba_idle_HouseStatusNotify', content?: string | Alibaba.Idle.HouseStatusNotify } };
|
|
271
271
|
/** {@link Alibaba.Idle.JobItemChangeStatusNotify 闲鱼 > 岗位状态变更通知} */
|
|
272
272
|
type AlibabaIdleJobItemChangeStatusNotify = Message & { content?: MessageContent & { topic?: 'alibaba_idle_JobItemChangeStatusNotify', content?: string | Alibaba.Idle.JobItemChangeStatusNotify } };
|
|
273
|
+
/** {@link Alibaba.Idle.LocalIMBindStatusSyn 闲鱼 > 闲鱼同城ka商家im绑定状态同步} */
|
|
274
|
+
type AlibabaIdleLocalIMBindStatusSyn = Message & { content?: MessageContent & { topic?: 'alibaba_idle_LocalIMBindStatusSyn', content?: string | Alibaba.Idle.LocalIMBindStatusSyn } };
|
|
275
|
+
/** {@link Alibaba.Idle.LocalLeadConfirmSyn 闲鱼 > 闲鱼留资卡确认消息同步} */
|
|
276
|
+
type AlibabaIdleLocalLeadConfirmSyn = Message & { content?: MessageContent & { topic?: 'alibaba_idle_LocalLeadConfirmSyn', content?: string | Alibaba.Idle.LocalLeadConfirmSyn } };
|
|
273
277
|
/** {@link Alibaba.Idle.LocalMessageNotify 闲鱼 > 闲鱼KA商家询单消息通知} */
|
|
274
278
|
type AlibabaIdleLocalMessageNotify = Message & { content?: MessageContent & { topic?: 'alibaba_idle_LocalMessageNotify', content?: string | Alibaba.Idle.LocalMessageNotify } };
|
|
275
279
|
/** {@link Alibaba.Ifp.PackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息} */
|
|
@@ -1174,6 +1178,10 @@ declare namespace IncomingMessage {
|
|
|
1174
1178
|
type IdleCycleshopSaleOrderNotice = Message & { content?: MessageContent & { topic?: 'idle_cycleshop_SaleOrderNotice', content?: string | Idle.Cycleshop.SaleOrderNotice } };
|
|
1175
1179
|
/** {@link Idle.Distribution.ItemChange 闲鱼回收商消息 > 分销闲管家消息通道} */
|
|
1176
1180
|
type IdleDistributionItemChange = Message & { content?: MessageContent & { topic?: 'idle_distribution_ItemChange', content?: string | Idle.Distribution.ItemChange } };
|
|
1181
|
+
/** {@link Idle.Eticket.ItemExpire 闲鱼电商Saas > 闲鱼囤囤券商品到有效期通知消息} */
|
|
1182
|
+
type IdleEticketItemExpire = Message & { content?: MessageContent & { topic?: 'idle_eticket_ItemExpire', content?: string | Idle.Eticket.ItemExpire } };
|
|
1183
|
+
/** {@link Idle.Eticket.Ordermsg 闲鱼电商Saas > 闲鱼卡券电子凭证订单消息} */
|
|
1184
|
+
type IdleEticketOrdermsg = Message & { content?: MessageContent & { topic?: 'idle_eticket_Ordermsg', content?: string | Idle.Eticket.Ordermsg } };
|
|
1177
1185
|
/** {@link Idle.Fishmarket.BuyerOrderStateSyn 闲鱼 > 闲鱼鱼市买家单状态同步} */
|
|
1178
1186
|
type IdleFishmarketBuyerOrderStateSyn = Message & { content?: MessageContent & { topic?: 'idle_fishmarket_BuyerOrderStateSyn', content?: string | Idle.Fishmarket.BuyerOrderStateSyn } };
|
|
1179
1187
|
/** {@link Idle.Fishmarket.ItemAuctionStateSyn 闲鱼 > 闲鱼鱼市商品竞拍消息同步} */
|
|
@@ -1196,6 +1204,8 @@ declare namespace IncomingMessage {
|
|
|
1196
1204
|
type IdleRecycleStoreSyn = Message & { content?: MessageContent & { topic?: 'idle_recycle_StoreSyn', content?: string | Idle.Recycle.StoreSyn } };
|
|
1197
1205
|
/** {@link Idle.Seller.ImprovePackOrder 闲鱼电商Saas > 闲鱼鱼小铺运营提效包订购消息} */
|
|
1198
1206
|
type IdleSellerImprovePackOrder = Message & { content?: MessageContent & { topic?: 'idle_seller_ImprovePackOrder', content?: string | Idle.Seller.ImprovePackOrder } };
|
|
1207
|
+
/** {@link Idle.Seller.ProShopStatus 闲鱼电商Saas > 闲鱼鱼小铺专业号身份变更状态} */
|
|
1208
|
+
type IdleSellerProShopStatus = Message & { content?: MessageContent & { topic?: 'idle_seller_ProShopStatus', content?: string | Idle.Seller.ProShopStatus } };
|
|
1199
1209
|
/** {@link Idle.Topisv.CompensateNotice 闲鱼电商Saas > 闲鱼开放平台-服务赔付单变更消息通知} */
|
|
1200
1210
|
type IdleTopisvCompensateNotice = Message & { content?: MessageContent & { topic?: 'idle_topisv_CompensateNotice', content?: string | Idle.Topisv.CompensateNotice } };
|
|
1201
1211
|
/** {@link Idle.Topisv.GlobalProductNotice 闲鱼电商Saas > 闲鱼开放平台-国际货品变更消息通知} */
|
|
@@ -1258,7 +1268,9 @@ declare namespace IncomingMessage {
|
|
|
1258
1268
|
type TaobaoAgSignInfo = Message & { content?: MessageContent & { topic?: 'taobao_ag_SignInfo', content?: string | Taobao.Ag.SignInfo } };
|
|
1259
1269
|
/** {@link Taobao.Ag.TicketsMsg AliGenius > 商家工单消息} */
|
|
1260
1270
|
type TaobaoAgTicketsMsg = Message & { content?: MessageContent & { topic?: 'taobao_ag_TicketsMsg', content?: string | Taobao.Ag.TicketsMsg } };
|
|
1261
|
-
/** {@link Taobao.Agent.
|
|
1271
|
+
/** {@link Taobao.Agent.AgentRes 内容开放 > tao agent执行结果通知} */
|
|
1272
|
+
type TaobaoAgentAgentRes = Message & { content?: MessageContent & { topic?: 'taobao_agent_AgentRes', content?: string | Taobao.Agent.AgentRes } };
|
|
1273
|
+
/** {@link Taobao.Agent.WorkflowAsyncResult 内容开放 > 工作流开放异步执行结果通知} */
|
|
1262
1274
|
type TaobaoAgentWorkflowAsyncResult = Message & { content?: MessageContent & { topic?: 'taobao_agent_WorkflowAsyncResult', content?: string | Taobao.Agent.WorkflowAsyncResult } };
|
|
1263
1275
|
/** {@link Taobao.Ais.CommonMessage 淘宝 > 厂商协同统一消息} */
|
|
1264
1276
|
type TaobaoAisCommonMessage = Message & { content?: MessageContent & { topic?: 'taobao_ais_CommonMessage', content?: string | Taobao.Ais.CommonMessage } };
|
|
@@ -1350,6 +1362,10 @@ declare namespace IncomingMessage {
|
|
|
1350
1362
|
type TaobaoCcoAlipayCase = Message & { content?: MessageContent & { topic?: 'taobao_cco_AlipayCase', content?: string | Taobao.Cco.AlipayCase } };
|
|
1351
1363
|
/** {@link Taobao.Cco.GjCase 淘宝 > cco工单创建广交通知} */
|
|
1352
1364
|
type TaobaoCcoGjCase = Message & { content?: MessageContent & { topic?: 'taobao_cco_GjCase', content?: string | Taobao.Cco.GjCase } };
|
|
1365
|
+
/** {@link Taobao.Cloth.FulfillmentMsg 淘宝 > 淘宝服饰平台仓履约单消息} */
|
|
1366
|
+
type TaobaoClothFulfillmentMsg = Message & { content?: MessageContent & { topic?: 'taobao_cloth_FulfillmentMsg', content?: string | Taobao.Cloth.FulfillmentMsg } };
|
|
1367
|
+
/** {@link Taobao.Cloth.InboundMsg 淘宝 > 淘宝服饰平台仓入库单消息} */
|
|
1368
|
+
type TaobaoClothInboundMsg = Message & { content?: MessageContent & { topic?: 'taobao_cloth_InboundMsg', content?: string | Taobao.Cloth.InboundMsg } };
|
|
1353
1369
|
/** {@link Taobao.Content.AuditAutocut 内容开放 > 智能混剪发布视频空间审核结果} */
|
|
1354
1370
|
type TaobaoContentAuditAutocut = Message & { content?: MessageContent & { topic?: 'taobao_content_AuditAutocut', content?: string | Taobao.Content.AuditAutocut } };
|
|
1355
1371
|
/** {@link Taobao.Content.AuditMvx 内容开放 > 视频工具发布视频空间审核结果} */
|
|
@@ -1394,6 +1410,8 @@ declare namespace IncomingMessage {
|
|
|
1394
1410
|
type TaobaoDisputeNegotiationApply = Message & { content?: MessageContent & { topic?: 'taobao_dispute_NegotiationApply', content?: string | Taobao.Dispute.NegotiationApply } };
|
|
1395
1411
|
/** {@link Taobao.Dispute.NegotiationRefused 淘宝 > 退款-买家拒绝协商申请} */
|
|
1396
1412
|
type TaobaoDisputeNegotiationRefused = Message & { content?: MessageContent & { topic?: 'taobao_dispute_NegotiationRefused', content?: string | Taobao.Dispute.NegotiationRefused } };
|
|
1413
|
+
/** {@link Taobao.Dispute.PostageRefundApplied 淘宝 > 发起退运费申请} */
|
|
1414
|
+
type TaobaoDisputePostageRefundApplied = Message & { content?: MessageContent & { topic?: 'taobao_dispute_PostageRefundApplied', content?: string | Taobao.Dispute.PostageRefundApplied } };
|
|
1397
1415
|
/** {@link Taobao.Dispute.PostageRefundSuccess 淘宝 > 退货运费单成功消息} */
|
|
1398
1416
|
type TaobaoDisputePostageRefundSuccess = Message & { content?: MessageContent & { topic?: 'taobao_dispute_PostageRefundSuccess', content?: string | Taobao.Dispute.PostageRefundSuccess } };
|
|
1399
1417
|
/** {@link Taobao.Dispute.RefundCreated 淘宝 > 新退款创建} */
|
|
@@ -1576,7 +1594,13 @@ declare namespace IncomingMessage {
|
|
|
1576
1594
|
type TaobaoIfashionOrderCreate = Message & { content?: MessageContent & { topic?: 'taobao_ifashion_OrderCreate', content?: string | Taobao.Ifashion.OrderCreate } };
|
|
1577
1595
|
/** {@link Taobao.Ihome.AigcTaskChange 淘宝 > aigc任务状态变更} */
|
|
1578
1596
|
type TaobaoIhomeAigcTaskChange = Message & { content?: MessageContent & { topic?: 'taobao_ihome_AigcTaskChange', content?: string | Taobao.Ihome.AigcTaskChange } };
|
|
1579
|
-
/** {@link Taobao.
|
|
1597
|
+
/** {@link Taobao.Industry.PetDoc 淘宝 > 宠物档案新增或变更通知} */
|
|
1598
|
+
type TaobaoIndustryPetDoc = Message & { content?: MessageContent & { topic?: 'taobao_industry_PetDoc', content?: string | Taobao.Industry.PetDoc } };
|
|
1599
|
+
/** {@link Taobao.Industry.WWClothItemMsgNotify 淘宝 > 淘宝行业ww服饰商品变更消息推送} */
|
|
1600
|
+
type TaobaoIndustryWWClothItemMsgNotify = Message & { content?: MessageContent & { topic?: 'taobao_industry_WWClothItemMsgNotify', content?: string | Taobao.Industry.WWClothItemMsgNotify } };
|
|
1601
|
+
/** {@link Taobao.Inventory.LowQuantityWarning 销售库存 > 低库存预警消息} */
|
|
1602
|
+
type TaobaoInventoryLowQuantityWarning = Message & { content?: MessageContent & { topic?: 'taobao_inventory_LowQuantityWarning', content?: string | Taobao.Inventory.LowQuantityWarning } };
|
|
1603
|
+
/** {@link Taobao.Inventory.ShareInventory 销售库存 > 天猫国际共享库存订单push} */
|
|
1580
1604
|
type TaobaoInventoryShareInventory = Message & { content?: MessageContent & { topic?: 'taobao_inventory_ShareInventory', content?: string | Taobao.Inventory.ShareInventory } };
|
|
1581
1605
|
/** {@link Taobao.Istore.GiftingMsg Gifting送礼 > istoreGifing消息} */
|
|
1582
1606
|
type TaobaoIstoreGiftingMsg = Message & { content?: MessageContent & { topic?: 'taobao_istore_GiftingMsg', content?: string | Taobao.Istore.GiftingMsg } };
|
|
@@ -1726,6 +1750,8 @@ declare namespace IncomingMessage {
|
|
|
1726
1750
|
type TaobaoOcTradeTagChanged = Message & { content?: MessageContent & { topic?: 'taobao_oc_TradeTagChanged', content?: string | Taobao.Oc.TradeTagChanged } };
|
|
1727
1751
|
/** {@link Taobao.Ofn.CreditPayStatusChange 以旧换新-订单域 > 信用代扣状态变更同步} */
|
|
1728
1752
|
type TaobaoOfnCreditPayStatusChange = Message & { content?: MessageContent & { topic?: 'taobao_ofn_CreditPayStatusChange', content?: string | Taobao.Ofn.CreditPayStatusChange } };
|
|
1753
|
+
/** {@link Taobao.Ofn.DifferenceRefundPay 以旧换新-订单域 > 消费者补贴追差付款完成通知} */
|
|
1754
|
+
type TaobaoOfnDifferenceRefundPay = Message & { content?: MessageContent & { topic?: 'taobao_ofn_DifferenceRefundPay', content?: string | Taobao.Ofn.DifferenceRefundPay } };
|
|
1729
1755
|
/** {@link Taobao.Ofn.NewOrderEventSync 以旧换新-订单域 > 以旧换新新机单事件同步} */
|
|
1730
1756
|
type TaobaoOfnNewOrderEventSync = Message & { content?: MessageContent & { topic?: 'taobao_ofn_NewOrderEventSync', content?: string | Taobao.Ofn.NewOrderEventSync } };
|
|
1731
1757
|
/** {@link Taobao.Ofn.OrderStatusSync 以旧换新-订单域 > 以旧换新回收单状态同步} */
|
|
@@ -1820,6 +1846,8 @@ declare namespace IncomingMessage {
|
|
|
1820
1846
|
type TaobaoPcEgoTradePackage = Message & { content?: MessageContent & { topic?: 'taobao_pc_EgoTradePackage', content?: string | Taobao.Pc.EgoTradePackage } };
|
|
1821
1847
|
/** {@link Taobao.Pc.ItemChange 采购宝API > 商品变更消息} */
|
|
1822
1848
|
type TaobaoPcItemChange = Message & { content?: MessageContent & { topic?: 'taobao_pc_ItemChange', content?: string | Taobao.Pc.ItemChange } };
|
|
1849
|
+
/** {@link Taobao.Pc.ItemSkuChange 采购宝API > SKU变更消息} */
|
|
1850
|
+
type TaobaoPcItemSkuChange = Message & { content?: MessageContent & { topic?: 'taobao_pc_ItemSkuChange', content?: string | Taobao.Pc.ItemSkuChange } };
|
|
1823
1851
|
/** {@link Taobao.Pc.SaleInvoiceResult 采购宝API > PC企业购发票通知消息} */
|
|
1824
1852
|
type TaobaoPcSaleInvoiceResult = Message & { content?: MessageContent & { topic?: 'taobao_pc_SaleInvoiceResult', content?: string | Taobao.Pc.SaleInvoiceResult } };
|
|
1825
1853
|
/** {@link Taobao.Pc.SettleProcessEventMsg 采购宝API > PC企业购结算流程事件消息} */
|
|
@@ -1894,6 +1922,8 @@ declare namespace IncomingMessage {
|
|
|
1894
1922
|
type TaobaoRhinoQcResultUpdate = Message & { content?: MessageContent & { topic?: 'taobao_rhino_QcResultUpdate', content?: string | Taobao.Rhino.QcResultUpdate } };
|
|
1895
1923
|
/** {@link Taobao.Rhino.WarehouseUpdate 智能制造API > 订单入库通知} */
|
|
1896
1924
|
type TaobaoRhinoWarehouseUpdate = Message & { content?: MessageContent & { topic?: 'taobao_rhino_WarehouseUpdate', content?: string | Taobao.Rhino.WarehouseUpdate } };
|
|
1925
|
+
/** {@link Taobao.Robot.UserSubscribeResult 淘宝 > 机器人辅助状态变更消息通知} */
|
|
1926
|
+
type TaobaoRobotUserSubscribeResult = Message & { content?: MessageContent & { topic?: 'taobao_robot_UserSubscribeResult', content?: string | Taobao.Robot.UserSubscribeResult } };
|
|
1897
1927
|
/** {@link Taobao.Sec.WlcAlipaySync 淘宝 > 无量尺风控信息同步支付宝} */
|
|
1898
1928
|
type TaobaoSecWlcAlipaySync = Message & { content?: MessageContent & { topic?: 'taobao_sec_WlcAlipaySync', content?: string | Taobao.Sec.WlcAlipaySync } };
|
|
1899
1929
|
/** {@link Taobao.Seed.GeneralDataCommutation 淘宝 > 淘宝种草数据交换} */
|
|
@@ -2006,6 +2036,8 @@ declare namespace IncomingMessage {
|
|
|
2006
2036
|
type TaobaoTaotvVideoPublish = Message & { content?: MessageContent & { topic?: 'taobao_taotv_VideoPublish', content?: string | Taobao.Taotv.VideoPublish } };
|
|
2007
2037
|
/** {@link Taobao.Tbk.ContentMsgGet 淘宝 > 媒体内容消息接收API} */
|
|
2008
2038
|
type TaobaoTbkContentMsgGet = Message & { content?: MessageContent & { topic?: 'taobao_tbk_ContentMsgGet', content?: string | Taobao.Tbk.ContentMsgGet } };
|
|
2039
|
+
/** {@link Taobao.Tbk.IntelligentRecommendationReply 淘宝 > 淘宝客-公用-导购智能推荐回复} */
|
|
2040
|
+
type TaobaoTbkIntelligentRecommendationReply = Message & { content?: MessageContent & { topic?: 'taobao_tbk_IntelligentRecommendationReply', content?: string | Taobao.Tbk.IntelligentRecommendationReply } };
|
|
2009
2041
|
/** {@link Taobao.Tbk.ItemMaterialPush 淘宝 > 淘宝联盟官方单品物料推送} */
|
|
2010
2042
|
type TaobaoTbkItemMaterialPush = Message & { content?: MessageContent & { topic?: 'taobao_tbk_ItemMaterialPush', content?: string | Taobao.Tbk.ItemMaterialPush } };
|
|
2011
2043
|
/** {@link Taobao.Tbk.JINGCAITOUTIAOTljReport 淘宝 > 淘礼金实时报表} */
|
|
@@ -2846,11 +2878,15 @@ declare namespace IncomingMessage {
|
|
|
2846
2878
|
* - {@link AlibabaIdleApplyInfoSyn 闲鱼 > 灵活用工报名信息同步}
|
|
2847
2879
|
* - {@link AlibabaIdleHouseStatusNotify 闲鱼 > 闲鱼房源状态变更通知}
|
|
2848
2880
|
* - {@link AlibabaIdleJobItemChangeStatusNotify 闲鱼 > 岗位状态变更通知}
|
|
2881
|
+
* - {@link AlibabaIdleLocalIMBindStatusSyn 闲鱼 > 闲鱼同城ka商家im绑定状态同步}
|
|
2882
|
+
* - {@link AlibabaIdleLocalLeadConfirmSyn 闲鱼 > 闲鱼留资卡确认消息同步}
|
|
2849
2883
|
* - {@link AlibabaIdleLocalMessageNotify 闲鱼 > 闲鱼KA商家询单消息通知}
|
|
2850
2884
|
*/
|
|
2851
2885
|
type AlibabaIdle = AlibabaIdleApplyInfoSyn
|
|
2852
2886
|
| AlibabaIdleHouseStatusNotify
|
|
2853
2887
|
| AlibabaIdleJobItemChangeStatusNotify
|
|
2888
|
+
| AlibabaIdleLocalIMBindStatusSyn
|
|
2889
|
+
| AlibabaIdleLocalLeadConfirmSyn
|
|
2854
2890
|
| AlibabaIdleLocalMessageNotify;
|
|
2855
2891
|
/**
|
|
2856
2892
|
* - {@link AlibabaIfpPackageCfcContainer 五道口配送 > 同城履约包裹状态变更消息}
|
|
@@ -4048,6 +4084,12 @@ declare namespace IncomingMessage {
|
|
|
4048
4084
|
* - {@link IdleDistributionItemChange 闲鱼回收商消息 > 分销闲管家消息通道}
|
|
4049
4085
|
*/
|
|
4050
4086
|
type IdleDistribution = IdleDistributionItemChange;
|
|
4087
|
+
/**
|
|
4088
|
+
* - {@link IdleEticketItemExpire 闲鱼电商Saas > 闲鱼囤囤券商品到有效期通知消息}
|
|
4089
|
+
* - {@link IdleEticketOrdermsg 闲鱼电商Saas > 闲鱼卡券电子凭证订单消息}
|
|
4090
|
+
*/
|
|
4091
|
+
type IdleEticket = IdleEticketItemExpire
|
|
4092
|
+
| IdleEticketOrdermsg;
|
|
4051
4093
|
/**
|
|
4052
4094
|
* - {@link IdleFishmarketBuyerOrderStateSyn 闲鱼 > 闲鱼鱼市买家单状态同步}
|
|
4053
4095
|
* - {@link IdleFishmarketItemAuctionStateSyn 闲鱼 > 闲鱼鱼市商品竞拍消息同步}
|
|
@@ -4080,8 +4122,10 @@ declare namespace IncomingMessage {
|
|
|
4080
4122
|
| IdleRecycleStoreSyn;
|
|
4081
4123
|
/**
|
|
4082
4124
|
* - {@link IdleSellerImprovePackOrder 闲鱼电商Saas > 闲鱼鱼小铺运营提效包订购消息}
|
|
4125
|
+
* - {@link IdleSellerProShopStatus 闲鱼电商Saas > 闲鱼鱼小铺专业号身份变更状态}
|
|
4083
4126
|
*/
|
|
4084
|
-
type IdleSeller = IdleSellerImprovePackOrder
|
|
4127
|
+
type IdleSeller = IdleSellerImprovePackOrder
|
|
4128
|
+
| IdleSellerProShopStatus;
|
|
4085
4129
|
/**
|
|
4086
4130
|
* - {@link IdleTopisvCompensateNotice 闲鱼电商Saas > 闲鱼开放平台-服务赔付单变更消息通知}
|
|
4087
4131
|
* - {@link IdleTopisvGlobalProductNotice 闲鱼电商Saas > 闲鱼开放平台-国际货品变更消息通知}
|
|
@@ -4177,9 +4221,11 @@ declare namespace IncomingMessage {
|
|
|
4177
4221
|
| TaobaoAgSignInfo
|
|
4178
4222
|
| TaobaoAgTicketsMsg;
|
|
4179
4223
|
/**
|
|
4180
|
-
* - {@link
|
|
4224
|
+
* - {@link TaobaoAgentAgentRes 内容开放 > tao agent执行结果通知}
|
|
4225
|
+
* - {@link TaobaoAgentWorkflowAsyncResult 内容开放 > 工作流开放异步执行结果通知}
|
|
4181
4226
|
*/
|
|
4182
|
-
type TaobaoAgent =
|
|
4227
|
+
type TaobaoAgent = TaobaoAgentAgentRes
|
|
4228
|
+
| TaobaoAgentWorkflowAsyncResult;
|
|
4183
4229
|
/**
|
|
4184
4230
|
* - {@link TaobaoAisCommonMessage 淘宝 > 厂商协同统一消息}
|
|
4185
4231
|
*/
|
|
@@ -4300,6 +4346,12 @@ declare namespace IncomingMessage {
|
|
|
4300
4346
|
*/
|
|
4301
4347
|
type TaobaoCco = TaobaoCcoAlipayCase
|
|
4302
4348
|
| TaobaoCcoGjCase;
|
|
4349
|
+
/**
|
|
4350
|
+
* - {@link TaobaoClothFulfillmentMsg 淘宝 > 淘宝服饰平台仓履约单消息}
|
|
4351
|
+
* - {@link TaobaoClothInboundMsg 淘宝 > 淘宝服饰平台仓入库单消息}
|
|
4352
|
+
*/
|
|
4353
|
+
type TaobaoCloth = TaobaoClothFulfillmentMsg
|
|
4354
|
+
| TaobaoClothInboundMsg;
|
|
4303
4355
|
/**
|
|
4304
4356
|
* - {@link TaobaoContentAuditAutocut 内容开放 > 智能混剪发布视频空间审核结果}
|
|
4305
4357
|
* - {@link TaobaoContentAuditMvx 内容开放 > 视频工具发布视频空间审核结果}
|
|
@@ -4345,6 +4397,7 @@ declare namespace IncomingMessage {
|
|
|
4345
4397
|
* - {@link TaobaoDisputeNegotiationAgreed 淘宝 > 退款-买家接受协商申请}
|
|
4346
4398
|
* - {@link TaobaoDisputeNegotiationApply 淘宝 > 退款-卖家提交协商申请}
|
|
4347
4399
|
* - {@link TaobaoDisputeNegotiationRefused 淘宝 > 退款-买家拒绝协商申请}
|
|
4400
|
+
* - {@link TaobaoDisputePostageRefundApplied 淘宝 > 发起退运费申请}
|
|
4348
4401
|
* - {@link TaobaoDisputePostageRefundSuccess 淘宝 > 退货运费单成功消息}
|
|
4349
4402
|
* - {@link TaobaoDisputeRefundCreated 淘宝 > 新退款创建}
|
|
4350
4403
|
* - {@link TaobaoDisputeRefundPriceProtect 淘宝 > 价保退款成功}
|
|
@@ -4368,6 +4421,7 @@ declare namespace IncomingMessage {
|
|
|
4368
4421
|
| TaobaoDisputeNegotiationAgreed
|
|
4369
4422
|
| TaobaoDisputeNegotiationApply
|
|
4370
4423
|
| TaobaoDisputeNegotiationRefused
|
|
4424
|
+
| TaobaoDisputePostageRefundApplied
|
|
4371
4425
|
| TaobaoDisputePostageRefundSuccess
|
|
4372
4426
|
| TaobaoDisputeRefundCreated
|
|
4373
4427
|
| TaobaoDisputeRefundPriceProtect
|
|
@@ -4569,9 +4623,17 @@ declare namespace IncomingMessage {
|
|
|
4569
4623
|
*/
|
|
4570
4624
|
type TaobaoIhome = TaobaoIhomeAigcTaskChange;
|
|
4571
4625
|
/**
|
|
4572
|
-
* - {@link
|
|
4626
|
+
* - {@link TaobaoIndustryPetDoc 淘宝 > 宠物档案新增或变更通知}
|
|
4627
|
+
* - {@link TaobaoIndustryWWClothItemMsgNotify 淘宝 > 淘宝行业ww服饰商品变更消息推送}
|
|
4573
4628
|
*/
|
|
4574
|
-
type
|
|
4629
|
+
type TaobaoIndustry = TaobaoIndustryPetDoc
|
|
4630
|
+
| TaobaoIndustryWWClothItemMsgNotify;
|
|
4631
|
+
/**
|
|
4632
|
+
* - {@link TaobaoInventoryLowQuantityWarning 销售库存 > 低库存预警消息}
|
|
4633
|
+
* - {@link TaobaoInventoryShareInventory 销售库存 > 天猫国际共享库存订单push}
|
|
4634
|
+
*/
|
|
4635
|
+
type TaobaoInventory = TaobaoInventoryLowQuantityWarning
|
|
4636
|
+
| TaobaoInventoryShareInventory;
|
|
4575
4637
|
/**
|
|
4576
4638
|
* - {@link TaobaoIstoreGiftingMsg Gifting送礼 > istoreGifing消息}
|
|
4577
4639
|
*/
|
|
@@ -4760,12 +4822,14 @@ declare namespace IncomingMessage {
|
|
|
4760
4822
|
type TaobaoOc = TaobaoOcTradeTagChanged;
|
|
4761
4823
|
/**
|
|
4762
4824
|
* - {@link TaobaoOfnCreditPayStatusChange 以旧换新-订单域 > 信用代扣状态变更同步}
|
|
4825
|
+
* - {@link TaobaoOfnDifferenceRefundPay 以旧换新-订单域 > 消费者补贴追差付款完成通知}
|
|
4763
4826
|
* - {@link TaobaoOfnNewOrderEventSync 以旧换新-订单域 > 以旧换新新机单事件同步}
|
|
4764
4827
|
* - {@link TaobaoOfnOrderStatusSync 以旧换新-订单域 > 以旧换新回收单状态同步}
|
|
4765
4828
|
* - {@link TaobaoOfnQaAmountConfirm 以旧换新-订单域 > 以旧换新质检价格通知}
|
|
4766
4829
|
* - {@link TaobaoOfnRateSync 以旧换新-订单域 > 以旧换新回收单评价消息}
|
|
4767
4830
|
*/
|
|
4768
4831
|
type TaobaoOfn = TaobaoOfnCreditPayStatusChange
|
|
4832
|
+
| TaobaoOfnDifferenceRefundPay
|
|
4769
4833
|
| TaobaoOfnNewOrderEventSync
|
|
4770
4834
|
| TaobaoOfnOrderStatusSync
|
|
4771
4835
|
| TaobaoOfnQaAmountConfirm
|
|
@@ -4866,6 +4930,7 @@ declare namespace IncomingMessage {
|
|
|
4866
4930
|
* - {@link TaobaoPcEgoTradeOrder 采购宝API > PC企业购交易订单消息}
|
|
4867
4931
|
* - {@link TaobaoPcEgoTradePackage 采购宝API > 订单包裹消息}
|
|
4868
4932
|
* - {@link TaobaoPcItemChange 采购宝API > 商品变更消息}
|
|
4933
|
+
* - {@link TaobaoPcItemSkuChange 采购宝API > SKU变更消息}
|
|
4869
4934
|
* - {@link TaobaoPcSaleInvoiceResult 采购宝API > PC企业购发票通知消息}
|
|
4870
4935
|
* - {@link TaobaoPcSettleProcessEventMsg 采购宝API > PC企业购结算流程事件消息}
|
|
4871
4936
|
*/
|
|
@@ -4874,6 +4939,7 @@ declare namespace IncomingMessage {
|
|
|
4874
4939
|
| TaobaoPcEgoTradeOrder
|
|
4875
4940
|
| TaobaoPcEgoTradePackage
|
|
4876
4941
|
| TaobaoPcItemChange
|
|
4942
|
+
| TaobaoPcItemSkuChange
|
|
4877
4943
|
| TaobaoPcSaleInvoiceResult
|
|
4878
4944
|
| TaobaoPcSettleProcessEventMsg;
|
|
4879
4945
|
/**
|
|
@@ -4964,6 +5030,10 @@ declare namespace IncomingMessage {
|
|
|
4964
5030
|
| TaobaoRhinoPurchaseOrderCreate
|
|
4965
5031
|
| TaobaoRhinoQcResultUpdate
|
|
4966
5032
|
| TaobaoRhinoWarehouseUpdate;
|
|
5033
|
+
/**
|
|
5034
|
+
* - {@link TaobaoRobotUserSubscribeResult 淘宝 > 机器人辅助状态变更消息通知}
|
|
5035
|
+
*/
|
|
5036
|
+
type TaobaoRobot = TaobaoRobotUserSubscribeResult;
|
|
4967
5037
|
/**
|
|
4968
5038
|
* - {@link TaobaoSecWlcAlipaySync 淘宝 > 无量尺风控信息同步支付宝}
|
|
4969
5039
|
*/
|
|
@@ -5102,6 +5172,7 @@ declare namespace IncomingMessage {
|
|
|
5102
5172
|
| TaobaoTaotvVideoPublish;
|
|
5103
5173
|
/**
|
|
5104
5174
|
* - {@link TaobaoTbkContentMsgGet 淘宝 > 媒体内容消息接收API}
|
|
5175
|
+
* - {@link TaobaoTbkIntelligentRecommendationReply 淘宝 > 淘宝客-公用-导购智能推荐回复}
|
|
5105
5176
|
* - {@link TaobaoTbkItemMaterialPush 淘宝 > 淘宝联盟官方单品物料推送}
|
|
5106
5177
|
* - {@link TaobaoTbkJINGCAITOUTIAOTljReport 淘宝 > 淘礼金实时报表}
|
|
5107
5178
|
* - {@link TaobaoTbkJUXIAOXITljReport 淘宝 > 淘礼金实时报表}
|
|
@@ -5110,6 +5181,7 @@ declare namespace IncomingMessage {
|
|
|
5110
5181
|
* - {@link TaobaoTbkYOUSHITljReport 淘宝 > 淘礼金报表API}
|
|
5111
5182
|
*/
|
|
5112
5183
|
type TaobaoTbk = TaobaoTbkContentMsgGet
|
|
5184
|
+
| TaobaoTbkIntelligentRecommendationReply
|
|
5113
5185
|
| TaobaoTbkItemMaterialPush
|
|
5114
5186
|
| TaobaoTbkJINGCAITOUTIAOTljReport
|
|
5115
5187
|
| TaobaoTbkJUXIAOXITljReport
|
|
@@ -6257,6 +6329,7 @@ declare namespace IncomingMessage {
|
|
|
6257
6329
|
* - {@link IdleCro}
|
|
6258
6330
|
* - {@link IdleCycleshop}
|
|
6259
6331
|
* - {@link IdleDistribution}
|
|
6332
|
+
* - {@link IdleEticket}
|
|
6260
6333
|
* - {@link IdleFishmarket}
|
|
6261
6334
|
* - {@link IdleFishmarketfixed}
|
|
6262
6335
|
* - {@link IdleLuxconsign}
|
|
@@ -6276,6 +6349,7 @@ declare namespace IncomingMessage {
|
|
|
6276
6349
|
| IdleCro
|
|
6277
6350
|
| IdleCycleshop
|
|
6278
6351
|
| IdleDistribution
|
|
6352
|
+
| IdleEticket
|
|
6279
6353
|
| IdleFishmarket
|
|
6280
6354
|
| IdleFishmarketfixed
|
|
6281
6355
|
| IdleLuxconsign
|
|
@@ -6344,6 +6418,7 @@ declare namespace IncomingMessage {
|
|
|
6344
6418
|
* - {@link TaobaoBus}
|
|
6345
6419
|
* - {@link TaobaoCarlease}
|
|
6346
6420
|
* - {@link TaobaoCco}
|
|
6421
|
+
* - {@link TaobaoCloth}
|
|
6347
6422
|
* - {@link TaobaoContent}
|
|
6348
6423
|
* - {@link TaobaoDaifa}
|
|
6349
6424
|
* - {@link TaobaoDatapush}
|
|
@@ -6365,6 +6440,7 @@ declare namespace IncomingMessage {
|
|
|
6365
6440
|
* - {@link TaobaoIdlefish}
|
|
6366
6441
|
* - {@link TaobaoIfashion}
|
|
6367
6442
|
* - {@link TaobaoIhome}
|
|
6443
|
+
* - {@link TaobaoIndustry}
|
|
6368
6444
|
* - {@link TaobaoInventory}
|
|
6369
6445
|
* - {@link TaobaoIstore}
|
|
6370
6446
|
* - {@link TaobaoItem}
|
|
@@ -6404,6 +6480,7 @@ declare namespace IncomingMessage {
|
|
|
6404
6480
|
* - {@link TaobaoRefund}
|
|
6405
6481
|
* - {@link TaobaoRetrieve}
|
|
6406
6482
|
* - {@link TaobaoRhino}
|
|
6483
|
+
* - {@link TaobaoRobot}
|
|
6407
6484
|
* - {@link TaobaoSec}
|
|
6408
6485
|
* - {@link TaobaoSeed}
|
|
6409
6486
|
* - {@link TaobaoShangou}
|
|
@@ -6465,6 +6542,7 @@ declare namespace IncomingMessage {
|
|
|
6465
6542
|
| TaobaoBus
|
|
6466
6543
|
| TaobaoCarlease
|
|
6467
6544
|
| TaobaoCco
|
|
6545
|
+
| TaobaoCloth
|
|
6468
6546
|
| TaobaoContent
|
|
6469
6547
|
| TaobaoDaifa
|
|
6470
6548
|
| TaobaoDatapush
|
|
@@ -6486,6 +6564,7 @@ declare namespace IncomingMessage {
|
|
|
6486
6564
|
| TaobaoIdlefish
|
|
6487
6565
|
| TaobaoIfashion
|
|
6488
6566
|
| TaobaoIhome
|
|
6567
|
+
| TaobaoIndustry
|
|
6489
6568
|
| TaobaoInventory
|
|
6490
6569
|
| TaobaoIstore
|
|
6491
6570
|
| TaobaoItem
|
|
@@ -6525,6 +6604,7 @@ declare namespace IncomingMessage {
|
|
|
6525
6604
|
| TaobaoRefund
|
|
6526
6605
|
| TaobaoRetrieve
|
|
6527
6606
|
| TaobaoRhino
|
|
6607
|
+
| TaobaoRobot
|
|
6528
6608
|
| TaobaoSec
|
|
6529
6609
|
| TaobaoSeed
|
|
6530
6610
|
| TaobaoShangou
|
package/types/taobao.d.ts
CHANGED
|
@@ -67,8 +67,34 @@ declare namespace Taobao.Ag {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
/**
|
|
70
|
+
/** 内容开放 */
|
|
71
71
|
declare namespace Taobao.Agent {
|
|
72
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2736&docType=9 tao agent执行结果通知} */
|
|
73
|
+
interface AgentRes {
|
|
74
|
+
/** agent_code */
|
|
75
|
+
agent_code: string;
|
|
76
|
+
/** token情况 */
|
|
77
|
+
agent_usage?: string;
|
|
78
|
+
/** agent结果 */
|
|
79
|
+
content: string;
|
|
80
|
+
/** conversation_id */
|
|
81
|
+
conversation_id?: string;
|
|
82
|
+
/** 消费者发往商家 */
|
|
83
|
+
is_c2b?: string;
|
|
84
|
+
/** message_id */
|
|
85
|
+
message_id: string;
|
|
86
|
+
/** 接受者openUid */
|
|
87
|
+
receiver_open_uid: string;
|
|
88
|
+
/** 耗时ms */
|
|
89
|
+
rt?: string;
|
|
90
|
+
/** 商家openUid */
|
|
91
|
+
seller_open_uid: string;
|
|
92
|
+
/** 发送者openUid */
|
|
93
|
+
sender_open_uid: string;
|
|
94
|
+
/** 发起时间 */
|
|
95
|
+
time: string;
|
|
96
|
+
}
|
|
97
|
+
|
|
72
98
|
/** {@link https://open.taobao.com/tmc.htm?docId=2711&docType=9 工作流开放异步执行结果通知} */
|
|
73
99
|
interface WorkflowAsyncResult {
|
|
74
100
|
/** 工作流执行结果 */
|
|
@@ -783,6 +809,29 @@ declare namespace Taobao.Cco {
|
|
|
783
809
|
}
|
|
784
810
|
}
|
|
785
811
|
|
|
812
|
+
/** 淘宝 */
|
|
813
|
+
declare namespace Taobao.Cloth {
|
|
814
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2743&docType=9 淘宝服饰平台仓履约单消息} */
|
|
815
|
+
interface FulfillmentMsg {
|
|
816
|
+
/** 事件类型:创建CREATE/取消CANCEL/修改地址UPDATE_ADDRESS/物流拦截DLV_INTERCEPT */
|
|
817
|
+
event_type: string;
|
|
818
|
+
/** 履约单单号 */
|
|
819
|
+
fulfillment_main_order_no: string;
|
|
820
|
+
/** 消息ID */
|
|
821
|
+
msg_id: string;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2742&docType=9 淘宝服饰平台仓入库单消息} */
|
|
825
|
+
interface InboundMsg {
|
|
826
|
+
/** 事件类型:包裹已签收入库中INBOUND_PENDING */
|
|
827
|
+
event_type: string;
|
|
828
|
+
/** 入库单单号 */
|
|
829
|
+
inbound_main_order_no: string;
|
|
830
|
+
/** 消息ID */
|
|
831
|
+
msg_id: string;
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
|
|
786
835
|
/** 内容开放 */
|
|
787
836
|
declare namespace Taobao.Content {
|
|
788
837
|
/** {@link https://open.taobao.com/tmc.htm?docId=2474&docType=9 智能混剪发布视频空间审核结果} */
|
|
@@ -1174,6 +1223,28 @@ declare namespace Taobao.Dispute {
|
|
|
1174
1223
|
tid: number | bigint;
|
|
1175
1224
|
}
|
|
1176
1225
|
|
|
1226
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2733&docType=9 发起退运费申请} */
|
|
1227
|
+
interface PostageRefundApplied {
|
|
1228
|
+
/** 1/2:退款,3:退货退款,4/6:换货,其他请调api获取详细信息 */
|
|
1229
|
+
biz_claim_type: number;
|
|
1230
|
+
/** 涉及金额 */
|
|
1231
|
+
buyer_refund_fee: number;
|
|
1232
|
+
/** 创建时间 */
|
|
1233
|
+
create: Date | number | string;
|
|
1234
|
+
/** 1:售中, 2:售后 */
|
|
1235
|
+
dispute_type: number;
|
|
1236
|
+
/** 更新时间 */
|
|
1237
|
+
modified: Date | number | string;
|
|
1238
|
+
/** 子订单ID */
|
|
1239
|
+
oid: number | bigint;
|
|
1240
|
+
/** 退款id(Long)或消息id(字符串) */
|
|
1241
|
+
refund_id: number;
|
|
1242
|
+
/** 卖家openUid */
|
|
1243
|
+
seller_open_uid: string;
|
|
1244
|
+
/** 支付单ID */
|
|
1245
|
+
tid: number | bigint;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1177
1248
|
/** {@link https://open.taobao.com/tmc.htm?docId=2659&docType=9 退货运费单成功消息} */
|
|
1178
1249
|
interface PostageRefundSuccess {
|
|
1179
1250
|
/** 1/2:退款,3:退货退款,4/6:换货,其他请调api获取详细信息 */
|
|
@@ -2711,7 +2782,46 @@ declare namespace Taobao.Ihome {
|
|
|
2711
2782
|
}
|
|
2712
2783
|
|
|
2713
2784
|
/** 淘宝 */
|
|
2785
|
+
declare namespace Taobao.Industry {
|
|
2786
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2747&docType=9 宠物档案新增或变更通知} */
|
|
2787
|
+
interface PetDoc {
|
|
2788
|
+
/** 宠物档案id */
|
|
2789
|
+
id: string;
|
|
2790
|
+
/** 消息ID */
|
|
2791
|
+
msg_id: string;
|
|
2792
|
+
/** 变更类型,ADD:新增,DELETE:删除,EDIT:更新 */
|
|
2793
|
+
type: string;
|
|
2794
|
+
/** 用户id(已转换open uid) */
|
|
2795
|
+
user_id: string;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2734&docType=9 淘宝行业ww服饰商品变更消息推送} */
|
|
2799
|
+
interface WWClothItemMsgNotify {
|
|
2800
|
+
/** 商品ID */
|
|
2801
|
+
encode_item_id: string;
|
|
2802
|
+
/** 商品上下架消息类型 */
|
|
2803
|
+
msg_event_type: string;
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
/** 销售库存 */
|
|
2714
2808
|
declare namespace Taobao.Inventory {
|
|
2809
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2728&docType=9 低库存预警消息} */
|
|
2810
|
+
interface LowQuantityWarning {
|
|
2811
|
+
/** 业务唯一键,目前是时间戳 */
|
|
2812
|
+
biz: string;
|
|
2813
|
+
/** 商品id */
|
|
2814
|
+
item_id: number;
|
|
2815
|
+
/** 商品id对应的名称 */
|
|
2816
|
+
item_name: string;
|
|
2817
|
+
/** skuId,可能是0 */
|
|
2818
|
+
sku_id?: number;
|
|
2819
|
+
/** 仓库编码 */
|
|
2820
|
+
warehouse_code?: string;
|
|
2821
|
+
/** 10 */
|
|
2822
|
+
warning_quantity: number;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2715
2825
|
/** {@link https://open.taobao.com/tmc.htm?docId=813&docType=9 天猫国际共享库存订单push} */
|
|
2716
2826
|
interface ShareInventory {
|
|
2717
2827
|
/** 订单付款时间 */
|
|
@@ -3933,6 +4043,16 @@ declare namespace Taobao.Ofn {
|
|
|
3933
4043
|
supplier_id: string;
|
|
3934
4044
|
}
|
|
3935
4045
|
|
|
4046
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2746&docType=9 消费者补贴追差付款完成通知} */
|
|
4047
|
+
interface DifferenceRefundPay {
|
|
4048
|
+
/** 追差付款金额(单位 分) */
|
|
4049
|
+
pay_amount: string;
|
|
4050
|
+
/** 追差付款完成时间(毫秒时间戳) */
|
|
4051
|
+
pay_time: string;
|
|
4052
|
+
/** 回收单 ID */
|
|
4053
|
+
recycle_order_id: string;
|
|
4054
|
+
}
|
|
4055
|
+
|
|
3936
4056
|
/** {@link https://open.taobao.com/tmc.htm?docId=2483&docType=9 以旧换新新机单事件同步} */
|
|
3937
4057
|
interface NewOrderEventSync {
|
|
3938
4058
|
/** 事件类型,SHIPPED(已发货),PAID(已支付) */
|
|
@@ -4681,6 +4801,8 @@ declare namespace Taobao.Pc {
|
|
|
4681
4801
|
|
|
4682
4802
|
/** {@link https://open.taobao.com/tmc.htm?docId=2633&docType=9 商品变更消息} */
|
|
4683
4803
|
interface ItemChange {
|
|
4804
|
+
/** 变更的字段列表 */
|
|
4805
|
+
change_fields?: string;
|
|
4684
4806
|
/** 客户ID */
|
|
4685
4807
|
client_id: string;
|
|
4686
4808
|
/** 变更企业购商品ID */
|
|
@@ -4695,6 +4817,24 @@ declare namespace Taobao.Pc {
|
|
|
4695
4817
|
type: string;
|
|
4696
4818
|
}
|
|
4697
4819
|
|
|
4820
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2732&docType=9 SKU变更消息} */
|
|
4821
|
+
interface ItemSkuChange {
|
|
4822
|
+
/** 变更的字段列表 */
|
|
4823
|
+
change_fields?: string;
|
|
4824
|
+
/** 客户ID */
|
|
4825
|
+
client_id: string;
|
|
4826
|
+
/** 企业购商品ID */
|
|
4827
|
+
ego_item_id: string;
|
|
4828
|
+
/** 企业购商品SKU ID */
|
|
4829
|
+
ego_sku_id: string;
|
|
4830
|
+
/** 消息ID */
|
|
4831
|
+
msg_id: string;
|
|
4832
|
+
/** 变更时间,时间戳 */
|
|
4833
|
+
time: string;
|
|
4834
|
+
/** 变更类型,ADD:SKU新增,DELETE:SKU删除,DOWN_SHELF:SKU下架,UP_SHELF:SKU上架,EDIT:SKU信息变更,INVENTORY:SKU库存变更(注意该消息只有当库存从无到有,或从有到无才会发送) */
|
|
4835
|
+
type: string;
|
|
4836
|
+
}
|
|
4837
|
+
|
|
4698
4838
|
/** {@link https://open.taobao.com/tmc.htm?docId=2673&docType=9 PC企业购发票通知消息} */
|
|
4699
4839
|
interface SaleInvoiceResult {
|
|
4700
4840
|
/** 账单号 */
|
|
@@ -5311,6 +5451,31 @@ declare namespace Taobao.Rhino {
|
|
|
5311
5451
|
}
|
|
5312
5452
|
}
|
|
5313
5453
|
|
|
5454
|
+
/** 淘宝 */
|
|
5455
|
+
declare namespace Taobao.Robot {
|
|
5456
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2729&docType=9 机器人辅助状态变更消息通知} */
|
|
5457
|
+
interface UserSubscribeResult {
|
|
5458
|
+
/** 机器人appKey */
|
|
5459
|
+
assist_robot_app_key: string;
|
|
5460
|
+
/** 机器人名称 */
|
|
5461
|
+
assist_robot_name: string;
|
|
5462
|
+
/** 机器人租户id */
|
|
5463
|
+
assist_robot_tenant_id: number;
|
|
5464
|
+
/** 消费者帐号openId */
|
|
5465
|
+
buyer_open_id: string;
|
|
5466
|
+
/** 修改摘要说明 */
|
|
5467
|
+
modified_robot_user_subscribe_summary?: string;
|
|
5468
|
+
/** 修改类型 */
|
|
5469
|
+
modified_robot_user_subscribe_type: string;
|
|
5470
|
+
/** 消息唯一标识(便于联合排查) */
|
|
5471
|
+
msg_id: string;
|
|
5472
|
+
/** 店铺商家帐号openId */
|
|
5473
|
+
seller_open_id: string;
|
|
5474
|
+
/** 辅助状态 */
|
|
5475
|
+
status: number;
|
|
5476
|
+
}
|
|
5477
|
+
}
|
|
5478
|
+
|
|
5314
5479
|
/** 淘宝 */
|
|
5315
5480
|
declare namespace Taobao.Sec {
|
|
5316
5481
|
/** {@link https://open.taobao.com/tmc.htm?docId=1152&docType=9 无量尺风控信息同步支付宝} */
|
|
@@ -6212,6 +6377,16 @@ declare namespace Taobao.Tbk {
|
|
|
6212
6377
|
timestamp: number;
|
|
6213
6378
|
}
|
|
6214
6379
|
|
|
6380
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2740&docType=9 淘宝客-公用-导购智能推荐回复} */
|
|
6381
|
+
interface IntelligentRecommendationReply {
|
|
6382
|
+
/** 商品ID,A-B形式,最多10个,本次1个 */
|
|
6383
|
+
data: string;
|
|
6384
|
+
/** 消息唯一标识ID */
|
|
6385
|
+
query_id: string;
|
|
6386
|
+
/** 场景 0-不可处理 1可处理 */
|
|
6387
|
+
scene: number;
|
|
6388
|
+
}
|
|
6389
|
+
|
|
6215
6390
|
/** {@link https://open.taobao.com/tmc.htm?docId=2170&docType=9 淘宝联盟官方单品物料推送} */
|
|
6216
6391
|
interface ItemMaterialPush {
|
|
6217
6392
|
/** 优惠券信息-优惠券(元)。若属于预售商品,该优惠券付尾款可用,付定金不可用 */
|