tmc.js 0.3.34 → 0.3.36
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/lib/message.js +3 -3
- package/package.json +1 -1
- package/types/ae.d.ts +12 -0
- package/types/ali.d.ts +61 -0
- package/types/alibaba.d.ts +2665 -189
- package/types/alicom.d.ts +127 -1
- package/types/aliexpress.d.ts +153 -11
- package/types/alihealth.d.ts +189 -3
- package/types/alihouse.d.ts +169 -0
- package/types/alios.d.ts +45 -0
- package/types/alipay.d.ts +479 -0
- package/types/alisports.d.ts +18 -0
- package/types/alitrip.d.ts +264 -16
- package/types/aliyun.d.ts +94 -1
- package/types/alsc.d.ts +329 -0
- package/types/ascp.d.ts +26 -1
- package/types/banma.d.ts +1 -1
- package/types/cainiao.d.ts +979 -2
- package/types/damai.d.ts +102 -8
- package/types/ele.d.ts +10 -0
- package/types/eleme.d.ts +71 -0
- package/types/fliggy.d.ts +95 -5
- package/types/fuwu.d.ts +2 -2
- package/types/gaode.d.ts +16 -0
- package/types/genie.d.ts +22 -0
- package/types/global.d.ts +22 -0
- package/types/gov.d.ts +160 -2
- package/types/icbu.d.ts +124 -0
- package/types/idle.d.ts +74 -16
- package/types/index.d.ts +3430 -14
- package/types/intime.d.ts +37 -0
- package/types/jae.d.ts +1 -1
- package/types/jym.d.ts +12 -0
- package/types/lst.d.ts +2 -2
- package/types/message.in.d.ts +3475 -78
- package/types/message.out.d.ts +1107 -26
- package/types/niaochao.d.ts +3 -3
- package/types/taobao.d.ts +3717 -239
- package/types/taotao.d.ts +44 -0
- package/types/tmall.d.ts +893 -36
- package/types/tobao.d.ts +26 -0
- package/types/trip.d.ts +6 -6
- package/types/umeng.d.ts +10 -0
- package/types/wdk.d.ts +30 -4
- package/types/xhotel.d.ts +16 -0
- package/types/xianyu.d.ts +33 -9
- package/types/youku.d.ts +18 -1
- package/types/yunos.d.ts +27 -2
package/types/message.out.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
/// <reference path="message.d.ts" />
|
|
2
2
|
|
|
3
3
|
declare namespace OutgoingMessage {
|
|
4
|
+
/** {@link Ali.Infodept.CaseInfoBack 网上法庭 > 云嘉返回数据} */
|
|
5
|
+
type AliInfodeptCaseInfoBack = Message & { content: MessageContent & { topic: 'ali_infodept_CaseInfoBack', content: string | Ali.Infodept.CaseInfoBack } };
|
|
6
|
+
/** {@link Alibaba.Kongur.BusinessMsgResponse 司法开放平台 > 开放平台接收返回消息} */
|
|
7
|
+
type AlibabaKongurBusinessMsgResponse = Message & { content: MessageContent & { topic: 'alibaba_kongur_BusinessMsgResponse', content: string | Alibaba.Kongur.BusinessMsgResponse } };
|
|
4
8
|
/** {@link Alibaba.Nazca.AbandonCertResponse 网上法庭 > 作废存证返回消息接口} */
|
|
5
9
|
type AlibabaNazcaAbandonCertResponse = Message & { content: MessageContent & { topic: 'alibaba_nazca_AbandonCertResponse', content: string | Alibaba.Nazca.AbandonCertResponse } };
|
|
6
10
|
/** {@link Alibaba.Nazca.QueryChargeNumResponse 网上法庭 > 查询收费数量返回消息} */
|
|
@@ -13,8 +17,40 @@ declare namespace OutgoingMessage {
|
|
|
13
17
|
type AlibabaPurNotifyProduct = Message & { content: MessageContent & { topic: 'alibaba_pur_NotifyProduct', content: string | Alibaba.Pur.NotifyProduct } };
|
|
14
18
|
/** {@link Alicom.Secret.VendorMonitor 阿里通信 > 供应商监控消息} */
|
|
15
19
|
type AlicomSecretVendorMonitor = Message & { content: MessageContent & { topic: 'alicom_secret_VendorMonitor', content: string | Alicom.Secret.VendorMonitor } };
|
|
20
|
+
/** {@link Aliexpress.Warranty.WarrantyOrderMessageFromWarranty AE > 保修商消息-from warranty} */
|
|
21
|
+
type AliexpressWarrantyWarrantyOrderMessageFromWarranty = Message & { content: MessageContent & { topic: 'aliexpress_warranty_WarrantyOrderMessageFromWarranty', content: string | Aliexpress.Warranty.WarrantyOrderMessageFromWarranty } };
|
|
22
|
+
/** {@link Alipay.Bk.Scf 支付宝 > 网商消息回流} */
|
|
23
|
+
type AlipayBkScf = Message & { content: MessageContent & { topic: 'alipay_bk_Scf', content: string | Alipay.Bk.Scf } };
|
|
24
|
+
/** {@link Alipay.Xiaodai.CorpShop 阿里金融 > 阿里金融商家和店铺维表数据回流} */
|
|
25
|
+
type AlipayXiaodaiCorpShop = Message & { content: MessageContent & { topic: 'alipay_xiaodai_CorpShop', content: string | Alipay.Xiaodai.CorpShop } };
|
|
26
|
+
/** {@link Alipay.Xiaodai.Item 阿里金融 > 阿里金融商品数据回流} */
|
|
27
|
+
type AlipayXiaodaiItem = Message & { content: MessageContent & { topic: 'alipay_xiaodai_Item', content: string | Alipay.Xiaodai.Item } };
|
|
28
|
+
/** {@link Alipay.Xiaodai.MerchantInfo 阿里金融 > 阿里金融商家信息} */
|
|
29
|
+
type AlipayXiaodaiMerchantInfo = Message & { content: MessageContent & { topic: 'alipay_xiaodai_MerchantInfo', content: string | Alipay.Xiaodai.MerchantInfo } };
|
|
30
|
+
/** {@link Alipay.Xiaodai.Order 阿里金融 > 阿里金融订单数据回流} */
|
|
31
|
+
type AlipayXiaodaiOrder = Message & { content: MessageContent & { topic: 'alipay_xiaodai_Order', content: string | Alipay.Xiaodai.Order } };
|
|
32
|
+
/** {@link Alipay.Xiaodai.ProfitLoss 阿里金融 > 阿里金融损益数据回流} */
|
|
33
|
+
type AlipayXiaodaiProfitLoss = Message & { content: MessageContent & { topic: 'alipay_xiaodai_ProfitLoss', content: string | Alipay.Xiaodai.ProfitLoss } };
|
|
34
|
+
/** {@link Alipay.Xiaodai.PurchaseOrder 阿里金融 > 阿里金融采购单数据回流} */
|
|
35
|
+
type AlipayXiaodaiPurchaseOrder = Message & { content: MessageContent & { topic: 'alipay_xiaodai_PurchaseOrder', content: string | Alipay.Xiaodai.PurchaseOrder } };
|
|
36
|
+
/** {@link Alipay.Xiaodai.Service 阿里金融 > 阿里金融商品退换货数据回流} */
|
|
37
|
+
type AlipayXiaodaiService = Message & { content: MessageContent & { topic: 'alipay_xiaodai_Service', content: string | Alipay.Xiaodai.Service } };
|
|
38
|
+
/** {@link Alipay.Xiaodai.SubInfo 阿里金融 > 阿里金融商家订购软件信息} */
|
|
39
|
+
type AlipayXiaodaiSubInfo = Message & { content: MessageContent & { topic: 'alipay_xiaodai_SubInfo', content: string | Alipay.Xiaodai.SubInfo } };
|
|
40
|
+
/** {@link Alitrip.Iatkfr.Sync 商旅API > 云上国际逆向增加对淘内的DTS消息同步} */
|
|
41
|
+
type AlitripIatkfrSync = Message & { content: MessageContent & { topic: 'alitrip_iatkfr_Sync', content: string | Alitrip.Iatkfr.Sync } };
|
|
42
|
+
/** {@link Alitrip.Sync.Iatkf 商旅API > 机票自营云上应用消息同步淘内} */
|
|
43
|
+
type AlitripSyncIatkf = Message & { content: MessageContent & { topic: 'alitrip_sync_Iatkf', content: string | Alitrip.Sync.Iatkf } };
|
|
16
44
|
/** {@link Ant.Pur.NotifyProduct 蚂蚁采购 > 蚂蚁采购同步商品通知} */
|
|
17
45
|
type AntPurNotifyProduct = Message & { content: MessageContent & { topic: 'ant_pur_NotifyProduct', content: string | Ant.Pur.NotifyProduct } };
|
|
46
|
+
/** {@link Banma.Dataplatform.AiRouteCreate 斑马 > AI出行-行程消息} */
|
|
47
|
+
type BanmaDataplatformAiRouteCreate = Message & { content: MessageContent & { topic: 'banma_dataplatform_AiRouteCreate', content: string | Banma.Dataplatform.AiRouteCreate } };
|
|
48
|
+
/** {@link Banma.Dataplatform.DataDriverAppTrafficCreate 斑马 > datadriver的app_traffic类消息} */
|
|
49
|
+
type BanmaDataplatformDataDriverAppTrafficCreate = Message & { content: MessageContent & { topic: 'banma_dataplatform_DataDriverAppTrafficCreate', content: string | Banma.Dataplatform.DataDriverAppTrafficCreate } };
|
|
50
|
+
/** {@link Banma.Dataplatform.HeapmapCreate 斑马 > 热力图MQ消息} */
|
|
51
|
+
type BanmaDataplatformHeapmapCreate = Message & { content: MessageContent & { topic: 'banma_dataplatform_HeapmapCreate', content: string | Banma.Dataplatform.HeapmapCreate } };
|
|
52
|
+
/** {@link Cbu.Device.DeviceOnline CBU > cbu专业市场设备状态回流} */
|
|
53
|
+
type CbuDeviceDeviceOnline = Message & { content: MessageContent & { topic: 'cbu_device_DeviceOnline', content: string | Cbu.Device.DeviceOnline } };
|
|
18
54
|
/** {@link Ele.Fengniao.ChainstoreAbility 蜂鸟物流 > 门店开关店能力通知} */
|
|
19
55
|
type EleFengniaoChainstoreAbility = Message & { content: MessageContent & { topic: 'ele_fengniao_ChainstoreAbility', content: string | Ele.Fengniao.ChainstoreAbility } };
|
|
20
56
|
/** {@link Ele.Fengniao.ChainstoreRange 蜂鸟物流 > 门店配送范围变更消息} */
|
|
@@ -27,20 +63,80 @@ declare namespace OutgoingMessage {
|
|
|
27
63
|
type EleFengniaoReportAbnormal = Message & { content: MessageContent & { topic: 'ele_fengniao_ReportAbnormal', content: string | Ele.Fengniao.ReportAbnormal } };
|
|
28
64
|
/** {@link Ele.Fengniao.StatusSync 蜂鸟物流 > 物流状态信息同步} */
|
|
29
65
|
type EleFengniaoStatusSync = Message & { content: MessageContent & { topic: 'ele_fengniao_StatusSync', content: string | Ele.Fengniao.StatusSync } };
|
|
66
|
+
/** {@link Iatkf.Flightchg.Sync 机票自营 > flightChg应用消息同步淘内} */
|
|
67
|
+
type IatkfFlightchgSync = Message & { content: MessageContent & { topic: 'iatkf_flightchg_Sync', content: string | Iatkf.Flightchg.Sync } };
|
|
68
|
+
/** {@link Iatkf.Order.Sync 机票自营 > 机票自营云上order应用消息同步淘内} */
|
|
69
|
+
type IatkfOrderSync = Message & { content: MessageContent & { topic: 'iatkf_order_Sync', content: string | Iatkf.Order.Sync } };
|
|
70
|
+
/** {@link Mmc.Pos.AdCatUserBack 变现猫 > 变现猫曝光用户回传pos} */
|
|
71
|
+
type MmcPosAdCatUserBack = Message & { content: MessageContent & { topic: 'mmc_pos_AdCatUserBack', content: string | Mmc.Pos.AdCatUserBack } };
|
|
72
|
+
/** {@link Mybank.Aepreloandeposit.Sync 网商银行 > AE提前放款卖家保证金水位同步} */
|
|
73
|
+
type MybankAepreloandepositSync = Message & { content: MessageContent & { topic: 'mybank_aepreloandeposit_Sync', content: string | Mybank.Aepreloandeposit.Sync } };
|
|
74
|
+
/** {@link Mybank.Aepreloanresult.Sync 网商银行 > AE提前放款订单受理结果通知} */
|
|
75
|
+
type MybankAepreloanresultSync = Message & { content: MessageContent & { topic: 'mybank_aepreloanresult_Sync', content: string | Mybank.Aepreloanresult.Sync } };
|
|
76
|
+
/** {@link Mybank.Bkcloudfunds.FundToCardNotify 网商银行 > 资金到卡签约成功通知} */
|
|
77
|
+
type MybankBkcloudfundsFundToCardNotify = Message & { content: MessageContent & { topic: 'mybank_bkcloudfunds_FundToCardNotify', content: string | Mybank.Bkcloudfunds.FundToCardNotify } };
|
|
78
|
+
/** {@link Mybank.Bkcloudfunds.PosSignSuccessNotify 网商银行 > 网商银行POS签约正式开通通知天猫接?} */
|
|
79
|
+
type MybankBkcloudfundsPosSignSuccessNotify = Message & { content: MessageContent & { topic: 'mybank_bkcloudfunds_PosSignSuccessNotify', content: string | Mybank.Bkcloudfunds.PosSignSuccessNotify } };
|
|
80
|
+
/** {@link Qimen.Reflow.BatchTrace 奇门 > 奇门批量回流消息} */
|
|
81
|
+
type QimenReflowBatchTrace = Message & { content: MessageContent & { topic: 'qimen_reflow_BatchTrace', content: string | Qimen.Reflow.BatchTrace } };
|
|
82
|
+
/** {@link Qimen.Reflow.Trace 奇门 > 奇门回流轨迹} */
|
|
83
|
+
type QimenReflowTrace = Message & { content: MessageContent & { topic: 'qimen_reflow_Trace', content: string | Qimen.Reflow.Trace } };
|
|
84
|
+
/** {@link Taobao.Astrolabe.TradeHold 淘宝 > 星盘交易截单} */
|
|
85
|
+
type TaobaoAstrolabeTradeHold = Message & { content: MessageContent & { topic: 'taobao_astrolabe_TradeHold', content: string | Taobao.Astrolabe.TradeHold } };
|
|
30
86
|
/** {@link Taobao.Fuwu.CustomerServicePerformance 服务市场 > 客服绩效统计表} */
|
|
31
87
|
type TaobaoFuwuCustomerServicePerformance = Message & { content: MessageContent & { topic: 'taobao_fuwu_CustomerServicePerformance', content: string | Taobao.Fuwu.CustomerServicePerformance } };
|
|
32
88
|
/** {@link Taobao.Fuwu.ElectronicInvoice 服务市场 > 电子发票信息} */
|
|
33
89
|
type TaobaoFuwuElectronicInvoice = Message & { content: MessageContent & { topic: 'taobao_fuwu_ElectronicInvoice', content: string | Taobao.Fuwu.ElectronicInvoice } };
|
|
90
|
+
/** {@link Taobao.Homeai.CaseSync HOMEAI消息对接 > HOMEAI同步Case消息接口} */
|
|
91
|
+
type TaobaoHomeaiCaseSync = Message & { content: MessageContent & { topic: 'taobao_homeai_CaseSync', content: string | Taobao.Homeai.CaseSync } };
|
|
34
92
|
/** {@link Taobao.Homeai.LayoutTransfer HOMEAI消息对接 > 一键迁移算法接口} */
|
|
35
93
|
type TaobaoHomeaiLayoutTransfer = Message & { content: MessageContent & { topic: 'taobao_homeai_LayoutTransfer', content: string | Taobao.Homeai.LayoutTransfer } };
|
|
36
94
|
/** {@link Taobao.Homeai.RenderResult HOMEAI消息对接 > HomeStyler渲染结果消息} */
|
|
37
95
|
type TaobaoHomeaiRenderResult = Message & { content: MessageContent & { topic: 'taobao_homeai_RenderResult', content: string | Taobao.Homeai.RenderResult } };
|
|
96
|
+
/** {@link Taobao.Homeai.SyncData HOMEAI消息对接 > homestyler渲染图数据同步} */
|
|
97
|
+
type TaobaoHomeaiSyncData = Message & { content: MessageContent & { topic: 'taobao_homeai_SyncData', content: string | Taobao.Homeai.SyncData } };
|
|
98
|
+
/** {@link Taobao.Homeai.SyncHsData HOMEAI消息对接 > Homestyler模型数据同步到Homeai消息} */
|
|
99
|
+
type TaobaoHomeaiSyncHsData = Message & { content: MessageContent & { topic: 'taobao_homeai_SyncHsData', content: string | Taobao.Homeai.SyncHsData } };
|
|
38
100
|
/** {@link Taobao.Ihomesvj.SyncSvjCrmData HOMEAI > 同步svj的crm数据} */
|
|
39
101
|
type TaobaoIhomesvjSyncSvjCrmData = Message & { content: MessageContent & { topic: 'taobao_ihomesvj_SyncSvjCrmData', content: string | Taobao.Ihomesvj.SyncSvjCrmData } };
|
|
40
102
|
/** {@link Taobao.Jds.RefundTrace 交易全链路 > 退款单状态跟踪} */
|
|
41
103
|
type TaobaoJdsRefundTrace = Message & { content: MessageContent & { topic: 'taobao_jds_RefundTrace', content: string | Taobao.Jds.RefundTrace } };
|
|
42
104
|
/** {@link Taobao.Jds.TradeTrace 交易全链路 > 交易订单状态跟踪} */
|
|
43
105
|
type TaobaoJdsTradeTrace = Message & { content: MessageContent & { topic: 'taobao_jds_TradeTrace', content: string | Taobao.Jds.TradeTrace } };
|
|
106
|
+
/** {@link Taobao.Wisdomstore.FaceUpload 智慧门店下行消息 > 人脸抓拍数据上传消息} */
|
|
107
|
+
type TaobaoWisdomstoreFaceUpload = Message & { content: MessageContent & { topic: 'taobao_wisdomstore_FaceUpload', content: string | Taobao.Wisdomstore.FaceUpload } };
|
|
108
|
+
/** {@link Tmall.Carprofile.AuthStatusChangeToTB 天猫 > 用户车辆档案授权状态更新} */
|
|
109
|
+
type TmallCarprofileAuthStatusChangeToTB = Message & { content: MessageContent & { topic: 'tmall_carprofile_AuthStatusChangeToTB', content: string | Tmall.Carprofile.AuthStatusChangeToTB } };
|
|
110
|
+
/** {@link Tmall.Chaoshi.AuctionInfo 天猫 > 天猫超市商品信息} */
|
|
111
|
+
type TmallChaoshiAuctionInfo = Message & { content: MessageContent & { topic: 'tmall_chaoshi_AuctionInfo', content: string | Tmall.Chaoshi.AuctionInfo } };
|
|
112
|
+
/** {@link Tmall.Chaoshi.DataMark 天猫 > 天猫超市业务控制信息} */
|
|
113
|
+
type TmallChaoshiDataMark = Message & { content: MessageContent & { topic: 'tmall_chaoshi_DataMark', content: string | Tmall.Chaoshi.DataMark } };
|
|
114
|
+
/** {@link Tmall.Chaoshi.McasCat 天猫 > 天猫超市mcas类目信息} */
|
|
115
|
+
type TmallChaoshiMcasCat = Message & { content: MessageContent & { topic: 'tmall_chaoshi_McasCat', content: string | Tmall.Chaoshi.McasCat } };
|
|
116
|
+
/** {@link Tmall.Chaoshi.PayInfoReport 天猫 > 天猫超市应收明细表} */
|
|
117
|
+
type TmallChaoshiPayInfoReport = Message & { content: MessageContent & { topic: 'tmall_chaoshi_PayInfoReport', content: string | Tmall.Chaoshi.PayInfoReport } };
|
|
118
|
+
/** {@link Tmall.Fushi.CollocationSynthesis 天猫 > 天猫服饰虚拟搭配合成图} */
|
|
119
|
+
type TmallFushiCollocationSynthesis = Message & { content: MessageContent & { topic: 'tmall_fushi_CollocationSynthesis', content: string | Tmall.Fushi.CollocationSynthesis } };
|
|
120
|
+
/** {@link Tmall.Fushi.VirtualCollocation 天猫 > 天猫服饰虚拟搭配} */
|
|
121
|
+
type TmallFushiVirtualCollocation = Message & { content: MessageContent & { topic: 'tmall_fushi_VirtualCollocation', content: string | Tmall.Fushi.VirtualCollocation } };
|
|
122
|
+
/** {@link Tmall.Fushi.VirtualCollocationNew 天猫 > 虚拟单品信息同步} */
|
|
123
|
+
type TmallFushiVirtualCollocationNew = Message & { content: MessageContent & { topic: 'tmall_fushi_VirtualCollocationNew', content: string | Tmall.Fushi.VirtualCollocationNew } };
|
|
124
|
+
/** {@link Tmall.Instant.Recover 天猫 > 极速回款追缴消息回流} */
|
|
125
|
+
type TmallInstantRecover = Message & { content: MessageContent & { topic: 'tmall_instant_Recover', content: string | Tmall.Instant.Recover } };
|
|
126
|
+
/** {@link Tmall.Jia.DiyDesign 天猫 > 设计表信息} */
|
|
127
|
+
type TmallJiaDiyDesign = Message & { content: MessageContent & { topic: 'tmall_jia_DiyDesign', content: string | Tmall.Jia.DiyDesign } };
|
|
128
|
+
/** {@link Tmall.Jia.DiyDesignItem 天猫 > 设计模型关联表} */
|
|
129
|
+
type TmallJiaDiyDesignItem = Message & { content: MessageContent & { topic: 'tmall_jia_DiyDesignItem', content: string | Tmall.Jia.DiyDesignItem } };
|
|
130
|
+
/** {@link Tmall.Jia.DiyHouseLayout 天猫 > 户型表} */
|
|
131
|
+
type TmallJiaDiyHouseLayout = Message & { content: MessageContent & { topic: 'tmall_jia_DiyHouseLayout', content: string | Tmall.Jia.DiyHouseLayout } };
|
|
132
|
+
/** {@link Tmall.Jia.DiyItem 天猫 > 模型商品表} */
|
|
133
|
+
type TmallJiaDiyItem = Message & { content: MessageContent & { topic: 'tmall_jia_DiyItem', content: string | Tmall.Jia.DiyItem } };
|
|
134
|
+
/** {@link Tmall.Jia.DiyLocationCommunity 天猫 > 楼盘小区} */
|
|
135
|
+
type TmallJiaDiyLocationCommunity = Message & { content: MessageContent & { topic: 'tmall_jia_DiyLocationCommunity', content: string | Tmall.Jia.DiyLocationCommunity } };
|
|
136
|
+
/** {@link Tmall.Jia.DiyRender 天猫 > 渲染任务表} */
|
|
137
|
+
type TmallJiaDiyRender = Message & { content: MessageContent & { topic: 'tmall_jia_DiyRender', content: string | Tmall.Jia.DiyRender } };
|
|
138
|
+
/** {@link Tmall.Jst.BusinessInformationReceipt 天猫 > 商家消息回执} */
|
|
139
|
+
type TmallJstBusinessInformationReceipt = Message & { content: MessageContent & { topic: 'tmall_jst_BusinessInformationReceipt', content: string | Tmall.Jst.BusinessInformationReceipt } };
|
|
44
140
|
/** {@link Tmall.Mh.MacAddress 天猫魔盒 > 天猫魔盒线下Mac地址回传} */
|
|
45
141
|
type TmallMhMacAddress = Message & { content: MessageContent & { topic: 'tmall_mh_MacAddress', content: string | Tmall.Mh.MacAddress } };
|
|
46
142
|
/** {@link Tmall.Mh.SerialNumber 天猫魔盒 > 天猫魔盒扫码SN号回传} */
|
|
@@ -53,11 +149,71 @@ declare namespace OutgoingMessage {
|
|
|
53
149
|
type TmallNrtStallInfoToTmall = Message & { content: MessageContent & { topic: 'tmall_nrt_StallInfoToTmall', content: string | Tmall.Nrt.StallInfoToTmall } };
|
|
54
150
|
/** {@link Tmall.Nrt.StoreInfoToTmall 新零售终端上行消息 > 门店信息回流} */
|
|
55
151
|
type TmallNrtStoreInfoToTmall = Message & { content: MessageContent & { topic: 'tmall_nrt_StoreInfoToTmall', content: string | Tmall.Nrt.StoreInfoToTmall } };
|
|
152
|
+
/** {@link Tmall.Txcs.FinanceCargoDamageDetail 天猫 > 财务货损明细数据信息回流} */
|
|
153
|
+
type TmallTxcsFinanceCargoDamageDetail = Message & { content: MessageContent & { topic: 'tmall_txcs_FinanceCargoDamageDetail', content: string | Tmall.Txcs.FinanceCargoDamageDetail } };
|
|
154
|
+
/** {@link Tmall.Txcs.FinanceCargoDamageSummary 天猫 > 财务货损汇总数据信息回流} */
|
|
155
|
+
type TmallTxcsFinanceCargoDamageSummary = Message & { content: MessageContent & { topic: 'tmall_txcs_FinanceCargoDamageSummary', content: string | Tmall.Txcs.FinanceCargoDamageSummary } };
|
|
156
|
+
/** {@link Tmall.Txcs.PurchasePrice 天猫 > 商品进价信息回流} */
|
|
157
|
+
type TmallTxcsPurchasePrice = Message & { content: MessageContent & { topic: 'tmall_txcs_PurchasePrice', content: string | Tmall.Txcs.PurchasePrice } };
|
|
158
|
+
/** {@link Xiaoman.Call.MsgSync 小满 > 小满外呼信息同步} */
|
|
159
|
+
type XiaomanCallMsgSync = Message & { content: MessageContent & { topic: 'xiaoman_call_MsgSync', content: string | Xiaoman.Call.MsgSync } };
|
|
160
|
+
/** {@link Xiaoman.Customer.ImplementationStatusSync 小满 > 小满客户实施状态同步} */
|
|
161
|
+
type XiaomanCustomerImplementationStatusSync = Message & { content: MessageContent & { topic: 'xiaoman_customer_ImplementationStatusSync', content: string | Xiaoman.Customer.ImplementationStatusSync } };
|
|
162
|
+
/** {@link Xiaoman.Email.MsgSync 小满 > 小满邮件信息同步} */
|
|
163
|
+
type XiaomanEmailMsgSync = Message & { content: MessageContent & { topic: 'xiaoman_email_MsgSync', content: string | Xiaoman.Email.MsgSync } };
|
|
164
|
+
/** {@link Xiaoman.Perform.OrderChange 小满 > 小满订单履约状态回流ICBU-CRM} */
|
|
165
|
+
type XiaomanPerformOrderChange = Message & { content: MessageContent & { topic: 'xiaoman_perform_OrderChange', content: string | Xiaoman.Perform.OrderChange } };
|
|
166
|
+
/** {@link Xiaoman.Register.CallBack 小满 > CGS客户小满注册消息回调} */
|
|
167
|
+
type XiaomanRegisterCallBack = Message & { content: MessageContent & { topic: 'xiaoman_register_CallBack', content: string | Xiaoman.Register.CallBack } };
|
|
168
|
+
/** {@link Xiaoman.Work.MsgSync 小满 > 小满工单信息同步} */
|
|
169
|
+
type XiaomanWorkMsgSync = Message & { content: MessageContent & { topic: 'xiaoman_work_MsgSync', content: string | Xiaoman.Work.MsgSync } };
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/** 网上法庭 */
|
|
173
|
+
declare namespace Ali.Infodept {
|
|
174
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=859&docType=9 云嘉返回数据} */
|
|
175
|
+
interface CaseInfoBack {
|
|
176
|
+
/** 附件列表 */
|
|
177
|
+
attachment_files?: string;
|
|
178
|
+
/** 附件url */
|
|
179
|
+
attachment_url?: string;
|
|
180
|
+
/** 加密后案件id */
|
|
181
|
+
biz_id: string;
|
|
182
|
+
/** messageBody格式 */
|
|
183
|
+
format: string;
|
|
184
|
+
/** 消息体 */
|
|
185
|
+
message_body: string;
|
|
186
|
+
/** 签名 */
|
|
187
|
+
message_body_signature?: string;
|
|
188
|
+
/** 消息唯一的id */
|
|
189
|
+
message_id: string;
|
|
190
|
+
/** 消息路由 */
|
|
191
|
+
message_router?: string;
|
|
192
|
+
/** 消息唯一表示符 */
|
|
193
|
+
peer_id: string;
|
|
194
|
+
/** biz_id对应 */
|
|
195
|
+
ref_biz_id?: string;
|
|
196
|
+
/** 消息类型 */
|
|
197
|
+
topic: string;
|
|
198
|
+
/** 版本,消息去向 */
|
|
199
|
+
version?: string;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/** 司法开放平台 */
|
|
204
|
+
declare namespace Alibaba.Kongur {
|
|
205
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1098&docType=9 开放平台接收返回消息} */
|
|
206
|
+
interface BusinessMsgResponse {
|
|
207
|
+
/** 请求唯一标识 */
|
|
208
|
+
apply_id: string;
|
|
209
|
+
/** 处理状态 */
|
|
210
|
+
result: string;
|
|
211
|
+
}
|
|
56
212
|
}
|
|
57
213
|
|
|
58
214
|
/** 网上法庭 */
|
|
59
215
|
declare namespace Alibaba.Nazca {
|
|
60
|
-
/** 作废存证返回消息接口 */
|
|
216
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1048&docType=9 作废存证返回消息接口} */
|
|
61
217
|
interface AbandonCertResponse {
|
|
62
218
|
/** 消息流水号 */
|
|
63
219
|
apply_id: string;
|
|
@@ -71,7 +227,7 @@ declare namespace Alibaba.Nazca {
|
|
|
71
227
|
status: string;
|
|
72
228
|
}
|
|
73
229
|
|
|
74
|
-
/** 查询收费数量返回消息 */
|
|
230
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1056&docType=9 查询收费数量返回消息} */
|
|
75
231
|
interface QueryChargeNumResponse {
|
|
76
232
|
/** 流水号 */
|
|
77
233
|
apply_id: string;
|
|
@@ -87,7 +243,7 @@ declare namespace Alibaba.Nazca {
|
|
|
87
243
|
total_number: string;
|
|
88
244
|
}
|
|
89
245
|
|
|
90
|
-
/** 存证返回消息接口 */
|
|
246
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1047&docType=9 存证返回消息接口} */
|
|
91
247
|
interface SaveCertResponse {
|
|
92
248
|
/** 消息流水号 */
|
|
93
249
|
apply_id: string;
|
|
@@ -101,7 +257,7 @@ declare namespace Alibaba.Nazca {
|
|
|
101
257
|
status: string;
|
|
102
258
|
}
|
|
103
259
|
|
|
104
|
-
/** 更新收费数量返回消息 */
|
|
260
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1057&docType=9 更新收费数量返回消息} */
|
|
105
261
|
interface UpdateChargeNumResponse {
|
|
106
262
|
/** 流水号 */
|
|
107
263
|
apply_id: string;
|
|
@@ -116,7 +272,7 @@ declare namespace Alibaba.Nazca {
|
|
|
116
272
|
|
|
117
273
|
/** 信息平台-采购 */
|
|
118
274
|
declare namespace Alibaba.Pur {
|
|
119
|
-
/** 同步商品通知 */
|
|
275
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1462&docType=9 同步商品通知} */
|
|
120
276
|
interface NotifyProduct {
|
|
121
277
|
/** 消息描述 */
|
|
122
278
|
desc?: string;
|
|
@@ -139,7 +295,7 @@ declare namespace Alibaba.Pur {
|
|
|
139
295
|
|
|
140
296
|
/** 阿里通信 */
|
|
141
297
|
declare namespace Alicom.Secret {
|
|
142
|
-
/** 供应商监控消息 */
|
|
298
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1380&docType=9 供应商监控消息} */
|
|
143
299
|
interface VendorMonitor {
|
|
144
300
|
/** 监控日志 */
|
|
145
301
|
log: string;
|
|
@@ -158,9 +314,104 @@ declare namespace Alicom.Secret {
|
|
|
158
314
|
}
|
|
159
315
|
}
|
|
160
316
|
|
|
317
|
+
/** AE */
|
|
318
|
+
declare namespace Aliexpress.Warranty {
|
|
319
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1250&docType=9 保修商消息-from warranty} */
|
|
320
|
+
interface WarrantyOrderMessageFromWarranty {
|
|
321
|
+
/** information */
|
|
322
|
+
information?: string;
|
|
323
|
+
/** status */
|
|
324
|
+
status: string;
|
|
325
|
+
/** warranty_code */
|
|
326
|
+
warranty_code: string;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/** 支付宝 */
|
|
331
|
+
declare namespace Alipay.Bk {
|
|
332
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1110&docType=9 网商消息回流} */
|
|
333
|
+
interface Scf {
|
|
334
|
+
/** 消息内容,JSON格式,每个事件类型数据格式不一样 */
|
|
335
|
+
content: string;
|
|
336
|
+
/** 机构ID, 如天猫在网商银行开户的IpRoleId。 */
|
|
337
|
+
custinst_role_id: string;
|
|
338
|
+
/** eventType */
|
|
339
|
+
event_type: string;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/** 阿里金融 */
|
|
344
|
+
declare namespace Alipay.Xiaodai {
|
|
345
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=643&docType=9 阿里金融商家和店铺维表数据回流} */
|
|
346
|
+
interface CorpShop {
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=607&docType=9 阿里金融商品数据回流} */
|
|
350
|
+
interface Item {
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=618&docType=9 阿里金融商家信息} */
|
|
354
|
+
interface MerchantInfo {
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=605&docType=9 阿里金融订单数据回流} */
|
|
358
|
+
interface Order {
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=608&docType=9 阿里金融损益数据回流} */
|
|
362
|
+
interface ProfitLoss {
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=606&docType=9 阿里金融采购单数据回流} */
|
|
366
|
+
interface PurchaseOrder {
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=644&docType=9 阿里金融商品退换货数据回流} */
|
|
370
|
+
interface Service {
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=616&docType=9 阿里金融商家订购软件信息} */
|
|
374
|
+
interface SubInfo {
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/** 商旅API */
|
|
379
|
+
declare namespace Alitrip.Iatkfr {
|
|
380
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1536&docType=9 云上国际逆向增加对淘内的DTS消息同步} */
|
|
381
|
+
interface Sync {
|
|
382
|
+
/** 业务类型 */
|
|
383
|
+
biz_type?: string;
|
|
384
|
+
/** 主键id */
|
|
385
|
+
business_id: number;
|
|
386
|
+
/** 操作类型 */
|
|
387
|
+
command: string;
|
|
388
|
+
/** 属性值json */
|
|
389
|
+
properties: string;
|
|
390
|
+
/** 表名 */
|
|
391
|
+
table_name: string;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/** 商旅API */
|
|
396
|
+
declare namespace Alitrip.Sync {
|
|
397
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1507&docType=9 机票自营云上应用消息同步淘内} */
|
|
398
|
+
interface Iatkf {
|
|
399
|
+
/** 业务类型 */
|
|
400
|
+
biz_type?: string;
|
|
401
|
+
/** 主键id */
|
|
402
|
+
business_id: number;
|
|
403
|
+
/** 操作类型 */
|
|
404
|
+
command: string;
|
|
405
|
+
/** 属性值json */
|
|
406
|
+
properties: string;
|
|
407
|
+
/** 表名 */
|
|
408
|
+
table_name: string;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
161
412
|
/** 蚂蚁采购 */
|
|
162
413
|
declare namespace Ant.Pur {
|
|
163
|
-
/** 蚂蚁采购同步商品通知 */
|
|
414
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2171&docType=9 蚂蚁采购同步商品通知} */
|
|
164
415
|
interface NotifyProduct {
|
|
165
416
|
/** 消息描述 */
|
|
166
417
|
desc?: string;
|
|
@@ -181,9 +432,49 @@ declare namespace Ant.Pur {
|
|
|
181
432
|
}
|
|
182
433
|
}
|
|
183
434
|
|
|
435
|
+
/** 斑马 */
|
|
436
|
+
declare namespace Banma.Dataplatform {
|
|
437
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1707&docType=9 AI出行-行程消息} */
|
|
438
|
+
interface AiRouteCreate {
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1772&docType=9 datadriver的app_traffic类消息} */
|
|
442
|
+
interface DataDriverAppTrafficCreate {
|
|
443
|
+
/** 123456 */
|
|
444
|
+
msg_body: string;
|
|
445
|
+
/** 123456 */
|
|
446
|
+
msg_id: string;
|
|
447
|
+
/** 123456 */
|
|
448
|
+
msg_tag: string;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1749&docType=9 热力图MQ消息} */
|
|
452
|
+
interface HeapmapCreate {
|
|
453
|
+
/** 弹外MQ的内容 */
|
|
454
|
+
msg_body: string;
|
|
455
|
+
/** 弹外MQ的msgId */
|
|
456
|
+
msg_id: string;
|
|
457
|
+
/** 弹外MQ的tag */
|
|
458
|
+
msg_tag: string;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
/** CBU */
|
|
463
|
+
declare namespace Cbu.Device {
|
|
464
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1403&docType=9 cbu专业市场设备状态回流} */
|
|
465
|
+
interface DeviceOnline {
|
|
466
|
+
/** 设备编码 */
|
|
467
|
+
device_code: string;
|
|
468
|
+
/** ONLINE_WITH_CONTENT("ONLINE_WITH_CONTENT", "设备在线"), OFFLINE("OFFLINE", "设备断线"); */
|
|
469
|
+
status: string;
|
|
470
|
+
/** 当前状态的时间 */
|
|
471
|
+
status_time: Date | number | string;
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
|
|
184
475
|
/** 蜂鸟物流 */
|
|
185
476
|
declare namespace Ele.Fengniao {
|
|
186
|
-
/** 门店开关店能力通知 */
|
|
477
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1417&docType=9 门店开关店能力通知} */
|
|
187
478
|
interface ChainstoreAbility {
|
|
188
479
|
/** 门店code */
|
|
189
480
|
chainstore_code: string;
|
|
@@ -195,7 +486,7 @@ declare namespace Ele.Fengniao {
|
|
|
195
486
|
timestamp: number;
|
|
196
487
|
}
|
|
197
488
|
|
|
198
|
-
/** 门店配送范围变更消息 */
|
|
489
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1444&docType=9 门店配送范围变更消息} */
|
|
199
490
|
interface ChainstoreRange {
|
|
200
491
|
/** 门店code */
|
|
201
492
|
chainstore_code: string;
|
|
@@ -205,7 +496,7 @@ declare namespace Ele.Fengniao {
|
|
|
205
496
|
timestamp: number;
|
|
206
497
|
}
|
|
207
498
|
|
|
208
|
-
/** 门店签约结果通知 */
|
|
499
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1416&docType=9 门店签约结果通知} */
|
|
209
500
|
interface ChainstoreSign {
|
|
210
501
|
/** 门店code */
|
|
211
502
|
chainstore_code: string;
|
|
@@ -217,7 +508,7 @@ declare namespace Ele.Fengniao {
|
|
|
217
508
|
timestamp: number;
|
|
218
509
|
}
|
|
219
510
|
|
|
220
|
-
/** 商家签约结果通知 */
|
|
511
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1415&docType=9 商家签约结果通知} */
|
|
221
512
|
interface MerchantSign {
|
|
222
513
|
/** 签约失败原因 */
|
|
223
514
|
fail_reason?: string;
|
|
@@ -229,7 +520,7 @@ declare namespace Ele.Fengniao {
|
|
|
229
520
|
timestamp: number;
|
|
230
521
|
}
|
|
231
522
|
|
|
232
|
-
/** 异常报备消息通知 */
|
|
523
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1418&docType=9 异常报备消息通知} */
|
|
233
524
|
interface ReportAbnormal {
|
|
234
525
|
/** 异常报备code */
|
|
235
526
|
exception_code: string;
|
|
@@ -243,7 +534,7 @@ declare namespace Ele.Fengniao {
|
|
|
243
534
|
timestamp: number;
|
|
244
535
|
}
|
|
245
536
|
|
|
246
|
-
/** 物流状态信息同步 */
|
|
537
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1419&docType=9 物流状态信息同步} */
|
|
247
538
|
interface StatusSync {
|
|
248
539
|
/** 蜂鸟配送员姓名 */
|
|
249
540
|
carrier_driver_name?: string;
|
|
@@ -264,9 +555,195 @@ declare namespace Ele.Fengniao {
|
|
|
264
555
|
}
|
|
265
556
|
}
|
|
266
557
|
|
|
558
|
+
/** 机票自营 */
|
|
559
|
+
declare namespace Iatkf.Flightchg {
|
|
560
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1526&docType=9 flightChg应用消息同步淘内} */
|
|
561
|
+
interface Sync {
|
|
562
|
+
/** 主键id */
|
|
563
|
+
business_id: number;
|
|
564
|
+
/** 操作类型 */
|
|
565
|
+
command: string;
|
|
566
|
+
/** 属性值json */
|
|
567
|
+
properties: string;
|
|
568
|
+
/** 表名 */
|
|
569
|
+
table_name: string;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
/** 机票自营 */
|
|
574
|
+
declare namespace Iatkf.Order {
|
|
575
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1522&docType=9 机票自营云上order应用消息同步淘内} */
|
|
576
|
+
interface Sync {
|
|
577
|
+
/** 主键id */
|
|
578
|
+
business_id: number;
|
|
579
|
+
/** 操作类型 */
|
|
580
|
+
command: string;
|
|
581
|
+
/** 属性值json */
|
|
582
|
+
properties: string;
|
|
583
|
+
/** 表名 */
|
|
584
|
+
table_name: string;
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
/** 变现猫 */
|
|
589
|
+
declare namespace Mmc.Pos {
|
|
590
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2145&docType=9 变现猫曝光用户回传pos} */
|
|
591
|
+
interface AdCatUserBack {
|
|
592
|
+
/** 唯一id */
|
|
593
|
+
message_id: string;
|
|
594
|
+
/** 消息类型 */
|
|
595
|
+
message_type: string;
|
|
596
|
+
/** 门店id */
|
|
597
|
+
store_id: number;
|
|
598
|
+
/** 增值任务id */
|
|
599
|
+
task_id?: string;
|
|
600
|
+
/** 曝光日期 */
|
|
601
|
+
time?: string;
|
|
602
|
+
/** 曝光时间戳 */
|
|
603
|
+
timestamp?: string;
|
|
604
|
+
/** 用户id */
|
|
605
|
+
uid: string;
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
/** 网商银行 */
|
|
610
|
+
declare namespace Mybank.Aepreloandeposit {
|
|
611
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1411&docType=9 AE提前放款卖家保证金水位同步} */
|
|
612
|
+
interface Sync {
|
|
613
|
+
/** 相对于前一天全量变化类型 */
|
|
614
|
+
action?: string;
|
|
615
|
+
/** 保证金金额 */
|
|
616
|
+
fixed_deposit_amt?: string;
|
|
617
|
+
/** 币种 */
|
|
618
|
+
fixed_deposit_ccy?: string;
|
|
619
|
+
/** 是否固定保证金 */
|
|
620
|
+
is_fixed_deposit?: string;
|
|
621
|
+
/** 提前放款比例 */
|
|
622
|
+
rate?: string;
|
|
623
|
+
/** 卖家支付宝ID */
|
|
624
|
+
seller_aliid?: string;
|
|
625
|
+
/** AE卖家id */
|
|
626
|
+
seller_loginid: string;
|
|
627
|
+
/** 卖家类型EBAY,CREDIT_AUTH,AE,AE_TEST(非AE不发送) */
|
|
628
|
+
seller_type?: string;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
/** 网商银行 */
|
|
633
|
+
declare namespace Mybank.Aepreloanresult {
|
|
634
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1410&docType=9 AE提前放款订单受理结果通知} */
|
|
635
|
+
interface Sync {
|
|
636
|
+
/** 拒绝原因 */
|
|
637
|
+
denied_reason?: string;
|
|
638
|
+
/** 订单是否受理 */
|
|
639
|
+
pre_loan?: string;
|
|
640
|
+
/** 订单号 */
|
|
641
|
+
reference_code: string;
|
|
642
|
+
/** AE卖家ID */
|
|
643
|
+
seller_id?: string;
|
|
644
|
+
/** 审核阶段 */
|
|
645
|
+
stage?: string;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
/** 网商银行 */
|
|
650
|
+
declare namespace Mybank.Bkcloudfunds {
|
|
651
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1484&docType=9 资金到卡签约成功通知} */
|
|
652
|
+
interface FundToCardNotify {
|
|
653
|
+
/** 签约类型 1资金到卡 */
|
|
654
|
+
contract_type: number;
|
|
655
|
+
/** 申请企业类型: 01 自然人 02、个体工商户 03、企业 */
|
|
656
|
+
enterprise_type: string;
|
|
657
|
+
/** 合作方机构号(网商银行分配) */
|
|
658
|
+
isv_org_id: string;
|
|
659
|
+
/** 负责人 */
|
|
660
|
+
legalrep_man: string;
|
|
661
|
+
/** 唯一标识 */
|
|
662
|
+
message_id: string;
|
|
663
|
+
/** 企业名称 */
|
|
664
|
+
operating_license: string;
|
|
665
|
+
/** 营业执照号 */
|
|
666
|
+
operating_license_number: string;
|
|
667
|
+
/** pos收款账户(网商银行账号) */
|
|
668
|
+
pos_bankcard_no: string;
|
|
669
|
+
/** pos收款账户名称(网商银行名称) */
|
|
670
|
+
pos_bankcert_no: string;
|
|
671
|
+
/** 签约门店 */
|
|
672
|
+
store_id: string;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1485&docType=9 网商银行POS签约正式开通通知天猫接?} */
|
|
676
|
+
interface PosSignSuccessNotify {
|
|
677
|
+
/** 收单机构类型:1、通联 2、银联 */
|
|
678
|
+
acquirer_type: string;
|
|
679
|
+
/** 合作方机构号(网商银行分配) */
|
|
680
|
+
isv_org_id: string;
|
|
681
|
+
/** 商户号(收单商户号) */
|
|
682
|
+
merchant_id: string;
|
|
683
|
+
/** 唯一标识 */
|
|
684
|
+
message_id: string;
|
|
685
|
+
/** pos收款账户(网商银行账号) */
|
|
686
|
+
pos_bankcard_no: string;
|
|
687
|
+
/** pos收款账户名称(网商银行名称) */
|
|
688
|
+
pos_bankcert_no: string;
|
|
689
|
+
/** 签约门店 */
|
|
690
|
+
store_id: string;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
/** 奇门 */
|
|
695
|
+
declare namespace Qimen.Reflow {
|
|
696
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1052&docType=9 奇门批量回流消息} */
|
|
697
|
+
interface BatchTrace {
|
|
698
|
+
/** 内容,JSON字段 */
|
|
699
|
+
content: string;
|
|
700
|
+
/** 消息ID */
|
|
701
|
+
msg_id: string;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1040&docType=9 奇门回流轨迹} */
|
|
705
|
+
interface Trace {
|
|
706
|
+
/** 回流方appkey */
|
|
707
|
+
appkey: string;
|
|
708
|
+
/** 订单创建时间 */
|
|
709
|
+
create?: number;
|
|
710
|
+
/** 主单号对应的erp单号,转单、审单、通知配货、出库 需要填。拆单、合单场景下不用填 */
|
|
711
|
+
erp_order_id?: string;
|
|
712
|
+
/** 触发事件的时间 */
|
|
713
|
+
event_time?: string;
|
|
714
|
+
/** JSON格式扩展信息 */
|
|
715
|
+
ext?: string;
|
|
716
|
+
/** 三方渠道下的卖家昵称 */
|
|
717
|
+
nick?: string;
|
|
718
|
+
/** 关联的三方渠道 */
|
|
719
|
+
platform?: string;
|
|
720
|
+
/** 回流的状态 */
|
|
721
|
+
status: string;
|
|
722
|
+
/** 淘宝子订单id(拆单、合单场景下不用填,其他场景需要回传,用英文逗号隔开) */
|
|
723
|
+
taobao_sub_order_ids?: string;
|
|
724
|
+
/** 关联的订单号 */
|
|
725
|
+
tid: string;
|
|
726
|
+
/** 卖家ID */
|
|
727
|
+
uid?: number;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
/** 淘宝 */
|
|
732
|
+
declare namespace Taobao.Astrolabe {
|
|
733
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=953&docType=9 星盘交易截单} */
|
|
734
|
+
interface TradeHold {
|
|
735
|
+
/** 订单ID */
|
|
736
|
+
biz_id: number;
|
|
737
|
+
/** 额外信息 */
|
|
738
|
+
ext: string;
|
|
739
|
+
/** 用户ID */
|
|
740
|
+
user_id: number;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
|
|
267
744
|
/** 服务市场 */
|
|
268
745
|
declare namespace Taobao.Fuwu {
|
|
269
|
-
/** 客服绩效统计表 */
|
|
746
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=720&docType=9 客服绩效统计表} */
|
|
270
747
|
interface CustomerServicePerformance {
|
|
271
748
|
/** 询单人数 */
|
|
272
749
|
ask_num: number;
|
|
@@ -374,7 +851,7 @@ declare namespace Taobao.Fuwu {
|
|
|
374
851
|
wangwang_nick: string;
|
|
375
852
|
}
|
|
376
853
|
|
|
377
|
-
/** 电子发票信息 */
|
|
854
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=732&docType=9 电子发票信息} */
|
|
378
855
|
interface ElectronicInvoice {
|
|
379
856
|
/** 开票金额 */
|
|
380
857
|
amount: string;
|
|
@@ -399,7 +876,15 @@ declare namespace Taobao.Fuwu {
|
|
|
399
876
|
|
|
400
877
|
/** HOMEAI消息对接 */
|
|
401
878
|
declare namespace Taobao.Homeai {
|
|
402
|
-
/**
|
|
879
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1464&docType=9 HOMEAI同步Case消息接口} */
|
|
880
|
+
interface CaseSync {
|
|
881
|
+
/** 同步需要的资源 */
|
|
882
|
+
case_import_desc: string;
|
|
883
|
+
/** jobid */
|
|
884
|
+
job_id: string;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1448&docType=9 一键迁移算法接口} */
|
|
403
888
|
interface LayoutTransfer {
|
|
404
889
|
/** 入参数,包括sceneUrl, */
|
|
405
890
|
in_param: string;
|
|
@@ -407,18 +892,38 @@ declare namespace Taobao.Homeai {
|
|
|
407
892
|
job_id: string;
|
|
408
893
|
}
|
|
409
894
|
|
|
410
|
-
/** HomeStyler渲染结果消息 */
|
|
895
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1515&docType=9 HomeStyler渲染结果消息} */
|
|
411
896
|
interface RenderResult {
|
|
412
897
|
/** 任务id */
|
|
413
898
|
job_id: string;
|
|
414
899
|
/** renderResult包含渲染状态,预计完成时间等信息 */
|
|
415
900
|
render_result: string;
|
|
416
901
|
}
|
|
902
|
+
|
|
903
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1565&docType=9 homestyler渲染图数据同步} */
|
|
904
|
+
interface SyncData {
|
|
905
|
+
/** 数据全量json */
|
|
906
|
+
data: string;
|
|
907
|
+
/** 唯一taskId标识 */
|
|
908
|
+
task_id: string;
|
|
909
|
+
/** 数据变更类型 */
|
|
910
|
+
type: string;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1571&docType=9 Homestyler模型数据同步到Homeai消息} */
|
|
914
|
+
interface SyncHsData {
|
|
915
|
+
/** 数据,json格式 */
|
|
916
|
+
data: string;
|
|
917
|
+
/** jid */
|
|
918
|
+
jid: string;
|
|
919
|
+
/** 时间戳 */
|
|
920
|
+
time: number;
|
|
921
|
+
}
|
|
417
922
|
}
|
|
418
923
|
|
|
419
924
|
/** HOMEAI */
|
|
420
925
|
declare namespace Taobao.Ihomesvj {
|
|
421
|
-
/** 同步svj的crm数据 */
|
|
926
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1636&docType=9 同步svj的crm数据} */
|
|
422
927
|
interface SyncSvjCrmData {
|
|
423
928
|
/** 数据体json */
|
|
424
929
|
json: string;
|
|
@@ -431,7 +936,7 @@ declare namespace Taobao.Ihomesvj {
|
|
|
431
936
|
|
|
432
937
|
/** 交易全链路 */
|
|
433
938
|
declare namespace Taobao.Jds {
|
|
434
|
-
/** 退款单状态跟踪 */
|
|
939
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=646&docType=9 退款单状态跟踪} */
|
|
435
940
|
interface RefundTrace {
|
|
436
941
|
/** 业务动作发生的时间 */
|
|
437
942
|
action_time: Date | number | string;
|
|
@@ -445,7 +950,7 @@ declare namespace Taobao.Jds {
|
|
|
445
950
|
status: string;
|
|
446
951
|
}
|
|
447
952
|
|
|
448
|
-
/** 交易订单状态跟踪 */
|
|
953
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=620&docType=9 交易订单状态跟踪} */
|
|
449
954
|
interface TradeTrace {
|
|
450
955
|
/** 业务动作发生的时间 */
|
|
451
956
|
action_time: Date | number | string;
|
|
@@ -464,9 +969,378 @@ declare namespace Taobao.Jds {
|
|
|
464
969
|
}
|
|
465
970
|
}
|
|
466
971
|
|
|
972
|
+
/** 智慧门店下行消息 */
|
|
973
|
+
declare namespace Taobao.Wisdomstore {
|
|
974
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1245&docType=9 人脸抓拍数据上传消息} */
|
|
975
|
+
interface FaceUpload {
|
|
976
|
+
/** 视频设备ID */
|
|
977
|
+
camera_id?: number;
|
|
978
|
+
/** 设备ID */
|
|
979
|
+
device_code: string;
|
|
980
|
+
/** 抓拍的人脸图片二进制流 */
|
|
981
|
+
face_bin?: string;
|
|
982
|
+
/** 边缘计算节点定义的FaceID */
|
|
983
|
+
face_id: number;
|
|
984
|
+
/** 抓拍的人脸图片保存地址,和FaceBin必须有一个出现 */
|
|
985
|
+
face_url?: string;
|
|
986
|
+
/** 保留 */
|
|
987
|
+
feature?: string;
|
|
988
|
+
/** 图片拍摄时间 */
|
|
989
|
+
timestamp: number;
|
|
990
|
+
/** 消息类型 */
|
|
991
|
+
type: number;
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
/** 天猫 */
|
|
996
|
+
declare namespace Tmall.Carprofile {
|
|
997
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2115&docType=9 用户车辆档案授权状态更新} */
|
|
998
|
+
interface AuthStatusChangeToTB {
|
|
999
|
+
/** ISV账户编号 */
|
|
1000
|
+
channel_id: string;
|
|
1001
|
+
/** ISV渠道类型。1-天猫养车 */
|
|
1002
|
+
channel_type: number;
|
|
1003
|
+
/** 幂等ID */
|
|
1004
|
+
impl_id: string;
|
|
1005
|
+
/** 同步状态。1-打开,0-关闭 */
|
|
1006
|
+
sync_status: number;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
/** 天猫 */
|
|
1011
|
+
declare namespace Tmall.Chaoshi {
|
|
1012
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=629&docType=9 天猫超市商品信息} */
|
|
1013
|
+
interface AuctionInfo {
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=630&docType=9 天猫超市业务控制信息} */
|
|
1017
|
+
interface DataMark {
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=631&docType=9 天猫超市mcas类目信息} */
|
|
1021
|
+
interface McasCat {
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=628&docType=9 天猫超市应收明细表} */
|
|
1025
|
+
interface PayInfoReport {
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/** 天猫 */
|
|
1030
|
+
declare namespace Tmall.Fushi {
|
|
1031
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=746&docType=9 天猫服饰虚拟搭配合成图} */
|
|
1032
|
+
interface CollocationSynthesis {
|
|
1033
|
+
/** 标识一个合成图片 */
|
|
1034
|
+
key: string;
|
|
1035
|
+
/** 合成图 此参数通过taobao.tmc.message.produce中的media_content指定 */
|
|
1036
|
+
syn_img: string;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=744&docType=9 天猫服饰虚拟搭配} */
|
|
1040
|
+
interface VirtualCollocation {
|
|
1041
|
+
/** 货号 */
|
|
1042
|
+
art_num: string;
|
|
1043
|
+
/** 图片 此参数通过taobao.tmc.message.produce中的media_content指定 */
|
|
1044
|
+
img: string;
|
|
1045
|
+
/** 外部编码 */
|
|
1046
|
+
outer_id: number;
|
|
1047
|
+
/** 卖家id */
|
|
1048
|
+
seller_id: number;
|
|
1049
|
+
/** 款式信息 */
|
|
1050
|
+
style_info: string;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=756&docType=9 虚拟单品信息同步} */
|
|
1054
|
+
interface VirtualCollocationNew {
|
|
1055
|
+
/** 货号 */
|
|
1056
|
+
art_num: string;
|
|
1057
|
+
/** 衣服开闭,1是闭合,2是打开 */
|
|
1058
|
+
cardigan?: number;
|
|
1059
|
+
/** 衣服后摆图片,对应media_content5 */
|
|
1060
|
+
coattail?: string;
|
|
1061
|
+
/** 性别,男:male,女:female,不分:both */
|
|
1062
|
+
gender?: string;
|
|
1063
|
+
/** 单品图,对应media_content */
|
|
1064
|
+
item_pic: string;
|
|
1065
|
+
/** 层级id */
|
|
1066
|
+
layer_id: number;
|
|
1067
|
+
/** 遮罩配饰图,对应media_content4 */
|
|
1068
|
+
mask_accessories?: string;
|
|
1069
|
+
/** 遮罩图,对应media_content3 */
|
|
1070
|
+
mask_pic: string;
|
|
1071
|
+
/** 遮罩作用 */
|
|
1072
|
+
mask_type: number;
|
|
1073
|
+
/** 外部编码 */
|
|
1074
|
+
outer_id: number;
|
|
1075
|
+
/** 卖家id */
|
|
1076
|
+
seller_id: number;
|
|
1077
|
+
/** 鞋型,高跟:0,平底:1 */
|
|
1078
|
+
shoe_type?: number;
|
|
1079
|
+
/** 是否显示领子 */
|
|
1080
|
+
show_collar: number;
|
|
1081
|
+
/** 是否显示裤袢 */
|
|
1082
|
+
show_pant?: number;
|
|
1083
|
+
/** 款式信息 */
|
|
1084
|
+
style_info: string;
|
|
1085
|
+
/** 试穿图,对应media_content2 */
|
|
1086
|
+
try_pic: string;
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
/** 天猫 */
|
|
1091
|
+
declare namespace Tmall.Instant {
|
|
1092
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1518&docType=9 极速回款追缴消息回流} */
|
|
1093
|
+
interface Recover {
|
|
1094
|
+
/** 追缴业务单号 */
|
|
1095
|
+
biz_id: string;
|
|
1096
|
+
/** 消息内容,JSON格式,每个事件类型数据格式不一样 */
|
|
1097
|
+
content: string;
|
|
1098
|
+
/** sceneCode */
|
|
1099
|
+
scene_code: string;
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
/** 天猫 */
|
|
1104
|
+
declare namespace Tmall.Jia {
|
|
1105
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=704&docType=9 设计表信息} */
|
|
1106
|
+
interface DiyDesign {
|
|
1107
|
+
/** 面积(平米) */
|
|
1108
|
+
area?: number;
|
|
1109
|
+
/** 小区ID */
|
|
1110
|
+
community_id?: number;
|
|
1111
|
+
/** 小区名称 */
|
|
1112
|
+
community_name?: string;
|
|
1113
|
+
/** 设计师是公司名称 */
|
|
1114
|
+
company_name?: string;
|
|
1115
|
+
/** 描述 */
|
|
1116
|
+
description?: string;
|
|
1117
|
+
/** 设计ID */
|
|
1118
|
+
design_id: number;
|
|
1119
|
+
/** 设计名称 */
|
|
1120
|
+
design_name: string;
|
|
1121
|
+
/** 设计NO */
|
|
1122
|
+
design_no: string;
|
|
1123
|
+
/** 设计状态 0 - 已发布(展示中样板房)1 - 待发布(设计师未展示样板房)2 - 审核失败(已下架样板房)3 - 等待审核(待小二审核样板房) */
|
|
1124
|
+
design_state: number;
|
|
1125
|
+
/** 设计风格风格 0 – 其它 1 – 现代简约 2 – 田园 3 – 新中式 4 – 欧式 5 – 地中海 6 – 东南亚 7 – 美式乡村 8 – 日式 9 – 中式古典 10 – 混搭 */
|
|
1126
|
+
design_style: number;
|
|
1127
|
+
/** 喜欢数 */
|
|
1128
|
+
enjoy_count?: number;
|
|
1129
|
+
/** 扩展 */
|
|
1130
|
+
ext?: string;
|
|
1131
|
+
/** 创建时间 */
|
|
1132
|
+
gmt_create: Date | number | string;
|
|
1133
|
+
/** 修改时间 */
|
|
1134
|
+
gmt_modified: Date | number | string;
|
|
1135
|
+
/** 户型NO */
|
|
1136
|
+
houselayout_no?: string;
|
|
1137
|
+
/** 户型图PIC */
|
|
1138
|
+
house_pic: string;
|
|
1139
|
+
/** 户型 0 – 其它 1 – 一室一厅 2 – 两室一厅 3 – 两室两厅 4 – 三室一厅 5 – 三室两厅 6 – 四室两厅 7 – 五室两厅 8 – LOFT 9 – 复式 */
|
|
1140
|
+
house_type: number;
|
|
1141
|
+
/** 设计理念 */
|
|
1142
|
+
idea: string;
|
|
1143
|
+
/** 软件商 */
|
|
1144
|
+
isv: string;
|
|
1145
|
+
/** 软件商授权码 */
|
|
1146
|
+
isv_l: string;
|
|
1147
|
+
/** 发布时间 */
|
|
1148
|
+
publish_time: Date | number | string;
|
|
1149
|
+
/** 封面ID */
|
|
1150
|
+
render_id?: number;
|
|
1151
|
+
/** 封面NO */
|
|
1152
|
+
render_no: string;
|
|
1153
|
+
/** 封面图片 */
|
|
1154
|
+
render_pic: string;
|
|
1155
|
+
/** 对应house_type对应的图片链接 Json格式 {1:url,2:url,3:url} */
|
|
1156
|
+
render_pic_house_type: string;
|
|
1157
|
+
/** 用户ID(淘宝用户ID) */
|
|
1158
|
+
user_id: number;
|
|
1159
|
+
/** 用户nike(淘宝NIKE) */
|
|
1160
|
+
user_nike: string;
|
|
1161
|
+
/** 浏览数 */
|
|
1162
|
+
visit_count?: number;
|
|
1163
|
+
/** 周浏览量 */
|
|
1164
|
+
week_visit_count?: number;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=707&docType=9 设计模型关联表} */
|
|
1168
|
+
interface DiyDesignItem {
|
|
1169
|
+
/** 个数 */
|
|
1170
|
+
count: number;
|
|
1171
|
+
/** 设计no */
|
|
1172
|
+
design_no: string;
|
|
1173
|
+
/** id */
|
|
1174
|
+
id: number;
|
|
1175
|
+
/** 软件商 */
|
|
1176
|
+
isv: string;
|
|
1177
|
+
/** 软件商授权码 */
|
|
1178
|
+
isv_l: string;
|
|
1179
|
+
/** 物品no */
|
|
1180
|
+
item_no: string;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=708&docType=9 户型表} */
|
|
1184
|
+
interface DiyHouseLayout {
|
|
1185
|
+
/** 城市名 */
|
|
1186
|
+
city_name: string;
|
|
1187
|
+
/** 小区id */
|
|
1188
|
+
community_id: number;
|
|
1189
|
+
/** 2D平面图链接 */
|
|
1190
|
+
house_pic: string;
|
|
1191
|
+
/** 户型 0 – 其它 1 – 一室一厅 2 – 两室一厅 3 – 两室两厅 4 – 三室一厅 5 – 三室两厅 6 – 四室两厅 7 – 五室两厅 8 – LOFT 9 – 复式 */
|
|
1192
|
+
house_type: string;
|
|
1193
|
+
/** ID */
|
|
1194
|
+
id: number;
|
|
1195
|
+
/** 软件商 */
|
|
1196
|
+
isv: string;
|
|
1197
|
+
/** 软件商授权 */
|
|
1198
|
+
isv_l: string;
|
|
1199
|
+
/** 名称 */
|
|
1200
|
+
name: string;
|
|
1201
|
+
/** 唯一标识NO. */
|
|
1202
|
+
no: string;
|
|
1203
|
+
/** 状态 0 – 正常 1 – 临时记录 9 – 删除 */
|
|
1204
|
+
state: number;
|
|
1205
|
+
/** 用户id */
|
|
1206
|
+
user_id: number;
|
|
1207
|
+
/** 用户昵称(淘宝昵称) */
|
|
1208
|
+
user_nike: string;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=706&docType=9 模型商品表} */
|
|
1212
|
+
interface DiyItem {
|
|
1213
|
+
/** 3D模型类型(待扩展 ) */
|
|
1214
|
+
"3d_type"?: string;
|
|
1215
|
+
/** 建模商用户id */
|
|
1216
|
+
author_id?: number;
|
|
1217
|
+
/** 0-未烘培模型 1-已烘培模型 */
|
|
1218
|
+
baked: number;
|
|
1219
|
+
/** 是否可单向缩放 */
|
|
1220
|
+
direct_scalable: string;
|
|
1221
|
+
/** 收藏数 */
|
|
1222
|
+
favorite_count?: number;
|
|
1223
|
+
/** 创建时间 */
|
|
1224
|
+
gmt_create: Date | number | string;
|
|
1225
|
+
/** 类型默认填0 */
|
|
1226
|
+
inner_type?: string;
|
|
1227
|
+
/** 软件商 */
|
|
1228
|
+
isv: string;
|
|
1229
|
+
/** 软件商授权码 */
|
|
1230
|
+
isv_l: string;
|
|
1231
|
+
/** 产品模型文件链接 */
|
|
1232
|
+
item_model?: string;
|
|
1233
|
+
/** 产品模型图链接 */
|
|
1234
|
+
item_pic: string;
|
|
1235
|
+
/** NO. */
|
|
1236
|
+
no: string;
|
|
1237
|
+
/** 图片比例 */
|
|
1238
|
+
photo_scale?: string;
|
|
1239
|
+
/** 品牌 */
|
|
1240
|
+
product_brand?: string;
|
|
1241
|
+
/** 高(单位:毫米) */
|
|
1242
|
+
product_height: number;
|
|
1243
|
+
/** 长(单位:毫米) */
|
|
1244
|
+
product_length: number;
|
|
1245
|
+
/** 产品名称 */
|
|
1246
|
+
product_name: string;
|
|
1247
|
+
/** 宽(单位:毫米) */
|
|
1248
|
+
product_width: number;
|
|
1249
|
+
/** 0 -未渲染 1 -准备渲染 2 -渲染中 3 -渲染完成 4 -渲染失败 */
|
|
1250
|
+
render_state: number;
|
|
1251
|
+
/** 状态 0 – 正常 1 – 临时记录 9 – 删除 */
|
|
1252
|
+
state: number;
|
|
1253
|
+
/** 子类型 */
|
|
1254
|
+
sub_type?: string;
|
|
1255
|
+
/** 天猫商品item id */
|
|
1256
|
+
taobao_item_id?: number;
|
|
1257
|
+
/** 天猫商品sku_id */
|
|
1258
|
+
taobao_sku_id?: number;
|
|
1259
|
+
/** 商家用户id 卖家ID */
|
|
1260
|
+
user_id: number;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=709&docType=9 楼盘小区} */
|
|
1264
|
+
interface DiyLocationCommunity {
|
|
1265
|
+
/** 地址 */
|
|
1266
|
+
address: string;
|
|
1267
|
+
/** 区域吗 */
|
|
1268
|
+
area_code: string;
|
|
1269
|
+
/** 所在区名称 */
|
|
1270
|
+
area_name: string;
|
|
1271
|
+
/** 城市名 */
|
|
1272
|
+
city_name: string;
|
|
1273
|
+
/** 描述 */
|
|
1274
|
+
description?: string;
|
|
1275
|
+
/** 开发商 */
|
|
1276
|
+
developer?: string;
|
|
1277
|
+
/** 户型数 */
|
|
1278
|
+
houselayout_count: number;
|
|
1279
|
+
/** 户型 0 – 其它 1 – 一室一厅 2 – 两室一厅 3 – 两室两厅 4 – 三室一厅 5 – 三室两厅 6 – 四室两厅 7 – 五室两厅 8 – LOFT 9 – 复式 */
|
|
1280
|
+
house_type: number;
|
|
1281
|
+
/** id */
|
|
1282
|
+
id: number;
|
|
1283
|
+
/** 纬度 */
|
|
1284
|
+
latitude?: string;
|
|
1285
|
+
/** 经度 */
|
|
1286
|
+
longitude?: string;
|
|
1287
|
+
/** 小区名称 */
|
|
1288
|
+
name: string;
|
|
1289
|
+
/** 省 */
|
|
1290
|
+
province_name: string;
|
|
1291
|
+
/** 状态 0 – 正常 1 – 临时记录 9 – 删除 */
|
|
1292
|
+
state: number;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=705&docType=9 渲染任务表} */
|
|
1296
|
+
interface DiyRender {
|
|
1297
|
+
/** 模型锚点数据 描点数据要改要增加淘宝商品ID skuid */
|
|
1298
|
+
apoints: string;
|
|
1299
|
+
/** 展示类型 0 – 不展示 1 – 展示 2 – 封面 */
|
|
1300
|
+
cover: number;
|
|
1301
|
+
/** 描述 */
|
|
1302
|
+
description?: string;
|
|
1303
|
+
/** 创建时间 */
|
|
1304
|
+
gmt_create: Date | number | string;
|
|
1305
|
+
/** 修改时间 */
|
|
1306
|
+
gmt_modified: Date | number | string;
|
|
1307
|
+
/** 软件商授权码 */
|
|
1308
|
+
isv_l: string;
|
|
1309
|
+
/** 渲染任务id */
|
|
1310
|
+
render_id: number;
|
|
1311
|
+
/** 渲染图 */
|
|
1312
|
+
render_pic: string;
|
|
1313
|
+
/** 房间 0 – 其它 1 – 客厅 2 – 主卧 3 – 次卧 4 – 厨房 5 – 餐厅 6 – 卫生间 7 – 书房 8 – 阳台 9 – 玄关 10 – 儿童房 11 – 储物室 */
|
|
1314
|
+
room_type: number;
|
|
1315
|
+
/** 渲染服务类型 0 – 预览渲染 1 – 效果图渲染 2 – 全景图渲染 */
|
|
1316
|
+
service_type: number;
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
/** 天猫 */
|
|
1321
|
+
declare namespace Tmall.Jst {
|
|
1322
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=805&docType=9 商家消息回执} */
|
|
1323
|
+
interface BusinessInformationReceipt {
|
|
1324
|
+
/** 操作 */
|
|
1325
|
+
action: string;
|
|
1326
|
+
/** 类目Key */
|
|
1327
|
+
category_key: string;
|
|
1328
|
+
/** 处理人编号 */
|
|
1329
|
+
handler_id: string;
|
|
1330
|
+
/** 处理人角色 */
|
|
1331
|
+
handler_role: string;
|
|
1332
|
+
/** 消息编号 */
|
|
1333
|
+
message_id: string;
|
|
1334
|
+
/** 店铺编号 */
|
|
1335
|
+
shop_id: string;
|
|
1336
|
+
/** 次级类目Key */
|
|
1337
|
+
sub_category_key: string;
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
|
|
467
1341
|
/** 天猫魔盒 */
|
|
468
1342
|
declare namespace Tmall.Mh {
|
|
469
|
-
/** 天猫魔盒线下Mac地址回传 */
|
|
1343
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=752&docType=9 天猫魔盒线下Mac地址回传} */
|
|
470
1344
|
interface MacAddress {
|
|
471
1345
|
/** 回传时间(出库扫描二维码时间) */
|
|
472
1346
|
backflow_time: string;
|
|
@@ -510,7 +1384,7 @@ declare namespace Tmall.Mh {
|
|
|
510
1384
|
unit?: string;
|
|
511
1385
|
}
|
|
512
1386
|
|
|
513
|
-
/** 天猫魔盒扫码SN号回传 */
|
|
1387
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=818&docType=9 天猫魔盒扫码SN号回传} */
|
|
514
1388
|
interface SerialNumber {
|
|
515
1389
|
/** 魔盒分销商 */
|
|
516
1390
|
customer: string;
|
|
@@ -537,7 +1411,7 @@ declare namespace Tmall.Mh {
|
|
|
537
1411
|
|
|
538
1412
|
/** 新零售终端上行消息 */
|
|
539
1413
|
declare namespace Tmall.Nrt {
|
|
540
|
-
/** 商户信息回流 */
|
|
1414
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1338&docType=9 商户信息回流} */
|
|
541
1415
|
interface DealerToTmall {
|
|
542
1416
|
/** 商户编号 */
|
|
543
1417
|
f_code: string;
|
|
@@ -551,7 +1425,7 @@ declare namespace Tmall.Nrt {
|
|
|
551
1425
|
op_type: string;
|
|
552
1426
|
}
|
|
553
1427
|
|
|
554
|
-
/** 摊位合同数据回流 */
|
|
1428
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1340&docType=9 摊位合同数据回流} */
|
|
555
1429
|
interface StallContractToTmall {
|
|
556
1430
|
/** 经营品牌钉钉部门ID */
|
|
557
1431
|
f_branddingdeptid: string;
|
|
@@ -601,7 +1475,7 @@ declare namespace Tmall.Nrt {
|
|
|
601
1475
|
related_contract_no?: string;
|
|
602
1476
|
}
|
|
603
1477
|
|
|
604
|
-
/** 摊位信息数据回流 */
|
|
1478
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1339&docType=9 摊位信息数据回流} */
|
|
605
1479
|
interface StallInfoToTmall {
|
|
606
1480
|
/** 门店编号 */
|
|
607
1481
|
f_fddm: string;
|
|
@@ -611,7 +1485,7 @@ declare namespace Tmall.Nrt {
|
|
|
611
1485
|
op_type: string;
|
|
612
1486
|
}
|
|
613
1487
|
|
|
614
|
-
/** 门店信息回流 */
|
|
1488
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1328&docType=9 门店信息回流} */
|
|
615
1489
|
interface StoreInfoToTmall {
|
|
616
1490
|
/** 门店地址 */
|
|
617
1491
|
f_dz?: string;
|
|
@@ -623,3 +1497,210 @@ declare namespace Tmall.Nrt {
|
|
|
623
1497
|
op_type: string;
|
|
624
1498
|
}
|
|
625
1499
|
}
|
|
1500
|
+
|
|
1501
|
+
/** 天猫 */
|
|
1502
|
+
declare namespace Tmall.Txcs {
|
|
1503
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1582&docType=9 财务货损明细数据信息回流} */
|
|
1504
|
+
interface FinanceCargoDamageDetail {
|
|
1505
|
+
/** 所属区域 */
|
|
1506
|
+
area?: string;
|
|
1507
|
+
/** 猫超承担比例 */
|
|
1508
|
+
assume_percent: number;
|
|
1509
|
+
/** 业务模式 */
|
|
1510
|
+
channel_code: number;
|
|
1511
|
+
/** 货损数量 */
|
|
1512
|
+
damage_cnt: string;
|
|
1513
|
+
/** 货损费金额(不含税) */
|
|
1514
|
+
exc_tax_fee: number;
|
|
1515
|
+
/** 不含税RPO单价 */
|
|
1516
|
+
exc_tax_rpo_price: number;
|
|
1517
|
+
/** 好品数量 */
|
|
1518
|
+
good_cnt: string;
|
|
1519
|
+
/** 货损费金额(含税) */
|
|
1520
|
+
inc_tax_fee: number;
|
|
1521
|
+
/** RT判断时间 */
|
|
1522
|
+
judge_time: number;
|
|
1523
|
+
/** 商家编码 */
|
|
1524
|
+
merchant_code: string;
|
|
1525
|
+
/** 门店编码 */
|
|
1526
|
+
ou_code: string;
|
|
1527
|
+
/** RPO数量 */
|
|
1528
|
+
return_cnt: string;
|
|
1529
|
+
/** RSO单号 */
|
|
1530
|
+
rso_code: string;
|
|
1531
|
+
/** RSO创建时间 */
|
|
1532
|
+
rso_create_time: number;
|
|
1533
|
+
/** 商品编码 */
|
|
1534
|
+
sku_code: string;
|
|
1535
|
+
/** 汇总数据编码 */
|
|
1536
|
+
summary_id: string;
|
|
1537
|
+
/** 时间戳 */
|
|
1538
|
+
timestamp: number;
|
|
1539
|
+
/** 单位 */
|
|
1540
|
+
unit: string;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1574&docType=9 财务货损汇总数据信息回流} */
|
|
1544
|
+
interface FinanceCargoDamageSummary {
|
|
1545
|
+
/** 业务模式 */
|
|
1546
|
+
channel_code: number;
|
|
1547
|
+
/** 时间周期 */
|
|
1548
|
+
cost_period: string;
|
|
1549
|
+
/** 货损费金额(不含税) */
|
|
1550
|
+
exc_tax_fee: number;
|
|
1551
|
+
/** 货损费金额(含税) */
|
|
1552
|
+
inc_tax_fee: number;
|
|
1553
|
+
/** 商家编码 */
|
|
1554
|
+
merchant_code: string;
|
|
1555
|
+
/** 原始金额(不含税) */
|
|
1556
|
+
origin_fee: number;
|
|
1557
|
+
/** 门店编码 */
|
|
1558
|
+
ou_code: string;
|
|
1559
|
+
/** 汇总编码 */
|
|
1560
|
+
summary_id: string;
|
|
1561
|
+
/** 货损费金额(税额) */
|
|
1562
|
+
tax_fee: number;
|
|
1563
|
+
/** 时间戳 */
|
|
1564
|
+
timestamp: number;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1577&docType=9 商品进价信息回流} */
|
|
1568
|
+
interface PurchasePrice {
|
|
1569
|
+
/** 渠道类型 */
|
|
1570
|
+
channel_code?: number;
|
|
1571
|
+
/** 币种 */
|
|
1572
|
+
currency?: string;
|
|
1573
|
+
/** 含税采购价(分) */
|
|
1574
|
+
inc_tax_purchase_price?: number;
|
|
1575
|
+
/** 默认6寄售 */
|
|
1576
|
+
marketing_type?: number;
|
|
1577
|
+
/** 商家编码 */
|
|
1578
|
+
merchant_code: string;
|
|
1579
|
+
/** 门店编码 */
|
|
1580
|
+
ou_code: string;
|
|
1581
|
+
/** 1基准价;2扣点 */
|
|
1582
|
+
price_type: number;
|
|
1583
|
+
/** 扣点 */
|
|
1584
|
+
sales_point?: string;
|
|
1585
|
+
/** 商品编码 */
|
|
1586
|
+
sku_code: string;
|
|
1587
|
+
/** 时间戳 */
|
|
1588
|
+
timestamp: number;
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
/** 小满 */
|
|
1593
|
+
declare namespace Xiaoman.Call {
|
|
1594
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1954&docType=9 小满外呼信息同步} */
|
|
1595
|
+
interface MsgSync {
|
|
1596
|
+
/** 客户ID */
|
|
1597
|
+
ali_cgs: string;
|
|
1598
|
+
/** 跟进记录内容,长文本 */
|
|
1599
|
+
content: string;
|
|
1600
|
+
/** 记录创建时间 */
|
|
1601
|
+
create_time: string;
|
|
1602
|
+
/** 跟进记录唯一标识 */
|
|
1603
|
+
record_id: string;
|
|
1604
|
+
/** 跟进类型:快速跟进-101、电话-103 */
|
|
1605
|
+
record_type: string;
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
/** 小满 */
|
|
1610
|
+
declare namespace Xiaoman.Customer {
|
|
1611
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1832&docType=9 小满客户实施状态同步} */
|
|
1612
|
+
interface ImplementationStatusSync {
|
|
1613
|
+
/** 阿里客户ID,所有客户都会有的一个唯一ID,包括未签约,已签约 */
|
|
1614
|
+
ali_cgs: string;
|
|
1615
|
+
/** 小满实施状态 */
|
|
1616
|
+
implementation_status: string;
|
|
1617
|
+
/** 小满客户ID */
|
|
1618
|
+
okki_client_id: string;
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
/** 小满 */
|
|
1623
|
+
declare namespace Xiaoman.Email {
|
|
1624
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1953&docType=9 小满邮件信息同步} */
|
|
1625
|
+
interface MsgSync {
|
|
1626
|
+
/** 关联客户ID */
|
|
1627
|
+
ali_cgs: string;
|
|
1628
|
+
/** 创建时间 */
|
|
1629
|
+
create_time: string;
|
|
1630
|
+
/** 邮件记录主键 */
|
|
1631
|
+
email_id: string;
|
|
1632
|
+
/** 发送时间 */
|
|
1633
|
+
send_time: string;
|
|
1634
|
+
/** 邮件标题 */
|
|
1635
|
+
title?: string;
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
/** 小满 */
|
|
1640
|
+
declare namespace Xiaoman.Perform {
|
|
1641
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1798&docType=9 小满订单履约状态回流ICBU-CRM} */
|
|
1642
|
+
interface OrderChange {
|
|
1643
|
+
/** 4生效订单 5结束订单 */
|
|
1644
|
+
action: string;
|
|
1645
|
+
/** 客户aliid */
|
|
1646
|
+
ali_cgs: string;
|
|
1647
|
+
/** 阿里订单号 */
|
|
1648
|
+
ali_order_no: string;
|
|
1649
|
+
/** 阿里订单行号 */
|
|
1650
|
+
ali_order_product_id: string;
|
|
1651
|
+
/** 小满客户id */
|
|
1652
|
+
okki_client_id: string;
|
|
1653
|
+
/** 执行时间 */
|
|
1654
|
+
okki_execute_time: Date | number | string;
|
|
1655
|
+
/** 小满订单号 */
|
|
1656
|
+
okki_order_no: string;
|
|
1657
|
+
/** 小满合同号 */
|
|
1658
|
+
okki_order_product_id: string;
|
|
1659
|
+
/** 服务开始时间 */
|
|
1660
|
+
okki_valid_from: Date | number | string;
|
|
1661
|
+
/** 服务结束时间 */
|
|
1662
|
+
okki_valid_to: Date | number | string;
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
/** 小满 */
|
|
1667
|
+
declare namespace Xiaoman.Register {
|
|
1668
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1803&docType=9 CGS客户小满注册消息回调} */
|
|
1669
|
+
interface CallBack {
|
|
1670
|
+
/** aliId */
|
|
1671
|
+
ali_cgs: string;
|
|
1672
|
+
/** 小满客户id */
|
|
1673
|
+
okki_client_id: string;
|
|
1674
|
+
/** 小满客户注册邮箱账号 */
|
|
1675
|
+
okki_master_account: string;
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
/** 小满 */
|
|
1680
|
+
declare namespace Xiaoman.Work {
|
|
1681
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=1925&docType=9 小满工单信息同步} */
|
|
1682
|
+
interface MsgSync {
|
|
1683
|
+
/** 阿里cgs唯一标识 */
|
|
1684
|
+
ali_cgs: string;
|
|
1685
|
+
/** 创建时间 */
|
|
1686
|
+
create_time: string;
|
|
1687
|
+
/** 小满公司唯一标识 */
|
|
1688
|
+
okki_client_id: string;
|
|
1689
|
+
/** 小满账号唯一标识 */
|
|
1690
|
+
okki_user_id?: string;
|
|
1691
|
+
/** 最新回复记录,为 HTML 格式 */
|
|
1692
|
+
reply_content?: string;
|
|
1693
|
+
/** 问题描述 */
|
|
1694
|
+
ticket_content?: string;
|
|
1695
|
+
/** 工单编号 */
|
|
1696
|
+
ticket_id: string;
|
|
1697
|
+
/** 工单状态:0尚未受理,1受理中,2等待回复,3已解决,99已关闭,98已删除 */
|
|
1698
|
+
ticket_status: string;
|
|
1699
|
+
/** 工单标题 */
|
|
1700
|
+
ticket_title: string;
|
|
1701
|
+
/** 工单类型:建议/BUG */
|
|
1702
|
+
ticket_type_name: string;
|
|
1703
|
+
/** 更新时间 */
|
|
1704
|
+
update_time: string;
|
|
1705
|
+
}
|
|
1706
|
+
}
|