tmc.js 0.3.42 → 0.3.44
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 +3 -3
- package/package.json +1 -1
- package/types/alibaba.d.ts +25 -0
- package/types/fliggy.d.ts +16 -0
- package/types/icbu.d.ts +14 -0
- package/types/idle.d.ts +19 -0
- package/types/index.d.ts +60 -0
- package/types/message.in.d.ts +64 -4
- package/types/message.out.d.ts +1 -1
- package/types/taobao.d.ts +72 -0
- package/types/tmall.d.ts +32 -0
- package/types/xianyu.d.ts +3 -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>共计 85+ 类别,
|
|
137
|
+
<details><summary>共计 85+ 类别,513+ 消息数</summary>
|
|
138
138
|
|
|
139
139
|
| 类别 | 消息数 |
|
|
140
140
|
| --- | --- |
|
|
@@ -150,7 +150,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
|
|
|
150
150
|
| 导购平台 | 21 |
|
|
151
151
|
| 淘宝汽车票 | 4 |
|
|
152
152
|
| 服务市场 | 9 |
|
|
153
|
-
| 天猫服务 |
|
|
153
|
+
| 天猫服务 | 32 |
|
|
154
154
|
| 天猫美妆 | 2 |
|
|
155
155
|
| 聚石塔 | 9 |
|
|
156
156
|
| 淘宝物流 | 1 |
|
|
@@ -212,7 +212,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
|
|
|
212
212
|
| 大资产拍卖Top端拍品消息 | 2 |
|
|
213
213
|
| AE-任务平台消息 | 1 |
|
|
214
214
|
| 天猫汽车 | 5 |
|
|
215
|
-
| 阿信消息通知前台类目 |
|
|
215
|
+
| 阿信消息通知前台类目 | 6 |
|
|
216
216
|
| 阿里健康追溯码 | 1 |
|
|
217
217
|
| 自动驾驶API | 3 |
|
|
218
218
|
| MMC五盘货项目 | 5 |
|
package/package.json
CHANGED
package/types/alibaba.d.ts
CHANGED
|
@@ -964,6 +964,31 @@ declare namespace Alibaba.Crowdsourcing {
|
|
|
964
964
|
}
|
|
965
965
|
}
|
|
966
966
|
|
|
967
|
+
/** 三小时公益 */
|
|
968
|
+
declare namespace Alibaba.Csr {
|
|
969
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2596&docType=9 公益三小时积分捐行为同步} */
|
|
970
|
+
interface DonatePointSync {
|
|
971
|
+
/** 捐赠积分数量 */
|
|
972
|
+
donate_point_num: string;
|
|
973
|
+
/** 捐赠时间毫秒级时间戳 */
|
|
974
|
+
donate_time: string;
|
|
975
|
+
/** 消息幂等id */
|
|
976
|
+
msg_id: string;
|
|
977
|
+
/** 合作方绑定三小时账户时传递的用户标识 */
|
|
978
|
+
user_account_code: string;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2594&docType=9 3小时积分捐同步活力值到志愿汇} */
|
|
982
|
+
interface ZhiyuanhuiSyncEnergy {
|
|
983
|
+
/** 捐赠爱能数量 */
|
|
984
|
+
donate_love_bean_num: string;
|
|
985
|
+
/** 用户3小时id#用户捐赠记录id */
|
|
986
|
+
msg_id: string;
|
|
987
|
+
/** 用户志愿汇侧用户标识 */
|
|
988
|
+
zyh_user_account_code: string;
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
|
|
967
992
|
/** 阿里楼盘 */
|
|
968
993
|
declare namespace Alibaba.Decoration {
|
|
969
994
|
/** {@link https://open.taobao.com/tmc.htm?docId=2014&docType=9 AI设计方案状态变更通知} */
|
package/types/fliggy.d.ts
CHANGED
|
@@ -161,6 +161,22 @@ declare namespace Fliggy.Ticket {
|
|
|
161
161
|
|
|
162
162
|
/** 飞猪 */
|
|
163
163
|
declare namespace Fliggy.Visa {
|
|
164
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2582&docType=9 签证申请人状态变更消息} */
|
|
165
|
+
interface ApplicantStatusChanged {
|
|
166
|
+
/** 申请人id */
|
|
167
|
+
apply_id: string;
|
|
168
|
+
/** 办理模式 */
|
|
169
|
+
apply_mode: number;
|
|
170
|
+
/** 申请人状态 */
|
|
171
|
+
apply_status: number;
|
|
172
|
+
/** 订单拓展信息,详情见[签证对接文档](https://open.alitrip.com/docs/doc.htm?docType=1&articleId=121404) */
|
|
173
|
+
biz_exts: string;
|
|
174
|
+
/** 订单id */
|
|
175
|
+
order_id: string;
|
|
176
|
+
/** 办签进度流程类型 */
|
|
177
|
+
process_type: string;
|
|
178
|
+
}
|
|
179
|
+
|
|
164
180
|
/** {@link https://open.taobao.com/tmc.htm?docId=1867&docType=9 签证状态变化消息} */
|
|
165
181
|
interface StatusChange {
|
|
166
182
|
/** 申请人id */
|
package/types/icbu.d.ts
CHANGED
|
@@ -84,6 +84,20 @@ declare namespace Icbu.Chat {
|
|
|
84
84
|
|
|
85
85
|
/** ICBU */
|
|
86
86
|
declare namespace Icbu.Crm {
|
|
87
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2576&docType=9 ICBU CRM小满订单状态变更通知(GGS港台)} */
|
|
88
|
+
interface GgsXMOrderChange {
|
|
89
|
+
/** 2支付订单 3取消订单 */
|
|
90
|
+
action: string;
|
|
91
|
+
/** 阿里gid */
|
|
92
|
+
ali_gid: string;
|
|
93
|
+
/** 阿里订单号 */
|
|
94
|
+
ali_order_no: string;
|
|
95
|
+
/** 付款时间 */
|
|
96
|
+
ali_paid_time: string;
|
|
97
|
+
/** 付款金额 */
|
|
98
|
+
amout: string;
|
|
99
|
+
}
|
|
100
|
+
|
|
87
101
|
/** {@link https://open.taobao.com/tmc.htm?docId=1797&docType=9 ICBU CRM小满订单状态变更通知} */
|
|
88
102
|
interface XMOrderChange {
|
|
89
103
|
/** 2支付订单 3取消订单 */
|
package/types/idle.d.ts
CHANGED
|
@@ -163,6 +163,25 @@ declare namespace Idle.Cycleshop {
|
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
/** 闲鱼 */
|
|
167
|
+
declare namespace Idle.Newoutlets {
|
|
168
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2584&docType=9 闲鱼用户身份变更消息} */
|
|
169
|
+
interface UserTagNotice {
|
|
170
|
+
/** 商家所在的业务类型("new_outlets"-新奥莱,"flash_sale"-特卖) */
|
|
171
|
+
biz_line: string;
|
|
172
|
+
/** 业务所涉及的商家鱼小铺能力("nfr_policy"-描述不符包邮退,"sdr_policy"-七天无理由退款) */
|
|
173
|
+
idle_shop_ability: string;
|
|
174
|
+
/** 商家身份变化类型("user_entrance_pass"-商家入驻通过,"user_entrance_clear"-商家清退) */
|
|
175
|
+
operation_type: string;
|
|
176
|
+
/** 业务所涉及的商品类型,通过","分隔。例如(新奥莱):"15,16,26" */
|
|
177
|
+
sp_item_type: string;
|
|
178
|
+
/** 商家ID */
|
|
179
|
+
user_id: number;
|
|
180
|
+
/** 商家名称 */
|
|
181
|
+
user_name: string;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
166
185
|
/** 闲鱼回收商消息 */
|
|
167
186
|
declare namespace Idle.Recycle {
|
|
168
187
|
/** {@link https://open.taobao.com/tmc.htm?docId=2385&docType=9 闲鱼回收业务订单消息} */
|
package/types/index.d.ts
CHANGED
|
@@ -198,6 +198,10 @@ declare interface TaoTopicsDescriptor {
|
|
|
198
198
|
alibaba_crm_OutboundInfoMessage(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrmOutboundInfoMessage) => void): TaoMessageConsumer;
|
|
199
199
|
/** {@link IncomingMessage.AlibabaCrowdsourcingMaterial - > 素材生成通知} */
|
|
200
200
|
alibaba_crowdsourcing_Material(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrowdsourcingMaterial) => void): TaoMessageConsumer;
|
|
201
|
+
/** {@link IncomingMessage.AlibabaCsrDonatePointSync 三小时公益 > 公益三小时积分捐行为同步} */
|
|
202
|
+
alibaba_csr_DonatePointSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCsrDonatePointSync) => void): TaoMessageConsumer;
|
|
203
|
+
/** {@link IncomingMessage.AlibabaCsrZhiyuanhuiSyncEnergy 三小时公益 > 3小时积分捐同步活力值到志愿汇} */
|
|
204
|
+
alibaba_csr_ZhiyuanhuiSyncEnergy(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCsrZhiyuanhuiSyncEnergy) => void): TaoMessageConsumer;
|
|
201
205
|
/** {@link IncomingMessage.AlibabaDecorationAidesignFinish 阿里楼盘 > AI设计方案状态变更通知} */
|
|
202
206
|
alibaba_decoration_AidesignFinish(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaDecorationAidesignFinish) => void): TaoMessageConsumer;
|
|
203
207
|
/** {@link IncomingMessage.AlibabaDecorationApartmentExport 阿里楼盘 > 生成户型图消息} */
|
|
@@ -1064,6 +1068,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1064
1068
|
fliggy_ticket_OrderStatusChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.FliggyTicketOrderStatusChange) => void): TaoMessageConsumer;
|
|
1065
1069
|
/** {@link IncomingMessage.FliggyTicketVerifyNotify 航旅度假交易 > 域外分销订单码核销消息} */
|
|
1066
1070
|
fliggy_ticket_VerifyNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.FliggyTicketVerifyNotify) => void): TaoMessageConsumer;
|
|
1071
|
+
/** {@link IncomingMessage.FliggyVisaApplicantStatusChanged 飞猪 > 签证申请人状态变更消息} */
|
|
1072
|
+
fliggy_visa_ApplicantStatusChanged(fn: (this: TaoMessageConsumer, message: IncomingMessage.FliggyVisaApplicantStatusChanged) => void): TaoMessageConsumer;
|
|
1067
1073
|
/** {@link IncomingMessage.FliggyVisaStatusChange 飞猪 > 签证状态变化消息} */
|
|
1068
1074
|
fliggy_visa_StatusChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.FliggyVisaStatusChange) => void): TaoMessageConsumer;
|
|
1069
1075
|
/** {@link IncomingMessage.FliggyXhotelComboCreateResult 飞猪 > 套餐创建消息回传} */
|
|
@@ -1106,6 +1112,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1106
1112
|
icbu_alicrm_OfflineDataChanged(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuAlicrmOfflineDataChanged) => void): TaoMessageConsumer;
|
|
1107
1113
|
/** {@link IncomingMessage.IcbuChatMessageTipForXiaoMan ICBU > ICBU沟通消息推送给小满提醒} */
|
|
1108
1114
|
icbu_chat_MessageTipForXiaoMan(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuChatMessageTipForXiaoMan) => void): TaoMessageConsumer;
|
|
1115
|
+
/** {@link IncomingMessage.IcbuCrmGgsXMOrderChange ICBU > ICBU CRM小满订单状态变更通知(GGS港台)} */
|
|
1116
|
+
icbu_crm_GgsXMOrderChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuCrmGgsXMOrderChange) => void): TaoMessageConsumer;
|
|
1109
1117
|
/** {@link IncomingMessage.IcbuCrmXMOrderChange ICBU > ICBU CRM小满订单状态变更通知} */
|
|
1110
1118
|
icbu_crm_XMOrderChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuCrmXMOrderChange) => void): TaoMessageConsumer;
|
|
1111
1119
|
/** {@link IncomingMessage.IcbuMemberXmUnBind ICBU > icbu国际站账号解绑小满账号} */
|
|
@@ -1136,6 +1144,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1136
1144
|
idle_cycleshop_GoodsNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopGoodsNotice) => void): TaoMessageConsumer;
|
|
1137
1145
|
/** {@link IncomingMessage.IdleCycleshopSaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知} */
|
|
1138
1146
|
idle_cycleshop_SaleOrderNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopSaleOrderNotice) => void): TaoMessageConsumer;
|
|
1147
|
+
/** {@link IncomingMessage.IdleNewoutletsUserTagNotice 闲鱼 > 闲鱼用户身份变更消息} */
|
|
1148
|
+
idle_newoutlets_UserTagNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleNewoutletsUserTagNotice) => void): TaoMessageConsumer;
|
|
1139
1149
|
/** {@link IncomingMessage.IdleRecycleOrderStateSyn 闲鱼回收商消息 > 闲鱼回收业务订单消息} */
|
|
1140
1150
|
idle_recycle_OrderStateSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleRecycleOrderStateSyn) => void): TaoMessageConsumer;
|
|
1141
1151
|
/** {@link IncomingMessage.IdleRecycleOrderSyn 闲鱼回收商消息 > 回收订单交易消息} */
|
|
@@ -1306,6 +1316,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
1306
1316
|
taobao_dispute_ExchangeModified(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeModified) => void): TaoMessageConsumer;
|
|
1307
1317
|
/** {@link IncomingMessage.TaobaoDisputeExchangeSellerConfirmed 淘宝 > 卖家确认收货} */
|
|
1308
1318
|
taobao_dispute_ExchangeSellerConfirmed(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeSellerConfirmed) => void): TaoMessageConsumer;
|
|
1319
|
+
/** {@link IncomingMessage.TaobaoDisputeExchangeSellerGoodsConsigned 淘宝 > 换货-卖家寄出商品} */
|
|
1320
|
+
taobao_dispute_ExchangeSellerGoodsConsigned(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeSellerGoodsConsigned) => void): TaoMessageConsumer;
|
|
1309
1321
|
/** {@link IncomingMessage.TaobaoDisputeExchangeSuccess 淘宝 > 买家确认收货,换货成功} */
|
|
1310
1322
|
taobao_dispute_ExchangeSuccess(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeSuccess) => void): TaoMessageConsumer;
|
|
1311
1323
|
/** {@link IncomingMessage.TaobaoDisputeExchangeTurnToRefund 淘宝 > 卖家换货转退款} */
|
|
@@ -2074,8 +2086,18 @@ declare interface TaoTopicsDescriptor {
|
|
|
2074
2086
|
taobao_xiaowei_Test(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXiaoweiTest) => void): TaoMessageConsumer;
|
|
2075
2087
|
/** {@link IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息} */
|
|
2076
2088
|
taobao_yichao_WarrantyCodeStatusUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate) => void): TaoMessageConsumer;
|
|
2089
|
+
/** {@link IncomingMessage.TaobaoZkFirstLogisticsNotify 淘宝真酷 > 淘宝真酷一段物流发货消息} */
|
|
2090
|
+
taobao_zk_FirstLogisticsNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkFirstLogisticsNotify) => void): TaoMessageConsumer;
|
|
2091
|
+
/** {@link IncomingMessage.TaobaoZkFirstLogisticsReceivedNotify 淘宝真酷 > 一段物流签收通知} */
|
|
2092
|
+
taobao_zk_FirstLogisticsReceivedNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkFirstLogisticsReceivedNotify) => void): TaoMessageConsumer;
|
|
2077
2093
|
/** {@link IncomingMessage.TaobaoZkIdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息} */
|
|
2078
2094
|
taobao_zk_IdentifyCreate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkIdentifyCreate) => void): TaoMessageConsumer;
|
|
2095
|
+
/** {@link IncomingMessage.TaobaoZkRefundNotify 淘宝真酷 > 真酷鉴定用户退款通知} */
|
|
2096
|
+
taobao_zk_RefundNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkRefundNotify) => void): TaoMessageConsumer;
|
|
2097
|
+
/** {@link IncomingMessage.TaobaoZkSecondLogisticsGotNotify 淘宝真酷 > 淘宝真酷二段寄出后揽收通知机构} */
|
|
2098
|
+
taobao_zk_SecondLogisticsGotNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkSecondLogisticsGotNotify) => void): TaoMessageConsumer;
|
|
2099
|
+
/** {@link IncomingMessage.TaobaoZkSubmitQuote 淘宝真酷 > 真酷供应商提交报价结果通知} */
|
|
2100
|
+
taobao_zk_SubmitQuote(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkSubmitQuote) => void): TaoMessageConsumer;
|
|
2079
2101
|
/** {@link IncomingMessage.TaotaoFilmThirdPartyRefundPush 淘宝 > 退款消息同步} */
|
|
2080
2102
|
taotao_film_ThirdPartyRefundPush(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaotaoFilmThirdPartyRefundPush) => void): TaoMessageConsumer;
|
|
2081
2103
|
/** {@link IncomingMessage.TmallAliautoStepOrderPartConfirm 天猫汽车 > 天猫汽车分阶段订单打款消息} */
|
|
@@ -2126,6 +2148,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
2126
2148
|
tmall_fuwu_NewAnomalyRecourseStatusUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuNewAnomalyRecourseStatusUpdate) => void): TaoMessageConsumer;
|
|
2127
2149
|
/** {@link IncomingMessage.TmallFuwuRateMessageTP 天猫服务 > 消费者评价成功top消息} */
|
|
2128
2150
|
tmall_fuwu_RateMessageTP(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuRateMessageTP) => void): TaoMessageConsumer;
|
|
2151
|
+
/** {@link IncomingMessage.TmallFuwuSendCallRecord 天猫服务 > 发送通话记录} */
|
|
2152
|
+
tmall_fuwu_SendCallRecord(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuSendCallRecord) => void): TaoMessageConsumer;
|
|
2129
2153
|
/** {@link IncomingMessage.TmallFuwuServiceItemUpdate 天猫服务 > 服务商品信息变更消息} */
|
|
2130
2154
|
tmall_fuwu_ServiceItemUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuServiceItemUpdate) => void): TaoMessageConsumer;
|
|
2131
2155
|
/** {@link IncomingMessage.TmallFuwuServiceMonitorMessage 天猫服务 > 服务预警消息} */
|
|
@@ -2244,6 +2268,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
2244
2268
|
tmall_scm_SendTmcsDistributeSettleFee(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallScmSendTmcsDistributeSettleFee) => void): TaoMessageConsumer;
|
|
2245
2269
|
/** {@link IncomingMessage.TmallServiceCycleBillInvoice 天猫服务 > 服务结算账期账单发票消息} */
|
|
2246
2270
|
tmall_service_CycleBillInvoice(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallServiceCycleBillInvoice) => void): TaoMessageConsumer;
|
|
2271
|
+
/** {@link IncomingMessage.TmallServicecenterConsultationMessage 天猫服务 > 咨询工单消息} */
|
|
2272
|
+
tmall_servicecenter_ConsultationMessage(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenterConsultationMessage) => void): TaoMessageConsumer;
|
|
2247
2273
|
/** {@link IncomingMessage.TmallServicecenterTaskUpdate 天猫服务 > 天猫服务平台工单更新} */
|
|
2248
2274
|
tmall_servicecenter_TaskUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenterTaskUpdate) => void): TaoMessageConsumer;
|
|
2249
2275
|
/** {@link IncomingMessage.TmallServiceplatformServiceProductChanged 天猫服务 > 天猫服务产品变更消息} */
|
|
@@ -2394,6 +2420,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
2394
2420
|
alibaba_crm(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrm) => void): TaoMessageConsumer;
|
|
2395
2421
|
/** {@link IncomingMessage.AlibabaCrowdsourcing} */
|
|
2396
2422
|
alibaba_crowdsourcing(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrowdsourcing) => void): TaoMessageConsumer;
|
|
2423
|
+
/** {@link IncomingMessage.AlibabaCsr} */
|
|
2424
|
+
alibaba_csr(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCsr) => void): TaoMessageConsumer;
|
|
2397
2425
|
/** {@link IncomingMessage.AlibabaDecoration} */
|
|
2398
2426
|
alibaba_decoration(fn: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaDecoration) => void): TaoMessageConsumer;
|
|
2399
2427
|
/** {@link IncomingMessage.AlibabaEinvoice} */
|
|
@@ -2696,6 +2724,8 @@ declare interface TaoTopicsDescriptor {
|
|
|
2696
2724
|
idle_cro(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCro) => void): TaoMessageConsumer;
|
|
2697
2725
|
/** {@link IncomingMessage.IdleCycleshop} */
|
|
2698
2726
|
idle_cycleshop(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshop) => void): TaoMessageConsumer;
|
|
2727
|
+
/** {@link IncomingMessage.IdleNewoutlets} */
|
|
2728
|
+
idle_newoutlets(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleNewoutlets) => void): TaoMessageConsumer;
|
|
2699
2729
|
/** {@link IncomingMessage.IdleRecycle} */
|
|
2700
2730
|
idle_recycle(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleRecycle) => void): TaoMessageConsumer;
|
|
2701
2731
|
/** {@link IncomingMessage.IdleTopisv} */
|
|
@@ -3281,6 +3311,10 @@ declare interface TaoEventsListener {
|
|
|
3281
3311
|
on(topic: 'alibaba_crm_OutboundInfoMessage', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrmOutboundInfoMessage) => void): TaoMessageConsumer;
|
|
3282
3312
|
/** {@link IncomingMessage.AlibabaCrowdsourcingMaterial - > 素材生成通知} */
|
|
3283
3313
|
on(topic: 'alibaba_crowdsourcing_Material', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrowdsourcingMaterial) => void): TaoMessageConsumer;
|
|
3314
|
+
/** {@link IncomingMessage.AlibabaCsrDonatePointSync 三小时公益 > 公益三小时积分捐行为同步} */
|
|
3315
|
+
on(topic: 'alibaba_csr_DonatePointSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCsrDonatePointSync) => void): TaoMessageConsumer;
|
|
3316
|
+
/** {@link IncomingMessage.AlibabaCsrZhiyuanhuiSyncEnergy 三小时公益 > 3小时积分捐同步活力值到志愿汇} */
|
|
3317
|
+
on(topic: 'alibaba_csr_ZhiyuanhuiSyncEnergy', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCsrZhiyuanhuiSyncEnergy) => void): TaoMessageConsumer;
|
|
3284
3318
|
/** {@link IncomingMessage.AlibabaDecorationAidesignFinish 阿里楼盘 > AI设计方案状态变更通知} */
|
|
3285
3319
|
on(topic: 'alibaba_decoration_AidesignFinish', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaDecorationAidesignFinish) => void): TaoMessageConsumer;
|
|
3286
3320
|
/** {@link IncomingMessage.AlibabaDecorationApartmentExport 阿里楼盘 > 生成户型图消息} */
|
|
@@ -4147,6 +4181,8 @@ declare interface TaoEventsListener {
|
|
|
4147
4181
|
on(topic: 'fliggy_ticket_OrderStatusChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.FliggyTicketOrderStatusChange) => void): TaoMessageConsumer;
|
|
4148
4182
|
/** {@link IncomingMessage.FliggyTicketVerifyNotify 航旅度假交易 > 域外分销订单码核销消息} */
|
|
4149
4183
|
on(topic: 'fliggy_ticket_VerifyNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.FliggyTicketVerifyNotify) => void): TaoMessageConsumer;
|
|
4184
|
+
/** {@link IncomingMessage.FliggyVisaApplicantStatusChanged 飞猪 > 签证申请人状态变更消息} */
|
|
4185
|
+
on(topic: 'fliggy_visa_ApplicantStatusChanged', listener: (this: TaoMessageConsumer, message: IncomingMessage.FliggyVisaApplicantStatusChanged) => void): TaoMessageConsumer;
|
|
4150
4186
|
/** {@link IncomingMessage.FliggyVisaStatusChange 飞猪 > 签证状态变化消息} */
|
|
4151
4187
|
on(topic: 'fliggy_visa_StatusChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.FliggyVisaStatusChange) => void): TaoMessageConsumer;
|
|
4152
4188
|
/** {@link IncomingMessage.FliggyXhotelComboCreateResult 飞猪 > 套餐创建消息回传} */
|
|
@@ -4189,6 +4225,8 @@ declare interface TaoEventsListener {
|
|
|
4189
4225
|
on(topic: 'icbu_alicrm_OfflineDataChanged', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuAlicrmOfflineDataChanged) => void): TaoMessageConsumer;
|
|
4190
4226
|
/** {@link IncomingMessage.IcbuChatMessageTipForXiaoMan ICBU > ICBU沟通消息推送给小满提醒} */
|
|
4191
4227
|
on(topic: 'icbu_chat_MessageTipForXiaoMan', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuChatMessageTipForXiaoMan) => void): TaoMessageConsumer;
|
|
4228
|
+
/** {@link IncomingMessage.IcbuCrmGgsXMOrderChange ICBU > ICBU CRM小满订单状态变更通知(GGS港台)} */
|
|
4229
|
+
on(topic: 'icbu_crm_GgsXMOrderChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuCrmGgsXMOrderChange) => void): TaoMessageConsumer;
|
|
4192
4230
|
/** {@link IncomingMessage.IcbuCrmXMOrderChange ICBU > ICBU CRM小满订单状态变更通知} */
|
|
4193
4231
|
on(topic: 'icbu_crm_XMOrderChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuCrmXMOrderChange) => void): TaoMessageConsumer;
|
|
4194
4232
|
/** {@link IncomingMessage.IcbuMemberXmUnBind ICBU > icbu国际站账号解绑小满账号} */
|
|
@@ -4219,6 +4257,8 @@ declare interface TaoEventsListener {
|
|
|
4219
4257
|
on(topic: 'idle_cycleshop_GoodsNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopGoodsNotice) => void): TaoMessageConsumer;
|
|
4220
4258
|
/** {@link IncomingMessage.IdleCycleshopSaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知} */
|
|
4221
4259
|
on(topic: 'idle_cycleshop_SaleOrderNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopSaleOrderNotice) => void): TaoMessageConsumer;
|
|
4260
|
+
/** {@link IncomingMessage.IdleNewoutletsUserTagNotice 闲鱼 > 闲鱼用户身份变更消息} */
|
|
4261
|
+
on(topic: 'idle_newoutlets_UserTagNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleNewoutletsUserTagNotice) => void): TaoMessageConsumer;
|
|
4222
4262
|
/** {@link IncomingMessage.IdleRecycleOrderStateSyn 闲鱼回收商消息 > 闲鱼回收业务订单消息} */
|
|
4223
4263
|
on(topic: 'idle_recycle_OrderStateSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleRecycleOrderStateSyn) => void): TaoMessageConsumer;
|
|
4224
4264
|
/** {@link IncomingMessage.IdleRecycleOrderSyn 闲鱼回收商消息 > 回收订单交易消息} */
|
|
@@ -4389,6 +4429,8 @@ declare interface TaoEventsListener {
|
|
|
4389
4429
|
on(topic: 'taobao_dispute_ExchangeModified', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeModified) => void): TaoMessageConsumer;
|
|
4390
4430
|
/** {@link IncomingMessage.TaobaoDisputeExchangeSellerConfirmed 淘宝 > 卖家确认收货} */
|
|
4391
4431
|
on(topic: 'taobao_dispute_ExchangeSellerConfirmed', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeSellerConfirmed) => void): TaoMessageConsumer;
|
|
4432
|
+
/** {@link IncomingMessage.TaobaoDisputeExchangeSellerGoodsConsigned 淘宝 > 换货-卖家寄出商品} */
|
|
4433
|
+
on(topic: 'taobao_dispute_ExchangeSellerGoodsConsigned', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeSellerGoodsConsigned) => void): TaoMessageConsumer;
|
|
4392
4434
|
/** {@link IncomingMessage.TaobaoDisputeExchangeSuccess 淘宝 > 买家确认收货,换货成功} */
|
|
4393
4435
|
on(topic: 'taobao_dispute_ExchangeSuccess', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoDisputeExchangeSuccess) => void): TaoMessageConsumer;
|
|
4394
4436
|
/** {@link IncomingMessage.TaobaoDisputeExchangeTurnToRefund 淘宝 > 卖家换货转退款} */
|
|
@@ -5157,8 +5199,18 @@ declare interface TaoEventsListener {
|
|
|
5157
5199
|
on(topic: 'taobao_xiaowei_Test', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXiaoweiTest) => void): TaoMessageConsumer;
|
|
5158
5200
|
/** {@link IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息} */
|
|
5159
5201
|
on(topic: 'taobao_yichao_WarrantyCodeStatusUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate) => void): TaoMessageConsumer;
|
|
5202
|
+
/** {@link IncomingMessage.TaobaoZkFirstLogisticsNotify 淘宝真酷 > 淘宝真酷一段物流发货消息} */
|
|
5203
|
+
on(topic: 'taobao_zk_FirstLogisticsNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkFirstLogisticsNotify) => void): TaoMessageConsumer;
|
|
5204
|
+
/** {@link IncomingMessage.TaobaoZkFirstLogisticsReceivedNotify 淘宝真酷 > 一段物流签收通知} */
|
|
5205
|
+
on(topic: 'taobao_zk_FirstLogisticsReceivedNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkFirstLogisticsReceivedNotify) => void): TaoMessageConsumer;
|
|
5160
5206
|
/** {@link IncomingMessage.TaobaoZkIdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息} */
|
|
5161
5207
|
on(topic: 'taobao_zk_IdentifyCreate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkIdentifyCreate) => void): TaoMessageConsumer;
|
|
5208
|
+
/** {@link IncomingMessage.TaobaoZkRefundNotify 淘宝真酷 > 真酷鉴定用户退款通知} */
|
|
5209
|
+
on(topic: 'taobao_zk_RefundNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkRefundNotify) => void): TaoMessageConsumer;
|
|
5210
|
+
/** {@link IncomingMessage.TaobaoZkSecondLogisticsGotNotify 淘宝真酷 > 淘宝真酷二段寄出后揽收通知机构} */
|
|
5211
|
+
on(topic: 'taobao_zk_SecondLogisticsGotNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkSecondLogisticsGotNotify) => void): TaoMessageConsumer;
|
|
5212
|
+
/** {@link IncomingMessage.TaobaoZkSubmitQuote 淘宝真酷 > 真酷供应商提交报价结果通知} */
|
|
5213
|
+
on(topic: 'taobao_zk_SubmitQuote', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkSubmitQuote) => void): TaoMessageConsumer;
|
|
5162
5214
|
/** {@link IncomingMessage.TaotaoFilmThirdPartyRefundPush 淘宝 > 退款消息同步} */
|
|
5163
5215
|
on(topic: 'taotao_film_ThirdPartyRefundPush', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaotaoFilmThirdPartyRefundPush) => void): TaoMessageConsumer;
|
|
5164
5216
|
/** {@link IncomingMessage.TmallAliautoStepOrderPartConfirm 天猫汽车 > 天猫汽车分阶段订单打款消息} */
|
|
@@ -5209,6 +5261,8 @@ declare interface TaoEventsListener {
|
|
|
5209
5261
|
on(topic: 'tmall_fuwu_NewAnomalyRecourseStatusUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuNewAnomalyRecourseStatusUpdate) => void): TaoMessageConsumer;
|
|
5210
5262
|
/** {@link IncomingMessage.TmallFuwuRateMessageTP 天猫服务 > 消费者评价成功top消息} */
|
|
5211
5263
|
on(topic: 'tmall_fuwu_RateMessageTP', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuRateMessageTP) => void): TaoMessageConsumer;
|
|
5264
|
+
/** {@link IncomingMessage.TmallFuwuSendCallRecord 天猫服务 > 发送通话记录} */
|
|
5265
|
+
on(topic: 'tmall_fuwu_SendCallRecord', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuSendCallRecord) => void): TaoMessageConsumer;
|
|
5212
5266
|
/** {@link IncomingMessage.TmallFuwuServiceItemUpdate 天猫服务 > 服务商品信息变更消息} */
|
|
5213
5267
|
on(topic: 'tmall_fuwu_ServiceItemUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallFuwuServiceItemUpdate) => void): TaoMessageConsumer;
|
|
5214
5268
|
/** {@link IncomingMessage.TmallFuwuServiceMonitorMessage 天猫服务 > 服务预警消息} */
|
|
@@ -5327,6 +5381,8 @@ declare interface TaoEventsListener {
|
|
|
5327
5381
|
on(topic: 'tmall_scm_SendTmcsDistributeSettleFee', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallScmSendTmcsDistributeSettleFee) => void): TaoMessageConsumer;
|
|
5328
5382
|
/** {@link IncomingMessage.TmallServiceCycleBillInvoice 天猫服务 > 服务结算账期账单发票消息} */
|
|
5329
5383
|
on(topic: 'tmall_service_CycleBillInvoice', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallServiceCycleBillInvoice) => void): TaoMessageConsumer;
|
|
5384
|
+
/** {@link IncomingMessage.TmallServicecenterConsultationMessage 天猫服务 > 咨询工单消息} */
|
|
5385
|
+
on(topic: 'tmall_servicecenter_ConsultationMessage', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenterConsultationMessage) => void): TaoMessageConsumer;
|
|
5330
5386
|
/** {@link IncomingMessage.TmallServicecenterTaskUpdate 天猫服务 > 天猫服务平台工单更新} */
|
|
5331
5387
|
on(topic: 'tmall_servicecenter_TaskUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallServicecenterTaskUpdate) => void): TaoMessageConsumer;
|
|
5332
5388
|
/** {@link IncomingMessage.TmallServiceplatformServiceProductChanged 天猫服务 > 天猫服务产品变更消息} */
|
|
@@ -5477,6 +5533,8 @@ declare interface TaoEventsListener {
|
|
|
5477
5533
|
on(topic: 'alibaba_crm', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrm) => void): TaoMessageConsumer;
|
|
5478
5534
|
/** {@link IncomingMessage.AlibabaCrowdsourcing} */
|
|
5479
5535
|
on(topic: 'alibaba_crowdsourcing', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCrowdsourcing) => void): TaoMessageConsumer;
|
|
5536
|
+
/** {@link IncomingMessage.AlibabaCsr} */
|
|
5537
|
+
on(topic: 'alibaba_csr', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaCsr) => void): TaoMessageConsumer;
|
|
5480
5538
|
/** {@link IncomingMessage.AlibabaDecoration} */
|
|
5481
5539
|
on(topic: 'alibaba_decoration', listener: (this: TaoMessageConsumer, message: IncomingMessage.AlibabaDecoration) => void): TaoMessageConsumer;
|
|
5482
5540
|
/** {@link IncomingMessage.AlibabaEinvoice} */
|
|
@@ -5779,6 +5837,8 @@ declare interface TaoEventsListener {
|
|
|
5779
5837
|
on(topic: 'idle_cro', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCro) => void): TaoMessageConsumer;
|
|
5780
5838
|
/** {@link IncomingMessage.IdleCycleshop} */
|
|
5781
5839
|
on(topic: 'idle_cycleshop', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshop) => void): TaoMessageConsumer;
|
|
5840
|
+
/** {@link IncomingMessage.IdleNewoutlets} */
|
|
5841
|
+
on(topic: 'idle_newoutlets', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleNewoutlets) => void): TaoMessageConsumer;
|
|
5782
5842
|
/** {@link IncomingMessage.IdleRecycle} */
|
|
5783
5843
|
on(topic: 'idle_recycle', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleRecycle) => void): TaoMessageConsumer;
|
|
5784
5844
|
/** {@link IncomingMessage.IdleTopisv} */
|
package/types/message.in.d.ts
CHANGED
|
@@ -181,6 +181,10 @@ declare namespace IncomingMessage {
|
|
|
181
181
|
type AlibabaCrmOutboundInfoMessage = Message & { content?: MessageContent & { topic?: 'alibaba_crm_OutboundInfoMessage', content?: string | Alibaba.Crm.OutboundInfoMessage } };
|
|
182
182
|
/** {@link Alibaba.Crowdsourcing.Material - > 素材生成通知} */
|
|
183
183
|
type AlibabaCrowdsourcingMaterial = Message & { content?: MessageContent & { topic?: 'alibaba_crowdsourcing_Material', content?: string | Alibaba.Crowdsourcing.Material } };
|
|
184
|
+
/** {@link Alibaba.Csr.DonatePointSync 三小时公益 > 公益三小时积分捐行为同步} */
|
|
185
|
+
type AlibabaCsrDonatePointSync = Message & { content?: MessageContent & { topic?: 'alibaba_csr_DonatePointSync', content?: string | Alibaba.Csr.DonatePointSync } };
|
|
186
|
+
/** {@link Alibaba.Csr.ZhiyuanhuiSyncEnergy 三小时公益 > 3小时积分捐同步活力值到志愿汇} */
|
|
187
|
+
type AlibabaCsrZhiyuanhuiSyncEnergy = Message & { content?: MessageContent & { topic?: 'alibaba_csr_ZhiyuanhuiSyncEnergy', content?: string | Alibaba.Csr.ZhiyuanhuiSyncEnergy } };
|
|
184
188
|
/** {@link Alibaba.Decoration.AidesignFinish 阿里楼盘 > AI设计方案状态变更通知} */
|
|
185
189
|
type AlibabaDecorationAidesignFinish = Message & { content?: MessageContent & { topic?: 'alibaba_decoration_AidesignFinish', content?: string | Alibaba.Decoration.AidesignFinish } };
|
|
186
190
|
/** {@link Alibaba.Decoration.ApartmentExport 阿里楼盘 > 生成户型图消息} */
|
|
@@ -1047,6 +1051,8 @@ declare namespace IncomingMessage {
|
|
|
1047
1051
|
type FliggyTicketOrderStatusChange = Message & { content?: MessageContent & { topic?: 'fliggy_ticket_OrderStatusChange', content?: string | Fliggy.Ticket.OrderStatusChange } };
|
|
1048
1052
|
/** {@link Fliggy.Ticket.VerifyNotify 航旅度假交易 > 域外分销订单码核销消息} */
|
|
1049
1053
|
type FliggyTicketVerifyNotify = Message & { content?: MessageContent & { topic?: 'fliggy_ticket_VerifyNotify', content?: string | Fliggy.Ticket.VerifyNotify } };
|
|
1054
|
+
/** {@link Fliggy.Visa.ApplicantStatusChanged 飞猪 > 签证申请人状态变更消息} */
|
|
1055
|
+
type FliggyVisaApplicantStatusChanged = Message & { content?: MessageContent & { topic?: 'fliggy_visa_ApplicantStatusChanged', content?: string | Fliggy.Visa.ApplicantStatusChanged } };
|
|
1050
1056
|
/** {@link Fliggy.Visa.StatusChange 飞猪 > 签证状态变化消息} */
|
|
1051
1057
|
type FliggyVisaStatusChange = Message & { content?: MessageContent & { topic?: 'fliggy_visa_StatusChange', content?: string | Fliggy.Visa.StatusChange } };
|
|
1052
1058
|
/** {@link Fliggy.Xhotel.ComboCreateResult 飞猪 > 套餐创建消息回传} */
|
|
@@ -1089,6 +1095,8 @@ declare namespace IncomingMessage {
|
|
|
1089
1095
|
type IcbuAlicrmOfflineDataChanged = Message & { content?: MessageContent & { topic?: 'icbu_alicrm_OfflineDataChanged', content?: string | Icbu.Alicrm.OfflineDataChanged } };
|
|
1090
1096
|
/** {@link Icbu.Chat.MessageTipForXiaoMan ICBU > ICBU沟通消息推送给小满提醒} */
|
|
1091
1097
|
type IcbuChatMessageTipForXiaoMan = Message & { content?: MessageContent & { topic?: 'icbu_chat_MessageTipForXiaoMan', content?: string | Icbu.Chat.MessageTipForXiaoMan } };
|
|
1098
|
+
/** {@link Icbu.Crm.GgsXMOrderChange ICBU > ICBU CRM小满订单状态变更通知(GGS港台)} */
|
|
1099
|
+
type IcbuCrmGgsXMOrderChange = Message & { content?: MessageContent & { topic?: 'icbu_crm_GgsXMOrderChange', content?: string | Icbu.Crm.GgsXMOrderChange } };
|
|
1092
1100
|
/** {@link Icbu.Crm.XMOrderChange ICBU > ICBU CRM小满订单状态变更通知} */
|
|
1093
1101
|
type IcbuCrmXMOrderChange = Message & { content?: MessageContent & { topic?: 'icbu_crm_XMOrderChange', content?: string | Icbu.Crm.XMOrderChange } };
|
|
1094
1102
|
/** {@link Icbu.Member.XmUnBind ICBU > icbu国际站账号解绑小满账号} */
|
|
@@ -1119,6 +1127,8 @@ declare namespace IncomingMessage {
|
|
|
1119
1127
|
type IdleCycleshopGoodsNotice = Message & { content?: MessageContent & { topic?: 'idle_cycleshop_GoodsNotice', content?: string | Idle.Cycleshop.GoodsNotice } };
|
|
1120
1128
|
/** {@link Idle.Cycleshop.SaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知} */
|
|
1121
1129
|
type IdleCycleshopSaleOrderNotice = Message & { content?: MessageContent & { topic?: 'idle_cycleshop_SaleOrderNotice', content?: string | Idle.Cycleshop.SaleOrderNotice } };
|
|
1130
|
+
/** {@link Idle.Newoutlets.UserTagNotice 闲鱼 > 闲鱼用户身份变更消息} */
|
|
1131
|
+
type IdleNewoutletsUserTagNotice = Message & { content?: MessageContent & { topic?: 'idle_newoutlets_UserTagNotice', content?: string | Idle.Newoutlets.UserTagNotice } };
|
|
1122
1132
|
/** {@link Idle.Recycle.OrderStateSyn 闲鱼回收商消息 > 闲鱼回收业务订单消息} */
|
|
1123
1133
|
type IdleRecycleOrderStateSyn = Message & { content?: MessageContent & { topic?: 'idle_recycle_OrderStateSyn', content?: string | Idle.Recycle.OrderStateSyn } };
|
|
1124
1134
|
/** {@link Idle.Recycle.OrderSyn 闲鱼回收商消息 > 回收订单交易消息} */
|
|
@@ -1289,6 +1299,8 @@ declare namespace IncomingMessage {
|
|
|
1289
1299
|
type TaobaoDisputeExchangeModified = Message & { content?: MessageContent & { topic?: 'taobao_dispute_ExchangeModified', content?: string | Taobao.Dispute.ExchangeModified } };
|
|
1290
1300
|
/** {@link Taobao.Dispute.ExchangeSellerConfirmed 淘宝 > 卖家确认收货} */
|
|
1291
1301
|
type TaobaoDisputeExchangeSellerConfirmed = Message & { content?: MessageContent & { topic?: 'taobao_dispute_ExchangeSellerConfirmed', content?: string | Taobao.Dispute.ExchangeSellerConfirmed } };
|
|
1302
|
+
/** {@link Taobao.Dispute.ExchangeSellerGoodsConsigned 淘宝 > 换货-卖家寄出商品} */
|
|
1303
|
+
type TaobaoDisputeExchangeSellerGoodsConsigned = Message & { content?: MessageContent & { topic?: 'taobao_dispute_ExchangeSellerGoodsConsigned', content?: string | Taobao.Dispute.ExchangeSellerGoodsConsigned } };
|
|
1292
1304
|
/** {@link Taobao.Dispute.ExchangeSuccess 淘宝 > 买家确认收货,换货成功} */
|
|
1293
1305
|
type TaobaoDisputeExchangeSuccess = Message & { content?: MessageContent & { topic?: 'taobao_dispute_ExchangeSuccess', content?: string | Taobao.Dispute.ExchangeSuccess } };
|
|
1294
1306
|
/** {@link Taobao.Dispute.ExchangeTurnToRefund 淘宝 > 卖家换货转退款} */
|
|
@@ -2057,8 +2069,18 @@ declare namespace IncomingMessage {
|
|
|
2057
2069
|
type TaobaoXiaoweiTest = Message & { content?: MessageContent & { topic?: 'taobao_xiaowei_Test', content?: string | Taobao.Xiaowei.Test } };
|
|
2058
2070
|
/** {@link Taobao.Yichao.WarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息} */
|
|
2059
2071
|
type TaobaoYichaoWarrantyCodeStatusUpdate = Message & { content?: MessageContent & { topic?: 'taobao_yichao_WarrantyCodeStatusUpdate', content?: string | Taobao.Yichao.WarrantyCodeStatusUpdate } };
|
|
2072
|
+
/** {@link Taobao.Zk.FirstLogisticsNotify 淘宝真酷 > 淘宝真酷一段物流发货消息} */
|
|
2073
|
+
type TaobaoZkFirstLogisticsNotify = Message & { content?: MessageContent & { topic?: 'taobao_zk_FirstLogisticsNotify', content?: string | Taobao.Zk.FirstLogisticsNotify } };
|
|
2074
|
+
/** {@link Taobao.Zk.FirstLogisticsReceivedNotify 淘宝真酷 > 一段物流签收通知} */
|
|
2075
|
+
type TaobaoZkFirstLogisticsReceivedNotify = Message & { content?: MessageContent & { topic?: 'taobao_zk_FirstLogisticsReceivedNotify', content?: string | Taobao.Zk.FirstLogisticsReceivedNotify } };
|
|
2060
2076
|
/** {@link Taobao.Zk.IdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息} */
|
|
2061
2077
|
type TaobaoZkIdentifyCreate = Message & { content?: MessageContent & { topic?: 'taobao_zk_IdentifyCreate', content?: string | Taobao.Zk.IdentifyCreate } };
|
|
2078
|
+
/** {@link Taobao.Zk.RefundNotify 淘宝真酷 > 真酷鉴定用户退款通知} */
|
|
2079
|
+
type TaobaoZkRefundNotify = Message & { content?: MessageContent & { topic?: 'taobao_zk_RefundNotify', content?: string | Taobao.Zk.RefundNotify } };
|
|
2080
|
+
/** {@link Taobao.Zk.SecondLogisticsGotNotify 淘宝真酷 > 淘宝真酷二段寄出后揽收通知机构} */
|
|
2081
|
+
type TaobaoZkSecondLogisticsGotNotify = Message & { content?: MessageContent & { topic?: 'taobao_zk_SecondLogisticsGotNotify', content?: string | Taobao.Zk.SecondLogisticsGotNotify } };
|
|
2082
|
+
/** {@link Taobao.Zk.SubmitQuote 淘宝真酷 > 真酷供应商提交报价结果通知} */
|
|
2083
|
+
type TaobaoZkSubmitQuote = Message & { content?: MessageContent & { topic?: 'taobao_zk_SubmitQuote', content?: string | Taobao.Zk.SubmitQuote } };
|
|
2062
2084
|
/** {@link Taotao.Film.ThirdPartyRefundPush 淘宝 > 退款消息同步} */
|
|
2063
2085
|
type TaotaoFilmThirdPartyRefundPush = Message & { content?: MessageContent & { topic?: 'taotao_film_ThirdPartyRefundPush', content?: string | Taotao.Film.ThirdPartyRefundPush } };
|
|
2064
2086
|
/** {@link Tmall.Aliauto.StepOrderPartConfirm 天猫汽车 > 天猫汽车分阶段订单打款消息} */
|
|
@@ -2109,6 +2131,8 @@ declare namespace IncomingMessage {
|
|
|
2109
2131
|
type TmallFuwuNewAnomalyRecourseStatusUpdate = Message & { content?: MessageContent & { topic?: 'tmall_fuwu_NewAnomalyRecourseStatusUpdate', content?: string | Tmall.Fuwu.NewAnomalyRecourseStatusUpdate } };
|
|
2110
2132
|
/** {@link Tmall.Fuwu.RateMessageTP 天猫服务 > 消费者评价成功top消息} */
|
|
2111
2133
|
type TmallFuwuRateMessageTP = Message & { content?: MessageContent & { topic?: 'tmall_fuwu_RateMessageTP', content?: string | Tmall.Fuwu.RateMessageTP } };
|
|
2134
|
+
/** {@link Tmall.Fuwu.SendCallRecord 天猫服务 > 发送通话记录} */
|
|
2135
|
+
type TmallFuwuSendCallRecord = Message & { content?: MessageContent & { topic?: 'tmall_fuwu_SendCallRecord', content?: string | Tmall.Fuwu.SendCallRecord } };
|
|
2112
2136
|
/** {@link Tmall.Fuwu.ServiceItemUpdate 天猫服务 > 服务商品信息变更消息} */
|
|
2113
2137
|
type TmallFuwuServiceItemUpdate = Message & { content?: MessageContent & { topic?: 'tmall_fuwu_ServiceItemUpdate', content?: string | Tmall.Fuwu.ServiceItemUpdate } };
|
|
2114
2138
|
/** {@link Tmall.Fuwu.ServiceMonitorMessage 天猫服务 > 服务预警消息} */
|
|
@@ -2227,6 +2251,8 @@ declare namespace IncomingMessage {
|
|
|
2227
2251
|
type TmallScmSendTmcsDistributeSettleFee = Message & { content?: MessageContent & { topic?: 'tmall_scm_SendTmcsDistributeSettleFee', content?: string | Tmall.Scm.SendTmcsDistributeSettleFee } };
|
|
2228
2252
|
/** {@link Tmall.Service.CycleBillInvoice 天猫服务 > 服务结算账期账单发票消息} */
|
|
2229
2253
|
type TmallServiceCycleBillInvoice = Message & { content?: MessageContent & { topic?: 'tmall_service_CycleBillInvoice', content?: string | Tmall.Service.CycleBillInvoice } };
|
|
2254
|
+
/** {@link Tmall.Servicecenter.ConsultationMessage 天猫服务 > 咨询工单消息} */
|
|
2255
|
+
type TmallServicecenterConsultationMessage = Message & { content?: MessageContent & { topic?: 'tmall_servicecenter_ConsultationMessage', content?: string | Tmall.Servicecenter.ConsultationMessage } };
|
|
2230
2256
|
/** {@link Tmall.Servicecenter.TaskUpdate 天猫服务 > 天猫服务平台工单更新} */
|
|
2231
2257
|
type TmallServicecenterTaskUpdate = Message & { content?: MessageContent & { topic?: 'tmall_servicecenter_TaskUpdate', content?: string | Tmall.Servicecenter.TaskUpdate } };
|
|
2232
2258
|
/** {@link Tmall.Serviceplatform.ServiceProductChanged 天猫服务 > 天猫服务产品变更消息} */
|
|
@@ -2511,6 +2537,12 @@ declare namespace IncomingMessage {
|
|
|
2511
2537
|
* - {@link AlibabaCrowdsourcingMaterial - > 素材生成通知}
|
|
2512
2538
|
*/
|
|
2513
2539
|
type AlibabaCrowdsourcing = AlibabaCrowdsourcingMaterial;
|
|
2540
|
+
/**
|
|
2541
|
+
* - {@link AlibabaCsrDonatePointSync 三小时公益 > 公益三小时积分捐行为同步}
|
|
2542
|
+
* - {@link AlibabaCsrZhiyuanhuiSyncEnergy 三小时公益 > 3小时积分捐同步活力值到志愿汇}
|
|
2543
|
+
*/
|
|
2544
|
+
type AlibabaCsr = AlibabaCsrDonatePointSync
|
|
2545
|
+
| AlibabaCsrZhiyuanhuiSyncEnergy;
|
|
2514
2546
|
/**
|
|
2515
2547
|
* - {@link AlibabaDecorationAidesignFinish 阿里楼盘 > AI设计方案状态变更通知}
|
|
2516
2548
|
* - {@link AlibabaDecorationApartmentExport 阿里楼盘 > 生成户型图消息}
|
|
@@ -3636,9 +3668,11 @@ declare namespace IncomingMessage {
|
|
|
3636
3668
|
| FliggyTicketOrderStatusChange
|
|
3637
3669
|
| FliggyTicketVerifyNotify;
|
|
3638
3670
|
/**
|
|
3671
|
+
* - {@link FliggyVisaApplicantStatusChanged 飞猪 > 签证申请人状态变更消息}
|
|
3639
3672
|
* - {@link FliggyVisaStatusChange 飞猪 > 签证状态变化消息}
|
|
3640
3673
|
*/
|
|
3641
|
-
type FliggyVisa =
|
|
3674
|
+
type FliggyVisa = FliggyVisaApplicantStatusChanged
|
|
3675
|
+
| FliggyVisaStatusChange;
|
|
3642
3676
|
/**
|
|
3643
3677
|
* - {@link FliggyXhotelComboCreateResult 飞猪 > 套餐创建消息回传}
|
|
3644
3678
|
*/
|
|
@@ -3700,9 +3734,11 @@ declare namespace IncomingMessage {
|
|
|
3700
3734
|
*/
|
|
3701
3735
|
type IcbuChat = IcbuChatMessageTipForXiaoMan;
|
|
3702
3736
|
/**
|
|
3737
|
+
* - {@link IcbuCrmGgsXMOrderChange ICBU > ICBU CRM小满订单状态变更通知(GGS港台)}
|
|
3703
3738
|
* - {@link IcbuCrmXMOrderChange ICBU > ICBU CRM小满订单状态变更通知}
|
|
3704
3739
|
*/
|
|
3705
|
-
type IcbuCrm =
|
|
3740
|
+
type IcbuCrm = IcbuCrmGgsXMOrderChange
|
|
3741
|
+
| IcbuCrmXMOrderChange;
|
|
3706
3742
|
/**
|
|
3707
3743
|
* - {@link IcbuMemberXmUnBind ICBU > icbu国际站账号解绑小满账号}
|
|
3708
3744
|
*/
|
|
@@ -3751,6 +3787,10 @@ declare namespace IncomingMessage {
|
|
|
3751
3787
|
*/
|
|
3752
3788
|
type IdleCycleshop = IdleCycleshopGoodsNotice
|
|
3753
3789
|
| IdleCycleshopSaleOrderNotice;
|
|
3790
|
+
/**
|
|
3791
|
+
* - {@link IdleNewoutletsUserTagNotice 闲鱼 > 闲鱼用户身份变更消息}
|
|
3792
|
+
*/
|
|
3793
|
+
type IdleNewoutlets = IdleNewoutletsUserTagNotice;
|
|
3754
3794
|
/**
|
|
3755
3795
|
* - {@link IdleRecycleOrderStateSyn 闲鱼回收商消息 > 闲鱼回收业务订单消息}
|
|
3756
3796
|
* - {@link IdleRecycleOrderSyn 闲鱼回收商消息 > 回收订单交易消息}
|
|
@@ -3980,6 +4020,7 @@ declare namespace IncomingMessage {
|
|
|
3980
4020
|
* - {@link TaobaoDisputeExchangeClosed 淘宝 > 买家关闭换货协议}
|
|
3981
4021
|
* - {@link TaobaoDisputeExchangeModified 淘宝 > 买家修改换货申请}
|
|
3982
4022
|
* - {@link TaobaoDisputeExchangeSellerConfirmed 淘宝 > 卖家确认收货}
|
|
4023
|
+
* - {@link TaobaoDisputeExchangeSellerGoodsConsigned 淘宝 > 换货-卖家寄出商品}
|
|
3983
4024
|
* - {@link TaobaoDisputeExchangeSuccess 淘宝 > 买家确认收货,换货成功}
|
|
3984
4025
|
* - {@link TaobaoDisputeExchangeTurnToRefund 淘宝 > 卖家换货转退款}
|
|
3985
4026
|
* - {@link TaobaoDisputeRefundCreated 淘宝 > 新退款创建}
|
|
@@ -3991,6 +4032,7 @@ declare namespace IncomingMessage {
|
|
|
3991
4032
|
| TaobaoDisputeExchangeClosed
|
|
3992
4033
|
| TaobaoDisputeExchangeModified
|
|
3993
4034
|
| TaobaoDisputeExchangeSellerConfirmed
|
|
4035
|
+
| TaobaoDisputeExchangeSellerGoodsConsigned
|
|
3994
4036
|
| TaobaoDisputeExchangeSuccess
|
|
3995
4037
|
| TaobaoDisputeExchangeTurnToRefund
|
|
3996
4038
|
| TaobaoDisputeRefundCreated
|
|
@@ -4932,9 +4974,19 @@ declare namespace IncomingMessage {
|
|
|
4932
4974
|
*/
|
|
4933
4975
|
type TaobaoYichao = TaobaoYichaoWarrantyCodeStatusUpdate;
|
|
4934
4976
|
/**
|
|
4977
|
+
* - {@link TaobaoZkFirstLogisticsNotify 淘宝真酷 > 淘宝真酷一段物流发货消息}
|
|
4978
|
+
* - {@link TaobaoZkFirstLogisticsReceivedNotify 淘宝真酷 > 一段物流签收通知}
|
|
4935
4979
|
* - {@link TaobaoZkIdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息}
|
|
4980
|
+
* - {@link TaobaoZkRefundNotify 淘宝真酷 > 真酷鉴定用户退款通知}
|
|
4981
|
+
* - {@link TaobaoZkSecondLogisticsGotNotify 淘宝真酷 > 淘宝真酷二段寄出后揽收通知机构}
|
|
4982
|
+
* - {@link TaobaoZkSubmitQuote 淘宝真酷 > 真酷供应商提交报价结果通知}
|
|
4936
4983
|
*/
|
|
4937
|
-
type TaobaoZk =
|
|
4984
|
+
type TaobaoZk = TaobaoZkFirstLogisticsNotify
|
|
4985
|
+
| TaobaoZkFirstLogisticsReceivedNotify
|
|
4986
|
+
| TaobaoZkIdentifyCreate
|
|
4987
|
+
| TaobaoZkRefundNotify
|
|
4988
|
+
| TaobaoZkSecondLogisticsGotNotify
|
|
4989
|
+
| TaobaoZkSubmitQuote;
|
|
4938
4990
|
/**
|
|
4939
4991
|
* - {@link TaotaoFilmThirdPartyRefundPush 淘宝 > 退款消息同步}
|
|
4940
4992
|
*/
|
|
@@ -4990,6 +5042,7 @@ declare namespace IncomingMessage {
|
|
|
4990
5042
|
* - {@link TmallFuwuLogisticsInfoMessage 天猫服务 > 服务供应链物流业务消息}
|
|
4991
5043
|
* - {@link TmallFuwuNewAnomalyRecourseStatusUpdate 天猫服务 > 服务管控消息更新}
|
|
4992
5044
|
* - {@link TmallFuwuRateMessageTP 天猫服务 > 消费者评价成功top消息}
|
|
5045
|
+
* - {@link TmallFuwuSendCallRecord 天猫服务 > 发送通话记录}
|
|
4993
5046
|
* - {@link TmallFuwuServiceItemUpdate 天猫服务 > 服务商品信息变更消息}
|
|
4994
5047
|
* - {@link TmallFuwuServiceMonitorMessage 天猫服务 > 服务预警消息}
|
|
4995
5048
|
* - {@link TmallFuwuServiceStoreRegister 天猫服务 > 服务网点注册消息}
|
|
@@ -5008,6 +5061,7 @@ declare namespace IncomingMessage {
|
|
|
5008
5061
|
| TmallFuwuLogisticsInfoMessage
|
|
5009
5062
|
| TmallFuwuNewAnomalyRecourseStatusUpdate
|
|
5010
5063
|
| TmallFuwuRateMessageTP
|
|
5064
|
+
| TmallFuwuSendCallRecord
|
|
5011
5065
|
| TmallFuwuServiceItemUpdate
|
|
5012
5066
|
| TmallFuwuServiceMonitorMessage
|
|
5013
5067
|
| TmallFuwuServiceStoreRegister
|
|
@@ -5150,9 +5204,11 @@ declare namespace IncomingMessage {
|
|
|
5150
5204
|
*/
|
|
5151
5205
|
type TmallService = TmallServiceCycleBillInvoice;
|
|
5152
5206
|
/**
|
|
5207
|
+
* - {@link TmallServicecenterConsultationMessage 天猫服务 > 咨询工单消息}
|
|
5153
5208
|
* - {@link TmallServicecenterTaskUpdate 天猫服务 > 天猫服务平台工单更新}
|
|
5154
5209
|
*/
|
|
5155
|
-
type TmallServicecenter =
|
|
5210
|
+
type TmallServicecenter = TmallServicecenterConsultationMessage
|
|
5211
|
+
| TmallServicecenterTaskUpdate;
|
|
5156
5212
|
/**
|
|
5157
5213
|
* - {@link TmallServiceplatformServiceProductChanged 天猫服务 > 天猫服务产品变更消息}
|
|
5158
5214
|
* - {@link TmallServiceplatformSignCreate 天猫服务 > 签到消息}
|
|
@@ -5354,6 +5410,7 @@ declare namespace IncomingMessage {
|
|
|
5354
5410
|
* - {@link AlibabaCoupon}
|
|
5355
5411
|
* - {@link AlibabaCrm}
|
|
5356
5412
|
* - {@link AlibabaCrowdsourcing}
|
|
5413
|
+
* - {@link AlibabaCsr}
|
|
5357
5414
|
* - {@link AlibabaDecoration}
|
|
5358
5415
|
* - {@link AlibabaEinvoice}
|
|
5359
5416
|
* - {@link AlibabaEsl}
|
|
@@ -5420,6 +5477,7 @@ declare namespace IncomingMessage {
|
|
|
5420
5477
|
| AlibabaCoupon
|
|
5421
5478
|
| AlibabaCrm
|
|
5422
5479
|
| AlibabaCrowdsourcing
|
|
5480
|
+
| AlibabaCsr
|
|
5423
5481
|
| AlibabaDecoration
|
|
5424
5482
|
| AlibabaEinvoice
|
|
5425
5483
|
| AlibabaEsl
|
|
@@ -5715,6 +5773,7 @@ declare namespace IncomingMessage {
|
|
|
5715
5773
|
* - {@link IdleConsignmentii}
|
|
5716
5774
|
* - {@link IdleCro}
|
|
5717
5775
|
* - {@link IdleCycleshop}
|
|
5776
|
+
* - {@link IdleNewoutlets}
|
|
5718
5777
|
* - {@link IdleRecycle}
|
|
5719
5778
|
* - {@link IdleTopisv}
|
|
5720
5779
|
* - {@link IdleTranferpay}
|
|
@@ -5727,6 +5786,7 @@ declare namespace IncomingMessage {
|
|
|
5727
5786
|
| IdleConsignmentii
|
|
5728
5787
|
| IdleCro
|
|
5729
5788
|
| IdleCycleshop
|
|
5789
|
+
| IdleNewoutlets
|
|
5730
5790
|
| IdleRecycle
|
|
5731
5791
|
| IdleTopisv
|
|
5732
5792
|
| IdleTranferpay
|
package/types/message.out.d.ts
CHANGED
package/types/taobao.d.ts
CHANGED
|
@@ -991,6 +991,28 @@ declare namespace Taobao.Dispute {
|
|
|
991
991
|
tid: number | bigint;
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2583&docType=9 换货-卖家寄出商品} */
|
|
995
|
+
interface ExchangeSellerGoodsConsigned {
|
|
996
|
+
/** 1/2:退款,3:退货退款,4/6:换货,其他请调api获取详细信息 */
|
|
997
|
+
biz_claim_type: number;
|
|
998
|
+
/** 涉及金额 */
|
|
999
|
+
buyer_refund_fee: number;
|
|
1000
|
+
/** 创建时间 */
|
|
1001
|
+
create: Date | number | string;
|
|
1002
|
+
/** 1:售中, 2:售后 */
|
|
1003
|
+
dispute_type: number;
|
|
1004
|
+
/** 更新时间 */
|
|
1005
|
+
modified: Date | number | string;
|
|
1006
|
+
/** 子订单ID */
|
|
1007
|
+
oid: number | bigint;
|
|
1008
|
+
/** 退款id(Long)或消息id(字符串) */
|
|
1009
|
+
refund_id: number;
|
|
1010
|
+
/** 卖家openUid */
|
|
1011
|
+
seller_open_uid: string;
|
|
1012
|
+
/** 支付单ID */
|
|
1013
|
+
tid: number | bigint;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
994
1016
|
/** {@link https://open.taobao.com/tmc.htm?docId=2510&docType=9 买家确认收货,换货成功} */
|
|
995
1017
|
interface ExchangeSuccess {
|
|
996
1018
|
/** 1/2:退款,3:退货退款,4/6:换货,其他请调api获取详细信息 */
|
|
@@ -1818,6 +1840,8 @@ declare namespace Taobao.Fuwu {
|
|
|
1818
1840
|
|
|
1819
1841
|
/** {@link https://open.taobao.com/tmc.htm?docId=2384&docType=9 以旧换新资金变更通知消息} */
|
|
1820
1842
|
interface FundsChange {
|
|
1843
|
+
/** 资金类型 */
|
|
1844
|
+
funds_type?: string;
|
|
1821
1845
|
/** 新机单ID */
|
|
1822
1846
|
new_order_id?: string;
|
|
1823
1847
|
/** 回收单ID */
|
|
@@ -6975,6 +6999,26 @@ declare namespace Taobao.Yichao {
|
|
|
6975
6999
|
|
|
6976
7000
|
/** 淘宝真酷 */
|
|
6977
7001
|
declare namespace Taobao.Zk {
|
|
7002
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2581&docType=9 淘宝真酷一段物流发货消息} */
|
|
7003
|
+
interface FirstLogisticsNotify {
|
|
7004
|
+
/** 订单id */
|
|
7005
|
+
biz_order_id: string;
|
|
7006
|
+
/** 鉴定机构id */
|
|
7007
|
+
identify_institution_id: string;
|
|
7008
|
+
/** 一段物流单号 */
|
|
7009
|
+
identify_logistics_id: string;
|
|
7010
|
+
}
|
|
7011
|
+
|
|
7012
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2588&docType=9 一段物流签收通知} */
|
|
7013
|
+
interface FirstLogisticsReceivedNotify {
|
|
7014
|
+
/** 订单id */
|
|
7015
|
+
biz_order_id: string;
|
|
7016
|
+
/** 鉴定机构id */
|
|
7017
|
+
identify_institution_id: string;
|
|
7018
|
+
/** 一段物流单号 */
|
|
7019
|
+
identify_logistics_id: string;
|
|
7020
|
+
}
|
|
7021
|
+
|
|
6978
7022
|
/** {@link https://open.taobao.com/tmc.htm?docId=2571&docType=9 淘宝真酷需求鉴别单创建消息} */
|
|
6979
7023
|
interface IdentifyCreate {
|
|
6980
7024
|
/** 鉴定机构id */
|
|
@@ -6984,4 +7028,32 @@ declare namespace Taobao.Zk {
|
|
|
6984
7028
|
/** 需求鉴别单id */
|
|
6985
7029
|
identify_request_id: string;
|
|
6986
7030
|
}
|
|
7031
|
+
|
|
7032
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2589&docType=9 真酷鉴定用户退款通知} */
|
|
7033
|
+
interface RefundNotify {
|
|
7034
|
+
/** 订单id */
|
|
7035
|
+
biz_order_id: string;
|
|
7036
|
+
/** 鉴定机构id */
|
|
7037
|
+
identify_institution_id: string;
|
|
7038
|
+
/** 物流单号 */
|
|
7039
|
+
identify_logistics_id: string;
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2590&docType=9 淘宝真酷二段寄出后揽收通知机构} */
|
|
7043
|
+
interface SecondLogisticsGotNotify {
|
|
7044
|
+
/** 订单id */
|
|
7045
|
+
biz_order_id: string;
|
|
7046
|
+
/** 鉴定机构id */
|
|
7047
|
+
identify_institution_id: string;
|
|
7048
|
+
/** 物流单号 */
|
|
7049
|
+
identify_logistics_id: string;
|
|
7050
|
+
}
|
|
7051
|
+
|
|
7052
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2593&docType=9 真酷供应商提交报价结果通知} */
|
|
7053
|
+
interface SubmitQuote {
|
|
7054
|
+
/** 返回结果 */
|
|
7055
|
+
data: string;
|
|
7056
|
+
/** 用户id */
|
|
7057
|
+
user_id: string;
|
|
7058
|
+
}
|
|
6987
7059
|
}
|
package/types/tmall.d.ts
CHANGED
|
@@ -263,6 +263,16 @@ declare namespace Tmall.Fuwu {
|
|
|
263
263
|
work_order_id: number;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2592&docType=9 发送通话记录} */
|
|
267
|
+
interface SendCallRecord {
|
|
268
|
+
/** 工单号 */
|
|
269
|
+
biz_identify: string;
|
|
270
|
+
/** */
|
|
271
|
+
call_id?: string;
|
|
272
|
+
/** */
|
|
273
|
+
record_link?: string;
|
|
274
|
+
}
|
|
275
|
+
|
|
266
276
|
/** {@link https://open.taobao.com/tmc.htm?docId=1290&docType=9 服务商品信息变更消息} */
|
|
267
277
|
interface ServiceItemUpdate {
|
|
268
278
|
/** 服务商品id */
|
|
@@ -1090,6 +1100,28 @@ declare namespace Tmall.Service {
|
|
|
1090
1100
|
|
|
1091
1101
|
/** 天猫服务 */
|
|
1092
1102
|
declare namespace Tmall.Servicecenter {
|
|
1103
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2585&docType=9 咨询工单消息} */
|
|
1104
|
+
interface ConsultationMessage {
|
|
1105
|
+
/** create,response,append,close */
|
|
1106
|
+
action: string;
|
|
1107
|
+
/** 追加时间 */
|
|
1108
|
+
append_time: string;
|
|
1109
|
+
/** 咨询单 id */
|
|
1110
|
+
consultation_id: string;
|
|
1111
|
+
/** 内容 */
|
|
1112
|
+
content: string;
|
|
1113
|
+
/** 问题编码 */
|
|
1114
|
+
issue_code: string;
|
|
1115
|
+
/** 问题名称 */
|
|
1116
|
+
issue_name: string;
|
|
1117
|
+
/** 发起角色, home_xiaoer , supplier, seller, buyer */
|
|
1118
|
+
launch_role: string;
|
|
1119
|
+
/** 附件链接 */
|
|
1120
|
+
notes: string;
|
|
1121
|
+
/** 工单 */
|
|
1122
|
+
work_card_id: number;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1093
1125
|
/** {@link https://open.taobao.com/tmc.htm?docId=905&docType=9 天猫服务平台工单更新} */
|
|
1094
1126
|
interface TaskUpdate {
|
|
1095
1127
|
/** 属性字符串。使用;隔开,key:value格式保存。 */
|
package/types/xianyu.d.ts
CHANGED
|
@@ -6,12 +6,14 @@ declare namespace Xianyu.Aftersale {
|
|
|
6
6
|
after_sale_order_id: string;
|
|
7
7
|
/** 推进到当前状态的事件 */
|
|
8
8
|
event: string;
|
|
9
|
-
/**
|
|
9
|
+
/** 正向交易买家单订单号 */
|
|
10
10
|
main_order_id: string;
|
|
11
11
|
/** 当前主状态 */
|
|
12
12
|
main_status: string;
|
|
13
13
|
/** 当前子状态 */
|
|
14
14
|
sub_status: string;
|
|
15
|
+
/** 帮卖卖家单单号 */
|
|
16
|
+
tender_order_id?: string;
|
|
15
17
|
}
|
|
16
18
|
}
|
|
17
19
|
|