snapper-consumer
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -6,3 +6,3 @@ { | ||
"typings": "./snapper-consumer.d.ts", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"authors": [ | ||
@@ -9,0 +9,0 @@ "Yan Qing <admin@zensh.com>" |
declare namespace Consumer { | ||
export interface TCMParam { | ||
appid: string, | ||
collapseKey: string, | ||
data: string | ||
} | ||
export interface RequestObject { | ||
@@ -6,3 +13,3 @@ id: number; | ||
method: 'publish' | 'notification' | 'success' | 'error' | 'invalid'; | ||
params: string[]; | ||
params: string[] | TCMParam[]; | ||
} | ||
@@ -9,0 +16,0 @@ |
11221
210