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/niaochao.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** 五道口配送 */
|
|
2
2
|
declare namespace Niaochao.Tccompass {
|
|
3
|
-
/** 鸟潮站点变更消息 */
|
|
3
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2382&docType=9 鸟潮站点变更消息} */
|
|
4
4
|
interface DockInfoChange {
|
|
5
5
|
/** 地址 */
|
|
6
6
|
address?: string;
|
|
@@ -28,7 +28,7 @@ declare namespace Niaochao.Tccompass {
|
|
|
28
28
|
trace_id?: string;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
/** 物资箱号变动消息 */
|
|
31
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2381&docType=9 物资箱号变动消息} */
|
|
32
32
|
interface MaterialCodeUpdate {
|
|
33
33
|
/** 唯一 */
|
|
34
34
|
biz_order_id: string;
|
|
@@ -52,7 +52,7 @@ declare namespace Niaochao.Tccompass {
|
|
|
52
52
|
timestamp: number;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
/** 仓网络变更消息 */
|
|
55
|
+
/** {@link https://open.taobao.com/tmc.htm?docId=2377&docType=9 仓网络变更消息} */
|
|
56
56
|
interface WarehouseNetworkChange {
|
|
57
57
|
/** 服务,WAVE_ARRIVE(1, "波次达"),ONE_HOUR(0, "小时达"), */
|
|
58
58
|
service_type: string;
|