@liff/types
Advanced tools
+21
-0
@@ -23,8 +23,29 @@ // analytices | ||
| export declare class LiffUTS { | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| setExtra: (name: string, options: object) => void; | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| sendCustom: (options: object) => void; | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| init: (context: UtsRequiredContext, options: object) => void; | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| setMid: (mid: string) => void; | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| setTid: (tid: string) => void; | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| setSessionParams: (referrer: undefined | Record<string, string>) => void; | ||
| /** | ||
| * @deprecated The analytics module is deprecated and will be removed in a future version. | ||
| */ | ||
| setUrl: (url: string) => void; | ||
@@ -31,0 +52,0 @@ } |
+1
-1
| { | ||
| "name": "@liff/types", | ||
| "version": "2.27.1", | ||
| "version": "2.27.2", | ||
| "description": "@liff/types", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN README.md", |
3627
25.41%99
26.92%